@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Outfit-Thin";
  src: url(/fonts/Outfit/Outfit-Thin.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=======*/
/* about */
/*=======*/
.about .h-about01 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .about .h-about01 {
    font-size: 25px;
  }
}
.about .h-about01 img {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .about .h-about01 img {
    max-width: 30px;
    margin-right: 16px;
  }
}
.about .h-about02 span {
  display: inline-block;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #32DC9B;
}
.about .h-about02 span img {
  margin-right: 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .about .h-about02 span img {
    max-width: 32px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .about .sidemenu-area {
    max-width: 220px;
    margin: 0 auto;
  }
}
.about .sidemenu-cts {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .about .sidemenu-cts {
    margin-bottom: 100px;
    padding-left: 46px;
  }
  .about .sidemenu-cts .h-about01 {
    margin-left: -46px;
  }
}
.about .sidemenu-cts p {
  margin-bottom: 2em;
  line-height: 2;
}
.about .sidemenu-cts p:last-child {
  margin-bottom: 0;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .about .wrap {
    display: block;
  }
}
.about .wrap .txt {
  width: 42%;
}
@media (max-width: 767px) {
  .about .wrap .txt {
    width: 100%;
  }
}
.about .wrap .slider {
  position: relative;
  width: 52%;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .about .wrap .slider {
    width: 100%;
    margin-top: 32px;
  }
}
.about .wrap .slider .swiper-img {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .wrap .slider .swiper-img {
    border-radius: 16px;
  }
}
.about .wrap .slider .swiper-slide-active .swiper-img img,
.about .wrap .slider .swiper-slide-duplicate-active .swiper-img img,
.about .wrap .slider .swiper-slide-prev .swiper-img img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.about .wrap .slider .swiper-pagination {
  bottom: 0;
  text-align: right;
}
.about .wrap .slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
}
.about .wrap .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32DC9B;
}
.about .color-box {
  padding: 40px 24px 56px;
  margin-bottom: 20px;
  border-radius: 24px;
  background-color: #E2F3ED;
}
@media (max-width: 767px) {
  .about .color-box {
    padding: 24px 20px;
  }
}
.about .color-box .box-inner {
  max-width: 654px;
  margin: 0 auto;
}
.about .color-box .box-inner figure {
  margin-top: 32px;
}
.about .color-box .link {
  margin: 16px 0 0;
}
.about .color-box .link .link-arrow {
  justify-content: center;
  text-align: center;
}
.about .color-box .link .link-arrow:hover {
  color: #1E285A;
}
@media (max-width: 767px) {
  .about .color-box .link .link-arrow {
    line-height: 1.3;
  }
}

/*=====*/
/* faq */
/*=====*/
.faq .sidemenu-cts {
  margin-bottom: 152px;
}
@media (max-width: 767px) {
  .faq .sidemenu-cts {
    margin-bottom: 128px;
  }
}
.faq .sidemenu-cts:last-child {
  margin-top: 0;
}
.faq .h-faq01 {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq .h-faq01 {
    margin-bottom: 56px;
    font-size: 24px;
  }
}
.faq .h-faq01 img {
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .faq .h-faq01 img {
    max-width: 30px;
    margin-right: 16px;
  }
}
.faq .faq-list {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faq .faq-list {
    padding-left: 50px;
  }
}
.faq .faq-list li {
  margin-bottom: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid #32DC9B;
}
@media (max-width: 767px) {
  .faq .faq-list li {
    margin-bottom: 35px;
    padding-bottom: 32px;
  }
}
.faq .faq-list li:last-child {
  margin-bottom: 0;
}
.faq .faq-list li .data-faq .ac-menu {
  font-size: 22px;
}
@media (max-width: 767px) {
  .faq .faq-list li .data-faq .ac-menu {
    font-size: 18px;
  }
}
.faq .faq-list li .data-faq .ac-menu span {
  display: block;
  margin-bottom: 16px;
  color: #32DC9B;
  font-size: 35px;
  font-family: "Outfit-Thin", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq .faq-list li .data-faq .ac-menu span {
    font-size: 29px;
  }
}
.faq .faq-list li .data-faq .ac-cts {
  margin-top: 24px;
  padding: 0 8px;
}

