@charset "UTF-8";
.mainvisual {
  background: url(../images/service/mv.webp) center center no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
  padding-top: 21.5rem;
  z-index: 1;
}
.mainvisual:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  opacity: 0.6;
  z-index: -1;
}

.mainvisual__title {
  text-align: center;
  color: var(--color-white);
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 20rem;
    margin-top: 7rem;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainvisual__title {
    font-size: 2.4rem;
  }
}
.breadcrumb {
  background-color: var(--color-blue);
  padding: 1.355rem 0;
}
.breadcrumb .container {
  max-width: 1180px;
}
.breadcrumb ul {
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: var(--color-white);
  position: relative;
  padding-right: 2.5rem;
  white-space: nowrap;
}
.breadcrumb li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
  white-space: normal;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid var(--color-white);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a {
  text-decoration: none;
  color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
/*====================================================================================
■.1 PAGE SERVICE
====================================================================================*/
.page-service #cm-footer {
  margin-top: 0;
  border-top: none;
}

.cm-content01 {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cm-content01:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26%;
  width: 850px;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  opacity: 0.7;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.cm-content01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .cm-content01 .tt__title04 {
    font-size: 3.9rem;
  }
}
.cm-content01__infor {
  display: flex;
  justify-content: flex-end;
  padding: 0 5rem 0 0;
  width: 50%;
}

.cm-content01__box {
  max-width: 515px;
}

.cm-content01__img {
  width: 48%;
}
.cm-content01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cm-content01 {
    padding: 4rem 1.5rem;
    display: block;
  }
  .cm-content01:before {
    left: -30%;
    width: 60%;
  }
  .cm-content01__infor {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
  }
  .cm-content01__box {
    max-width: 100%;
  }
  .cm-content01__img {
    width: 100%;
  }
}
.sec-service {
  padding: 9rem 0 10rem;
  position: relative;
  z-index: 1;
}
.sec-service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-second);
  opacity: 0.87;
  z-index: -1;
}
.sec-service .tt__title05 {
  text-align: center;
}
.sec-service .cm-btn {
  margin-top: 5rem;
}
.sec-service .cm-btn__link {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

@media screen and (max-width: 767px) {
  .sec-service {
    padding: 4rem 0;
    background-color: var(--color-gray-second);
  }
  .sec-service .cm-btn {
    margin-top: 3rem;
  }
  .sec-service .cm-btn__link {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec-service {
    background: url(../images/service/bg01.webp) center center no-repeat;
    background-size: cover;
  }
}
.service-list {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 11rem;
  margin-top: 6rem;
}
.service-list:After {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 70px solid var(--color-blue);
}

.service-list__item {
  width: 48%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--color-blue);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
}

.service-list__title {
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 1.3rem;
  font-size: 2.4rem;
}

.service-list__text {
  padding: 2.5rem 2.5rem;
}

.service-list__img {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .service-list {
    margin: 2.5rem 0 6rem;
    padding-bottom: 3rem;
  }
  .service-list:After {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid var(--color-blue);
  }
  .service-list__item {
    width: 100%;
    border-radius: 20px;
    margin: 1rem 0;
  }
  .service-list__item:first-child {
    margin-top: 0;
  }
  .service-list__title {
    padding: 1rem;
    font-size: 2rem;
  }
}
.sec-step {
  padding: 9rem 0 11rem 0;
}

@media screen and (max-width: 767px) {
  .sec-step {
    padding: 4rem 0;
  }
}
.step-list {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.step-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 5rem;
}
.step-list__item:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 216px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-blue);
}
.step-list__item:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 221px;
  height: 100%;
  width: 1px;
  background-color: #ccc;
  z-index: -1;
}
.step-list__item:last-child::after {
  content: none;
}

.step-list__number {
  width: 180px;
}
.step-list__number span {
  width: 100%;
  display: block;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 30px;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--font-second);
  line-height: 1.1;
}

.step-list__infor {
  width: calc(100% - 180px);
  padding-left: 9rem;
  padding-top: 13px;
}

.step-list__title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--color-blue);
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .step-list {
    margin-top: 3rem;
  }
  .step-list__item {
    padding-bottom: 3rem;
    padding-left: 2rem;
    display: block;
  }
  .step-list__item:before {
    top: 17px;
    left: 0;
  }
  .step-list__item:after {
    left: 5px;
  }
  .step-list__number {
    width: 180px;
  }
  .step-list__number span {
    padding: 1rem;
    font-size: 2rem;
  }
  .step-list__infor {
    width: 100%;
    padding-left: 2rem;
  }
  .step-list__title {
    margin-bottom: 1rem;
  }
}
.step__txt01 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.sec-profile {
  padding: 9rem 0;
  background-color: var(--color-gray-second);
}

