@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  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;
}

.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%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.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-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* 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;
  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 {
  font-weight: 700;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body main {
  overflow: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

#header #menu span {
  display: block;
  background-color: #fff;
  position: absolute;
  transition: 0.4s;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: url(../images/green_bg.webp) repeat;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
}
#nav.active {
  visibility: visible;
  opacity: 1;
}
#nav .navWrap .navList li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: block;
  position: relative;
}
#nav .navWrap .navList2 li a {
  color: #fff;
  position: relative;
  display: block;
}
#nav .navWrap .snsList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
#nav .btnWrap .contactBtn {
  color: #fff;
  background-color: #444444;
  width: 100%;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

#mv .mvWrap {
  /*
  @keyframes bgZoomIn {
      0% {
          transform: scale(1.2);
      }
      100% {
          transform: scale(1);
      }
  }
  @keyframes slideUp {
      to {
          transform: translateY(0);
      }
  }
  */
}

#introduction .introWrap .introLeftBox h2 {
  font-weight: 900;
  line-height: 1.7;
}
#introduction .introWrap .introRightBox .text {
  line-height: 2;
}
#introduction .introWrap .introRightBox .name {
  text-align: right;
}

#profile .profileWrap .textWrap .cat {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
}
#profile .profileWrap .textWrap h2 {
  font-weight: 900;
  color: #0c9d69;
}
#profile .profileWrap .textWrap .name span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}
#profile .profileWrap .textWrap .katagaki {
  font-weight: 500;
}
#profile .profileWrap .imgWrap {
  position: relative;
}
#profile .profileWrap .imgWrap .linkBox {
  text-align: center;
  display: inline-block;
  position: absolute;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#profile .profileWrap .imgWrap .linkBox img {
  position: relative;
  z-index: 2;
}
#profile .profileWrap .imgWrap .linkBox p {
  position: relative;
  z-index: 2;
  color: #fff;
}

#actions .placticeInner {
  position: relative;
}
#actions .placticeWrap .cat {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#actions .placticeWrap h2 {
  font-weight: 900;
  color: #0c9d69;
}
#actions .placticeWrap .placticeList.fadeUp li {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
#actions .placticeWrap .placticeList li {
  opacity: 0;
}
#actions .placticeWrap .placticeList li:nth-child(1) {
  animation-delay: 0.2s;
}
#actions .placticeWrap .placticeList li:nth-child(2) {
  animation-delay: 0.4s;
}
#actions .placticeWrap .placticeList li:nth-child(3) {
  animation-delay: 0.6s;
}
#actions .placticeWrap .placticeList li:nth-child(4) {
  animation-delay: 0.8s;
}
#actions .placticeWrap .placticeList li:nth-child(5) {
  animation-delay: 1s;
}
#actions .placticeWrap .placticeList li:nth-child(6) {
  animation-delay: 1.2s;
}
#actions .placticeWrap .placticeList li:nth-child(7) {
  animation-delay: 1.4s;
}
#actions .placticeWrap .placticeList li:nth-child(8) {
  animation-delay: 1.6s;
}
#actions .placticeWrap .placticeList li a {
  display: block;
}
#actions .placticeWrap .placticeList li figure {
  overflow: hidden;
}
#actions .placticeWrap .placticeList li figure img {
  width: 100%;
}
#actions .placticeWrap .placticeList li .textWrap {
  position: relative;
}
#actions .placticeWrap .placticeList li .textWrap .entitle {
  color: #2fc04d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
}
#actions .placticeWrap .placticeList li .textWrap h3 {
  color: #333333;
}
#actions .placticeWrap .placticeList li .textWrap .text {
  font-weight: 500;
}

.contactWrap {
  background: url(../images/green_bg.webp) no-repeat center/cover;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.contactWrap .title {
  text-align: center;
  color: #fff;
}
.contactWrap .links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.contactWrap .links .contactBtn {
  color: #fff;
  background-color: #444444;
  width: 100%;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

#seminars .seminarWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#seminars .seminarWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#seminars .seminarWrap .textWrap h3 {
  font-weight: 900;
}
#seminars .seminarWrap .textWrap h4 {
  color: #009b63;
}
#seminars .seminarWrap .textWrap .text {
  line-height: 2;
}
#seminars .checkWrap {
  background-color: #f6f4ee;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
#seminars .checkWrap .check {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#seminars .checkWrap .textWrap p {
  line-height: 2;
}
#seminars .seminarLink p {
  line-height: 1.7;
}
#seminars .seminarLink p span {
  color: #2fc04d;
}
#seminars .seminarLink .seminarLinkBtn {
  color: #2fc04d;
  position: relative;
  background: url(../images/link_bg.webp) no-repeat left -30px center/cover;
  background-color: #f6f4ee;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
}
#seminars .voiceWrap .title {
  text-align: center;
}
#seminars .voiceWrap .voiceList li {
  border: 1px solid #cecece;
  background-color: #fafafa;
}
#seminars .voiceWrap .voiceList li figure {
  background-color: #3d3d3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#seminars .voiceWrap .voiceList li .text {
  line-height: 2;
}
#seminars .voiceWrap .voiceList li .name {
  color: #434343;
  font-weight: 500;
}

#ct .ctWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#ct .ctWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#ct .ctWrap .textWrap h3 {
  font-weight: 900;
}
#ct .ctWrap .textWrap h4 {
  color: #009b63;
}
#ct .ctWrap .textWrap .text {
  line-height: 2;
}
#ct .ctWrap .ctImg {
  overflow: hidden;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#ct .ctWrap .ctImg > div {
  display: inline-flex;
  white-space: nowrap;
  gap: 20px;
  animation: slideLeft 20s linear infinite;
}
#ct .ctWrap .ctImg > div img {
  width: auto;
  height: auto;
  display: block;
  max-width: inherit;
}
#ct .flowWrap {
  position: relative;
}
#ct .flowWrap .flowInner {
  position: relative;
  z-index: 2;
}
#ct .flowWrap .schedule dl > div {
  position: relative;
}
#ct .flowWrap .schedule dl > div dt {
  background-color: #009b63;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  position: relative;
  z-index: 2;
}
#ct .flowWrap .schedule dl > div dd {
  font-weight: 500;
}
#ct .flowWrap .scheImg {
  text-align: center;
}
#ct .flowWrap .bikou {
  font-weight: 500;
}

#magazine .magazineWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#magazine .magazineWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#magazine .magazineWrap .textWrap h3 {
  font-weight: 900;
}
#magazine .magazineWrap .textWrap .text {
  line-height: 2;
}
#magazine .magazineList .slide-arrow {
  position: absolute;
  cursor: pointer;
}
#magazine .magazineList .prev-arrow {
  background: url(../images/arrow.webp) no-repeat center/cover;
}
#magazine .magazineList .next-arrow {
  background: url(../images/arrow.webp) no-repeat center/cover;
}
#magazine .backNum {
  border-top: 1px solid #000;
}
#magazine .backNum .textWrap .cat {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#magazine .backNum .textWrap h3 {
  font-weight: 900;
}
#magazine .backNum .textWrap .text {
  line-height: 2;
}
#magazine .cvBtn {
  background: url(../images/green_bg.webp) no-repeat center/cover;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
#magazine .cvBtn .title {
  text-align: center;
  color: #fff;
}
#magazine .cvBtn .cvWrap p {
  color: #fff;
}
.btn {
  color: #fff;
  background-color: #444444;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  position: relative;
}

#st .stWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#st .stWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#st .stWrap .textWrap h3 {
  font-weight: 900;
}
#st .stWrap .textWrap .text {
  line-height: 2;
}
#st .stWrap .stImg {
  padding-left: 20px;
}
#st .flowWrap {
  position: relative;
}
#st .flowWrap .schedule dl > div {
  position: relative;
}
#st .flowWrap .schedule dl > div dt {
  background-color: #009b63;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  position: relative;
  z-index: 2;
}
#st .flowWrap .schedule dl > div dd {
  font-weight: 500;
}
#st .flowWrap .scheImg {
  text-align: center;
}
#st .flowWrap .bikou {
  font-weight: 500;
}

#uniform .uniformWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
  text-align: center;
}
#uniform .uniformWrap h2 {
  font-weight: 900;
  color: #009b63;
  text-align: center;
}
#uniform .uniformWrap h3 {
  font-weight: 900;
  text-align: center;
}
#uniform .uniformWrap .namicleWrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#uniform .uniformWrap .namicleWrap p {
  line-height: 2;
}
#uniform .customTitle {
  font-weight: 900;
}
#uniform .customList li .prace {
  line-height: 1.3;
}
#uniform .faqWrap .faqBox {
  background-color: #f7f5ee;
}
#uniform .faqWrap h3 {
  text-align: center;
}
#uniform .faqWrap h3 span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#uniform .faqWrap .faqList > div {
  background-color: #fff;
  border-radius: 11px;
}
#uniform .faqWrap .faqList > div dt {
  position: relative;
}
#uniform .faqWrap .faqList > div dd {
  display: none;
}

