@charset "UTF-8";

/* W3 - Regular */
/* @font-face {
  font-family: 'Hiragino Kaku Gothic Pro';
  src: url('../fonts/HiraginoKakuGothicProW3.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */

/* W6 - Bold */
/* @font-face {
  font-family: 'Hiragino Kaku Gothic Pro';
  src: url('../fonts/HiraginoKakuGothicProW6.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
} */

/* @font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700; 
  font-style: normal;
} */

/* @font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
} */

/* @font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
} */

/* @font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: 'Palmore';
  src: url('../fonts/Palmore.otf') format('opentype');
  font-weight: 400;  /* 拡張子がotfのものはRegularとして扱います */
  font-style: normal;
}

@font-face {
  font-family: 'Palmore';
  src: url('../fonts/Palmore Bold.ttf') format('truetype');
  font-weight: 700;  /* Boldウェイト用 */
  font-style: normal;
}

@font-face {
  font-family: 'Palmore';
  src: url('../fonts/Palmore Semibold.ttf') format('truetype');
  font-weight: 600;  /* Semiboldウェイト用 */
  font-style: normal;
}

@font-face {
  font-family: 'Palmore';
  src: url('../fonts/Palmore Regular.ttf') format('truetype');
  font-weight: 400;  /* Regularウェイト用 */
  font-style: normal;
}

@font-face {
  font-family: 'Palmore';
  src: url('../fonts/Palmore Light.ttf') format('truetype');
  font-weight: 300;  /* Lightウェイト用 */
  font-style: normal;
}

/*  全体 font  */
html {
  /* font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    /* font-family: neue-haas-grotesk-display,"Hiragino Kaku Gothic Std","notosansjp","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif; */
    /* font-family: neue-haas-grotesk-display,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","notosansjp","游ゴシック",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif; */
    /* font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","notosansjp",Meiryo,Helvetica,Arial,sans-serif; */
}

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: rgb(244, 50, 40);
  background: linear-gradient(0deg, rgb(250 81 73) 0%, rgba(230, 226, 216, 1) 50%); */
  background: #edff00;
  background: linear-gradient(0deg, #edff00 0%, rgb(240 240 237) 50%);
  background-size: 100px;
  color: #000000;
  line-height: 1;
  /* font-family: "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;
  letter-spacing: 0.04rem;
}
::-moz-selection {
  background: #203248;
  color: #fff;
}
::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: #000;
  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 ;
} */
.fv{
  position: relative;
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 20vw;
}
.brandlogo {
  width: 100vw;
  overflow: hidden;
  background: #f5f3ed;
}
.logo{
  width: 27%;
  margin: 0 auto;
  padding-top: 10%;
}
.swiper {
  margin-top: -5%;
}
.middle{
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;  /* IE and Edge */
}

h1{
  margin-top: 1%;
}

h1 img {
  width: 90%;
  margin: 0 auto 5%;
}

.link{
  width: 100%;
  background: #f5d4dd;
  height: 15vw;
  display: flex;
}
.link a{
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f52d22;
  border-right: 1px solid #f5f3ed;
}
.link a svg{
  width: 60%;
  height: 10vw;
}
.link a svg path{
  fill:#f52d22;
}
.link a.active{
  background: #f43228;
  color: #fff;
}
.link a.active svg path {
  fill:#fff;
}
.link a:last-child{
  border: none;
}
.fv a{
  position: absolute;
  display: block;
  left: 10.5%;
  bottom: 14%;
  width: 64%;
  -webkit-filter: drop-shadow(4px 7px 11px #08273a8c);
          filter: drop-shadow(4px 7px 11px #08273a8c);
}
.flowBtn{
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -10%;
  left: 10%;
  /* box-shadow: 0px 14px 23px -4px #840300de; */
  z-index: 9999;
  -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);
}
.flowBtn.active{
  bottom: 3%;
}
.contents{
  width: 82%;
  margin: 0 auto;
  margin-top: -12vw;
  z-index: 9;
  position: relative;
}


/******************** COMMON ********************/
.contents h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8%;
  text-align: center;
  width: 100%;
}

.contents h2 span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.22rem;
  font-size: 33px;
  margin-bottom: 5%;
  width: 100%;
}
.contents h2 span:last-child{
  letter-spacing: 0.2rem;
  width: 100%;
  font-size: 17px;
}

