@charset "UTF-8";
main {
  padding-top: 4.8635416667vw;
}

.ttl {
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
.ttl .txt-h2 span {
  position: relative;
  -webkit-animation: practicalFade 1s ease-in-out infinite;
          animation: practicalFade 1s ease-in-out infinite;
}
.ttl .txt-h2 span:after {
  content: "";
  background: url(../img/icon_pick.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 2.5vw;
  height: 2.65625vw;
  top: -1.328125vw;
  right: -2vw;
}
.ttl .txt-e {
  color: #FF7448;
  margin-bottom: 3.5416666667vw;
  letter-spacing: 0.3vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 55px;
  }
  .ttl {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .ttl .txt-h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ttl .txt-h2 span {
    font-size: 32px;
    margin-left: 10px;
  }
  .ttl .txt-h2 span:after {
    width: 25px;
    height: 26px;
    right: -18px;
    top: -14px;
  }
  .ttl .txt-e {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .ttl .txt-p {
    text-align: start;
    font-size: 14px;
  }
}
/* ぴょんぴょん跳ねるアニメーション */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes practicalFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes practicalFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .inner {
  padding-top: 5.2083333333vw;
}
section#mv_area .img-box {
  width: 33.3333333333vw;
  height: 26.6666666667vw;
  margin: 0 auto;
  margin-bottom: 1.3020833333vw;
}
section#mv_area .txt-box .txt-h1 {
  text-align: center;
  color: #080C0A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8229166667vw;
}
section#mv_area .txt-box .txt-h1 .hs {
  letter-spacing: normal;
}
section#mv_area .txt-box .txt-h1 .hs span {
  display: inline-block;
  -webkit-animation: bounceIn 0.6s ease-out forwards, bounce 2s ease-in-out infinite;
          animation: bounceIn 0.6s ease-out forwards, bounce 2s ease-in-out infinite;
  -webkit-animation-delay: calc(var(--delay) * 0.1s);
          animation-delay: calc(var(--delay) * 0.1s);
  opacity: 0;
}
section#mv_area .txt-box .txt-h1 .hs1:nth-of-type(1) {
  --delay: 0;
}
section#mv_area .txt-box .txt-h1 .hs2 {
  --delay: 1;
}
section#mv_area .txt-box .txt-h1 .hs3 {
  --delay: 2;
}
section#mv_area .txt-box .txt-h1 .hs4 {
  --delay: 3;
}
section#mv_area .txt-box .txt-h1 .hs5 {
  --delay: 4;
}
section#mv_area .txt-box .txt-h1 .hs6 {
  --delay: 5;
}
section#mv_area .txt-box .txt-h1 .hs1:nth-of-type(7) {
  --delay: 6;
}
section#mv_area .txt-box .txt-h1 .hs2 {
  color: #8B1F3D;
}
section#mv_area .txt-box .txt-h1 .hs3 {
  color: #1F3A8B;
}
section#mv_area .txt-box .txt-h1 .hs4 {
  color: #1F8B43;
}
section#mv_area .txt-box .txt-h1 .hs5 {
  color: #801F8B;
}
section#mv_area .txt-box .txt-h1 .hs6 {
  color: #D1D120;
}
section#mv_area .txt-box .txt-p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .inner {
    padding-top: 50px;
  }
  section#mv_area .img-box {
    width: 53.333333vw;
    height: 46.666667vw;
    margin-bottom: 40px;
  }
  section#mv_area .txt-box .txt-h1 {
    font-size: 20px;
    margin-bottom: 30px;
    display: initial;
    display: block;
    line-height: 2.5em;
  }
  section#mv_area .txt-box .txt-h1 .hs {
    letter-spacing: normal;
  }
  section#mv_area .txt-box .txt-h1 .hs span {
    font-size: 32px;
  }
  section#mv_area .txt-box .txt-p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    text-align: start;
  }
}
/*==========================================================================
section#product_area
========================================================================== */
section#product_area {
  background: #F7F7F7;
  position: relative;
}
section#product_area::before {
  content: "";
  width: 100%;
  height: 6vw;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
