@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
html{
  background: #ddd;
}
body {
  background: #ffffff;
  color: #333000;
  line-height: 1;
  font-family: neue-haas-grotesk-display,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contents {
  opacity: 0;
}
.contents.after {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.0, 0.0, 1.0, 1.0);
  -o-transition: all 0.2s cubic-bezier(0.0, 0.0, 1.0, 1.0);
  transition: all 0.2s cubic-bezier(0.0, 0.0, 1.0, 1.0);   
}
::-moz-selection {
  background: #203248;
  color: #fff;
}
::selection {
  background: #203248;
  color: #fff;
}
//Firefox
::-moz-selection {
  background: #203248;
  color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #203248;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;   
  -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1); 
}
h1,h2,h3,p,ol,li {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif ;
}


.img {
width: 52%;
display: flex;
justify-content: center;
margin: 0% auto;
padding: 10% 0% 3%;

}


.fv {
   padding: 0;
   width: 100%;
}

.lv-logo_img {
    width: 100%;
    display: flex;
    justify-content: center;
}


body {
  max-width: 700px !important;
  margin: 0 auto;
  box-shadow: 0px 0px 18px #00000a4d;
}

section {
  width: 84%;
  margin: 0 auto 7%;
}

.fv {
    width: 100%;
    /*padding-top: 2%;*/
}

h1 {
  width: 100%;
  margin-bottom: 4%;
}

.alert{
  width: 100%;
  margin: -1% 0 10% 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.03rem;
  background: #e9edf1;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
  border-radius: 4px;
  line-height: 150%;
}
.fv a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF32B9;
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  width: 75%;
  max-width: 500px;
  line-height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
  padding: 5.5% 12%;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  margin-top: -2%;
  z-index: 999;
  position: relative;
}

a.flowBtn {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  z-index: 10;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 5.5% 12%;
  background-color: #FF32B9;
  border: 2px solid #000;
  border-radius: 0;
}

a.active {
  opacity: 1;
  visibility: visible;
}

.arrow {
  width: 15%;
  padding-left: 5%;
}

.visual_img {

    width: 100%;
}

.visual_img02 {
  margin-bottom: 12%;
  width: 100%;
  }
  

.h2-box {
    background: #696969;
    color: #fff;
    padding: 4%;
    font-size: 1.3em;
    margin-bottom: 10%;
}

.fir-day {
  margin-bottom: 0;
}

.sec-day {
  margin-bottom: 0;
  position: relative;
}

/* .sec-day .h2-box:before {
    content: "募集は終了しました";
    background-color: #000;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 5%;
    align-items: center;
    left: -5%;
    top: -5%;
    } */


h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    margin-bottom: 7%;
    line-height: 1.3;
   }

.nittei {
  text-align:justify;
}

.text-mini {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
    font-size: 16px !important;
    vertical-align: 2px;
    margin: 0 2px 0 0;
}

.basyo {
  margin: 9% 0% 4% 0%;
    font-size: 23px;
    font-weight: bold;
    /*
    border-left: 6px solid #000000;
    padding-left: 8px;*/
}

.text {
  line-height: 160%;
  margin-left: 1%;
  font-size: 16px;
  font-weight: normal;
}

.catch-h {
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    

}

.catch {
    margin-right: 5%;
    font-size: 18px;
}

.hr {
    border: 0.5px solid #000;
    width: 100%;
}

.catch_b {
    margin-right: 5%;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0em;

}

.catch-text_bold {
    font-size: 16px;
    line-height: 170%;
    font-weight: normal;
    margin: 5% 0% 15%;
    letter-spacing: 0.05em;
}

.text_mini {
    font-size: 13.5px;
    font-weight: 500;
    line-height: 170%;
    margin: -10% 0 10%;
}

.catch-text {
    margin-bottom: 9%;
    line-height: 2;
    letter-spacing: 0em;
    font-size: 16px;
    font-weight: 500;
}

.catch-text_mini {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 25px;
}

.address-link {
  color:#1558d6;
}

.timeschedule ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 6% 0;
  position: relative;
  font-size: 17px;
}
  
.timeschedule ul li::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
  
.timeschedule ul li .left {
  width: 33%;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: -0.06rem;
  font-size: 20px;
  display: flex;
  align-items: center;
}
  
