@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

p{
  color: #3a3a3a;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.js-bodyStop {
  overflow: hidden;
}

body {
  line-height: 1;
  position: relative;
  font-style: normal;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  width: 100%;
  overflow: hidden;
}
body.js-bodyStop {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
}

span {
  padding: 0;
  margin: 0;
}

.l-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.taiken .l-inner {
  max-width: 1200px;
  padding-inline: 20px;
  box-sizing: initial;
  margin-inline: auto;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.2);
}

.p-header__inner {
  padding: 10px 50px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 20px;
  }
}

.p-header__logo {
  max-width: 105px;
}
.p-header__logo img {
  height: auto;
}

.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 55px;
}

.p-header__item a {
  color: #fff;
  font-size: 18px;
}
.p-header__item img {
  width: 22px;
  height: 16px;
  object-fit: contain;
}
.p-header__item--mail a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-drawer {
  position: fixed;
  right: 50px;
  top: 22px;
  display: none;
  cursor: pointer;
  height: 15px;
  width: 30px;
  z-index: 12;
}
@media screen and (max-width: 1279px) {
  .p-drawer {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer {
    right: 20px;
  }
}

.p-drawer__icon {
  position: relative;
  width: inherit;
  height: inherit;
  z-index: 12;
}

.p-drawer__line {
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  z-index: inherit;
  transition: all 0.3s ease;
}
.p-drawer__line.active:first-child {
  rotate: 30deg;
  transition: all 0.3s ease;
  top: 6px;
}
.p-drawer__line.active:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-drawer__line.active:nth-child(3) {
  rotate: -30deg;
  transition: all 0.3s ease;
  top: 6px;
}
.p-drawer__line:first-child {
  top: 0;
}
.p-drawer__line:nth-child(2) {
  top: 6px;
}
.p-drawer__line:nth-child(3) {
  top: 12px;
}

.p-drawer__content {
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease;
  padding-top: 90px;
  overflow: hidden;
}
.p-drawer__content.js-menuOpen {
  transition: all 0.5s ease;
  overflow: hidden;
  transform: translateX(0) !important;
}

.p-drawer__inner {
  padding: 60px 20px;
}

.p-drawer__item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.p-drawer__item::before {
  content: "";
  position: absolute;
  background: url(../img/header/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.p-drawer__item a {
  display: block;
  padding-block: 20px;
  color: #555;
}

.p-top__fv {
  position: relative;
  /* background: url(../img/fv/bg.jpg); */
  background-size: cover;
  background-position: center right;
  color: #3a3a3a;
  font-family: "Noto Sans JP", serif;
  height: 100vh;
}

.p-top_fv_cover{
  position: absolute;
  width: 50%;
  /* max-width: 1100px; */
  height: 100%;
  right: 0px;
  top: 0;
  /* top: 50%;
  transform: translateY(-25%); */
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 767px){
  .p-top_fv_cover {
    width: 100%;
  }
}

.p-top_fv_cover-inner-img{
  position: relative;
  padding-top: 100vh;
  height: 0;
  overflow: hidden;
}

.p-top_fv_cover-inner-img .img-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_fv_cover-inner-img .img-box img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px){
  .p-top__fv {
    background-position: center center;
  }
}

.p-top__fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: calc(100vh - 60px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__fv__inner {
    padding-inline: 20px;
    padding-block: 120px 100px;
    align-items: flex-start;
    justify-content: flex-start;
    transform: translateY(50px);
  }
}

.p-top__fv__content {
  display: flex;
  gap: 38px;
  justify-content: left;
  align-items: left;
}
@media screen and (max-width: 767px) {
  .p-top__fv__content {
    display: block;
  }
}

.p-top__fv__left {
  max-width: 100%;
}
.p-top__fv__left .p-top__fv__label {
  font-size: 27px;
  line-height: 48px;
  font-weight: bold;
  background: url(../img/fv/label-bg.png);
  /* background: linear-gradient(to right, #512ABE, #F85151); */
  background: #ffa472;
  position: relative;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4px 28px;
  width: fit-content;
  color: #fff;
}
.p-top__fv__left .p-top__fv__label span{ 
  color: #fff;
}
.p-top__fv__left .p-top__fv__label::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 50px;
  height: 56px;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__left .p-top__fv__label {
    /* width: 400px; */
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__left .p-top__fv__label {
    width: 100%;
    font-size: 14px;
  }
}
.p-top__fv__left .p-top__fv__title {
  font-size: 60px;
  margin-top: 23px;
  line-height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  padding: 0 24px;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__left .p-top__fv__title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__left .p-top__fv__title {
    font-size: 24px;
  }
}
.p-top__fv__left .p-top__fv__subTitle {
  font-size: 26px;
  margin-top: 30px;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .p-top__fv__left .p-top__fv__subTitle {
    font-size: 22px;
  }
}
.p-top__fv__left .p-top__fv__text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 42px;
  margin-top: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__left .p-top__fv__text {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__left .p-top__fv__text {
    font-size: 14px;
    background-color: rgba(255,255,255,0.8);
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__left .p-top__fv__text br{
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__fv__left {
    /* max-width: 400px; */
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__left {
    margin-inline: auto;
  }
}

.p-top__fv__right {
  border: 2px solid #fff;
  border-radius: 9px;
  position: relative;
  max-width: 448px;
  width: 100%;
  flex-shrink: 0;
  padding-top: 90px;
  padding-inline: 47px 20px;
  max-height: 329px;
  padding-bottom: 56px;
  margin-top: 14px;
}
.p-top__fv__right .p-top__fv__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  background: #F65255;
  border-radius: 30px;
  height: 55px;
  width: 78%;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 39px;
}
.p-top__fv__right .p-top__fv__label span {
  display: block;
  position: relative;
}
.p-top__fv__right .p-top__fv__label span::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 12px;
  background: url(../img/fv/triangle.png);
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__right .p-top__fv__label {
    font-size: 16px;
  }
}
.p-top__fv__right .p-top__fv__title {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__right .p-top__fv__title {
    font-size: 32px;
  }
}
.p-top__fv__right .p-top__fv__text {
  font-size: 21px;
  line-height: 47px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 23px;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__right .p-top__fv__text {
    font-size: 16px;
  }
}
.p-top__fv__right::before {
  content: "";
  position: absolute;
  background: url(../img/fv/icon-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 101px;
  height: 127px;
  top: -1px;
  right: 27px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .p-top__fv__right::before {
    width: 60px;
    height: 100%;
    top: 6px;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__fv__right {
    max-width: 300px;
    padding-top: 60px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__fv__right {
    margin-inline: auto;
    margin-top: 60px;
  }
}

.taiken .p-fv {
  background: url(../img/fv/fv.png);
  background-size: cover;
  background-position: 30% 10%;
  color: white;
  position: relative;
  height: 1080px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv {
    height: 90vh;
  }
}
.taiken .p-fv__inner {
  padding-inline: 20px;
}
.taiken .p-fv__content {
  max-width: 576px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 138px;
  right: 19%;
}
@media screen and (max-width: 1279px) {
  .taiken .p-fv__content {
    right: 0;
    padding-right: 40px;
    box-sizing: initial;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__content {
    width: 100%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.taiken .p-fv__logo {
  max-width: 219px;
  margin-inline: auto;
}
.taiken .p-fv__logo img {
  height: auto;
}
.taiken .p-fv__logoText {
  font-size: 23px;
  margin-top: 13px;
  line-height: 32px;
  border: 1px solid #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__logoText {
    max-width: 360px;
    margin-inline: auto;
    font-size: 20px;
  }
}
.taiken .p-fv__title {
  font-size: 48px;
  line-height: 87px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__title {
    font-size: 32px;
    line-height: 56px;
  }
}
.taiken .p-fv__text {
  font-size: 28px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__text {
    font-size: 24px;
  }
}
.taiken .p-fv__text--ellipse {
  border: 1px solid #fff;
  border-radius: 104px;
  padding: 14px 20px 15px;
  margin-top: 33px;
  max-width: 573px;
  margin-inline: auto;
  font-size: 24px;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__text--ellipse {
    font-size: 20px;
  }
}
.taiken .p-fv__slide__img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.taiken .p-fv__slide__img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.taiken .p-fv__slide__img:nth-child(1) {
  background: url(../img/fv/fv01.jpg);
  background-size: cover;
  background-position: right 65% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__slide__img:nth-child(1) {
    height: 90vh;
  }
}
.taiken .p-fv__slide__img:nth-child(2) {
  background: url(../img/fv/fv02.jpg);
  background-size: cover;
  background-position: left 30% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__slide__img:nth-child(2) {
    height: 90vh;
  }
}
.taiken .p-fv__slide__img:nth-child(3) {
  background: url(../img/fv/fv03.jpg);
  background-size: cover;
  background-position: right 58% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__slide__img:nth-child(3) {
    height: 90vh;
  }
}
.taiken .p-fv__slide__img:nth-child(4) {
  background: url(../img/fv/fv04.jpg);
  background-size: cover;
  background-position: left 51% center;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__slide__img:nth-child(4) {
    height: 90vh;
  }
}
.taiken .p-fv__slide__img:nth-child(5) {
  background: url(../img/fv/fv05.jpg);
  background-size: cover;
  background-position: top right 20%;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  .taiken .p-fv__slide__img:nth-child(5) {
    height: 90vh;
  }
}

.p-top__guideline {
  /* background: url(../img/guideline/bg.png); */
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.p-top__guideline::before {
  content: "";
  position: absolute;
  bottom: -427px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/guideline/ellipse.png);
  background-size: cover;
  width: 2956px;
  height: 635px;
}
@media screen and (max-width: 767px) {
  .p-top__guideline::before {
    display: none;
  }
}

.p-top__guideline__inner {
  padding-block: 138px 331px;
  /* display: flex; */
  gap: 120px;
}
@media screen and (max-width: 1279px) {
  .p-top__guideline__inner {
    padding-inline: 20px;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__guideline__inner {
    display: block;
    padding-block: 60px;
  }
}

.p-guideline__left {
  flex-shrink: 0;
}

.p-guideline__img {
  max-width: 380px;
}
@media screen and (max-width: 1279px) {
  .p-guideline__img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-guideline__img {
    margin-inline: auto;
  }
}

.p-top__guideline__head {
  font-size: 32px;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
  border-bottom: 5px solid #ffa472;
  border-top: 5px solid #ffa472;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (max-width: 1279px) {
  .p-top__guideline__head {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__guideline__head {
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
  }
}

.p-top__guideline__subHead {
  font-size: 21px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-top__guideline__subHead {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__guideline__subHead {
    font-size: 14px;
    text-align: left;
  }
  .p-top__guideline__subHead br{
    display: none;
  }
}

.p-top__guideline__message {
  margin-top: 24px;
  font-size: 16px;
  line-height: 32px;
}

.p-top__guideline__btn {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
.p-top__guideline__btn a{
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .p-top__guideline__btn {
    max-width: 300px;
    margin-inline: auto;
  }
}

.p-guidance {
  position: relative;
}

.p-guidance__inner {
  padding-top: 140px;
}

.p-guidance__list {
  display: flex;
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .p-guidance__list {
    display: block;
  }
}

.p-guidance__item {
  flex: 1;
}
.p-guidance__item:nth-child(1) {
  background: url(../img/guidance/bg01.png);
  background-size: cover;
}
.p-guidance__item:nth-child(2) {
  background: url(../img/guidance/bg02.png);
  background-size: cover;
}
.p-guidance__item:nth-child(3) {
  background: url(../img/guidance/bg03.png);
  background-size: cover;
}
.p-guidance__item a {
  display: block;
  padding-block: 162px 194px;
  color: #fff;
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  line-height: 74px;
}
.p-guidance__item a span {
  font-size: 14px;
  display: block;
  margin-top: 18px;
  line-height: 23px;
}
@media screen and (max-width: 1279px) {
  .p-guidance__item a {
    font-size: 28px;
    line-height: 42px;
  }
}

.p-textSlide--guidance {
  top: 0;
}

.taiken .p-guideline {
  background: url(../img/guideline/bg.png);
}
.taiken .p-guideline__inner {
  padding-block: 79px 121px;
}
@media screen and (max-width: 767px) {
  .taiken .p-guideline__inner {
    padding-block: 40px 60px;
  }
}
.taiken .p-guideline__list {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 71px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-guideline__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-guideline__list {
    display: block;
    margin-top: 35px;
  }
}
.taiken .p-guideline__item {
  background: #fff;
  max-width: 370px;
  padding: 43px 30px 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(59, 59, 59, 0.1);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .taiken .p-guideline__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-guideline__item {
    margin-inline: auto;
  }
  .taiken .p-guideline__item:not(:first-child) {
    margin-top: 30px;
  }
}
.taiken .p-guideline__item__number {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #373CCF;
  text-align: center;
}
.taiken .p-guideline__item__number span {
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 600;
}
.taiken .p-guideline__item__title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
  line-height: 55px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-guideline__item__title {
    font-size: 20px;
  }
}
.taiken .p-guideline__item__text {
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-guideline__item__text {
    font-size: 14px;
  }
}

.p-top__news {
  background: #F8F8F8;
  position: relative;
}
.p-top__news div {
  overflow-x: hidden;
}

.p-top__news__inner {
  padding-bottom: 119px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__news__inner {
    padding-top: 60px;
  }
}

.p-top__news__list {
  display: flex;
  justify-content: center;
  margin-top: 85px;
  gap: 48px;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 1279px) {
  .p-top__news__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__list {
    display: block;
  }
}

.product_slick{
  margin-top: 100px;
}

.product_slick li{
  margin: 0 4px;
}

.p-top__news__btn {
  margin-inline: auto;
  max-width: 310px;
  margin-top: 50px;
}

.p-textSlide--news {
  top: -267px;
}
@media screen and (max-width: 767px) {
  .p-textSlide--news {
    top: -33px;
  }
}

.p-top__support {
  position: relative;
  overflow-y: hidden;
}

.p-top__support__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.p-top__support__bg img {
  height: inherit;
}

.p-suport__inner {
  padding-block: 79px 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-suport__inner {
    padding-block: 60px;
  }
}

.p-suport__list {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  justify-content: center;
  justify-items: center;
  margin-top: 92px;
  gap: 45px;
}
@media screen and (max-width: 1279px) {
  .p-suport__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-suport__list {
    display: block;
  }
}

.p-top__support__item {
  flex: 1;
  place-items: center;
  padding-top: 65px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__support__item {
    margin-inline: auto;
  }
  .p-top__support__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-top__support__label {
  background: #262F34;
  color: #fff;
  border-radius: 73px;
  width: 140px;
  padding-block: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  position: relative;
  margin-inline: auto;
  z-index: 1;
  margin-bottom: 5px;
}
.p-top__support__label span {
  font-family: "Poppins", serif;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .p-top__support__label span {
    font-size: 14px;
  }
}
.p-top__support__label::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/support/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 19px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .p-top__support__label {
    font-size: 10px;
    width: 120px;
    padding-bottom: 8px;
  }
}

.p-support__img {
  max-width: 408px;
  width: 100%;
  height: 249px;
}
.p-support__img img {
  height: 249px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .p-support__img img {
    height: 200px;
  }
}
@media screen and (max-width: 1279px) {
  .p-support__img {
    height: 200px;
  }
}

.p-suport__item__title {
  margin-top: 27px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-suport__item__title {
    font-size: 16px;
  }
}

.p-top__support__item__text {
  font-size: 15px;
  line-height: 27px;
  margin-top: 22px;
}
@media screen and (max-width: 1279px) {
  .p-top__support__item__text {
    font-size: 10px;
    max-width: 408px;
    margin-top: 10px;
  }
}

.p-top__strength__inner {
  padding-block: 100px 60px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__strength__inner {
    padding-block: 60px;
  }
}

.p-top__strength__list {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  justify-items: center;
  row-gap: 31px;
  column-gap: 53px;
  margin-top: 56px;
}
@media screen and (max-width: 1279px) {
  .p-top__strength__list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__strength__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-top__strength__item {
    max-width: 420px;
  }
  .p-top__strength__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-top__strength__img {
  max-width: 260px;
}
.p-top__strength__img img {
  height: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top__strength__img {
    margin-inline: auto;
    max-width: 200px;
  }
}

.p-top__strength__number {
  display: block;
  color: #373CCF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-family: "Poppins", serif;
}

.p-top__strength__title {
  margin-top: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1279px) {
  .p-top__strength__title {
    font-size: 18px;
  }
}

.p-top__strength__text {
  margin-top: 24px;
  font-size: 15px;
  color: #707070;
  line-height: 27px;
}

.taiken .p-strength__inner {
  padding-block: 100px 60px;
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__inner {
    padding-block: 50px;
  }
}
.taiken .p-strength__list {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  justify-items: center;
  row-gap: 31px;
  column-gap: 53px;
  margin-top: 56px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-strength__list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__list {
    grid-template-columns: repeat(2, 4fr);
    row-gap: 40px;
    max-width: 420px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__item {
    max-width: 420px;
  }
}
.taiken .p-strength__img {
  max-width: 260px;
}
.taiken .p-strength__img img {
  height: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__img {
    margin-inline: auto;
    max-width: 200px;
  }
}
.taiken .p-strength__number {
  display: block;
  color: #373CCF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  font-family: "Poppins", serif;
}
.taiken .p-strength__title {
  margin-top: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-strength__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__title {
    font-size: 13px;
  }
}
.taiken .p-strength__text {
  margin-top: 24px;
  font-size: 15px;
  color: #707070;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .taiken .p-strength__text {
    display: none;
  }
}

.p-about__inner {
  /* padding-block: 60px; */
  padding-inline: 20px;
}

.p-about__content {
  margin-top: 60px;
}

.p-about__content__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.p-about__content__text {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__content__text {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  margin-top: 60px;
  max-width: 1200px;
  box-sizing: initial;
  margin-inline: auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    display: block;
  }
}

.p-about__content--adult {
  background: rgba(186, 205, 255, 0.1);
  margin-inline: -20px;
  padding-block: 40px;
}
.p-about__content--adult .p-about__list {
  padding-inline: 20px;
}
.p-about__content--adult .p-about__item {
  border: 2px solid #000 !important;
}

.p-about__content--adult .p-about__item {
  border: 2px solid   #000  !important;
}

.p-about__content--adult .p-about__item .p-about__target{
  background:  #000  !important;
}
.p-about__content--adult .p-about__item .p-about__item__concept{
  color:  #000 !important;
}
.p-about__content--adult .p-about__item .p-about__item__wrapper{
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.p-about__content--adult .p-about__item .c-btn--about{
  background: #000 !important;
  color: #fff;
  border: 1px solid #000 !important;
}

.p-about__item {
  padding: 12px 4px;
  border: 2px solid #0f8449;
  background-color: #fff;
  opacity: 1;
}

.p-about__item:hover {
  opacity: 0.7;
  transition: 0.25s ease-in;
}

.p-about__item:hover .c-btn--about::before{
  transform: translateX(5px) translateY(-50%);
  transition: 0.25s ease-in;
}



.p-about__item:nth-child(1) .c-btn--about{
    background: #fca7ed;
    color: #fff;
    border: 1px solid #fca7ed;
}

.p-about__item {
  padding: 12px 4px;
}

.p-about__item:nth-child(1) {
  border: 2px solid  #fca7ed ;
}

.p-about__item:nth-child(2) {
  border: 2px solid  #ffcc33 ;
}

.p-about__item:nth-child(2) .p-about__target{
  background: #ffcc33 ;
}
.p-about__item:nth-child(2) .p-about__item__concept{
  color: #ffcc33 ;
}
.p-about__item:nth-child(2) .p-about__item__wrapper{
  background-color: rgba(255, 204, 51, 0.2);
}

.p-about__item:nth-child(2) .c-btn--about{
  background: #ffcc33;
  color: #fff;
  border: 1px solid #ffcc33;
}

.p-about__item:nth-child(3) {
  border: 2px solid   #26add3 ;
}

.p-about__item:nth-child(3) .p-about__target{
  background:  #26add3 ;
}
.p-about__item:nth-child(3) .p-about__item__concept{
  color:  #26add3 ;
}
.p-about__item:nth-child(3) .p-about__item__wrapper{
  background-color: rgba(38, 173, 211, 0.2);
}
.p-about__item:nth-child(3) .c-btn--about{
  background: #26add3;
  color: #fff;
  border: 1px solid #26add3;
}

.p-about__item:nth-child(4) {
  border: 2px solid  #e64b68 ;
}

.p-about__item:nth-child(4) .p-about__target{
  background:  #e64b68 ;
}
.p-about__item:nth-child(4) .p-about__item__concept{
  color:  #e64b68 ;
}
.p-about__item:nth-child(4) .p-about__item__wrapper{
  background-color: rgba(230, 75, 104, 0.2);
}
.p-about__item:nth-child(4) .c-btn--about{
  background: #e64b68;
  color: #fff;
  border: 1px solid #e64b68;
}

.p-about__item:nth-child(5) {
  border: 2px solid  #8fc31f ;
}

.p-about__item:nth-child(5) .p-about__target{
  background:  #8fc31f ;
}
.p-about__item:nth-child(5) .p-about__item__concept{
  color:  #8fc31f ;
}
.p-about__item:nth-child(5) .p-about__item__wrapper{
  background-color: rgba(143, 195, 31, 0.2);
}
.p-about__item:nth-child(5) .c-btn--about{
  background: #8fc31f;
  color: #fff;
  border: 1px solid #8fc31f;
}

.p-about__item:nth-child(6) {
  border: 2px solid  #ee9f28 ;
}

.p-about__item:nth-child(6) .p-about__target{
  background:  #ee9f28 ;
}
.p-about__item:nth-child(6) .p-about__item__concept{
  color:  #ee9f28;
}
.p-about__item:nth-child(6) .p-about__item__wrapper{
  background-color: rgba(238, 159, 40, 0.2);
}
.p-about__item:nth-child(6) .c-btn--about{
  background: #ee9f28;
  color: #fff;
  border: 1px solid #ee9f28;
}


@media screen and (max-width: 767px) {
  .p-about__item {
    max-width: 408px;
    margin-inline: auto;
  }
  .p-about__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-about__item__wrapper {
  width: 45%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  background-color: rgba(252, 167, 237, 0.2);
}

@media screen and (max-width: 767px){
  .p-about__item__wrapper {
    width: 100%;
  }
}

.p-about__item__img {
  max-height: 200px;
  width: 55%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-about__item__img {
    width: 100%;
  }
}

.p-about__item__img img {
  height: inherit;
  object-fit: cover;
  height: 200px;
}

.p-about__lang {
  background: rgba(255, 164, 114, 0.9);
  padding: 6px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__lang {
    font-size: 12px;
  }
}

.p-about__target {
  color: #fff;
  background: #fca7ed;
  padding: 8px 18px;
  border-radius: 24px;
  display: block;
  font-size: 18px;
  margin: 10px auto;
  width: fit-content;
  letter-spacing: 0.12rem;
}

.p-about__item__concept{
  color: #fca7ed;
  margin: 16px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.p-about__item__body{
  display: flex;
  margin-top: 8px;
}

@media screen and (max-width: 767px){
  .p-about__item__body{
    flex-direction: column;
  } 
}


@media screen and (max-width: 767px) {
  .p-about__target {
    font-size: 12px;
  }
}

.p-about__item__title {
  padding-block: 10px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.p-about__item__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px){
  .p-about__item__text {
    font-size: 12px;
  }
}

.p-about__desc_wrap{
  width: 70%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.p-about__detail {
  width: fit-content;
  background: rgba(255, 208, 73, 0.9);
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  font-size: 13px;
  margin-top: 10px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    font-size: 12px;
  }
}

.p-features__inner {
  padding-block: 100px 75px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    padding-block: 60px;
  }
}

.p-features__list {
  display: flex;
  margin-top: 83px;
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-features__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__list {
    display: block;
  }
}

.p-features__item {
  flex: 1;
  position: relative;
}


.p-features__item::after{
  content: "01";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  font-weight: bold;
  color: #ffa472;
}

.p-features__item:nth-child(2)::after{
  content: "02";
}
.p-features__item:nth-child(3)::after{
  content: "03";
}
.p-features__item:nth-child(4)::after{
  content: "04";
}


@media screen and (max-width: 767px) {
  .p-features__item {
    max-width: 560px;
    margin-inline: auto;
  }
  .p-features__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-features__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  border: 8px solid  rgba(255, 164, 114, 0.5);
  position: relative;
}



.p-features__img img {
  height: 100%;
  object-fit: cover;
}

.p-features__item__title {
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .p-features__item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__item__title {
    font-size: 16px;
  }
}

.p-features__text {
  margin-top: 4px;
  line-height: 27px;
  color: #707070;
  font-size: 14px;
  background-color: #fff;
}

.taiken .p-features__inner {
  padding-block: 100px 75px;
}
@media screen and (max-width: 767px) {
  .taiken .p-features__inner {
    padding-block: 50px;
  }
}
.taiken .p-features__list {
  display: flex;
  margin-top: 83px;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-features__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-features__list {
    display: block;
    margin-top: 41px;
  }
}
.taiken .p-features__item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .taiken .p-features__item {
    max-width: 560px;
    margin-inline: auto;
  }
  .taiken .p-features__item:not(:first-child) {
    margin-top: 30px;
  }
}
.taiken .p-features__img {
  max-width: 560px;
}
.taiken .p-features__img img {
  height: auto;
}
.taiken .p-features__item__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .taiken .p-features__item__title {
    font-size: 16px;
    line-height: 26px;
    height: auto;
  }
}
.taiken .p-features__text {
  margin-top: 10px;
  line-height: 27px;
  color: #707070;
}

.p-merit {
  position: relative;
}

.p-merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.p-merit__bg img {
  height: inherit;
}

.p-merit__inner {
  padding-block: 86px 100px;
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-merit__inner {
    padding-block: 60px;
  }
}

.p-merit__list {
  display: flex;
  margin-top: 82px;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-merit__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    display: block;
  }
}

.p-merit__item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-merit__item {
    max-width: 420px;
    margin-inline: auto;
  }
  .p-merit__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-merit__item__img {
  max-width: 134px;
  margin-inline: auto;
}

.p-merit__item__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .p-merit__item__title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
  }
}

.p-merit__item__text {
  line-height: 27px;
  margin-top: 31px;
}

.p-room {
  overflow-x: hidden;
}

.p-room__inner {
  padding-block: 119px 0;
}
@media screen and (max-width: 767px) {
  .p-room__inner {
    padding-block: 60px 0;
  }
}

.p-room__wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.p-room__list {
  display: flex;
  align-items: center;
  width: 3820px;
}

.p-room__item {
  width: 382px;
  animation: slide 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-room__item {
    width: 240px;
  }
  .p-room__item img {
    height: auto;
  }
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.taiken .p-room {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .taiken .p-room .c-textSlide {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-room {
    margin-top: 0;
  }
}
.taiken .p-room__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  clip-path: inset(0 0 10% 0);
}
.taiken .p-room__bg img {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .taiken .p-room__bg {
    clip-path: inset(0 0 15% 0);
  }
}
.taiken .p-room__inner {
  padding-block: 100px 178px;
  position: relative;
  margin-inline: -40px;
}
@media screen and (max-width: 767px) {
  .taiken .p-room__inner {
    margin-inline: -20px;
    padding-block: 60px 100px;
  }
}
.taiken .p-room__list__wrapper {
  display: flex;
  align-items: center;
}
.taiken .p-room__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .taiken .p-room__list {
    display: flex;
    margin-bottom: 30px;
  }
}
.taiken .p-room__item {
  margin-inline: 20px;
}
@media screen and (max-width: 767px) {
  .taiken .p-room__item {
    max-width: 420px;
    margin-inline: 10px;
  }
}
.taiken .p-room__img img {
  height: auto;
}
.taiken .btn--prev, .taiken .btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.taiken .btn--prev img, .taiken .btn--next img {
  width: 100%;
  height: 100%;
}
.taiken .slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
}
.taiken .slick-prev {
  left: -50px;
}
.taiken .slick-next {
  right: -50px;
}

@media screen and (max-width: 767px) {
  .p-curriculum {
    padding-bottom: 60px;
  }
}

.p-curriculum__inner {
  padding-block: 98px 133px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__inner {
    padding-block: 60px;
  }
}

.p-curriculum__list {
  margin-top: 41px;
  max-width: 990px;
  margin-inline: auto;
}

.p-curriculum__item {
  display: flex;
  justify-content: center;
}
.p-curriculum__item span {
  background: #262F34;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", serif;
  width: 210px;
  height: 100px;
  display: grid;
  place-items: center;
  position: relative;
}
.p-curriculum__item span::before {
  content: "";
  position: absolute;
  background: url(../img/curriculum/triangle.png);
  background-size: contain;
  width: 18px;
  height: 13px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-curriculum__item span {
    width: 100%;
    height: 80px;
  }
}
.p-curriculum__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-curriculum__item:last-child span::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-curriculum__item {
    display: block;
  }
}

.p-curriculum__content {
  background: #F5F6F6;
  display: flex;
  align-items: center;
  padding-block: 36px 35px;
  padding-left: 53px;
  width: 780px;
  max-height: 100px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__content {
    padding-left: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__content {
    display: block;
    max-height: 100%;
  }
}

.p-curriculum__title {
  width: 353px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__title {
    font-size: 16px;
    width: 256px;
  }
}

.p-curriculum__detail {
  margin-left: 58px;
  line-height: 29px;
  color: #858585;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__detail {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__detail {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-curriculum__merit {
  position: relative;
  padding-block: 77px 76px;
  padding-right: 20px;
}
.p-curriculum__merit::before {
  content: "";
  position: absolute;
  background: url(../img/curriculum/bg.png);
  width: 88%;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit {
    padding-block: 60px;
  }
}

.p-curriculum__merit__content {
  display: flex;
  position: relative;
  gap: 129px;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__content {
    display: block;
  }
}

.p-curriculum__merit__img {
  max-width: 1000px;
  flex: 1;
}
.p-curriculum__merit__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__img {
    max-width: 500px;
  }
}

.p-curriculum__merit__textBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__textBox {
    margin-top: 40px;
    padding-left: calc(12% + 20px);
  }
}

.p-curriculum__merit__title {
  font-size: 42px;
  font-weight: bold;
  line-height: 66px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__title {
    font-size: 18px;
    line-height: 28px;
  }
}

.p-curriculum__merit__list {
  margin-top: 80px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__merit__list {
    margin-top: 40px;
  }
}

.p-curriculum__merit__item {
  display: flex;
  align-items: center;
}
.p-curriculum__merit__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-curriculum__merit__mark {
  width: 29px;
  flex-shrink: 0;
}
.p-curriculum__merit__mark img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__mark {
    width: 18px;
  }
}

.p-curriculum__merit__text {
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__merit__text {
    line-height: 24px;
    font-size: 14px;
  }
}

.p-curriculum__prepare {
  background: #2B2B2B;
  border-radius: 20px;
  margin-top: 120px;
  max-width: 1200px;
  margin-inline: auto;
  color: #fff;
  padding-block: 40px 38px;
  padding-inline: 75px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare {
    width: calc(100% - 40px);
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare {
    margin-top: 60px;
  }
}

.p-curriculum__prepare__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__title {
    font-size: 18px;
  }
}

.p-curriculum__prepare__list {
  display: flex;
  margin-top: 30px;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__list {
    display: block;
  }
}

.p-curriculum__prepare__item {
  display: flex;
  gap: 31px;
  flex: 1;
}
.p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img {
  width: 109px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img {
    width: 150px;
    text-align: center;
  }
  .p-curriculum__prepare__item:nth-child(1) .p-curriculum__prepare__img img {
    width: 100px;
  }
}
.p-curriculum__prepare__item:nth-child(2) .p-curriculum__prepare__img {
  width: 244px;
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item:nth-child(2) .p-curriculum__prepare__img {
    width: 150px;
  }
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__item {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-curriculum__prepare__item {
    align-items: center;
  }
  .p-curriculum__prepare__item:not(:first-child) {
    margin-top: 30px;
  }
}

.p-curriculum__prepare__img img {
  height: auto;
}

.p-curriculum__prepare__head {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__head {
    line-height: 24px;
  }
}

.p-curriculum__prepare__text {
  color: #BEBEBE;
  line-height: 28px;
  margin-top: 13px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-curriculum__prepare__text {
    font-size: 14px;
  }
}

.p-top__step__inner {
  max-width: 1020px;
  margin-inline: auto;
  padding-block: 60px;
  padding-inline: 40px;
  box-sizing: initial;
}
@media screen and (max-width: 767px) {
  .p-top__step__inner {
    padding-inline: 20px;
  }
}

.p-step__top__list {
  margin-top: 60px;
}

.p-top__step__item {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.p-top__step__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-top__step__item:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 1279px) {
  .p-top__step__item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__step__item {
    gap: 20px;
  }
}

.p-top__step__content {
  flex: 1;
}
.p-top__step__content p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .p-top__step__content p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
}

.p-top__step__textBox {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-top__step__textBox .label {
  background: #6f9fff;
  padding: 4px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__step__textBox .label {
    display: inline-block;
  }
}
.p-top__step__textBox .ttl {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-top__step__textBox .ttl {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__step__textBox {
    display: block;
  }
}

.p-top__step__img {
  max-width: 500px;
  flex: 1;
  border-radius: 20px;
}
.p-top__step__img img {
  border-radius: 10px;
}

.p-campaign {
  background: url(../img/campaign/bg.png);
  background-size: cover;
  position: relative;
  z-index: -2;
}

.p-campaign__inner {
  padding-block: 68px 96px;
}

.p-campaign__text {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 41px;
}
.p-campaign__text span {
  position: relative;
}
.p-campaign__text span::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 12px;
  background: rgb(255, 255, 81);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-campaign__text {
    font-size: 20px;
  }
}

.p-campaign__banner__wrapper {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 10px;
  padding-inline: 20px;
  box-sizing: initial;
}

.p-campaign__banner:not(:first-child) {
  margin-top: 17px;
}

.p-top__message__inner {
  padding: 140px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top__message__inner {
    padding-top: 60px;
  }
}

.p-top__message__movie__wrapper {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-top: 47px;
}

.p-message__movie video {
  width: 100% !important;
}

.taiken .p-message {
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}
.taiken .p-message::before {
  content: "";
  position: absolute;
  background: url(../img/message/circle.png);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 957px;
  height: 957px;
}
.taiken .p-message__inner {
  padding-block: 100px;
  position: relative;
  padding-block: 50px;
}
.taiken .p-message__content {
  display: flex;
  margin-top: 42px;
  gap: 80px;
  background: #fff;
  padding: 69px 80px 63px;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-message__content {
    padding: 40px 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-message__content {
    display: block;
  }
}
.taiken .p-message__img {
  flex-shrink: 0;
  max-width: 410px;
}
.taiken .p-message__img img {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .taiken .p-message__img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-message__img {
    margin-inline: auto;
  }
}
.taiken .p-message__text p {
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-message__text p {
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-message__text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-message__text {
    margin-top: 40px;
  }
}

.p-top__line {
  max-width: 1200px;
  margin-inline: auto;
  margin-block: 120px 100px;
  padding-inline: 20px;
  box-sizing: initial;
}

.p-top__line__img img {
  height: auto;
}

.p-top__contact {
  background: url(../img/contact/bg.png);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.p-top__contact.above {
  background: transparent;
  color: #3a3a3a;
}

.p-top__contact__inner {
  padding-block: 122px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__contact__inner {
    display: block;
    padding-block: 60px;
  }
}

.p-top__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Poppins", serif;
  font-size: 41px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 50px;
  color: #fff;
}

.p-top__tel:hover{
  opacity: 0.7;
}

.p-top__tel img {
  width: 42px;
  height: 42px;
  margin-right: 13px;
}
@media screen and (max-width: 1279px) {
  .p-top__tel {
    font-size: 28px;
  }
}

.p-top__contact__left {
  flex: 1;
  text-align: center;
}

.p-top__contact__right {
  flex: 1;
  text-align: center;
}

.p-top__contact__text {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.038em;
  color: #fff;
  margin-bottom: 15px;
}

.p-top__cotnact__text{
  color: #fff;
}

.p-top__cotnact__text:hover{
  opacity: 0.7;
}

@media screen and (max-width: 1279px) {
  .p-top__contact__text {
    font-size: 20px;
  }
}

.p-top__contact__text--mail {
  margin-top: 30px;
}

.p-top__contact__content {
  padding-inline: 40px;
}
.p-top__contact__content .ttl {
  font-size: 30px;
  font-weight: bold;
}
.p-top__contact__content .txt {
  font-size: 16px;
  margin-top: 30px;
  line-height: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__contact__content {
    margin-top: 30px;
  }
}

.p-calendar{
  padding-top: 50px;
}

.p-calendar__inner {
  padding-block: 0 160px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-calendar__inner {
    padding-block: 60px;
  }
}

.p-calendar__list {
  display: flex;
  justify-content: center;
  margin-top: 59px;
  gap: 58px;
}
@media screen and (max-width: 1279px) {
  .p-calendar__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__list {
    display: block;
  }
}

.p-calendar__item img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-calendar__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-calendar__btn {
  margin-top: 60px;
  background: #262F34;
  border-radius: 84px;
  color: #fff;
  max-width: 376px;
  height: 70px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 19px;
}

.p-calendar__list--info {
  display: flex;
  gap: 60px;
  margin-top: 120px;
}
@media screen and (max-width: 1279px) {
  .p-calendar__list--info {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar__list--info {
    display: block;
    margin-top: 0;
  }
}

.p-calendar__item--info {
  flex: 1;
}
.p-calendar__item--info iframe {
  margin-top: 51px;
  max-width: 571px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-calendar__item--info:not(:first-child) {
    margin-top: 40px;
  }
}

.p-calendar__item__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-calendar__item__title {
    font-size: 20px;
  }
}

.p-calendar__company__list {
  margin-top: 51px;
  border-top: 2px solid #D3D6DC;
  border-bottom: 2px solid #D3D6DC;
}

.p-calendar__company__item {
  display: flex;
}
.p-calendar__company__item:not(:first-child) {
  border-top: 1px solid #D3D6DC;
}

.p-calendar__company__head {
  background: #EEF3F7;
  width: 126px;
  min-height: 68px;
  text-align: center;
  padding-top: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-calendar__company__head {
    width: 100px;
  }
}

.p-calendar__company__value {
  padding-top: 22px;
  padding-left: 19px;
  line-height: 27px;
  padding-bottom: 25px;
}

.taiken .p-calendar__inner {
  padding-block: 100px 160px;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__inner {
    padding-block: 60px;
  }
}
.taiken .p-calendar__list {
  display: flex;
  justify-content: center;
  margin-top: 59px;
  gap: 58px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-calendar__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__list {
    display: block;
  }
}
.taiken .p-calendar__item img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__item:not(:first-child) {
    margin-top: 40px;
  }
}
.taiken .p-calendar__btn {
  margin-top: 60px;
  background: #262F34;
  border-radius: 84px;
  color: #fff;
  max-width: 376px;
  height: 70px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__btn {
    max-width: 200px;
    font-size: 16px;
    height: 50px;
  }
}
.taiken .p-calendar__list--info {
  display: flex;
  gap: 60px;
  margin-top: 120px;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .taiken .p-calendar__list--info {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__list--info {
    display: block;
    margin-top: 60px;
  }
}
.taiken .p-calendar__item--info {
  flex: 1;
  display: flex;
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: space-between;
}
.taiken .p-calendar__item--info iframe {
  margin-top: 51px;
  max-width: 571px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__item--info iframe {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__item--info:not(:first-child) {
    margin-top: 40px;
  }
}
.taiken .p-calendar__item__title {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__item__title {
    font-size: 20px;
  }
}
.taiken .p-calendar__company__list {
  margin-top: 51px;
  border-top: 2px solid #D3D6DC;
  border-bottom: 2px solid #D3D6DC;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__company__list {
    margin-top: 24px;
  }
}
.taiken .p-calendar__company__item {
  display: flex;
}
.taiken .p-calendar__company__item:not(:first-child) {
  border-top: 1px solid #D3D6DC;
}
.taiken .p-calendar__company__head {
  background: #EEF3F7;
  width: 126px;
  min-height: 68px;
  text-align: center;
  padding-top: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .taiken .p-calendar__company__head {
    width: 100px;
  }
}
.taiken .p-calendar__company__value {
  padding-top: 22px;
  padding-left: 19px;
  line-height: 27px;
  padding-bottom: 25px;
}

.p-footer {
  background: #2C323B;
}

.p-footer__inner {
  padding-block: 82px 72px;
  padding-inline: 40px;
  max-width: 1142px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .p-footer__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 20px;
  }
}

.p-footer__logo {
  width: 123px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__logo__text {
  font-size: 10px;
  color: #fff;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo__text {
    text-align: center;
  }
}

.p-footer__menu__list {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  column-gap: 46px;
  row-gap: 32px;
}
@media screen and (max-width: 1279px) {
  .p-footer__menu__list {
    margin-top: 30px;
    padding-left: 20px;
    grid-template-columns: repeat(2, 4fr);
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__menu__list {
    margin-inline: auto;
    justify-content: center;
    max-width: 255px;
  }
}

.p-footer__menu__item {
  width: 128px;
  position: relative;
}
.p-footer__menu__item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  background: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__menu__item a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__menu__item {
    font-size: 12px;
    width: 96px;
  }
}

@media screen and (max-width: 1279px) {
  .p-footer__btns {
    margin-top: 30px;
  }
}
.p-footer__btn {
  width: 219px;
}
.p-footer__btn:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-inline: auto;
    width: 200px;
  }
}

.taiken .p-footer {
  background: #2C323B;
  color: #fff;
}
.taiken .p-footer__inner {
  padding: 97px 20px 106px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-footer__inner {
    padding-block: 60px;
  }
}
.taiken .p-footer__content {
  display: flex;
  justify-content: center;
  gap: 293px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-footer__content {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-footer__content {
    display: block;
  }
}
.taiken .p-footer__left {
  flex-shrink: 0;
}
.taiken .p-footer__logo {
  max-width: 123px;
  display: block;
  margin-inline: auto;
}
.taiken .p-footer__title {
  text-align: center;
  font-size: 10px;
  margin-top: 11px;
}
.taiken .p-footer__right {
  max-width: 718px;
}
.taiken .p-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 33px;
}
@media screen and (max-width: 767px) {
  .taiken .p-footer__list {
    margin-top: 60px;
    display: block;
  }
}
.taiken .p-footer__item a {
  color: #fff;
  display: block;
  width: 90px;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
.taiken .p-footer__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/footer/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  .taiken .p-footer__item a::before {
    font-size: 14px;
  }
}
.taiken .p-footer__item:nth-child(3) a {
  padding-left: 33px;
}
.taiken .p-footer__item:nth-child(3) a::before {
  width: 22px;
  height: 16px;
  background: url(../img/footer/icon--mail.png);
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .taiken .p-footer__item:nth-child(3) a {
    padding-left: 15px;
  }
  .taiken .p-footer__item:nth-child(3) a::before {
    width: 5px;
    height: 10px;
    background: url(../img/footer/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .taiken .p-footer__item:not(:first-child) {
    margin-top: 20px;
  }
}
.taiken .p-footer__copyright {
  color: #9FA9B1;
  margin-top: 46px;
  font-size: 11px;
}

.p-followBtn {
  background: #F96969;
  border-radius: 89px;
  margin-top: 60px;
  display: block;
  z-index: 5;
  transition: 1s linear forwards;
  position: static;
  bottom: 0;
  right: 0;
  transition: all 1s ease;
  max-width: 576px;
}
@media screen and (max-width: 767px) {
  .p-followBtn {
    right: 20px;
    bottom: 40px;
    margin-inline: auto;
    max-width: 360px;
  }
}

.p-followBtn--secondary {
  background: #F96969;
  border-radius: 89px;
  margin-top: 60px;
  display: block;
  z-index: 5;
  transition: 1s linear forwards;
  position: fixed;
  right: 20px;
  bottom: 30px;
  transition: all 1s ease;
  max-width: 576px;
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media screen and (max-width: 767px) {
  .p-followBtn--secondary {
    right: 20px;
    bottom: 40px;
    margin-inline: auto;
    max-width: 360px;
  }
}
.p-followBtn--secondary.js-in {
  opacity: 1;
  transition: opacity 0.5s linear;
}

@keyframes transfer {}
.p-followBtn__content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-block: 28px;
  padding-inline: 146px 43px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  position: relative;
}
.p-followBtn__content span {
  color: #FFFA64;
}
.p-followBtn__content img {
  width: 27px;
  margin-left: 13px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-followBtn__content img {
    margin-left: 6px;
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-followBtn__content {
    font-size: 12px;
    padding-block: 14px;
    padding-left: 100px;
    padding-right: 10px;
  }
}

.p-followBtn__circle {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 8px;
  left: 33px;
  background: #FFFA64;
  color: #F96969;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-followBtn__circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 6px;
    left: 16px;
    line-height: 20px;
  }
}
.p-followBtn__circle span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  color: #F96969;
}
@media screen and (max-width: 767px) {
  .p-followBtn__circle span {
    font-size: 16px;
    line-height: 20px;
  }
}

.p-course__inner {
  padding-top: 40px;
}

.p-course__list {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  justify-items: center;
  margin-top: 60px;
  row-gap: 30px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-course__list {
    grid-template-columns: repeat(2, 3fr);
    row-gap: 0;
    margin-top: 30px;
  }
}

.p-course__item {
  max-width: 360px;
  width: 100%;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-course__item {
    margin-inline: auto;
    margin-top: 30px;
    height: 230px;
  }
}

.p-course__item__title {
  background: #6392ff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1279px) {
  .p-course__item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-course__item__title {
    line-height: 18px;
    font-size: 12px;
  }
}

.p-course__img {
  max-width: 360px;
  max-height: 200px;
  width: 100%;
  height: 100%;
}
.p-course__img img {
  max-width: 360px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-course__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 10px;
}
.p-course__content p {
  margin-top: 6px;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 10px black, 1px 1px 10px rgba(0, 0, 0, 0.5), 1px 1px 10px black;
}
@media screen and (max-width: 1279px) {
  .p-course__content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-course__content p {
    font-size: 10px;
  }
}

.p-selection {
  position: relative;
  overflow: hidden;
}

.p-selection__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-selection__bg img {
  height: inherit;
}

.p-selection__inner {
  position: relative;
  padding-block: 100px 76px;
}
@media screen and (max-width: 767px) {
  .p-selection__inner {
    padding-block: 50px;
  }
}

.p-selection__img {
  margin-top: 43px;
  max-width: 800px;
  margin-inline: auto;
}
.p-selection__img img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-selection__img {
    width: calc(100% - 40px);
    max-width: 600px;
  }
}

.p-selection__gallery {
  display: flex;
  position: relative;
}
.p-selection__gallery.u-sp {
  width: 3150px;
  animation: selectionSlide 100s linear infinite;
}

@keyframes selectionSlide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-selection__gallery__item {
  height: 360px;
  flex: 1;
}
.p-selection__gallery__item img {
  object-fit: cover;
  height: inherit;
}
@media screen and (max-width: 1279px) {
  .p-selection__gallery__item {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-selection__gallery__item {
    max-width: 300px;
    height: 200px;
  }
}

.p-instructor__inner {
  padding-block: 124px 162px;
}
@media screen and (max-width: 767px) {
  .p-instructor__inner {
    padding-block: 0 60px;
  }
}

.p-instructor__list {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 110px;
  margin-top: 80px;
}
.p-instructor__list::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/instructor/bg.png);
  background-size: contain;
  width: 698px;
  height: 606px;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .p-instructor__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-instructor__list {
    display: block;
    margin-top: 60px;
  }
}

.p-instructor__item {
  max-width: 390px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-instructor__item {
    margin-inline: auto;
  }
  .p-instructor__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-instructor__img{
  width: 50%;
  margin: 0 auto;
}
.p-instructor__img img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-instructor__img img {
    max-height: 260px;
    object-fit: contain;
  }
}

.p-instructor__position {
  color: #929292;
  text-align: center;
  display: block;
  margin-top: 33px;
}

.p-instructor__name {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 42px;
}

.p-instructor__text {
  font-size: 15px;
  color: #707070;
  margin-top: 22px;
  line-height: 27px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-instructor__text {
    margin-top: 4px;
  }
}

.p-cost {
  background: url(../img/cost/bg.png);
}

.p-cost__inner {
  padding-top: 40px;
}

.p-cost--elementary {
  padding-inline: 40px;
  padding-bottom: 60px;
}
.p-cost--elementary .p-cost__course__title {
  color: #555;
}

.p-cost--juniorHigh {
  background: #9cbee7;
  padding-block: 10px 60px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-cost--juniorHigh {
    padding-block: 20px 60px;
  }
}

.p-cost__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .p-cost__list {
    gap: 26px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__list {
    display: block;
  }
}

.p-cost__item {
  background: #fff;
  padding: 59px 36px 66px;
  border-radius: 20px;
  flex: 1;
  max-width: 500px;
}
@media screen and (max-width: 1279px) {
  .p-cost__item {
    padding: 40px 20px;
  }
}
.p-cost__item:nth-child(2) {
  position: relative;
}
.p-cost__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/cost/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 139px;
  height: 151px;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .p-cost__item:nth-child(2)::before {
    width: 80px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__item {
    max-width: 400px;
    margin-inline: auto;
  }
  .p-cost__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-cost__course {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #008f18;
  padding-bottom: 20px;
  line-height: 28px;
}
@media screen and (max-width: 1279px) {
  .p-cost__course {
    font-size: 20px;
  }
}

.p-cost__course__title {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}

.p-cost__title {
  color: #373CCF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.p-cost__text {
  font-size: 19px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-cost__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__text {
    max-width: 191px;
    margin-inline: auto;
    font-size: 16px;
  }
}

.p-cost__fee {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 11px;
  margin-top: 26px;
}
.p-cost__fee span {
  font-size: 65px;
  font-family: "Poppins", serif;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .p-cost__fee span {
    font-size: 35px;
  }
}
@media screen and (max-width: 1279px) {
  .p-cost__fee {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-cost__fee {
    margin-top: 10px;
  }
}

.p-cost__fee--tax {
  font-size: 15px;
  text-align: center;
  color: #8D8D8D;
  margin-top: 15px;
}

.p-entry__inner {
  padding-block: 100px 40px;
}
@media screen and (max-width: 767px) {
  .p-entry__inner {
    padding-block: 50px;
  }
}

.p-entry__list {
  display: flex;
  margin-top: 64px;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .p-entry__list {
    display: block;
  }
}

.p-entry__item {
  flex: 1;
  background: #262F34;
  color: #fff;
  padding: 45px 35px;
  position: relative;
}
.p-entry__item::before {
  content: "";
  position: absolute;
  background: url(../img/entry/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 29px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
@media screen and (max-width: 767px) {
  .p-entry__item::before {
    display: none;
  }
}
.p-entry__item::after {
  content: "";
  position: absolute;
  background: url(../img/entry/arrow--sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 29px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .p-entry__item::after {
    display: block;
  }
}
.p-entry__item:last-child::before, .p-entry__item:last-child::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-entry__item {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__item:not(:first-child) {
    margin-top: 50px;
  }
}

.p-entry__number {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", serif;
}
.p-entry__number span {
  font-size: 25px;
}

.p-entry__item__title {
  margin-top: 13px;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.p-entry__item__btn {
  margin-top: 30px;
  display: block;
  color: #fff;
  background: #F36464;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 84px;
  font-size: 16px;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__btn {
    font-size: 13px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__item__btn {
    max-width: 200px;
    margin-inline: auto;
  }
}

.p-entry__item__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .p-entry__item__text {
    font-size: 14px;
  }
}

.p-application {
  position: relative;
}
.p-application .c-section__titleText span {
  font-size: 0.8em;
  color: #555;
}

.p-application__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-application__bg img {
  width: 100%;
  height: 100%;
}

.p-application__inner {
  padding-block: 100px;
  position: relative;
  padding-block: 50px;
}

.p-application__form {
  margin-top: 65px;
}

.p-form {
  max-width: 1000px;
  margin-inline: auto;
}

.p-form__item:not(:first-child) {
  margin-top: 30px;
}
.p-form__item label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 28px;
}
.p-form__item label span {
  font-size: 12px;
  background: #F36464;
  border-radius: 3px;
  color: #fff;
  width: 48px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-left: 22px;
  line-height: 1;
}
.p-form__item legend {
  display: flex;
  align-items: center;
}
.p-form__item legend span {
  font-size: 12px;
  background: #F36464;
  border-radius: 3px;
  color: #fff;
  width: 48px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-left: 22px;
  line-height: 1;
  margin-right: 10px;
}
.p-form__item select,
.p-form__item input,
.p-form__item textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.p-form__item select,
.p-form__item input {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .p-form__item select {
    margin-top: 0;
  }
}

.privacyPolicy {
  margin-top: 30px;
}
.privacyPolicy input {
  background: #F36464;
  width: 250px;
  height: 70px;
  color: #fff;
  font-size: 19px;
  display: grid;
  place-items: center;
  border-radius: 84px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .privacyPolicy input {
    width: 200px;
    height: 50px;
  }
}

input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 10px;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item:not(:first-child) {
    margin-top: 10px;
  }
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-list-item-label {
  flex-shrink: 0;
}

/* フォーム内のラベルと入力欄の間隔 */
.wpcf7-form label {
  font-weight: bold;
  color: #333;
}

/* 入力フィールドのスタイル */
.wpcf7-form input[type=text],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=date],
  .wpcf7-form select,
  .wpcf7-form textarea {
    margin-bottom: 0;
  }
}

/* フォーカス時のスタイル */
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #0078d4;
  outline: none;
}

.wpcf7-form fieldset {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 30px;
}
.wpcf7-form fieldset p {
  display: flex;
  gap: 10px;
}
.wpcf7-form fieldset p span {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form fieldset p {
    display: block;
  }
}

.wpcf7-form legend {
  font-size: 16px;
  font-weight: bold;
  color: #0078d4;
  margin-bottom: 10px;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #005a9e;
}

.wpcf7-form input[type=date] {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.3s;
}

/* フォーカス時のスタイル */
.wpcf7-form input[type=date]:focus {
  border-color: #0078d4;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 120, 212, 0.5);
}

.p-form__note {
  font-size: 14px;
  line-height: 22px;
}

.selectBox select {
  appearance: none;
}

.form_legal {
  margin-top: 10px;
}

.p-voice {
  background: url(../img/voice/bg.png);
}

.p-voice__inner {
  padding-block: 100px;
  padding-block: 50px;
}

.p-voice__list {
  display: block;
  margin-top: 86px;
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-voice__list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    display: block;
    margin-top: 43px;
  }
}

.p-voice__item {
  display: flex;
  background: #fff;
  padding: 42px 50px 31px;
  border-radius: 20px;
  gap: 34px;
}
@media screen and (max-width: 1279px) {
  .p-voice__item {
    padding: 40px 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    display: block;
  }
  .p-voice__item:not(:first-child) {
    margin-top: 40px;
  }
}

.p-voice__profile {
  flex-shrink: 0;
}

.p-voice__img {
  max-width: 116px;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    margin-inline: auto;
  }
}

.p-voice__name {
  text-align: center;
  margin-top: 9px;
  line-height: 28px;
  color: #A5A5A5;
}

.p-voice__evaluation {
  max-width: 169px;
}

.p-voice__content__title {
  font-size: 19px;
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .p-voice__content__title {
    line-height: 24px;
  }
}

.p-voice__content__text {
  font-size: 14px;
  margin-top: 12px;
  color: #707070;
  line-height: 25px;
}

.p-faq {
  background: url(../img/faq/bg.png);
}

.p-faq__inner {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-block: 50px;
  }
}

.p-faq__list {
  margin-top: 60px;
}

.p-faq__item {
  background: #fff;
  border-radius: 20px;
  padding: 43px 100px 46px;
}
.p-faq__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 1279px) {
  .p-faq__item {
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 40px 20px;
  }
}

.p-faq__item--q {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  gap: 19px;
  border-bottom: 2px dotted #DFE3E8;
  padding-bottom: 19px;
}
.p-faq__item--q span {
  color: #373CCF;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .p-faq__item--q span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .p-faq__item--q {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item--q {
    font-size: 18px;
    gap: 10px;
  }
}

.p-faq__item--a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  gap: 19px;
  color: #787878;
  margin-top: 27px;
}
.p-faq__item--a span {
  color: #FF715D;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", serif;
}
@media screen and (max-width: 767px) {
  .p-faq__item--a span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1279px) {
  .p-faq__item--a {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item--a {
    font-size: 16px;
    gap: 10px;
  }
}

.p-line__inner {
  padding:0px 20px 50px 20px;
  position: relative;
  transition: 0.25s ease-in;
}

.p-line__img{
  box-shadow: 8px 14px 15px -5px #777777;
  border-radius: 10px;
  overflow: hidden;
}

.p-line__img:hover{
  opacity: 0.7;
  transition: 0.25s ease-in;
}


@media screen and (max-width: 767px) {
  .p-line__inner {
    padding: 60px 20px;
  }
}

.p-line__img {
  max-width: 1000px;
  margin-inline: auto;
  display: block;
}

.p-movie__inner {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-movie__inner {
    padding-bottom: 0;
    padding-top: 40px;
  }
}

.p-movie__content {
  margin-top: 60px;
}

.c-section__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 68px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.c-section__title::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 70px;
  background: linear-gradient(to right, #F3B989, #FE8787, #5353FF);
}
@media screen and (max-width: 767px) {
  .c-section__title::before {
    bottom: -14px;
  }
}
@media screen and (max-width: 1279px) {
  .c-section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 20px;
    line-height: 36px;
  }
}

