@charset "UTF-8";
/* 私たちについて
---------------------------------------------------------------------------- */
#about .p-heading {
  margin-top: 14.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-heading {
    margin-top: 6rem;
  }
}
#about .p-heading .txt-box {
  padding: 16rem 0 18rem;
}
@media screen and (max-width: 767px) {
  #about .p-heading .txt-box {
    padding: 5rem 0 3rem;
  }
}
#about .p-heading .txt-box .c-secttl-box .c-secttl {
  margin-left: 2rem;
}
#about .p-heading .img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 84rem;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #about .p-heading .img {
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  #about .p-heading .img {
    position: static;
  }
}
#about .p-heading .c-breadcrumb {
  margin-top: 3rem;
}
#about .p-intro {
  padding: 11.7rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #about .p-intro {
    padding: 6rem 0;
  }
}
#about .p-intro .txt {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #about .p-intro .txt {
    font-size: 1.4rem;
  }
}
#about .p-intro .lead {
  margin-top: 7rem;
  text-align: center;
  color: #006CB8;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.78571;
}
@media screen and (max-width: 767px) {
  #about .p-intro .lead {
    margin-top: 5rem;
    font-size: 2rem;
  }
}
#about .p-service {
  background-color: #EFFAFD;
  padding: 11rem 0 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-service {
    padding: 7.5rem 0;
  }
  #about .p-service .c-secttl-box .c-secttl.-l {
    font-size: 1.8rem;
  }
}
#about .p-service::before {
  content: "";
  position: absolute;
  top: 17.7rem;
  transform: translateX(-50%);
  left: calc(50% + 78rem);
  width: 56.7rem;
  height: 51.9rem;
  background: url(../img/service/img_service.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #about .p-service::before {
    width: 17rem;
    height: 15.4rem;
    left: calc(50% + 17rem);
    top: 1rem;
  }
}
#about .p-service .l-wrap {
  max-width: 84rem;
}
#about .p-service .l-wrap .txt {
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .txt {
    text-align: left;
  }
}
#about .p-service .l-wrap .list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list {
    margin-top: 4rem;
  }
}
#about .p-service .l-wrap .list_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item {
    display: block;
  }
}
#about .p-service .l-wrap .list_item:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#about .p-service .l-wrap .list_item_ttl {
  width: 10.6rem;
  height: 10.6rem;
  background-color: #006CB8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item_ttl {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.5rem;
  }
}
#about .p-service .l-wrap .list_item_txt-box {
  flex: 1;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item_txt-box {
    margin-top: -5.5rem;
  }
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item_lead {
    font-size: 1.7rem;
    margin-left: 8rem;
    letter-spacing: 0.1em;
    line-height: 1.52;
  }
}
#about .p-service .l-wrap .list_item_txt {
  margin-top: -0.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item_txt {
    margin-top: 1.7rem;
  }
}
#about .p-service .l-wrap .list_item .c-link {
  margin-top: 1rem;
}
#about .p-service .l-wrap .list_item .c-link a {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .list_item .c-link a {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 2em;
  }
  #about .p-service .l-wrap .list_item .c-link a::before {
    top: 0.5rem;
    transform: translate(0);
  }
  #about .p-service .l-wrap .list_item .c-link a::after {
    top: 0.6rem;
    transform: translate(0);
  }
}
#about .p-service .l-wrap .lead {
  margin-top: 8rem;
  border: 2px solid #006CB8;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5rem 3rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.777777;
}
@media screen and (max-width: 767px) {
  #about .p-service .l-wrap .lead {
    margin-top: 5rem;
    padding: 3rem;
    font-size: 1.6rem;
  }
}
#about .p-thoughts {
  padding-top: 21.7rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts {
    padding-top: 7rem;
  }
}
#about .p-thoughts .l-wrap {
  padding-bottom: 110rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap {
    padding-bottom: 70rem;
  }
}
#about .p-thoughts .l-wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .flex {
    display: block;
  }
}
#about .p-thoughts .l-wrap .flex .txt-box {
  max-width: 61.6rem;
}
#about .p-thoughts .l-wrap .flex .txt-box dl {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .flex .txt-box dl {
    margin-top: 3.5rem;
  }
}
#about .p-thoughts .l-wrap .flex .img {
  max-width: 48.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .flex .img {
    max-width: 23rem;
    margin-top: 2.5rem;
    margin-left: auto;
  }
}
#about .p-thoughts .l-wrap .c-flex-box {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .c-flex-box {
    margin-top: 2.5rem;
    flex-direction: column;
  }
}
#about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box {
    margin-top: 3rem;
  }
}
#about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box .post {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
#about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box .name {
  letter-spacing: 0.08em;
}
#about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box .name span {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .c-flex-box .txt-box .name-box .name span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .c-flex-box .img {
    max-width: 100%;
  }
}
#about .p-thoughts .l-wrap dl .item:nth-child(n+2) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap dl .item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
#about .p-thoughts .l-wrap dl .item dt {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #006CB8;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap dl .item dt {
    font-size: 1.7rem;
  }
}
#about .p-thoughts .l-wrap dl .item dd {
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap dl .item dd {
    margin-top: 1rem;
  }
}
#about .p-thoughts .l-wrap .img01 {
  position: absolute;
  right: 0;
  bottom: 40.3rem;
  width: 45.8rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .img01 {
    width: 23rem;
    bottom: 36rem;
  }
}
#about .p-thoughts .l-wrap .img02 {
  position: absolute;
  left: 9.6rem;
  bottom: 13.7rem;
  width: 31.1rem;
}
@media screen and (max-width: 767px) {
  #about .p-thoughts .l-wrap .img02 {
    width: 17rem;
    bottom: 14rem;
    left: 0;
  }
}
#about .bg-blue {
  background-color: #F8FCFD;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #about .bg-blue {
    padding: 8rem 0;
  }
}
#about .bg-blue .p-team {
  padding-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team {
    padding-bottom: 6rem;
  }
}
#about .bg-blue .p-team .txt {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team .txt {
    text-align: left;
  }
}
#about .bg-blue .p-team .list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team .list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#about .bg-blue .p-team .list_item_name {
  margin-top: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team .list_item_name {
    margin-top: 1rem;
  }
}
#about .bg-blue .p-team .list_item_name span {
  letter-spacing: 0;
  font-size: 2.4rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team .list_item_name span {
    font-size: 2.2rem;
  }
}
#about .bg-blue .p-team .list_item_post {
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#about .bg-blue .p-team .list_item_txt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #about .bg-blue .p-team .list_item_txt {
    margin-top: 1.5rem;
  }
}
#about .bg-blue .c-recruit {
  margin-bottom: 0;
  background-color: #fff;
}