.timeschedule ul li .right {
  width: 68%;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 3%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.timeschedule ul li .right span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 2px;
  display: block;
  margin-top: 4px;
}

.kaijou {
  font-size: 15px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 40px; /* 追加：対象となる方との間隔 */
}


.hukusou .catch-text_bold {
  margin-bottom: 10%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.hukusou .catch-text_bold span{
  font-size: 13px;
  letter-spacing: 0.02rem;
  font-weight: normal;
  margin-left: 11px;
}

.belongings .catch-text_bold {
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.belongings .catch-text_bold span{
  font-size: 13px;
  letter-spacing: 0.02rem;
  font-weight: normal;
  margin-top: -20px;
  margin-bottom: 8%;
}



.benefits-section {
  width: 84%;
  margin: 0 auto 10%;
}

.benefit-item {
  margin-bottom: 8%;
  padding: 1px 0 25px;
  border-bottom: 1px solid #eee;
}

.benefit-item:last-child {
  border-bottom: none;
}

.benefit-number {
  background: #696969;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 3%;
  vertical-align: top;
}

.benefit-content {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}

.benefit-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 23px;
  color: #333;
}

.benefit-description {
  font-size: 16px;
  line-height: 160%;
  color: #555;
  font-weight: normal;
}

.benefit-note {
  font-size: 13px;
  line-height: 19px;
  color: #888;
  margin-top: 2%;
  font-weight: normal;
}

.highlight {
  color: #FF32B9;
  font-weight: bold;
}

.agenda {
  margin: 10% auto 13%;
}

ul ol {
  padding-inline-start: unset;
  margin-bottom: 5%;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  align-items: center;

}

ul ol span {
  background-color: #696969;
  color: #fff;
  font-weight: bold;
  margin-right: 3%;
  width: 8vw;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 22px;
}

ul p.txt {
font-size: 13.5px;
margin: 15px 0;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 10% 10% 30% 10%;
  background: #e5e7e9;
}

.mb-logo {
    width: 40%;
    margin-bottom: 10%;

}

.footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.footer-link a {
    display: inline-block;
    font-size: 0.86em;
    color: #333;
    font-weight: 700;
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
}

.footer-link span {
    font-family: futura-pt, sans-serif;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.03em;
}

@media screen and (min-width: 768px) {
  
  .benefits-section {
      width: 80%;
      margin: 0 auto 10%;
  }
  
  .benefit-number {
      width: 45px;
      height: 45px;
      font-size: 22px;
  }
  
  .benefit-title {
      font-size: 20px;
  }
  
  .benefit-description {
      font-size: 18px;
  }
  
  .benefit-note {
      font-size: 14px;
  }
  
  .kaijou {
      font-size: 18px;
      line-height: 150%;
      margin-bottom: 50px;
  }
}

@media screen and (min-width:768px) {
  .sp_only{
    display: none;
  }

  .img {
    width: 45%;
    display: flex;
    justify-content: center;
    margin: 0% auto;
    padding: 10% 0% 3%;
  }
  
  h1{
    width: 100%;
    margin: 0 auto 3%;
  }
  
  /* .visual_img02 { 
    width: 80%;
    margin: 0 auto 5%;
    border-radius: 4px;
    box-shadow: 0 .4rem 3rem 0 rgba(4,0,0,.1);
  }  */
  
  section {
    width: 80%;
    margin: 0 auto 7%;
    /* font-size: 80%; を削除 */
  }
  
  .h2-box {
    font-size: 1.4em;
    margin-bottom: 6%;
  }

  .fv a {
    padding: 20px 28px;
    width: 55%;
  }
  
  .arrow {
    width: 8%;
    padding-left: 3%;
  }

  a.flowBtn {
    padding: 24px 28px;
    width: 50%;
    font-size: 18px; 
  }

  h3 {
    font-size: 3.0em;
  }
  
  .basyo {
    font-size: 30px;
  }

  .text-mini {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
    font-size: 21px !important;
    vertical-align: 2px;
    margin: 0 2px 0 0;
  }

  .timeschedule ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #000;
    padding: 6% 0;
    position: relative;
    font-size: 17px;
  }

  .timeschedule ul li::before {
    content: "";
    position: absolute;
    width: 23%;
    height: 2px;
    top: 0;
    left: 0;
    background: #000;
  }
    
  .timeschedule ul li .left {
    width: 27%;
    font-family: henderson-sans-basic, sans-serif;
    font-weight: 600;
    letter-spacing: -0.06rem;
    font-size: 26px;
    display: flex;
    align-items: center;
  }
    
  .timeschedule ul li .right {
    width: 74%;
    display: flex;
    align-items: flex-start;
    font-size: 23px;
    padding-left: 3%;
    font-weight: bold;
  }

  .catch-h {
    font-size: 1.6em;
    margin-bottom: 3%;
  }
  
  .catch-text_bold {
    font-size: 1.2em;
    margin-bottom: 5%;
  }

  .text_mini {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    margin: -3% 0 10%;
  }

  .catch-text_mini {
    font-size: 16px;
}
}
  .address-link {
    color:#1558d6;
  }

  .kaijou{
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 50px;
  }

  .belongings .catch-text_bold span{
    font-size: 14px;
    letter-spacing: 0.02rem;
    font-weight: normal;
    margin-top: -10px;
  }

  ul {
    margin-bottom: 3%;
  }

  ul ol {
    margin-bottom: 5%;
    font-size: 1.3em;
  }
  
  ul ol:last-child {
    margin-bottom: 0;
  }
  
  ul ol span {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  ul p.txt {
    font-size: 14px;
    margin: 10px 0 13px;
  }

  iframe {
    height: 300px;
  }

  .catch-text {
    font-size: 16px;
    margin-bottom: 7%;
  }

  .mb-logo {
    width: 33%;
  }

  .footer-link a {
    font-size: 15px;
  }

  .footer-link span {
    font-size: 16px;
  }

  /* 参加特典セクション */
  .benefits-section {
    width: 80%;
    margin: 0 auto 10%;
  }
  
  .benefit-number {
    width: 30px;
    height: 30px;
    font-size: 19px;
    margin-right: 2%;
  }
  
  .benefit-title {
    font-size: 19px;
    line-height: 25px;
  }
  
  .benefit-description {
    font-size: 16px;
  }
  
  .benefit-note {
    font-size: 14px;
  }

/* --- lululemon 説明会LP（1時間・オンライン） --- */
.cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-arrow__icon {
  width: 1.05em;
  height: 1.05em;
  display: block;
}

/* FV〜CTA下の余白は margin 相殺されにくいよう padding で確保 */
.fv {
  margin-bottom: 0;
  padding-bottom: 42px;
}

.fv h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

.about-seminar,
.agenda,
.positions-section,
.bosyuyoukou,
.benefits-section,
.recommend-section,
.brand-about,
.brand-visual,
.message-panel {
  margin: 0 auto 9%;
}

.about-seminar {
  margin-top: 0;
  padding-top: 29px;
}

.h2-box {
  margin-bottom: 8%;
}

.section-lead {
  margin-bottom: 8%;
  line-height: 1.8;
}

.section-lead__emph {
  font-weight: bold;
}

.h2-box--sub {
  margin-top: 10%;
  margin-bottom: 8%;
}

.overview-dl {
  margin: 0 0 6%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 0.65em 0.75em;
  align-items: baseline;
}

.overview-dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.overview-dl dd {
  margin: 0;
  padding: 0 0 0.65em;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
}

.overview-dl dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.note-zoom {
  margin-top: 4%;
  margin-bottom: 0;
}

.note-zoom,
.agenda-note {
  font-size: 13.5px;
  line-height: 1.75;
  font-weight: 500;
  color: #555;
}

.agenda-note {
  margin-top: 18px;
}

.agenda-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agenda-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  font-size: 1.1em;
  font-weight: bold;
}