.min-txt {
  font-size: 14px;
}

.logo01{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo01.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    opacity: 1;               
}

.logo02{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo02.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;  
    opacity: 1;             
}

.logo03{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo03.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;   
    opacity: 1;            
}

.logo04{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: 0;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo04.png);
    -webkit-animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toRight-sp 25s infinite linear;  
    opacity: 1;             
}

.logo05{
    position: relative;
    width: 400%;
    height: 47px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 20;
    left: -300%;
    background-position: -600px;
    background-size: 1300px;    
    background-repeat: repeat-x; 
    background-image: url(../img/logo05.png);
    -webkit-animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    animation: mainvisualSlideThemes-toLeft-sp 25s infinite linear;
    opacity: 1;               
}

@keyframes mainvisualSlideThemes-toLeft-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(1300px);
    transform: translateX(1300px);
}

}

@keyframes mainvisualSlideThemes-toRight-sp {

0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(-1300px);
    transform: translateX(-1300px);
}

}


/******************** OUTLINE ********************/
.contents #outline{
  margin-bottom: 10%;
}

.contents #outline p {
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10%;
  line-height: 1.7;
}
.contents #outline ul{}
.contents #outline ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 8% 0;
  position: relative;
  font-size: 17px;
}
.contents #outline ul li::before{
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #outline ul li .left{
  width: 24%;
}
.contents #outline ul li .right{
  width: 76%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  font-size: 15px;
}
.contents #outline ul li .right span{
  font-size: 12px;
  margin-left: 10px;
  
}






/******************** BRANDS ********************/

.tabcontent {
  display: none;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;

}

.tablinks {
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin: 0 auto 10%;
  border: 1px solid #000;
  padding: 4%;
}

.tablinks:last-child {
  border-left: none;
}

.tablinks.active {
  background-color: #000;
  color: #fff;
}



.contents #brands{
  margin-bottom: 18%;
}
.contents #brands h2{}
.contents #brands h3{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin:0 auto 3.5%; 
  padding: 4%;
  
}

.first-day {
  margin-bottom: 15%; 
}

.contents #brands h2 span:first-child{}
.contents #brands h2 span:last-child{}


.contents #brands ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 5% 0;
  position: relative;
  font-size: 17px;
}
.contents #brands ul li.rest{
  padding-left: 8%;
}
.contents #brands ul li.rest .right{
  display: flex;
  align-items: center;
}
.contents #brands ul li::before {
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #brands ul li.rest::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000001a;
}
.contents #brands ul li .left{
  width: 32%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06rem;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents #brands ul li .left span{
  font-size: 15px;
  margin-left: 4px;
}
.contents #brands ul li .right{
  width: 68%;
  padding-left: 3%;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  font-family: henderson-sans-basic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  letter-spacing: -0.06rem;
}
.contents #brands ul li .right span{
  letter-spacing: 0.05rem;
}

.contents #brands ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.contents #brands ul li .right span:last-child{
  font-size: 13px;
  margin-top: 3%;
  font-weight: normal;
}

.contents #brands ul li.rest .right span:last-child{
  margin: 0;
  margin-left: 5%;
}
.contents #brands ul li .right .tyui {
  font-size: 8px !important;
  font-weight: normal !important;
  padding-left: 4px !important;
}

.tyui-txt {
  font-size: 14px;
  font-weight: normal;
  padding: 10% 0% 5%;
}

.contents #brands .alert{
  font-size: 14px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}



/******************** SCHEDULE ********************/
.contents #schedule{
  margin-bottom: 15%;
}
.contents #schedule h2{}
.contents #schedule h2 span:first-child{}
.contents #schedule h2 span:last-child{}
.contents #schedule ul{}
.contents #schedule ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 8% 0;
  position: relative;
  font-size: 17px;
}

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

.contents #schedule .agenda {
  margin-bottom: 8%;
}