/* 会計・財務顧問
---------------------------------------------------------------------------- */
#service .p-service {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #service .p-service {
    margin-top: 5rem;
  }
}
#service .p-service .c-flex-box .txt-box {
  width: 66.8rem;
}
@media screen and (max-width: 767px) {
  #service .p-service .c-flex-box .txt-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #service .p-service .c-flex-box .txt-box .c-secttl-box .c-secttl {
    font-size: 1.7rem;
  }
}
#service .p-service .c-flex-box .txt-box .txt {
  line-height: 1.7;
}
#service .p-service .c-flex-box .img {
  max-width: 64.3rem;
}
#service .p-assignment {
  margin-top: 14rem;
  padding: 10rem 0;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #service .p-assignment {
    margin-top: 7rem;
    padding: 7rem 0;
  }
}
#service .p-assignment .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 6rem 4rem 0;
}
@media screen and (max-width: 767px) {
  #service .p-assignment .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    margin: 6rem 4rem 0;
  }
}
#service .p-assignment .list_item {
  padding: 4rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  background: url(../img/service/bg_assignment.png) no-repeat center center/contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .p-assignment .list_item {
    font-size: 1.6rem;
    padding: 3.5rem 0;
  }
}
#service .p-assignment .list_item::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../img/service/icon_check_assignment.svg) no-repeat center center/contain;
}
#service .p-assignment .lead {
  margin-top: 4rem;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.09em;
  line-height: 1.71428;
}
@media screen and (max-width: 767px) {
  #service .p-assignment .lead {
    font-size: 2.2rem;
  }
}
#service .p-assignment .lead .-s {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #service .p-assignment .lead .-s {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
#service .p-approach {
  padding: 12rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach {
    padding: 7rem 0;
  }
}
#service .p-approach .c-secttl-box .c-secttl {
  margin-top: 0;
}
#service .p-approach .txt {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-approach .txt {
    text-align: left;
  }
}
#service .p-approach .list {
  margin-top: 8rem;
}
#service .p-approach .list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item {
    display: block;
  }
}
#service .p-approach .list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
#service .p-approach .list_item_txt-box {
  max-width: 62rem;
  position: relative;
}
#service .p-approach .list_item_txt-box .c-btn {
  margin-top: 2.8rem;
}
#service .p-approach .list_item_ttl-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_ttl-box {
    padding-bottom: 10rem;
    position: relative;
  }
  #service .p-approach .list_item_ttl-box.-bottom60 {
    padding-bottom: 6rem;
  }
}
#service .p-approach .list_item_category {
  width: 10.6rem;
  height: 10.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006CB8;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_category {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.5rem;
  }
}
#service .p-approach .list_item_ttl {
  flex: 1;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_ttl {
    font-size: 1.5rem;
  }
}
#service .p-approach .list_item_ttl span {
  font-size: 2.8rem;
  display: block;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_ttl span {
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#service .p-approach .list_item_txt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#service .p-approach .list_item_check-list {
  margin-top: 2rem;
}
#service .p-approach .list_item_check-list_item {
  margin-top: 0.5rem;
  letter-spacing: 0.08em;
  padding-left: 2.8rem;
  line-height: 1.7;
  position: relative;
}
#service .p-approach .list_item_check-list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
#service .p-approach .list_item_num {
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: -1;
  font-size: 31.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #E8F4FC;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_num {
    top: -7rem;
    font-size: 20rem;
  }
}
#service .p-approach .list_item_img {
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item_img {
    margin-top: 2rem;
  }
}
#service .p-approach .list_item:nth-child(n+2) {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach .list_item:nth-child(n+2) {
    margin-top: 8rem;
  }
}
#service .p-approach .other {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach .other {
    margin-top: 6rem;
  }
}
#service .p-approach .other .other-ttl {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.09em;
  line-height: 1.78571;
}
@media screen and (max-width: 767px) {
  #service .p-approach .other .other-ttl {
    font-size: 2rem;
  }
}
#service .p-approach .other dl {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #service .p-approach .other dl {
    margin-top: 4rem;
  }
}
#service .p-approach .other dl .item {
  border-bottom: 1px solid #C1C1C1;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
}
#service .p-approach .other dl .item:first-child {
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  #service .p-approach .other dl .item {
    display: block;
  }
}
#service .p-approach .other dl .item dt {
  font-size: 1.8rem;
  color: #006CB8;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: 33.5rem;
  line-height: 1.666;
}
#service .p-approach .other dl .item dd {
  flex: 1;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-approach .other dl .item dd {
    margin-top: 1rem;
  }
}
#service .p-price {
  background-color: #F5F7F8;
  padding: 13rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #service .p-price {
    padding: 7rem 0;
  }
}
#service .p-price .top .c-secttl-box .c-secttl .-s {
  font-size: 1.6rem;
}
#service .p-price .top .txt {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .txt {
    text-align: left;
  }
}
#service .p-price .top .list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
#service .p-price .top .list_item {
  position: relative;
  border: 1px solid #006CB8;
  background-color: #fff;
  border-radius: 2rem;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item {
    padding: 4rem 0 2rem;
  }
}
#service .p-price .top .list_item:nth-child(n+2) {
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item:nth-child(n+2) {
    padding: 4rem 0 2rem;
  }
}
#service .p-price .top .list_item:nth-child(n+2) .list_item_num-box {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item:nth-child(n+2) .list_item_num-box {
    margin-top: 2rem;
  }
}
#service .p-price .top .list_item_lead {
  position: absolute;
  padding: 0.4rem 2.2rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006CB8;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  border-radius: 2.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item_lead {
    font-size: 1.4rem;
    padding: 0.4rem 1.8rem;
  }
}
#service .p-price .top .list_item_lead::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon_fukidashi.svg) no-repeat center center/contain;
}
#service .p-price .top .list_item_ttl {
  text-align: center;
  font-size: 3rem;
  color: #006CB8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item_ttl {
    font-size: 2.2rem;
  }
}
#service .p-price .top .list_item_price {
  margin-top: 2rem;
  font-size: 4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  line-height: 0.6;
  color: #0599D9;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item_price {
    margin-top: 1.5rem;
    font-size: 3rem;
    line-height: 0.8;
  }
}
#service .p-price .top .list_item_price .yen {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .top .list_item_price .yen {
    font-size: 2.2rem;
  }
}
#service .p-price .top .list_item_price .-s {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
#service .p-price .top .list_item_price .-ss {
  font-size: 1.6rem;
}
#service .p-price .top .list_item_price .-sss {
  font-size: 1.3rem;
}
#service .p-price .top .list_item_price .-black {
  color: #252B30;
}
#service .p-price .top .list_item_num-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}
#service .p-price .top .list_item_num-ttl {
  background-color: #B2B2B2;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 0 1.5rem;
}
#service .p-price .top .list_item_num {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
#service .p-price .bottom {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #707070;
}
#service .p-price .bottom .ttl {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .p-price .bottom .ttl {
    font-size: 2rem;
  }
}
#service .p-price .bottom .list {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#service .p-price .bottom .list_item {
  padding-left: 3.3rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 33rem;
  position: relative;
  line-height: 2;
}
#service .p-price .bottom .list_item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #service .p-price .bottom .list_item {
    font-size: 1.6rem;
  }
}
#service .p-price .bottom .list_item:nth-child(2), #service .p-price .bottom .list_item:nth-child(5) {
  width: 48rem;
}
#service .p-price .bottom .list_item:nth-child(3), #service .p-price .bottom .list_item:nth-child(6) {
  width: 38.3rem;
}
#service .p-price .bottom .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #service .p-price .bottom .list_item::before {
    top: 0.4rem;
    transform: translate(0);
    width: 2.3rem;
    height: 2.3rem;
  }
}
#service .p-price .bottom .list_item span {
  font-size: 1.5rem;
}
#service .p-price .bottom .notes-box {
  margin-top: 3rem;
}
#service .p-price .bottom .notes-box .notes {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.08em;
  line-height: 2.125;
}
#service .p-other {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  #service .p-other {
    padding-top: 7rem;
  }
}
#service .p-other .guarantee {
  width: 91.6rem;
  margin: 0 auto;
  border: 1px solid #006CB8;
  background-color: #F7FCFF;
  border-radius: 2rem;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  #service .p-other .guarantee {
    width: 100%;
    padding: 3rem;
  }
}
#service .p-other .guarantee .guarantee-ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  color: #006CB8;
}
#service .p-other .guarantee .txt {
  margin-top: 1rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #service .p-other .guarantee .txt {
    text-align: left;
  }
}
#service .p-other .guarantee .txt span {
  font-size: 1.2rem;
}
#service .p-other .flex {
  margin-top: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex {
    margin-top: 5rem;
    display: block;
  }
}
#service .p-other .flex .txt-box {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex .txt-box {
    width: 100%;
  }
}
#service .p-other .flex .txt-box .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #006CB8;
}
#service .p-other .flex .txt-box .ttl span {
  font-size: 1.4rem;
}
#service .p-other .flex .txt-box .txt {
  margin-top: 4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex .txt-box .txt {
    margin-top: 2rem;
  }
}
#service .p-other .flex .txt-box .notes {
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex .txt-box .notes {
    margin-top: 1rem;
  }
}
#service .p-other .flex dl {
  width: 64.4rem;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex dl {
    margin-top: 3rem;
    width: 100%;
  }
}
#service .p-other .flex dl .item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #006CB8;
}
@media screen and (max-width: 767px) {
  #service .p-other .flex dl .item {
    display: block;
    padding: 1.3rem 1rem;
  }
}
#service .p-other .flex dl .item:first-child {
  border-top: 1px solid #006CB8;
}
#service .p-other .flex dl .item dt {
  font-size: 1.8rem;
  color: #006CB8;
}
#service .p-other .flex dl .item dd {
  font-size: 1.8rem;
  flex: 1;
}
#service .p-flow {
  padding: 12rem 0 20rem;
}
@media screen and (max-width: 767px) {
  #service .p-flow {
    padding: 7rem 0;
  }
}
#service .p-flow .list {
  margin-top: 4rem;
}
#service .c-gassyuku {
  margin-bottom: 21rem;
}
@media screen and (max-width: 767px) {
  #service .c-gassyuku {
    margin-bottom: 8rem;
  }
}

/* EIMEI式月次決算書
---------------------------------------------------------------------------- */
#service-under .p-service {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-service {
    margin-top: 3.2rem;
  }
}
#service-under .p-service .c-flex-box .txt-box .txt {
  max-width: 55.2rem;
}
#service-under .p-service .c-flex-box .img {
  max-width: 78.5rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-service.-financialstatement .c-flex-box .img {
    max-width: 28rem;
    margin: 0 auto;
  }
}
#service-under .p-service02 {
  margin-top: 19.5rem;
  margin-bottom: 28.4rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-service02 {
    margin-top: 3.2rem;
    margin-bottom: 7rem;
  }
}
#service-under .p-service02 .c-flex-box .txt-box .txt {
  max-width: 60rem;
}
#service-under .p-service02 .c-flex-box .img {
  max-width: 76rem;
}
#service-under .p-service03 {
  margin-top: 11.5rem;
  margin-bottom: 26.4rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-service03 {
    margin-top: 3.2rem;
    margin-bottom: 7rem;
  }
}
#service-under .p-service03 .c-flex-box .txt-box .txt {
  line-height: 1.7;
  max-width: 60rem;
}
#service-under .p-service03 .c-flex-box .img {
  max-width: 76rem;
}
#service-under .p-merit02 {
  padding: 11rem 0 15rem;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit02 {
    padding: 7rem 0;
  }
}
#service-under .p-merit02 .c-secttl-box .c-secttl .num {
  margin-left: 0;
}
#service-under .p-merit02 .list {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit02 .list {
    margin-top: 3rem;
  }
}
#service-under .p-assignment {
  margin-top: 36rem;
  padding: 7rem 0;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #service-under .p-assignment {
    margin-top: 7rem;
  }
}
#service-under .p-assignment .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem 2rem;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  #service-under .p-assignment .list {
    margin-top: 6rem;
    gap: 4rem;
  }
}
#service-under .p-assignment .list_item {
  max-width: 28.5rem;
  width: 100%;
  border-radius: 1rem;
  padding: 5rem 0 3.5rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.55;
  background-color: #fff;
  border: 1px solid #006CB8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service-under .p-assignment .list_item {
    max-width: 24rem;
    font-size: 1.5rem;
    padding: 3.5rem 0 2rem;
  }
}
#service-under .p-assignment .list_item::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../img/service/icon_check_assignment.svg) no-repeat center center/contain;
}
#service-under .p-assignment .lead {
  margin-top: 4rem;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #service-under .p-assignment .lead {
    margin-top: 2.8rem;
    font-size: 1.5rem;
  }
}
#service-under .p-merit {
  padding: 13rem 0 16rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit {
    padding: 7rem 0 8rem;
  }
}
#service-under .p-merit .list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit .list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#service-under .p-merit .list_item {
  background-color: #FDF7EB;
  border-radius: 5rem;
  padding: 4rem 4.5rem 4.8rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit .list_item {
    padding: 4rem;
  }
}
#service-under .p-merit .list_item_num {
  letter-spacing: 0.08em;
  color: #006CB8;
}
#service-under .p-merit .list_item_ttl {
  margin-top: 1rem;
  line-height: 1.619;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #006CB8;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-merit .list_item_ttl {
    font-size: 2rem;
  }
}
#service-under .p-merit .list_item_txt {
  margin-top: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#service-under .p-feature {
  background-color: #EFFAFD;
  padding: 13rem 0;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature {
    padding: 7rem 0;
  }
}
#service-under .p-feature .txt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .txt {
    text-align: left;
  }
}
#service-under .p-feature .table-box {
  margin-top: 3rem;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box {
    padding-right: 2rem;
    padding-top: 8rem;
    margin-top: 0;
    width: calc(100% + 1.5rem);
    overflow-x: scroll;
  }
}
#service-under .p-feature .table-box table {
  width: 108rem;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table {
    width: 64rem;
  }
}
#service-under .p-feature .table-box table tr th {
  letter-spacing: 0.08em;
}
#service-under .p-feature .table-box table tr th.ttl01 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr th.ttl01 {
    font-size: 1.8rem;
  }
}
#service-under .p-feature .table-box table tr th.ttl01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: #006CB8;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr th.ttl01::before {
    height: 7rem;
  }
}
#service-under .p-feature .table-box table tr th.ttl01 .txt {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr th.ttl01 .txt {
    padding-bottom: 0.5rem;
  }
}
#service-under .p-feature .table-box table tr th.ttl01 .lead {
  position: absolute;
  z-index: 2;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FEAA2D;
  border-radius: 2.3rem;
  font-size: 1.8rem;
  padding: 0.3rem 4rem;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr th.ttl01 .lead {
    font-size: 1.5rem;
    top: -3rem;
  }
}
#service-under .p-feature .table-box table tr th.ttl02 {
  background-color: #C4D6DF;
  font-size: 2.1rem;
  text-align: center;
  height: 6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr th.ttl02 {
    font-size: 1.6rem;
  }
}
#service-under .p-feature .table-box table tr:nth-child(n+2) th {
  border-top: 1px solid #F0F6FA;
  width: 27.8rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr:nth-child(n+2) th {
    width: 15rem;
    font-size: 1.4rem;
  }
}
#service-under .p-feature .table-box table tr:nth-child(n+2) td {
  border-top: 1px solid #F0F6FA;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7777777;
  padding: 2.3rem 0;
  background-color: #D8E2E9;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .table-box table tr:nth-child(n+2) td {
    font-size: 1.4rem;
    padding: 1.7rem 0;
  }
}
#service-under .p-feature .table-box table tr:nth-child(n+2) td.bg-blue {
  background-color: #0099D9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table {
    width: 70rem;
  }
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr th.ttl01 {
    background-color: #006CB8;
  }
}
#service-under .p-feature.-managementplan .table-box table tr th.ttl01 .txt {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr th.ttl01 .txt {
    padding-top: 2rem;
  }
}
#service-under .p-feature.-managementplan .table-box table tr th.ttl01 .lead {
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr th.ttl01 .lead {
    top: -2rem;
  }
}
#service-under .p-feature.-managementplan .table-box table tr th.ttl02 {
  height: 10rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr th.ttl02 {
    height: 8rem;
    font-size: 1.5rem;
  }
}
#service-under .p-feature.-managementplan .table-box table tr:nth-child(n+2) th {
  background-color: #CEEBFF;
}
#service-under .p-feature.-managementplan .table-box table tr:nth-child(n+2) td {
  padding: 0;
  line-height: 1.555;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr:nth-child(n+2) td {
    font-size: 1.4rem;
    padding: 1.7rem 0;
  }
}
#service-under .p-feature.-managementplan .table-box table tr:nth-child(n+2) td.bg-blue {
  height: 8rem;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature.-managementplan .table-box table tr:nth-child(n+2) td.bg-blue {
    font-size: 1.4rem;
    height: auto;
  }
}
#service-under .p-feature .list {
  margin-top: 4rem;
}
#service-under .p-feature .list_item {
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .list_item {
    display: block;
    padding: 2rem 0;
  }
}
#service-under .p-feature .list_item:last-child {
  border-bottom: 1px solid #C1C1C1;
}
#service-under .p-feature .list_item_ttl-box {
  display: flex;
  align-items: center;
  width: 51.7rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .list_item_ttl-box {
    width: 100%;
    gap: 0.5rem;
  }
}
#service-under .p-feature .list_item_num {
  padding-top: 0.5rem;
  width: 5.2rem;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #006CB8;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .list_item_num {
    font-size: 2.6rem;
    width: 3.4rem;
  }
}
#service-under .p-feature .list_item_ttl {
  flex: 1;
  font-size: 2.9rem;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .list_item_ttl {
    font-size: 2rem;
  }
}
#service-under .p-feature .list_item_txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.937;
}
@media screen and (max-width: 767px) {
  #service-under .p-feature .list_item_txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
#service-under .p-sample {
  padding: 13rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample {
    padding: 7rem 0 6rem;
  }
}
#service-under .p-sample .l-wrap {
  position: relative;
}
#service-under .p-sample .txt {
  line-height: 1.8888;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