/*=====*/
/* job */
/*=====*/
.job .contents {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .job .contents {
    padding: 0 50px;
  }
}
.job .h-job01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .job .h-job01 {
    font-size: 20px;
    margin-bottom: 64px;
  }
}
.job .h-job01 img {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .job .h-job01 img {
    max-width: 30px;
    margin-right: 16px;
  }
}
.job .list-job {
  gap: 80px 10.2%;
}
@media (max-width: 767px) {
  .job .list-job {
    gap: 72px 0;
    margin: 0 auto;
  }
}
.job .list-job li {
  width: 26.53%;
  /* 260/980 */
  margin-right: 0;
}
@media (max-width: 767px) {
  .job .list-job li {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.job .list-job li.pickup-job figure {
  position: relative;
}
.job .list-job li.pickup-job figure::before {
  position: absolute;
  content: "";
  background: url("/images/job/cts01_ic02.svg") no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  width: 88px;
  height: 54px;
  bottom: -12px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .job .list-job li.pickup-job figure::before {
    width: 72px;
    height: 44px;
  }
}
.job .list-job li figure {
  position: relative;
  max-width: 260px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .job .list-job li figure {
    max-width: initial;
  }
}
.job .list-job li figure img {
  border-radius: 30px;
  transition: opacity 0.8s;
}
.job .list-job li figure img:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .job .list-job li figure img {
    border-radius: 20px;
  }
}
.job .list-job li figure:hover img:first-child {
  opacity: 0;
}
.job .list-job li figure:hover img:nth-child(2) {
  opacity: 1;
}
.job .list-job li .link-arrow {
  position: relative;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow {
    font-size: 15px;
  }
}
.job .list-job li .link-arrow .title {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow .title {
    margin-top: -16px;
  }
}
.job .list-job li .link-arrow .title .txt {
  width: calc(100% - 48px);
  font-size: 22px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow .title .txt {
    font-size: 18px;
    padding-top: 40px;
  }
}
.job .list-job li .link-arrow .title .arrow-ic {
  margin-left: 0;
}
.job .list-job li .link-arrow .list-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 8px;
  margin: 8px 0 24px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow .list-tag {
    margin: 12px 0 20px;
  }
}
.job .list-job li .link-arrow .list-tag li {
  width: initial;
  font-size: 13px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow .list-tag li {
    font-size: 11px;
    margin: 0;
  }
}
.job .list-job li .link-arrow .notes {
  font-size: 16px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .job .list-job li .link-arrow .notes {
    font-size: 14px;
  }
}
.job .list-job li .link-arrow:hover img {
  opacity: 1 !important;
}
.job .list-job li .link-arrow:hover .title,
.job .list-job li .link-arrow:hover .list-tag,
.job .list-job li .link-arrow:hover .notes {
  color: #1E285A;
}

/*============*/
/* job detail */
/*============*/
main:has(.job.detail) {
  background: #FFF;
}