#award .awardWrap {
  position: relative;
  z-index: 3;
}
#award .awardWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#award .awardWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#award .awardWrap .textWrap h3 {
  font-weight: 900;
}
#award .awardWrap .textWrap .text {
  line-height: 2;
}
#award .awardWrap .textWrap .textbox {
  display: inline-block;
  color: #fff;
  background-color: #3eb638;
  border-radius: 10px;
}
#party .partyWrap {
  position: relative;
  z-index: 3;
}
#party .partyWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#party .partyWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#party .partyWrap .textWrap h3 {
  font-weight: 900;
}
#party .partyWrap .textWrap .text {
  line-height: 2;
}
#brand .brandWrap {
  position: relative;
  z-index: 3;
}
#brand .brandWrap .textWrap .cat {
  font-family: "Poppins", sans-serif;
  color: #2fa848;
  line-height: 1;
}
#brand .brandWrap .textWrap h2 {
  font-weight: 900;
  color: #009b63;
}
#brand .brandWrap .textWrap h3 {
  font-weight: 900;
}
#brand .brandWrap .textWrap .text {
  line-height: 2;
}
#brand .brandWrap .textWrap strong {
  font-weight: 900;
  display: block;
  color: #333333;
}
#goods .cat {
  text-align: center;
}
#goods .cat span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#goods h2 {
  font-weight: 900;
  color: #0c9d69;
  text-align: center;
}
#goods .goodsList li {
  position: relative;
}
#goods .goodsList li .textWrap .text {
  font-weight: 500;
  color: #fff;
}
#goods .goodsList li .textWrap .prace {
  text-align: right;
  line-height: 1.3;
  color: #fff;
}

#achieve .cat {
  text-align: center;
}
#achieve .cat span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#achieve h2 {
  font-weight: 900;
  color: #0c9d69;
  text-align: center;
}
#achieve .achieveWrap .ahieveList h3 {
  color: #434343;
  font-weight: 900;
}
#achieve .achieveWrap .ahieveList dl > div dt {
  color: #2fa848;
  font-weight: 900;
  position: relative;
}
#achieve .achieveWrap .ahieveList dl > div dd {
  color: #434343;
}
#tanosii h2 {
  text-align: center;
}
#tanosii .tanosiiWrap figure {
  text-align: center;
}
#tanosii .tanosiiWrap .textWrap .textbox {
  display: inline-block;
  color: #fff;
  background-color: #3eb638;
  border-radius: 10px;
}
#tanosii .tanosiiWrap .textWrap .name {
  text-align: right;
}

#mediakit .cat {
  text-align: center;
}
#mediakit .cat span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#mediakit h2 {
  font-weight: 900;
  color: #0c9d69;
  text-align: center;
}
#mediakit h3 {
  font-weight: 900;
  color: #434343;
  text-align: center;
}
#mediakit .btnWrap .downBtn {
  color: #fff;
  background-color: #444444;
  width: 100%;
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border: 1px solid #444;
}
#mediakit .columnWrap > div .name {
  color: #434343;
}
#link {
  /* ▼メディアキット復活したら消す */
  /* ここまで！ */
}
#link .linkWrap {
  background-color: #f7f5ee;
  position: relative;
}
#link .linkWrap .cat {
  text-align: center;
}
#link .linkWrap .cat span {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1;
  background: url(../images/green_bg.webp) no-repeat center/cover;
  border-radius: 10px;
}
#link .linkWrap h2 {
  font-weight: 900;
  color: #0c9d69;
  text-align: center;
}
#link .linkWrap h3 {
  color: #2fa848;
  text-align: center;
}
#link .linkWrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}

#sponsor ul li a {
  display: flex;
  align-items: center;
}

#pageTop {
  background: url(../images/pagetop.webp) no-repeat center/cover;
  position: fixed;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pageTop.active {
  opacity: 1;
  visibility: visible;
}