#service-under .p-sample .flex {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.7rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex {
    display: block;
    margin-top: 4rem;
  }
}
#service-under .p-sample .flex .modal-box {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex .modal-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#service-under .p-sample .flex .modal-box .c-modal .txt {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
#service-under .p-sample .flex .content {
  width: 40rem;
  padding: 5rem 0 5rem 4rem;
  background-color: #EFFAFD;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex .content {
    margin-top: 7rem;
    width: 100%;
    padding: 3.5rem 0 3rem 2rem;
  }
}
#service-under .p-sample .flex .content .category {
  background-color: #FEAA2D;
  border-radius: 2.2rem;
  padding: 0.2rem 2.5rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  letter-spacing: 0.08em;
}
#service-under .p-sample .flex .content .ttl {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex .content .ttl {
    font-size: 1.9rem;
  }
}
#service-under .p-sample .flex .content .list {
  margin-top: 3rem;
}
#service-under .p-sample .flex .content .list_item {
  position: relative;
  counter-increment: list-counter;
  letter-spacing: 0.08em;
  padding-left: 2.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex .content .list_item:nth-child(n+2) {
    margin-top: 0.7rem;
  }
}
#service-under .p-sample .flex .content .list_item::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background-color: #006CB8;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample .flex .content .list_item::before {
    top: 0.3rem;
    transform: translate(0);
  }
}
#service-under .p-sample.-managementplan {
  padding: 13rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #service-under .p-sample.-managementplan {
    padding: 7rem 0 5rem;
  }
}
#service-under .p-sample.-managementplan .txt {
  font-size: 1.5rem;
}
#service-under .p-sample.-managementplan .slider-box {
  margin-top: 4rem;
}
#service-under .p-sample.-managementplan .slider-box .slider .modal_txt {
  margin-top: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-align: center;
}
#service-under .p-promise {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #service-under .p-promise {
    padding: 7rem 0;
  }
}
#service-under .p-promise .list {
  margin-top: 4rem;
}
#service-under .c-gassyuku {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #service-under .c-gassyuku {
    padding-bottom: 7rem;
  }
}
#service-under .bg-white {
  background-color: #fff;
}
#service-under .bg-blue {
  background-color: #EFFAFD;
}

/* 経営計画作成 1Day合宿
---------------------------------------------------------------------------- */
#training .p-heading {
  margin-top: 16rem;
  margin-left: -11rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #training .p-heading {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 1280px) {
  #training .p-heading {
    margin-left: -11rem;
  }
}
@media screen and (max-width: 767px) {
  #training .p-heading {
    margin-top: 8rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box {
    text-align: center;
  }
}
#training .p-heading .txt-box .lead {
  margin-top: 6.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  background-color: #006CB8;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 2.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .lead {
    margin: 3rem auto 0;
  }
}
#training .p-heading .txt-box .lead::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.4rem;
  background: url(../img/common/icon_fukidashi.svg) no-repeat center center/contain;
}
#training .p-heading .txt-box .ttl {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .ttl {
    text-align: center;
    font-size: 1.9rem;
  }
}
#training .p-heading .txt-box .ttl .orange {
  font-size: 6.2rem;
  color: #FEAA2D;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .ttl .orange {
    margin-top: 1.5rem;
    font-size: 4.8rem;
    line-height: 1.2;
  }
}
#training .p-heading .txt-box .check-list {
  margin-top: 2.5rem;
}
#training .p-heading .txt-box .check-list_item {
  padding-left: 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .check-list_item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .check-list_item {
    font-size: 1.5rem;
  }
}
#training .p-heading .txt-box .check-list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .check-list_item::before {
    width: 2rem;
    height: 2rem;
    top: 0.4rem;
    transform: translate(0);
  }
}
#training .p-heading .txt-box .check-list_item span {
  font-size: 2.5rem;
  margin-left: 1rem;
  color: #006CB8;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .check-list_item span {
    display: block;
    margin-top: 0.5rem;
    margin-left: 0;
    font-size: 2rem;
  }
}
#training .p-heading .txt-box .c-btn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .c-btn {
    margin-top: 3rem;
  }
}
#training .p-heading .txt-box .c-btn_link {
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #training .p-heading .txt-box .c-btn_link {
    width: 25rem;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    line-height: 1.4;
  }
}
#training .p-heading .img-box {
  max-width: 76.8rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box {
    margin-top: 3rem;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box .img {
    margin-right: -1.5rem;
  }
}
#training .p-heading .img-box .c-present {
  position: absolute;
  bottom: 3.4rem;
  left: 3.4rem;
  border: 1px solid #FEAA2D;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box .c-present {
    margin-top: 2rem;
    position: static;
  }
}
#training .p-heading .img-box .c-present .item dt {
  color: #FFFFB7;
  background-color: #FEAA2D;
  width: 17rem;
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box .c-present .item dt {
    width: 100%;
    font-size: 2.6rem;
  }
}
#training .p-heading .img-box .c-present .item dt .-s {
  color: #fff;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box .c-present .item dt .-s {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
#training .p-heading .img-box .c-present .item dd {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
#training .p-heading .img-box .c-present .item dd ol li {
  color: #252B30;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #training .p-heading .img-box .c-present .item dd ol li {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