.job.detail .cts-sec {
  background-color: #E7E7E7;
}
.job.detail .cts-area .h-job01 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .h-job01 {
    font-size: 25px;
  }
}
.job.detail .cts-area .h-job02 {
  font-size: 30px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .h-job02 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 80px;
  }
}
.job.detail .cts-area .profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job.detail .cts-area .profile .txt-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0 24px;
  align-items: center;
  border-bottom: solid 1px #32DC9B;
  padding-bottom: 24px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .profile .txt-wrap {
    gap: 0 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
.job.detail .cts-area .profile .txt-wrap .icon {
  min-width: 38px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .profile .txt-wrap .icon {
    width: 32px;
    min-width: initial;
  }
}
.job.detail .cts-area .profile .txt-wrap .list-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .profile .txt-wrap .list-tag {
    margin-bottom: 16px;
  }
}
.job.detail .cts-area .profile .txt-wrap .list-tag li {
  width: initial;
  font-size: 13px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .profile .txt-wrap .list-tag li {
    font-size: 11px;
    padding: 4px 8px;
    margin: 0;
  }
}
.job.detail .cts-area .profile .txt-wrap .list-tag li a:hover {
  color: #1E285A;
}
.job.detail .cts-area .profile .txt-wrap .name,
.job.detail .cts-area .profile .txt-wrap .date,
.job.detail .cts-area .profile .txt-wrap .job-date {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .job.detail .cts-area .profile .txt-wrap .name,
.job.detail .cts-area .profile .txt-wrap .date,
.job.detail .cts-area .profile .txt-wrap .job-date {
    font-size: 13px;
    line-height: 1.8;
  }
}
.job.detail .cts-area:has(.img-wrap img) .wrap .txt-wrap {
  width: 66.15%;
}
@media (max-width: 767px) {
  .job.detail .cts-area:has(.img-wrap img) .wrap .txt-wrap {
    width: 100%;
  }
}
.job.detail .cts-area:has(.img-wrap img) .wrap .img-wrap {
  width: 28.4%;
}
@media (max-width: 767px) {
  .job.detail .cts-area:has(.img-wrap img) .wrap .img-wrap {
    width: 36.69%;
    max-width: 120px;
    text-align: right;
    margin: 1em 0 0 auto;
  }
}
.job.detail .cts-area:has(.img-wrap img) .wrap .img-wrap img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .job.detail .cts-area:has(.img-wrap img) .wrap .img-wrap img {
    border-radius: 14px;
  }
}
.job.detail .cts-area .voice-sec .wrap,
.job.detail .cts-area .recruite-sec .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 72px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .wrap,
.job.detail .cts-area .recruite-sec .wrap {
    gap: 0 32px;
  }
}
.job.detail .cts-area .voice-sec .wrap .h-side,
.job.detail .cts-area .recruite-sec .wrap .h-side {
  min-width: 40px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .wrap .h-side,
.job.detail .cts-area .recruite-sec .wrap .h-side {
    min-width: 28px;
  }
}
.job.detail .cts-area .voice-sec {
  margin-bottom: 96px;
}
.job.detail .cts-area .voice-sec .data-faq {
  min-height: 50vh;
  margin-bottom: 88px;
}
@media (max-width: 1023px) {
  .job.detail .cts-area .voice-sec .data-faq {
    min-height: initial;
    margin-top: 40px;
  }
}
.job.detail .cts-area .voice-sec .data-faq dt {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .data-faq dt {
    font-size: 18px;
  }
}
.job.detail .cts-area .voice-sec .data-faq dt:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .data-faq dt:not(:first-child) {
    margin-top: 64px;
  }
}
.job.detail .cts-area .voice-sec .data-faq dt span {
  display: block;
  font-family: "Outfit-Thin", sans-serif;
  font-size: 35px;
  color: #32DC9B;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .data-faq dt span {
    font-size: 28px;
    padding-bottom: 4px;
  }
}
.job.detail .cts-area .voice-sec .data-faq dd {
  margin: 24px 0 48px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .data-faq dd {
    font-size: 14px;
    margin: 12px 0 24px;
  }
}
.job.detail .cts-area .voice-sec .data-faq dd.data-img {
  max-width: 530px;
  margin: 0 auto 48px;
}
.job.detail .cts-area .voice-sec .data-faq dd.data-img img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .voice-sec .data-faq dd.data-img img {
    border-radius: 15px;
  }
}
.job.detail .cts-area .recruite-sec {
  width: 100%;
}
.job.detail .cts-area .recruite-sec .wrap .entry-body {
  width: calc(100% - 40px);
  margin-top: -24px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .recruite-sec .wrap .entry-body {
    width: calc(100% - 28px);
    margin-top: -8px;
  }
}
.job.detail .cts-area .recruite-sec .wrap .entry-body .link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .job.detail .cts-area .recruite-sec .table {
    margin-bottom: 0;
  }
}
.job.detail .cts-area .recruite-sec .table th {
  width: 24%;
}
@media (max-width: 767px) {
  .job.detail .cts-area .recruite-sec .table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .job.detail .cts-area .recruite-sec .table td {
    display: block;
    width: 100%;
    padding: 0 4px 16px 1em;
    margin-bottom: 16px;
  }
}
.job.detail .cts-area .recruite-sec .table td .col-dl {
  clear: both;
}
.job.detail .cts-area .recruite-sec .table td .col-dl dt {
  float: left;
}
.job.detail .cts-area .recruite-sec .date {
  color: #32DC9B;
  text-align: right;
}
.job.detail .cts-area .recruite-sec .link .link-arrow {
  display: flex;
  justify-content: center;
}
.job.detail .other-sec .job-bg {
  background-color: #E7E7E7;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding-bottom: 144px;
}
@media (max-width: 767px) {
  .job.detail .other-sec .job-bg {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-bottom: 72px;
  }
}
.job.detail .other-sec .other-wrap {
  max-width: 888px;
  margin: 96px auto 0;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap {
    margin: 80px auto 0;
  }
}
.job.detail .other-sec .other-wrap .h-job01 {
  font-size: 22px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap .h-job01 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap .scroll-wrap {
    overflow-x: auto;
  }
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job {
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 16px 6.66%;
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap .scroll-wrap .list-job {
    min-width: 720px;
  }
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job > li {
  width: 28.88%;
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap .scroll-wrap .list-job > li {
    min-width: 188px;
    padding-left: 8px;
  }
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job > li figure {
  max-width: 240px;
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job > li figure::before {
  width: 66px;
  height: 40px;
}
@media (max-width: 767px) {
  .job.detail .other-sec .other-wrap .scroll-wrap .list-job > li figure img {
    width: 100%;
    border-radius: 20px;
  }
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job > li .link-arrow .title .txt {
  font-size: 18px;
}
.job.detail .other-sec .other-wrap .scroll-wrap .list-job > li .list-tag li {
  background-color: #F0F0F0;
}
.job.detail .other-sec .other-wrap .link {
  margin-top: 1em;
}
.job.detail .other-sec .other-wrap .link .link-arrow {
  display: flex;
  justify-content: center;
}

/*======*/
/* life */
/*======*/
.life .h-life01 {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .life .h-life01 {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
.life .h-life01 img {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .life .h-life01 img {
    max-width: 30px;
    margin-right: 16px;
  }
}
.life .h-life02 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #32DC9B;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .life .h-life02 {
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
.life .h-life02 span {
  display: inline-block;
  margin-right: 24px;
  color: #32DC9B;
  font-size: 26px;
  font-family: "Outfit-Thin", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .life .h-life02 span {
    margin-right: 14px;
    font-size: 19px;
  }
}
.life .first-txt {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .life .first-txt {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .life .sidemenu-area {
    max-width: 220px;
    margin: 0 auto;
  }
}
.life .sidemenu-cts {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .life .sidemenu-cts {
    margin-bottom: 100px;
    padding-left: 46px;
  }
  .life .sidemenu-cts .h-life01 {
    margin-left: -46px;
  }
}
.life .sidemenu-cts p {
  margin-bottom: 2em;
  line-height: 2;
}
.life .sidemenu-cts p:last-child {
  margin-bottom: 0;
}
.life .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .life .wrap {
    display: block;
  }
}
.life .wrap .txt {
  width: 42%;
}
@media (max-width: 767px) {
  .life .wrap .txt {
    width: 100%;
  }
}
.life .wrap .slider {
  position: relative;
  width: 52%;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .life .wrap .slider {
    width: 100%;
    margin-top: 32px;
  }
}
.life .wrap .slider .swiper-img {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .life .wrap .slider .swiper-img {
    border-radius: 16px;
  }
}
.life .wrap .slider .swiper-slide-active .swiper-img img,
.life .wrap .slider .swiper-slide-duplicate-active .swiper-img img,
.life .wrap .slider .swiper-slide-prev .swiper-img img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.life .wrap .slider .swiper-pagination {
  bottom: 0;
  text-align: right;
}
.life .wrap .slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 1;
}
.life .wrap .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #32DC9B;
}
.life dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .life dl {
    display: block;
    margin-bottom: 56px;
  }
}
.life dl dt {
  width: 130px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .life dl dt {
    width: 100%;
    margin-bottom: 12px;
  }
}
.life dl dd {
  width: calc(100% - 130px);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .life dl dd {
    width: 100%;
    padding-left: 15px;
  }
}
.life .link {
  margin-top: 50px;
}
.life .link .link-arrow {
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .life #cts01 .list-wrap {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .life #cts01 .list-col4 {
    width: 556px;
  }
}
.life #cts01 .list-col4 li {
  width: 17.045%;
  margin-right: 10.606%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .life #cts01 .list-col4 li {
    width: 124px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
.life #cts01 .list-col4 li:nth-of-type(4n) {
  margin-right: 0;
}
.life #cts01 .list-col4 li figure img {
  border-radius: 24px;
}
.life #cts01 .list-col4 li figure figcaption {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .life #cts01 .list-col4 li figure figcaption {
    margin-top: 20px;
    font-size: 13px;
  }
}
.life #cts02 .list02 {
  margin-bottom: 0;
}
.life #cts02 .list02 + .link {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .life #cts02 .list02 + .link {
    margin-bottom: 56px;
  }
}
.life #cts02 .list03 {
  margin-bottom: 0;
}
.life #cts04 .link {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .life #cts04 .link {
    margin-bottom: 25px;
  }
}
.life #cts04 .link.link02 {
  margin: 0;
}