section#product_area .inner {
  padding-top: 5.9895833333vw;
  padding-bottom: 8.3333333333vw;
}
section#product_area .product-slider {
  width: 100%;
  height: 31vw;
}
section#product_area .product-slider .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
section#product_area .product-slider .product-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7vw;
  padding: 1vw 3.5vw;
  box-sizing: border-box;
}
section#product_area .product-slider .product-pagination .swiper-pagination-bullet {
  width: 0.7291666667vw;
  height: 0.7291666667vw;
  background: #ffffff;
  opacity: 1;
}
section#product_area .product-slider .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3a3a3a;
}
section#product_area .ttl {
  padding-top: 7.03125vw;
}
section#product_area .list-box {
  justify-content: space-between;
}
section#product_area .list-box li {
  background: #ffffff;
  width: 23.5%;
  padding: 2.0833333333vw;
  padding-bottom: 2.6041666667vw;
  box-sizing: border-box;
  border-radius: 0.5vw;
}
section#product_area .list-box .list-img {
  margin-bottom: 1.6666666667vw;
  height: 8.7vw;
}
section#product_area .list-box .txt-h3 {
  margin-bottom: 1.6666666667vw;
  text-align: center;
}
section#product_area .list-box .txt-p {
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  section#product_area::before {
    height: 50px;
  }
  section#product_area .inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  section#product_area .product-slider {
    height: 35vw;
  }
  section#product_area .product-slider .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
  }
  section#product_area .product-slider .product-pagination {
    gap: 5px;
    padding: 10px 15px;
  }
  section#product_area .product-slider .product-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  section#product_area .ttl {
    padding-top: 40px;
  }
  section#product_area .ttl .txt-p {
    font-size: 14px;
  }
  section#product_area .list-box {
    gap: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  section#product_area .list-box li {
    width: 100%;
    padding: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
  }
  section#product_area .list-box .list-img {
    margin-bottom: 25px;
    height: 52.1vw;
  }
  section#product_area .list-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#product_area .list-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#cooperate_area
========================================================================== */
section#cooperate_area {
  position: relative;
}
section#cooperate_area .inner {
  padding-top: 7.2916666667vw;
  padding-bottom: 8.59375vw;
}
section#cooperate_area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EAF0FF;
  width: 100%;
  height: 52vw;
  z-index: -1;
}
section#cooperate_area .txt-h2 {
  text-align: center;
  color: #0D005E;
  margin-bottom: 3.5416666667vw;
}
section#cooperate_area .txt-h2 span {
  display: block;
  margin-bottom: 0.5vw;
}
section#cooperate_area .txt-h2::before {
  content: "";
  background: url(../img/icon_somosomo.svg);
  background-size: cover;
  padding: 0;
  display: block;
  width: 9.8958333333vw;
  height: 3.0208333333vw;
  margin: 0 auto;
  margin-bottom: 1.40625vw;
}
section#cooperate_area .top-box {
  width: 54.95%;
  height: 25.6vw;
  margin: 0 auto;
  margin-bottom: 7.1875vw;
  position: relative;
}
section#cooperate_area .list-box {
  justify-content: space-between;
}
section#cooperate_area .list-box li {
  background: #ffffff;
  width: 31%;
  box-sizing: border-box;
  border-radius: 1.9791666667vw;
  position: relative;
}
section#cooperate_area .list-box .txt-n {
  width: 100%;
  height: 2.7604166667vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D005E;
  color: #ffffff;
  border-radius: 1.9791666667vw 1.9791666667vw 0 0;
}
section#cooperate_area .list-box .in {
  padding: 2.0833333333vw 0;
  padding-bottom: 2.6041666667vw;
}
section#cooperate_area .list-box .txt-h3 {
  line-height: 1;
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
section#cooperate_area .list-box .txt-p {
  text-align: center;
  color: #0D005E;
}
section#cooperate_area .list-box .list-img {
  margin: 0 auto;
  margin-top: 1.3020833333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 7.2916666667vw;
}