.agenda-step {
  background-color: #696969;
  color: #fff;
  font-weight: bold;
  margin-right: 3%;
  min-width: 8vw;
  height: 8vw;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 22px;
  flex-shrink: 0;
}

.agenda-label {
  line-height: 1.45;
  font-weight: bold;
}

.positions-section {
  width: 84%;
}

.benefits-section {
  width: 84%;
}

.benefits-list {
  margin: 0;
  padding: 0;
}

.benefits-list li {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #ececec;
}

.benefits-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.position-card {
  border: 1px solid #ccc;
  background: #fafafa;
  margin-bottom: 6%;
  padding: 6% 5%;
}

.position-card:last-child {
  margin-bottom: 0;
}

.position-title {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 4%;
  line-height: 1.4;
  color: #333;
}

.position-salary {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.65;
  margin: 0 0 4%;
  color: #333;
}

.position-desc {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  padding-top: 3%;
  border-top: 1px dashed #bbb;
  color: #444;
}

.compact-recruit .catch-text {
  margin-bottom: 10%;
}

.compact-recruit .kinmuchi:last-child .catch-text {
  margin-bottom: 0;
}

.bullet-list {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.9;
}

.brand-about .text {
  margin-left: 0;
  line-height: 1.8;
}

.brand-about .message-panel {
  width: 100%;
  margin: 7% 0 0;
}