#training .p-heading .img-box .c-present .item dd ol li::marker {
  color: #FEAA2D;
}
#training .p-news {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #training .p-news {
    margin-top: 8rem;
  }
}
#training .p-news .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #training .p-news .flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #training .p-news .flex .ttl-box .c-secttl-box .c-secttl {
    font-size: 2.4rem;
  }
}
#training .p-news .flex .ttl-box .c-link {
  margin-top: 2rem;
}
#training .p-news .flex .list {
  max-width: 93rem;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #training .p-news .flex .list {
    margin-top: 3rem;
  }
}
#training .p-news .flex .list_item a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #training .p-news .flex .list_item a {
    display: block;
  }
}
#training .p-news .flex .list_item_date {
  width: 12.2rem;
}
#training .p-news .flex .list_item_ttl {
  margin-top: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #training .p-news .flex .c-link {
    margin-top: 3rem;
  }
}
#training .p-program {
  margin-top: 14rem;
  background-color: #EFFAFD;
  padding: 15rem 0 9rem;
}
@media screen and (max-width: 767px) {
  #training .p-program {
    margin-top: 7rem;
    padding: 7rem 0;
  }
}
#training .p-program .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  #training .p-program .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#training .p-program .flex .txt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#training .p-program .content {
  margin-top: 10rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.4rem;
}
@media screen and (max-width: 767px) {
  #training .p-program .content {
    margin-top: 6rem;
    padding: 3rem 2rem;
  }
}
#training .p-program .content .ttl {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0599D9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #training .p-program .content .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#training .p-program .content .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 3.3rem;
}
@media screen and (max-width: 767px) {
  #training .p-program .content .list {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#training .p-program .content .list_item {
  background-color: #0599D9;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 2rem 0;
  line-height: 1.444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #training .p-program .content .list_item {
    font-size: 1.1rem;
    padding: 1.5rem 0;
  }
}
#training .p-merit {
  background-color: #EFFAFD;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #training .p-merit {
    padding-bottom: 7rem;
  }
}
#training .p-merit .list {
  margin-top: 3rem;
}
#training .p-point {
  padding-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  #training .p-point {
    padding-top: 7rem;
  }
}
#training .p-point .list {
  margin-top: 5rem;
}
#training .p-point .list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #training .p-point .list_item {
    display: block;
  }
}
#training .p-point .list_item:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #training .p-point .list_item:nth-child(n+2) {
    margin-top: 4rem;
  }
}
#training .p-point .list_item:nth-child(2n) {
  flex-direction: row-reverse;
}
#training .p-point .list_item_txt-box {
  max-width: 55.8rem;
}
#training .p-point .list_item_num {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #006CB8;
  padding: 0 2rem;
  line-height: 1.5;
  border: 1px solid #006CB8;
  display: inline-block;
  border-radius: 1.9rem;
}
@media screen and (max-width: 767px) {
  #training .p-point .list_item_num {
    font-size: 1.8rem;
  }
}
#training .p-point .list_item_ttl {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #006CB8;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #training .p-point .list_item_ttl {
    font-size: 2.2rem;
  }
}
#training .p-point .list_item_txt {
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#training .p-point .list_item_img {
  max-width: 51.3rem;
}
@media screen and (max-width: 767px) {
  #training .p-point .list_item_img {
    margin-top: 3rem;
  }
}
#training .p-feature {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature {
    margin-top: 7rem;
  }
}
#training .p-feature .txt {
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature .txt {
    text-align: left;
  }
}
#training .p-feature .table-box {
  margin-top: 1rem;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box {
    padding-right: 2rem;
    margin-top: -3rem;
    width: calc(100% + 1.5rem);
    overflow-x: scroll;
  }
}
#training .p-feature .table-box table {
  width: 108rem;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table {
    width: 66rem;
  }
}
#training .p-feature .table-box table tr th {
  letter-spacing: 0.08em;
}
#training .p-feature .table-box table tr th.ttl01 {
  width: 53rem;
  height: 10rem;
  padding-top: 2rem;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #006CB8;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr th.ttl01 {
    width: 28rem;
    font-size: 1.8rem;
    height: 7rem;
    padding-top: 0.5rem;
  }
}
#training .p-feature .table-box table tr th.ttl01 .lead {
  position: absolute;
  z-index: 2;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FEAA2D;
  border-radius: 2.3rem;
  font-size: 1.8rem;
  padding: 0 4rem;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr th.ttl01 .lead {
    font-size: 1.5rem;
    padding: 0 2rem;
  }
}
#training .p-feature .table-box table tr th.ttl02 {
  background-color: #C4D6DF;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5263;
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr th.ttl02 {
    width: 22rem;
    font-size: 1.6rem;
  }
}
#training .p-feature .table-box table tr:nth-child(n+2) th {
  border-top: 1px solid #F0F6FA;
  width: 27.8rem;
  background-color: #CEEBFF;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr:nth-child(n+2) th {
    width: 14rem;
    font-size: 1.4rem;
  }
}
#training .p-feature .table-box table tr:nth-child(n+2) td {
  border-top: 1px solid #F0F6FA;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7777777;
  background-color: #D8E2E9;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr:nth-child(n+2) td {
    font-size: 1.4rem;
    padding: 1.7rem 0;
  }
}
#training .p-feature .table-box table tr:nth-child(n+2) td.bg-blue {
  background-color: #0099D9;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  #training .p-feature .table-box table tr:nth-child(n+2) td.bg-blue {
    padding: 1.7rem 1rem;
    font-size: 1.4rem;
    height: auto;
  }
}
#training .p-sample {
  padding-top: 15rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #training .p-sample {
    padding: 7rem 0;
  }
}
#training .p-sample .l-wrap {
  position: relative;
}
#training .p-sample .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9.5rem;
}
@media screen and (max-width: 767px) {
  #training .p-sample .flex {
    display: block;
  }
}
#training .p-sample .flex .txt {
  flex: 1;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #training .p-sample .flex .txt {
    margin-top: 2rem;
  }
}
#training .p-sample .slider-box {
  margin-top: 7rem;
}
#training .p-contact {
  background-color: #0599D9;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #training .p-contact {
    padding: 5rem 0;
  }
}
#training .p-contact .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex {
    display: block;
  }
}
#training .p-contact .flex .ttl-box .subttl {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .ttl-box .subttl {
    font-size: 1.6rem;
  }
}
#training .p-contact .flex .ttl-box .ttl {
  margin-top: 1rem;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  line-height: 1.647;
  font-weight: 700;
  color: #FAFFBC;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .ttl-box .ttl {
    font-size: 2.2rem;
  }
}
#training .p-contact .flex .c-present {
  border: 1px solid #006CB8;
  border-radius: 1rem;
  width: 56rem;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .c-present {
    width: 100%;
  }
}
#training .p-contact .flex .c-present .item dt {
  width: 17rem;
  font-size: 3.1rem;
  color: #FFFFB7;
  background-color: #006CB8;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .c-present .item dt {
    width: 100%;
    font-size: 1.7rem;
  }
}
#training .p-contact .flex .c-present .item dt .-s {
  color: #fff;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .c-present .item dt .-s {
    font-size: 1.7rem;
  }
}
#training .p-contact .flex .c-present .item dd {
  background-color: #fff;
}
#training .p-contact .flex .c-present .item dd ol li {
  color: #252B30;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #training .p-contact .flex .c-present .item dd ol li {
    font-size: 1.6rem;
  }
}
#training .p-contact .flex .c-present .item dd ol li::marker {
  color: #0599D9;
}
#training .p-contact .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #training .p-contact .c-btn {
    margin-top: 3rem;
  }
}
#training .p-contact .c-btn_link {
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #training .p-contact .c-btn_link {
    width: 25rem;
  }
}
#training .p-voice {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #training .p-voice {
    padding: 7rem 0;
  }
}
#training .p-voice .list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #training .p-voice .list {
    margin-top: 4rem;
  }
}
#training .p-voice .list_item {
  padding: 4rem 0 3.5rem;
  border-top: 1px solid #006CB8;
}
@media screen and (max-width: 767px) {
  #training .p-voice .list_item {
    padding: 2rem 0;
  }
}
#training .p-voice .list_item:last-child {
  border-bottom: 1px solid #006CB8;
}
#training .p-voice .list_item_ttl {
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #training .p-voice .list_item_ttl {
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
#training .p-voice .list_item_info {
  margin-top: 0.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #training .p-voice .list_item_info {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
#training .p-voice .list_item_txt {
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#training .p-instructor {
  padding: 7.5rem 0 10rem;
  background-color: #F4F7F8;
}
@media screen and (max-width: 767px) {
  #training .p-instructor {
    padding: 7rem 0;
  }
}
#training .p-instructor .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex {
    display: block;
  }
}
#training .p-instructor .flex .txt-box {
  max-width: 70.3rem;
}
#training .p-instructor .flex .txt-box .name {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex .txt-box .name {
    font-size: 1.4rem;
  }
}
#training .p-instructor .flex .txt-box .name span {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex .txt-box .name span {
    font-size: 2.4rem;
  }
}
#training .p-instructor .flex .txt-box .post {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex .txt-box .post {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
#training .p-instructor .flex .txt-box .txt {
  margin-top: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#training .p-instructor .flex .txt-box .award {
  margin-top: 3.6rem;
  background-color: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 1rem;
  padding: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex .txt-box .award {
    margin-top: 3rem;
  }
}
#training .p-instructor .flex .img {
  max-width: 36.5rem;
}
@media screen and (max-width: 767px) {
  #training .p-instructor .flex .img {
    margin: 3rem 0 0;
  }
}
#training .p-guide {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #training .p-guide {
    padding: 7rem 0;
  }
}
#training .p-guide .block {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block {
    margin-top: 4rem;
  }
}
#training .p-guide .block .ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 2.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block .ttl {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
#training .p-guide .block .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #006CB8;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block .ttl::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
#training .p-guide .block dl {
  margin-top: 2rem;
}
#training .p-guide .block dl .item {
  padding: 2.5rem 1.7rem;
  border-top: 1px solid #C4C4C4;
  display: flex;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item {
    display: block;
    padding: 2rem 1rem;
  }
}
#training .p-guide .block dl .item:last-child {
  border-bottom: 1px solid #C4C4C4;
}
#training .p-guide .block dl .item dt {
  width: 16rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dd {
    margin-top: 1rem;
  }
}
#training .p-guide .block dl .item dd ul li {
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-left: 1rem;
}
#training .p-guide .block dl .item dd ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #252B30;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dd ul li::before {
    top: 1rem;
    transform: translate(0);
  }
}
#training .p-guide .block dl .item dd .txt {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#training .p-guide .block dl .item dd .notes {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
#training .p-guide .block dl .item dd .flex {
  display: flex;
  align-items: flex-start;
  gap: 14.6rem;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dd .flex {
    margin-top: 2rem;
    display: block;
  }
}
#training .p-guide .block dl .item dd .flex .txt-box .txt:nth-child(2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dd .flex .map {
    margin-top: 2rem;
  }
}
#training .p-guide .block dl .item dd .flex .map iframe {
  width: 47.8rem;
  border-radius: 1rem;
  aspect-ratio: 478/288;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item dd .flex .map iframe {
    width: 100%;
  }
}
#training .p-guide .block dl .item.-price dd .flex {
  margin: 2.5rem 0 0 -16rem;
  gap: 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex {
    display: block;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
#training .p-guide .block dl .item.-price dd .flex .price-ttl {
  border-radius: 1.3rem;
  background-color: #006CB8;
  padding: 3rem 3.5rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex .price-ttl {
    text-align: center;
    padding: 1.5rem 2rem;
  }
}
#training .p-guide .block dl .item.-price dd .flex .price-txt {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex .price-txt {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
#training .p-guide .block dl .item.-price dd .flex .price-txt .num {
  font-size: 3rem;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex .price-txt .num {
    font-size: 2.4rem;
  }
}
#training .p-guide .block dl .item.-price dd .flex .price-txt .num .yen {
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex .price-txt .num .yen {
    font-size: 1.8rem;
  }
}
#training .p-guide .block dl .item.-price dd .flex .price-txt.mt10 {
  margin-top: 1rem;
}
#training .p-guide .block dl .item.-price dd .flex .price-notes {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  #training .p-guide .block dl .item.-price dd .flex .price-notes {
    font-size: 1.1rem;
  }
}
#training .p-faq {
  padding: 15rem 0;
  background-color: #F7FDFF;
}
@media screen and (max-width: 767px) {
  #training .p-faq {
    padding: 7rem 0;
  }
}
#training .p-faq dl {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #training .p-faq dl {
    margin-top: 4rem;
  }
}
#training .p-faq dl .item {
  padding: 2.3rem 4rem;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  #training .p-faq dl .item {
    padding: 2rem 1rem;
  }
}
#training .p-faq dl .item:last-child {
  border-bottom: 1px solid #C1C1C1;
}
#training .p-faq dl .item dt {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #006CB8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #training .p-faq dl .item dt {
    font-size: 1.6rem;
    text-indent: -1.5em;
    padding-left: 1em;
  }
}
#training .p-faq dl .item dd {
  margin: 0.3rem 0 1rem 2rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #training .p-faq dl .item dd {
    margin: 0.7rem 0 0 1.8rem;
  }
}

#policy {
  /* プライバシーポリシー
  ---------------------------------------------------------------------------- */
}
#policy .privacy-block {
  margin-top: 8.6rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block {
    margin: 6rem 0;
  }
}
#policy .privacy-block .box {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box {
    margin-top: 3rem;
  }
}
#policy .privacy-block .box * {
  color: #000;
}
#policy .privacy-block .box .title {
  font-size: 2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .title {
    font-size: 1.8rem;
  }
}
#policy .privacy-block .box .text-box {
  margin-top: 2.5rem;
}
#policy .privacy-block .box .text-box ol {
  counter-reset: number 0;
  margin: 2rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .text-box ol {
    margin: 1rem 0 0 1rem;
  }
}
#policy .privacy-block .box .text-box ol li {
  margin-top: 1rem;
  padding-left: 3rem;
  position: relative;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .text-box ol li {
    padding-left: 2rem;
  }
}
#policy .privacy-block .box .text-box ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  counter-increment: number 1;
  content: counter(number) ". ";
}
#policy .privacy-block .box .text-box ol ol {
  margin: 2rem 0 0 0.3rem;
}
#policy .privacy-block .box .text-box p {
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .text-box p {
    line-height: 1.6;
  }
}
#policy .privacy-block .box .text-box .table-box {
  margin-top: 2.5rem;
  overflow-x: scroll;
}
#policy .privacy-block .box .text-box .table-box table {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .text-box .table-box table {
    width: 90rem;
  }
}
#policy .privacy-block .box .text-box .table-box table tr > *:nth-child(1) {
  width: 24rem;
}
#policy .privacy-block .box .text-box .table-box table tr > *:nth-child(2) {
  width: 42rem;
}
#policy .privacy-block .box .text-box .table-box table tr > *:nth-child(3) {
  width: 34rem;
}
#policy .privacy-block .box .text-box .table-box table tr:first-child {
  background-color: #F5F5F5;
}
#policy .privacy-block .box .text-box .table-box table tr:first-child th {
  padding: 0 1.7rem 0 1.4rem;
  height: 7rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
