/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
header{
  text-align: center;
}
header h1{
  text-align: center; 
  font-size: 48px; 
  font-weight: bold; 
  margin-bottom: 50px;
}
header h2{
  font-size: 55px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    /* background: linear-gradient(180deg, transparent 75%, #FAB910 60%); */
}
header p{
  color: #000;
  margin: 50px 0;
}
.page-header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 10px 16px;
  background-color: #fff;
}
.main-content {
  max-width: 1000px !important;
  align-items: center;
}
.inner-content {
  max-width: 850px !important;
  align-items: center;
  margin: 0 auto;
}
.text-larger {
  font-size: 44px;
}
.meric {
  margin: 65px 0;
}
@media screen and (max-width: 767px) {
  .meric {
    margin: 50px 20px;
  }
}

.meric-details {
  margin: 60px auto;
}

.meric-header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
    --all:0px;
  --b:#FAB910;
  border:5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#FAB910);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:20px;
  --top-right: 20px;
}
.box-merit-content{
    --all:0px;
  --b:#FAB910;
  
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 10px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 10px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 10px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 10px)   ,transparent 0) top right   /50% 50%,
     var(--img,white);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
}

.meric-header h2 {
  color: #000;
  font-size: 50px;
  font-weight: 800;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  border-bottom: none;
}

.meric-list {
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.meric-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 850px;
}

.meric-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.meric-list li:last-child {
  margin-bottom: 0;
}

.meric-list li img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}

.meric-list li span {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

@media screen and (max-width: 767px) {
  .meric-header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
    --all:0px;
  --b:#FAB910;
  border:5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#FAB910);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:10px;
  --top-right: 10px;
}
.box-merit-content{
    --all:0px;
  --b:#FAB910;
  
  border:5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,white);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:20px;
  --bottom-right: 20px;
}

  .meric-details {
    margin: 40px 20px;
  }

  .meric-header h2 {
    font-size: 20px;
  }

  .meric-list {
    padding: 20px 20px;
  }


  .meric-list li img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .meric-list li span {
    font-size: 16px;
  }
.meric-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
}

/* Online Section */
#online {
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  background-image: url('../../assets/img/bg_yellow.png');
}

.online-container {
  margin: 0 auto;
  padding: 40px 0;
    --all:0px;
  --b:#17a2a2;
  border: 20px solid var(--b);
  border-left: 5px solid var(--b);
  border-right: 5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,white);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
  --top-right: 30px;
  --bottom-left: 30px;
}

.online-header {
  text-align: center;
  margin-bottom: 40px;
}

h2 {
  font-size: 59px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  margin: 0;
  display: inline-block;
}

h2 .text-small {
  font-size: 44px;
}

h3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  line-height: 1.5;
}

.online-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
  margin-top: 50px;
}

.online-feature {
  text-align: center;
}

.online-feature img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.feature-number {
  background-color: #00B4B4;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
}

.feature-text {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.online-lifestyle-banner {
  text-align: center;
  margin-bottom: 40px;
      --all:0px;
  --b:#17a2a2;
  
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#17a2a2);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
  --top-right: 0px;
  --bottom-left: 0px;
}

.online-lifestyle-banner h3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  line-height: 1.5;
}

.online-lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lifestyle-item {
  text-align: center;
  line-height: 1;;
}

.lifestyle-label {
  font-size: 27px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00B4B4;
  display: block;
}

.lifestyle-item img {
  width: 100%;
  object-fit: cover;
}

.arrow-down {
  height: 30px !important;
  width: auto !important;
  position: relative;
  top: 15px;
}

/* Student Exchange Section */
.student-exchange-container {
  margin: 0 auto;
  padding: 60px 20px;
}

.student-exchange-header {
  text-align: center;
  margin-bottom: 40px;
}