/*========*/
/* people */
/*========*/
.people .contents {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .people .contents {
    padding: 0 50px;
  }
}
.people .list-people {
  gap: 80px 10.2%;
}
@media (max-width: 767px) {
  .people .list-people {
    gap: 64px 0;
    margin: 0 auto;
  }
}
.people .list-people li {
  width: 26.53%;
  /* 260/980 */
  margin-right: 0;
}
@media (max-width: 767px) {
  .people .list-people li {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.people .list-people li figure {
  padding-right: 8px;
}
.people .list-people li figure img {
  border-radius: 40px;
}
.people .list-people li .link-arrow {
  position: relative;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .people .list-people li .link-arrow {
    font-size: 15px;
  }
}
.people .list-people li .link-arrow .title {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .people .list-people li .link-arrow .title {
    margin-top: 0;
  }
}
.people .list-people li .link-arrow .title .txt {
  width: calc(100% - 48px);
  font-size: 22px;
}
@media (max-width: 767px) {
  .people .list-people li .link-arrow .title .txt {
    font-size: 18px;
    padding-top: 16px;
  }
}
.people .list-people li .link-arrow .title .arrow-ic {
  margin-left: 0;
}
.people .list-people li .link-arrow .list-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin: 16px 0 24px;
}
.people .list-people li .link-arrow .list-tag li {
  width: initial;
  font-size: 13px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .people .list-people li .link-arrow .list-tag li {
    font-size: 11px;
    margin: 0;
  }
}
.people .list-people li .link-arrow .name,
.people .list-people li .link-arrow .date {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .people .list-people li .link-arrow .name,
.people .list-people li .link-arrow .date {
    font-size: 13px;
  }
}
.people .list-people li .link-arrow:hover img {
  opacity: 1 !important;
}
.people .list-people li .link-arrow:hover .title,
.people .list-people li .link-arrow:hover .list-tag,
.people .list-people li .link-arrow:hover .name,
.people .list-people li .link-arrow:hover .date {
  color: #1E285A;
}

/*===============*/
/* people detail */
/*===============*/
.people.detail .cts-area .h-people01 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .h-people01 {
    font-size: 25px;
  }
}
.people.detail .cts-area .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.people.detail .cts-area .wrap .txt-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0 24px;
  align-items: center;
  border-bottom: solid 1px #32DC9B;
  padding-bottom: 24px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .wrap .txt-wrap {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
.people.detail .cts-area .wrap .txt-wrap .icon {
  min-width: 38px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .wrap .txt-wrap .icon {
    min-width: 32px;
  }
}
.people.detail .cts-area .wrap .txt-wrap .list-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .wrap .txt-wrap .list-tag {
    margin-bottom: 16px;
  }
}
.people.detail .cts-area .wrap .txt-wrap .list-tag li {
  width: initial;
  font-size: 13px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 20px;
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .wrap .txt-wrap .list-tag li {
    font-size: 11px;
    padding: 4px 8px;
    margin: 0;
  }
}
.people.detail .cts-area .wrap .txt-wrap .list-tag li a:hover {
  color: #1E285A;
}
.people.detail .cts-area .wrap .txt-wrap .name,
.people.detail .cts-area .wrap .txt-wrap .date {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .people.detail .cts-area .wrap .txt-wrap .name,
.people.detail .cts-area .wrap .txt-wrap .date {
    font-size: 13px;
    line-height: 1.8;
  }
}
.people.detail .cts-area:has(.img-wrap img) .wrap .txt-wrap {
  width: 66.15%;
}
@media (max-width: 767px) {
  .people.detail .cts-area:has(.img-wrap img) .wrap .txt-wrap {
    width: 55.97%;
  }
}
.people.detail .cts-area:has(.img-wrap img) .wrap .img-wrap {
  width: 28.4%;
}
@media (max-width: 767px) {
  .people.detail .cts-area:has(.img-wrap img) .wrap .img-wrap {
    width: 36.69%;
  }
}
.people.detail .cts-area:has(.img-wrap img) .wrap .img-wrap img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .people.detail .cts-area:has(.img-wrap img) .wrap .img-wrap img {
    border-radius: 14px;
  }
}
.people.detail .cts-area .data-faq {
  min-height: 50vh;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .people.detail .cts-area .data-faq {
    min-height: initial;
    margin-top: 64px;
  }
}
.people.detail .cts-area .data-faq dt {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .people.detail .cts-area .data-faq dt {
    font-size: 18px;
  }
}
.people.detail .cts-area .data-faq dt span {
  display: block;
  font-family: "Outfit-Thin", sans-serif;
  font-size: 35px;
  color: #32DC9B;
}
@media (max-width: 767px) {
  .people.detail .cts-area .data-faq dt span {
    font-size: 28px;
    padding-bottom: 4px;
  }
}
.people.detail .cts-area .data-faq dd {
  margin: 24px 0 48px;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (max-width: 767px) {
  .people.detail .cts-area .data-faq dd {
    font-size: 13px;
    margin: 20px 0 40px;
  }
}
.people.detail .cts-area .data-faq dd.data-img {
  max-width: 530px;
  margin: 0 auto 48px;
}
.people.detail .cts-area .data-faq dd.data-img img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .people.detail .cts-area .data-faq dd.data-img img {
    border-radius: 15px;
  }
}
.people.detail .link .link-arrow {
  display: flex;
  justify-content: center;
}