#policy .privacy-block .box .text-box .table-box table tr:first-child th:first-child {
  padding-left: 0;
}
#policy .privacy-block .box .text-box .table-box table tr:first-child th:nth-child(2) {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
#policy .privacy-block .box .text-box .table-box table tr:nth-child(2) td:first-child {
  padding-left: 0;
}
#policy .privacy-block .box .text-box .table-box table tr:nth-child(2) td:nth-child(2) {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
#policy .privacy-block .box .text-box .table-box table tr:nth-child(3) td {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}
#policy .privacy-block .box .text-box .table-box table tr td {
  border-top: 1px solid #707070;
  padding: 0.6rem 2rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  vertical-align: top;
}
#policy .privacy-block .box .text-box .table-box table tr td a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #policy .privacy-block .box .text-box .table-box table tr td a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #policy .privacy-block .box .text-box .table-box table tr td a:hover {
    opacity: 0.7;
  }
}
#policy .privacy-block .box .text-box .table-box02 {
  margin-top: 2.5rem;
  overflow-x: scroll;
}
#policy .privacy-block .box .text-box .table-box02 table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #policy .privacy-block .box .text-box .table-box02 table {
    width: 90rem;
  }
}
#policy .privacy-block .box .text-box .table-box02 table tr > *:nth-child(1) {
  width: 23rem;
}
#policy .privacy-block .box .text-box .table-box02 table tr > *:nth-child(2) {
  width: 77rem;
}
#policy .privacy-block .box .text-box .table-box02 table tr th {
  background-color: #F5F5F5;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 0 1.5rem;
  border-top: 1px solid #707070;
}
#policy .privacy-block .box .text-box .table-box02 table tr td {
  border-top: 1px solid #707070;
  padding: 1.2rem 2.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
#policy .privacy-block .box .text-box .table-box02 table tr td a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #policy .privacy-block .box .text-box .table-box02 table tr td a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #policy .privacy-block .box .text-box .table-box02 table tr td a:hover {
    opacity: 0.7;
  }
}

/* お客様の声
---------------------------------------------------------------------------- */
#voice .p-voice {
  padding: 12rem 0 9rem;
}
@media screen and (max-width: 767px) {
  #voice .p-voice {
    padding: 4rem 0 7rem;
  }
}
#voice .p-voice .txt {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .txt {
    font-size: 1.5rem;
  }
}
#voice .p-voice .list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list {
    margin-top: 3.5rem;
  }
}
#voice .p-voice .list_item {
  padding: 6rem 0;
  display: flex;
  align-items: center;
  gap: 4.5rem;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list_item {
    padding: 4rem 0 3.6rem;
    gap: 2rem;
    flex-direction: column;
  }
}
#voice .p-voice .list_item_img {
  width: 45.6rem;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list_item_img {
    width: 100%;
  }
}
#voice .p-voice .list_item_txt-box {
  flex: 1;
}
#voice .p-voice .list_item_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #006CB8;
  line-height: 1.6363;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list_item_ttl {
    font-size: 2rem;
  }
}
#voice .p-voice .list_item_flex {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list_item_flex {
    margin-top: 1.5rem;
    display: block;
  }
}
#voice .p-voice .list_item_name {
  font-size: 1.8rem;
  font-weight: 700;
}
#voice .p-voice .list_item_info {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #voice .p-voice .list_item_info {
    margin-top: 0.5rem;
  }
}
#voice .p-voice .list_item_txt {
  margin-top: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

/* よくある質問
---------------------------------------------------------------------------- */
.p-qanda {
  padding: 12rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-qanda {
    padding: 6rem 0 7rem;
  }
}
.p-qanda .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-qanda .list_item {
  background-color: #F2F8FC;
  border-radius: 2rem 2rem 0 0;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #006CB8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-qanda .list_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-qanda .list_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-qanda .list_item {
    padding: 1.5rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-qanda .list_item.is-active {
  background-color: #006CB8;
  color: #fff;
  pointer-events: none;
}
.p-qanda .content {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-qanda .content {
    margin-top: 6rem;
  }
}
.p-qanda .content .block {
  display: none;
}
.p-qanda .content .block.is-active {
  display: block;
}
.p-qanda .content .block dl {
  margin-top: 4rem;
}
.p-qanda .content .block dl .item:nth-child(n+2) {
  margin-top: 2.5rem;
}
.p-qanda .content .block dl .item dt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  .p-qanda .content .block dl .item dt {
    font-size: 1.6rem;
    text-indent: -1.2em;
    padding-left: 1em;
  }
}
.p-qanda .content .block dl .item dd {
  margin-top: 0.5rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-qanda .content .block dl .item dd {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}

/* お知らせ一覧
---------------------------------------------------------------------------- */
#news .p-news {
  padding: 12rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #news .p-news {
    padding: 4rem 0 8rem;
  }
}
#news .p-news .flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex {
    display: block;
  }
}
#news .p-news .flex .link-list {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .link-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
  }
}
#news .p-news .flex .link-list_item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .link-list_item:nth-child(n+2) {
    margin-top: 0;
  }
}
#news .p-news .flex .link-list_item a {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .link-list_item a {
    font-size: 1.5rem;
  }
}
#news .p-news .flex .link-list_item a.is-active {
  color: #006CB8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #news .p-news .flex .link-list_item a:hover {
    color: #006CB8;
  }
}
#news .p-news .flex .content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content {
    margin-top: 3rem;
  }
}
#news .p-news .flex .content .list_item {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
}
#news .p-news .flex .content .list_item a {
  padding: 3rem 2.2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #news .p-news .flex .content .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #news .p-news .flex .content .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item a {
    padding: 2.3rem 0;
    display: block;
  }
}
#news .p-news .flex .content .list_item_flex {
  display: flex;
  align-items: center;
  width: 33.4rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item_flex {
    width: 100%;
    gap: 1.5rem;
  }
}
#news .p-news .flex .content .list_item_date {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item_date {
    font-size: 1.3rem;
  }
}
#news .p-news .flex .content .list_item_category {
  width: 17rem;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #006CB8;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item_category {
    width: 13rem;
    height: 2.8rem;
    font-size: 1.3rem;
  }
}
#news .p-news .flex .content .list_item_category.-orange {
  background-color: #FEAA2D;
}
#news .p-news .flex .content .list_item_category.-blue03 {
    background-color: #0699D9;
}
#news .p-news .flex .content .list_item_ttl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #news .p-news .flex .content .list_item_ttl {
    margin-top: 1.5rem;
  }
}
#news .p-news .flex .content .pager {
  margin-top: 5em;
}
#news .p-news .flex .content .pager .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
#news .p-news .flex .content .pager .page-numbers li .page-numbers {
  font-size: 2rem;
  font-weight: 400;
}
#news .p-news .flex .content .pager .page-numbers li .page-numbers.current {
  text-decoration: underline;
}
#news .p-news .flex .content .pager .page-numbers li .prev, #news .p-news .flex .content .pager .page-numbers li .next {
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (min-width: 768px) {
  #news .p-news .flex .content .pager .page-numbers li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #news .p-news .flex .content .pager .page-numbers li a:hover {
    opacity: 0.7;
  }
}

/* お知らせ詳細
---------------------------------------------------------------------------- */
#news-under .p-news {
  padding: 12rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news {
    padding: 7rem 0;
  }
}
#news-under .p-news .heading .flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#news-under .p-news .heading .flex .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .heading .flex .date {
    font-size: 1.4rem;
  }
}
#news-under .p-news .heading .flex .category {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .heading .flex .category {
    font-size: 1.4rem;
  }
}
#news-under .p-news .heading .ttl {
  margin: 3rem auto 0;
  max-width: 90rem;
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #006CB8;
  line-height: 1.3636;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .heading .ttl {
    font-size: 2.2rem;
  }
}
#news-under .p-news .heading .img {
  margin: 2rem auto 0;
  max-width: 90rem;
}
#news-under .p-news .heading .img img {
  width: 100%;
}
#news-under .p-news .content {
  overflow: hidden;
  margin: 4rem auto 0;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content {
    margin: 3rem auto 0;
  }
}
#news-under .p-news .content h2, #news-under .p-news .content h3, #news-under .p-news .content h4 {
  color: #006CB8;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 4rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content h2, #news-under .p-news .content h3, #news-under .p-news .content h4 {
    margin: 3rem 0 0.8rem;
  }
}
#news-under .p-news .content h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content h2 {
    font-size: 2rem;
  }
}
#news-under .p-news .content h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content h3 {
    font-size: 1.8rem;
  }
}
#news-under .p-news .content h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content h4 {
    font-size: 1.6rem;
  }
}
#news-under .p-news .content p {
  margin: 1rem 0;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#news-under .p-news .content .wp-caption {
  margin: 4rem 0 0.5rem;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content .wp-caption {
    margin: 3rem 0 0.5rem;
  }
}
#news-under .p-news .content .wp-caption img {
  width: 100%;
}
#news-under .p-news .content .wp-caption .wp-caption-text {
  margin-top: 1.7rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content .wp-caption .wp-caption-text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#news-under .p-news .content .flex {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content .flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    font-size: 1.4rem;
  }
}
#news-under .p-news .content .flex img {
  width: 100%;
}
#news-under .p-news .content .hyou table {
  margin: 4rem 0 2rem;
  border-spacing: 0;
  border-collapse: separate;
  border-left: 1px solid #C4D6DF;
  width: 100%;
  border-top: 1px solid #C4D6DF;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content .hyou table {
    margin: 3rem 0 1.5rem;
  }
}
#news-under .p-news .content .hyou table tr > * {
  border: none;
  border-right: 1px solid #C4D6DF;
  border-bottom: 1px solid #C4D6DF;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content .hyou table tr > * {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
#news-under .p-news .content .hyou table th {
  background-color: #EFFAFD;
  font-weight: 700;
}
#news-under .p-news .content ol, #news-under .p-news .content ul {
  margin: 3rem 0;
}
#news-under .p-news .content ol li, #news-under .p-news .content ul li {
  line-height: 1.7;
}
#news-under .p-news .content ol {
  padding-left: 2rem;
}
#news-under .p-news .content ol li {
  padding-left: 0.7rem;
  list-style: decimal;
}
#news-under .p-news .content ul li {
  position: relative;
  padding-left: 1.5rem;
}
#news-under .p-news .content ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #252B30;
  border-radius: 50%;
}
#news-under .p-news .content a {
  display: inline-block;
  padding-left: 2.5rem;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  transition: 0.3s;
  position: relative;
}
#news-under .p-news .content a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0699D9;
  border-radius: 50%;
  transition: 0.3s;
}
#news-under .p-news .content a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4rem;
  width: 0.5rem;
  height: 1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #fff;
  transition: 0.3s;
}
#news-under .p-news .content a:hover {
  color: #0699D9;
}
#news-under .p-news .content blockquote {
  margin: 3rem 0;
  background-color: #F7F7F7;
  border-radius: 1rem;
  position: relative;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .content blockquote {
    padding: 3rem;
  }
}
#news-under .p-news .content blockquote::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/common/icon_quote.svg) no-repeat center center/contain;
}
#news-under .p-news .ending {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #news-under .p-news .ending {
    margin-top: 5rem;
    gap: 10rem;
    padding-bottom: 5rem;
    position: relative;
  }
}
#news-under .p-news .ending a {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #news-under .p-news .ending a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #news-under .p-news .ending a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #news-under .p-news .ending a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #news-under .p-news .ending .back {
    position: absolute;
    bottom: -2rem;
  }
}
#news-under .p-news .ending .back a {
  text-decoration: underline;
}
#news-under .p-news .ending .prev a {
  padding-left: 3.8rem;
  position: relative;
}
#news-under .p-news .ending .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/arrow_left_pager.svg) no-repeat center center/contain;
}
#news-under .p-news .ending .next a {
  padding-right: 3.8rem;
  position: relative;
}
#news-under .p-news .ending .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/arrow_right_pager.svg) no-repeat center center/contain;
}
/* 著者情報 */
#news-under .saboxplugin-wrap .saboxplugin-authorname,
#news-under .sab-edit-settings,
#news-under .saboxplugin-wrap a[href*="#sabox-social-table"] {
  display: none;
}
/* 著者情報の見出し追加 */
.saboxplugin-wrap {
  position: relative;
  margin-top: 60px;
}
.saboxplugin-wrap::before {
  content: "著者情報";
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}



