@charset "utf-8";
:root{
  --main-clr:#FFDA46;
  --font12: 1.2rem;
  --font13: 1.3rem;
  --font14: 1.4rem;
  --font15: 1.5rem;
  --font16: 1.6rem;
  --font17: 1.7rem;
  --font18: 1.8rem;
  --font19: 1.9rem;
  --font20: 2rem;
  --font21: 2.1rem;
  --font22: 2.2rem;
  --font23: 2.3rem;
  --font24: 2.4rem;
  --font25: 2.5rem;
  --font26: 2.6rem;
  --font27: 2.7rem;
  --font28: 2.8rem;
  --font29: 2.9rem;
  --font30: 3rem;
  --font31: 3.1rem;
  --font32: 3.2rem;
  --font33: 3.3rem;
  --font34: 3.4rem;
  --font35: 3.5rem;
  --font36: 3.6rem;
  --font37: 3.7rem;
  --font38: 3.8rem;
  --font39: 3.9rem;
  --font40: 4rem;
  --font41: 4.1rem;
  --font42: 4.2rem;
  --font43: 4.3rem;
  --font44: 4.4rem;
  --font45: 4.5rem;
  --font46: 4.6rem;
  --font47: 4.7rem;
  --font48: 4.8rem;
  --font49: 4.9rem;
  --font50: 5rem;
  --font66: 6.6rem;
}

/* タブレット（1100基準） */
@media screen and (max-width: 1100px) {
  :root{
    --font12: 1.09vw;
    --font13: 1.18vw;
    --font14: 1.27vw;
    --font15: 1.36vw;
    --font16: 1.45vw;
    --font17: 1.55vw;
    --font18: 1.64vw;
    --font19: 1.73vw;
    --font20: 1.82vw;
    --font21: 1.91vw;
    --font22: 2vw;
    --font23: 2.09vw;
    --font24: 2.18vw;
    --font25: 2.27vw;
    --font26: 2.36vw;
    --font27: 2.45vw;
    --font28: 2.55vw;
    --font29: 2.64vw;
    --font30: 2.73vw;
    --font31: 2.82vw;
    --font32: 2.91vw;
    --font33: 3vw;
    --font34: 3.09vw;
    --font35: 3.18vw;
    --font36: 3.27vw;
    --font37: 3.36vw;
    --font38: 3.45vw;
    --font39: 3.55vw;
    --font40: 3.64vw;
    --font41: 3.73vw;
    --font42: 3.82vw;
    --font43: 3.91vw;
    --font44: 4vw;
    --font45: 4.09vw;
    --font46: 4.18vw;
    --font47: 4.27vw;
    --font48: 4.36vw;
    --font49: 4.45vw;
    --font50: 4.55vw;
    --font66: 7vw;
  }
}

/* スマホ（640基準） */
@media screen and (max-width: 768px) {
  :root{
    --font12: max(1rem, 1.875vw);
    --font13: max(1.1rem, 2.03125vw);
    --font14: max(1.2rem, 2.1875vw);
    --font15: max(1.3rem, 2.34375vw);
    --font16: max(1.4rem, 2.5vw);
    --font17: max(1.45rem, 2.65625vw);
    --font18: max(1.5rem, 2.8125vw);
    --font19: max(1.55rem, 2.96875vw);
    --font20: max(1.6rem, 3.125vw);
    --font21: max(1.7rem, 3.28125vw);
    --font22: max(1.8rem, 3.4375vw);
    --font23: max(1.9rem, 3.59375vw);
    --font24: max(2rem, 3.75vw);
    --font25: max(2.1rem, 3.90625vw);
    --font26: max(2.2rem, 4.0625vw);
    --font27: max(2.3rem, 4.21875vw);
    --font28: max(2.4rem, 4.375vw);
    --font29: max(2.5rem, 4.53125vw);
    --font30: max(2.6rem, 4.6875vw);
    --font31: max(2.7rem, 4.84375vw);
    --font32: max(2.8rem, 5vw);
    --font33: max(2.9rem, 5.15625vw);
    --font34: max(3rem, 5.3125vw);
    --font35: max(3.1rem, 5.46875vw);
    --font36: max(3.2rem, 5.625vw);
    --font37: max(3.3rem, 5.78125vw);
    --font38: max(3.4rem, 5.9375vw);
    --font39: max(3.5rem, 6.09375vw);
    --font40: max(3.6rem, 6.25vw);
    --font41: max(3.7rem, 6.40625vw);
    --font42: max(3.8rem, 6.5625vw);
    --font43: max(3.9rem, 6.71875vw);
    --font44: max(4rem, 6.875vw);
    --font45: max(4.1rem, 7.03125vw);
    --font46: max(4.2rem, 7.1875vw);
    --font47: max(4.3rem, 7.34375vw);
    --font48: max(4.4rem, 7.5vw);
    --font49: max(4.5rem, 7.65625vw);
    --font50: max(4.6rem, 7.8125vw);
    --font66: max(5rem, 9vw);
  }
}