.text--spaced {
  margin-top: 6%;
}

.recommend-section .h2-box {
  margin-bottom: 8%;
}

.recommend-section .catch-text_bold {
  margin: 0 0 5%;
}

.brand-visual {
  width: 100%;
  padding: 0;
}

.brand-visual__img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-visual__caption {
  margin: 3% 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  text-align: center;
  letter-spacing: 0.02em;
}

.fas-flow {
  width: 100%;
  margin: 0 auto 5%;
  padding: 0;
}

.fas-flow__viewport {
  overflow: hidden;
  width: 100%;
}

.fas-flow__track {
  display: flex;
  width: 200%;
  animation: fas-flow-right 24s linear infinite;
  will-change: transform;
}

.fas-flow__item {
  flex: 0 0 75%;
}

.fas-flow__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes fas-flow-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.message-panel {
  width: 84%;
  max-width: 100%;
}

.message-panel__inner {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  padding: 8% 8% 7%;
  position: relative;
  overflow: hidden;
}

.message-panel__inner::before {
  content: none;
}

.message-panel__inner::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #f0f0f0;
  pointer-events: none;
}

.message-panel__label {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin: 0 0 7%;
}

.message-panel__label::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 14px auto 0;
  background: #b5b5b5;
  border-radius: 0;
}

.message-panel__body {
  padding: 0 2% 0;
}

.message-panel__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.05;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0;
}

.message-panel__text + .message-panel__text {
  margin-top: 1.25em;
}

.message-panel__text--closing {
  font-weight: 500;
  color: #1f1f1f;
  margin-top: 1.35em;
}

.message-panel__signature {
  margin: 6% 2% 0;
  padding-top: 4%;
  border-top: 1px solid #ececec;
  text-align: right;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-bottom: 25px;
  }

  .about-seminar {
    padding-top: 35px;
  }

  .about-seminar,
  .agenda,
  .positions-section,
  .bosyuyoukou,
  .benefits-section,
  .recommend-section,
  .brand-about,
  .brand-visual,
  .fas-flow,
  .message-panel {
    margin-bottom: 8%;
  }

  .h2-box {
    margin-bottom: 7%;
  }

  .overview-dl {
    font-size: 18px;
    grid-template-columns: 6em 1fr;
  }

  .agenda-step {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 18px;
  }

  .agenda-list li {
    font-size: 1.3em;
    margin-bottom: 5%;
  }

  .position-title {
    font-size: 1.25em;
  }

  .position-salary,
  .position-desc {
    font-size: 16px;
  }

  .note-zoom,
  .agenda-note {
    font-size: 14px;
  }

  .benefits-section {
    width: 80%;
  }

  .benefits-list li {
    font-size: 16px;
    line-height: 1.65;
    padding: 0 0 12px;
  }

  .message-panel {
    width: 80%;
  }

  .brand-about .message-panel {
    width: 100%;
    margin-top: 5%;
  }

  .message-panel__inner {
    padding: 38px 42px 34px;
  }

  .message-panel__label {
    font-size: 14px;
    margin-bottom: 7%;
  }

  .message-panel__text {
    font-size: 17px;
  }

  .message-panel__signature {
    font-size: 14px;
    margin-top: 7%;
    padding-top: 4%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .fas-flow__track {
    animation: none;
    transform: translateX(0);
  }
}