@media screen and (max-width: 767px) {
  .sec-profile {
    padding: 4rem 0;
  }
}
.tbl__profile {
  border: 1px solid var(--color-blue);
  padding: 3rem;
  background-color: var(--color-white);
  margin-bottom: 10rem;
  margin-top: 4.5rem;
}
.tbl__profile dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bbbbbb;
}
.tbl__profile dl:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.tbl__profile dt {
  width: 200px;
  padding: 1.5rem;
  background-color: #f7f7f7;
  font-weight: 500;
}
.tbl__profile dd {
  width: calc(100% - 200px);
  padding: 1rem 5rem;
}
.tbl__profile dd .line {
  border-bottom: 1px solid #bbbbbb;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .tbl__profile {
    padding: 3rem 1.5rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .tbl__profile-1-line {
    font-size: clamp(1.3rem, 1.2043rem + 0.2551vw, 1.4rem);
  }
  .tbl__profile dl {
    border: none;
  }
  .tbl__profile dt {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .tbl__profile dd {
    width: 100%;
    padding: 1rem 1rem 0;
  }
}
.map-access {
  align-items: center;
}

.map-access__left {
  width: 50%;
}
.map-access__left .tt__title01 {
  margin-bottom: 3rem;
  margin-left: 80px;
}
.map-access__left p {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .map-access__left {
    width: 100%;
  }
  .map-access__left .tt__title01 {
    margin: 0 0 2rem;
    text-align: center;
  }
}
.map-access__right {
  width: 50%;
  height: 320px;
}
.map-access__right iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .map-access__right {
    width: 100%;
  }
}
/*====================================================================================
■.2 PAGE CLIENT
====================================================================================*/
.page-client .mainvisual {
  background: url(../images/client/mv.webp) center center no-repeat;
  background-size: cover;
}
.page-client .cm-content01__infor {
  padding-right: 2rem;
}
.page-client .cm-content01__box {
  max-width: 525px;
}
.page-client .cm-content01__box p {
  padding-right: 3rem;
}
.page-client .sec-step {
  padding-bottom: 2rem;
}
.page-client #cm-footer {
  margin-top: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .page-client .cm-content01__infor {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-client .cm-content01__box {
    max-width: 100%;
  }
  .page-client .cm-content01__box p {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-client .sec-step {
    padding-bottom: 0;
  }
}
.sec-client {
  padding: 8.5rem 0 10rem;
  background: url(../images/client/bg01.webp) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.sec-client:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-second);
  opacity: 0.87;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-client {
    padding: 4rem 0;
  }
}
.arrow02 {
  width: 0;
  height: 0;
  margin: 5rem auto 4.5rem;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 65px solid var(--color-blue);
}

@media screen and (max-width: 767px) {
  .arrow02 {
    margin: 1.5rem auto;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid var(--color-blue);
  }
}
.client-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  gap: 15px;
}

.client-list__item {
  border: 1px solid var(--color-blue);
  background-color: var(--color-white);
  padding: 2rem 2rem 4rem;
  padding-top: 0;
  width: calc(33.3333333333% - 10px);
}
.client-list__item ul {
  padding: 1rem 0;
}
.client-list__item li {
  text-indent: -15px;
  margin-left: 15px;
  letter-spacing: 0;
}

.client-list__title {
  text-align: center;
  font-size: 2.4rem;
  color: var(--color-blue);
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.client-list__title span {
  text-shadow: 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white);
}

@media screen and (max-width: 767px) {
  .client-list {
    margin-top: 3rem;
  }
  .client-list__item {
    width: 100%;
    margin: 1rem 0;
    padding-bottom: 2rem;
  }
  .client-list__title {
    font-size: 2rem;
    margin-top: -1.8rem;
    margin-bottom: 0.5rem;
  }
}
.client-list02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  gap: 15px;
}

.client-list02__item {
  background-color: var(--color-blue);
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  width: calc(33.3333333333% - 10px);
  color: var(--color-white);
}

.client-list02__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.client-list02__title-icon {
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  margin-right: 1rem;
}

.client-list02__title-text {
  font-size: 2.4rem;
}

.client-list02 li {
  text-indent: -15px;
  margin-left: 15px;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
  .client-list02 {
    margin-top: 3rem;
  }
  .client-list02__item {
    width: 100%;
  }
  .client-list02__title-icon {
    min-width: 50px;
    height: 50px;
    padding: 10px;
  }
  .client-list02__title-text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .client-list02__title {
    min-height: 8rem;
  }
}
.sec-client02 {
  background-color: var(--color-gray-second);
  padding: 9rem 0;
}

.sec-client02__left {
  width: 50%;
}