ul ol span {
  color: #000;
  font-weight: bold;
  margin-right: 2%;
  width: 7vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 19px;
}
.swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination span:first-child::before{
  content: "DAY 1";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination span:last-child::before{
  content: "DAY 2";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23vw;
  height: 7vw;
  border-radius: 40px;
  opacity: 1;
  color: color(srgb 1 1 1 / 0.8);
  background: color(srgb 0.15 0.21 0.45 / 0.36);
}


.swiper-pagination-bullet-active{
  opacity: 1;
  background: color(srgb 0.15 0.21 0.45);
  color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0;
    left: 0;
    width: 100%;
    bottom: unset;
}
.contents #schedule ul li::before{
  content: "";
  position: absolute;
  width: 28%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #schedule ul li .left{
  width: 32%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents #schedule ul li .left span{
  font-size: 13px;
  margin-left: 4px;
}
.contents #schedule ul li .right{
  width: 68%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3%;
  font-size: 15px;
  line-height: 1.6;
}
.contents #schedule ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.16rem;
  font-size: 22px;
}
.contents #schedule ul li .right span:last-child{
  font-size: 13px;
  margin-top: 3%;
  font-weight: normal;
}
.contents #schedule .alert{
  font-size: 13px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 1% 9% 33%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mb-logo {
  width: 75%;
  margin-bottom: 10%;
}
.footer-link {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 96%;
}
.footer-link a {
  color: #000;
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.footer-link span {
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .column_left{
    display: none;
  }
  .column_right{
    display: none;
  }
  .bg{
    display: none;
  }
  .entry{
    display: none;
  }
  .about-merit-list {
    gap: 15vw;
  }
  .about-merit-title {
    font-size: 1.2rem;
  }
  .about-merit-icon p {
    font-size: 64px;
  }
  .about-merit-desc {
    font-size: 14px;
    word-break: auto-phrase;
  }
  .topic-filter-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .topic-filter-icon picture {
    width: 24px;
  }
  .topic-filter-icon-text {
    font-size: 15px;
  }
}

@media screen and (min-width:768px) {
  .sp_only{
    display: none;
  }
  .entry{
    position: fixed;
    top: 3vw;
    right: 3vw;
    width: 17vw;
    box-shadow: 0px 14px 23px -4px #fb0c07;
  }
  .bg{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
  }
  .column_left .mb-logo{
    width: 30vw;
    position: absolute;
    height: auto;
    display: flex;
    margin: 0;
    top: 4vw;
    left: 3vw;
  }
  .brandlogo{
    width: 500px;
    overflow: hidden;
  }
  .wrap{
    display: flex;
  }
  .column_left{
    width: calc(60vw - 200px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .left-content {
    width: 100%;
    padding: 0 5%;
    /* margin-top: 2vw;
    margin-bottom: 15vw; */
    margin-top: 5vh;
    margin-bottom: 15vh;
  }
  
  .left-content h2 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  
  .left-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    /* margin: 3vw 0; */
    margin: 4vh 0;
    color: #000;
  }
  
  .left-cta {
    display: block;
    width: 300px;
    /* box-shadow: 0px 14px 23px -4px #840300de; */
    transition: all 0.3s ease;
  }
  
  .left-cta:hover {
    transform: translateY(-5px);
  }
  
  .left-cta img {
    width: 100%;
    height: auto;
  }
  .column_left .img{
   width: 54%;
   margin-bottom: 22vh;
  }
  .middle{
    height: 90vh;
    width: 500px;
    overflow: scroll;
    margin-top: 5vh;
    border-radius: 22px;
    z-index: 9999;
    position: relative;
    box-shadow: 0px 8px 150px -20px #b5b1a682;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  .middle::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #1a237e;
  }
  .middle::-webkit-scrollbar {
    width: 14px;
  }
  .column_right{
    width: calc(25vw - 150px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .column_right .img{
    width: 72%;
    margin-bottom: 22vh;
  }
  .flowBtn {
    width: 20vw;
    left: 53vw;
    z-index: 99999;
  }
  .flowBtn.active {
      bottom: 4.5vw;
      display: none;
  }
 html::before{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(img/pcbg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: fixed;
 }
 .link {
     width: 100%;
     background: #f5d4dd;
     height: 66px;
     display: flex;
 }
 
 .fv {
   padding-bottom: 10vw;
 }
 
 .swiper-pagination-bullet{
   width: 12vw;
   height: 3vw;
 }
 
 
 .contents {
    margin-top: -4%;
 }
 .contents h2 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     margin-bottom: 5%;
     text-align: center;
     width: 100%;
 }
 .contents h2 span:first-child {
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.22rem;
     font-size: 40px;
     margin-bottom: 4%;
     width: 100%;
 }
 .contents h2 span:last-child {
     letter-spacing: 0.2rem;
     width: 100%;
     font-size: 20px;
 }
 
 .contents h3 {
   isplay: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   text-align: center;
   width: 40%;
   margin: 0 auto 4%;
   border: 2px solid #000;
   padding: 2.5%;
   
 }
 
 
 .contents #outline ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 5% 0;
     position: relative;
     font-size: 17px;
 }
 
 .contents #outline p {
   line-height: 1.7;
   margin-bottom: 5%;
   text-align: center;
   font-weight: 600;
   font-size: 1rem;
 }
 
 /* .contents #brands ul {
     width: 104%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     margin-left: -2%;
     margin-bottom: 5%;
 }
 .contents #brands ul li {
     -webkit-box-shadow: 7px 7px 20px -4px #16172238;
             box-shadow: 7px 7px 20px -4px #16172238;
     margin-bottom: 4%;
     width: 48%;
 } */
 
 .contents #brand ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-top: 1px solid #000;
      padding: 5% 0;
      position: relative;
      font-size: 16px;
      line-height: 1.2;
  }

 .contents #schedule ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 6% 0;
     position: relative;
     font-size: 17px;
 }
 
 ul ol {
   margin-bottom: 2%;
 }
 
 ul ol span {
   width: 4vw;
   height: 4vw;
   font-size: 22px;
 }

 
 .contents #schedule ul li::before {
     content: "";
     position: absolute;
     width: 21%;
     height: 2px;
     top: 0;
     left: 0;
     background: #000;
 }
 .contents #schedule ul li .left {
     width: 27%;
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.16rem;
     font-size: 22px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 }
 .contents #schedule ul li .right {
     width: 68%;
     font-weight: normal;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding-left: 3%;
 }
 .contents #schedule {
     margin-bottom: 16%;
 }
 .contents #brands {
     margin-bottom: 13%;
 }
 footer {
  padding: 9% 9% 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}

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