.c-section__titleText {
  margin-top: 54px;
  color: #787878;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .c-section__titleText {
    font-size: 14px;
    margin-top: 30px;
  }
}

.c-btn {
  box-sizing: initial;
  display: grid;
  place-items: center;
  max-width: 310px;
  height: 70px;
  background: #262F34;
  color: #fff;
  border-radius: 84px;
  font-size: 19px;
  line-height: 22px;
  font-family: "Noto Sans JP", serif;
  position: relative;
  transition: 0.25s ease-in-out;
  border: 1px solid #262F34;
}

.c-btn:hover{
  background:#fff;
  color:  #262F34;
  transition: 0.25s ease-in-out;
  border: 1px solid #262F34;
}

@media screen and (max-width: 767px) {
  .c-btn {
    height: 38px;
    font-size: 14px;
  }
}

.c-btn--topContact {
  background: #F36464;
  width: 345px;
  height: 61px;
  text-align: center;
  margin-inline: auto;
  margin-top: 34px;
  box-sizing: initial;
  padding-left: 30px;
}
.c-btn--topContact::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  background: url(../img/contact/icon-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 62px;
}
@media screen and (max-width: 767px) {
  .c-btn--topContact::before {
    left: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .c-btn--topContact {
    width: 300px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--topContact {
    width: 100%;
    max-width: 300px;
    padding-left: 0;
  }
}
.c-btn--entry {
  background: #F36464;
  height: 49px;
  font-size: 15px;
}
.c-btn--contact {
  background: #373CCF;
  height: 49px;
  font-size: 15px;
}
.c-btn--leftArrow {
  position: relative;
}
.c-btn--leftArrow::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
}
.c-btn--egg {
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(255, 223, 128) 0%, rgb(255, 140, 48) 70%);
  border-radius: 40px;
  margin-inline: auto;
  margin-top: 30px;
  height: 61px;
}
.c-btn--about {
  background: #262F34;
  color: #fff;
  border: 1px solid #555;
  max-width: 250px;
  height: 36px;
  font-size: 16px;
  margin-top: 20px;
  margin-inline: auto;
}
.c-btn--about::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px; /* 上、右、下、左の順で設定 */
  border-color: transparent transparent transparent #fff; /* 左側を黒で三角形を作る */
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.25s ease-in;
}