@media screen and (max-width: 767px) {
  section#cooperate_area .inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
  section#cooperate_area::after {
    content: none;
    position: absolute;
  }
  section#cooperate_area .txt-h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  section#cooperate_area .txt-h2 span {
    margin-bottom: 5px;
    font-size: 14px;
  }
  section#cooperate_area .txt-h2::before {
    width: 100px;
    height: 30px;
    margin-bottom: 10px;
  }
  section#cooperate_area .top-box {
    width: 70%;
    height: 32.6vw;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  section#cooperate_area .list-box {
    width: 100%;
    background: #EAF0FF;
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  section#cooperate_area .list-box li {
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;
  }
  section#cooperate_area .list-box .txt-n {
    height: 45px;
    font-size: 18px;
    border-radius: 30px 30px 0 0;
  }
  section#cooperate_area .list-box .in {
    padding: 30px 0;
    padding-bottom: 30px;
  }
  section#cooperate_area .list-box .txt-h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section#cooperate_area .list-box .txt-h3 span {
    font-size: 12px;
  }
  section#cooperate_area .list-box .txt-p {
    font-size: 14px;
  }
  section#cooperate_area .list-box .list-img {
    margin: 0 auto;
    margin-top: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 32vw;
  }
}
/*==========================================================================
section#point_area
========================================================================== */
section#point_area .inner {
  padding-top: 6.25vw;
}
section#point_area .ttl .txt-h2 {
  display: flex;
  flex-flow: column;
}
section#point_area .ttl .txt-h2 span::after {
  content: none;
}
section#point_area .top-box {
  padding-bottom: 8.3333333333vw;
}
section#point_area .top-box .list-box {
  justify-content: space-between;
}
section#point_area .top-box .list-box li {
  background: #ffffff;
  width: 31.5%;
  box-sizing: border-box;
  border-radius: 1.9791666667vw;
  position: relative;
}
section#point_area .top-box .list-box .list-img {
  width: 100%;
  height: 15.2604166667vw;
  margin-bottom: 1.3020833333vw;
}
section#point_area .top-box .list-box .list-img img {
  border-radius: 1.3020833333vw;
}
section#point_area .top-box .list-box .txt-h3 {
  margin-bottom: 0.5208333333vw;
}

@media screen and (max-width: 767px) {
  section#point_area .inner {
    padding-top: 50px;
  }
  section#point_area .ttl .txt-h2 {
    display: flex;
    flex-flow: column;
  }
  section#point_area .ttl .txt-h2 span::after {
    content: none;
  }
  section#point_area .top-box {
    padding-bottom: 50px;
  }
  section#point_area .top-box .list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  section#point_area .top-box .list-box li {
    width: 100%;
    border-radius: 15px;
  }
  section#point_area .top-box .list-box .list-img {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
  section#point_area .top-box .list-box .list-img img {
    border-radius: 15px;
  }
  section#point_area .top-box .list-box .txt-h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section#point_area .top-box .list-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#flow_area
========================================================================== */
section#flow_area {
  background: #264264;
  padding: 5.7291666667vw 0;
}
section#flow_area .box .ttl-box {
  width: 50%;
  padding-right: 3.75vw;
  box-sizing: border-box;
}
section#flow_area .box .ttl-box .txt-e {
  color: #ffffff;
  margin-bottom: 1.25vw;
}
section#flow_area .box .ttl-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.25vw;
  line-height: 1;
}
section#flow_area .box .ttl-box .txt-p {
  color: #ffffff;
}
section#flow_area .box .list-box {
  width: 50%;
}
section#flow_area .box .list-box li {
  padding-left: 3.75vw;
  padding-top: 0.8333333333vw;
  padding-bottom: 1.7708333333vw;
  position: relative;
  box-sizing: border-box;
  /* 縦の線 */
  /* 丸い点 */
}
section#flow_area .box .list-box li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.390625vw;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}
section#flow_area .box .list-box li::after {
  content: "";
  position: absolute;
  top: 1.7708333333vw;
  left: 1.5px;
  width: 0.78125vw;
  height: 0.78125vw;
  border-radius: 50%;
  background-color: #ffffff;
  /* 背景色を追加して線を隠す */
  box-shadow: 0 0 0 8px #264264;
  z-index: 1;
}
section#flow_area .box .list-box li .txt-e {
  color: #FF9500;
  margin-bottom: 1.2vw;
}
section#flow_area .box .list-box li .txt-h3 {
  color: #ffffff;
  margin-bottom: 0.8333333333vw;
}
section#flow_area .box .list-box li .txt-p {
  color: #ffffff;
}
section#flow_area .box .list-box li:nth-of-type(2n) .txt-e {
  color: #FFCC00;
}