/* 会社案内
---------------------------------------------------------------------------- */
#company .p-greeting {
  padding: 11rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #company .p-greeting {
    padding: 6rem 0 7rem;
  }
}
#company .p-greeting .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex {
    flex-direction: column;
    gap: 4rem;
  }
}
#company .p-greeting .flex .txt-box {
  margin-top: -1rem;
  max-width: 66rem;
  text-align: right;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .c-secttl-box .c-secttl.-l {
    font-size: 1.8rem;
  }
}
#company .p-greeting .flex .txt-box .lead {
  margin-top: 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .lead {
    margin-top: 1rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
#company .p-greeting .flex .txt-box .txt {
  margin-top: 0.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .txt {
    margin-top: 3rem;
  }
}
#company .p-greeting .flex .txt-box .name-box {
  margin-top: 6rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .name-box {
    margin-top: 3rem;
    display: block;
  }
}
#company .p-greeting .flex .txt-box .name-box .post {
  padding-right: 4.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .name-box .post {
    padding-right: 0;
    font-size: 1.3rem;
  }
}
#company .p-greeting .flex .txt-box .name-box .name {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .name-box .name {
    text-align: left;
    font-size: 1.5rem;
  }
}
#company .p-greeting .flex .txt-box .name-box .name span {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .flex .txt-box .name-box .name span {
    font-size: 2.3rem;
  }
}
#company .p-greeting .flex .img {
  max-width: 45rem;
}
#company .p-greeting .profile {
  margin-top: 6rem;
  border: 1px solid #006CB8;
  border-radius: 1rem;
  padding: 3.5rem 4rem;
  display: flex;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile {
    margin-top: 4rem;
    padding: 2rem;
    display: block;
  }
}
#company .p-greeting .profile .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #006CB8;
  line-height: 1;
}
#company .p-greeting .profile .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box {
    margin-top: 1.5rem;
  }
}
#company .p-greeting .profile .txt-box .txt {
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#company .p-greeting .profile .txt-box ul {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box ul {
    margin-top: 2rem;
  }
}
#company .p-greeting .profile .txt-box ul li {
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
}

#company .p-greeting .profile .txt-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #252B30;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box ul li::before {
    top: 1.1rem;
    transform: translate(0);
  }
}
#company .p-greeting .profile .txt-box ul li span{
  font-weight: bold;
}
#company .p-greeting .profile .txt-box ul.license li {
  margin-bottom: 1rem;
  padding-left: 0;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#company .p-greeting .profile .txt-box ul.license li::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box ul.license li {
    margin-bottom: 1.5rem;
  }
}
#company .p-greeting .profile .txt-box .fb {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box .fb {
    margin-top: 2rem;
  }
}
#company .p-greeting .profile .txt-box .fb a {
  padding-left: 2.3rem;
  font-size: 1.5rem;
  text-decoration: underline;
  letter-spacing: 0.08em;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company .p-greeting .profile .txt-box .fb a {
    font-size: 1.4rem;
  }
}
#company .p-greeting .profile .txt-box .fb a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icon_fb_02.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  #company .p-greeting .profile .txt-box .fb a:hover {
    color: #006CB8;
  }
}
#company .p-vision {
  background-color: #EFFAFD;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #company .p-vision {
    padding: 7rem 0;
  }
  #company .p-vision .c-secttl-box .c-secttl.-l {
    font-size: 2.2rem;
  }
}
#company .p-vision .txt {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #company .p-vision .txt {
    text-align: left;
  }
}
#company .p-vision .list {
  margin-top: 6rem;
}
#company .p-vision .list_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#company .p-vision .list_item:nth-child(n+2) {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(n+2) {
    margin-top: 7rem;
  }
}
#company .p-vision .list_item:nth-child(1) .list_item_child-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(1) .list_item_child-list {
    margin-top: 2rem;
  }
}
#company .p-vision .list_item:nth-child(1) .list_item_child-list_item {
  padding-left: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(1) .list_item_child-list_item {
    font-size: 1.5rem;
  }
}
#company .p-vision .list_item:nth-child(1) .list_item_child-list_item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(1) .list_item_child-list_item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
#company .p-vision .list_item:nth-child(1) .list_item_child-list_item span {
  position: absolute;
  top: 0;
  left: 0;
  color: #006CB8;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#company .p-vision .list_item:nth-child(1) .list_item_txt {
  margin-top: 2rem;
}
#company .p-vision .list_item:nth-child(2) {
  flex-direction: row-reverse;
}
#company .p-vision .list_item:nth-child(2) .list_item_num {
  right: 0;
}
#company .p-vision .list_item:nth-child(2) .list_item_lead {
  margin-top: 3rem;
}
#company .p-vision .list_item:nth-child(2) .list_item_lead span {
  display: block;
  padding-left: 1.8rem;
  line-height: 1.4285;
  position: relative;
}
#company .p-vision .list_item:nth-child(2) .list_item_lead span:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(2) .list_item_lead span {
    padding-left: 0;
  }
}
#company .p-vision .list_item:nth-child(2) .list_item_lead span::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #006CB8;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(2) .list_item_lead span::before {
    content: none;
  }
}
#company .p-vision .list_item:nth-child(3) .list_item_img {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(3) .list_item_img {
    margin-top: 4rem;
  }
}
#company .p-vision .list_item:nth-child(4) {
  flex-direction: row-reverse;
}
#company .p-vision .list_item:nth-child(4) .list_item_num {
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(4) .list_item_num {
    top: 24rem;
  }
}
#company .p-vision .list_item:nth-child(4) .list_item_img {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item:nth-child(4) .list_item_img {
    margin-top: 4rem;
  }
}
#company .p-vision .list_item_txt-box {
  max-width: 55rem;
  position: relative;
}
#company .p-vision .list_item_txt-box * {
  position: relative;
  z-index: 2;
}
#company .p-vision .list_item_num {
  font-size: 31.7rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #CBE9FD;
  position: absolute;
  right: -5rem;
  z-index: 1;
  top: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_num {
    font-size: 20rem;
    right: 0;
    top: 24rem;
  }
}
#company .p-vision .list_item_ttl {
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_ttl {
    font-size: 2rem;
    text-align: center;
  }
}
#company .p-vision .list_item_lead {
  margin-top: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.78571;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_lead {
    text-align: center;
    font-size: 1.8rem;
  }
}
#company .p-vision .list_item_txt {
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_txt {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
#company .p-vision .list_item_img {
  margin-top: 4rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_img {
    width: 100%;
  }
}
#company .p-vision .list_item_img img {
  width: 43.3rem;
}
@media screen and (max-width: 767px) {
  #company .p-vision .list_item_img img {
    width: 22rem;
  }
}
#company .p-company {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #company .p-company {
    padding-top: 7rem;
  }
}
#company .p-company .flex {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex {
    display: block;
    margin-top: 4rem;
  }
}
#company .p-company .flex dl {
  max-width: 72.5rem;
}
#company .p-company .flex dl .item {
  padding: 2.3rem 0;
  display: flex;
  border-top: 1px solid #C4D6DF;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item {
    display: block;
  }
}
#company .p-company .flex dl .item:last-child {
  border-bottom: 1px solid #C4D6DF;
}
#company .p-company .flex dl .item dt {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dt {
    font-size: 1.8rem;
    width: 100%;
  }
}
#company .p-company .flex dl .item dd {
  line-height: 1.8888;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dd {
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
#company .p-company .flex dl .item dd span {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex dl .item dd span {
    margin-left: 0;
  }
}
#company .p-company .flex dl .item dd a {
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #company .p-company .flex dl .item dd a:hover {
    color: #006CB8;
  }
}
#company .p-company .flex .img-box {
  max-width: 32.8rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex .img-box {
    margin-top: 3rem;
  }
}
#company .p-company .flex .img-box .img:nth-child(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #company .p-company .flex .img-box .img:nth-child(n+2) {
    margin-top: 3rem;
  }
}
#company .p-group {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #company .p-group {
    padding: 7rem 0;
  }
}
#company .p-group dl {
  margin-top: 4rem;
}
#company .p-group dl .item {
  padding: 2.3rem 0;
  display: flex;
  border-top: 1px solid #C4D6DF;
}
@media screen and (max-width: 767px) {
  #company .p-group dl .item {
    display: block;
  }
}
#company .p-group dl .item:last-child {
  border-bottom: 1px solid #C4D6DF;
}
#company .p-group dl .item dt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #company .p-group dl .item dt {
    font-size: 1.6rem;
  }
}
#company .p-group dl .item dd {
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #company .p-group dl .item dd {
    margin-top: 0.5rem;
  }
}