.zoom-link a {
  position: initial; 
  display: flex;
  justify-content: center;
  width: 64%;
  border: 1.5px solid #fff;
  color: #fff;
  padding: 6% 10%;
  margin-bottom: 5%;
}

.zoom-link a:hover {
  background: #e4e3e7;
  border: 1.5px solid #e4e3e7;
  color: #333;
}

/* ロゴアニメーションの基本設定 */
.logo-animation-item {
  position: absolute;
  width: 200%;
  height: 50px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}

/* 各ロゴの背景画像設定 */
.logo1 {
  top: 0;
  background-image: url(../img/logo01.png);
}

.logo2 {
  top: 60px;
  background-image: url(../img/logo02.png);
}

.logo3 {
  top: 120px;
  background-image: url(../img/logo03.png);
}

.logo4 {
  top: 180px;
  background-image: url(../img/logo04.png);
}

/* アニメーション設定 */
.logo-animation-left {
  animation: slide-right-to-left 20s linear infinite;
}

.logo-animation-right {
  animation: slide-left-to-right 20s linear infinite;
}

/* アニメーションのキーフレーム */
@keyframes slide-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.bg {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  opacity: 1;
}

.bg-wrap {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.left-bg {
  position: absolute;
  /* bottom: 3vw; */
  bottom: 5vh;
  width: 100%;
  z-index: 0;
  opacity: 1;
}

.left-bg-wrap {
  position: relative;
  width: 100vw;
  height: 230px;
  overflow: hidden;
}

.left-bg .logo-animation-item {
  position: absolute;
  width: 200%;
  height: 50px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}

.left-bg .logo1 {
  top: 0;
  background-image: url(../img/logo01.png);
}

.left-bg .logo2 {
  top: 60px;
  background-image: url(../img/logo02.png);
}

.left-bg .logo3 {
  top: 120px;
  background-image: url(../img/logo03.png);
}

.left-bg .logo4 {
  top: 180px;
  background-image: url(../img/logo04.png);
}

.left-bg .logo-animation-left {
  animation: slide-right-to-left 35s linear infinite;
}

.left-bg .logo-animation-right {
  animation: slide-left-to-right 35s linear infinite;
}

/* =====================
   topicセクション（求人一覧）
   ===================== */
#topic {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0 auto;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 12px #0001;
  padding: 20px 0 0 0;
}
.topic-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin: 0 16px 24px 16px;
  background: none;
}
.topic-filter .filter-btn {
  flex: 1 1 30%;
  padding: 5px 0;
  background: #fff;
  color: #1a237e;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px #0001;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  outline: none;
}
.topic-filter .filter-btn.active {
  background: #1a237e;
  color: #fff;
  box-shadow: 0 4px 16px #1a237e22;
}
.topic-filter .filter-btn:hover {
  background: #f9fcff;
  color: #1a237e;
  /* box-shadow: 0 4px 12px #1a237e22; */
  box-shadow: inset -4px -4px 18px -2px #ffffff1f, inset 4px 4px 8px -2px #1a237e57;
}
.topic-filter .filter-btn:nth-child(3n) {
  border-right: none;
}
.topic-filter .filter-btn:nth-last-child(-n+3) {
  border-bottom: none;
}