.student-exchange-photos {
  margin-bottom: 50px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.photo-item {
  border-radius: 10px;
  overflow: hidden;
}

.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-large-1 {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-medium-1 {
  grid-column: span 2;
  grid-row: span 1;
}

.photo-medium-2 {
  grid-column: span 2;
  grid-row: span 1;
}

.photo-medium-3 {
  grid-column: span 2;
  grid-row: span 1;
}

.photo-small-1 {
  grid-column: span 2;
  grid-row: span 1;
}

.photo-small-2 {
  grid-column: span 2;
  grid-row: span 1;
}

.coworking-section {
  text-align: center;
  padding: 40px 0;
  border-radius: 15px;
  margin-bottom: 30px;
}

.coworking-section h3 {
    --all:0px;
  --b:#FAB910;
  
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#FAB910);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
}


.coworking-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coworking-item {
  border-radius: 10px;
  overflow: hidden;
}

.coworking-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

/* School Fee Section */
#schoolfee {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 20px;
}

.schoolfee-container {
  margin: 0 auto;
}
.schoolfee-container img {
margin-bottom: 100px;
}

.schoolfee-header {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.schoolfee-header h2 {
  color: #fff;
}

.schoolfee-header p {
color: #fff;
}

.schoolfee-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
  border-left: 4px solid #17a2a2;
}

.card-label {
  text-align: center;
  color: #e60012;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

.card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-icon {
  background-color: #333;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

.item-value {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.item-label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.card-operator {
  font-size: 28px;
  color: #e60012;
  font-weight: bold;
}

.card-note {
  font-size: 12px;
  color: #666;
  margin: 0;
  text-align: center;
}

.card-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #4CAF50;
  font-weight: bold;
}

.price-item-detailed {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-range {
  display: flex;
  align-items: center;
  gap: 10px;
}

.original-price {
  font-size: 22px;
  font-weight: bold;
  color: #e60012;
}

.crossed-price {
  font-size: 16px;
  color: #ccc;
  text-decoration: line-through;
}

/* Scholarship Section */
.schoolfee-scholarship {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-left: 4px solid #17a2a2;
}

.scholarship-header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.scholarship-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

.entrance-fee {
  background-color: #e60012;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}

.amount-value {
  color: #000;
}

.final-amount {
  color: #e60012;
  font-size: 20px;
}

/* Social Worker Scholarship */
.social-scholarship {
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
    --all:0px;
  --b:#FAB910;
  border:5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#FAB910);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
}


/* Completion Section */
.completion-section {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  border-left: 4px solid #FBB910;
}

.completion-section h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FBB910;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
}

.completion-benefits {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.benefit-item .checkmark {
  flex-shrink: 0;
  margin-top: 2px;
}

.checkmark {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  #schoolfee {
    padding: 40px 15px;
  }

  .schoolfee-header h2 {
    font-size: 24px;
  }
  .schoolfee-container img {
    margin-bottom: 50px;
  }
  .schoolfee-card {
    padding: 20px;
  }

  .card-content {
    flex-wrap: wrap;
    gap: 15px;
  }

  .social-scholarship h3 {
    font-size: 18px;
  }

  .completion-section h3 {
    font-size: 18px;
  }

  .benefit-item {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .student-exchange-container {
    padding: 40px 15px;
  }

  .student-exchange-header h2 {
    font-size: 22px;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .photo-large-1,
  .photo-medium-1,
  .photo-medium-2,
  .photo-medium-3,
  .photo-small-1,
  .photo-small-2 {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .coworking-section {
    padding: 20px;
  }

  .coworking-section h3 {
    font-size: 25px;
    padding: 10px;
  }

  .coworking-images {
    grid-template-columns: 1fr;
  }

  .coworking-item img {
    height: 200px;
  }
}

/* IT Business Section */
.it-business-container {
  margin: 0 auto;
  padding: 60px 20px;
}

.it-business-header {
  text-align: center;
  margin-bottom: 40px;
}

.it-business-header p {
  font-size: 20px;
  color: #000000;
  margin:44px 0;
  line-height: 1.6;
  font-weight: 500;
}

.it-business-main-image {
  text-align: center;
  margin-bottom: 50px;
}

.it-business-main-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 150px;
}

.curriculum-box {
  border-radius: 15px;
  padding: 30px;
  color: #fff;
}

.curriculum-box.tech {
  background-color: #4a90e2;
}

.curriculum-box.business {
  background-color: #e85050;
}

.curriculum-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
}

.curriculum-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.curriculum-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.curriculum-item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.item-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.certification-section {
  text-align: center;
  padding: 40px 0;
  border-radius: 15px;
}

.certification-header h3 {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin: 0 0 15px 0;
  font-family: 'Noto Sans JP', sans-serif;
        --all:0px;
  --b:#FBB910;
  
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#FBB910);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
  --top-right: 0px;
  --bottom-left: 0px;
}

.certification-description {
  font-size: 20px;
  color: #000000;
  margin: 30px 0;
  line-height: 1.6;
  font-weight: 500;
}

.certification-image {
  margin-bottom: 20px;
}

.certification-image img {
  max-width: 70%;
  height: auto;
}

.certification-note {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  margin: 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .it-business-container {
    padding: 40px 15px;
  }

  .it-business-header h2 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
  }

  .it-business-header p {
    font-size: 14px;
  }

  .it-business-header h2 .header-text {
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }

  .online-container h2 .header-text {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }

  .student-exchange-header h2 .header-text {
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .curriculum-box {
    padding: 20px;
  }

  .curriculum-box h3 {
    font-size: 16px;
  }

  .curriculum-title {
    font-size: 18px;
  }

  .certification-section {
    padding: 20px;
  }

  .certification-header h3 {
    font-size: 25px;
  }

  .certification-description {
    font-size: 16px;
    text-align: start;
  }
  .certification-note {
    /* font-size: 20px; */
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #online {
    padding: 30px 15px;
  }

  .online-container {
    padding: 40px 0;
    border-radius: 15px;
  }

  .online-header h2 {
    font-size: 20px;
  }

  .online-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .feature-number {
    font-size: 40px;
  }

  .feature-text {
    font-size: 25px;
  }

  .online-lifestyle-banner {
    padding: 15px;
    margin-bottom: 30px;
  }

  .online-lifestyle-banner h3 {
    font-size: 25px;
  }

  .online-lifestyle-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .lifestyle-label {
    font-size: 25px;
  }
}

.cta-request-btn {
  display: flex;
  align-items: center;
  /* background-color: #e60012; */
  color: white;
  font-weight: bold;
  padding: 8px 0px 8px 45px;
  height: 60px;
  width: 350px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  font-size: 23px;
  justify-content: center;
  /* border: 2px solid #e60012; */
  transition: all 0.3s ease;
  position: relative;

  flex-direction: row;
  background-image: linear-gradient(180deg, #FF8148, #FF559F);
  border: none;
}

.cta-request-btn .play-icon {
  width: 35px;
  height: 35px;
  margin-left: 30px;
  transition: filter 0.3s ease;
}

.cta-request-btn:hover {
  /* background-color: #fff;
  color: #e60012;
  border: 2px solid #e60012;
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3); */

  background-image: linear-gradient(0deg, #FF8148, #FF559F);
}

.cta-request-btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(7471%)
    hue-rotate(3deg) brightness(95%) contrast(118%);
}

.cta-section {
  text-align: center;
  margin: 60px 0;
}


.mainButtonWrap{
  max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5em;
}

.mainButton{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-subtext {
  font-size: 1.25em;
  font-weight: bold;
  /* color: #e60012; */
  color: #000;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cta-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* font-size: 23px; */
  font-size: 1.5em;
  font-weight: bold;
  /*color: #fff;
  background-color: #e60012;
  border: 2px solid #e60012; */
  background-image: linear-gradient(180deg, #FF8148, #FF559F);
  border-radius: 999px;
  padding: 20px 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  color: #FAF000;
}

.mainButtonWrap .mainButton:nth-child(2) .cta-main-btn{
  background-image: linear-gradient(180deg, #00ccda, #2d6fd8);
}

.mainButtonWrap .mainButton:nth-child(1) .cta-subtext::before, 
.mainButtonWrap .mainButton:nth-child(2) .cta-subtext::before {
  content: '';
  display: block;
  width: 17px;
  height: 21px;
  background-image: url("../../assets/img/document.svg");
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainButtonWrap .mainButton:nth-child(2) .cta-subtext::before{
  background-image: url("../../assets/img/briefing.svg");
  width: 21px;
  height: 23px;
}

.cta-main-btn span{
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .55));
}

.cta-main-btn .play-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-top: 4px;
  transition: filter 0.3s ease;
}

/* .cta-main-btn:hover {
  background-color: #fff;
  color: #e60012;
  border: 2px solid #e60012;
  box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3);
} */

.cta-main-btn:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(7471%)
    hue-rotate(3deg) brightness(95%) contrast(118%);
}

.play-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .play-icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;

  border-left: 14px solid red;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;

  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  transition: 0.3s;
} */

/* .cta-request-btn:hover .play-icon, .cta-main-btn:hover .play-icon {
  background: red;
}

.cta-request-btn:hover .play-icon::before, .cta-main-btn:hover .play-icon::before {
  border-left-color: white;
} 


.cta-request-btn:hover::before, .cta-main-btn:hover::before {
  transform: scaleX(1);
}*/
.cta-request-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cta-main-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: 40px;
}

.cta-request-btn span, .cta-main-btn span {
  z-index: 99;
}

@media all and (min-width: 768px) {
  header.page-header-logo {
    position: fixed;
    z-index: 15;
    left: 50%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 3.0769230769vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 .5128205128vw 0 rgba(0, 0, 0, .15);
    box-shadow: 0 .5128205128vw 0 rgba(0, 0, 0, .15)
  }
  main {
    margin-top: 100px;
  }
  .it-business-header h2 {
    font-size: 55px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }

  .online-container h2{
    font-size: 59px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }

  .student-exchange-header h2{
    font-size: 59px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0;
    background:linear-gradient(180deg, transparent 75%, #FAB910 60%);
  }
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 0;
  }
  header h2{
    font-size: 30px !important;
    /* background: linear-gradient(180deg, transparent 75%, #FAB910 60%); */
  }
  header h2 .text-small {
    font-size: 25px !important;
  }
  header p{
    text-align: start !important;
    margin: 25px 0 !important;
  }
  .mainButtonWrap{
    flex-direction: column;
    gap:3em;
  }

  .cta-main-btn .play-icon {
    width: 28px;
    height: 28px;
    margin-left: 16px;
  }
  .inner-content{
    max-width: 90% !important;
  }
  .text-larger {
    font-size: 24px !important;
  }
}

.cta-request-btn {
  position: relative;
}

.cta-request-btn .play-icon {
  width: 35px;
  height: 35px;
  margin-left: 30px;
  transition: filter 0.3s ease;
}

.f-btn.sp .cta-request-btn .play-icon {
  width: 30px;
  height: 30px;
  margin-left: 12px;
  transition: filter 0.3s ease;
}

.cta-main-btn {
  position: relative;
}

.cta-main-btn .play-icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: filter 0.3s ease;
}

@media screen and (max-width: 767px) {
  .cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background-color: #ffffff;
    margin: 0;
  }

  .cta-subtext {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    /* color: #e60012; */
    margin-bottom: 16px;
  }

  .cta-main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e60012;
    /* color: white; */
    color: #FAF000;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    text-decoration: none;
    height: 61px;
    width: 300px;
    border-radius: 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .f-btn.sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.3s ease;
    bottom: 6px!important;
  }

  /* .f-btn.sp:hover {
    background-color: #fff;
    border: 2px solid #e60012;
    box-shadow: 0 4px 12px rgba(230, 0, 18, 0.3);
  } */

  .f-btn.sp .cta-request-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    text-decoration: none;
    height: 78px;
    width: 100%;
    /* border-radius: 0; */
    transition: all 0.3s ease;

    margin: 0 10px;
    border-radius: 32px;
    box-sizing: border-box;
  }

  /* .f-btn.sp:hover .cta-request-btn {
    color: #e60012;
  } */

  .f-btn.sp .cta-request-btn .play-icon {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    transition: filter 0.3s ease;
  }

  .f-btn.sp:hover .cta-request-btn img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(7471%)
      hue-rotate(3deg) brightness(95%) contrast(118%);
  }
}
.pagetop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
}