html {
  scroll-behavior: auto;
}

body{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #6b6b6b;
  --sub-font: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  body{
    font-size: max(1.3rem, 1.8vw) ;
  }
}


.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1100px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
  span.spbr br{display: inline !important;}
}

.abs{
  position: absolute;
}

span.spbr br{
  display: none !important;
}

.img_bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

.wrap {
  position: relative;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .wrap {
      padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
      padding: 0 2.7vw;
  }
}

#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.gf{
  font-family: "Syncopate", "Noto Sans JP", sans-serif;
}
.gf2{
  font-family: "Noto Serif JP", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}
button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;

}

.abs{
  position: absolute;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}


/*
.header
*/

.header {
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  z-index: 100;
  display: flex;
  background: #fff;
  justify-content: flex-end;
  z-index: 100;
  height: 90px;
}

.header .bg{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.header .logo_box {
  position: absolute;
  left: 27px;
  top: auto;
  display: flex;
  width: 90px;
}

.header .menu1{
  display: flex;
  align-items: center;
  gap:2em;
}

.header .menu1>li> a  {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0px;
  font-weight: bold;
  font-size: var(--font18);
}

.header nav{
  display: flex;
  align-items: center;
  gap: 50px;
}

.header .button_list{
  display: flex;
}
.header .button_list>a{
  position: relative;
  width: 215px;
  height: 55px;
  align-items: center;
  background: #06C755;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 9px;
  font-size: 1.8rem;
}
.header .button_list>a .icon{
  width:30px;
}
.header .button_list>a span{
  width: calc(100% - 30px);
  padding-left: 10px;
}

.header .button_list>a::after{
  content: '';
  position: absolute;
  top: auto;
  right: 8px;
  width: 18px;
  height: 8px;
  background: url(../svg/button_arrow_r.svg) no-repeat  50% 50% / 100%;
}

.header .menu1>li> a .inr strong{
  font-size: 1.6rem;
  color: var(--main-clr);
  font-family: var(--sub);
  line-height: 1;
}

.header .menu1>li> a span{
  font-size: 1rem;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1500px) {
  .header nav {
    display: flex;
    align-items: center;
    gap: 2vw;
}
  .header .menu1{
    gap:2vw;
  }
  .header .menu1>li> a  {
    font-size: 1.2vw;
  }

  .header .button_list>a{
    font-size: 1.5rem;
    width: 200px;
  }

}
@media screen and (max-width: 1100px) {

  .header {
    height: 70px;
  }

  .header .menu1{
    display: block;
    margin-bottom: 30px;
  }

  .header .menu1>li>a{
    padding: 10px 0;
    font-size: 1.8rem;
  }

  .header .logo_box{
    width: 60px;
  }

  .header nav {
    position: fixed;
    top: 70px;
    height: calc(100dvh - 70px) ;
    width: 340px;
    left:auto;
    right: 0;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    visibility: hidden;
    background: #fff;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1001;
    border-radius: 0;
    gap:0;
    background: #fff;
    padding:40px 30px 40px 40px;
  }

  .header.block nav.slide{
    display: flex;
    right: -340px;
  }

  .header.block.active nav{
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
  }

  .header.block.active nav.slide{
    opacity: 1;
    right: 0px;
  }

  /*メニューボタン*/
  .header #menu_button {
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 70px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1010;
    caret-color: transparent;
  }

  .header #menu_button:focus,
  .header #menu_button:active{
    outline: none;
    box-shadow: none;
  }

  /* ボタン枠 */
  .header #menu_button > div{
    position: relative;
    width: 30px;
    height: 25px;
  }

  /* 線 */
  .header #menu_button > div > div{
    position: absolute;
    width: 100%;
    height: 3px;
    background: #6b6b6b;
    left: 0;
    transition: all .3s ease;
  }

  /* 上 */
  .header #menu_button > div > div:nth-child(1){
    top: 0;
  }

  /* 中 */
  .header #menu_button > div > div:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
  }

  /* 下 */
  .header #menu_button > div > div:nth-child(3){
    top: 100%;
    transform: translateY(-100%);
  }

  .header.active #menu_button > div > div:nth-child(1){
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .header.active #menu_button > div > div:nth-child(2){
    opacity: 0;
  }

  .header.active #menu_button > div > div:nth-child(3){
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