.topic-list {
  padding: 0 16px 24px 16px;
}
.job-block {
  background: #fff;
  border-top: 1px solid #000;
  /* margin-bottom: 32px; */
  padding: 6% 3%;
  /* box-shadow: 0 2px 8px #0001; */
}
.job-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}
.job-image {
  width: 100%;
  /* height: 180px; */
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  box-shadow: 1px 1px 5px #1a237e2e;
}
.job-image img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}
.job-image img.main {
  width: 100%;
  height: auto;
  display: block;
}
.job-image img.thumb {
  position: absolute;
  width: 30%;
  left: 4%;
  bottom: 5%;
  box-shadow: 1px 1px 5px #1a237e2e;
  border-radius: 6px;
}
.job-detail {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  /* margin-bottom: 12px; */
  margin-top: 15px;

  /* gap: 8px 0; */
  gap: 0;
  padding: 0;
  list-style: none;
}
.job-detail li {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  margin-right: 18px;
  /* margin-bottom: 4px; */
  font-weight: 500;
}
.job-detail li img {
  width: 28px;
  margin-right: 7px;
  margin-bottom: 3px;
  object-fit: contain;
}
.job-tags {
  display: none;
  margin-bottom: 10px;
}
.job-tag {
  display: inline-block;
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
  font-size: 0.85rem;
  /* border-radius: 3px; */
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.job-benefit {
  margin-top: 20px;
}
.job-benefit p {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px 12px 8px 12px;
  margin-bottom: 14px;
  font-size: 0.95rem;
}
.job-benefit span {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
}
.job-benefit p {
  margin: 0;
  color: #222;
  line-height: 1.5;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}
.benefit-txt {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 8px;
}
.benefit-txt p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 5px;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.benefit-txt p:last-child {
  margin-bottom: 0;
}
.benefit-point {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1a237e;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  padding-right: 8px;
}
.job-cta {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.job-detail-btn, .job-consult-btn {
  flex: 1 1 0;
  display: block;
  text-align: center;
  padding: 16px 0;
  /* border-radius: 4px; */
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.job-detail-btn {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.job-detail-btn:hover {
  background: #000;
  color: #fff;
}
.job-consult-btn {
  background: #1a237e;
  color: #fff;
  border: 1px solid #000;
}
.job-consult-btn:hover {
  /* background: #fff; */
  opacity: 0.8;
  color: #fff;
}
.no-job {
  text-align: center;
  color: #888;
  font-size: 1.1rem;
  margin: 40px 0;
}
@media (max-width: 600px) {
  #topic {
    width: 90%;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0 0 0;
  }
  .topic-filter {
    margin: 0 0 20px 0;
  }
  .topic-filter .filter-btn {
    font-size: 15px;
    padding: 5px 0;
  }
  .topic-filter .filter-btn:hover {
    background: #1a237e;
    color: #fff;
    box-shadow: unset;
  }
  .topic-list {
    padding: 0 0 16px 0;
  }
  .job-block {
    padding: 14px 6px 10px 6px;
    margin-bottom: 20px;
  }
  .job-image {
    /* height: 120px; */
  }
}

.advisor-icon {
  width: 48px;
  height: auto;
  margin-right: 7px;
  object-fit: contain;
}

/* =====================
   aboutセクション（転職サポート紹介）
   ===================== */
section.about,
section.flow,
section.faq {
  background: #fff;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 32px 5% 32px 5%;
  border-radius: 0;
}
.about-catch {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.about-catch i {
  font-size: 2.2rem;
  color: #1a237e;
  margin-top: 2px;
}
.about-catch div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.about-catch span {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
}
.about-support {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 54px;
}
.about-support i {
  font-size: 2rem;
  color: #1a237e;
  margin-top: 2px;
}
.about-support p {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
  flex: 1 1 0;
  word-break: auto-phrase;
}
.advisor-photo {
  width: 100%;
  border-radius: 5%;
  object-fit: cover;
  box-shadow: 0 2px 8px #0002;
  flex-shrink: 0;
}
#about h2,
#flow h2,
#faq h2 {
  margin: 30px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  gap: 5px;
}
#about h2 span,
#flow h2 span,
#faq h2 span {
  font-size: 4.4rem;
  font-family: 'Palmore';
  color: #1a237e;
}
#about h2 {
  margin: 30px 0 80px;
}
.about-merit-list {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.about-merit-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 24px 14px 18px;
  box-shadow: 0 1px 4px #0001;
}
.about-merit-icon p {
  font-family: 'Palmore';
  font-size: 72px;
  letter-spacing: 0.06em;
  color: #fff;
  position: absolute;
  top: -7%;
  left: 0;
  -webkit-text-stroke-width: 0.017em;
  -webkit-text-stroke-color: #1a237e;
}
/* .about-merit-icon i {
  font-size: 1.7rem;
  color: #1a237e;
  margin-top: 2px;
} */
.about-merit-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 3%;
  color: #222;
}
.about-merit-desc {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 3% 0 1%;
}
@media (max-width: 600px) {
  section.about {
    width: 90%;
    padding: 18px 0 18px 0;
    border-radius: 0;
    box-shadow: none;
  }
  .about-catch span {
    font-size: 18px;
  }
  .about-merit-item {
    padding: 12px;
  }
  .about-merit-list {
    gap: 15vw;
  }
  .about-merit-title {
    font-size: 1.1rem;
  }
  .about-merit-icon p {
    font-size: 64px;
  }
  .about-merit-desc {
    font-size: 14px;
    word-break: auto-phrase;
  }
}

