/* CSS Document */
#mv {
  position: relative;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #mv {
    max-width: 1340px;
    padding: 0;
  }
}

#experience #advantage {
  padding-top: 60px;
}
@media (min-width: 768px) {
  #experience #advantage {
    padding-top: 100px;
  }
}
#experience #advantage h2 {
  text-align: center;
}
#experience #advantage h2 img {
  width: 69.3150684932vw;
}
@media (min-width: 768px) {
  #experience #advantage h2 img {
    max-width: 253px;
  }
}
#experience #advantage h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #experience #advantage h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#experience #advantage p.txt {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #experience #advantage p.txt {
    font-size: 2.4rem;
    margin-top: 64px;
    text-align: center;
  }
}
#experience #advantage .img_flex {
  display: none;
}
@media (min-width: 768px) {
  #experience #advantage .img_flex {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
#experience #advantage .img_flex li {
  width: 27.2%;
}
#experience #advantage .advantage_list {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list {
    margin-top: 60px;
    flex-direction: row;
    gap: 60px;
  }
}
#experience #advantage .advantage_list li {
  width: 100%;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li {
    width: calc((100% - 60px) / 2);
  }
}
#experience #advantage .advantage_list li img {
  width: 54vw;
  margin-top: 24px;
}
#experience #advantage .advantage_list li dl {
  width: 100%;
}
#experience #advantage .advantage_list li dl dt {
  color: #EC6C00;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li dl dt {
    font-size: 2rem;
    padding: 20px 40px;
  }
}
#experience #advantage .advantage_list li dl dt span {
  padding-left: 14vw;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li dl dt span {
    padding-left: 50px;
  }
}
#experience #advantage .advantage_list li dl dt span:before {
  position: absolute;
  content: "";
  width: 8.76vw;
  aspect-ratio: 32/22;
  background: url(../img/experience/num01.svg) no-repeat 0 0/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li dl dt span:before {
    width: 36px;
  }
}
#experience #advantage .advantage_list li dl dt:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 20px;
  right: 20px;
  background-color: #EC6C00;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li dl dt:after {
    left: 40px;
    right: 40px;
  }
}
#experience #advantage .advantage_list li dl dd {
  font-size: 1.4rem;
  padding: 20px 25px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #experience #advantage .advantage_list li dl dd {
    font-size: 1.6rem;
    padding: 20px 40px;
  }
}
#experience #advantage .advantage_list li:nth-of-type(2) dl dt span:before {
  background-image: url(../img/experience/num02.svg);
}
#experience #advantage .advantage_list li:nth-of-type(3) dl dt span:before {
  background-image: url(../img/experience/num03.svg);
}
#experience #advantage .advantage_list li:nth-of-type(4) dl dt span:before {
  background-image: url(../img/experience/num04.svg);
}
#experience #about {
  padding-top: 100px;
}
@media (min-width: 768px) {
  #experience #about {
    padding-top: 150px;
  }
}
#experience #about h2 {
  text-align: center;
}
#experience #about h2 img {
  width: 79.4520547945vw;
}
@media (min-width: 768px) {
  #experience #about h2 img {
    max-width: 290px;
  }
}
#experience #about h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #experience #about h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#experience #about .inner {
  text-align: center;
}
@media (min-width: 768px) {
  #experience #about .inner {
    max-width: 740px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#experience #about .inner .note {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #experience #about .inner .note {
    font-size: 1.6rem;
  }
}
#experience #about p.txt {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 3px solid #EC6C00;
}
@media (min-width: 768px) {
  #experience #about p.txt {
    font-size: 2.4rem;
    margin-top: 64px;
    text-align: center;
    padding-bottom: 10px;
  }
}
#experience #about .bg01 {
  width: 100%;
  padding: 14.7vw 6.5vw;
  background: url(../img/experience/experience_bg.png) repeat 0 0;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #experience #about .bg01 {
    padding: 60px;
  }
}
#experience #about ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  #experience #about ul {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 68px;
  }
}
#experience #about ul li {
  text-align: center;
}
@media (min-width: 768px) {
  #experience #about ul li {
    width: calc((100% - 68px) / 2);
  }
}
#experience #about .about_swiper, #experience #about .about_swiper02 {
  margin-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  #experience #about .about_swiper, #experience #about .about_swiper02 {
    margin-top: 60px;
  }
}
#experience #about .about_swiper .swiper, #experience #about .about_swiper02 .swiper {
  width: 80%;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper, #experience #about .about_swiper02 .swiper {
    width: 100%;
  }
}
#experience #about .about_swiper .swiper .swiper-slide .ttl, #experience #about .about_swiper02 .swiper .swiper-slide .ttl {
  background-color: #D16B4A;
  border: 2px solid #EC6C00;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper .swiper-slide .ttl, #experience #about .about_swiper02 .swiper .swiper-slide .ttl {
    font-size: 2.4rem;
  }
}
#experience #about .about_swiper .swiper .swiper-slide .m_b, #experience #about .about_swiper02 .swiper .swiper-slide .m_b {
  border: 2px solid #EC6C00;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 30px 25px;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper .swiper-slide .m_b, #experience #about .about_swiper02 .swiper .swiper-slide .m_b {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
}
#experience #about .about_swiper .swiper .swiper-slide .m_b .img, #experience #about .about_swiper02 .swiper .swiper-slide .m_b .img {
  text-align: center;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper .swiper-slide .m_b .img, #experience #about .about_swiper02 .swiper .swiper-slide .m_b .img {
    width: 38%;
  }
}
#experience #about .about_swiper .swiper .swiper-slide .m_b .txt, #experience #about .about_swiper02 .swiper .swiper-slide .m_b .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper .swiper-slide .m_b .txt, #experience #about .about_swiper02 .swiper .swiper-slide .m_b .txt {
    margin-top: 0;
    width: 52%;
    font-size: 1.6rem;
  }
}
#experience #about .about_swiper .swiper .swiper-slide .m_b .txt span, #experience #about .about_swiper02 .swiper .swiper-slide .m_b .txt span {
  color: #D16B4A;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(2) .ttl, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(2) .ttl {
  background-color: #B26777;
  border: 2px solid #B26777;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(2) .m_b, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(2) .m_b {
  border-color: #B26777;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(2) .m_b span, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(2) .m_b span {
  color: #B26777;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(3) .ttl, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(3) .ttl {
  background-color: #5B8CB6;
  border: 2px solid #5B8CB6;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(3) .m_b, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(3) .m_b {
  border-color: #5B8CB6;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(3) .m_b span, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(3) .m_b span {
  color: #5B8CB6;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(4) .ttl, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(4) .ttl {
  background-color: #DD9C50;
  border: 2px solid #DD9C50;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(4) .m_b, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(4) .m_b {
  border-color: #DD9C50;
}
#experience #about .about_swiper .swiper .swiper-slide:nth-of-type(4) .m_b span, #experience #about .about_swiper02 .swiper .swiper-slide:nth-of-type(4) .m_b span {
  color: #DD9C50;
}
@media (min-width: 768px) {
  #experience #about .about_swiper .swiper-wrapper, #experience #about .about_swiper02 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 68px;
    justify-content: center;
  }
  #experience #about .about_swiper .swiper-wrapper .swiper-slide, #experience #about .about_swiper02 .swiper-wrapper .swiper-slide {
    width: calc((100% - 68px) / 2) !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  #experience #about .about_swiper {
    display: none;
  }
}
#experience #about .about_swiper02 {
  display: none;
}
@media (min-width: 768px) {
  #experience #about .about_swiper02 {
    display: block;
  }
}
#experience #comments {
  margin-top: 100px;
}
@media (min-width: 768px) {
  #experience #comments {
    margin-top: 150px;
  }
}
#experience #comments h2 {
  text-align: center;
}
#experience #comments h2 img {
  width: 81.6438356164vw;
}
@media (min-width: 768px) {
  #experience #comments h2 img {
    max-width: 555px;
  }
}
#experience #comments h2 p {
  font-size: min(4.3835616438vw, 1.6rem);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #experience #comments h2 p {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