.c-card__item {
  overflow: hidden;
  /* border-radius: 12px; */
  width: 30%;
  /* padding: 26px 26px 34px; */
  max-width: 368px;
  /* box-sizing: initial; */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 1;
  background-color: #fff;
  transition: 0.25s ease-in;
  margin: 0 12px;
}

.c-card_body{
  padding: 12px;
}
@media screen and (max-width: 767px){
  .c-card_body{
    padding: 8px;
  } 
}

.c-card__item:hover{
  opacity: 0.6;
  transition: 0.1s ease-in;
}

@media screen and (max-width: 1279px) {
  .c-card__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-card__item {
    margin-inline: auto;
    width: 90%;
  }
  .c-card__item:not(:first-child) {
    margin-top: 30px;
  }
}

.c-card__img{
  height: auto;
  object-fit: cover;
  padding-top: 70%;
  position: relative;
}

.c-card__img-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-card__img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__meta {
  display: flex;
  align-items: center;
  /* margin-top: 12px; */
}

@media screen and (max-width: 767px) {
  .c-card__meta .c-card__cat{
    font-size: 10px;
    width: fit-content;
    padding: 4px 8px;
    height: auto;
  }
}

.product_slick .c-card__meta{
  flex-wrap: wrap;
}

.c-card__cat {
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  width: 88px;
  height: 27px;
  display: grid;
  place-items: center;
  margin-right: 4px;
}