.sec-client02 .tt__title04 {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.sec-client02 .cm-btn {
  margin-top: 5rem;
}

.sec-client02__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec-client02 {
    padding: 4rem 0;
  }
  .sec-client02__left {
    width: 100%;
  }
  .sec-client02 .tt__title04 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .sec-client02__img {
    margin-top: 2rem;
    text-align: center;
  }
  .sec-client02 .cm-btn {
    margin-top: 2.5rem;
    justify-content: center;
    display: flex;
  }
  .sec-client02__right {
    width: 100%;
  }
}
/*====================================================================================
■.3 PAGE ABOUT
====================================================================================*/
/*---------- START BOX MAIN ----------*/
.box-main {
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.box-main__item {
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .box-main {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .box-main {
    padding: 2rem 3rem;
  }
  .box-main .tt__title03 {
    margin-right: -3rem;
  }
}
/*---------- START LIST BOX MAIN ----------*/
@media only screen and (max-width: 767px) {
  .list-box-main .box-main {
    margin-top: 1.5rem;
  }
  .list-box-main .box-main:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .list-box-main {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
/*---------- START GROUP MAIN ----------*/
@media only screen and (max-width: 767px) {
  .group-about .tt__title01 {
    margin-bottom: 1.5rem;
  }
  .group-about .cm-btn {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .group-about .tt__title01 {
    margin-bottom: 2rem;
  }
  .group-about .cm-btn {
    margin-top: 6rem;
  }
}
.page-about .mainvisual {
  background: url(../images/about/mv.webp) center top no-repeat;
  background-size: cover;
}
.page-about .mainvisual:After {
  opacity: 0.5;
}
.page-about .sec-client {
  background: url(../images/about/bg01.webp) center center no-repeat;
  background-size: cover;
}
.page-about #cm-footer {
  margin-top: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .page-about .cm-content01__box {
    max-width: 100%;
  }
}
.sec-about {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .sec-about {
    padding: 5rem 0;
  }
  .sec-about .group-about {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec-about__desc {
    margin-right: -1rem;
  }
  .sec-about .group-about {
    margin-top: 5rem;
  }
}
.about__flex {
  margin-bottom: 4rem;
  margin-top: 6rem;
}

.about__flex-item {
  width: 48.8%;
}

.about__flex-item-top {
  padding: 3rem 2rem;
  margin-bottom: 4rem;
  background-color: #f7f7f7;
}

.about__flex-item-bottom {
  border: 1px solid var(--color-blue);
  padding: 0 3rem 3rem;
}
.about__flex-item-bottom ul {
  margin-top: 2rem;
}
.about__flex-item-bottom li {
  font-size: 1.8rem;
  font-weight: 500;
}

.about__flex-item-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-top: -2rem;
}
.about__flex-item-ttl > span {
  background-color: var(--color-white);
  padding: 0 0.5rem;
}

.about__flex-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}

.about__flex .chart {
  margin: 2.5rem 0;
}

@media screen and (max-width: 767px) {
  .about__flex {
    margin: 3rem 0;
  }
  .about__flex-item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .about__flex-item-top {
    padding: 2rem;
  }
  .about__flex-item-bottom {
    padding: 0 2rem 2rem;
  }
  .about__flex-item-bottom li {
    font-size: 1.5rem;
  }
  .about__flex-item-ttl {
    font-size: 2rem;
    margin-top: -1.5rem;
  }
}
.sec-about02 {
  background-color: var(--color-gray-second);
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .sec-about02 {
    padding: 4rem 0;
  }
}
.about-box {
  border: 1px solid var(--color-red);
  background-color: var(--color-white);
  padding: 3rem;
  padding-top: 0;
  margin-top: 7rem;
}

.about-box__title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: -2.5rem;
  color: var(--color-red);
  text-shadow: 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white), 0 0 5px var(--color-white);
}

@media screen and (max-width: 767px) {
  .about-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .about-box__title {
    font-size: 2.4rem;
    margin-top: -1.8rem;
  }
}
.about-box__list {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 45px;
}

.about-box__list-item {
  width: calc(33.3333333333% - 30px);
}

.about-box__list li {
  text-indent: -15px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .about-box__list {
    gap: 0;
  }
  .about-box__list-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.about-box__ttl {
  color: var(--color-red);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.new-box {
  max-width: 760px;
  margin: auto;
}

.new-box__flex {
  margin-top: 2rem;
}

.new-box__flex-item {
  background-color: var(--color-white);
  padding: 2rem 3.5rem;
  width: 42%;
  border: 1px solid var(--color-blue);
}
.new-box__flex-item:nth-child(2) {
  width: 56%;
}

.new-box__flex li {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-indent: -16px;
  margin-left: 16px;
}
.new-box__flex li:last-child {
  margin-bottom: 0;
}

.new-box__txt01 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  text-indent: -16px;
  margin-left: 16px;
}

.new-box__banner {
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}
.new-box__banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 3rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-box__banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 49%;
  z-index: 0;
}
.new-box__banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2d5e;
  opacity: 0.5;
}
.new-box__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-box__banner p {
  font-size: 1.932rem;
}