/*=========*/
/* support */
/*=========*/
@media (max-width: 767px) {
  .support .h-support01 img {
    display: inline-block;
    max-width: 25px;
  }
}
.support .h-support02 {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767px) {
  .support .h-support02 {
    margin-bottom: 50px;
    font-size: 25px;
  }
}
.support .h-support02 img {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .support .h-support02 img {
    max-width: 30px;
    margin-right: 16px;
  }
}
.support .h-support03 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .support .h-support03 {
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 18px;
  }
}
.support .h-support03::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 50px);
  height: 1px;
  background: #32DC9B;
}
@media (max-width: 767px) {
  .support .h-support03::before {
    width: 100%;
  }
}
.support .h-support03 span {
  display: inline-block;
  margin-right: 24px;
  color: #32DC9B;
  font-size: 26px;
  font-family: "Outfit-Thin", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .support .h-support03 span {
    margin-right: 16px;
    font-size: 21px;
  }
}
.support .first-txt {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .support .first-txt {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .support .sidemenu-area {
    max-width: 220px;
    margin: 0 auto;
  }
}
.support .sidemenu-cts {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .support .sidemenu-cts {
    margin-bottom: 100px;
  }
}
.support .sidemenu-cts p {
  margin-bottom: 2em;
  line-height: 2;
}
.support .sidemenu-cts p:last-child {
  margin-bottom: 0;
}
.support .wrap {
  display: flex;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .support .wrap {
    margin-bottom: 100px;
  }
}
.support .wrap:last-of-type {
  margin-bottom: 0;
}
.support .wrap .h-support01 {
  width: 100px;
}
@media (max-width: 767px) {
  .support .wrap .h-support01 {
    width: 56px;
  }
}
.support .wrap .input-area {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .support .wrap .input-area {
    width: calc(100% - 56px);
  }
}
.support .wrap .input-area .sidemenu-cts:last-of-type {
  margin-bottom: 100px;
}
.support .wrap .input-area .h-support03 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .support .wrap .input-area .h-support03 {
    padding-left: 0;
  }
}
.support .wrap .input-area .data-input {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .support .wrap .input-area .data-input {
    padding-left: 8px;
  }
}
.support .data-input {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .support .data-input {
    display: block;
    margin-bottom: 75px;
  }
}
.support .data-input:last-child {
  margin-bottom: 0;
}
.support .data-input dt {
  width: 100px;
  margin-bottom: 24px;
  color: #8E93AC;
}
@media (max-width: 767px) {
  .support .data-input dt {
    width: 100%;
    margin-bottom: 12px;
  }
}
.support .data-input dt:nth-of-type(2) span {
  margin-right: -1em;
  letter-spacing: 1em;
}
.support .data-input dd {
  width: calc(100% - 100px);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .support .data-input dd {
    width: 100%;
    padding-left: 15px;
  }
}
.support .data-input dd .note {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .support .data-input dd .note {
    font-size: 10px;
  }
}
.support .data-input dd .list-dot li {
  position: relative;
}
.support .data-input dd .list-dot li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 0;
  border-radius: 50%;
  background: #1E285A;
}
@media (max-width: 767px) {
  .support .data-input dd .list-dot li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.support .link.link01 {
  margin-top: 100px;
}
.support .link.link02 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .support .link.link02 {
    margin-top: 50px;
  }
}
.support .link .link-arrow {
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.support .color-box {
  margin-top: 50px;
  padding: 50px;
  border-radius: 24px;
  background-color: rgba(50, 220, 155, 0.1);
}
@media (max-width: 767px) {
  .support .color-box {
    padding: 40px 24px;
  }
}
.support .color-box .box-inner dt {
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #32DC9B;
}
@media (max-width: 767px) {
  .support .color-box .box-inner dt {
    margin-bottom: 24px;
  }
}
.support .color-box .box-inner dt span {
  position: relative;
  display: block;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .support .color-box .box-inner dt span {
    padding-left: 28px;
  }
}
.support .color-box .box-inner dt span::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(/images/support/support_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .support .color-box .box-inner dt span::before {
    top: 1px;
    width: 19px;
    height: 19px;
  }
}

/*======*/
/* news */
/*======*/
/*=========*/
/* contact */
/*=========*/
@media (max-width: 1023px) {
  .contact .sidemenu-area .list-menu {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) {
  .contact .sidemenu-area .list-menu li {
    margin-bottom: 0;
  }
}
.contact .sidemenu-area .list-menu li span {
  color: #A5A9BD;
}
.contact .sidemenu-area .list-menu li span.current {
  color: #1E285A;
}
@media (max-width: 1023px) {
  .contact .sidemenu-area .list-menu li:not(:last-child) span {
    position: relative;
    padding-right: 32px;
  }
  .contact .sidemenu-area .list-menu li:not(:last-child) span::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 11px;
    background: url(/images/contact/contact_ic02.svg) no-repeat;
    background-size: 100% auto;
  }
}
.contact .first-txt {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contact .first-txt {
    margin-bottom: 50px;
  }
}
.contact .first-txt .error {
  margin-top: 50px;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .contact .first-txt .error {
    margin-top: 25px;
  }
}
.contact .first-txt .error::before {
  content: none;
}
.contact .table {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contact .table {
    margin-bottom: 75px;
  }
}
.contact .table tr:first-child th {
  margin-top: 0;
}
.contact .table th,
.contact .table td {
  display: block;
  width: 100%;
  padding: 0;
  border: none !important;
}
.contact .table th {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: left;
}
@media (max-width: 767px) {
  .contact .table th {
    margin-bottom: 18px;
    font-size: 18px;
  }
}
.contact .table th .required {
  display: inline-block;
  max-width: 48px;
  width: 100%;
  margin-left: 10px;
  padding: 0;
  border-radius: 500px;
  background-color: #32DC9B;
  color: #1E285A;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .table th .required {
    max-width: 40px;
    margin-left: 8px;
    font-size: 11px;
    line-height: 18px;
  }
}
.contact .table th .required.error-required {
  background: #F03246;
  color: #FFF;
}
.contact .table td {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact .table td {
    font-size: 15px;
  }
}
.contact .table td ::-moz-placeholder {
  color: #BBBECD;
}
.contact .table td ::placeholder {
  color: #BBBECD;
}
.contact .policy-area {
  max-width: 680px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .contact .policy-area {
    margin-bottom: 45px;
  }
}
.contact .policy-area .policy-box {
  overflow: auto;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 18px;
  background: rgba(50, 220, 155, 0.1);
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box {
    height: 248px;
    margin-bottom: 35px;
  }
}
.contact .policy-area .policy-box .inner {
  padding: 54px 40px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .inner {
    padding: 48px 36px;
  }
}
.contact .policy-area .policy-box h2 {
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box h2 {
    font-size: 16px;
  }
}
.contact .policy-area .policy-box .txt {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .txt {
    padding-left: 5px;
  }
}
.contact .policy-area .policy-box .txt h3 {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .txt h3 {
    font-size: 12px;
  }
}
.contact .policy-area .policy-box .txt p {
  margin-bottom: 32px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .txt p {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.contact .policy-area .policy-box .txt .case-list {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .txt .case-list {
    margin-bottom: 30px;
  }
}
.contact .policy-area .policy-box .txt .case-list li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .policy-area .policy-box .txt .case-list li {
    font-size: 12px;
  }
}
.contact .policy-area .policy-box .info-list {
  text-align: right;
}
.contact .policy-area .privacy-txt {
  text-align: center;
}
.contact .policy-area .privacy-txt .lbl-check {
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .contact .policy-area .privacy-txt .lbl-check {
    padding-left: 26px;
  }
}
.contact .policy-area .privacy-txt input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .policy-area .privacy-txt input[type=checkbox]:checked + .check-ic::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  width: 5px;
  height: 9px;
  margin: 0;
  border-right: 2px solid #1E285A;
  border-bottom: 2px solid #1E285A;
  color: #000;
}
@media (max-width: 767px) {
  .contact .policy-area .privacy-txt input[type=checkbox]:checked + .check-ic::before {
    width: 4px;
    height: 8px;
  }
}
.contact .policy-area .privacy-txt .check-ic {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #1E285A;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .contact .policy-area .privacy-txt .check-ic {
    width: 18px;
    height: 18px;
  }
}
.contact .policy-area .privacy-txt .txt {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact .policy-area .privacy-txt .txt {
    font-size: 15px;
  }
}
.contact .policy-area .error {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 14px auto 0;
}
@media (max-width: 767px) {
  .contact .policy-area .error {
    max-width: 240px;
    margin: 20px auto 0;
  }
}
.contact .error {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 32px;
  color: #F03246;
}
@media (max-width: 767px) {
  .contact .error {
    margin-top: 12px;
    margin-left: 16px;
    padding-left: 28px;
  }
}
.contact .error::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(/images/contact/contact_ic01.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .contact .error::before {
    width: 19px;
    height: 19px;
  }
}
.contact .end-msg {
  margin: 0 0 50px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .contact .end-msg {
    font-size: 14px;
  }
}
.contact .note-box {
  margin-bottom: 100px;
  border-radius: 18px;
  background: rgba(30, 40, 90, 0.05);
}
@media (max-width: 767px) {
  .contact .note-box {
    margin-bottom: 50px;
  }
}
.contact .note-box .inner {
  padding: 50px;
}
@media (max-width: 767px) {
  .contact .note-box .inner {
    padding: 40px;
  }
}
.contact .note-box p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .note-box p {
    font-size: 13px;
  }
}
.contact .list-bt {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 88px;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 64px;
  }
}
.contact .list-bt li {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .contact .list-bt li {
    margin: 0 0 20px;
  }
}
.contact .list-bt li:last-child {
  margin-bottom: 0;
}
.contact .list-bt li .link-arrow {
  margin: 0 auto;
  color: #1E285A;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact .list-bt li .link-arrow {
    font-size: 15px;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  padding: 16px;
  border: none;
  border-radius: 18px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
    font-size: 15px;
  }
}
.contact.confirm .table th {
  color: #32DC9B;
}
.contact.confirm .table td {
  padding-bottom: 16px;
  border-bottom: 1px solid #32DC9B !important;
}
.contact.confirm .link-arrow.type02 .arrow-ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
}
.contact.confirm .link-arrow.type02 .arrow-ic::before {
  width: 14px;
  height: 12px;
  margin-top: 10px;
  background: url(/images/common/arrow_ic02.svg) no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/*=======*/
/* error */
/*=======*/
@media (max-width: 767px) {
  .error .title-sec .h-area .heading-title {
    max-width: 32px;
  }
}
.error .h-error {
  margin-bottom: 56px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .error .h-error {
    font-size: 24px;
  }
}
.error .error-msg {
  max-width: 580px;
  margin: 0 auto;
}
.error .error-msg .link {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .error .error-msg .link {
    margin-top: 40px;
  }
}
.error .error-msg .link .link-arrow {
  justify-content: center;
  text-align: center;
}
/*# sourceMappingURL=contents.css.map */