.cta-btn {
  width: 100%;
  height: auto;
  background: #1a237e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 13px 0;
  cursor: pointer;
  box-shadow: 0px 14px 23px -4px #121641;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  letter-spacing: 0.1em;
}
.cta-btn:hover {
  background: #fff;
  color: #1a237e;
  border: 2px solid #1a237e;
  transform: translateY(-3px);
}

.column_right .section-nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column_right .section-nav ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.column_right .section-nav li {
  width: 100%;
}
.column_right .section-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: bold;
  color: #1a237e;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px #0001;
}
.column_right .section-nav a:hover {
  background: #1a237e;
  color: #fff;
}
.column_right .section-nav i {
  font-size: 1.2rem;
}
.column_right .section-nav a.active {
  background: #1a237e;
  color: #fff;
}
.column_right .section-nav a.active i,
.column_right .section-nav a:hover i {
  color: #ffff00;
}
@media (max-width: 900px) {
  .column_right .section-nav {
    padding: 10px 0 0 0;
  }
  .column_right .section-nav a {
    font-size: 1rem;
    padding: 10px 10px;
  }
}

.section-nav-title {
  font-family: 'Palmore', sans-serif;
  font-size: 1.45rem;
  font-weight: bold;
  text-align: center;
  color: #1a237e;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  line-height: 0.8;
}
p.section-nav-title-year {
  font-size: 18px;
}
p.section-nav-index {
  font-size: 54px;
  padding: 0 0 0 20px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f8f8fa;
  border-radius: 12px;
  padding: 18px 18px;
  box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
  outline: none;
}
.flow-step-icon {
  box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
  border-radius: 10px;
}
.flow-step-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px #0001;
  padding: 10px;
}
.flow-step-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.flow-step-title {
  font-family: 'Palmore', sans-serif;
  font-size: 2.1rem;
  color: #1a237e;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
}
.flow-step-desc {
  font-size: 1.15rem;
  color: #222;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  section.about,
  section.flow,
  section.faq {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 32px 0 32px 0;
  }
  .flow-steps {
    gap: 18px;
  }
  .flow-step {
    gap: 12px;
    padding: 12px;
  }
  .flow-step-icon img {
    width: 60px;
    height: 60px;
  }
  .flow-step-title {
    font-size: 2rem;
  }
  .flow-step-desc {
    font-size: 1.02rem;
  }
  .flow-step-content {
    margin-left: 15px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e3eaf3;
}
.faq-item {
  background: #fff;
  border-bottom: 1px solid #e3eaf3;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1a237e;
  padding: 22px 48px 22px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: background 0.2s;
  position: relative;
  font-family: inherit;
}
.faq-q-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  background: #1a237e;
  color: #fff;
  border-radius: 50%;
  font-family: 'Palmore', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}