.new-box__banner-link {
  font-size: 2.4rem;
  color: var(--color-white);
  font-weight: bold;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
.new-box__banner-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.new-box__title {
  font-size: 2.5rem;
  color: var(--color-blue);
}

@media screen and (max-width: 767px) {
  .new-box {
    padding: 0;
  }
  .new-box__flex {
    margin-top: 1.5rem;
  }
  .new-box__flex-item {
    padding: 2rem 1.5rem;
    width: 100% !important;
    margin-bottom: 1.5rem;
  }
  .new-box__flex-item:last-child {
    margin-bottom: 0;
  }
  .new-box__flex-item .tt__title03 {
    font-size: clamp(1.6rem, 3vw, 2rem);
  }
  .new-box__flex li {
    font-size: 1.4rem;
  }
  .new-box__txt01 {
    font-size: 1.4rem;
  }
  .new-box__banner a {
    padding: 0;
    display: block;
  }
  .new-box__banner a > div {
    width: 100%;
    padding: 2rem;
  }
  .new-box__banner-img {
    position: relative;
    display: block;
    left: auto;
    width: 100%;
    height: 10rem;
    bottom: auto;
    top: auto;
    padding: 0 !important;
  }
  .new-box__banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .new-box__banner p {
    font-size: 1.5rem;
  }
  .new-box__banner-link {
    font-size: 2rem;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    font-size: 1.4rem;
  }
  .new-box__banner-link:after {
    padding: 3px;
  }
  .new-box__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .new-box__flex-item .tt__title03 {
    font-size: 2rem;
  }
  .new-box__banner-img {
    clip-path: polygon(16% 0%, 100% 1%, 100% 100%, 0% 100%);
  }
}
/*====================================================================================
■.4 PAGE CONTACT
====================================================================================*/
.page-contact .mainvisual {
  background: url(../images/contact/mv.webp) center center no-repeat;
  background-size: cover;
}
.page-contact #cm-footer {
  margin-top: 0;
  border: none;
}

.contact-form {
  padding: 7rem 0 9rem;
  position: relative;
}
.contact-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26%;
  width: 60%;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  opacity: 0.7;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}
.contact-form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  background-color: #d1d8e9;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 4rem 0;
  }
}
.contact-pp {
  background-color: var(--color-gray-second);
  padding: 9rem 0 10rem;
}

.contact-pp__inner {
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
  padding: 4rem 5rem;
  font-size: 1.4rem;
  margin-top: 5rem;
}
.contact-pp__inner > p {
  margin-top: 3rem;
}
.contact-pp__inner > p:first-child {
  margin-top: 0;
}
.contact-pp__inner table {
  width: 100%;
  margin: 2rem 0;
}
.contact-pp__inner table th,
.contact-pp__inner table td {
  border: 1px solid var(--color-gray-second);
  text-align: left;
  padding: 2rem;
}
.contact-pp__inner table th {
  width: 30%;
  font-weight: bold;
}
.contact-pp__inner table td {
  width: 70%;
}
.contact-pp__inner table td > p {
  margin-top: 2rem;
}
.contact-pp__inner table td .indent li {
  margin-top: 2rem;
}
.contact-pp__inner table td .indent li:first-child {
  margin-top: 0;
}
.contact-pp__inner table td > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contact-pp__inner table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .contact-pp__inner table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-top: 0;
    border-bottom: 0;
  }
  .contact-pp__inner table tr:last-child {
    border-bottom: 1px solid var(--color-gray-second);
  }
}
.contact-pp__title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  margin-top: 9rem;
  color: var(--color-blue);
}
.contact-pp__title:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contact-pp {
    padding: 5rem 0;
  }
  .contact-pp__inner {
    padding: 3rem 1.5rem;
    margin-top: 2rem;
  }
  .contact-pp__title {
    font-size: 1.9rem;
    margin-top: 4rem;
  }
}
.mt00 {
  margin-top: 0 !important;
}