@media screen and (max-width: 767px) {
  section#flow_area {
    padding: 50px 0;
  }
  section#flow_area .box .ttl-box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  section#flow_area .box .ttl-box .txt-e {
    margin-bottom: 10px;
    font-size: 14px;
  }
  section#flow_area .box .ttl-box .txt-h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  section#flow_area .box .ttl-box .txt-p {
    font-size: 14px;
  }
  section#flow_area .box .list-box {
    width: 100%;
  }
  section#flow_area .box .list-box li {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 25px;
    /* 縦の線 */
    /* 丸い点 */
  }
  section#flow_area .box .list-box li::before {
    left: 6.5px;
    width: 2px;
  }
  section#flow_area .box .list-box li::after {
    top: 18px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    box-shadow: 0 0 0 8px #264264;
    z-index: 1;
  }
  section#flow_area .box .list-box li .txt-e {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#flow_area .box .list-box li .txt-h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  section#flow_area .box .list-box li .txt-p {
    font-size: 14px;
  }
  section#flow_area .box .list-box li:nth-of-type(2n) .txt-e {
    color: #FFCC00;
  }
}
/*==========================================================================
section#works_area
========================================================================== */
section#works_area {
  background: #ECF4FF;
}
section#works_area .inner {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
section#works_area .box {
  align-items: center;
  justify-content: space-between;
  margin-right: 7.81%;
}
section#works_area .list-box {
  flex-wrap: wrap;
  gap: 1.4vw 2%;
}
section#works_area .list-box li {
  width: 32%;
}
section#works_area .list-box li a {
  width: 100%;
  height: 100%;
  padding: 1.9791666667vw;
  box-sizing: border-box;
  display: block;
  background: #ffffff;
  border: solid 2px #ffffff;
  transition: 0.5s;
  border-radius: 1.7708333333vw;
  color: #080C0A;
}
section#works_area .list-box li a:hover {
  background: #ECF4FF;
}
section#works_area .list-box .list-img {
  height: 10.8vw;
  margin-bottom: 1.3541666667vw;
}
section#works_area .list-box .list-img img {
  border-radius: 1vw;
}
section#works_area .list-box .list-img video {
  border-radius: 1vw;
  width: 100%;
  height: 100%;
}
section#works_area .list-box .list-img iframe {
  width: 100%;
  height: 100%;
}
section#works_area .list-box .list-txt {
  width: 100%;
  margin: 0 auto;
}
section#works_area .list-box .list-txt .cat {
  align-items: center;
  gap: 1vw;
  margin-bottom: 1.1458333333vw;
}
section#works_area .list-box .list-txt .cat .txt-t {
  background: #0D005E;
  color: #ffffff;
  line-height: 1;
  padding: 0.25vw 0.96vw;
  padding-left: 1.1vw;
  padding-top: 0.35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
section#works_area .list-box .list-txt .name {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5vw;
}