/* 会社案内
---------------------------------------------------------------------------- */
#recruit .p-heading {
  background: linear-gradient(to bottom, #E3F5FD 0%, #E3F5FD 80%, rgba(255, 255, 255, 0) 100%);
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading {
    padding: 6.8rem 0;
    background: linear-gradient(to bottom, #E3F5FD 0%, #E3F5FD 80%, rgba(255, 255, 255, 0) 100%);
  }
}
#recruit .p-heading .l-wrap {
  max-width: 144rem;
}
#recruit .p-heading .l-wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex {
    display: block;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box {
  max-width: 65.3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box {
    text-align: center;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box .ttl {
  margin-top: 5rem;
  display: inline-block;
  border: 2px solid #0499DA;
  font-size: 2rem;
  letter-spacing: 0.08em;
  background-color: #fff;
  border-radius: 0.8rem;
  color: #0499DA;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box .ttl {
    margin-top: 2rem;
    font-size: 1.4rem;
    padding: 0.5rem 1.2rem;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box .lead {
  margin-top: 4rem;
  letter-spacing: 0.06em;
  font-size: 4.2rem;
  font-weight: 700;
  color: #006CB8;
  white-space: nowrap;
  line-height: 1.5238;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box .lead {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box .lead span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box .lead span {
    font-size: 1.5rem;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box .txt {
  margin-top: 2rem;
  letter-spacing: 0.08em;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box .txt {
    font-size: 1.5rem;
    padding-right: 0;
  }
  #recruit .p-heading .l-wrap .flex .txt-box .txt .u-point span::before {
    content: none;
  }
}
#recruit .p-heading .l-wrap .flex .txt-box .c-btn {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .txt-box .c-btn {
    margin-top: 3rem;
  }
}
#recruit .p-heading .l-wrap .flex .img {
  margin-right: -2rem;
  max-width: 78.4rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #recruit .p-heading .l-wrap .flex .img {
    margin-top: 2rem;
    margin-right: 0;
  }
}
#recruit .p-intro {
  padding: 12rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro {
    padding: 3rem 0 7rem;
  }
}
#recruit .p-intro .list-box {
  margin: 0 auto;
  max-width: 81rem;
  background-color: #FFFAEA;
  border: 1px solid #FEAA2D;
  border-radius: 1rem;
  padding: 5.5rem 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .list-box {
    padding: 4rem 1.8rem 3rem;
  }
}
#recruit .p-intro .list-box .ttl {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FEAA2D;
  border-radius: 7rem;
  padding: 1.5rem 6rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .list-box .ttl {
    font-size: 1.8rem;
    padding: 1rem 4rem;
    white-space: nowrap;
  }
}
#recruit .p-intro .list-box .ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.1rem;
  width: 2.6rem;
  height: 1.3rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_fukidashi_02.svg);
  background-color: #FEAA2D;
}
#recruit .p-intro .list-box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .list-box .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.3rem;
  }
}
#recruit .p-intro .list-box .list_item {
  border-left: 0.6rem solid #FEAA2D;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem 1.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .list-box .list_item {
    font-size: 1.4rem;
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
    border-left: 0.5rem solid #FEAA2D;
  }
}
#recruit .p-intro .content {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .content {
    margin-top: 5rem;
  }
}
#recruit .p-intro .content .txt {
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .content .txt {
    text-align: left;
  }
}
#recruit .p-intro .award {
  margin-top: 7rem;
  background-color: #FFFAEB;
  border-radius: 3rem;
  padding: 7rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award {
    margin-top: 6.5rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    border-radius: 0;
    display: block;
    padding: 8rem 1.5rem 7rem;
  }
}
#recruit .p-intro .award .txt-box {
  flex: 1;
  text-align: center;
}
#recruit .p-intro .award .txt-box .lead {
  display: inline-block;
  font-size: 1.8rem;
  color: #006CB8;
  padding: 0 2.5rem;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .txt-box .lead {
    font-size: 1.4rem;
    text-align: center;
  }
}
#recruit .p-intro .award .txt-box .lead::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/index/icon_training_ttl_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .txt-box .lead::before {
    width: 2.3rem;
    height: 3.4rem;
    background: url(../img/index/icon_training_ttl_left_sp.svg) no-repeat center center/contain;
  }
}
#recruit .p-intro .award .txt-box .lead::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../img/index/icon_training_ttl_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .txt-box .lead::after {
    width: 2.3rem;
    height: 3.4rem;
    background: url(../img/index/icon_training_ttl_right_sp.svg) no-repeat center center/contain;
  }
}
#recruit .p-intro .award .txt-box .ttl {
  margin-top: -0.2rem;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  line-height: 1.6;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .txt-box .ttl {
    margin-top: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: nowrap;
  }
}
#recruit .p-intro .award .txt-box .txt {
  margin-top: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .txt-box .txt {
    margin-top: 3.5rem;
    letter-spacing: 0.07em;
    font-size: 1.5rem;
  }
}
#recruit .p-intro .award .img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-intro .award .img {
    margin: 2rem auto 0;
  }
}
#recruit .p-greeting {
  background-color: #EFFAFD;
  padding: 14rem 0 14rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting {
    padding: 6rem 0 7rem;
  }
}
#recruit .p-greeting .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex {
    flex-direction: column;
    gap: 4rem;
  }
}
#recruit .p-greeting .flex .txt-box {
  margin-top: -1rem;
  max-width: 66rem;
  text-align: right;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .c-secttl-box .c-secttl.-l {
    font-size: 1.8rem;
  }
}
#recruit .p-greeting .flex .txt-box .lead {
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .lead {
    margin-top: 1rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
#recruit .p-greeting .flex .txt-box .txt {
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .txt {
    margin-top: 3rem;
  }
}
#recruit .p-greeting .flex .txt-box .name-box {
  margin-top: 3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .name-box {
    margin-top: 3rem;
    display: block;
  }
}
#recruit .p-greeting .flex .txt-box .name-box .post {
  padding-right: 4.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .name-box .post {
    padding-right: 0;
    font-size: 1.3rem;
  }
}
#recruit .p-greeting .flex .txt-box .name-box .name {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .name-box .name {
    text-align: left;
    font-size: 1.5rem;
  }
}
#recruit .p-greeting .flex .txt-box .name-box .name span {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .flex .txt-box .name-box .name span {
    font-size: 2.3rem;
  }
}
#recruit .p-greeting .flex .img {
  max-width: 45rem;
}
#recruit .p-greeting .profile {
  margin-top: 6rem;
  background-color: #fff;
  border: 1px solid #006CB8;
  border-radius: 1rem;
  padding: 3.5rem 4rem;
  display: flex;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .profile {
    margin-top: 4rem;
    padding: 2rem;
    display: block;
  }
}
#recruit .p-greeting .profile .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  color: #006CB8;
  line-height: 1;
}
#recruit .p-greeting .profile .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .profile .txt-box {
    margin-top: 1.5rem;
  }
}
#recruit .p-greeting .profile .txt-box .txt {
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#recruit .p-greeting .profile .txt-box ul {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .profile .txt-box ul {
    margin-top: 2rem;
  }
}
#recruit .p-greeting .profile .txt-box ul li {
  letter-spacing: 0.08em;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
}
#recruit .p-greeting .profile .txt-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #252B30;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #recruit .p-greeting .profile .txt-box ul li::before {
    top: 1.1rem;
    transform: translate(0);
  }
}
#recruit .p-vision {
  padding: 13rem 0 19rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision {
    padding: 7rem 0;
  }
  #recruit .p-vision .c-secttl-box .c-secttl.-l {
    font-size: 2.2rem;
  }
}
#recruit .p-vision .txt {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .txt {
    text-align: left;
  }
}
#recruit .p-vision .list {
  margin-top: 6rem;
}
#recruit .p-vision .list_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#recruit .p-vision .list_item:nth-child(n+2) {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(n+2) {
    margin-top: 7rem;
  }
}
#recruit .p-vision .list_item:nth-child(1) .list_item_child-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(1) .list_item_child-list {
    margin-top: 2rem;
  }
}
#recruit .p-vision .list_item:nth-child(1) .list_item_child-list_item {
  padding-left: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(1) .list_item_child-list_item {
    font-size: 1.5rem;
  }
}
#recruit .p-vision .list_item:nth-child(1) .list_item_child-list_item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(1) .list_item_child-list_item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
#recruit .p-vision .list_item:nth-child(1) .list_item_child-list_item span {
  position: absolute;
  top: 0;
  left: 0;
  color: #006CB8;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#recruit .p-vision .list_item:nth-child(1) .list_item_txt {
  margin-top: 2rem;
}
#recruit .p-vision .list_item:nth-child(2) {
  flex-direction: row-reverse;
}
#recruit .p-vision .list_item:nth-child(2) .list_item_num {
  right: 0;
}
#recruit .p-vision .list_item:nth-child(2) .list_item_lead {
  margin-top: 3rem;
}
#recruit .p-vision .list_item:nth-child(2) .list_item_lead span {
  display: block;
  padding-left: 1.8rem;
  line-height: 1.4285;
  position: relative;
}
#recruit .p-vision .list_item:nth-child(2) .list_item_lead span:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(2) .list_item_lead span {
    padding-left: 0;
  }
}
#recruit .p-vision .list_item:nth-child(2) .list_item_lead span::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #006CB8;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(2) .list_item_lead span::before {
    content: none;
  }
}
#recruit .p-vision .list_item:nth-child(3) .list_item_img {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(3) .list_item_img {
    margin-top: 4rem;
  }
}
#recruit .p-vision .list_item:nth-child(4) {
  flex-direction: row-reverse;
}
#recruit .p-vision .list_item:nth-child(4) .list_item_num {
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(4) .list_item_num {
    top: 24rem;
  }
}
#recruit .p-vision .list_item:nth-child(4) .list_item_img {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item:nth-child(4) .list_item_img {
    margin-top: 4rem;
  }
}
#recruit .p-vision .list_item_txt-box {
  max-width: 55rem;
  position: relative;
}
#recruit .p-vision .list_item_txt-box * {
  position: relative;
  z-index: 2;
}
#recruit .p-vision .list_item_num {
  font-size: 31.7rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #CBE9FD;
  position: absolute;
  right: -5rem;
  z-index: 1;
  top: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_num {
    font-size: 20rem;
    right: 0;
    top: 24rem;
  }
}
#recruit .p-vision .list_item_ttl {
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_ttl {
    font-size: 2rem;
    text-align: center;
  }
}
#recruit .p-vision .list_item_lead {
  margin-top: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.78571;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_lead {
    text-align: center;
    font-size: 1.8rem;
  }
}
#recruit .p-vision .list_item_txt {
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_txt {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
#recruit .p-vision .list_item_img {
  margin-top: 4rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_img {
    width: 100%;
  }
}
#recruit .p-vision .list_item_img img {
  width: 43.3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-vision .list_item_img img {
    width: 22rem;
  }
}
#recruit .p-guidelines {
  padding-top: 11.6rem;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #recruit .p-guidelines {
    padding-top: 7rem;
  }
}
#recruit .p-guidelines .list {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem 8.5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-guidelines .list {
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 2rem;
    gap: 3rem;
  }
}
#recruit .p-guidelines .list_item_ttl-box {
  display: flex;
  align-items: center;
}
#recruit .p-guidelines .list_item_num {
  width: 5rem;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  color: #006CB8;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #recruit .p-guidelines .list_item_num {
    font-size: 2.3rem;
    width: 4rem;
  }
}
#recruit .p-guidelines .list_item_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #recruit .p-guidelines .list_item_ttl {
    font-size: 1.6rem;
  }
}
#recruit .p-guidelines .list_item_txt {
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  #recruit .p-guidelines .list_item_txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
#recruit .p-person {
  background-color: #EFFAFD;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-person {
    padding: 7rem 0;
  }
}
#recruit .p-person .txt {
  text-align: center;
  letter-spacing: 0.08em;
}
#recruit .p-person .list {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-person .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#recruit .p-person .list_item {
  background-color: #fff;
  border: 1px solid #006CB8;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-person .list_item {
    padding: 3rem 2rem;
  }
}
#recruit .p-person .list_item_ttl {
  text-align: center;
  color: #006CB8;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-person .list_item_ttl {
    font-size: 1.9rem;
  }
}
#recruit .p-person .list_item_check-list {
  margin-top: 1.5rem;
}
#recruit .p-person .list_item_check-list_item {
  padding-left: 3rem;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.275;
}
@media screen and (max-width: 767px) {
  #recruit .p-person .list_item_check-list_item {
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}
#recruit .p-person .list_item_check-list_item::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_check_02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #recruit .p-person .list_item_check-list_item::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
#recruit .p-person .list_item_check-list_item:nth-child(n+2) {
  margin-top: 1rem;
}
#recruit .c-recruit {
  background-color: #EFFAFD;
  padding-bottom: 15rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #recruit .c-recruit {
    padding-bottom: 7rem;
  }
}
#recruit .c-recruit .content {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit .c-recruit .content .c-secttl-box .c-secttl {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
#recruit .p-type {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-type {
    padding-top: 7rem;
  }
}
#recruit .p-type .txt {
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #recruit .p-type .txt {
    text-align: left;
  }
}
#recruit .p-type .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-type .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#recruit .p-type .list_item {
  padding: 3rem 3.5rem 2rem;
  background-color: #fff;
  border: 1px solid #006CB8;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-type .list_item {
    padding: 3rem 2.5rem 2.5rem;
  }
}
#recruit .p-type .list_item_ttl {
  text-align: center;
  color: #006CB8;
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #recruit .p-type .list_item_ttl {
    font-size: 2.2rem;
  }
}
#recruit .p-type .list_item_txt {
  margin-top: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#recruit .p-type .list_item .c-link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-type .list_item .c-link {
    margin-top: 1.5rem;
  }
}
#recruit .p-career {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-career {
    padding: 7rem 0;
  }
  #recruit .p-career .c-secttl-box .c-secttl.-letter100 {
    letter-spacing: 0;
  }
}
#recruit .p-career .txt {
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #recruit .p-career .txt {
    text-align: left;
  }
}
#recruit .p-career .c-num-list {
  margin-top: 4rem;
}
#recruit .p-program {
  padding-top: 15rem;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #recruit .p-program {
    padding-top: 7rem;
  }
}
#recruit .p-program .c-num-list {
  margin-top: 4rem;
}
#recruit .p-benefits {
  padding: 15rem 0;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits {
    padding: 7rem 0;
  }
}
#recruit .p-benefits .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#recruit .p-benefits .list_item {
  background-color: #fff;
  border: 1px solid #006CB8;
  border-radius: 1rem;
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits .list_item {
    padding: 0 0 2rem;
  }
}
#recruit .p-benefits .list_item_img {
  width: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits .list_item_img {
    width: 10rem;
  }
}
#recruit .p-benefits .list_item_ttl {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #006CB8;
  letter-spacing: 0.03em;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits .list_item_ttl {
    font-size: 1.6rem;
    margin-top: 0;
    line-height: 1.2;
  }
}
#recruit .p-benefits .list_item_txt {
  margin-top: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-benefits .list_item_txt {
    font-size: 1.2rem;
  }
}
#recruit .p-requirements {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements {
    padding: 7rem 0;
  }
}
#recruit .p-requirements .txt {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .txt {
    text-align: left;
  }
}
#recruit .p-requirements .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#recruit .p-requirements .list_item {
  background-color: #F2F8FC;
  border-radius: 2rem 2rem 0 0;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #006CB8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #recruit .p-requirements .list_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #recruit .p-requirements .list_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .list_item {
    padding: 1.5rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#recruit .p-requirements .list_item.is-active {
  background-color: #006CB8;
  color: #fff;
  pointer-events: none;
}
#recruit .p-requirements .content {
  margin-top: 4rem;
}
#recruit .p-requirements .content .block {
  display: none;
}
#recruit .p-requirements .content .block.is-active {
  display: block;
}
#recruit .p-requirements .content .block .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .content .block .ttl {
    font-size: 1.9rem;
  }
}
#recruit .p-requirements .content .block dl {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .content .block dl {
    margin-top: 3rem;
  }
}
#recruit .p-requirements .content .block dl .item {
  padding: 2.7rem 0;
  display: flex;
  border-top: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .content .block dl .item {
    padding: 2.3rem 0;
    display: block;
  }
}
#recruit .p-requirements .content .block dl .item:last-child {
  border-bottom: 1px solid #C1C1C1;
}
#recruit .p-requirements .content .block dl .item dt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 19.4rem;
  line-height: 1.7;
}
#recruit .p-requirements .content .block dl .item dd {
  flex: 1;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .content .block dl .item dd {
    margin-top: 1rem;
  }
}
#recruit .p-requirements .content .block dl .item dd .mt10 {
  display: block;
  margin-top: 1rem;
}
#recruit .p-faq {
  padding: 15rem 0;
  background-color: #EFFAFD;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq {
    padding: 7rem 0;
  }
}
#recruit .p-faq dl {
  margin-top: 4rem;
}
#recruit .p-faq dl .item {
  border-top: 1px solid #C1C1C1;
  padding: 2.5rem 5rem 2.5rem 1.9rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item {
    padding: 2.3rem 0;
  }
}
#recruit .p-faq dl .item:last-child {
  border-bottom: 1px solid #C1C1C1;
}
#recruit .p-faq dl .item dt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #006CB8;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dt {
    font-size: 1.6rem;
    text-indent: -1.5em;
    padding-left: 1em;
  }
}
#recruit .p-faq dl .item dd {
  margin-top: 0.5rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dd {
    margin-top: 1rem;
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}