/*
footer
*/
footer {
  background: #C9C7BC;
  padding-top: 80px;
  padding-bottom: 80px;
}

footer .logo{
  width: 81px;
  margin: 0 auto 30px;
}

footer .copy{
  color: #fff;
  text-align: center;
  font-size: var(--font14);
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}


footer .button_list{
  display: none;
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  footer .button_list{
    display: flex;
  }
}
footer .button_list>a{
  position: relative;
  width: 260px;
  height: 55px;
  align-items: center;
  background: #06C755;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 10px;
  border-radius: 9px;
  font-size: 1.8rem;
}
footer .button_list>a .icon{
  width:30px;
}
footer .button_list>a span{
  width: calc(100% - 30px);
  padding-left: 10px;
}

footer .button_list>a::after{
  content: '';
  position: absolute;
  top: auto;
  right: 8px;
  width: 18px;
  height: 8px;
  background: url(../svg/button_arrow_r.svg) no-repeat  50% 50% / 100%;
}

/*
  共通パーツ
*/
.headline_l{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.headline_l::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 0px;
  background: transparent;
  border: 4px solid #ffda46;
}

.headline_l span{
  font-family: var(--sub-font);
  font-weight: bold;
  font-size: var(--font32);
  text-align: center;
  color: #ffda46;
  margin-bottom: 0.1em;
  display: block;
  line-height: 1.3;
}

.headline_l em{
  display: block;
  font-weight: bold;
  font-size: var(--font40);
  width: 100%;
  line-height: 1.3;
  text-align: center;
}

.headline_l.wh span,
.headline_l.wh em{
  color: #fff;
}

.headline_l.wh::after{
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .headline_l em{
    font-size: var(--font35);
    line-height: 1.4;
    text-align: center;
  }

  .headline_l{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .headline_l::after{
    width: 100px;
    border-width: 2px;
  }
}

/*テーブル1*/
.table1 {
  width: 100%;
}

.table1 tr{
  border-top: 1px dashed #908F8B;
}

.table1 th {
  text-align: left;
  padding: 17px 17px 17px 50px;
}

.table1 td {
  padding: 17px;
  vertical-align: top;
}

.table1 td {
  vertical-align: top;
  width: calc(100% - 265px);
}
@media screen and (max-width: 1024px) {
  .table1 th {
    width: 37%;
    padding: 1em;
    font-size: var(--font16);
    text-align: left;
  }

  .table1 td {
    width: 63%;
    padding: 1em;
    text-align: left;
    font-size: var(--font16);
    vertical-align: top;
  }

  .table1 td {
    vertical-align: top;
    width: 100%;
  }

}

.voice_slider .swiper-slide{
  padding:20px 10px;
}

.voice_slider .swiper-slide .widget_voice{
  width: 300px;
  border-radius: 15px;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}

.voice_slider .swiper-slide .widget_voice .img{
  border-radius: 15px 15px 0px 0px;
  aspect-ratio: 300 / 208;
  overflow: hidden;
}
.voice_slider .swiper-slide .widget_voice .img img{
  height: 100%;
  object-fit: cover;
}

.voice_slider .swiper-slide .widget_voice .box{
  padding:18px 18px 26px;
  border-radius: 0 0 15px 15px;
  background: #fff;
}

.voice_slider .swiper-slide .widget_voice .box .name{
  font-size: var(--font14);
  color: #6B6B6B;
}
.voice_slider .swiper-slide .widget_voice .box .item_name{
  font-size: var(--font16);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice_slider .swiper-slide .widget_voice .box dl.results{
  display: flex;
  font-weight: bold;
  align-items: center;
  gap:8px;
}
.voice_slider .swiper-slide .widget_voice .box dl.results dt{
  font-size: var(--font16);
}
.voice_slider .swiper-slide .widget_voice .box dl.results dd{
  font-size: var(--font16);
  color: #fff;
  width: 4.253em;
  line-height: 1;
  padding: 0.3em;
  border-radius: 21px;
  text-align: center;
}
.voice_slider .swiper-slide .widget_voice .box dl.results dd.pass{
  background: #E3B600;
}

.voice_slider .swiper-slide .widget_voice .box dl.results dd.fail{
  background: #E3B600;
}

.voice_slider .swiper-slide .widget_voice .box p.msg{
  font-size: var(--font16);
  line-height: 1.5;
}