#experience #comments .comments_swiper {
  position: relative;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #experience #comments .comments_swiper {
    margin-top: 60px;
  }
}
#experience #comments .comments_swiper .swiper {
  width: 80%;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #experience #comments .comments_swiper .swiper {
    width: 90%;
  }
}
#experience #comments .comments_swiper .swiper .swiper-slide {
  height: auto;
}
#experience #comments .comments_swiper .swiper .fukidashi {
  background-color: #B26777;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 15px;
  padding: 40px 30px 20px;
  line-height: 1.3;
  position: relative;
  display: flex;
  height: calc(100% - 50px);
}
@media (min-width: 768px) {
  #experience #comments .comments_swiper .swiper .fukidashi {
    font-size: 1.6rem;
    padding: 40px 40px 20px;
  }
}
#experience #comments .comments_swiper .swiper .fukidashi p {
  display: inline-block;
}
#experience #comments .comments_swiper .swiper .fukidashi:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 30px;
  background-color: #B26777;
  clip-path: polygon(90% 100%, 25% 0, 75% 0);
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#experience #comments .comments_swiper .swiper .fukidashi.blue {
  background-color: #5B8CB6;
}
#experience #comments .comments_swiper .swiper .fukidashi.blue:before {
  background-color: #5B8CB6;
  clip-path: polygon(50% 100%, 25% 0, 75% 0);
}
#experience #comments .comments_swiper .swiper .fukidashi.orange {
  background-color: #D16B4A;
}
#experience #comments .comments_swiper .swiper .fukidashi.orange:before {
  background-color: #D16B4A;
  clip-path: polygon(10% 100%, 25% 0, 75% 0);
}

.swiper-button-next, .swiper-button-prev {
  width: 6.8vw;
  height: 6.8vw;
}
@media (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 6.8vw !important;
  height: 6.8vw !important;
  background: url(../img/arrow_next.svg) no-repeat 0 0/contain !important;
  z-index: 10 !important;
}
@media (min-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-prev:after {
  background-image: url(../img/arrow_prev.svg) !important;
}

#news .tabs a.link {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #B8B8B8;
  font-size: min(3.2876712329vw, 1.2rem);
  font-weight: 700;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  width: 46%;
  margin-left: 8%;
  margin-top: 15px;
  padding: 9px 5px;
}
@media (min-width: 768px) {
  #news .tabs a.link {
    position: relative;
    font-size: min(1.1940298507vw, 1.6rem);
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  #news .tabs a.link:hover {
    border-color: #EC6C00;
    background-color: #EC6C00;
    color: #ffffff;
    opacity: 1;
  }
}/*# sourceMappingURL=experience.css.map */