.pagetop__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.pagetop__btn img {
  width: 48px;
  height: 48px;
  transition: opacity 0.3s;
}

.pagetop__btn:hover img {
  opacity: 0.7;
}

/*support*/
#support {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 15px;
  max-width: 100%;
  width: 100%;
  background-image: url('../../assets/img/support_bg_pc.png');
}

.support-inner {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 0;
    --all:0px;
  --b:#17a2a2;
  border: 20px solid var(--b);
  border-left: 5px solid var(--b);
  border-right: 5px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,white);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
  --top-right: 30px;
  --bottom-left: 30px;
}

.support-results-header {
text-align: center;
  margin-bottom: 40px;
      --all:0px;
  --b:#17a2a2;
  
  border:10px solid var(--b);
  background:
     linear-gradient(  45deg, var(--b) 0 calc(var(--bottom-left,var(--all)) + 5px) ,transparent 0) bottom left /50% 50%,
     linear-gradient( -45deg, var(--b) 0 calc(var(--bottom-right,var(--all)) + 5px),transparent 0) bottom right/50% 50%,
     linear-gradient( 135deg, var(--b) 0 calc(var(--top-left,var(--all)) + 5px)    ,transparent 0) top left    /50% 50%,
     linear-gradient(-135deg, var(--b) 0 calc(var(--top-right,var(--all)) + 5px)   ,transparent 0) top right   /50% 50%,
     var(--img,#17a2a2);
  background-origin:border-box;
  background-repeat:no-repeat;
  -webkit-mask:
     linear-gradient(  45deg, transparent 0 var(--bottom-left,var(--all)) ,#fff 0) bottom left,
     linear-gradient( -45deg, transparent 0 var(--bottom-right,var(--all)),#fff 0) bottom right,
     linear-gradient( 135deg, transparent 0 var(--top-left,var(--all))    ,#fff 0) top left,
     linear-gradient(-135deg, transparent 0 var(--top-right,var(--all))   ,#fff 0) top right;
  -webkit-mask-size:50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  --top-left:30px;
  --bottom-right: 30px;
  --top-right: 0px;
  --bottom-left: 0px;
}

.support-results-header h3 {
  color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    line-height: 1.5;
}

.support-inner picture img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  box-sizing: border-box;
}
.support-main-img {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  align-items: start;
  margin-bottom: 80px;
}

.support-main-img > div {
  width: 100%;
}

@media (max-width: 767px) {
  .support-main-img {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 70px;
  }
}

.support-results__circles {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 30px auto;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.circle {
  position: relative;
  text-align: center;
  width: 35%;
}

.circle img {
  width: 100%;
  height: auto;
  display: block;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  text-shadow: 0 0 2px #fff;
}

.circle-text .label {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.circle-text .value {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
}
.big-number {
  font-size: 75px;
  line-height: 1;
}

.support-results__note {
  font-size: 16px;
  color: #666;
  margin: 0 80px;
  box-sizing: border-box;
}

/* Mobile */
@media (max-width: 767px) {
  #support {
    background-image: url("../../assets/img/support_bg_sp.png") !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
  }

  .support-inner picture img {
    width: 100%;
  }
  .support-results-header h3 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    line-height: 1.5;
}

  .support-results__circles {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .circle {
    width: 75%;
  }

  .circle-text .value {
    font-size: 30px;
  }

  .big-number {
    font-size: 65px;
    line-height: 1;
  }

  .circle-text .label {
    font-size: 20px;
  }
  .support-results__note{
    font-size: 14px;
    margin: 0 20px;
  }
}

/*student*/
.students-slide-wrap {
  max-width: 100%;
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.students-slide {
  width: 100%;
}

.students-slide .swiper-slide {
  width: auto;
  flex-shrink: 0;
  justify-content: center;
}

.students-slide .swiper-slide img {
  width: 90%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev {
  left: 16px;
}

.swiper-button-next {
  right: 16px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* Responsive */
@media (max-width: 767px) {
  .students-slide-wrap {
    padding: 0 20px;
  }

  .students-slide .swiper-slide img {
    width: 100%;
    max-width: 90%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 13px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3333333333vw;
  line-height: 1.538;
  font-weight: 400;
  color: #4f4f4f;
}
body {
  margin-bottom: 90px;
}
img {
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

header.page-header {
  position: fixed;
  z-index: 15;
  left: 50%;
  bottom: 0;
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* height: 13.5897435897vw;
	padding: 0 3.0769230769vw; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
  -webkit-box-shadow: 0 0.5128205128vw 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5128205128vw 0 rgba(0, 0, 0, 0.15);
}
header.page-header .header-logo {
  width: 29vw;
}
header.page-header .header-btn {
  position: relative;
  width: 45.57vw;
}
header.page-header .header-btn span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.25em;
  color: #fff;
  font-size: 4.358974359vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.65;
  -webkit-filter: drop-shadow(
    0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1)
  );
  filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1));
}
footer {
  padding: 3.0769230769vw 0 6.1538461538vw;
}
.footer-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 2.5641025641vw;
  font-size: 3.0769230769vw;
}
.footer-info p {
  /* width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content; */
  margin: 0 0.5em 0 0;
  white-space: nowrap;
  text-align: center;
}
.footer-info .footer-link {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
.footer-info .footer-link .item {
  position: relative;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.footer-info .footer-link .item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 1em;
  border-right: 1px solid #000;
  bottom: 10px;
}
.footer-info .footer-link .item:last-child::after {
  content: none;
}
.freecall {
  width: 82.0512820513vw;
  margin: 0 auto;
  margin-top:
}
.copyright {
  margin-top: 3.5897435897vw;
  font-size: 3.5897435897vw;
  line-height: 1.2142857143;
  text-align: center;
}
.request {
  position: relative;
  width: 100%;
  background-color: #fefff0;
}
.request-btn {
  width: 85.641025641vw;
  margin: 0 auto;
  filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.2));
}
.request-btn a {
  position: relative;
  display: block;
  width: 85.641025641vw;
  padding: 30px 0;
}
.request-btn a span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.25em;
  color: #fff;
  font-size: 6.9230769231vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.65;
  -webkit-filter: drop-shadow(
    0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1)
  );
  filter: drop-shadow(0px 0.2564102564vw 0.2564102564vw rgba(0, 0, 0, 0.1));
}
/* main {
	padding-top: 13.5897435897vw
} */

.section-header {
  text-align: center;
  margin-top: 50px;
}
.section-header > div {
  margin-bottom: 1.0256410256vw;
  font-size: 3.8461538462vw;
  font-weight: 500;
}
.section-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20.5128205128vw;
  margin-bottom: 5.1282051282vw;
  font-size: 5.1282051282vw;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.campaign {
  margin-bottom: 0;
}
.margin-B40 {
  margin-bottom: 40px;
}
.margin-T40 {
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .freecall a {
    pointer-events: none;
    cursor: default;
    -webkit-filter: none;
    filter: none;
  }
  a.hover,
  a.hover-img img {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition:
      filter 0.3s ease,
      -webkit-filter 0.3s ease;
  }
  a.hover:hover,
  a.hover-img:hover img {
    -webkit-filter: brightness(130%) invert(5%);
    filter: brightness(130%) invert(5%);
  }
  .footer-link a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer-link a:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 0.6;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  html,
  body {
    font-size: 1.5625vw;
    line-height: 1.5;
  }
  .sp {
    display: none;
  }
  header.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7.8125vw;
    padding: 0 1.71875vw 0 2.1875vw;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  }
  header.page-header .header-logo {
    width: 12.34375vw;
  }
  header.page-header .header-btn {
    width: 27.58vw;
  }
  header.page-header .header-btn span {
    font-size: 2.5vw;
    -webkit-filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
  }
  footer {
    width: 100%;
    max-width: 1280px;
    margin: 3.28125vw auto 0;
    padding: 3.28125vw 0;
  }
  .footer-info {
    font-size: 1.25vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright {
    margin-top: 3.125vw;
    font-size: 1.5625vw;
  }
  .freecall {
    width: 47.96875%;
    max-width: 47.96875vw;
  }
  .request {
    position: relative;
    width: 100%;
    max-width: 1280px;
  }
  .request-btn {
    left: 51.5625%;
    top: 65.5%;
    width: 43.4375vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }
  .request-btn a {
    width: 43.4375vw;
  }
  .request-btn a span {
    font-size: 3.59375vw;
    -webkit-filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1));
  }
  /* main {
		padding-top: 7.8125vw
	} */
  section:not(#visual, #lead) {
    width: 78.125%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .section-header > div {
    margin-bottom: 0.78125vw;
    font-size: 2.34375vw;
  }
  .section-header h2 {
    height: 5.46875vw;
    margin-bottom: 2.34375vw;
    font-size: 2.734375vw;
  }
}
@media all and (min-width: 1281px) {
  html,
  body {
    font-size: 20px;
    line-height: 1.5;
  }
  .sp {
    display: none;
  }
  header.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 0 22px 0 28px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  }
  header.page-header .header-logo {
    width: 158px;
  }
  header.page-header .header-btn {
    width: 353px;
  }
  header.page-header .header-btn span {
    font-size: 32px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  }
  footer {
    width: 100%;
    max-width: 1280px;
    margin: 42px auto 0;
    padding: 42px 0;
  }
  .footer-info {
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright {
    margin-top: 40px;
    font-size: 20px;
  }
  .freecall {
    width: 47.96875%;
    max-width: 614px;
  }
  .request {
    position: relative;
    width: 100%;
    max-width: 1280px;
    background-color: #fefff0;
  }
  .request-btn {
    left: 51.5625%;
    top: 65.5%;
    width: 490px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .request-btn a {
    width: 490px;
    padding: 50px 0;
  }
  .request-btn a span {
    font-size: 46px;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  }
  /* main {
		padding-top: 100px;
	} */
  section:not(#visual, #lead) {
    width: 78.125%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .section-header > div {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .section-header h2 {
    height: 70px;
    margin-bottom: 30px;
    font-size: 35px;
  }
}
.anim:not(.lead-text, .purpose-list) {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.anim:not(.lead-text, .purpose-list).active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.purpose-list li {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.purpose-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.purpose-list li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.purpose-list li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.purpose-list.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lead-text1,
.lead-text2,
.lead-text3 {
  opacity: 0;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition:
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.lead-text1 {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.lead-text2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.lead-text3 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.lead-text.active .lead-text1,
.lead-text.active .lead-text2,
.lead-text.active .lead-text3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*===20230714BCJ追記===*/
.request-btn {
  width: auto;
  cursor: pointer;
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.2));
}
.request-btn a {
  width: auto;
  padding: 0;
}
a.hover:hover,
a.hover-img:hover img {
  -webkit-filter: brightness(100%) invert(5%);
  filter: brightness(100%) invert(5%);
}

.color1 {
  color: #64b96a;
}

.color2 {
  color: #fc8c2a;
}

.color3 {
  color: #f096c8;
}

.color4 {
  color: #b48cc8;
}

.color5 {
  color: #e23333;
}

.background-color1 {
  background-color: #d7f0db;
}

.background-color2 {
  background-color: #ffc693;
}

.background-color3 {
  background-color: #faebf0;
}

.background-color4 {
  background-color: #f0e6f0;
}

.background-color5 {
  background-color: #cee5d1;
}

.background-color6 {
  background-color: #fbb910;
}

.background-color7 {
  background-color: rgba(255, 183, 0, 0.2);
}

.background-color8 {
  background-color: #64b96a;
}

.background-color9 {
  background-color: #fc8c2a;
}

.background-color10 {
  background-color: #fef4cc;
}

header.page-header-logo {
  margin: 0 auto;
  width: 100%;
  height: 7vw;
  padding: 0 3.0769230769vw;
  -webkit-box-shadow: 0 0.5128205128vw 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5128205128vw 0 rgba(0, 0, 0, 0.15);
  align-items: center;
}

header.page-header-logo .header-logo {
  width: 12vw;
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 15px;
    font-weight: 500;
  }
  .top-banner {
    display: block;
  }

  header.page-header-logo {
    align-items: center;
    height: 20vw;
    padding: 0 1.71875vw 0 2.1875vw;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  }
  header.page-header-logo .header-logo {
    width: 35vw;
  }

  footer {
    margin: 15px 15px 0 15px;
    padding: 15px 0;
    border-top: 0.15625vw solid #707070;
  }
}

@media all and (min-width: 768px) {
  .desciption {
    font-size: 18px;
  }
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 1281px) {
  header.page-header-logo {
    align-items: center;
    height: 100px;
    padding: 0 22px 0 28px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  }
  header.page-header-logo .header-logo {
    width: 158px;
  }
}

.support-image-block p, .student-exchange-header p, .coworking-section p, .schoolfee-header p {
  font-weight: 500;
}
.l-footer {
        max-width: 1040px;
        margin: 0 auto;
    }

    .l-footer__title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
    }

    .l-footer__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-footer__link li {
        position: relative;
        padding: 0 1em
    }

    .l-footer__link li:nth-child(n+2)::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - .5em);
        height: 1em;
        border-left: 1px solid #646464
    }
    @media all and (max-width: 767px) {
    .l-footer {
    margin: 0 5.1282051282vw 25.641025641vw;
    /*padding: 0 5.1282051282vw 25.641025641vw;*/
    }
    .l-footer__link li:nth-child(2)::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - .5em);
        height: 1em;
        border-left: none !important
    }
    .l-footer__link li:nth-child(4)::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - .5em);
        height: 1em;
        border-left: none !important
    }
}