/*====================================================================================
■.5 PAGE TOPICS
====================================================================================*/
.page-topics .mainvisual {
  background: url(../images/topics/mv.webp) center center no-repeat;
  background-size: cover;
}
.page-topics.single .topics-list {
  margin-bottom: 2rem;
}
.page-topics.single .topics-list__item {
  border-top: none;
}
.page-topics.single .topics-list__item p {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.page-topics.single .category {
  margin-bottom: 2rem;
}
.page-topics.single .category a {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .page-topics.single .topics-list__item p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.topics-content {
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .topics-content {
    padding: 4rem 0;
  }
}
.topics-txt01 {
  text-align: center;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .topics-txt01 {
    margin-bottom: 3rem;
  }
}
.category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.category li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.category li a {
  display: inline-block;
  border: 1px solid var(--color-blue);
  border-radius: 20px;
  padding: 0.1rem 2.5rem;
  text-decoration: none;
}
.category li a:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.category li.current a {
  background-color: var(--color-blue);
  color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .category {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .category li a {
    padding: 0.1rem 1rem;
  }
}
.topics-list {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .topics-list {
    margin-bottom: 4rem;
  }
}
.topics-list__item {
  border-top: 1px solid var(--color-gray-second);
}
.topics-list__item:last-child {
  border-bottom: 1px solid var(--color-gray-second);
}
.topics-list__item .flex {
  margin-bottom: 1rem;
}
.topics-list__item p {
  font-size: 1.8rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.topics-list a {
  text-decoration: none;
  padding: 1.5rem 0;
  display: block;
}
.topics-list .cate li {
  display: inline-block;
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 0.1rem 2rem 0.1rem 2rem;
  min-width: 108px;
  text-align: center;
  margin-left: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .topics-list a:hover p {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .topics-list__item {
    border-top: 1px solid #ccc;
  }
  .topics-list__item p {
    font-size: 1.4rem;
  }
  .topics-list .cate li {
    min-width: 90px;
    font-size: 1.2rem;
  }
}
.pager li {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
}
.pager li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: var(--color-blue);
  border: 1px solid var(--color-gray-second);
  border-radius: 100%;
  text-decoration: none;
  font-weight: bold;
}
.pager li.current a {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.pager .prev {
  margin-right: 2rem;
  transform: rotate(180deg);
}
.pager .next {
  margin-left: 2rem;
}
.pager .prev a,
.pager .next a {
  border: none;
  position: relative;
}
.pager .prev a:before, .pager .prev a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid var(--color-blue);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pager .next a:before, .pager .next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid var(--color-blue);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pager .prev a:after,
.pager .next a:after {
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .pager li a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
}
@media only screen and (min-width: 768px) {
  .pager li.prev a:hover, .pager li.next a:hover {
    background-color: transparent;
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .pager li {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pager .prev {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pager .next {
    margin-left: 1rem;
  }
}
.page02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
}

@media only screen and (max-width: 767px) {
  .page02 {
    gap: 0 2rem;
  }
  .page02 .cm-btn a {
    min-width: 170px;
  }
}
.btn-prev a,
.btn-next a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  position: relative;
}

.btn-prev a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #b5b5b5;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.btn-next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #b5b5b5;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  right: 5px;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .btn-prev a:hover,
  .btn-next a:hover {
    background-color: var(--color-gray-second);
  }
}
.area-wp__txt-top {
  border-top: 1px solid var(--color-blue);
  padding-top: 1rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .area-wp__txt-top {
    margin-bottom: 3rem;
  }
}
.area-wp__txt-bottom {
  border-top: 1px solid var(--color-blue);
  padding-top: 1rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .area-wp__txt-bottom {
    margin-top: 3rem;
  }
}
.area-wp h2 {
  font-size: 3rem;
  background-color: var(--color-gray-second);
  color: var(--color-blue);
  padding: 1.1rem 2rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.area-wp h3 {
  font-size: 2.4rem;
  color: var(--color-blue);
  border-bottom: 1px solid #ccc;
  margin-bottom: 5.5rem;
}
.area-wp h4 {
  font-size: 2rem;
  margin-bottom: 5.5rem;
  color: var(--color-blue);
}
.area-wp h5 {
  font-size: 1.8rem;
  margin-bottom: 5rem;
  color: var(--color-blue);
}
.area-wp p {
  margin-bottom: 5rem;
}
.area-wp del {
  margin-bottom: 3rem;
  display: inline-block;
}
.area-wp img {
  display: block;
  margin-bottom: 5rem;
}
.area-wp .aligncenter {
  text-align: center;
}
.area-wp .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .area-wp h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-wp h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-wp h4 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-wp h5 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-wp p {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-wp img {
    margin-bottom: 3rem;
  }
  .area-wp .page02 {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .area-wp .page02 {
    margin-top: 5rem;
  }
}
/*====================================================================================
■.6 PAGE JOB
====================================================================================*/
/*---------- START COMPONENT FORM JOB ----------*/
.c-form {
  margin-bottom: 0 !important;
}

.c-form__item {
  border-bottom: 1px solid #414b70;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.c-form__item--v1 .c-form__fields,
.c-form__item--v2 .c-form__fields,
.c-form__item--v3 .c-form__fields {
  display: flex;
  flex-wrap: wrap;
}

.c-form__item--v3 label {
  cursor: pointer;
}
.c-form__item--v3 input[type=checkbox] {
  margin-right: 1rem;
  transform: scale(1.2);
}

.c-form__item--v4 input[type=text] {
  width: 100%;
}

.c-form__item input[type=text] {
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--color-primary);
  font-family: var(--font-primary);
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.c-form__item select {
  cursor: pointer;
  width: 22.5rem;
  height: 4rem;
  color: var(--color-black);
  background-size: 2em;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.c-form__item select:last-child {
  margin-right: 0;
}

.c-form__title {
  height: 100%;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-blue-third);
  text-align: center;
}

.c-form__title--no-bg {
  color: var(--color-blue-third);
  background-color: transparent;
}

.c-form__btn {
  position: relative;
  width: 100%;
}
.c-form__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 0;
  height: 0;
  display: inline-block;
  padding: 4px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.c-form__btn .feas-submit-button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2.2rem 5rem;
  border-radius: 10px;
  cursor: pointer;
  color: var(--color-white);
  text-align: center;
  text-decoration: none !important;
  background-color: var(--color-blue);
}
.c-form__btn .feas-submit-button:hover {
  background-color: var(--color-blue-second);
}

@media only screen and (max-width: 767px) {
  .c-form__item--v3 label {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .c-form__item select {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .c-form__title {
    width: 100%;
    margin-bottom: 2rem;
  }
  .c-form__title--no-bg {
    padding: 0;
  }
  .c-form__btn {
    max-width: 25rem;
    margin: 2.5rem auto 0 auto;
  }
  .c-form__btn .feas-submit-button {
    padding: 1.5rem 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-form__item {
    display: flex;
    flex-wrap: wrap;
  }
  .c-form__item--v3 label {
    margin: 0.2rem 2rem;
  }
  .c-form__item--v3 .c-form__fields {
    margin: -0.2rem -2rem;
  }
  .c-form__item select {
    margin-right: 2rem;
  }
  .c-form__title {
    min-width: 14rem;
    margin-right: 4.5rem;
  }
  .c-form__fields {
    flex: 1;
    min-width: 1px;
  }
  .c-form__btn {
    max-width: 32.2rem;
    margin: 4rem auto 0 auto;
  }
}
/*---------- START COMPONENT FORM SELECT ----------*/
.c-form-job__select {
  display: grid;
}

.c-form-job__item label {
  cursor: pointer;
}
.c-form-job__item input[type=checkbox] {
  transform: scale(1.2);
}

@media only screen and (max-width: 575px) {
  .c-form-job__select {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-form-job__item {
    margin-top: 1rem;
  }
  .c-form-job__item:first-child {
    margin-top: 0;
  }
  .c-form-job__item input[type=checkbox] {
    margin-right: 0.7rem;
  }
}
@media only screen and (min-width: 576px) {
  .c-form-job__select {
    gap: 1rem 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form-job__list {
    display: grid;
    gap: 0.8rem 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form-job__item input[type=checkbox] {
    margin-right: 1rem;
  }
}
.job__search {
  background-color: var(--color-gray-second);
  border-radius: 30px;
  padding: 5rem;
  margin-top: 8rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .job__search {
    padding: 3rem 2rem;
    margin-top: 4rem;
  }
}
.job__inner {
  margin-bottom: 4rem;
}

.job__inner-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
  border-bottom: 1px solid #414b70;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.job__inner-item--last .job__inner-title {
  background-color: transparent;
  color: #414b70;
}
.job__inner-item--last .job__inner-infor {
  padding-top: 0;
}
.job__inner-item--last input[type=text] {
  background-color: var(--color-white);
  width: 100%;
  font-size: 1.4rem;
  height: 38px;
}
.job__inner-item--last input[type=text]::placeholder {
  color: #000;
  opacity: 1;
}

.job__inner-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-blue-third);
  height: 100%;
  min-width: 130px;
  text-align: center;
  padding: 0.5rem;
}

.job__inner-title--no-bg {
  color: var(--color-blue-third);
  background-color: transparent;
}

.job__inner-infor {
  width: calc(100% - 180px);
}

@media only screen and (max-width: 767px) {
  .job__inner-item {
    display: block;
    gap: 0;
  }
  .job__inner-infor {
    width: 100%;
    padding-top: 2rem;
  }
  .job__inner-title--no-bg {
    padding: 0;
  }
}
.job__search-btn {
  text-align: center;
}
.job__search-btn .cm-btn__link {
  width: 322px;
  max-width: 100%;
  min-width: auto;
}

.job__search .clearall {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.result {
  margin-bottom: 4rem;
}

.job-list {
  margin-bottom: 7rem;
}

.job-list__number {
  position: absolute;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .job-list {
    margin-bottom: 3rem;
  }
}
.job-list__item {
  position: relative;
  margin-bottom: 3rem;
  border: 1px solid var(--color-blue);
}

@media only screen and (max-width: 767px) {
  .job-list__item {
    margin-bottom: 1.5rem;
  }
}
.job-list__cate {
  background: linear-gradient(90deg, var(--color-blue) 0%, #3f4e92 80%);
  color: var(--color-white);
  padding: 0.8rem 2rem;
  display: inline-block;
  min-width: 340px;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

@media only screen and (max-width: 767px) {
  .job-list__cate {
    min-width: 60%;
  }
  .job-list__number {
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-list__number {
    top: 1.5rem;
    right: 2rem;
  }
}
.job-list__inner {
  padding: 3rem 5rem;
}

@media only screen and (max-width: 767px) {
  .job-list__inner {
    padding: 2rem;
  }
}
.job-list__title {
  font-size: 2rem;
  color: var(--color-blue);
  letter-spacing: 0;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .job-list__title {
    font-size: 1.8rem;
  }
}
.job-list__infor {
  margin-bottom: 5rem;
}

.job-list__infor-left {
  width: 310px;
}
.job-list__infor-left th {
  width: 105px;
  text-align: left;
  padding: 5px 0;
}
.job-list__infor-left td {
  padding: 5px 0;
}

.job-list__infor-right {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .job-list__infor {
    margin-bottom: 2rem;
  }
  .job-list__infor-left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.job-list .cm-btn {
  margin: 1rem 1.25rem;
}
.job-list .cm-btn a {
  min-width: 201px;
  padding: 1.3rem;
}
.job-list .cm-btn a:after {
  content: none;
}

.page-job .mainvisual {
  background: url(../images/job/mv.webp) center center no-repeat;
  background-size: cover;
}
.page-job.single .job-content {
  padding-top: 8rem;
}
.page-job.single .job-content .cm-btn {
  margin: 0.5rem 1.25rem;
}
.page-job.single .job-list__title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  margin-top: 3rem;
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .page-job.single .job-content {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-job.single .job-list__title {
    margin: 2rem 0;
    font-size: 2rem;
  }
}
.job-detail-infor01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 5rem 0 8rem;
}
.job-detail-infor01 dl {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job-detail-infor01 dt {
  background-color: var(--color-gray-second);
  text-align: center;
  width: 130px;
  padding: 0.5rem;
}
.job-detail-infor01 dd {
  width: calc(100% - 130px);
  padding: 0.5rem 5rem;
}

@media only screen and (max-width: 767px) {
  .job-detail-infor01 {
    gap: 0;
    margin: 3rem 0 4rem;
  }
  .job-detail-infor01 dl {
    display: block;
    width: 100%;
  }
  .job-detail-infor01 dt,
  .job-detail-infor01 dd {
    width: 100%;
    padding: 1rem;
  }
}
.job-detail-infor02 {
  border: 1px solid var(--color-blue);
  padding: 4rem 5rem;
  margin-bottom: 6rem;
}
.job-detail-infor02 .tt__title01-jp {
  padding-left: 8rem;
  font-size: 2rem;
  font-weight: bold;
}
.job-detail-infor02 .tt__title01-jp:before {
  left: 0;
}
.job-detail-infor02 > dl > dt {
  width: 270px;
  padding-right: 2rem;
}
.job-detail-infor02 > dl > dd {
  width: calc(100% - 270px);
  border-bottom: 1px solid var(--color-gray-second);
}

@media only screen and (max-width: 767px) {
  .job-detail-infor02 {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .job-detail-infor02 .tt__title01-jp {
    padding-left: 4rem;
  }
  .job-detail-infor02 > dl > dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .job-detail-infor02 > dl > dd {
    width: 100%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-detail-infor02 > dl {
    display: flex;
    flex-wrap: wrap;
  }
  .job-detail-infor02 > dl:first-child > dt {
    padding-bottom: 2rem;
  }
  .job-detail-infor02 > dl:first-child > dt .tt__title01 {
    margin-top: -2rem;
  }
  .job-detail-infor02 > dl:first-child > dd {
    padding-top: 0;
  }
  .job-detail-infor02 > dl > dt {
    padding-top: 0.8rem;
  }
  .job-detail-infor02 > dl > dd {
    padding: 2rem 0;
  }
}
/*====================================================================================
■.7 PAGE ENTRY
====================================================================================*/
.page-entry .mainvisual {
  background: url(../images/entry/mv.webp) center center no-repeat;
  background-size: cover;
}
.page-entry .box-select {
  width: 420px;
  max-width: 100%;
}
.page-entry #cm-footer {
  margin-top: 0;
  border: none;
}

.entry-box {
  max-width: 800px;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
  padding: 2rem 3rem;
  margin: 5rem auto;
}
.entry-box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.entry-box dt {
  text-align: center;
  background-color: #414b70;
  width: 130px;
  padding: 0.5rem;
  color: var(--color-white);
  height: 100%;
}
.entry-box dd {
  flex: 1;
  padding-left: 6rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .entry-box {
    padding: 2rem;
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-box dl {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .entry-box dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .entry-box dd {
    padding: 0;
  }
}
.flex-radio {
  gap: 0 10rem;
}

.flex-input {
  gap: 1rem 2rem;
}
.flex-input li {
  width: 20rem;
}

@media only screen and (max-width: 767px) {
  .flex-input li {
    width: 100%;
  }
}
.flex-checkbox {
  gap: 0.8rem 2.5rem;
}
.flex-checkbox input[type=checkbox] {
  transform: scale(1.2);
}
.flex-checkbox .other {
  position: relative;
  width: 100%;
  height: 4rem;
}
.flex-checkbox .other .wpcf7-form-control-wrap {
  position: absolute;
}
.flex-checkbox .other .wpcf7-form-control-wrap:first-child {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flex-checkbox .other .wpcf7-form-control-wrap:last-child {
  right: 0;
  bottom: 0;
}
.flex-checkbox .other p {
  width: calc(100% - 85px);
}

@media screen and (max-width: 767px) {
  .flex-checkbox .other {
    padding-left: 9rem;
  }
  .flex-checkbox .other .wpcf7-form-control-wrap:last-child {
    width: calc(100% - 9rem);
  }
}
@media only screen and (min-width: 768px) {
  .flex-checkbox .other {
    padding-left: 10rem;
  }
  .flex-checkbox .other .wpcf7-form-control-wrap:last-child {
    width: calc(100% - 10rem);
  }
}
@media only screen and (max-width: 575px) {
  .flex-checkbox input[type=checkbox] {
    margin-right: 0.7rem;
  }
}
@media only screen and (min-width: 576px) {
  .flex-checkbox input[type=checkbox] {
    margin-right: 1rem;
  }
}
/*---------- START GROUP ENTRY ----------*/
.group-entry__body {
  font-size: 1.4rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.group-entry__row:first-child {
  margin-top: 0;
}

.group-entry__title {
  margin-bottom: 1rem;
  color: var(--color-blue);
  text-align: center;
}

.group-entry__desc > p {
  margin-top: 3rem;
}
.group-entry__desc > p:first-child {
  margin-top: 0;
}

.group-entry table {
  width: 100%;
  margin: 2rem 0;
}
.group-entry table th,
.group-entry table td {
  padding: 2rem;
  text-align: left;
  border: 1px solid var(--color-gray-second);
}
.group-entry table th {
  width: 30%;
  font-weight: bold;
}
.group-entry table td {
  width: 70%;
}
.group-entry table td > p {
  margin-top: 2rem;
}
.group-entry table td .indent li {
  margin-top: 2rem;
}
.group-entry table td .indent li:first-child {
  margin-top: 0;
}
.group-entry table td > p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .group-entry__body {
    margin-top: 2rem;
    padding: 3rem 1.5rem;
  }
  .group-entry__row {
    margin-top: 4rem;
  }
  .group-entry__title {
    font-size: 1.9rem;
  }
  .group-entry table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .group-entry table td {
    display: block;
    width: 100%;
    padding: 1rem;
    border-top: 0;
    border-bottom: 0;
  }
  .group-entry table tr:last-child {
    border-bottom: 1px solid var(--color-gray-second);
  }
}
@media only screen and (min-width: 768px) {
  .group-entry__body {
    margin-top: 5rem;
    padding: 4rem 5rem;
  }
  .group-entry__row {
    margin-top: 8rem;
  }
  .group-entry__title {
    font-size: 2.4rem;
  }
}
/*---------- START LIST GROUP ENTRY ----------*/
.list-group-entry .group-entry:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .list-group-entry .group-entry {
    margin-top: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .list-group-entry .group-entry {
    margin-top: 9rem;
  }
}
/*---------- START CUSTOM EDITOR WORDPRESS ----------*/
.c-editor-style ul {
  list-style: square;
  margin-left: 1.8rem;
}
.c-editor-style ul li {
  list-style: square;
}
.c-editor-style ol {
  list-style: decimal;
}
.c-editor-style ol li {
  list-style: decimal;
}
.c-editor-style ol ol {
  list-style: upper-alpha;
}
.c-editor-style ol ol li {
  list-style: upper-alpha;
}
.c-editor-style ol ol ol {
  list-style: lower-roman;
}
.c-editor-style ol ol ol li {
  list-style: lower-roman;
}
.c-editor-style ol ol ol ol {
  list-style: lower-alpha;
}
.c-editor-style ol ol ol ol li {
  list-style: lower-alpha;
}
.c-editor-style ul ul,
.c-editor-style ol ol,
.c-editor-style ul ol,
.c-editor-style ol ul {
  margin-bottom: 0;
}
.c-editor-style strong {
  font-weight: bold;
}
.c-editor-style cite,
.c-editor-style em,
.c-editor-style i {
  font-style: italic;
}
.c-editor-style big {
  font-size: 131.25%;
}
.c-editor-style ins {
  background: #ffc;
  text-decoration: none;
}
.c-editor-style blockquote {
  font-style: italic;
  padding: 0 3em;
}
.c-editor-style blockquote cite,
.c-editor-style blockquote em,
.c-editor-style blockquote i {
  font-style: normal;
}
.c-editor-style pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
.c-editor-style abbr,
.c-editor-style acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.c-editor-style sup,
.c-editor-style sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.c-editor-style sup {
  bottom: 1ex;
}
.c-editor-style sub {
  top: 0.5ex;
}
.c-editor-style small {
  font-size: smaller;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-spinner {
  display: none !important;
}