@media screen and (max-width: 767px) {
  section#works_area {
    background: #ECF4FF;
  }
  section#works_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#works_area .box {
    align-items: center;
    justify-content: space-between;
    margin-right: 7.81%;
  }
  section#works_area .list-box {
    flex-wrap: wrap;
    gap: 1.4vw 2%;
  }
  section#works_area .list-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  section#works_area .list-box li a {
    padding: 20px;
    border-radius: 15px;
  }
  section#works_area .list-box li:last-child {
    margin-bottom: 0;
  }
  section#works_area .list-box .list-img {
    height: 45vw;
    margin-bottom: 20px;
  }
  section#works_area .list-box .list-img img {
    border-radius: 10px;
  }
  section#works_area .list-box .list-img video {
    border-radius: 10px;
  }
  section#works_area .list-box .list-txt {
    width: 100%;
    margin: 0 auto;
    color: #080C0A;
  }
  section#works_area .list-box .list-txt .cat {
    display: flex;
    gap: 10px;
  }
  section#works_area .list-box .list-txt .cat .txt-t {
    font-size: 14px;
    padding: 7px 15px;
  }
  section#works_area .list-box .list-txt .cat .txt-l {
    font-size: 14px;
  }
  section#works_area .list-box .list-txt .cat .txt-r {
    font-size: 14px;
  }
  section#works_area .list-box .list-txt .name {
    display: flex;
    gap: 10px;
  }
  section#works_area .list-box .list-txt .name .txt-n {
    font-size: 14px;
  }
  section#works_area .list-box .list-txt .name .txt-h3 {
    font-size: 18px;
  }
}
/*==========================================================================
section#company_area
========================================================================== */
section#company_area .inner {
  padding-top: 5.7291666667vw;
  padding-bottom: 7.8125vw;
}
section#company_area .box {
  justify-content: space-between;
}
section#company_area .img-box {
  width: 41%;
  height: 21vw;
}
section#company_area .img-box img {
  border-radius: 1vw;
}
section#company_area .txt-box {
  width: 52%;
}
section#company_area .txt-box dl {
  border-bottom: solid 1px #080C0A;
  padding: 0.85vw 0;
}
section#company_area .txt-box dl dt {
  width: 8.59375vw;
  padding-left: 2vw;
  box-sizing: border-box;
}
section#company_area .txt-box dl dd {
  width: calc(100% - 8.59375vw);
}
section#company_area .txt-box .txt-a {
  color: #080C0A;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 2.8125vw;
  gap: 0.5vw;
  position: relative;
  transition: 0.5s;
  padding-left: 0.5vw;
  padding-bottom: 0.15vw;
}
section#company_area .txt-box .txt-a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 1.6666666667vw - 0.25vw);
  height: 2px;
  z-index: 1;
  background-color: #d9613d;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#company_area .txt-box .txt-a svg {
  display: flex;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  transition: 0.5s;
  transform: rotate(0deg);
}
section#company_area .txt-box .txt-a:hover {
  color: #d9613d;
}
section#company_area .txt-box .txt-a:hover svg {
  transform: rotate(360deg);
}
section#company_area .txt-box .txt-a:hover svg path {
  fill: #d9613d;
}
section#company_area .txt-box .txt-a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (max-width: 767px) {
  section#company_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#company_area .box {
    justify-content: space-between;
  }
  section#company_area .img-box {
    width: 90%;
    height: 50vw;
    margin: 0 auto;
  }
  section#company_area .img-box img {
    border-radius: 15px;
  }
  section#company_area .txt-box {
    width: 100%;
  }
  section#company_area .txt-box dl {
    padding: 15px;
  }
  section#company_area .txt-box dl dt {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom: 5px;
  }
  section#company_area .txt-box dl dd {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  section#company_area .txt-box dl dd span {
    margin-right: 10px;
  }
  section#company_area .txt-box .txt-a {
    margin-top: 25px;
    gap: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
  }
  section#company_area .txt-box .txt-a:after {
    width: calc(100% - 25px - 5px);
    height: 2px;
    z-index: 1;
    background-color: #d9613d;
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  section#company_area .txt-box .txt-a svg {
    width: 25px;
    height: 25px;
  }
}
/*==========================================================================
section#qa_area
========================================================================== */
section#qa_area {
  background: #EAE9E9;
}
section#qa_area .inner {
  padding-top: 5.7291666667vw;
  padding-bottom: 6.25vw;
}
section#qa_area .s_02 {
  width: 100%;
  margin: 0 auto;
}
section#qa_area .s_02 .accordion_one {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.8125vw;
  background: #ffffff;
  border-radius: 0.8333333333vw;
  transition: 0.5s;
}
section#qa_area .s_02 .accordion_one:hover {
  background: #ECF4FF;
}
section#qa_area .s_02 .accordion_one .accordion_header {
  border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  padding: 1.8229166667vw 2.6041666667vw;
  padding-right: 4vw;
  text-align: start;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
section#qa_area .s_02 .accordion_one .accordion_header.open {
  background: #ECF4FF;
}
section#qa_area .s_02 .accordion_one .accordion_header span {
  color: #0D005E;
  margin-right: 0.5vw;
}
section#qa_area .s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1vw;
  width: 1.5625vw;
  height: 1.5625vw;
  margin-top: -0.85vw;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
  border-radius: 32px;
  border: solid 0.2vw #080C0A;
}
section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:before, section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #080C0A;
  width: 0.8vw;
  height: 0.15vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transform-origin: center center;
}
section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 0.15vw;
  height: 0.8vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