.l-footer__title {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4.1282051282vw;
}

.l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-footer__link li {
    position: relative;
    padding: .25em 0.5em
}

.l-footer__link li:nth-child(2)::before,
.l-footer__link li:nth-child(3)::before,
.l-footer__link li:nth-child(5)::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - .5em);
    height: 1em;
    border-left: 1px solid #646464
}
.footer{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer{
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.school-meric span{
  font-size: 32px !important;
}
@media screen and (max-width: 767px) {
  .school-meric span{
  font-size: 18px !important;
  }
}
header h1 .text-small {
  font-size: 35px !important;
}
.footer-links-wrapper {
  display: flex;
  gap: 20px;
}

.l-footer__link--left,
.l-footer__link--right {
  flex: 1;
}

@media (max-width: 767px) {
  .footer {
  display: flex;
}
.l-footer__title{
  font-size: 13px;
  width: max-content;
  display: flex;
}
.l-footer__link{
  font-size: 11px;
  display: flex;
  justify-content: start;
}
.footer-links-wrapper {
    display: flex;
    justify-content: space-between;
  }
}


/*----------------------2026年1月改修----------------------*/
.ctaTxt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scopy{
  font-size: 14px;
  margin-bottom: -4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.scopy::before{
  content: '';
  display: block;
  width: 20px;
  height: 17px;
  background-image: url("../img/download.svg");
  margin-right: 5px;

}
.scopy span{
  font-size: 10.5px;
}
.mcopy{
  color: #FAF000;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .55));
}
.cta-request-btn .play-icon{
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-icon::before{
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 15px;
  height: 17px;
  margin-left: 4px;
  background-image: linear-gradient(90deg, #F12600, #F39800);
}
.cta-main-btn:hover {
  background-image: linear-gradient(180deg, #FF559F, #FF8148);
}
.mainButtonWrap .mainButton:nth-child(2) .cta-main-btn:hover{
  background-image: linear-gradient(180deg, #2d6fd8, #00ccda);
}

.coworking-images {
  /* grid-template-columns: repeat(2, 1fr); */
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
}
.coworking-images .coworking-item:nth-child(1){
  width: 38.824%;
}
.coworking-images .coworking-item:nth-child(2){
  width: 61.176%;
}
.coworking-item p{
  text-align: justify;
  font-weight: 500;
  color: #000000;
}
.spaceWrap{
  margin-top: 50px;
}
.spaceTitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 21px 0 26px;
  border: 1px solid #000000;
  color: #000;
  font-weight: 500;
}
.spaceLogoWrap{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 16% 25px;
  border: 1px solid #000000;
  margin-top: -1px;
  gap: 100px;
}

@media screen and (max-width: 767px) {
  .coworking-images{
    flex-direction: column;
  }
  .coworking-item{
    width: 100%!important;
  }
  .spaceLogoWrap{
        flex-direction: column;
        gap: 2.5em;
        padding: 1.85em 16% 2.1em;
  }
}