/* fadeUp */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    margin: 0 auto;
    background: url(../images/green_bg.webp);
  }
  body main {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }
  body main, body footer {
    max-width: 480px;
    margin: 0 auto;
  }
  .tel {
    color: #2fc04d;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header #menu {
    background: url(../images/menu_bg_sp.webp) no-repeat center/cover;
    width: 75px;
    height: 65px;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: 0.4s;
    z-index: 999;
  }
  #header #menu.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-30deg);
  }
  #header #menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menu.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(30deg);
  }
  #header #menu span {
    height: 1px;
    width: 30px;
    right: 20px;
  }
  #header #menu span:nth-of-type(1) {
    top: 20px;
  }
  #header #menu span:nth-of-type(2) {
    top: 28px;
  }
  #header #menu span:nth-of-type(3) {
    top: 37px;
  }
  #nav {
    padding: 70px 20px 50px;
  }
  #nav .navWrap .navList li + li {
    margin-top: 20px;
  }
  #nav .navWrap .navList li a {
    font-size: 19px;
    padding-right: 40px;
  }
  #nav .navWrap .navList li a span {
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
  }
  #nav .navWrap .navList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_white.webp) no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
  }
  #nav .navWrap .navList2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin: 20px 0;
  }
  #nav .navWrap .navList2 li {
    width: calc(50% - 13px);
  }
  #nav .navWrap .navList2 li a {
    font-size: 14px;
  }
  #nav .navWrap .navList2 li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_simple.webp) no-repeat center/cover;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
  }
  #nav .navWrap .snsList {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  #nav .navWrap .snsList li a {
    width: 40px;
    height: 40px;
  }
  #nav .navWrap .snsList li a img {
    max-width: 24px;
  }
  #nav .btnWrap {
    margin-top: 25px;
  }
  #nav .btnWrap .contactBtn {
    border-radius: 30px;
    height: 50px;
    max-width: 265px;
    font-size: 18px;
    padding-right: 15px;
    margin: 20px auto 0;
  }
  #nav .btnWrap .contactBtn span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
  }
  #nav .btnWrap .contactBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail.webp) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
  }
  .commonInner {
    padding: 0 20px;
  }
  #mv {
    background: url(../images/mv_bg_sp.webp) no-repeat center bottom/cover;
    padding: 20px 20px 85px;
  }
  #mv .mvWrap {
    width: 100%;
    aspect-ratio: 670/800;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /*
    .mvItemWrap {
        overflow: hidden;
        display: inline-block;
    }
    */
  }
  #mv .mvWrap .mvImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .mvWrap .mvImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .mvWrap h1 {
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }
  #mv .mvWrap .mvCatch {
    padding: 0 20px 25px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #introduction .introWrap {
    padding: 0 20px;
    position: relative;
  }
  #introduction .introWrap .introLeftBox h2 {
    font-size: 22px;
  }
  #introduction .introWrap .introLeftBox figure {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #introduction .introWrap .introLeftBox figure img {
    max-width: 110px;
  }
  #introduction .introWrap .introRightBox {
    margin-top: 45px;
  }
  #introduction .introWrap .introRightBox .name {
    margin-top: 15px;
  }
  #profile {
    padding: 35px 20px 80px;
    background: url(../images/prof_bg_sp.webp) no-repeat right bottom 0px;
    background-size: 100% auto;
  }
  #profile .profileWrap .textWrap .cat {
    min-width: 115px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #profile .profileWrap .textWrap h2 {
    font-size: 15px;
    margin-top: 10px;
  }
  #profile .profileWrap .textWrap .name {
    margin-top: 15px;
    font-size: 22px;
  }
  #profile .profileWrap .textWrap .name span {
    font-size: 21px;
  }
  #profile .profileWrap .textWrap .katagaki {
    font-size: 10px;
  }
  #profile .profileWrap .textWrap .text {
    line-height: 1.8;
    margin-top: 25px;
  }
  #profile .profileWrap .imgWrap {
    margin-top: 20px;
  }
  #profile .profileWrap .imgWrap figure {
    width: 65%;
    margin-left: auto;
  }
  #profile .profileWrap .imgWrap .linkBox {
    width: 55%;
    min-width: 180px;
    padding: 15px 10px 45px;
    border-radius: 20px;
    bottom: -25px;
    left: 0px;
  }
  #profile .profileWrap .imgWrap .linkBox:before {
    content: "";
    display: block;
    background: url(../images/green_bg.webp) no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.9;
  }
  #profile .profileWrap .imgWrap .linkBox:after {
    content: "";
    display: block;
    background: url(../images/arrow_white.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 13px;
    left: calc(50% - 11px);
  }
  #profile .profileWrap .imgWrap .linkBox img {
    max-width: 45px;
  }
  #profile .profileWrap .imgWrap .linkBox p {
    font-size: 12px;
    margin-top: 5px;
  }
  #actions {
    background: url(../images/prac_bg_green_sp.webp) no-repeat right bottom;
    background-size: 100% auto;
    padding-bottom: 30px;
  }
  #actions .sitename {
    opacity: 0.16;
  }
  #actions .sitename img {
    width: 100%;
  }
  #actions .placticeInner {
    margin-top: 40px;
    padding: 0 20px 35px;
  }
  #actions .placticeInner:before {
    content: "";
    display: block;
    background-color: #f7f5ee;
    height: calc(100% - 15px);
    width: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 0 10px 10px 0;
  }
  #actions .placticeWrap {
    position: relative;
    z-index: 2;
  }
  #actions .placticeWrap .cat {
    min-width: 115px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #actions .placticeWrap h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #actions .placticeWrap .placticeList {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
  }
  #actions .placticeWrap .placticeList li {
    width: calc(33.3333333333% - 10px);
  }
  #actions .placticeWrap .placticeList li figure {
    border-radius: 5px;
  }
  #actions .placticeWrap .placticeList li .textWrap {
    padding: 10px 0px 0px 0px;
  }
  #actions .placticeWrap .placticeList li .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -18px;
    right: -5px;
  }
  #actions .placticeWrap .placticeList li .textWrap .entitle {
    font-size: 10px;
  }
  #actions .placticeWrap .placticeList li .textWrap h3 {
    font-size: 12px;
  }
  #actions .placticeWrap .placticeList li .textWrap .text {
    font-size: 10px;
    margin-top: 5px;
  }
  .contactWrap {
    border-radius: 10px;
    padding: 25px 15px 20px;
  }
  .contactWrap .btnWrap {
    text-align: center;
    margin-top: 20px;
  }
  .contactWrap .btnWrap .btn {
    margin: 0 auto;
  }
  .contactWrap .title {
    font-size: 14px;
  }
  .contactWrap .links {
    margin-top: 15px;
  }
  .contactWrap .links ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .contactWrap .links ul li a {
    width: 40px;
    height: 40px;
  }
  .contactWrap .links ul li a img {
    max-width: 24px;
  }
  .contactWrap .links .contactBtn {
    border-radius: 30px;
    height: 50px;
    max-width: 265px;
    font-size: 18px;
    padding-right: 15px;
    margin: 20px auto 0;
  }
  .contactWrap .links .contactBtn span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
  }
  .contactWrap .links .contactBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail.webp) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
  }
  #seminars {
    padding-top: 55px;
  }
  #seminars .commonInner {
    padding: 0;
  }
  #seminars .seminarWrap figure {
    padding-right: 20px;
  }
  #seminars .seminarWrap .textWrap {
    padding: 45px 20px 0;
    background: url(../images/seminar_illust.webp) no-repeat top 10px right;
    background-size: 134px auto;
  }
  #seminars .seminarWrap .textWrap .cat {
    font-size: 39px;
  }
  #seminars .seminarWrap .textWrap h2 {
    font-size: 22px;
    margin-top: 15px;
  }
  #seminars .seminarWrap .textWrap h3 {
    font-size: 23px;
    margin-top: 20px;
  }
  #seminars .seminarWrap .textWrap h4 {
    font-size: 15px;
    margin-top: 15px;
  }
  #seminars .seminarWrap .textWrap .text {
    margin-top: 10px;
  }
  #seminars .contactWrap {
    margin: 30px auto 0;
    max-width: calc(100% - 40px);
  }
  #seminars .checkWrap {
    display: block;
    margin: 45px auto 0;
    border-radius: 10px;
    padding: 30px 20px 55px 20px;
    width: calc(100% - 40px);
  }
  #seminars .checkWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
  #seminars .checkWrap .check {
    min-width: 115px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
    position: absolute;
    top: -12px;
    left: 20px;
  }
  #seminars .checkWrap .textWrap h3 {
    padding-top: 17px;
    padding-bottom: 13px;
    background: url(../images/check_line.webp) no-repeat bottom right;
    background-size: 100% auto;
  }
  #seminars .checkWrap .textWrap p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  #seminars .checkWrap .textWrap img {
    display: block;
    margin: 0 auto;
    max-width: 225px;
  }
  #seminars .checkWrap figure {
    text-align: center;
    margin-top: 10px;
  }
  #seminars .seminarLink {
    width: calc(100% - 40px);
    margin: 35px auto 0;
  }
  #seminars .seminarLink p {
    text-align: center;
  }
  #seminars .seminarLink .seminarLinkBtn {
    font-size: 18px;
    height: 101px;
    padding-right: 35px;
    border-radius: 10px;
    margin-top: 15px;
  }
  #seminars .seminarLink .seminarLinkBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    bottom: 15px;
  }
  #seminars .voiceWrap {
    margin-top: 40px;
  }
  #seminars .voiceWrap .title {
    font-size: 15px;
  }
  #seminars .voiceWrap .title span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }
  #seminars .voiceWrap .title span:before {
    content: "";
    display: inline-block;
    background: url(../images/naname_line.webp) no-repeat center/cover;
    width: 11px;
    height: 21px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
  }
  #seminars .voiceWrap .title span:after {
    content: "";
    display: inline-block;
    background: url(../images/naname_line.webp) no-repeat center/cover;
    width: 11px;
    height: 21px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    transform: scale(-1, 1);
  }
  #seminars .voiceWrap .voiceList {
    margin-top: 15px;
    background: url(../images/seminar_bg_sp.webp) no-repeat left bottom;
    background-size: 102px auto;
    padding-bottom: 50px;
  }
  #seminars .voiceWrap .voiceList .slick-track {
    display: flex;
  }
  #seminars .voiceWrap .voiceList .slick-slide {
    height: auto !important;
  }
  #seminars .voiceWrap .voiceList li {
    border-radius: 10px;
    padding: 20px 15px 30px;
    margin: 0 5px;
    text-align: center;
  }
  #seminars .voiceWrap .voiceList li figure {
    width: 45px;
    height: 45px;
  }
  #seminars .voiceWrap .voiceList li figure img {
    max-width: 16px;
  }
  #seminars .voiceWrap .voiceList li .text {
    margin-top: 15px;
  }
  #seminars .voiceWrap .voiceList li .name {
    font-size: 11px;
    margin-top: 15px;
  }
  #ct {
    padding-top: 30px;
  }
  #ct .commonInner {
    padding: 0;
  }
  #ct .ctWrap .textWrap {
    padding: 35px 20px 30px;
  }
  #ct .ctWrap .textWrap .cat {
    font-size: 39px;
  }
  #ct .ctWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 15px;
  }
  #ct .ctWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  #ct .ctWrap .textWrap h4 {
    font-size: 14px;
    margin-top: 15px;
  }
  #ct .ctWrap .textWrap .text {
    margin-top: 10px;
  }
  #ct .ctWrap .ctImg {
    position: relative;
    display: flex;
    gap: 20px;
    z-index: 2;
  }
  #ct .ctWrap .ctImg img {
    max-width: 145px !important;
  }
  #ct .flowWrap {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #ct .flowWrap:before {
    content: "";
    display: block;
    background-color: #f6f4ee;
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2%;
    border-radius: 10px 0 0 10px;
  }
  #ct .flowWrap .flowInner {
    padding: 0 20px;
  }
  #ct .flowWrap h3 {
    font-size: 16px;
  }
  #ct .flowWrap .schedule {
    margin-top: 25px;
    display: flex;
  }
  #ct .flowWrap .schedule dl > div {
    display: flex;
    gap: 15px;
  }
  #ct .flowWrap .schedule dl > div:not(:last-of-type):before {
    content: "";
    display: inline-block;
    background-color: #009b63;
    width: 2px;
    height: calc(100% + 15px);
    position: absolute;
    left: 31px;
    top: 0px;
  }
  #ct .flowWrap .schedule dl > div + div {
    margin-top: 15px;
  }
  #ct .flowWrap .schedule dl > div dt {
    font-size: 11px;
    width: 65px;
    height: 26px;
    border-radius: 13px;
  }
  #ct .flowWrap .schedule dl > div dd {
    font-size: 12px;
  }
  #ct .flowWrap .schedule dl > div dd figure {
    max-width: 122px;
    border-radius: 5px;
    margin-top: 10px;
  }
  #ct .flowWrap .schedule > figure {
    display: none;
  }
  #ct .flowWrap .scheImg {
    margin-top: 20px;
    padding: 0 20px;
  }
  #ct .flowWrap .bikou {
    margin-top: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #magazine {
    padding-top: 75px;
    padding-bottom: 70px;
    background: url(../images/magazine_bg.webp) no-repeat right top;
    background-size: 250px auto;
  }
  #magazine .commonInner {
    padding: 0;
  }
  #magazine .magazineWrap {
    padding: 0 20px;
  }
  #magazine .magazineWrap .textWrap {
    margin-top: 35px;
  }
  #magazine .magazineWrap .textWrap .cat {
    font-size: 39px;
  }
  #magazine .magazineWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 15px;
  }
  #magazine .magazineWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  #magazine .magazineWrap .textWrap .text {
    margin-top: 10px;
  }
  #magazine .magazineList {
    margin-top: 30px;
    padding-bottom: 35px;
  }
  #magazine .magazineList .magazineItem {
    margin: 0 15px;
  }
  #magazine .magazineList .magazineItem .text {
    margin-top: 5px;
  }
  #magazine .backNum {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 20px;
  }
  #magazine .backNum .textWrap .cat {
    min-width: 115px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #magazine .backNum .textWrap h3 {
    font-size: 17px;
    margin-top: 10px;
  }
  #magazine .backNum .textWrap .text {
    margin-top: 20px;
  }
  #magazine .backNum figure {
    margin-top: 15px;
  }
  #magazine .cvBtn {
    border-radius: 10px;
    padding: 25px 20px 20px;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  #magazine .cvBtn .title {
    font-size: 21px;
  }
  #magazine .cvBtn .cvWrap p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
  }
  #magazine .cvBtn .cvWrap .btnWrap {
    margin-top: 15px;
  }
  #magazine .cvBtn .cvWrap .btnWrap .btn {
    max-width: 265px;
    margin: 0 auto;
  }
  .btn {
    border-radius: 25px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0 45px;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: calc(50% - 14px);
    right: 13px;
  }
  #st {
    padding-top: 30px;
    position: relative;
    background: url(../images/green_bg.webp) no-repeat;
    background-position: right top 260px;
  }
  #st:before {
    content: "";
    display: block;
    background-color: #f6f4ee;
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
  }
  #st .commonInner {
    padding: 0;
  }
  #st .stWrap {
    position: relative;
    z-index: 2;
  }
  #st .stWrap .textWrap {
    padding: 35px 20px 30px;
  }
  #st .stWrap .textWrap .cat {
    font-size: 39px;
  }
  #st .stWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 15px;
  }
  #st .stWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  #st .stWrap .textWrap .text {
    margin-top: 10px;
  }
  #st .stWrap .stImg {
    text-align: right;
    padding-left: 20px;
  }
  #st .flowWrap {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #st .flowWrap .flowInner {
    padding: 0 20px;
  }
  #st .flowWrap h3 {
    font-size: 16px;
  }
  #st .flowWrap .schedule {
    margin-top: 25px;
    display: flex;
  }
  #st .flowWrap .schedule dl > div {
    display: flex;
    gap: 15px;
  }
  #st .flowWrap .schedule dl > div:not(:last-of-type):before {
    content: "";
    display: inline-block;
    background-color: #009b63;
    width: 2px;
    height: calc(100% + 15px);
    position: absolute;
    left: 31px;
    top: 0px;
  }
  #st .flowWrap .schedule dl > div + div {
    margin-top: 15px;
  }
  #st .flowWrap .schedule dl > div dt {
    font-size: 11px;
    width: 65px;
    height: 26px;
    border-radius: 13px;
  }
  #st .flowWrap .schedule dl > div dd {
    font-size: 12px;
  }
  #st .flowWrap .schedule dl > div dd figure {
    max-width: 122px;
    border-radius: 5px;
    margin-top: 10px;
  }
  #st .flowWrap .schedule > figure {
    display: none;
  }
  #st .flowWrap .scheImg {
    margin-top: 20px;
    padding: 0 20px;
  }
  #st .flowWrap .bikou {
    margin-top: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #uniform {
    padding-top: 70px;
  }
  #uniform .uniformWrap {
    position: relative;
  }
  #uniform .uniformWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/uniform_1.webp) no-repeat center/cover;
    width: 41px;
    height: 141px;
    position: absolute;
    top: -32px;
    left: 10px;
  }
  #uniform .uniformWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/uniform_2.webp) no-repeat center/cover;
    width: 42px;
    height: 140px;
    position: absolute;
    top: -30px;
    right: 7px;
  }
  #uniform .uniformWrap .cat {
    font-size: 39px;
  }
  #uniform .uniformWrap h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  #uniform .uniformWrap h3 {
    margin-top: 30px;
    font-size: 22px;
  }
  #uniform .uniformWrap .namicleWrap {
    margin-top: 15px;
    padding: 15px 20px 20px;
  }
  #uniform .uniformWrap .namicleWrap p {
    margin-top: 15px;
  }
  #uniform .uniformWrap .namicleWrap + p {
    margin-top: 15px;
    text-align: center;
  }
  #uniform .uniformWrap .namicleWrap figure {
    text-align: center;
  }
  #uniform .uniformWrap .namicleWrap figure img {
    max-width: 150px;
  }
  #uniform .customTitle {
    margin-top: 25px;
  }
  #uniform .customList {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 9px;
    /* ▼FAQ復活したら消す */
    margin-bottom: 25px;
    /* ここまで */
  }
  #uniform .customList li {
    width: calc(33.3333333333% - 6px);
    text-align: center;
    font-weight: 900;
  }
  #uniform .customList li .name {
    margin-top: 5px;
  }
  #uniform .customList li .prace {
    font-size: 14px;
  }
  #uniform .faqWrap {
    margin-top: 55px;
  }
  #uniform .faqWrap .faqBox {
    padding: 25px 20px;
    margin-bottom: 30px;
    position: relative;
  }
  #uniform .faqWrap h3 span {
    min-width: 116px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: calc(50% - 58px);
  }
  #uniform .faqWrap .faqList > div + div {
    margin-top: 10px;
  }
  #uniform .faqWrap .faqList > div dt {
    padding: 13px 40px;
    font-size: 14px;
    line-height: 1.5;
  }
  #uniform .faqWrap .faqList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 16px;
  }
  #uniform .faqWrap .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.webp) no-repeat center/cover;
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - 11px);
    right: 15px;
  }
  #uniform .faqWrap .faqList > div dt.active:after {
    background: url(../images/minus.webp) no-repeat center/cover;
  }
  #uniform .faqWrap .faqList > div dd {
    padding: 0px 40px 10px;
  }
  #award {
    margin-top: 80px;
    padding-bottom: 40px;
    position: relative;
    background: url(../images/award_bg_sp.webp) no-repeat bottom 50px right -120px;
    background-size: 100% auto;
  }
  #award:before {
    content: "";
    display: block;
    height: calc(100% - 160px);
    width: 97%;
    background-color: #f7f5ee;
    position: absolute;
    left: 0;
    top: 160px;
    border-radius: 0 10px 10px 0;
    z-index: 2;
  }
  #award .commonInner {
    padding: 0;
  }
  #award .awardWrap .textWrap {
    padding-left: 20px;
    padding-right: 40px;
    margin-top: -60px;
  }
  #award .awardWrap .textWrap .cat {
    font-size: 39px;
  }
  #award .awardWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 10px;
  }
  #award .awardWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  #award .awardWrap .textWrap .text {
    margin-top: 10px;
  }
  #award .awardWrap .textWrap .textbox {
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
  #award .awardWrap figure {
    text-align: right;
  }
  #award .awardWrap figure img {
    max-width: 255px;
  }
  #party {
    margin-top: 60px;
    padding-left: 40px;
    position: relative;
    background: url(../images/party_bg_sp.webp) no-repeat top 100px left;
    background-size: 100% auto;
  }
  #party:before {
    content: "";
    display: block;
    height: calc(100% - 43px);
    width: 97%;
    background-color: #f7f5ee;
    position: absolute;
    left: 3%;
    top: 18px;
    border-radius: 10px 0 0 10px;
    z-index: 2;
  }
  #party .commonInner {
    padding: 0;
  }
  #party .partyWrap .textWrap .cat {
    font-size: 39px;
  }
  #party .partyWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 10px;
  }
  #party .partyWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  #party .partyWrap .textWrap .text {
    margin-top: 10px;
  }
  #party .partyWrap figure {
    margin-top: 20px;
  }
  #brand {
    margin-top: 70px;
    padding-right: 40px;
    padding-bottom: 20px;
    position: relative;
    background: url(../images/award_bg_sp.webp) no-repeat top 100px right -120px;
    background-size: 100% auto;
  }
  #brand:before {
    content: "";
    display: block;
    height: calc(100% - 18px);
    width: 95%;
    background-color: #f7f5ee;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 0 10px 10px 0;
    z-index: 2;
  }
  #brand .commonInner {
    padding: 0;
  }
  #brand .brandWrap .textWrap {
    padding-left: 20px;
  }
  #brand .brandWrap .textWrap .cat {
    font-size: 39px;
  }
  #brand .brandWrap .textWrap h2 {
    font-size: 21px;
    margin-top: 10px;
  }
  #brand .brandWrap .textWrap h3 {
    font-size: 22px;
    margin-top: 15px;
  }
  #brand .brandWrap .textWrap .text {
    margin-top: 10px;
  }
  #brand .brandWrap .textWrap strong {
    margin-top: 15px;
  }
  #brand .brandWrap .textWrap .btnWrap {
    margin-top: 15px;
  }
  #brand .brandWrap .textWrap .btnWrap .btn {
    font-size: 14px;
  }
  #brand .brandWrap figure {
    margin-top: 25px;
  }
  #goods {
    padding-top: 55px;
  }
  #goods .commonInner {
    padding: 0;
  }
  #goods .cat span {
    min-width: 135px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #goods h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #goods .goodsList {
    margin-top: 25px;
    padding-bottom: 50px;
    position: relative;
  }
  #goods .goodsList .slick-track {
    display: flex;
  }
  #goods .goodsList .slick-slide {
    height: auto !important;
  }
  #goods .goodsList:before {
    content: "";
    display: block;
    background-color: #434343;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #goods .goodsList li {
    margin: 0 15px;
    padding-bottom: 40px;
  }
  #goods .goodsList li .textWrap .prace {
    font-size: 17px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #goods .goodsList li .textWrap .prace span {
    font-size: 11px;
  }
  #goods .goodsList li .textWrap .prace small {
    display: block;
    font-size: 10px;
  }
  #achieve {
    margin-top: 60px;
  }
  #achieve .cat span {
    min-width: 135px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #achieve h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #achieve .achieveWrap {
    margin-top: 40px;
  }
  #achieve .achieveWrap .ahieveList h3 {
    font-size: 14px;
  }
  #achieve .achieveWrap .ahieveList dl {
    margin-top: 20px;
    position: relative;
  }
  #achieve .achieveWrap .ahieveList dl > div {
    display: flex;
  }
  #achieve .achieveWrap .ahieveList dl > div + div {
    padding-top: 20px;
  }
  #achieve .achieveWrap .ahieveList dl > div:not(:last-of-type) dt:after {
    content: "";
    display: inline-block;
    background-color: #2fa848;
    width: 1px;
    height: calc(100% + 19px);
    position: absolute;
    right: 14px;
    top: 12px;
  }
  #achieve .achieveWrap .ahieveList dl > div dt {
    font-size: 12px;
    min-width: 70px;
    flex: none;
  }
  #achieve .achieveWrap .ahieveList dl > div dt:before {
    content: "";
    display: inline-block;
    background-color: #2fa848;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  #achieve .achieveWrap figure {
    margin-top: 30px;
    text-align: center;
  }
  #tanosii {
    margin-top: 100px;
    padding: 30px 0 55px;
    background-color: #f7f5ee;
    position: relative;
  }
  #tanosii:before {
    content: "";
    display: inline-block;
    background: url(../images/tanosii_illust_1.webp) no-repeat center/cover;
    width: 31px;
    height: 93px;
    position: absolute;
    left: 7px;
    top: -43px;
  }
  #tanosii:after {
    content: "";
    display: inline-block;
    background: url(../images/tanosii_illust_2.webp) no-repeat center/cover;
    width: 43px;
    height: 98px;
    position: absolute;
    right: 4px;
    top: -50px;
  }
  #tanosii h2 {
    margin-bottom: 30px;
  }
  #tanosii .tanosiiWrap {
    padding: 0 20px;
  }
  #tanosii .tanosiiWrap figure {
    position: relative;
    padding-left: 35px;
  }
  #tanosii .tanosiiWrap figure:before {
    content: "";
    display: inline-block;
    background: url(../images/tanosii_illust_3.webp) no-repeat center/cover;
    width: 68px;
    height: 127px;
    position: absolute;
    bottom: 10px;
    left: -20px;
  }
  #tanosii .tanosiiWrap figure:after {
    content: "";
    display: inline-block;
    background: url(../images/tanosii_illust_4.webp) no-repeat center/cover;
    width: 65px;
    height: 115px;
    position: absolute;
    top: -15px;
    right: -13px;
  }
  #tanosii .tanosiiWrap figure img {
    max-width: 70%;
  }
  #tanosii .tanosiiWrap .textWrap {
    margin-top: 20px;
  }
  #tanosii .tanosiiWrap .textWrap .textbox {
    margin-top: 20px;
    font-size: 14px;
    padding: 5px 10px;
  }
  #tanosii .tanosiiWrap .textWrap .name {
    margin-top: 20px;
    font-size: 10px;
  }
  #tanosii .tanosiiWrap .textWrap .name span {
    font-size: 13px;
    line-height: 2;
  }
  #tanosii .tanosiiWrap .textWrap .name small {
    font-size: 11px;
  }
  #mediakit {
    padding-top: 40px;
  }
  #mediakit .cat span {
    min-width: 135px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #mediakit h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #mediakit h3 {
    font-size: 16px;
    margin-top: 15px;
  }
  #mediakit h3 + p {
    margin-top: 15px;
    text-align: center;
  }
  #mediakit .btnWrap {
    margin-top: 30px;
  }
  #mediakit .btnWrap .downBtn {
    border-radius: 30px;
    height: 45px;
    max-width: 210px;
    font-size: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  #mediakit .btnWrap .downBtn span {
    display: inline-block;
    position: relative;
    padding-left: 40px;
  }
  #mediakit .btnWrap .downBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_down.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
  }
  #mediakit .columnWrap {
    margin-top: 30px;
  }
  #mediakit .columnWrap > div + div {
    margin-top: 30px;
  }
  #mediakit .columnWrap > div .text {
    margin-top: 10px;
  }
  #link {
    /* ▼メディアキット復活したら消す */
    /* ここまで！ */
  }
  #link .linkWrap {
    margin: 55px auto 0;
    border-radius: 10px;
    padding: 65px 20px 30px;
    width: calc(100% - 40px);
  }
  #link .linkWrap .linkTitle {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #link .linkWrap .cat span {
    min-width: 135px;
    font-size: 18px;
    padding: 6px 20px 5px;
    border-radius: 5px;
  }
  #link .linkWrap h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #link .linkWrap h3 {
    font-size: 12px;
  }
  #link .linkWrap h3:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  #link .linkWrap ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }
  #link .linkWrap ul li a {
    width: 40px;
    height: 40px;
  }
  #link .linkWrap ul li a img {
    max-width: 24px;
  }
  #sponsor ul {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  #sponsor ul li {
    width: 30%;
    text-align: center;
  }
  #footer {
    background: url(../images/footer_bg_sp.webp) no-repeat center top/cover;
    padding: 130px 20px 55px;
    margin-top: -1px;
  }
  #footer .footerInner .sitename {
    color: #fff;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
  }
  #footer .footerInner .copyright {
    color: #fff;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    margin-top: 5px;
  }
  #pageTop {
    width: 52px;
    height: 52px;
    bottom: 4px;
    right: 9px;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header #menu {
    background: url(../images/menu_bg.webp) no-repeat center/cover;
    width: 133px;
    height: 133px;
    position: fixed;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 999;
  }
  #header #menu:hover {
    opacity: 0.5;
  }
  #header #menu.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-30deg);
  }
  #header #menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menu.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(30deg);
  }
  #header #menu span {
    height: 2px;
    width: 60px;
    right: 20px;
  }
  #header #menu span:nth-of-type(1) {
    top: 44px;
  }
  #header #menu span:nth-of-type(2) {
    top: 55px;
  }
  #header #menu span:nth-of-type(3) {
    top: 66px;
  }
  #nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #nav .navWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10%;
  }
  #nav .navWrap .navLeft, #nav .navWrap .navRight {
    flex: 1;
  }
  #nav .navWrap .navList li + li {
    margin-top: 20px;
  }
  #nav .navWrap .navList li a {
    font-size: 30px;
    padding-right: 80px;
  }
  #nav .navWrap .navList li a span {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
  }
  #nav .navWrap .navList li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_white.webp) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: calc(50% - 15px);
    transition: 0.3s;
  }
  #nav .navWrap .navList li a:hover:after {
    right: 20px;
  }
  #nav .navWrap .navList2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
  }
  #nav .navWrap .navList2 li {
    width: calc(50% - 10px);
  }
  #nav .navWrap .navList2 li a {
    font-size: 23px;
  }
  #nav .navWrap .navList2 li a:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow_simple.webp) no-repeat center/cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    transition: 0.3s;
  }
  #nav .navWrap .navList2 li a:hover:after {
    right: 0px;
  }
  #nav .navWrap .snsList {
    display: flex;
    gap: 30px;
    margin-top: 70px;
  }
  #nav .navWrap .snsList li a {
    width: 66px;
    height: 66px;
    transition: 0.3s;
  }
  #nav .navWrap .snsList li a:hover {
    opacity: 0.5;
  }
  #nav .btnWrap {
    margin-top: 80px;
  }
  #nav .btnWrap .contactBtn {
    border-radius: 35px;
    height: 69px;
    min-width: 305px;
    font-size: 20px;
    padding-right: 15px;
    transition: 0.3s;
  }
  #nav .btnWrap .contactBtn:hover {
    background-color: #fff;
    color: #444;
  }
  #nav .btnWrap .contactBtn:hover span:before {
    background: url(../images/icon_mail_g.webp) no-repeat center/cover;
  }
  #nav .btnWrap .contactBtn span {
    display: inline-block;
    position: relative;
    padding-left: 60px;
  }
  #nav .btnWrap .contactBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail.webp) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    transition: 0.3s;
  }
  .commonInner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
  }
  #mv {
    background: url(../images/mv_bg_pc.webp) no-repeat center/cover;
    padding: 50px 50px 145px;
  }
  #mv .mvWrap {
    width: 100%;
    height: 800px;
    border-radius: 21px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #mv .mvWrap .mvImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .mvWrap .mvImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .mvWrap .mvItemWrap {
    position: relative;
    z-index: 2;
  }
  #mv .mvWrap h1 {
    padding: 0 5%;
  }
  #mv .mvWrap .mvCatch {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #introduction {
    padding-top: 25px;
  }
  #introduction .introWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  #introduction .introWrap .introLeftBox {
    width: calc(50% - 50px);
    padding-right: 40px;
  }
  #introduction .introWrap .introLeftBox h2 {
    font-size: 36px;
  }
  #introduction .introWrap .introLeftBox figure {
    margin-top: 80px;
  }
  #introduction .introWrap .introRightBox {
    width: calc(50% + 50px);
    padding-top: 40px;
  }
  #introduction .introWrap .introRightBox .text {
    font-size: 18px;
  }
  #introduction .introWrap .introRightBox .name {
    margin-top: 20px;
  }
  #profile {
    padding-top: 90px;
    padding-bottom: 95px;
    background: url(../images/prof_bg.webp) no-repeat right bottom 70px;
  }
  #profile .profileWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
  #profile .profileWrap .textWrap {
    flex: 1;
  }
  #profile .profileWrap .textWrap .cat {
    font-size: 30px;
    padding: 10px 24px;
    border-radius: 10px;
  }
  #profile .profileWrap .textWrap h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  #profile .profileWrap .textWrap .name {
    margin-top: 30px;
    font-size: 38px;
  }
  #profile .profileWrap .textWrap .name span {
    font-size: 37px;
  }
  #profile .profileWrap .textWrap .text {
    line-height: 2.5;
    margin-top: 30px;
    font-size: 18px;
    padding-right: 90px;
  }
  #profile .profileWrap .imgWrap {
    flex: 1;
  }
  #profile .profileWrap .imgWrap figure {
    text-align: right;
  }
  #profile .profileWrap .imgWrap .linkBox {
    padding: 20px 18px 80px;
    border-radius: 20px;
    bottom: -40px;
    left: -55px;
  }
  #profile .profileWrap .imgWrap .linkBox:before {
    content: "";
    display: block;
    background: url(../images/green_bg.webp) no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.9;
  }
  #profile .profileWrap .imgWrap .linkBox:after {
    content: "";
    display: block;
    background: url(../images/arrow_white.webp) no-repeat center/cover;
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 24px;
    left: calc(50% - 21px);
    transition: 0.3s;
  }
  #profile .profileWrap .imgWrap .linkBox:hover:after {
    transform: translateX(10px);
  }
  #profile .profileWrap .imgWrap .linkBox p {
    font-size: 18px;
    margin-top: 5px;
  }
  #actions {
    background: url(../images/prac_bg_green.webp) no-repeat right bottom;
    padding-bottom: 80px;
  }
  #actions .sitename {
    opacity: 0.16;
    padding-right: 150px;
  }
  #actions .placticeInner {
    padding: 60px 0;
  }
  #actions .placticeInner:before {
    content: "";
    display: block;
    background-color: #f7f5ee;
    height: 100%;
    width: 97%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 60px 60px 0;
  }
  #actions .placticeWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #actions .placticeWrap .cat {
    font-size: 30px;
    padding: 10px 24px;
  }
  #actions .placticeWrap h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  #actions .placticeWrap .placticeList {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  #actions .placticeWrap .placticeList li {
    width: calc(25% - 15px);
  }
  #actions .placticeWrap .placticeList li a:hover .textWrap:before {
    transform: translateY(10px);
  }
  #actions .placticeWrap .placticeList li figure {
    border-radius: 11px;
  }
  #actions .placticeWrap .placticeList li .textWrap {
    background-color: #f7f5ee;
    padding: 30px 0px 20px 20px;
    border-radius: 21px 0 0 0;
    width: 90%;
    margin-left: auto;
    margin-top: -50px;
  }
  #actions .placticeWrap .placticeList li .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/arrow_bottom.webp) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    top: -22px;
    right: -10px;
    transition: 0.3s;
  }
  #actions .placticeWrap .placticeList li .textWrap h3 {
    font-size: 22px;
    margin-top: 3px;
  }
  #actions .placticeWrap .placticeList li .textWrap .text {
    margin-top: 15px;
  }
  .contactWrap {
    border-radius: 20px;
    padding: 40px;
  }
  .contactWrap .btnWrap {
    text-align: center;
    margin-top: 25px;
  }
  .contactWrap .btnWrap .btn {
    margin: 0 auto;
    max-width: 385px;
  }
  .contactWrap .title {
    font-size: 22px;
  }
  .contactWrap .links {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .contactWrap .links ul {
    display: flex;
    gap: 30px;
  }
  .contactWrap .links ul li a {
    width: 66px;
    height: 66px;
    transition: 0.3s;
  }
  .contactWrap .links ul li a:hover {
    opacity: 0.5;
  }
  .contactWrap .links .contactBtn {
    border-radius: 35px;
    height: 69px;
    max-width: 305px;
    font-size: 20px;
    padding-right: 15px;
    transition: 0.3s;
  }
  .contactWrap .links .contactBtn:hover {
    background-color: #fff;
    color: #444;
  }
  .contactWrap .links .contactBtn:hover span:before {
    background: url(../images/icon_mail_g.webp) no-repeat center/cover;
  }
  .contactWrap .links .contactBtn span {
    display: inline-block;
    position: relative;
    padding-left: 60px;
  }
  .contactWrap .links .contactBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mail.webp) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    transition: 0.3s;
  }
  #seminars {
    padding-top: 140px;
    padding-bottom: 190px;
    background-image: url(../images/seminar_illust.webp), url(../images/seminar_bg.webp);
    background-repeat: no-repeat;
    background-position: right top, left bottom;
  }
  #seminars .seminarWrap {
    position: relative;
  }
  #seminars .seminarWrap figure {
    width: 50vw;
    position: absolute;
    left: 0;
    top: -50px;
  }
  #seminars .seminarWrap .textWrap {
    padding-left: calc(50% + 70px);
  }
  #seminars .seminarWrap .textWrap .cat {
    font-size: 72px;
    text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
  }
  #seminars .seminarWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
    text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
  }
  #seminars .seminarWrap .textWrap h3 {
    font-size: 40px;
    margin-top: 30px;
  }
  #seminars .seminarWrap .textWrap h4 {
    font-size: 22px;
    margin-top: 30px;
  }
  #seminars .seminarWrap .textWrap .text {
    margin-top: 10px;
  }
  #seminars .contactWrap {
    margin-top: 100px;
  }
  #seminars .checkWrap {
    margin-top: 75px;
    border-radius: 20px;
    padding: 40px 60px 60px 90px;
    display: flex;
    align-items: center;
  }
  #seminars .checkWrap:hover:after {
    transform: translateX(10px);
  }
  #seminars .checkWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 22px;
    bottom: 30px;
    transition: 0.3s;
  }
  #seminars .checkWrap .check {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 205px;
    position: absolute;
    top: -25px;
    left: 90px;
  }
  #seminars .checkWrap .textWrap {
    width: 50%;
  }
  #seminars .checkWrap .textWrap h3 {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 28px;
    background: url(../images/check_line.webp) no-repeat bottom right;
    background-size: 100% auto;
  }
  #seminars .checkWrap .textWrap p {
    max-width: 330px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #seminars .checkWrap figure {
    width: calc(50% + 50px);
  }
  #seminars .seminarLink {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
  }
  #seminars .seminarLink p {
    font-size: 19px;
    width: 320px;
    flex: none;
  }
  #seminars .seminarLink .seminarLinkBtn {
    font-size: 30px;
    height: 164px;
    padding-right: 90px;
    border-radius: 20px;
  }
  #seminars .seminarLink .seminarLinkBtn:hover:after {
    transform: translateX(10px);
  }
  #seminars .seminarLink .seminarLinkBtn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 22px;
    bottom: 15px;
    transition: 0.3s;
  }
  #seminars .voiceWrap {
    margin-top: 70px;
  }
  #seminars .voiceWrap .title {
    font-size: 24px;
  }
  #seminars .voiceWrap .title span {
    display: inline-block;
    position: relative;
    padding: 0 40px;
  }
  #seminars .voiceWrap .title span:before {
    content: "";
    display: inline-block;
    background: url(../images/naname_line.webp) no-repeat center/cover;
    width: 22px;
    height: 42px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
  }
  #seminars .voiceWrap .title span:after {
    content: "";
    display: inline-block;
    background: url(../images/naname_line.webp) no-repeat center/cover;
    width: 22px;
    height: 42px;
    position: absolute;
    right: 0;
    top: calc(50% - 21px);
    transform: scale(-1, 1);
  }
  #seminars .voiceWrap .voiceList {
    margin-top: 35px;
    display: flex;
    gap: 20px;
  }
  #seminars .voiceWrap .voiceList li {
    border-radius: 20px;
    padding: 40px 60px;
    flex: 1;
  }
  #seminars .voiceWrap .voiceList li figure {
    width: 90px;
    height: 90px;
  }
  #seminars .voiceWrap .voiceList li .text {
    font-size: 18px;
    margin-top: 25px;
  }
  #seminars .voiceWrap .voiceList li .name {
    text-align: right;
    margin-top: 15px;
  }
  #ct .ctWrap {
    position: relative;
    padding-bottom: 90px;
  }
  #ct .ctWrap .textWrap {
    width: calc(50% + 100px);
  }
  #ct .ctWrap .textWrap .cat {
    font-size: 72px;
  }
  #ct .ctWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #ct .ctWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #ct .ctWrap .textWrap h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  #ct .ctWrap .textWrap .text {
    margin-top: 10px;
    padding-right: 110px;
  }
  #ct .ctWrap .ctImg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 100px);
    display: flex;
    gap: 8px;
    z-index: 2;
  }
  #ct .flowWrap {
    padding-top: 115px;
    padding-bottom: 120px;
  }
  #ct .flowWrap:before {
    content: "";
    display: block;
    background-color: #f6f4ee;
    width: 97%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 3%;
    border-radius: 21px 0 0 21px;
  }
  #ct .flowWrap .flowInner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
  }
  #ct .flowWrap h3 {
    text-align: center;
    font-size: 25px;
  }
  #ct .flowWrap .schedule {
    margin-top: 25px;
    display: flex;
    flex-direction: row-reverse;
  }
  #ct .flowWrap .schedule dl {
    width: calc(50% + 50px);
    padding-top: 30px;
  }
  #ct .flowWrap .schedule dl > div {
    display: flex;
    gap: 30px;
  }
  #ct .flowWrap .schedule dl > div:not(:last-of-type):before {
    content: "";
    display: inline-block;
    background-color: #009b63;
    width: 3px;
    height: calc(100% + 60px);
    position: absolute;
    left: 48px;
    top: 0px;
  }
  #ct .flowWrap .schedule dl > div + div {
    margin-top: 60px;
  }
  #ct .flowWrap .schedule dl > div dt {
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
  #ct .flowWrap .schedule dl > div dd figure {
    display: none;
  }
  #ct .flowWrap .schedule > figure {
    width: calc(50% - 50px);
    padding-right: 40px;
  }
  #ct .flowWrap .scheImg {
    margin-top: 30px;
  }
  #ct .flowWrap .bikou {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #magazine {
    padding-top: 160px;
    padding-bottom: 140px;
    background-image: url(../images/magazine_bg_2.webp), url(../images/magazine_bg.webp);
    background-repeat: no-repeat;
    background-position: top 50px right, top right;
  }
  #magazine .magazineWrap {
    display: flex;
  }
  #magazine .magazineWrap figure {
    width: 50%;
    transform: translateX(-65px);
  }
  #magazine .magazineWrap .textWrap {
    width: 50%;
    padding-top: 80px;
  }
  #magazine .magazineWrap .textWrap .cat {
    font-size: 72px;
    text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff, -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff, -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
  }
  #magazine .magazineWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #magazine .magazineWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #magazine .magazineWrap .textWrap .text {
    margin-top: 30px;
    padding-right: 30px;
  }
  #magazine .magazineList {
    margin-top: 90px;
    padding: 0 50px;
  }
  #magazine .magazineList .magazineItem {
    margin: 0 9px;
  }
  #magazine .magazineList .magazineItem .text {
    margin-top: 10px;
  }
  #magazine .magazineList .slide-arrow {
    width: 44px;
    height: 44px;
    transition: 0.3s;
  }
  #magazine .magazineList .prev-arrow {
    transform: scale(-1, 1);
    left: 0;
    top: calc(50% - 44px);
  }
  #magazine .magazineList .prev-arrow:hover {
    left: -10px;
  }
  #magazine .magazineList .next-arrow {
    right: 0;
    top: calc(50% - 44px);
  }
  #magazine .magazineList .next-arrow:hover {
    right: -10px;
  }
  #magazine .backNum {
    padding-top: 50px;
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
  }
  #magazine .backNum .textWrap {
    width: 67%;
  }
  #magazine .backNum .textWrap .cat {
    font-size: 30px;
    padding: 10px 24px;
  }
  #magazine .backNum .textWrap h3 {
    font-size: 24px;
    margin-top: 15px;
  }
  #magazine .backNum .textWrap .text {
    margin-top: 20px;
  }
  #magazine .backNum figure {
    width: 33%;
    text-align: center;
    padding: 0 30px;
  }
  #magazine .cvBtn {
    border-radius: 20px;
    padding: 40px;
    margin-top: 45px;
    display: flex;
    align-items: center;
  }
  #magazine .cvBtn .title {
    font-size: 31px;
    width: 30%;
    padding-right: 40px;
  }
  #magazine .cvBtn .cvWrap {
    width: 70%;
  }
  #magazine .cvBtn .cvWrap p {
    font-size: 18px;
  }
  #magazine .cvBtn .cvWrap .btnWrap {
    margin-top: 25px;
  }
  #magazine .cvBtn .cvWrap .btnWrap .btn {
    max-width: 385px;
  }
  .btn {
    border-radius: 35px;
    width: 100%;
    height: 70px;
    font-size: 20px;
    padding: 0 60px;
    transition: 0.3s;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/arrow.webp) no-repeat center/cover;
    width: 44px;
    height: 44px;
    position: absolute;
    top: calc(50% - 22px);
    right: 18px;
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #444;
  }
  #st {
    padding-top: 115px;
    padding-bottom: 100px;
    position: relative;
    background: url(../images/green_bg.webp) no-repeat;
    background-position: right top 480px;
  }
  #st:before {
    content: "";
    display: block;
    background-color: #f6f4ee;
    width: 97%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 21px 21px 0;
  }
  #st .stWrap {
    position: relative;
  }
  #st .stWrap .textWrap {
    width: calc(50% + 100px);
  }
  #st .stWrap .textWrap .cat {
    font-size: 72px;
  }
  #st .stWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #st .stWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #st .stWrap .textWrap .text {
    margin-top: 20px;
    padding-right: 110px;
    max-width: 550px;
  }
  #st .stWrap .stImg {
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 100px);
  }
  #st .stWrap .stImg img {
    width: 100%;
  }
  #st .flowWrap {
    padding-top: 110px;
  }
  #st .flowWrap .flowInner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #st .flowWrap h3 {
    text-align: center;
    font-size: 25px;
  }
  #st .flowWrap .schedule {
    margin-top: 25px;
    display: flex;
    flex-direction: row-reverse;
  }
  #st .flowWrap .schedule dl {
    width: calc(50% + 50px);
    padding-top: 30px;
  }
  #st .flowWrap .schedule dl > div {
    display: flex;
    gap: 30px;
  }
  #st .flowWrap .schedule dl > div:not(:last-of-type):before {
    content: "";
    display: inline-block;
    background-color: #009b63;
    width: 3px;
    height: calc(100% + 30px);
    position: absolute;
    left: 48px;
    top: 0px;
  }
  #st .flowWrap .schedule dl > div + div {
    margin-top: 30px;
  }
  #st .flowWrap .schedule dl > div dt {
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
  #st .flowWrap .schedule dl > div dd figure {
    display: none;
  }
  #st .flowWrap .schedule > figure {
    width: calc(50% - 50px);
    padding-right: 40px;
  }
  #st .flowWrap .scheImg {
    margin-top: 40px;
  }
  #st .flowWrap .bikou {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #uniform {
    padding-top: 100px;
  }
  #uniform .uniformWrap {
    padding: 0 230px;
    position: relative;
  }
  #uniform .uniformWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/uniform_1.webp) no-repeat center/cover;
    width: 128px;
    height: 441px;
    position: absolute;
    top: 0;
    left: 50px;
  }
  #uniform .uniformWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/uniform_2.webp) no-repeat center/cover;
    width: 132px;
    height: 436px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  #uniform .uniformWrap .cat {
    font-size: 72px;
  }
  #uniform .uniformWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #uniform .uniformWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #uniform .uniformWrap .namicleWrap {
    margin-top: 35px;
    padding: 15px 0 25px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #uniform .uniformWrap .namicleWrap + p {
    font-size: 19px;
    text-align: center;
    margin-top: 15px;
  }
  #uniform .uniformWrap .namicleWrap figure {
    flex: none;
  }
  #uniform .uniformWrap .namicleWrap p {
    padding-top: 10px;
  }
  #uniform .customTitle {
    margin-top: 50px;
  }
  #uniform .customList {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 15px;
    /* ▼FAQ復活したら消す */
    margin-bottom: 50px;
    /* ここまで */
  }
  #uniform .customList li {
    width: calc(20% - 12px);
    text-align: center;
    font-weight: 900;
  }
  #uniform .customList li .name {
    margin-top: 10px;
  }
  #uniform .customList li .prace {
    font-size: 20px;
  }
  #uniform .faqWrap {
    margin-top: 60px;
    margin-bottom: 40px;
    background: url(../images/qa_bg.webp) no-repeat top -30px center;
    background-size: 100% auto;
  }
  #uniform .faqWrap .faqBox {
    border-radius: 20px;
    padding: 30px 50px 50px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
  }
  #uniform .faqWrap h3 span {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 265px;
  }
  #uniform .faqWrap .faqList {
    margin-top: 25px;
  }
  #uniform .faqWrap .faqList > div + div {
    margin-top: 10px;
  }
  #uniform .faqWrap .faqList > div dt {
    padding: 20px 75px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
  }
  #uniform .faqWrap .faqList > div dt:hover {
    opacity: 0.5;
  }
  #uniform .faqWrap .faqList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 26px;
    top: calc(50% - 18px);
  }
  #uniform .faqWrap .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.webp) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - 11px);
    right: 28px;
  }
  #uniform .faqWrap .faqList > div dt.active:after {
    background: url(../images/minus.webp) no-repeat center/cover;
  }
  #uniform .faqWrap .faqList > div dd {
    padding: 0px 75px 20px;
  }
  #award {
    margin-top: 180px;
    padding-bottom: 120px;
    position: relative;
    background: url(../images/award_bg.webp) no-repeat bottom -25px right;
  }
  #award:before {
    content: "";
    display: block;
    height: calc(100% - 80px);
    width: 96%;
    background-color: #f7f5ee;
    position: absolute;
    left: 0;
    top: 35px;
    border-radius: 0 21px 21px 0;
    z-index: 2;
  }
  #award .awardWrap .textWrap {
    padding-left: 50%;
  }
  #award .awardWrap .textWrap .cat {
    font-size: 72px;
  }
  #award .awardWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #award .awardWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #award .awardWrap .textWrap .text {
    margin-top: 20px;
  }
  #award .awardWrap .textWrap .textbox {
    font-size: 20px;
    padding: 5px 15px;
    margin-top: 20px;
  }
  #award .awardWrap figure {
    position: absolute;
    top: 0;
    right: calc(50% + 40px);
  }
  #party {
    margin-top: 120px;
    padding-bottom: 240px;
    position: relative;
    background: url(../images/party_bg.webp) no-repeat bottom -20px left;
  }
  #party:before {
    content: "";
    display: block;
    height: calc(100% - 130px);
    width: 96%;
    background-color: #f7f5ee;
    position: absolute;
    right: 0;
    top: 30px;
    border-radius: 21px 0 0 21px;
    z-index: 2;
  }
  #party .partyWrap .textWrap {
    padding-right: 50%;
  }
  #party .partyWrap .textWrap .cat {
    font-size: 72px;
  }
  #party .partyWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #party .partyWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #party .partyWrap .textWrap .text {
    margin-top: 20px;
  }
  #party .partyWrap figure {
    position: absolute;
    top: -80px;
    left: calc(50% + 40px);
  }
  #brand {
    margin-top: 30px;
    padding-bottom: 120px;
    position: relative;
    background: url(../images/brand_bg.webp) no-repeat bottom -30px right;
  }
  #brand:before {
    content: "";
    display: block;
    height: calc(100% - 80px);
    width: 96%;
    background-color: #f7f5ee;
    position: absolute;
    left: 0;
    top: 35px;
    border-radius: 0 21px 21px 0;
    z-index: 2;
  }
  #brand .brandWrap .textWrap {
    padding-left: 50%;
  }
  #brand .brandWrap .textWrap .cat {
    font-size: 72px;
  }
  #brand .brandWrap .textWrap h2 {
    font-size: 35px;
    margin-top: 10px;
  }
  #brand .brandWrap .textWrap h3 {
    margin-top: 40px;
    font-size: 38px;
  }
  #brand .brandWrap .textWrap .text {
    margin-top: 20px;
  }
  #brand .brandWrap .textWrap strong {
    font-size: 20px;
    margin-top: 30px;
  }
  #brand .brandWrap .textWrap .btnWrap {
    margin-top: 20px;
  }
  #brand .brandWrap .textWrap .btnWrap .btn {
    max-width: 440px;
  }
  #brand .brandWrap figure {
    position: absolute;
    top: 0;
    right: calc(50% + 40px);
  }
  #goods {
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }
  #goods:before {
    content: "";
    display: block;
    background-color: #434343;
    width: 100%;
    height: 64%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #goods .cat span {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 265px;
  }
  #goods h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  #goods .goodsList {
    margin-top: 50px;
    display: flex;
    gap: 28px;
    position: relative;
    z-index: 2;
  }
  #goods .goodsList li {
    flex: 1;
    padding-bottom: 60px;
  }
  #goods .goodsList li .textWrap .prace {
    font-size: 28px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #goods .goodsList li .textWrap .prace span {
    font-size: 16px;
  }
  #goods .goodsList li .textWrap .prace small {
    display: block;
    font-size: 13px;
  }
  #achieve {
    padding: 100px 0;
  }
  #achieve .cat span {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 265px;
  }
  #achieve h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  #achieve .achieveWrap {
    margin-top: 50px;
    display: flex;
    gap: 40px;
  }
  #achieve .achieveWrap .ahieveList h3 {
    font-size: 22px;
  }
  #achieve .achieveWrap .ahieveList dl {
    margin-top: 25px;
    position: relative;
  }
  #achieve .achieveWrap .ahieveList dl > div {
    display: flex;
  }
  #achieve .achieveWrap .ahieveList dl > div + div {
    padding-top: 25px;
  }
  #achieve .achieveWrap .ahieveList dl > div:not(:last-of-type) dt:after {
    content: "";
    display: inline-block;
    background-color: #2fa848;
    width: 1px;
    height: calc(100% + 26px);
    position: absolute;
    right: 38px;
    top: 16px;
  }
  #achieve .achieveWrap .ahieveList dl > div dt {
    font-size: 22px;
    width: 155px;
    padding-right: 70px;
    flex: none;
  }
  #achieve .achieveWrap .ahieveList dl > div dt:before {
    content: "";
    display: inline-block;
    background-color: #2fa848;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    top: 16px;
  }
  #achieve .achieveWrap .ahieveList dl > div dd {
    padding-top: 3px;
    font-size: 18px;
  }
  #achieve .achieveWrap figure {
    padding-top: 20px;
    flex: none;
  }
  #tanosii {
    padding: 90px 0 90px;
    background: url(../images/tanosii_illust.webp) no-repeat center;
    background-color: #f7f5ee;
  }
  #tanosii .tanosiiWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 45px;
    padding: 0 0 0 50px;
  }
  #tanosii .tanosiiWrap figure {
    width: 40%;
    padding-right: 30px;
  }
  #tanosii .tanosiiWrap .textWrap {
    width: 60%;
    max-width: 560px;
  }
  #tanosii .tanosiiWrap .textWrap .textbox {
    font-size: 20px;
    padding: 5px 15px;
    margin-top: 20px;
  }
  #tanosii .tanosiiWrap .textWrap .name {
    margin-top: 45px;
    font-size: 14px;
  }
  #tanosii .tanosiiWrap .textWrap .name span {
    font-size: 18px;
    line-height: 3;
  }
  #tanosii .tanosiiWrap .textWrap .name small {
    font-size: 15px;
  }
  #mediakit {
    padding: 90px 0 120px;
  }
  #mediakit .cat span {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 265px;
  }
  #mediakit h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  #mediakit h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  #mediakit h3 + p {
    margin-top: 30px;
    text-align: center;
  }
  #mediakit .btnWrap {
    margin-top: 30px;
  }
  #mediakit .btnWrap .downBtn {
    border-radius: 35px;
    height: 69px;
    max-width: 305px;
    font-size: 20px;
    padding-right: 15px;
    transition: 0.3s;
    margin: 0 auto;
  }
  #mediakit .btnWrap .downBtn:hover {
    background-color: #fff;
    color: #444;
  }
  #mediakit .btnWrap .downBtn:hover span:before {
    background: url(../images/icon_down_g.webp) no-repeat center/cover;
  }
  #mediakit .btnWrap .downBtn span {
    display: inline-block;
    position: relative;
    padding-left: 45px;
  }
  #mediakit .btnWrap .downBtn span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_down.webp) no-repeat center/cover;
    width: 23px;
    height: 21px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    transition: 0.3s;
  }
  #mediakit .columnWrap {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  #mediakit .columnWrap > div {
    flex: 1;
  }
  #mediakit .columnWrap > div .name {
    font-size: 17px;
  }
  #mediakit .columnWrap > div .text {
    margin-top: 15px;
    line-height: 2;
  }
  #link {
    /* ▼メディアキット復活したら消す */
    margin-top: 120px;
    /* ここまで！ */
  }
  #link .linkWrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    border-radius: 21px;
    padding: 110px 60px 60px;
  }
  #link .linkWrap .linkTitle {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #link .linkWrap .cat span {
    font-size: 30px;
    padding: 10px 24px;
    min-width: 265px;
  }
  #link .linkWrap h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  #link .linkWrap h3 {
    font-size: 18px;
  }
  #link .linkWrap h3:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  #link .linkWrap ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }
  #link .linkWrap ul li a {
    width: 66px;
    height: 66px;
    transition: 0.3s;
  }
  #link .linkWrap ul li a:hover {
    opacity: 0.5;
  }
  #sponsor ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }
  #sponsor ul li a {
    transition: 0.3s;
  }
  #sponsor ul li a:hover {
    opacity: 0.5;
  }
  #footer {
    background: url(../images/footer_bg.webp) no-repeat center top/cover;
    padding-top: 270px;
    padding-bottom: 84px;
  }
  #footer .footerInner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #footer .footerInner .sitename {
    color: #fff;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
  }
  #footer .footerInner .copyright {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  #pageTop {
    width: 104px;
    height: 104px;
    bottom: 26px;
    right: 26px;
  }
  #pageTop:hover {
    opacity: 0.5;
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  #st .stWrap .stImg {
    padding-left: 20px;
  }
  #link {
    /* ▼メディアキット復活したら消す */
    /* ここまで！ */
  }
  /* fadeUp */
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