section#qa_area .s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
section#qa_area .s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: translateY(-50%) translateX(-50%);
  display: none;
}
section#qa_area .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: translateY(-50%) translateX(-50%);
}
section#qa_area .s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 1.8229166667vw 2.6041666667vw;
  padding-right: 4vw;
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  background: #ECF4FF;
}
section#qa_area .s_02 .accordion_one .accordion_inner .box_one {
  display: flex;
  align-items: baseline;
}
section#qa_area .s_02 .accordion_one .accordion_inner .box_one .txt_a_ac {
  margin: 0;
}
section#qa_area .s_02 .accordion_one .accordion_inner .box_one .answer {
  color: #FF4848;
  margin-right: 0.5vw;
}

@media screen and (max-width: 767px) {
  section#qa_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#qa_area .s_02 {
    width: 100%;
    margin: 0 auto;
  }
  section#qa_area .s_02 .accordion_one {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.5s;
  }
  section#qa_area .s_02 .accordion_one:hover {
    background: #ECF4FF;
  }
  section#qa_area .s_02 .accordion_one .accordion_header {
    font-size: 14px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
    padding-right: 40px;
  }
  section#qa_area .s_02 .accordion_one .accordion_header.open {
    background: #ECF4FF;
    padding-bottom: 1vw;
  }
  section#qa_area .s_02 .accordion_one .accordion_header span {
    margin-right: 5px;
    font-size: 20px;
  }
  section#qa_area .s_02 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    border-width: 1.5px;
  }
  section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 15px;
    height: 15px;
  }
  section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:before, section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: "";
    background-color: #080C0A;
    width: 8px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform-origin: center center;
  }
  section#qa_area .s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 1px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  section#qa_area .s_02 .accordion_one .accordion_header.open .i_box {
    transform: rotate(-360deg);
  }
  section#qa_area .s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
    transform: translateY(-50%) translateX(-50%);
    display: none;
  }
  section#qa_area .s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
    transform: translateY(-50%) translateX(-50%);
  }
  section#qa_area .s_02 .accordion_one .accordion_inner {
    padding: 15px 20px;
    padding-right: 40px;
    padding-top: 0;
    border-radius: 0 0 10px 10px;
  }
  section#qa_area .s_02 .accordion_one .accordion_inner .box_one {
    display: flex;
    align-items: baseline;
  }
  section#qa_area .s_02 .accordion_one .accordion_inner .box_one .txt_a_ac {
    margin: 0;
    font-size: 14px;
  }
  section#qa_area .s_02 .accordion_one .accordion_inner .box_one .answer {
    font-size: 20px;
    margin-right: 5px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  background: #ECF4FF;
}
section#contact_area .inner {
  padding-top: 5.7291666667vw;
  padding-bottom: 6.25vw;
}
section#contact_area .box {
  position: relative;
}
section#contact_area .txt-a {
  background: #ffffff;
  box-sizing: border-box;
  border: solid 3px #ffffff;
  color: #080C0A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125vw;
  transition: 0.5s;
  padding: 2.7vw 0;
  border-radius: 1.9270833333vw;
  transition: 0.5s;
}
section#contact_area .txt-a svg {
  width: 3.75vw;
  height: 4.5052083333vw;
  display: flex;
}
section#contact_area .txt-a svg path {
  fill: #0D005E;
}
section#contact_area .txt-a > span {
  display: block;
}
section#contact_area .txt-a > span .txt-i {
  display: block;
}
section#contact_area .txt-a > span.txt-b {
  gap: 3.125vw;
  display: flex;
}
section#contact_area .txt-a > span .txt-d, section#contact_area .txt-a > span .txt-t {
  padding-left: 1.0416666667vw;
}
section#contact_area .txt-a:hover {
  border-color: #0D005E;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#contact_area .box {
    position: relative;
  }
  section#contact_area .txt-a {
    border-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    row-gap: 5px;
    padding: 20px 0;
    border-radius: 10px;
    flex-wrap: wrap;
  }
  section#contact_area .txt-a svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  section#contact_area .txt-a > span {
    display: block;
    font-size: 14px;
  }
  section#contact_area .txt-a > span.txt-n {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section#contact_area .txt-a > span .txt-i {
    display: block;
    font-size: 24px;
  }
  section#contact_area .txt-a > span.txt-b {
    gap: 10px;
    justify-content: center;
  }
  section#contact_area .txt-a > span .txt-d, section#contact_area .txt-a > span .txt-t {
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
  section#contact_area .txt-a:hover {
    border-color: #0D005E;
  }
}
/*# sourceMappingURL=top.css.map */