@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}
.animation {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}
.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
html {
  scroll-behavior: smooth;
}
.container__sp{
  display: none;
}
.no-scroll{
  overflow: hidden;
}
.header__container.container__pc {
  display: flex;
  align-items: center;
  width: 904px;
  justify-content: center;
  position: relative;
}
.navigation__sp{
  display: none;
}
.breakpoint__sp{
  display: none;
}
/* Header */
header{
  display: flex;
  align-items: center;
  position: fixed;
  width:100%;
  padding:20px 0 29.5px 0;
  z-index: 99;
  justify-content: center;
  top:20px;
}
.header-outter-background::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-size: 100% auto;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-actived{
  top:0;
}
.navigation{
  width:fit-content;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}
.logo__header{
  width:100%;
  height: 100%;
}
.nav__link{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-right: 29px;
  text-decoration: none;
  color:black;
  cursor: pointer;
}
.nav__link--logo{
  margin-right:25px;
}
.nav__link:last-child{
  margin:0;
}
.nav__button__img{
  display: block;
  width:78px;
  height:auto;
  transition: opacity 0.5s;
}
.nav__button__img:hover{
  opacity: 0.5;
}
.nav__button{
  margin-right: 5px;
  cursor:pointer;
  transition: opacity 0.5s;
}
.nav__button:last-child{
  margin:0;
}
.jump-page{
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
}
.jump-page::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #1CA288;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  margin-bottom: -10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease
}
.jump-page:hover{
  color:#1CA288;
}
.jump-page:hover::after{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* Main Visual Section */
.visual__border-color{
  width:100%;
  display: flex;
}
.visual-color--blue,.main--blue,.subtitle__section--blue{
  --color-bg:#39ABC1;
}
.visual-color--pink,.main--pink,.subtitle__section--red{
  --color-bg:#DD2C5F;
}
.visual-color--green,.main--green,.subtitle__section--green{
  --color-bg:#8BB81B;
}
.visual-color--purple,.main--purple{
  --color-bg:#A34E94;
}
.visual-color--noactive{
  --color-bg:#8D8D8D;
}
.benefit__grids--student{
  --font-color:#DD2C5F;
  --background:#FFE6EE;
}
.benefit__grids--local{
  --font-color:#39ABC1;
  --background:#E6F7FF;
}
main{
    overflow:clip;
}
.border-color{
  width:50%;
  height: 20px;
  background-color: var(--color-bg);
}
.main-visual {
  position: relative;
}
.main-visual__content{
  background-image: url("../../assets/images/top/mv_back.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
}
.main-visual__01 {
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-visual__01::before{
  content:"";
  position: absolute;
  background: url("../../assets/svg/bg_shape_01.svg") no-repeat center;
  background-size: 75% auto;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1400px;
  height: 768px;
  margin-top: -360px;
  margin-left: -700px;
  animation: 3s fuwafuwa infinite;
}
.main-visual__01::after{
  content:"";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1400px;
  height: 768px;
  margin-top: -384px;
  margin-left: -672px;
  background: url("../../assets/svg/bg_shape_02.svg") no-repeat center;
  background-size: auto;
  background-size: 75% auto;
  animation: 3s fuwafuwa infinite;
  animation-delay: 0.3s;
}
.main-visual__02::before{
  content:"";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 1400px;
  height: 768px;
  margin-top: -384px;
  margin-left: -700px;
  background: url("../../assets/svg/bg_shape_03.svg") no-repeat center;
  background-size: auto;
  background-size: 75% auto;
  animation: 3s fuwafuwa infinite;
  animation-delay: 0.7s;
}
.main-visual__container{
  padding:185px 0 85px 0;
  width:904px;
  position: relative;
  margin:0 auto;
}
.visual__logo{
  position: relative;
  z-index: 4;
}
.visual__title{
  width:fit-content;
  font-size: 25px;
  line-height: 55px;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-align: center;
  margin-left:34px;
}
.visual__title__highlight{
  font-size: 37px;
  color:var(--color-bg);
}

.thumbnail-slider {
  width: 404px;
  height: 404px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 227px;
  margin-right: 21px;
}
.thumbnail-border::before{
  content: '';
  width:446px;
  height: 446px;
  position: absolute;
  z-index: 2;
  background-image: url('../../assets/svg/thumbnail-border.svg');
  top:0;
  right: 0;
  margin-top:205px;
  background-size: cover;
}
.thumbnail__slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Content */
.main-content{
  background: linear-gradient(to right,
              #DD2C5F 0 50%,    
              #39ABC1 50% 100%
             );
  padding-top: 115px;
}
.white__container{
  border-left:5px solid black;
  border-right: 5px solid black;
  background-color: white;
  width: 959px;
  margin:0 auto;
}
.main-content .white__container{
  margin-top:-5px;
  padding:112px 0 147px 0;
}
.main-title__container{
  width: 444px;
  padding-top: 36px;
  background-color: white;
  border-left:5px solid black;
  border-right: 5px solid black;
  border-top:5px solid black;
  margin: 0 auto;
  position: relative;
}
.white__container--top-border{
  border-top:5px solid black;
}
.title__section{
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: -200px;
  padding-top: 200px;
  position: relative;
}
.title__section.title__section--content-title{
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.04em;
}
.main-title-img {
  display: block;
  margin-left: 43px;
  width: 297px;
}
.main-title__text-logo {
  position: absolute;
  top: 0;
  margin-top: 135px;
  margin-left: 311px;
  font-size: 27px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
.content__title::after{
  content: "";
  background-image: url('../svg/border.svg');
  width:auto;
  display: block;
  height: 17px;
  background-size: cover;
  background-position: center;
}
.content__description{
  font-size: 20px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
}
.main-thumbnail__img{
  display: block;
  width:754px;
  margin:45px auto 0 auto;
}
.main-slider{
  width:904px;
  position: relative;
  margin:44.5px auto 0 auto;
}
.main-slider__container{
  width:823px;
  overflow: hidden;
  margin:0 auto;
  z-index: 3;
  position: relative;
}
.swiper-slide{
  width:279px;
}
.slider__image{
  width:265px;
  margin:0 auto;
  display: block;
}
.slider__button{
  cursor: pointer;
}
.slider__button--prev{
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 19px solid #DD2C5F;
}
.slider__button--prev.swiper-button-disabled,.slider__button--next.swiper-button-disabled{
  opacity: 0.5;
  cursor: auto;
}
.slider__button--next{
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 19px solid #39ABC1;
}
.pagination__container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 904px;
  top: 0;
  z-index: 2;
  margin-top: 78px;
}
/* Project */
.main__container{
  background-color:var(--color-bg);
}
.white__container--project{
  padding:128px 0 120px 0;
}
.title__section--content-title::after{
    content:'';
    height:17px;
    background-image:url("../../assets/svg/main-title-decoration.svg");
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 712px;
    margin-bottom: -20px;
}
.subtext__section{
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0.03em;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:var(--color-bg);
  width: fit-content;
  margin: -10px auto 0 auto;
}
.description__text{
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-align: center;
}
.description__text.description__text--project{
  margin:72px 0 56px 0;
}
.highlight-tag-project{
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #A34E94;
  position: relative;
}
.highlight-tag-project::after{
  content:"";
  width:119px;
  height: 11px;
  display: inline-block;
  background-image: url('../../assets/svg/border-purple.svg');
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -8px;
  margin-left: -2px;
}
.subtitle__section{
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0.05em;
  color:white;
  border:2px solid black;
  border-radius: 20px;
  background-color: var(--color-bg);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
.content__border{
  width:752px;
  margin:0 auto;
}
.description__text--subtitle-project{
  margin:24px 0 29px 0;
}
.seminar--two-days{
  display: grid;
  grid-template-columns: repeat(2, 359px);
  grid-template-rows: auto;
  grid-column-gap: 34px;
  grid-row-gap: 0px; 
  margin-bottom: 77px;
}
.seminar__container{
  border:4px solid #A34E94;
  background-color: #FCF5FB;
  position: relative;
}
.seminar__tag {
  position: absolute;
}
.seminar__tag__background{
  border-left: 113px solid #A34E94;
  border-top: 113px solid transparent; 
  display: block;
  rotate:90deg;
  width: 0;
}
.seminar__day{
  color:white;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top:0;
  left: 0;
  margin-left:10px;
  margin-top:25px;
  rotate:-45deg;
}
.seminar__title{
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color:#A34E94;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  text-align: center;
  margin-top:40px;
}
.seminar__thumbnail{
  width:130px;
  height: 130px;
  display: block;
  margin:13px auto 3.6px auto;
}
.seminar__description{
  width:313px;
  margin:0 auto;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-bottom: 43.4px;
}
.seminar__outline-grid{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 25px auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  padding:35px 35px 22px 58px;
}
.seminar__thumbnail--day-3{
   grid-area: 1 / 1 / 3 / 2;
   margin: 0 18px 0 0;
}
.seminar__title--day-3{
  margin:0;
  text-align: left;
}
.seminar__description--day-3{
   margin:9px 0 0 0;
  width:fit-content;
  text-align: left;
}
.seminar__noted {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.03em;
  background: #EFD8EA;
  text-align: center;
  padding:21px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
.seminar__container--day-3{
  margin-bottom: 71px;
}
.purple{
  color:#A34E94;
}
/* Acquired */
.white__container--acquired{
  padding:123px 0 153px 0;
}
.subtext__section--acquired{
  margin-bottom: 51px;
}
.benefit__grids{
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  grid-column-gap: 47px;
  grid-row-gap: 0px; 
  margin: 35px 0 60px 0;
}
.benefit__containers{
  border:2px solid black;
  background-color: var(--background);
}
.benefit__text{
  font-size: 15px;
}
.benefit__number {
  margin-top: -5px;
}
.benefit__numbers{
  font-size: 30px;
  line-height: 30px;
  margin-left: -24px;
  margin-top:-20px;
  letter-spacing: 0.03em;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:var(--font-color);
  text-align: center;
  width: fit-content;
   text-shadow:
     2px 2px 0 white,
    -2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
}
.benefit__thumbnails{
  width:174px;
  height: 174px;
  display: block;
  margin:0 auto;
}
.benefit__description__container{
  margin:22px 0 32px 0;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit__description{
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-align: center;
}
.benefit__description span{
  color:var(--font-color);
}
.google__slide{
  width:100%;
  height: 752px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D0D0D0;
}
/* Past Work */
.white__container--past-work{
  padding:119px 0 159px 0;
}
.past-work__container {
  display: flex;
  align-items: center;
}
.past-work__thumbnail{
  width:365px;
  margin-right: 41px;
  display: block;
}
.past-work__title{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  color:#39ABC1;
}
.past-work__decoration{
  display: flex;
  align-items: center;
  margin:12px 0 19px 0;
}
.title__bar{
  background-color: #39ABC1;
  width:50px;
  height: 2px;
  display: inline-block;
}
.title__round{
  width: 12px;
  height: 12px;
  background-color: #39ABC1;
  border-radius: 50%;
   display: inline-block;
}
.past-work__text{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.past-work__container--1{
  margin-top:56px;
}
.past-work__container--2{
  margin: 81px 0 114px 0;
}
.past-work__thumbnail-2{
  margin: 0 0 0 41px;
}
/* Voice */
.white__container--voice{
  padding:136px 0 174px 0;
}
.voice__container {
  display: flex;
}
.voice__thumbnail{
  width:108px;
  height: 142px;
  margin-right: 16px;
  margin-top: -20px;
}
.voice__ballon-text{
  background-image: url('../../assets/svg/ballon-1.svg');
  width: 627px;
  margin-top: 14px;
  height: 98px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 35px;
  padding:15px 0 0 54px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.voice__container.voice__container--2{
  margin-top:13px;
}
.voice__container.voice__container--3 {
  margin-top: 63px;
}
.voice__container.voice__container--4{
  margin-top: 65px;
}
.voice__ballon-text.voice__ballon-text--right{
  background-image: url('../../assets/svg/ballon-2.svg');
  width: 596px;
  margin-top: 43px;
  padding-left:39px;
}
.voice__ballon-text.voice__ballon-text--left{
  background-image: url('../../assets/svg/ballon-3.svg');
  height: 106px;
  padding-left: 64px;
}
.voice__ballon-text.voice__ballon-text--right-1{
  width: 629px;
  background-image: url('../../assets/svg/ballon-4.svg');
  padding-left:31px;
}
.voice__thumbnail.voice__thumbnail--right-1{
  margin:-42px 0 0 13px;
}
.voice__ballon-text span{
  color:#DD2C5F;
  font-size: 27px;
  font-weight: 900;
}
.voice__thumbnail--right{
  margin:0 0 0 10px;
}
/* Schedule */
.white__container.white__container--schedule{
  padding:112px 0 124px 0;
}
.schedule__title{
  background-color:#F4FDDD;
  border-top:3px solid #8BB81B;
  color:#8BB81B;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
  padding-left:32px;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.schedule__title-detail{
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.schedule__detail{
  font-size: 18px;
  line-height: 22px;
  padding:19px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  padding-left: 32px;
}
.schedule__data {
  display: flex;
}
.schedule__category{
  width:86px;
  height: 21px;
  display: flex;
  align-items: center; 
  justify-content: center;
  border-radius: 11px;
  font-size: 15px;
  line-height: 18px;
  color:white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-right: 6px;
}
.schedule__category.schedule__category--student{
  background-color: #DD2C5F;
  margin-bottom: 12px;
}
.schedule__category.schedule__category--local{
  background-color: #39ABC1;
}
.schedule__detail--day-3{
  display: flex;
  align-items: center;
}
.schedule__data--day-3{
  display: block;
}
.schedule__container {
  margin-top: 39px;
}
/* Recruitment */
.white__container.white__container--recruitment{
  padding:145px 0 189px 0;
  position: relative;
}
.recruitment__button__container{
  display: flex;
  justify-content: space-between;
}
.recruitment__button__option{
  width:350px;
  height: 60px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  background-color: var(--color-bg);
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}
.recruitment__bar-decoration{
  width: 904px;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  border:none;
  background-color:var(--color-bg);
  margin: 0 -76px 0 auto;
}
.recruitment__table{
  margin-top:32px;
}
.recruitment__table__row{
  display: flex;
}
.recruitment__table__title {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  width: 185px;
  color:white;
  background-color: var(--color-bg);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  border-top:2px solid var(--color-bg);
  border-bottom: 2px solid white;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.recruitment__table__description{
  border:2px solid var(--color-bg);
  border-top: none;
  font-size: 18px;
  line-height: 28px;
  padding: 30px 30px 30px 20px;
  width: 567px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
}
.recruitment__table__point {
  display: flex;
}
.recruitment__table__title--last{
  border-bottom: 2px solid var(--color-bg);
}
.recruitment__table__row:first-of-type .recruitment__table__description{
  border-top: 2px solid var(--color-bg);
}
.recruitment__container {
  margin-top: 42px;
}
.recruitment__table__description p a{
  color:var(--color-bg);
  text-decoration: none;
}
.recruitment__button{
  margin-top:52.9px;
}
.recruitment__button a{
  text-decoration: none;
  width:530px;
  height:78px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.05em;
  border-radius: 39px;
  color:white;
  background-color: var(--color-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  border:3px solid black;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  transition: all 0.5s ease;
}
.recruitment__button a:hover{
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  transform: translate(5px, 5px);
}
.recruitment__button__title{
  background-image: url("../../assets/images/top/title-decoration.webp");
  background-size: cover;
  width:286px;
  text-align: center;
  font-size: 25px;
  line-height: 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin:0 auto 11.4px auto;
  color:var(--color-bg);
}
.recruitment__button__title--blue{
  background-image: url("../../assets/images/top/title-decoration-blue.webp");
}
.recruitment__table--hide{
  display: none;
}
/* Archive */
.white__container--archive{
  padding:186px 0 70px 0;
}
.archive__container{
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  grid-column-gap: 46px;
  grid-row-gap: 0px;
  margin-top:50px;
}
.archive__container a{
  width:220px;
  height: 78px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border:3px solid black;
  border-radius: 39px;
  color:white;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  background-color: var(--color-bg);
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
  transition: all 0.5s ease;
}
.archive__container a:hover{
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
  transform: translate(5px, 5px);
}
.button-top{
  font-size: 17px;
  line-height: 40px;
  width:205px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:145px auto 0 auto;
  text-decoration: none;
  color:black;
  letter-spacing: 0.05em;
  border:2px solid black;
  border-radius: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}
.button-top:hover{
  background-color: black;
  color:white;
}
/* Footer */
footer{
  background-color: black;
}
.footer__content{
  width:752px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  padding:57px 0 61px 0;
}
.footer__content__text{
  color:white;
  font-size: 17px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.main-thumbnail__img--sp{
  display: none;
}
.gap{
  margin-top:-150px;
  padding-top:150px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  @-webkit-keyframes fuwafuwa {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-4.395vw);
              transform: translateY(-4.395vw);
    }
  }
  @keyframes fuwafuwa {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-4.395vw);
              transform: translateY(-4.395vw);
    }
  }
  .animation {
    -webkit-transform: translateY(11.719vw);
    -ms-transform: translateY(11.719vw);
    transform: translateY(11.719vw);
  }
  .active{
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  /* Header */
  header {
    padding: 1.953vw 0 2.881vw 0;
    top:1.953vw;
  }
  .logo__header{
    width:11.269vw;
    height:5.859vw;
  }
  .header__container.container__pc{
    width:88.281vw;
  }
  .nav__link{
    font-size: 1.172vw;
    line-height: 1.758vw;
    margin-right: 2.832vw;
  }
  .nav__link--logo{
    margin-right:2.441vw;
  }
  .nav__link:last-child{
    margin:0;
  }
  .nav__button__img{
    width:7.617vw;
    height:7.617vw;
  }
  .nav__button{
    margin-right:0.488vw;
  }
  .jump-page::after{
    height: 0.195vw;
  }
  /* Main Visual Section */
  .border-color{
    height:1.953vw;
  }
  .main-visual__01::before{
    width: 136.719vw;
    height: 75vw;
    margin-top: -35.156vw;
    margin-left: -68.359vw;
  }
  .main-visual__01::after{
    width: 136.719vw;
    height: 75vw;
    margin-top: -37.5vw;
    margin-left: -65.625vw;
  }
  .main-visual__02::before{
    width: 136.719vw;
    height: 75vw;
    margin-top: -37.5vw;
    margin-left: -68.359vw;
  }
  .main-visual__container{
    padding:18.066vw 0 8.301vw 0;
    width:100%;
    margin:0 5.859vw;
  }
  .visual__logo{
    width: 52.832vw;
    height: 27.344vw;
  }
  .visual__title{
    width:fit-content;
    font-size: 2.441vw;
    line-height: 5.371vw;
    margin-left:3.32vw;
  }
  .visual__title__highlight{
    font-size: 3.613vw;
  }
  .thumbnail-slider {
    width: 39.453vw;
    height: 39.453vw;
    margin-top: 22.168vw;
    margin-right: 15.051vw;
  }
  .thumbnail-border::before{
    width:43.555vw;
    height: 43.555vw;
    margin-top:20.02vw;
    margin-right: 13vw;
  }
  /* Content */
  .main-content{
    background: linear-gradient(to right,
                #DD2C5F 0 50%,    
                #39ABC1 50% 100%
              );
    padding-top: 11.23vw;
  }
  .white__container{
    border-left:0.488vw solid black;
    border-right: 0.488vw solid black;
    width: 93.652vw;
    margin:0 auto;
  }
  .main-content .white__container{
    margin-top:-0.488vw;
    padding:10.938vw 0 14.355vw 0;
  }
  .main-title__container{
    width: 43.359vw;
    padding-top: 3.516vw;
    border-left:0.488vw solid black;
    border-right: 0.488vw solid black;
    border-top:0.488vw solid black;
  }
  .white__container--top-border{
    border-top:0.488vw solid black;
  }
  .title__section{
    font-size: 2.93vw;
    line-height:4.102vw;
    margin-top: -19.531vw;
    padding-top: 19.531vw;
  }
  .title__section.title__section--content-title{
    font-size: 3.711vw;
    line-height: 4.688vw;
  }
  .title__section--content-title::after {
    height: 1.66vw;
    width: 69.531vw;
    margin-bottom: -1.953vw;
  }
  .main-title-img {
    margin-left: 4.199vw;
    width: 29.004vw;
    height: 12.891vw;
  }
  .main-title__text-logo {
    margin-top: 13.184vw;
    margin-left: 30.371vw;
    font-size: 2.637vw;
  }
  .content__title::after{
    height: 1.66vw;
  }
  .content__description{
    font-size: 1.953vw;
    line-height: 3.711vw;
  }
  .main-thumbnail__img{
    width:73.633vw;
    height: 33.105vw;
    margin:4.395vw auto 0 auto;
  }
  .main-slider{
    width:88.281vw;
    margin:4.346vw auto 0 auto;
  }
  .main-slider__container{
    width:80.371vw;
  }
  .swiper-slide{
    width:27.246vw;
  }
  .slider__image{
    width:25.879vw;
  }
  .slider__button--prev{
    border-top: 1.563vw solid transparent;
    border-bottom: 1.563vw solid transparent;
    border-right: 1.855vw solid #DD2C5F;
  }
  .slider__button--next{
    border-top: 1.563vw solid transparent;
    border-bottom: 1.563vw solid transparent;
    border-left: 1.855vw solid #39ABC1;
  }
  .pagination__container {
    width: 88.281vw;
    margin-top: 7.617vw;
  }
  /* Project */
  .white__container--project{
    padding:12.5vw 0 11.719vw 0;
  }
  .content__border {
    width: auto;
    margin: 0 10vw;
  }
  .subtext__section{
    font-size: 1.953vw;
    line-height: 4.102vw;
    margin: -0.977vw auto 0 auto;
  }
  .description__text{
    font-size: 1.758vw;
    line-height: 3.418vw;
  }
  .description__text.description__text--project{
    margin:7.031vw 0 5.469vw 0;
  }
  .highlight-tag-project{
    font-size: 2.441vw;
    line-height: 3.418vw;
  }
  .highlight-tag-project::after{
    width:11.621vw;
    height: 1.074vw;
    margin-bottom: -0.781vw;
    margin-left: -0.195vw;
  }
  .subtitle__section{
    font-size:2.148vw;
    line-height: 4.102vw;
    border:0.195vw solid black;
    border-radius: 1.953vw;
  }
  .description__text--subtitle-project{
    margin:2.344vw 0 2.832vw 0;
  }
  .seminar--two-days{
    grid-template-columns: repeat(2,35.059vw);
    grid-column-gap: 3.32vw;
    margin-bottom: 7.52vw;
  }
  .seminar__container{
    border:0.391vw solid #A34E94;
  }
  .seminar__tag__background{
    border-left: 11.035vw solid #A34E94;
    border-top: 11.035vw solid transparent;
  }
  .seminar__day{
    color:white;
    font-size: 1.758vw;
    line-height: 2.93vw;
    margin-left:0.977vw;
    margin-top:2.441vw;
  }
  .seminar__title{
    font-size: 2.441vw;
    line-height: 2.93vw;
    margin-top:3.906vw;
  }
  .seminar__thumbnail{
    width:12.695vw;
    height: 12.695vw;
    display: block;
    margin:1.27vw auto 0.352vw auto;
  }
  .seminar__description{
    width:100%;
    font-size: 1.758vw;
    line-height: 2.93vw;
    margin-bottom: 4.238vw;
  }
  .seminar__outline-grid{
    grid-template-rows: 2.441vw auto;
    padding:3.418vw 3.418vw 2.148vw 5.664vw;
  }
  .seminar__thumbnail--day-3{
    grid-area: 1 / 1 / 3 / 2;
    margin: 0 1.758vw 0 0;
  }
  .seminar__title--day-3{
    margin:0;
    text-align: left;
  }
  .seminar__description--day-3{
    margin:0.879vw 0 0 0;
  }
  .seminar__noted {
    font-size: 1.758vw;
    line-height: 2.93vw;
    padding:2.051vw 0;
  }
  .seminar__container--day-3{
    margin-bottom: 6.934vw;
  }
  .purple{
    color:#A34E94;
  }
  /* Acquired */
  .white__container--acquired{
    padding:12.012vw 0 14.941vw 0;
  }
  .subtext__section--acquired{
    margin-bottom: 4.98vw;
  }
  .benefit__grids{
    grid-column-gap: 4.59vw;
    margin: 3.418vw 0 5.859vw 0;
  }
  .benefit__containers{
    border:0.195vw solid black;
  }
  .benefit__text{
    font-size: 1.465vw;
  }
  .benefit__number {
    margin-top: -0.488vw;
  }
  .benefit__numbers{
    font-size: 2.93vw;
    line-height: 2.93vw;
    margin-left: -2.344vw;
    margin-top:-1.953vw;
    text-shadow:
      0.195vw 0.195vw 0 white,
      -0.195vw 0.195vw 0 white,
      0.195vw -0.195vw 0 white,
      -0.195vw -0.195vw 0 white;
  }
  .benefit__thumbnails{
    width:16.992vw;
    height: 16.992vw;
  }
  .benefit__description__container{
    margin:2.148vw 0 3.125vw 0;
    height: 10.254vw;
  }
  .benefit__description{
    font-size: 1.758vw;
    line-height: 2.637vw;
  }
  .google__slide{
    width:100%;
    height: 73.438vw;
  }
  /* Past Work */
  .white__container--past-work{
    padding:11.621vw 0 15.527vw 0;
  }
  .past-work__thumbnail{
    width:35.645vw;
    margin-right: 4.004vw;
    height:23.438vw;
  }
  .past-work__title{
    font-size: 1.953vw;
    line-height:2.93vw;
  }
  .past-work__decoration{
    margin:1.172vw 0 1.855vw 0;
  }
  .title__bar{
    width:4.883vw;
    height: 0.195vw;
  }
  .title__round{
    width: 1.172vw;
    height: 1.172vw;
  }
  .past-work__text{
    font-size: 1.758vw;
    line-height: 2.93vw;
  }
  .past-work__container--1{
    margin-top:5.469vw;
  }
  .past-work__container--2{
    margin: 7.91vw 0 11.133vw 0;
  }
  .past-work__thumbnail-2{
    margin: 0 0 0 4.004vw;
  }
  /* Voice */
  .white__container--voice{
    padding:13.281vw 0 16.992vw 0;
  }
  .voice__thumbnail{
    width:10.547vw;
    height: 13.867vw;
    margin-right: 1.563vw;
    margin-top: -1.953vw;
  }
  .voice__ballon-text{
    width: 61.23vw;
    margin-top: 1.367vw;
    height: 9.57vw;
    font-size: 1.758vw;
    line-height: 3.418vw;
    padding:1.465vw 0 0 5.273vw;
  }
  .voice__container.voice__container--2{
    margin-top:1.27vw;
  }
  .voice__container.voice__container--3 {
    margin-top: 6.152vw;
  }
  .voice__container.voice__container--4{
    margin-top: 6.348vw;
  }
  .voice__ballon-text.voice__ballon-text--right{
    width:58.203vw;
    margin-top: 4.199vw;
    padding-left:3.809vw;
  }
  .voice__ballon-text.voice__ballon-text--left{
    height: 10.352vw;
    padding-left: 6.25vw;
  }
  .voice__ballon-text.voice__ballon-text--right-1{
    width: 61.426vw;
    padding-left:3.027vw;
  }
  .voice__thumbnail.voice__thumbnail--right-1{
    margin:-4.102vw 0 0 1.27vw;
  }
  .voice__ballon-text span{
    font-size: 2.637vw;
  }
  .voice__thumbnail--right{
    margin:0 0 0 0.977vw;
  }
  /* Schedule */
  .white__container.white__container--schedule{
    padding:10.938vw 0 12.109vw 0;
  }
  .schedule__title{
    border-top:0.293vw solid #8BB81B;
    font-size: 1.953vw;
    line-height: 2.344vw;
    height: 4.883vw;
    padding-left:3.125vw;
  }
  .schedule__title-detail{
    font-size: 1.66vw;
    line-height: 1.953vw;
  }
  .schedule__detail{
    font-size: 1.758vw;
    line-height: 2.148vw;
    padding:1.855vw 0;
    padding-left: 3.125vw;
  }
  .schedule__category{
    width:8.398vw;
    height: 2.051vw;
    border-radius: 1.074vw;
    font-size: 1.465vw;
    line-height: 1.758vw;
    margin-right: 0.586vw;
  }
  .schedule__category.schedule__category--student{
    margin-bottom: 1.172vw;
  }
  .schedule__container {
    margin-top: 3.809vw;
  }
  /* Recruitment */
  .white__container.white__container--recruitment{
    padding:14.16vw 0 18.457vw 0;
  }
  .recruitment__button__option{
    width:34.18vw;
    height: 5.859vw;
    font-size: 1.953vw;
    line-height: 2.344vw;
  }
  .recruitment__bar-decoration{
    width: 88.281vw;
    height: 0.488vw;
    margin: 0 -6.719vw 0 auto;
  }
  .recruitment__table{
    margin-top:3.125vw;
  }
  .recruitment__table__title {
    width: 18.066vw;
    border-top:0.195vw solid var(--color-bg);
    border-bottom: 0.195vw solid white;
    font-size: 1.953vw;
    line-height: 2.734vw;
  }
  .recruitment__table__description{
    border:0.195vw solid var(--color-bg);
    font-size: 1.758vw;
    line-height: 2.734vw;
    padding: 2.93vw 2.93vw 2.93vw 1.953vw;
    width: 55.371vw;
  }
  .recruitment__table__title--last{
    border-bottom: 0.195vw solid var(--color-bg);
  }
  .recruitment__table__row:first-of-type .recruitment__table__description{
    border-top: 0.195vw solid var(--color-bg);
  }
  .recruitment__container {
    margin-top: 4.102vw;
  }
  .recruitment__button{
    margin-top:5.176vw;
  }
  .recruitment__button a{
    text-decoration: none;
    width:51.758vw;
    height:7.617vw;
    font-size: 2.441vw;
    line-height: 2.93vw;
    border-radius: 3.809vw;
    border:0.293vw solid black;
    box-shadow: 0.391vw 0.391vw 0px 0px rgba(0,0,0,1);
  -webkit-box-shadow: 0.391vw 0.391vw 0px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0.391vw 0.391vw 0px 0px rgba(0,0,0,1);
  }
  .recruitment__button a:hover{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transform: translate(0.488vw, 0.488vw);
  }
  .recruitment__button__title{
    width:27.93vw;
    font-size: 2.441vw;
    line-height: 5.371vw;
    margin:0 auto 1.113vw auto;
  }
  /* Archive */
  .white__container--archive{
    padding:18.164vw 0 6.836vw 0;
  }
  .archive__container{
    grid-column-gap: 4.492vw;
    margin-top:4.883vw;
  }
  .archive__container a{
    width:21.484vw;
    height: 7.617vw;
    font-size: 2.441vw;
    line-height: 2.93vw;
    border:0.293vw solid black;
    border-radius: 3.809vw;
    box-shadow: 0.293vw 0.293vw 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0.293vw 0.293vw 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0.293vw 0.293vw 0px 0px rgba(0,0,0,1);
  }
  .archive__container a:hover{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transform: translate(0.488vw, 0.488vw);
  }
  .button-top{
    font-size: 1.66vw;
    line-height: 3.906vw;
    width:20.02vw;
    margin:14.16vw auto 0 auto;
    border:0.195vw solid black;
    border-radius: 1.758vw;
  }
  /* Footer */
  .footer__content{
    width:73.438vw;
    padding:5.566vw 0 5.957vw 0;
  }
  .footer__logo{
    width: 20.264vw;
  }
  .footer__content__text{
    font-size: 1.66vw;
    line-height: 2.441vw;
  }
  .gap{
    margin-top:-14.648vw;
    padding-top:14.648vw;
}
}
@media only screen and (max-width: 640px) {
  .animation {
    -webkit-transform: translateY(32vw);
    -ms-transform: translateY(32vw);
    transform: translateY(32vw);
  }
  .active{
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
    @-webkit-keyframes fuwafuwa {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-12vw);
              transform: translateY(-12vw);
    }
  }
  @keyframes fuwafuwa {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-12vw);
              transform: translateY(-12vw);
    }
  }
  .main-visual__01::before {
    width: 100%;
    height: 196.8vw;
    margin-top: -98.4vw;
    margin-left: -49.867vw;
    background: url("../../assets/svg/bg_shape_sp_01.svg") no-repeat center;
  }
  .main-visual__01::after {
    width: 100%;
    height: 196.8vw;
    margin-top: -98.4vw;
    margin-left: -49.867vw;
    background: url("../../assets/svg/bg_shape_sp_02.svg") no-repeat center;
  }
  .main-visual__02::before {
    width: 100%;
    height: 196.8vw;
    margin-top: -98.4vw;
    margin-left: -49.867vw;
    background: url("../../assets/svg/bg_shape_sp_03.svg") no-repeat center;
  }
  .header-nav-actived .container__sp{
    width:84vw;
  }
  .container__sp{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header__container.container__pc{
    display: none;
  }
  /* Header */
  header{
    justify-content: space-between;
    padding:5.667vw 8vw 5.067vw 8vw;
    width: 100%;
    box-sizing: border-box;
    left: auto;
    right: auto;
    top:10.667vw;
    transform: none;
  }
  .header-nav-actived .header__container .button__sp-link{
    display: none;
  }
  .button__sp-link{
    display: flex;
    margin: 0 3.2vw 0 4.267vw;
  }
  .button__sp-link .nav__button img{
    width:16.267vw;
    height: 16.267vw;
  }
  .header-actived{
    padding:6.133vw 8vw 5.067vw 8vw;
  }
  .header-actived.header-nav-actived{
    padding:5.667vw 8vw 5.067vw 8vw;
    top:10.667vw;
  }
  .header-nav-actived .header-outter-background::before{
    background: rgba(255, 255, 255, 0);
  }
  .logo__header {
    width: 28.533vw;
    height: 14.776vw;
  }
  .nav__link {
    font-size: 4.267vw;
    line-height: 5.333vw;
    padding:2.933vw 0;
    margin-right:0;
    text-align: left;
    border-bottom: 0.267vw solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__link--logo{
    margin:0;
    padding: 0;
    border:none;
  }
  .header__menu-button{
    cursor: pointer;
    width:13.6vw;
    height: 13.6vw;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0.533vw 0.533vw 0.533vw 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0.533vw 0.533vw 0.533vw 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0.533vw 0.533vw 0.533vw 0px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header__menu-button span{
    display: block;
    width:5.867vw;
    height:0.8vw;
    background-color: black;
    border-radius: 6.667vw;
    transition: 0.3s ease;
    transform-origin: center;
  }
  .header__menu-button.active span:nth-child(1) {
    transform: translateY(2.2vw) rotate(45deg);
  }
  .header__menu-button span:nth-child(2n){
    margin:1.267vw 0;
  }
  .header__menu-button.active span:nth-child(2) {
    opacity: 0;
  }
  .header__menu-button.active span:nth-child(3) {
    transform: translateY(-2vw) rotate(-45deg);
  }
  .navigation__sp__container{
    margin-top:29.333vw;
    flex: 1;
    overflow-y: auto;
  }
  .navigation__sp{
    position: fixed;
    background-image: url('../../assets/images/top/background-navigation.webp');
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    top:0;
    left:0;
    z-index: 10;
    background-position: center center;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }
  .visual__border-color--sp{
    margin-top:auto;
  }
  .link__container{
    width:66.667vw;
    margin:0 auto;
  }
  .navigation__sp.navigation__sp--open{
     transform: translateY(0); 
  }
  .navigation__sp__container {
    margin-top: 38.133vw;
    flex:1;
    overflow-y: scroll;
  }
  .button__container{
    width:66.667vw;
    display: flex;
    justify-content: center;
    margin:0 auto;
    padding:7.733vw 0 20.933vw 0;
  }
  .nav__link--sp:first-of-type{
    margin:0;
  }
  .nav__button__img {
    width: 28.267vw;
    height: 28.267vw;
  }
  .link__content-arrow{
    border-radius: 50%;
    width:8.8vw;
    height:8.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg);
  }
  .link__arrow{
    width: 0;
    height: 0;
    border-top: 1.733vw solid transparent;   /* 13 / 2 */
    border-bottom: 1.733vw solid transparent;
    border-left: 1.867vw solid white; 
  }
  /* Main Visual Section */
  .border-color {
    height: 10.667vw;
  }
  .main-visual__container {
    padding: 99.2vw 0 10.08vw 0;
    width: auto;
    margin: 0 8vw;
  }
  .visual__logo {
    width: 83.733vw;
    height: 43.467vw;
  }
  .visual__title {
    font-size: 5.333vw;
    line-height: 8.8vw;
    margin: 3.6vw auto 0 auto;
  }
  .visual__title__highlight {
    font-size: 6.667vw;
  }
  .thumbnail-slider {
    width: 59.2vw;
    height: 59.2vw;
    margin: 35.2vw auto 0 auto;
    left:0;
    right:0;
  }
  .thumbnail-border::before{
    background-image: url("../../assets/svg/thumbnail-border-sp.svg");
    width:66.667vw;
    height: 66.667vw;
    margin: 31.467vw auto 0 auto;
    right: 0;
    left: 0;
  }
  .breakpoint__sp{
    display: block;
  }
  .breakpoint__pc{
    display: none;
  }
  /* Content */
  .main-content {
    padding-top: 25.333vw;
  }
  .main-title__container {
    width: 59.2vw;
    padding-top: 6.507vw;
    border-left: 0.533vw solid black;
    border-right: 0.533vw solid black;
    border-top: 0.533vw solid black;
  }
  .main-title-img {
    margin-left: auto;
    width: 49.92vw;
    height: 22.16vw;
    margin-top: -40vw;
    padding-top: 40vw;
    margin-right: auto;
  }
  .main-title__text-logo {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    font-size: 5.333vw;
  }
  .title__section{
    font-size: 5.333vw;
    line-height: 8vw;
    margin-top: -40vw;
    padding-top: 40vw;
    letter-spacing: 0.03em;
  }
  .title__section.title__section--content-title {
    font-size: 5.333vw;
    line-height: 12.8vw;
    letter-spacing: 0.04em;
  }
  .title__section--content-title::before {
    content: '';
    height: 2.736vw;
    width: 31.477vw;
    margin-bottom: 0;
    background-image: url("../../assets/svg/main-title-decoration.svg");
    background-size: cover;
    position: absolute;
    margin: 19vw auto 0 auto;
    left: 0;
    right: 0;
  }
  .title__section--content-title::after{
    height: 2.736vw;
    width: 70.867vw;
    margin-bottom: 0;
    margin-left: -1.5vw;
  }
  .title__section.title__section--content-title span{
    margin-top: -4vw;
    position: relative;
    display: block;
  }
  .main-thumbnail__img--pc{
    display: none;
  }
  .main-thumbnail__img--sp{
    display: block;
  }
  .main-thumbnail__img {
    width: 76.267vw;
    height: 50.133vw;
    margin: 4.96vw auto 0 auto;
  }
  .content__description {
    margin-top:3.147vw;
    font-size: 3.433vw;
    line-height: 6.667vw;
  }
  .main-slider {
    width: 66.4vw;
    margin: 7.467vw auto 0 auto;
  }
  .slider__image {
    width: 100%;
  }
  .main-slider__container {
    width: 53.867vw;
  }
  .swiper-slide {
    width: 53.867vw;
  }
  .pagination__container {
    width: 66.4vw;
    margin-top: 15.733vw;
  }
  .slider__button--prev {
    border-top: 3.2vw solid transparent;
    border-bottom: 3.2vw solid transparent;
    border-right: 3.733vw solid #DD2C5F;
  }
  .slider__button--next {
    border-top: 3.2vw solid transparent;
    border-bottom: 3.2vw solid transparent;
    border-left: 3.733vw solid #39ABC1;
  }
  .white__container {
    border-left: 0.533vw solid black;
    border-right: 0.533vw solid black;
    width: 83.733vw;
    margin: 0 auto;
  }
  /* Project */
  .white__container--project {
    padding: 18.667vw 0 21.12vw 0;
  }
  .subtext__section {
    font-size: 3.433vw;
    line-height: 11.2vw;
    margin: -3vw auto 0 auto;
  }
  .description__text {
    font-size: 3.733vw;
    line-height: 6.667vw;
  }
  .description__text--project{
    line-height: 8vw;
  }
  .highlight-tag-project::after {
    width: 25.6vw;
    height: 2.747vw;
    margin-bottom: -1.781vw;
    margin-left: -0.5vw;
  }
  .text-decoration {
    display: block;
    margin-top: 3.467vw;
  }
  .subtitle__section {
    font-size:4.267vw;
    line-height: 8vw;
    border: 0.533vw solid black;
    border-radius: 4.267vw;
  }
  .description__text--subtitle-project {
    margin: 4.267vw 0 3.2vw 0;
  }
  .seminar--two-days {
    grid-template-columns:66.667vw;
    grid-column-gap: 0;
    grid-row-gap:4vw ;
    margin-bottom: 7.52vw;
  }
  .seminar__container {
    border: 0.533vw solid #A34E94;
    display: grid;
    grid-template-columns: 18.667vw 37.333vw;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 3.013vw;
    grid-row-gap: 0px;
    justify-content: center;
  }
  .seminar__title {
    font-size: 5.333vw;
    line-height: 8vw;
    margin-top: 5.6vw;
    margin-bottom: 3.36vw;
    grid-area: 1 / 1 / 2 / 3;
    text-align: center;
  }
  .seminar__thumbnail {
    width: 18.667vw;
    height: 18.667vw;
    display: block;
    margin: 0 auto;
    grid-area: 2 / 1 / 3 / 2;
  }
  .seminar__description {
    width: 100%;
    font-size: 3.533vw;
    line-height: 6.133vw;
    margin-bottom: 7.307vw;
    text-align: left;
  }
  .seminar__tag__background {
    border-left: 18.667vw solid #A34E94;
    border-top: 18.667vw solid transparent;
  }
  .seminar__day {
    font-size: 3.733vw;
    line-height: 4vw;
    margin-left: 0;
    margin-top: 4.441vw;
  }
  .seminar__noted{
    display: none;
  }
  .seminar__container--day-3{
    display: block;
  }
  .seminar__outline-grid {
    grid-template-columns: 18.667vw 37.333vw;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 3.013vw;
    grid-row-gap: 0px;
    justify-content: center;
    padding: 0;
  }
  .seminar__description--day-3{
    margin-top:0;
  }
  /* acquired */
  .white__container--acquired {
    padding: 23.467vw 0 28vw 0;
  }
  .benefit__grids {
    grid-column-gap: 4.59vw;
    margin: 8.8vw 0 10.933vw 0;
    display: block;
  }
  .benefit__numbers {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -2.344vw;
    margin-top: -1.953vw;
    text-shadow: 0.533vw 0.533vw 0 white, -0.533vw 0.533vw 0 white, 0.533vw -0.533vw 0 white, -0.533vw -0.533vw 0 white;
    display: flex;
    margin: -4vw auto 0 auto;
  }
  .benefit__text {
    font-size: 4vw;
  }
  .benefit__container {
    display: flex;
    margin: 2.933vw 0 5.333vw 0;
  }
  .benefit__thumbnails {
    width: 18.4vw;
    height: 18.4vw;
    margin:0 2.667vw 0 5.867vw;
  }
  .benefit__description {
    font-size: 3.433vw;
    line-height: 5.6vw;
    text-align: left;
  }
  .benefit__description__container {
    margin: 0;
    height: auto;
  }
  .benefit__containers {
    border: 0.267vw solid black;
    margin-bottom: 8vw;
  }
   .google__slide {
    width: 100%;
    height: 66.667vw;
  }
  /* PastWork */
  .white__container--past-work {
    padding: 21.067vw 0 38.667vw 0;
  }
  .past-work__container{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px; 
  }
  .past-work__thumbnail {
    width: 100%;
    margin-right: 0;
    height: 43.733vw;
    grid-area: 1 / 1 / 2 / 2;
  }
  .past-work__container--1 {
    margin-top: 9.867vw;
  }
  .past-work__title {
    font-size: 4.8vw;
    margin-top:4.533vw;
    line-height: 8vw;
  }
  .title__bar {
    width: 9.867vw;
    height: 0.533vw;
  }
  .title__round {
    width: 2.133vw;
    height: 2.133vw;
  }
  .past-work__decoration {
    margin: 2.667vw 0 4.267vw 0;
  }
  .past-work__text {
    font-size: 3.733vw;
    line-height: 6.667vw;
  }
  .past-work__thumbnail-2 {
    margin: 0;
  }
  .past-work__container--2 {
    margin: 16.267vw 0;
  }
  /* Voice */
  .white__container--voice {
    padding: 26.933vw 0 37.067vw 0;
  }
  .voice__thumbnail {
    width: 16.8vw;
    height: 22.133vw;
    margin-right: 0;
    margin-top: 2vw;
    position: absolute;
  }
  .voice__ballon-text {
    background-image: none;
    width: 59.2vw;
    margin: 0 0 0 7.467vw;
    height: auto;
    font-size: 3.733vw;
    line-height: 5.333vw;
    padding: 4vw 4.8vw 3.413vw 11.733vw;
    border-radius: 1.333vw;
    box-shadow: 3px 3px 0px 0px rgba(221,44,95,1);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(221,44,95,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(221,44,95,1);
    border:0.533vw solid black;
  }
  .voice__ballon-text span {
    font-size: 4.6vw;
  }
  .voice__ballon-text.voice__ballon-text--right {
    background-image: none;
    width: 59.2vw;
    margin-top: 5.867vw;
    padding: 4.8vw 0 3.413vw 4.8vw;
    margin-left:0;
  }
  .content__border {
    margin:0 8vw;
  }
  .voice__thumbnail--right {
    margin: 10vw 0 0 0;
    right: 0;
  }
  .voice__container.voice__container--3 {
    margin-top: 5.867vw;
  }
  .voice__ballon-text.voice__ballon-text--left {
    height: auto;
    padding: 4vw 2vw 3.413vw 10.5vw;
    background-image: none;
  }
  .voice__thumbnail--03{
    margin-top:4vw;
    margin-left:-1vw;
  }
  .voice__ballon-text.voice__ballon-text--right-1 {
    width: 59.2vw;
    background-image: none;
    padding: 4.8vw 11.2vw 2.667vw 4.8vw;
    margin-left:0
  }
  .voice__thumbnail.voice__thumbnail--right-1 {
    margin: 5vw 0 0 0;
    right: 0;
  }
  .content__border--voice{
    position: relative;
  }
  /* Schedule */
  .white__container.white__container--schedule {
    padding: 24vw 0 30.4vw 0;
  }
  .schedule__container {
    margin-top:7.467vw;
  }
  .schedule__title {
    border-top: 0.8vw solid #8BB81B;
    font-size: 4.533vw;
    line-height: 5.333vw;
    height: auto;
    padding: 2.4vw 3.2vw;
  }
  .schedule__title p{
    display: flex;
  }
  .schedule__detail {
    font-size: 3.4vw;
    line-height: 4.533vw;
    padding: 2.4vw 3.2vw;
  }
  .schedule__title-detail {
    font-size: 3.733vw;
    line-height: 4.533vw;
  }
  .schedule__category {
    width: 17.6vw;
    height: 4.533vw;
    border-radius: 2.933vw;
    font-size: 2.9vw;
    line-height: 3.733vw;
    margin-right: 2.133vw;
  }
  .schedule__category.schedule__category--student {
    margin-bottom: 1.333vw;
  }
  /* Recruitment */
  .white__container.white__container--recruitment {
    padding: 21.067vw 0 30.4vw 0;
  }
  .recruitment__bar-decoration {
    display: none;
  }
  .recruitment__container {
    margin-top: 3.2vw;
  }
  .recruitment__button__option {
    width: 50%;
    height: 8vw;
    font-size: 4.267vw;
    line-height: 5.067vw;
  }
  .recruitment__table {
    margin-top: 3.733vw;
  }
  .recruitment__table__row{
    display: block;
  }
  .recruitment__table__title {
    display: block;
    width: 100%;
    border:none;
    font-size: 4.267vw;
    line-height: 5.067vw;
    text-align: left;
    padding:1.333vw 2.933vw;
    box-sizing: border-box;
  }
  .recruitment__button__container {
    justify-content: normal;
  }
  .recruitment__table__description {
    border: 0.267vw solid var(--color-bg);
    font-size: 3.733vw;
    line-height: 5.333vw;
    padding: 4vw 5.067vw;
    width: 100%;
  }
  .recruitment__button__title {
    background-image: url("../../assets/svg/title-decoration.svg");
    width: 37.867vw;
    font-size: 3.733vw;
    line-height: 8vw;
    margin: 0 auto 2.667vw auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
   .recruitment__button a {
    width: 66.667vw;
    height: 9.867vw;
    font-size: 4.8vw;
    line-height: 5.867vw;
    border-radius: 10.4vw;
    border: 0.533vw solid black;
    box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
  }
  .recruitment__button__title.recruitment__button__title--blue{
    background-image: url("../../assets/svg/title-decoration-blue.svg");
  }
  /* archieve */
  .white__container--archive {
    padding: 16.987vw 0 18.133vw 0;
  }
  .archive__container {
    margin-top: 2.8vw;
    display: block;
  }
  .archive__container a {
    width: 100%;
    height: 9.867vw;
    font-size: 4.8vw;
    line-height: 5.867vw;
    border: 0.533vw solid black;
    border-radius: 10.4vw;
    box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0.533vw 0.533vw 0px 0px rgba(0,0,0,1);
  }
  .archive__container a:nth-child(2n){
    margin:4vw 0;
  }
  .button-top {
    font-size: 3.733vw;
    line-height: 10.667vw;
    width: 38.133vw;
    margin: 15.2vw auto 0 auto;
    border: 0.533vw solid black;
    border-radius: 4.8vw;
  }
  .archive__container a:hover {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    transform: translate(1.333vw, 1.333vw);
  }
  /* Footer */
  .footer__content {
    width: auto;
    padding: 10.4vw 0 9.867vw 0;
    margin:0 8vw;
    flex-direction: column;
  }
  .footer__logo {
    width: 35.077vw;
    height: 18.133vw;
    margin: 0 auto;
    display: block;
  }
  .footer__content__text {
    margin-top:4.267vw;
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .highlight-tag-project {
    font-size: 5.333vw;
    line-height: 8vw;
  }
  .gap{
    margin-top:-41.56vw;
    padding-top:41.56vw;
    display: block;
  }
}