#contact {
  /* お問い合わせ
  ---------------------------------------------------------------------------- */
}
#contact .p-contact {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #contact .p-contact {
    padding: 5rem 0 7rem;
  }
}
#contact .p-contact .l-wrap {
  max-width: 100rem;
}
#contact .p-contact .l-wrap .txt {
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .txt {
    font-size: 1.6rem;
  }
}
#contact .p-contact .l-wrap .form {
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form {
    margin: 5rem auto 0;
  }
}
#contact .p-contact .l-wrap .form .form-box .item {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item {
    display: block;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_ttl {
  width: 32rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_ttl {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_ttl .ttl {
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.5rem;
}
#contact .p-contact .l-wrap .form .form-box .item_ttl .required {
  position: absolute;
  top: 0.5rem;
  right: 7.5rem;
  width: 4rem;
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #006CB8;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_ttl .required {
    position: static;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content {
  flex: 1;
}
#contact .p-contact .l-wrap .form .form-box .item_content * {
  font-size: 1.5rem;
  line-height: 2;
}
#contact .p-contact .l-wrap .form .form-box .item_content .file .wpcf7-not-valid-tip {
	position: absolute;
    width: 100%;
    white-space: nowrap;
    top: 3.5rem;
    left: -4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content {
    margin-top: 1rem;
  }
	#contact .p-contact .l-wrap .form .form-box .item_content .file .wpcf7-not-valid-tip {
    top: 6.5rem;
    left: -3rem;
}
}
#contact .p-contact .l-wrap .form .form-box .item_content input {
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#contact .p-contact .l-wrap .form .form-box .item_content .input-box input {
  max-width: 47.3rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #000;
  padding: 0 1.4rem;
  height: 5rem;
}
#contact .p-contact .l-wrap .form .form-box .item_content .input-box input::placeholder {
  color: rgba(37, 43, 48, 0.29);
}
#contact .p-contact .l-wrap .form .form-box .item_content .textarea-box textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #000;
  padding: 1.5rem;
  height: 24.4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .textarea-box textarea {
    height: 18rem;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .textarea-box textarea::placeholder {
  color: rgba(0, 0, 0, 0.29);
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box .wpcf7-list-item {
  display: block;
  margin: 0;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label {
  display: block;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label input[type=radio] {
  display: none;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label input:checked + span::after {
  opacity: 1;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label span {
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  display: block;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  border: 2px solid #BCBCBC;
}
#contact .p-contact .l-wrap .form .form-box .item_content .radio-box label span::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.5rem;
  background: url(../img/common/icon_check_02.svg) no-repeat center center/contain;
  opacity: 0;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box .wpcf7-list-item {
  display: block;
  margin: 0;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label {
  display: block;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label:nth-child(n+2) {
  margin-top: 0.5rem;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label input[type=checkbox] {
  display: none;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label input:checked + span::after {
  opacity: 1;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label span {
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.08em;
  display: block;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #BCBCBC;
}
#contact .p-contact .l-wrap .form .form-box .item_content .check-box label span::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.5rem;
  background: url(../img/common/icon_check_02.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .check-box label span::after {
    top: 0;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .select-box {
  position: relative;
  max-width: 47.3rem;
}
#contact .p-contact .l-wrap .form .form-box .item_content .select-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../img/common/icon_select.svg) no-repeat center center/contain;
}
#contact .p-contact .l-wrap .form .form-box .item_content .select-box select {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  border: 1px solid #000;
  padding: 0 1.4rem;
  color: rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .file-box {
    margin-top: 1.5rem;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file .mwform-file-delete {
  display: none;
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file .mw-wp-form_file {
  display: none;
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file label {
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  padding: 1rem 4.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .file-box .file label {
    font-size: 1.5rem;
    padding: 0.8rem 2.5rem 0.7rem;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file .filename {
  margin-left: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .file-box .file .filename {
    margin-top: 0.5rem;
    margin-left: 0;
    display: block;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .file-box .file-txt {
  margin-top: 2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .file-box .file-txt {
    letter-spacing: 0;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .privacy-txt {
  line-height: 1.7;
  text-align: left;
}
#contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .privacy-txt a {
  padding-right: 2rem;
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .privacy-txt a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .privacy-txt a:hover {
    opacity: 0.7;
  }
}
#contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .privacy-txt a::before {
  content: "";
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 1.2rem;
  height: 1rem;
  background: url(../img/common/icon_blank.svg) no-repeat center center/contain;
}
#contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .check-box {
  margin-top: 1.5rem;
}
#contact .p-contact .l-wrap .form .form-box .item_content .privacy-box .check-box label span::before {
  border: 1px solid #252B30;
}
#contact .p-contact .l-wrap .form .btn-box {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .btn-box {
    margin-top: 5rem;
  }
}
#contact .p-contact .l-wrap .form .btn-box .wpcf7-spinner {
  display: none;
}
#contact .p-contact .l-wrap .form .btn-box .btn {
  width: 33.2rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009ADC;
  border: 1px solid #009ADC;
  border-radius: 3.6rem;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .p-contact .l-wrap .form .btn-box .btn {
    width: 100%;
    height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .p-contact .l-wrap .form .btn-box .btn:hover {
    background-color: #fff;
    color: #009ADC;
  }
  #contact .p-contact .l-wrap .form .btn-box .btn:hover::before {
    background-color: #009ADC;
  }
  #contact .p-contact .l-wrap .form .btn-box .btn:hover::after {
    background-color: #fff;
  }
  #contact .p-contact .l-wrap .form .btn-box .btn:hover input {
    color: #009ADC;
  }
}
#contact .p-contact .l-wrap .form .btn-box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.9rem;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
#contact .p-contact .l-wrap .form .btn-box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  width: 0.7rem;
  height: 1.2rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #009ADC;
  transition: 0.3s;
}
#contact .p-contact .l-wrap .form .btn-box .btn input {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s;
}

#thanks {
  /* お問い合わせ 完了
  ---------------------------------------------------------------------------- */
}
#thanks .p-section-main {
  padding: 18.8rem 0 15rem;
}
@media screen and (max-width: 767px) {
  #thanks .p-section-main {
    padding: 8rem 0;
  }
}
#thanks .p-section-main .content {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #thanks .p-section-main .content {
    margin-top: 6rem;
  }
  #thanks .p-section-main .content .c-secttl-box .c-secttl.-l {
    font-size: 2.2rem;
  }
}
#thanks .p-section-main .content .txt {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.88888;
}
@media screen and (max-width: 767px) {
  #thanks .p-section-main .content .txt {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
#thanks .p-section-main .content .c-btn {
  margin-top: 5.4rem;
}/*# sourceMappingURL=under.css.map */