.c-card__date {
  margin-left: 17px;
  color: #929292;
  font-size: 16px;
}

.c-card__title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px;
  font-weight: 400;
  color: #3a3a3a;
}

@media screen and (max-width: 767px){
  .c-card__title {
    font-size: 14px;
    margin-top: 0;
  }
}

.c-slide__wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-slide__wrapper {
    top: -30px;
  }
}

.c-textSlide {
  display: flex;
  width: 7140px;
  animation: animSlide 150s infinite linear;
  gap: 100px;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .c-textSlide {
    width: 3500px;
  }
}

@keyframes animSlide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-textSlide {
  display: flex;
  width: 7140px;
  animation: animSlide 150s infinite linear;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .c-textSlide {
    width: 3500px;
  }
}

@keyframes animSlide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-banner {
  position: relative;
  background: url(../img/banner/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.c-banner::before {
  content: "";
  position: absolute;
  background: url(../img/banner/circle.png);
  background-size: contain;
  width: 1075px;
  height: 1075px;
  right: -400px;
  top: 30px;
}

.c-banner__inner {
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .c-banner__inner {
    padding: 40px 20px;
  }
}

.c-banner__btn {
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.c-banner__btn img {
  height: auto;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 1279px) {
  .u-tab {
    display: block;
  }
}

.u-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.is-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-no-sp {
    display: none;
  }
}

.u-bg-blue {
  /* background: #4525DE; */
  border: 1px solid #4525DE;
  color: #4525DE;
}

.u-bg-pink {
  /* background: #F96969; */
  border: 1px solid #F96969;
  color: #F96969;
}

.u-bg-gray {
  /* background: #979797; */
  border: 1px solid #979797;
  color: #979797;
}

.lh-28 {
  line-height: 28px;
}

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