.faq-q-text {
  font-weight: bold;
  color: #222;
  font-size: 1em;
}
.faq-toggle-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1em;
  color: #000;
  pointer-events: none;
  transition: color 0.2s, transform 0.2s;
}
.faq-item.open .faq-toggle-icon {
  color: #000;
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 0 0 24px 0;
  font-size: 1rem;
  color: #222;
  line-height: 1.7;
  background: #fff;
  border-radius: 0;
  font-family: inherit;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-a-circle {
  display: none;
}
.faq-a-text {
  font-size: 1em;
  color: #000;
  font-weight: normal;
}
@media (max-width: 600px) {
  .faq-question {
    font-size: 1em;
    padding: 16px 36px 16px 0;
    gap: 10px;
  }
  .faq-q-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    font-size: 1.8em;
  }
  .faq-answer {
    padding: 0 0 16px 0;
    font-size: 0.98em;
  }
  .faq-toggle-icon {
    font-size: 1.2em;
    right: 12px;
  }
}

.flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% 0;
  padding: 0;
  height: 32px;
}
.flow-down-arrow {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  margin: 2% 0;
}
@media (max-width: 600px) {
  .flow-arrow {
    height: 0px;
    margin: 1% 0;
  }
  .flow-down-arrow {
    width: 30px;
    height: 30px;
  }
}
.about-merit-img-wrap {
  width: 100%;
  padding: 4%;
  background: #f8f8fa;
  border-radius: 15px;
  box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
  outline: none;
}
.about-merit-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 5px 5px #0004;
}

/* ========== SPファーストビュー ========== */
.sp-fv {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .sp-fv {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
    z-index: 10;
    background: url('../img/fv_bg.webp') no-repeat center center;
    background-size: cover;
  }
  .sp-fv-logo {
    width: 60%;
    margin: 0 0 24px 5%;
    display: block;
  }
  .sp-fv-title {
    font-size: 1.49rem;
    width: 90%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 24px;
    letter-spacing: 0.01em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .sp-fv-text {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #000;
    padding-bottom: 5px;
    line-height: 1.6;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .sp-fv-text svg {
    margin-right: 8px;
    margin-top: 6px;
  }
  .sp-fv-mv {
    position: absolute;
    right: -25vw;
    bottom: 2.5%;
    width: 63vw;
    max-width: 320px;
    min-width: 180px;
    z-index: 3;
    pointer-events: none;
  }
  .sp-fv-bg {
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin: 2vw auto 0 calc(-5vw);
    height: 220px;
    z-index: 1;
  }
  .sp-fv-bg-wrap {
    position: relative;
    width: 100vw;
    height: 210px;
    overflow: hidden;
    margin-top: 15px;
  }
  .sp-fv-bg .logo-animation-item {
    position: absolute;
    width: 240%;
    height: 45px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
  }
  .sp-fv-bg .logo1 { top: 0; }
  .sp-fv-bg .logo2 { top: 50px; }
  .sp-fv-bg .logo3 { top: 100px; }
  .sp-fv-bg .logo4 { top: 150px; }
  .sp-fv-bg .logo-animation-left {
    animation: slide-right-to-left 10s linear infinite;
  }
  .sp-fv-bg .logo-animation-right {
    animation: slide-left-to-right 10s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .sp-fv { display: none !important; }
}

@media screen and (max-width: 768px) {
  .sp-hamburger {
    position: fixed;
    top: 18px;
    right: 5%;
    width: 38px;
    height: 38px;
    z-index: 10113;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* background: #fff; */
    border-radius: 20%;
    box-shadow: 0 2px 8px #00000017;
    transition: background 0.2s;
    border: unset;
  }
  .sp-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px auto;
    background: #000000;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
  }
  .sp-hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .sp-hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .sp-hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .sp-nav-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    z-index: 10000;
    transition: opacity 0.3s;
  }
  .sp-nav-overlay.active {
    display: block;
  }
  .sp-section-nav {
    position: fixed;
    top: 0;
    right: -80vw;
    width: 80vw;
    max-width: 340px;
    height: 100vh;
    background: transparent;
    box-shadow: -2px 0 16px #0002;
    z-index: 10002;
    transition: right 0.35s ease-in-out;
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .sp-section-nav.active {
    right: 0;
  }
  .sp-section-nav-blur {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #ffffffbf;
    backdrop-filter: blur(7px) brightness(100%) opacity(1);
    -webkit-backdrop-filter: blur(8px) brightness(100%) opacity(1);
    z-index: 1;
    pointer-events: none;
  }
  .sp-section-nav ul {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 2;
  }
  .sp-section-nav li {
    width: 100%;
    /* border-bottom: 1px solid #e3eaf3; */
    position: relative;
    z-index: 2;
  }
  .sp-section-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1a237e;
    background: transparent;
    padding: 22px 24px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 3;
  }
  .sp-section-nav a:active,
  .sp-section-nav a:hover {
    background: #1a237e;
    color: #fff;
  }
  .sp-section-nav a i {
    font-size: 1.05rem;
    transition: color 0.2s;
    z-index: 3;
    position: relative;
  }
  .topic-filter-header {
    margin: 18px 0 24px 0;
  }
  .topic-filter-title {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
  }
  .job-title {
    font-size: 1.15rem;
  }
  .job-detail li {
    font-size: 0.75rem;
  }
  .job-detail li img {
    width: 20px;
  }
  .job-benefit span {
    font-size: 0.8rem;
  }
  .advisor-icon {
    width: 36px;
  }
  .job-benefit p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .sp-hamburger, .sp-nav-overlay, .sp-section-nav { display: none !important; }
}

.topic-filter-header {
  margin: 18px 16px 24px 16px;
}
.topic-filter-header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.topic-filter-title {
  /* font-size: 1.18rem; */
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
}
.topic-filter-date {
  font-size: 0.7rem;
  color: #888;
  text-align: right;
  margin-top: 10px;
  margin-right: 4%;
}
.topic-filter-header {
  margin: 18px 0 24px 0;
}
.topic-filter-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 16px 10px 16px;
}
.topic-filter-icon picture {
  /* display: none; */
  width: 24px;
}
.topic-filter-icon-text {
  font-size: 15px;
}
.topic-filter-header .topic-filter-icon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .left-content h2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 140%;
  }
  .left-text {
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.8;
    margin: 4vh 0;
    color: #000;
  }
  .cta-btn {
    font-size: 1.1rem;
  }
  .left-bg-wrap {
    position: relative;
    width: 100vw;
    height: 25vh;
    overflow: hidden;
  }
  .left-bg .logo-animation-item {
    position: absolute;
    width: 200%;
    height: 23%;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
  }
  
  .left-bg .logo1 {
    top: 2%;
    background-image: url(../img/logo01.png);
  }
  
  .left-bg .logo2 {
    top: 27%;
    background-image: url(../img/logo02.png);
  }
  
  .left-bg .logo3 {
    top: 52%;
    background-image: url(../img/logo03.png);
  }
  
  .left-bg .logo4 {
    top: 77%;
    background-image: url(../img/logo04.png);
  }
  .column_right .section-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.7rem;
    font-weight: bold;
    color: #1a237e;
    background: #ffffff;
    border-radius: 8px;
    padding: 14px 10px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 1px 4px #0001;
  }
  .column_right .section-nav i {
    font-size: 0.7rem;
  }
}