@charset "UTF-8";
#contact {
  width: 100%;
}
#contact .p-section-main {
  padding: 18.2rem 0 12.8rem;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main {
    padding: 11.6rem 0 6.4rem;
  }
}
#contact .p-section-main .l-wrap {
  max-width: 80rem;
}
#contact .p-section-main .l-wrap .ttl {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .ttl {
    font-size: 2.6rem;
  }
}
#contact .p-section-main .l-wrap .form {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form {
    margin-top: 1rem;
  }
}
#contact .p-section-main .l-wrap .form .wpcf7-not-valid-tip {
  display: none;
}
#contact .p-section-main .l-wrap .form.is-show .wpcf7-not-valid-tip {
  display: block;
}
#contact .p-section-main .l-wrap .form .wpcf7-spinner {
  display: none;
}
#contact .p-section-main .l-wrap .form dl .item {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form dl .item {
    display: block;
    padding: 1.6rem 0;
  }
}
#contact .p-section-main .l-wrap .form dl .item.-start {
  align-items: flex-start;
}
#contact .p-section-main .l-wrap .form dl .item.-start dt {
  padding-top: 1rem;
}
#contact .p-section-main .l-wrap .form dl .item dt {
  width: 32rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
#contact .p-section-main .l-wrap .form dl .item dt .required {
  padding: 0.1rem 0.8rem 0.2rem;
  background-color: #B1935E;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  color: #fff;
  margin-left: 1rem;
  font-weight: 400;
}
#contact .p-section-main .l-wrap .form dl .item dt .required.-no {
  background-color: #777777;
}
#contact .p-section-main .l-wrap .form dl .item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form dl .item dd {
    margin-top: 1.2rem;
  }
}
#contact .p-section-main .l-wrap .form dl .item dd .input-box input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.4rem;
  background-color: #F5F5F5;
  padding: 0 1.6rem;
  letter-spacing: 0.025em;
}
#contact .p-section-main .l-wrap .form dl .item dd .input-box input::placeholder {
  color: #999999;
}
#contact .p-section-main .l-wrap .form dl .item dd .textarea textarea {
  width: 100%;
  height: 16rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.4rem;
  background-color: #F5F5F5;
  padding: 1rem 1.6rem;
  letter-spacing: 0.025em;
}
#contact .p-section-main .l-wrap .form dl .item dd .textarea textarea::placeholder {
  color: #999999;
}
#contact .p-section-main .l-wrap .form .check-box {
  margin-top: 3rem;
  text-align: center;
}
#contact .p-section-main .l-wrap .form .check-box .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-left: -9rem;
  margin-top: 1rem;
}
#contact .p-section-main .l-wrap .form .check-box label {
  display: block;
  font-size: 1.6rem;
}
#contact .p-section-main .l-wrap .form .check-box label input[type=checkbox] {
  display: none;
}
#contact .p-section-main .l-wrap .form .check-box label input:checked + span::after {
  opacity: 1;
}
#contact .p-section-main .l-wrap .form .check-box label span {
  position: relative;
  text-align: center;
  letter-spacing: 0.025em;
  display: block;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form .check-box label span {
    padding-left: 2rem;
  }
}
#contact .p-section-main .l-wrap .form .check-box label span a {
  text-decoration: underline;
  color: #004EFF;
}
@media screen and (min-width: 768px) {
  #contact .p-section-main .l-wrap .form .check-box label span a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #contact .p-section-main .l-wrap .form .check-box label span a:hover {
    opacity: 0.7;
  }
}
#contact .p-section-main .l-wrap .form .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 14rem);
  width: 2.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  height: 2.4rem;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form .check-box label span::before {
    left: calc(50% - 13rem);
  }
}
#contact .p-section-main .l-wrap .form .check-box label span::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  transform: translate(-50%, -50%);
  left: calc(50% - 14rem);
  width: 1.8rem;
  height: 1.4rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form .check-box label span::after {
    left: calc(50% - 13rem);
  }
}
#contact .p-section-main .l-wrap .form .c-btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form .c-btn {
    margin-top: 4rem;
  }
}
#contact .p-section-main .l-wrap .form .c-btn_link {
  padding-left: 0;
}
#contact .p-section-main .l-wrap .form .c-btn_link input {
  width: 100%;
  height: 100%;
  padding-left: 2.4rem;
  color: #fff;
  text-align: left;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main .l-wrap .form .c-btn_link input {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .p-section-main .l-wrap .form .c-btn_link:hover input {
    color: #0D0F00;
  }
}
#contact .p-section-main .wpcf7-response-output {
  display: none !important;
}
#contact .p-section-main.-thanks {
  padding: 0;
  width: 100%;
}
#contact .p-section-main.-thanks .ttl {
  font-size: 4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main.-thanks .ttl {
    font-size: 2.6rem;
    line-height: 1.5384615385;
  }
}
#contact .p-section-main.-thanks .txt {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main.-thanks .txt {
    margin-top: 2rem;
    line-height: 1.75;
  }
}
#contact .p-section-main.-thanks .c-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #contact .p-section-main.-thanks .c-btn {
    margin-top: 4rem;
  }
}

/* 採用情報
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #recruit .p-recruit .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-recruit .content {
  padding-top: 43rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content {
    padding-top: 16rem;
  }
}
#recruit .p-recruit .content::before {
  content: "";
  position: absolute;
  top: 6.4rem;
  left: 0;
  width: 100%;
  height: 56rem;
  background: url(../img/recruit/img_recruit.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content::before {
    width: calc(100% + 4rem);
    left: -2rem;
    top: 0;
    height: 18.8rem;
    background: url(../img/recruit/img_recruit.png) no-repeat center center/cover;
  }
}
#recruit .p-recruit .content .box {
  background-color: #FAF8F4;
  border-radius: 0.8rem;
  max-width: 108rem;
  margin: 0 auto;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content .box {
    padding: 2.4rem 2rem;
  }
}
#recruit .p-recruit .content .box .c-secttl-02 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content .box .c-secttl-02 {
    font-size: 2.8rem;
  }
}
#recruit .p-recruit .content .box .txt-box {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content .box .txt-box {
    margin-top: 1.6rem;
  }
}
#recruit .p-recruit .content .box .txt-box .txt {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content .box .txt-box .txt {
    font-size: 1.6rem;
    text-align: left;
    display: inline;
    line-height: 1.5;
  }
}
#recruit .p-recruit .content .box .txt-box .txt:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .content .box .txt-box .txt:nth-child(n+2) {
    margin-top: 0;
  }
}
#recruit .p-recruit .c-link-box {
  margin-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-recruit .c-link-box {
    margin-top: 3.2rem;
    padding-bottom: 4.8rem;
  }
}
#recruit .p-point {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 8rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-point {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-point .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-point .list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-point .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }
}
#recruit .p-point .list_item_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4583333333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-point .list_item_ttl {
    font-size: 1.6rem;
  }
}
#recruit .p-point .list_item_txt {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem;
  margin-top: 1rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #recruit .p-point .list_item_txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#recruit .p-skills {
  padding: 8rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-point .txt {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-point .txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
#recruit .p-skills .heading .txt {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .heading .txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
#recruit .p-skills .flex {
  margin-top: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex {
    margin-top: 1.2rem;
    display: block;
  }
}
#recruit .p-skills .flex .img {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex .img {
    width: 100%;
  }
}
#recruit .p-skills .flex .txt-box {
  width: 61.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex .txt-box {
    margin-top: 2.4rem;
    width: 100%;
  }
}
#recruit .p-skills .flex .txt-box dl .item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex .txt-box dl .item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
#recruit .p-skills .flex .txt-box dl .item dt {
  padding-left: 1.2rem;
  height: 5.2rem;
  background: url(../img/recruit/bg_skills.svg) no-repeat center center/contain;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex .txt-box dl .item dt {
    height: 4rem;
    font-size: 1.6rem;
    background: url(../img/recruit/bg_skills.svg) no-repeat center right/cover;
  }
}
#recruit .p-skills .flex .txt-box dl .item dd {
  margin-top: 1rem;
}
#recruit .p-skills .flex .txt-box dl .item dd .ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #recruit .p-skills .flex .txt-box dl .item dd .ttl {
    font-size: 1.6rem;
  }
}
#recruit .p-skills .flex .txt-box dl .item dd .txt {
  margin-top: 0.5rem;
  letter-spacing: 0.025em;
}
#recruit .p-system {
  background-color: #F5F5F5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-system {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-system .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-system .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-system .list {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.4rem;
  }
}
#recruit .p-system .list_item {
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 12rem 2.4rem 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-system .list_item {
    padding: 10rem 2rem 2rem;
  }
}
#recruit .p-system .list_item_img {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-system .list_item_img {
    top: -3.2rem;
    width: 9.6rem;
  }
}
#recruit .p-system .list_item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-system .list_item_ttl {
    font-size: 2rem;
  }
}
#recruit .p-system .list_item_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 4.8rem;
  height: 1px;
  background-color: #DDDDDD;
}
#recruit .p-system .list_item_lead {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #B1935E;
}
@media screen and (max-width: 767px) {
  #recruit .p-system .list_item_lead {
    font-size: 1.6rem;
  }
}
#recruit .p-system .list_item_txt {
  margin-top: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#recruit .p-personality {
  padding: 8rem 0 9.6rem;
  background: url(../img/recruit/bg_personality.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #recruit .p-personality {
    padding: 4rem 0;
    background: url(../img/recruit/bg_personality_sp.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-personality .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-personality .list {
  margin-top: 3.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-personality .list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
#recruit .p-personality .list_item {
  background-color: #fff;
  min-height: 12.8rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-personality .list_item {
    min-height: auto;
  }
}
#recruit .p-personality .list_item_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-personality .list_item_ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
#recruit .p-personality .list_item_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/recruit/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #recruit .p-personality .list_item_ttl::before {
    transform: translate(0);
    top: 0.3rem;
  }
}
#recruit .p-personality .list_item_txt {
  margin-top: 1rem;
}
#recruit .p-message {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 8rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-message {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-message .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-message .flex {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-message .flex {
    margin-top: 1.5rem;
    display: block;
  }
}
#recruit .p-message .flex .img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-message .flex .img {
    width: 24rem;
    margin: 0 auto;
  }
}
#recruit .p-message .flex .box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #recruit .p-message .flex .box {
    margin-top: 2rem;
  }
}
#recruit .p-message .flex .box .lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #recruit .p-message .flex .box .lead {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}
#recruit .p-message .flex .box .txt-box {
  margin-top: 1.7rem;
}
#recruit .p-message .flex .box .txt-box .txt:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-message .flex .box .txt-box .txt:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}
#recruit .p-message .flex .box .name-box {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
#recruit .p-message .flex .box .name-box .post {
  font-size: 1.4rem;
}
#recruit .p-interview {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-interview .heading .list-box {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .heading .list-box {
    overflow-x: scroll;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #recruit .p-interview .heading .list-box::-webkit-scrollbar {
    display: none;
  }
  #recruit .p-interview .heading .list-box .simplebar-scrollbar::before {
    background: #B1935E;
    border-radius: 0.8rem;
    height: 0.4rem !important;
    margin-left: 2px;
  }
  #recruit .p-interview .heading .list-box .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  #recruit .p-interview .heading .list-box .simplebar-track {
    margin-left: 2rem;
    width: calc(100% - 4rem);
    background: #EFEFEF;
    border-radius: 0.8rem;
    height: 0.8rem !important;
  }
}
#recruit .p-interview .heading .list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .heading .list {
    display: flex;
  }
}
#recruit .p-interview .heading .list_item {
  background-color: #EFEFEF;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #DDDDDD;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #recruit .p-interview .heading .list_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #recruit .p-interview .heading .list_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .heading .list_item {
    white-space: nowrap;
    padding: 0 1rem;
  }
}
#recruit .p-interview .heading .list_item:last-child {
  border: none;
}
#recruit .p-interview .heading .list_item.is-active {
  background-color: #0D0F00;
  color: #fff;
  pointer-events: none;
}
#recruit .p-interview .content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content {
    margin-top: 2rem;
  }
}
#recruit .p-interview .content .block {
  display: none;
}
#recruit .p-interview .content .block.is-active {
  display: block;
}
#recruit .p-interview .content .block .box01 {
  position: relative;
  min-height: 40.5rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 {
    min-height: auto;
  }
}
#recruit .p-interview .content .block .box01 .img {
  width: 72rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .img {
    margin-top: 1.6rem;
    width: 100%;
  }
}
#recruit .p-interview .content .block .box01 .img img {
  aspect-ratio: 72/40;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .img img {
    aspect-ratio: 32/20;
  }
}
#recruit .p-interview .content .block .box01 .ttl {
  position: relative;
  margin-top: -30rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.025em;
  max-width: 48rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .ttl {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
#recruit .p-interview .content .block .box01 .txt-box {
  position: relative;
  margin-top: 6.6rem;
  max-width: 56rem;
  background-color: #FAF8F4;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .txt-box {
    margin: -2rem 1rem 0;
    padding: 2rem;
  }
}
#recruit .p-interview .content .block .box01 .txt-box .post {
  color: #B1935E;
}
#recruit .p-interview .content .block .box01 .txt-box .name {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .txt-box .name {
    margin-top: 0.3rem;
    font-size: 1.6rem;
  }
}
#recruit .p-interview .content .block .box01 .txt-box .txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box01 .txt-box .txt {
    font-size: 1.4rem;
  }
}
#recruit .p-interview .content .block .box02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box02 {
    margin-top: 2.4rem;
  }
}
#recruit .p-interview .content .block .box02 dl {
  display: none;
  margin-top: 2.4rem;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
  padding: 4rem 6.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box02 dl {
    margin-top: 2rem;
    padding: 2rem;
  }
}
#recruit .p-interview .content .block .box02 dl .item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box02 dl .item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
#recruit .p-interview .content .block .box02 dl .item dt {
  position: relative;
  font-weight: 700;
  padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box02 dl .item dt {
    text-indent: 2em;
    padding-left: 0;
  }
}
#recruit .p-interview .content .block .box02 dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3.5rem;
  height: 1px;
  background-color: #0D0F00;
}
@media screen and (max-width: 767px) {
  #recruit .p-interview .content .block .box02 dl .item dt::before {
    width: 2.6rem;
    top: 1.3rem;
    transform: translate(0);
  }
}
#recruit .p-interview .content .block .box02 dl .item dd {
  margin-top: 0.5rem;
}
#recruit .p-requirements {
  padding: 8rem 0 9.6rem;
  background-color: rgba(177, 147, 94, 0.07);
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-requirements .btn-box {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-requirements .btn-box {
    flex-direction: column;
    gap: 1.2rem;
  }
}
#recruit .p-flow {
  background-color: #F5F5F5;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-flow {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-flow .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-flow .img {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-flow .img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #recruit .p-flow .img::-webkit-scrollbar {
    display: none;
  }
  #recruit .p-flow .img .simplebar-scrollbar::before {
    background: #B1935E;
    border-radius: 0.8rem;
    height: 0.4rem !important;
    margin-left: 2px;
  }
  #recruit .p-flow .img .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  #recruit .p-flow .img .simplebar-track {
    background: #fff;
    border-radius: 0.8rem;
    height: 0.8rem !important;
    width: calc(100% - 4rem);
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-flow .img img {
    width: 128rem;
    max-width: 128rem;
    padding-right: 2rem;
  }
}
#recruit .p-flow .notes {
  margin-top: 3.3rem;
}
#recruit .p-flow .notes span {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #recruit .p-flow .notes span {
    font-size: 1.4rem;
  }
}
#recruit .p-flow .c-link-box {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-flow .c-link-box {
    margin-top: 3.2rem;
  }
}
#recruit .p-faq {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq {
    padding: 4rem 0 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .p-faq .l-wrap {
    width: calc(100% - 4rem);
  }
}
#recruit .p-faq dl {
  max-width: 80rem;
  margin: 3.3rem auto 0;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl {
    margin-top: 1.7rem;
  }
}
#recruit .p-faq dl .item {
  background-color: rgba(177, 147, 94, 0.07);
  border-radius: 0.8rem;
}
#recruit .p-faq dl .item:nth-child(n+2) {
  margin-top: 1.6rem;
}
#recruit .p-faq dl .item dt {
  cursor: pointer;
  padding: 2.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dt {
    padding: 1.6rem 4rem 1.6rem 4.4rem;
    font-size: 1.6rem;
  }
}
#recruit .p-faq dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  width: 1.4rem;
  height: 0.6rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_bottom.svg);
  background-color: #0D0F00;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dt::before {
    right: 1.6rem;
  }
}
#recruit .p-faq dl .item dt span {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #B1935E;
  letter-spacing: 0.025em;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dt span {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    font-size: 1.8rem;
    margin-right: 0;
  }
}
#recruit .p-faq dl .item dt.is-open::before {
  transform: translateY(-50%) rotate(-180deg);
}
#recruit .p-faq dl .item dd {
  display: none;
  margin-top: -1rem;
  padding: 0 2.4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq dl .item dd {
    padding: 0 1.6rem 1.6rem;
  }
}
#recruit .p-faq .c-link-box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #recruit .p-faq .c-link-box {
    margin-top: 3.2rem;
  }
}

/* 募集要項
---------------------------------------------------------------------------- */
#employment .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #employment .p-section-main {
    padding: 1.2rem 0 4rem;
  }
  #employment .p-section-main .l-wrap {
    width: calc(100% - 2.4rem);
  }
}
#employment .p-section-main .content {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 4rem 24rem 8rem;
}
@media screen and (max-width: 767px) {
  #employment .p-section-main .content {
    padding: 1rem 2rem 4rem;
  }
}
#employment .p-section-main .content .c-link-box {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #employment .p-section-main .content .c-link-box {
    margin-top: 4rem;
  }
}
#employment .p-section-main .content .c-link-box .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #employment .p-section-main .content .c-link-box .ttl {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
#employment .p-section-main .content .c-link-box .flex {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  #employment .p-section-main .content .c-link-box .flex {
    margin-top: 2rem;
  }
}

#company .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main {
    padding: 1.2rem 0 4rem;
  }
  #company .p-section-main .l-wrap {
    width: calc(100% - 2.4rem);
  }
}
#company .p-section-main .content {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 4rem 24rem 8rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content {
    padding: 1rem 2rem 4rem;
  }
}
#company .p-section-main .content .block .ttl {
  font-size: 3.8rem;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block .ttl {
    font-size: 2.8rem;
  }
}
#company .p-section-main .content .block01 .map {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block01 .map {
    margin-top: 2.4rem;
  }
}
#company .p-section-main .content .block01 .map iframe {
  width: 100%;
  aspect-ratio: 2/1;
}
#company .p-section-main .content .block02 {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 {
    margin-top: 4.8rem;
  }
}
#company .p-section-main .content .block02 .list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 2rem;
  }
}
#company .p-section-main .content .block02 .list_item a {
  display: block;
  position: relative;
	padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list_item a {
    padding-bottom: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  #company .p-section-main .content .block02 .list_item a:hover .list_item_arrow {
    background-color: #fff;
  }
  #company .p-section-main .content .block02 .list_item a:hover .list_item_arrow::before {
    left: 6rem;
  }
  #company .p-section-main .content .block02 .list_item a:hover .list_item_arrow::after {
    left: 0.7rem;
  }
}
#company .p-section-main .content .block02 .list_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.8rem;
  object-position: center top;
}
#company .p-section-main .content .block02 .list_item_post {
  margin-top: 0.8rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list_item_post {
    font-size: 1.2rem;
    padding-right: 0;
  }
}
#company .p-section-main .content .block02 .list_item_name {
  margin-top: 0.5rem;
  font-size: 2rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding-right: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list_item_name {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
#company .p-section-main .content .block02 .list_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #000;
  border: 1px solid #000;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list_item_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#company .p-section-main .content .block02 .list_item_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block02 .list_item_arrow::before {
    left: 0.4rem;
    width: 2rem;
    height: 2rem;
  }
}
#company .p-section-main .content .block02 .list_item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}
#company .p-section-main .content .block03 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block03 {
    margin-top: 4.8rem;
  }
}
#company .p-section-main .content .block03 .list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block03 .list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#company .p-section-main .content .block03 .list_item {
  border-radius: 0.8rem;
  background: url(../img/company/img_03_01.png) no-repeat center center/cover;
}
#company .p-section-main .content .block03 .list_item:nth-child(2) {
  background: url(../img/company/img_03_02.png) no-repeat center center/cover;
}
#company .p-section-main .content .block03 .list_item:nth-child(3) {
  background: url(../img/company/img_03_03.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block03 .list_item:nth-child(3) {
    background: url(../img/company/img_03_03_sp.png) no-repeat center center/cover;
  }
}
#company .p-section-main .content .block03 .list_item:nth-child(4) {
  background: url(../img/company/img_03_04.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block03 .list_item:nth-child(4) {
    background: url(../img/company/img_03_04_sp.png) no-repeat center center/cover;
  }
}
#company .p-section-main .content .block03 .list_item a {
  width: 100%;
  height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company .p-section-main .content .block03 .list_item a {
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #company .p-section-main .content .block03 .list_item a:hover .list_item_arrow {
    background-color: #fff;
  }
  #company .p-section-main .content .block03 .list_item a:hover .list_item_arrow::before {
    left: 6rem;
  }
  #company .p-section-main .content .block03 .list_item a:hover .list_item_arrow::after {
    left: 0.7rem;
  }
}
#company .p-section-main .content .block03 .list_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #000;
  border: 1px solid #000;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
#company .p-section-main .content .block03 .list_item_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
#company .p-section-main .content .block03 .list_item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}

#privacy .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #privacy .p-section-main {
    padding: 1.2rem 0 4rem;
  }
  #privacy .p-section-main .l-wrap {
    width: calc(100% - 2.4rem);
  }
}
#privacy .p-section-main .content {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 6rem 24rem 8rem;
}
@media screen and (max-width: 767px) {
  #privacy .p-section-main .content {
    padding: 2.4rem 1.6rem;
  }
}
#privacy .p-section-main .content .heading .txt {
  margin-top: 2rem;
}
#privacy .p-section-main .content dl .item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #privacy .p-section-main .content dl .item {
    margin-top: 1.6rem;
  }
}
#privacy .p-section-main .content dl .item dt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #privacy .p-section-main .content dl .item dt {
    font-size: 1.6rem;
  }
}
#privacy .p-section-main .content dl .item dd {
  margin-top: 0.5rem;
}
#privacy .p-section-main .content dl .item dd a {
  text-decoration: underline;
  color: #004EFF;
}
#privacy .p-section-main .content dl .item dd ol {
  margin-top: 0.8rem;
  counter-reset: number;
}
#privacy .p-section-main .content dl .item dd ol li {
  counter-increment: number;
  padding-left: 1.6rem;
  position: relative;
}
#privacy .p-section-main .content dl .item dd ol li::before {
  content: counter(number) " ";
  position: absolute;
  left: 0;
}

#sitemap .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main {
    padding: 1.2rem 0 4rem;
  }
  #sitemap .p-section-main .l-wrap {
    width: calc(100% - 2.4rem);
  }
}
#sitemap .p-section-main .content {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 7rem 29rem 8rem;
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main .content {
    padding: 3.4rem 2rem;
  }
}
#sitemap .p-section-main .content .list.-first {
  margin-top: 3rem;
  width: calc(50% - 3.2rem);
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main .content .list.-first {
    margin-top: 1.5rem;
    width: 100%;
  }
}
#sitemap .p-section-main .content .list.-first .list_item_link {
  font-size: 1.6rem;
}
#sitemap .p-section-main .content .list_item_link {
  padding: 0.5rem 0;
  display: block;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  height: 100%;
  border-bottom: 1px solid #777777;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main .content .list_item_link {
    vertical-align: bottom;
    padding: 0.7rem 2rem 0.7rem 0;
    display: flex;
    align-items: flex-end;
  }
}
#sitemap .p-section-main .content .list_item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3rem;
  height: 3rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main .content .list_item_link::before {
    right: 0;
    top: auto;
    transform: translate(0);
    bottom: 0.8rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .p-section-main .content .list_item_link:hover {
    color: #B1935E;
  }
  #sitemap .p-section-main .content .list_item_link:hover::before {
    background-color: #B1935E;
    right: -0.2rem;
  }
}
#sitemap .p-section-main .content .flex {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 6.4rem;
}
@media screen and (max-width: 767px) {
  #sitemap .p-section-main .content .flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sitemap .p-section-main .content .flex .box .ttl {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
}
#sitemap .p-section-main .content .flex .box .list {
  margin-top: 1rem;
}

#not .p-section-main {
  padding: 11.2rem 0 20rem;
  min-height: calc(90vh - 49rem);
}
@media screen and (max-width: 767px) {
  #not .p-section-main {
    padding: 3.2rem 0 6.4rem;
    min-height: auto;
  }
}
#not .p-section-main .txt {
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #not .p-section-main .txt {
    text-align: left;
  }
}
#not .p-section-main .c-btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #not .p-section-main .c-btn {
    margin-top: 4rem;
  }
}

/* 一覧ページ
---------------------------------------------------------------------------- */
#blog .p-heading-01 .c-secttl-en {
  text-transform: uppercase;
}
#blog .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 6.4rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main {
    padding: 1.2rem 0 4rem;
  }
  #blog .p-section-main .l-wrap {
    width: calc(100% - 3.2rem);
  }
}
#blog .p-section-main .flex {
  display: flex;
  justify-content: space-between;
/*   align-items: flex-start; */
	align-items: space-between;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex {
    display: block;
  }
}
#blog .p-section-main .flex .main {
  width: 92.8rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main {
    width: 100%;
  }
}
#blog .p-section-main .flex .main .list_item:nth-child(n+2) {
  margin-top: 2.4rem;
}
#blog .p-section-main .flex .main .list_item a {
  background-color: #fff;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .list_item a {
    display: block;
    padding: 1.8rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
}
#blog .p-section-main .flex .main .list_item_img {
  width: 32.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .list_item_img {
    width: 100%;
  }
}
#blog .p-section-main .flex .main .list_item_img img {
  width: 100%;
  aspect-ratio: 324/182;
  object-fit: cover;
  border-radius: 0.8rem;
}
#blog .p-section-main .flex .main .list_item_txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .list_item_txt-box {
    margin-top: 1.2rem;
  }
}
#blog .p-section-main .flex .main .list_item_date {
  font-family: "Roboto", sans-serif;
  color: #777777;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .list_item_date {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .list_item_ttl {
  margin-top: 0.5rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .list_item_ttl {
    font-size: 1.6rem;
  }
}
#blog .p-section-main .flex .main .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#blog .p-section-main .flex .main .list_item_txt {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#blog .p-section-main .flex .main .list_item .c-category {
  margin-top: 1rem;
}
#blog .p-section-main .flex .main .c-pager {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .c-pager {
    margin-top: 3.2rem;
  }
}
#blog .p-section-main .flex .main .c-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .c-pager ul {
    gap: 0.8rem;
  }
}
#blog .p-section-main .flex .main .c-pager ul li {
  position: relative;
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers {
  background-color: #fff;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers:hover {
    background-color: #000;
    color: #fff;
  }
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.current {
  background-color: #777777;
  color: #fff;
  pointer-events: none;
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.dots {
  pointer-events: none;
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next {
  background-color: #000;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev::before, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev::after, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev:hover, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next:hover {
    background-color: #fff;
  }
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev:hover.next::before, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next:hover.next::before {
    left: 6rem;
  }
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev:hover.next::after, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next:hover.next::after {
    left: 0.7rem;
  }
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev:hover.prev::before, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next:hover.prev::before {
    left: -6rem;
  }
  #blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev:hover.prev::after, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next:hover.prev::after {
    left: 1rem;
  }
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev.prev::before, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next.prev::before {
  width: 1.8rem;
  height: 1.8rem;
  left: 1rem;
  mask-image: url(../img/common/arrow_left.svg);
}
#blog .p-section-main .flex .main .c-pager ul li .page-numbers.prev.prev::after, #blog .p-section-main .flex .main .c-pager ul li .page-numbers.next.prev::after {
  left: 6rem;
  width: 1.8rem;
  height: 1.8rem;
  mask-image: url(../img/common/arrow_left.svg);
}
#blog .p-section-main .flex .side {
  width: 32rem;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .side .box.-business {
    position: sticky;
    top: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side {
    width: 100%;
    margin-top: 4.8rem;
  }
}
#blog .p-section-main .flex .side .box {
  background-color: #fff;
  padding: 2rem 2.4rem;
  border-radius: 0.8rem;
}
#blog .p-section-main .flex .side .box:nth-child(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box:nth-child(n+2) {
    margin-top: 1.2rem;
  }
}
#blog .p-section-main .flex .side .box .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding-bottom: 1.6rem;
  margin-bottom: 0.8rem;
  position: relative;
}
#blog .p-section-main .flex .side .box .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 2px;
  background-color: #B1935E;
}
#blog .p-section-main .flex .side .box.-blog .ttl {
  margin-bottom: 1rem;
}
#blog .p-section-main .flex .side .box.-blog .list_item {
  border-bottom: 1px solid #777777;
}
#blog .p-section-main .flex .side .box.-blog .list_item:last-child {
  border: none;
}
#blog .p-section-main .flex .side .box.-blog .list_item a {
  padding: 1.2rem 0;
  display: flex;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .side .box.-blog .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
}
#blog .p-section-main .flex .side .box.-blog .list_item_img {
  width: 7.6rem;
}
#blog .p-section-main .flex .side .box.-blog .list_item_img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.4rem;
}
#blog .p-section-main .flex .side .box.-blog .list_item_txt-box {
  flex: 1;
  padding-top: 0.5rem;
}
#blog .p-section-main .flex .side .box.-blog .list_item_ttl {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#blog .p-section-main .flex .side .box.-blog .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#blog .p-section-main .flex .side .box.-blog .c-btn {
  margin-top: 1rem;
}
#blog .p-section-main .flex .side .box.-blog .c-btn_link {
  font-size: 1.4rem;
}
#blog .p-section-main .flex .side .box.-business {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box.-business {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
#blog .p-section-main .flex .side .box.-business .ttl {
  background-color: #B1935E;
  width: calc(100% + 3.2rem);
  margin-top: -2rem;
  margin-left: -1.6rem;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box.-business .ttl {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
  }
}
#blog .p-section-main .flex .side .box.-business .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 13rem;
  height: 8rem;
  background: url(../img/common/logo_05.svg) no-repeat center center/contain;
}
#blog .p-section-main .flex .side .box.-business .ttl > span {
  position: relative;
  z-index: 2;
}
#blog .p-section-main .flex .side .box.-business .ttl .-s {
  font-size: 1.4rem;
  font-weight: 400;
}
#blog .p-section-main .flex .side .box.-business .ttl .dots {
  position: relative;
}
#blog .p-section-main .flex .side .box.-business .ttl .dots::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
}
#blog .p-section-main .flex .side .box.-business .list {
  margin-top: 0.8rem;
}
#blog .p-section-main .flex .side .box.-business .list_item {
  border-radius: 0.4rem;
  background: url(../img/news/bg_business_01.png) no-repeat center center/cover;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(n+2) {
  margin-top: 1rem;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(2) {
  background: url(../img/news/bg_business_02.png) no-repeat center center/cover;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(3) {
  background: url(../img/news/bg_business_03.png) no-repeat center center/cover;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) {
  background: url(../img/news/bg_business_04.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) a {
    height: auto;
  }
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_map {
  margin: 0.8rem 3.5rem 0;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_map iframe {
  width: 100%;
  aspect-ratio: 256/133;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_link {
  margin-top: 1rem;
  background-color: #000;
  margin-bottom: -2rem;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_link .u-gold {
  font-weight: 500;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_link .arrow {
  padding-right: 1rem;
  position: relative;
  transition: 0.3s;
}
#blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) .list_item_link .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) a:hover .list_item_link .arrow {
    color: #B1935E;
  }
  #blog .p-section-main .flex .side .box.-business .list_item:nth-child(4) a:hover .list_item_link .arrow::before {
    right: -2.8rem;
    background-color: #B1935E;
  }
}
#blog .p-section-main .flex .side .box.-business .list_item a {
  width: 100%;
  padding: 1.2rem 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box.-business .list_item a {
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .side .box.-business .list_item a:hover .list_item_arrow {
    background-color: #fff;
  }
  #blog .p-section-main .flex .side .box.-business .list_item a:hover .list_item_arrow::before {
    left: 6rem;
  }
  #blog .p-section-main .flex .side .box.-business .list_item a:hover .list_item_arrow::after {
    left: 1rem;
  }
}
#blog .p-section-main .flex .side .box.-business .list_item_txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 1.2rem;
  line-height: 1.4285714286;
}
#blog .p-section-main .flex .side .box.-business .list_item_ttl {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 1.3333333333;
}
#blog .p-section-main .flex .side .box.-business .list_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #000;
  border: 1px solid #000;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
#blog .p-section-main .flex .side .box.-business .list_item_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .side .box.-business .list_item_arrow::before {
    left: 1rem;
  }
}
#blog .p-section-main .flex .side .box.-business .list_item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}

/* 詳細ページ
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #blog .p-section-main.-detail {
    padding: 0 0 4rem;
  }
  #blog .p-section-main.-detail .l-wrap {
    width: 100%;
  }
  #blog .p-section-main.-detail .side {
    margin-top: 4rem;
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
  }
}
#blog .p-section-main .flex .main .detail {
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 6.4rem 9.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail {
    padding: 3rem 2rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3125;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
#blog .p-section-main .flex .main .detail .heading .info-box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .info-box {
    margin-top: 1.2rem;
    gap: 1rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .info-box .date-box {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .info-box .date-box {
    gap: 1.2rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .tag {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .tag {
    margin-top: 0.3rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .tag_item a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .tag_item a {
    font-size: 1.2rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .img {
  margin-top: 1.2rem;
}
#blog .p-section-main .flex .main .detail .heading .img img {
  width: 100%;
}
#blog .p-section-main .flex .main .detail .heading .author {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#blog .p-section-main .flex .main .detail .heading .author-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #000;
  padding: 0.3rem 0.8rem;
  color: #fff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .author-ttl {
    font-size: 1.2rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .author-name {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .heading .author-name {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .heading .author-name a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .heading .author-name a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .heading .author-name a:hover {
    opacity: 0.7;
  }
}
#blog .p-section-main .flex .main .detail .content {
  margin-top: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content {
    margin-top: 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container {
  margin: 3.2rem 0 1.6rem;
  border: none;
  width: 100%;
  background-color: #FAF8F4;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container {
    margin: 1.6rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_title {
  margin: 0;
  position: relative;
  height: 6.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 3.2rem;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_title {
    height: 5rem;
    font-size: 1.8rem;
    padding-left: 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_title::before {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 3.4rem;
  width: 1.6rem;
  height: 0.8rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_bottom.svg);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_title::before {
    top: 2.1rem;
    right: 2rem;
    width: 1.4rem;
    height: 0.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_title::after {
  content: "閉じる";
  position: absolute;
  top: 4.5rem;
  right: 2.2rem;
  width: 3.6rem;
  height: 1rem;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_title::after {
    font-size: 1rem;
    right: 0.3rem;
    top: 3.7rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_title.is-open::before {
  mask-image: url(../img/common/icon_close.svg);
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_title.is-open::before {
    width: 1rem;
    height: 1rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_title.is-open::after {
  opacity: 1;
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list {
  display: none;
  margin-top: 0;
  padding: 0 3.2rem 3.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_list {
    padding: 0 1.6rem 2.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li {
  font-size: 1.8rem;
  letter-spacing: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_list li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li::before {
  content: none;
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li:nth-child(n+2) {
  margin-top: 1rem;
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li .toc_number {
  position: relative;
  padding-right: 0.5em;
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li .toc_number::before {
  content: ",";
  position: absolute;
  top: -0.3rem;
  right: -0.8rem;
  width: 1em;
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li ul {
  margin: 1rem 0 1rem 3rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_list li ul {
    margin: 0.8rem 0 0.8rem 2rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_list li ul li {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content #toc_container .toc_list li a {
  text-decoration: none;
  color: #0D0F00;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .content #toc_container .toc_list li a:hover {
    color: #B1935E;
    opacity: 1;
  }
}
#blog .p-section-main .flex .main .detail .content > *:first-child {
  margin-top: 0;
}
#blog .p-section-main .flex .main .detail .content p {
  margin: 1.6rem 0;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
#blog .p-section-main .flex .main .detail .content strong {
  font-weight: bold;
}
#blog .p-section-main .flex .main .detail .content em {
  font-style: italic;
}
#blog .p-section-main .flex .main .detail .content h2, #blog .p-section-main .flex .main .detail .content h3, #blog .p-section-main .flex .main .detail .content h4 {
  margin: 6.4rem 0 1.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content h2, #blog .p-section-main .flex .main .detail .content h3, #blog .p-section-main .flex .main .detail .content h4 {
    margin: 3.2rem 0 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  background-color: #FAF8F4;
  padding: 1rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
    padding: 1.2rem 1.4rem 1.2rem 1.5rem;
  }
}
#blog .p-section-main .flex .main .detail .content h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 100%;
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content h2::before {
    width: 0.3rem;
  }
}
#blog .p-section-main .flex .main .detail .content img {
  width: 100%;
}
#blog .p-section-main .flex .main .detail .content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  border-top: 0.4rem solid #B1935E;
  border-bottom: 0.4rem solid #B1935E;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content h3 {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
}
#blog .p-section-main .flex .main .detail .content h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content h4 {
    font-size: 1.7rem;
  }
}
#blog .p-section-main .flex .main .detail .content a {
  text-decoration: underline;
  color: #B1935E;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .content a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .content a:hover {
    opacity: 0.7;
  }
}
#blog .p-section-main .flex .main .detail .content ol, #blog .p-section-main .flex .main .detail .content ul {
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content ol, #blog .p-section-main .flex .main .detail .content ul {
    margin: 2.4rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content ol li, #blog .p-section-main .flex .main .detail .content ul li {
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content ol li, #blog .p-section-main .flex .main .detail .content ul li {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 1.7rem;
}
#blog .p-section-main .flex .main .detail .content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  font-weight: bold; /* 数字を太字に */
  color: inherit;
  width: 1.2em;
}
#blog .p-section-main .flex .main .detail .content ul li {
  position: relative;
  padding-left: 2rem;
}
#blog .p-section-main .flex .main .detail .content ul li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #B1935E;
  border-radius: 50%;
}
#blog .p-section-main .flex .main .detail .content blockquote {
  background-color: #FAF8F4;
  margin: 3.2rem 0;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content blockquote {
    margin: 2.4rem 0;
    padding: 2rem 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content blockquote cite {
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content blockquote cite {
    font-size: 1.2rem;
    display: block;
    text-align: left;
  }
}
#blog .p-section-main .flex .main .detail .content blockquote > *:first-child {
  margin-top: 0;
}
#blog .p-section-main .flex .main .detail .content blockquote > *:last-child {
  margin-bottom: 0;
}
#blog .p-section-main .flex .main .detail .content table {
  width: 100%;
  margin: 1.6rem 0;
  border-spacing: 0;
  border-collapse: separate;
  border-left: 1px solid #777777;
  border-top: 1px solid #777777;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content table {
    margin: 0.8rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content table tr > * {
  border: none;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  text-align: center;
}
#blog .p-section-main .flex .main .detail .content table th {
  padding: 1.5rem 1rem;
  background-color: #B1935E;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content table th {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content table th a {
  color: #fff;
  text-decoration: underline;
}
#blog .p-section-main .flex .main .detail .content table td {
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content table td {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content .table-scroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .table-scroll {
    padding-bottom: 2rem;
  }
}
#blog .p-section-main .flex .main .detail .content .table-scroll::-webkit-scrollbar {
  display: none;
}
#blog .p-section-main .flex .main .detail .content .table-scroll .simplebar-scrollbar::before {
  background: #B1935E;
  border-radius: 0.8rem;
  height: 0.4rem !important;
  margin-left: 2px;
}
#blog .p-section-main .flex .main .detail .content .table-scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#blog .p-section-main .flex .main .detail .content .table-scroll .simplebar-track {
  background: #EFEFEF;
  border-radius: 0.8rem;
  height: 0.8rem !important;
}
#blog .p-section-main .flex .main .detail .content .table-scroll table th, #blog .p-section-main .flex .main .detail .content .table-scroll table td {
  white-space: nowrap;
  min-width: 15rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .table-scroll table th, #blog .p-section-main .flex .main .detail .content .table-scroll table td {
    min-width: 10.5rem;
  }
}
#blog .p-section-main .flex .main .detail .content .btn {
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .btn {
    margin: 2.4rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content .btn_link {
  margin: 0 auto;
  width: 36rem;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-left: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.4rem;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .btn_link {
    margin: 0 auto;
    width: 29.6rem;
    height: 4.8rem;
    font-size: 1.4rem;
    padding-left: 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  width: 1px;
  height: 4.8rem;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .btn_link::before {
    height: 3.8rem;
    right: 4.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .btn_link .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .btn_link .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .btn_link .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  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;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .btn_link .arrow::before {
    left: 1rem;
  }
}
#blog .p-section-main .flex .main .detail .content .btn_link.-black::before {
  background-color: #000;
}
#blog .p-section-main .flex .main .detail .content .btn_link.-black .arrow::before {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .content .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .content .btn_link:hover {
    opacity: 0.7;
  }
}
#blog .p-section-main .flex .main .detail .content .post-item {
  margin: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .post-item {
    margin: 0.3rem 0 3rem;
  }
}
#blog .p-section-main .flex .main .detail .content .post-item a {
  margin: 0 auto;
  max-width: 56rem;
  padding: 1.6rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .content .post-item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .content .post-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .post-item a {
    width: 95%;
    padding: 0.8rem;
    gap: 0.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .post-item a::before {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right_02.svg);
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .post-item a::before {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .post-item_img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .post-item_img {
    width: 12rem;
  }
}
#blog .p-section-main .flex .main .detail .content .post-item_img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#blog .p-section-main .flex .main .detail .content .post-item_ttl {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 400;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .post-item_ttl {
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#blog .p-section-main .flex .main .detail .content .attention-box {
  margin: 1.6rem 0;
  background-color: #FAF8F4;
  border-radius: 0.8rem;
  padding: 1rem 3rem 1rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .attention-box {
    padding: 0.5rem 1.6rem 0.5rem;
  }
}
#blog .p-section-main .flex .main .detail .content .attention-box .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .attention-box .ttl {
    font-size: 1.6rem;
    padding-left: 5rem;
    line-height: 1.5;
  }
}
#blog .p-section-main .flex .main .detail .content .attention-box .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4.5rem;
  height: 4rem;
  background: url(../img/news/icon_attention.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .attention-box .ttl::before {
    width: 3.8rem;
    height: 3.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content .attention-box .txt-box {
  margin-top: 3rem;
  padding-top: 0.5rem;
  border-top: 1px solid #777777;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .attention-box .txt-box {
    margin-top: 1.5rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about {
  border: 0.5rem solid #B1935E;
  margin: 3.7rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about {
    margin: 1.6rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content .about .bg-img {
  background: url(../img/news/bg_management.jpg) no-repeat center center/cover;
  padding: 5.7rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .bg-img {
    background: url(../img/news/bg_management_sp.jpg) no-repeat center center/cover;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .bg-img {
    padding: 1.6rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content .about .ttl {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .ttl {
    font-size: 1.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .ttl::before {
  content: none;
}
#blog .p-section-main .flex .main .detail .content .about .txt {
  text-align: center;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .txt {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .list {
  max-width: 50.7rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .list {
    margin-top: 0.5rem;
    max-width: 29.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .list_item {
  margin: 0;
  padding: 0.7rem 0 0.7rem 4.5rem;
  border-bottom: 1px dashed #fff;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .list_item {
    line-height: 1.5714285714;
    padding: 0.8rem 0 0.8rem 3.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .list_item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/news/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .list_item::before {
    width: 2rem;
    height: 2rem;
    left: 0.8rem;
    top: 0.9rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .btn-box {
  background-color: #FBF8F4;
  padding: 1.4rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .btn-box {
    padding: 1rem 0 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .btn-box .btn-ttl {
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}
#blog .p-section-main .flex .main .detail .content .about .btn-box .flex {
  margin-top: 1rem;
  justify-content: center;
  gap: 1.2rem;
}
#blog .p-section-main .flex .main .detail .content .about .btn-box .flex .c-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about .btn-box .flex .c-btn:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about .btn-box .flex .c-btn_link {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .content .about .btn-box .flex .c-btn_link:hover {
    color: #000;
  }
}
#blog .p-section-main .flex .main .detail .content .about.-consulting .bg-img {
  background: url(../img/news/bg_consulting.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about.-consulting .bg-img {
    background: url(../img/news/bg_consulting_sp.jpg) no-repeat center center/cover;
  }
}
#blog .p-section-main .flex .main .detail .content .about.-club .ttl-box {
  background-color: #B1935E;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about.-club .ttl-box {
    padding: 1.6rem 0 1.2rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about.-club .bg-img {
  background: url(../img/news/bg_club.jpg) no-repeat center center/cover;
  padding: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about.-club .bg-img {
    padding: 0.9rem 0;
  }
}
#blog .p-section-main .flex .main .detail .content .about.-club .list {
  background-color: rgba(13, 15, 0, 0.7);
  max-width: 55.6rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .content .about.-club .list {
    max-width: 29.6rem;
  }
}
#blog .p-section-main .flex .main .detail .content .about.-club .list_item:last-child {
  border: none;
}
#blog .p-section-main .flex .main .detail .ending {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending {
    margin-top: 3.2rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .author .ttl {
  letter-spacing: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #777777;
}
#blog .p-section-main .flex .main .detail .ending .author .flex {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 1.8rem;
}
#blog .p-section-main .flex .main .detail .ending .author .flex .img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .author .flex .img {
    width: 8rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .author .flex .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  object-position: center top;
}
#blog .p-section-main .flex .main .detail .ending .author .flex .txt-box {
  flex: 1;
}
#blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .name {
    font-size: 2rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .name a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .name a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .name a:hover {
    opacity: 0.7;
  }
}
#blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .post {
  letter-spacing: 0;
  color: #777777;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .post {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .txt {
  margin-top: 1rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .author .flex .txt-box .txt {
    -webkit-line-clamp: 8;
  }
}
#blog .p-section-main .flex .main .detail .ending .sns {
  margin-top: 4rem;
  background-color: #F5F5F5;
  padding: 1.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .sns {
    margin-top: 3.2rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .sns a {
  display: block;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .ending .sns a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .ending .sns a:hover {
    opacity: 0.7;
  }
}
#blog .p-section-main .flex .main .detail .ending .pager {
  margin-top: 3.2rem;
  position: relative;
  height: 9.6rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .pager {
    margin-top: 1.6rem;
    height: auto;
  }
}
#blog .p-section-main .flex .main .detail .ending .pager .prev, #blog .p-section-main .flex .main .detail .ending .pager .next {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .pager .prev, #blog .p-section-main .flex .main .detail .ending .pager .next {
    position: static;
  }
}
#blog .p-section-main .flex .main .detail .ending .pager .prev a, #blog .p-section-main .flex .main .detail .ending .pager .next a {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 1.2rem 2rem 1.2rem 5.5rem;
  height: 9.6rem;
  width: 28.2rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  #blog .p-section-main .flex .main .detail .ending .pager .prev a, #blog .p-section-main .flex .main .detail .ending .pager .next a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #blog .p-section-main .flex .main .detail .ending .pager .prev a:hover, #blog .p-section-main .flex .main .detail .ending .pager .next a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .pager .prev a, #blog .p-section-main .flex .main .detail .ending .pager .next a {
    margin: 0 auto;
  }
}
#blog .p-section-main .flex .main .detail .ending .pager .prev a::before, #blog .p-section-main .flex .main .detail .ending .pager .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../img/common/arrow_right_circle_black.svg) no-repeat center center/contain;
}
#blog .p-section-main .flex .main .detail .ending .pager .prev a span, #blog .p-section-main .flex .main .detail .ending .pager .next a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#blog .p-section-main .flex .main .detail .ending .pager .next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .pager .next {
    margin-top: 1.6rem;
  }
}
#blog .p-section-main .flex .main .detail .ending .pager .next a {
  padding: 1.2rem 5.5rem 1.2rem 2rem;
}
#blog .p-section-main .flex .main .detail .ending .pager .next a::before {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 1.5rem;
}
#blog .p-section-main .flex .main .detail .ending .c-btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .c-btn {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-section-main .flex .main .detail .ending .c-btn_link {
    width: 28rem;
  }
}
#blog .p-related {
  padding: 9.6rem 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #blog .p-related {
    padding: 4rem 0;
  }
  #blog .p-related .c-secttl {
    font-size: 2.4rem;
  }
}
#blog .p-related .list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list {
    margin: 1.5rem 1.2rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
#blog .p-related .list_item {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item {
    padding: 1.2rem;
  }
}
#blog .p-related .list_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item a {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #blog .p-related .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
}
#blog .p-related .list_item_img {
  width: 32.4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item_img {
    width: 14rem;
  }
}
#blog .p-related .list_item_img img {
  width: 100%;
  aspect-ratio: 324/182;
  object-fit: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item_img img {
    aspect-ratio: 14/9;
  }
}
#blog .p-related .list_item_txt-box {
  flex: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item_txt-box {
    padding-top: 0;
  }
}
#blog .p-related .list_item_date-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#blog .p-related .list_item_ttl {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5555555556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item_ttl {
    margin-top: 0;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }
}
#blog .p-related .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#blog .p-related .list_item .c-category {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item .c-category {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  #blog .p-related .list_item .c-category_item {
    font-size: 1.2rem;
  }
}
#blog .p-related .btn-box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #blog .p-related .btn-box {
    flex-wrap: wrap;
  }
}

#about {
  /* 	私たちが提供する「本物」のフィットネス
  ---------------------------------------------------------------------------- */
  /* 	>「本物」を提供するための3つのポリシー
  ---------------------------------------------------------------------------- */
  /* 	企業理念
  ---------------------------------------------------------------------------- */
  /* 	代表メッセージ
  ---------------------------------------------------------------------------- */
  /* 	事業内容
  ---------------------------------------------------------------------------- */
}
#about .p-about {
  padding: 8rem 0 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-about {
    padding: 4rem 0;
  }
}
#about .p-about .en {
  position: absolute;
  width: 15.1rem;
  z-index: -1;
  top: 3.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #about .p-about .en {
    width: 8.2rem;
    top: 1rem;
  }
}
#about .p-about .txt-box {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about .p-about .txt-box {
    margin-top: 1.7rem;
  }
}
#about .p-about .txt-box .txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #about .p-about .txt-box .txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#about .p-about .txt-box .txt:nth-child(n+2) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-about .txt-box .txt:nth-child(n+2) {
    margin-top: 1.4rem;
  }
}
#about .p-about .img {
  position: absolute;
  top: 21rem;
  left: calc(50% + 50rem);
  transform: translateX(-50%);
  width: 92rem;
}
@media screen and (max-width: 767px) {
  #about .p-about .img {
    margin-top: 1.6rem;
    position: static;
    width: 100%;
    transform: translate(0);
  }
}
#about .p-policy {
  background: url(../img/about/bg_policy.jpg) no-repeat center center/cover;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  #about .p-policy {
    padding: 4rem 0;
    background: url(../img/about/bg_policy_sp.jpg) no-repeat center center/cover;
  }
  #about .p-policy .c-secttl-box .c-secttl-jp {
    font-size: 2.4rem;
  }
}
#about .p-policy .list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #about .p-policy .list {
    margin-top: 2rem;
  }
}
#about .p-policy .list_item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0.6rem 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about .p-policy .list_item {
    align-items: flex-start;
    font-size: 1.6rem;
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
}
#about .p-policy .list_item:nth-child(n+2) {
  margin-top: 1.6rem;
}
#about .p-policy .list_item span {
  margin-right: 1.6rem;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  color: #B1935E;
  font-weight: 500;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #about .p-policy .list_item span {
    font-size: 2rem;
    margin-right: 0.5rem;
  }
}
#about .p-philosophy {
  padding: 12rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy {
    padding: 4rem 0;
  }
}
#about .p-philosophy::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% + 55rem);
  width: 96.3rem;
  height: 59.5rem;
  z-index: -1;
  background: url(../img/common/logo_06.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy::before {
    width: 32rem;
    height: 29.8rem;
    left: 50%;
  }
}
#about .p-philosophy .ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy .ttl {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.025em;
  }
}
#about .p-philosophy dl {
  margin-top: 3.4rem;
}
#about .p-philosophy dl .item {
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item {
    display: block;
    padding: 1.6rem 0;
  }
}
#about .p-philosophy dl .item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item:last-child dd {
    padding-left: 3rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item:last-child dd span {
    position: absolute;
    left: 0;
  }
}
#about .p-philosophy dl .item dt {
  width: 25.4rem;
  font-size: 3.2rem;
  color: #B1935E;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item dt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}
#about .p-philosophy dl .item dd {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item dd {
    font-size: 1.6rem;
  }
}
#about .p-philosophy dl .item dd span {
  font-size: 3.8rem;
  color: #777777;
  margin-right: 1.1rem;
}
@media screen and (max-width: 767px) {
  #about .p-philosophy dl .item dd span {
    font-size: 2rem;
    margin-right: 0;
    line-height: 1;
  }
}
#about .p-message {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 9.6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #about .p-message {
    padding: 4rem 0;
  }
}
#about .p-message .flex {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #about .p-message .flex {
    margin-top: 1.5rem;
    display: block;
  }
}
#about .p-message .flex .img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #about .p-message .flex .img {
    width: 24rem;
    margin: 0 auto;
  }
}
#about .p-message .flex .box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #about .p-message .flex .box {
    margin-top: 2rem;
  }
}
#about .p-message .flex .box .txt-box .txt:nth-child(n+2) {
  margin-top: 2rem;
}
#about .p-message .flex .box .name-box {
  margin-top: 3.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #about .p-message .flex .box .name-box {
    margin-top: 2.5rem;
  }
}
#about .p-message .flex .box .name-box .post {
  font-size: 1.4rem;
}
#about .p-message .flex .box .name-box .name {
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  #about .p-message .flex .box .name-box .name {
    width: 9.5rem;
  }
}
#about .p-message .flex .box .name-box .name img {
  width: 100%;
}
#about .p-service {
  padding: 8rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  #about .p-service {
    padding: 4.8rem 0 9rem;
  }
}
#about .p-service .list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #about .p-service .list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#about .p-service .list_item {
  border-radius: 0.8rem;
  background: url(../img/about/img_service_01.png) no-repeat center center/cover;
}
#about .p-service .list_item:nth-child(2) {
  background: url(../img/about/img_service_02_01.png) no-repeat center center/cover;
}
#about .p-service .list_item:nth-child(3) {
  background: url(../img/about/img_service_03_02.png) no-repeat center center/cover;
}
#about .p-service .list_item:nth-child(4) {
  background: url(../img/about/img_service_04.png) no-repeat center center/cover;
}
#about .p-service .list_item a {
  width: 100%;
  height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .p-service .list_item a {
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #about .p-service .list_item a:hover .list_item_arrow {
    background-color: #fff;
  }
  #about .p-service .list_item a:hover .list_item_arrow::before {
    left: 6rem;
  }
  #about .p-service .list_item a:hover .list_item_arrow::after {
    left: 0.7rem;
  }
}
#about .p-service .list_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.4rem;
  background-color: #000;
  border: 1px solid #000;
  overflow: hidden;
  transition: 0.3s;
  display: block;
}
#about .p-service .list_item_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 3rem;
  height: 3rem;
  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;
}
#about .p-service .list_item_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 3rem;
  height: 3rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}

#casting {
  /* 	各分野の専門家を最適なシーンに
  ---------------------------------------------------------------------------- */
  /* トレーナーの主な専門領域
  ---------------------------------------------------------------------------- */
  /* キャスティングできるトレーナー
  ---------------------------------------------------------------------------- */
  /* 公演 / イベント事例
  ---------------------------------------------------------------------------- */
}
#casting .p-casting {
  padding-top: 6.4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #casting .p-casting {
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }
}
#casting .p-casting .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .flex {
    flex-direction: column-reverse;
  }
}
#casting .p-casting .flex .txt-box {
  padding-top: 3rem;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .flex .txt-box {
    padding-top: 0;
  }
}
#casting .p-casting .flex .txt-box .txt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .flex .txt-box .txt {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#casting .p-casting .flex .img {
  width: 73.6rem;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .flex .img {
    width: 100%;
  }
}
#casting .p-casting .ex {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex {
    margin-top: 2.4rem;
  }
}
#casting .p-casting .ex .ttl {
  display: inline-block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  padding: 0 5.6rem;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .ttl {
    font-size: 2.8rem;
    padding: 0 3.2rem;
    letter-spacing: 0.025em;
  }
}
#casting .p-casting .ex .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .ttl::before {
    width: 2.4rem;
  }
}
#casting .p-casting .ex .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .ttl::after {
    width: 2.4rem;
  }
}
#casting .p-casting .ex .list {
  margin-top: 3.3rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .list {
    margin-top: 2.2rem;
    flex-direction: column;
    gap: 2rem;
  }
}
#casting .p-casting .ex .list_item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .list_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .list_item_img img {
    aspect-ratio: 320/144;
    object-fit: cover;
    border-radius: 0.8rem;
  }
}
#casting .p-casting .ex .list_item_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 1rem;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .list_item_ttl {
    font-size: 2rem;
  }
}
#casting .p-casting .ex .list_item_txt {
  margin-top: 1rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #casting .p-casting .ex .list_item_txt {
    margin-top: 0.6rem;
  }
}
#casting .p-speciality {
  padding: 6.4rem 0 8rem;
  background: url(../img/casting/bg_speciality.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #casting .p-speciality {
    padding: 4rem 0;
  }
}
#casting .p-speciality .flex {
  margin: 3.3rem auto 0;
  max-width: 85.5rem;
  border: 2px solid #B1935E;
  border-radius: 0.8rem;
  padding: 3rem;
  gap: 3rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  #casting .p-speciality .flex {
    padding: 2.4rem;
    gap: 1.6rem;
    margin: 2.3rem auto 0;
  }
}
#casting .p-speciality .flex .list_item {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
  padding-left: 2.5rem;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #casting .p-speciality .flex .list_item {
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
  #casting .p-speciality .flex .list_item:nth-child(n+2) {
    margin-top: 0.7rem;
  }
}
#casting .p-speciality .flex .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #B1935E;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #casting .p-speciality .flex .list_item::before {
    top: 1rem;
    transform: translate(0);
    width: 0.5rem;
    height: 0.5rem;
  }
}
#casting .p-trainer {
  padding: 9.6rem 0;
  background-color: rgba(177, 147, 94, 0.07);
}
@media screen and (max-width: 767px) {
  #casting .p-trainer {
    padding: 4rem 0;
  }
}
#casting .p-trainer .txt {
  margin-top: 1.5rem;
  text-align: center;
}
#casting .p-trainer .list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 6rem;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
#casting .p-trainer .list_item {
  background-color: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item {
    border-radius: 0.8rem;
    display: flex;
  }
}
#casting .p-trainer .list_item a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #casting .p-trainer .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #casting .p-trainer .list_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item a {
    display: flex;
  }
}
#casting .p-trainer .list_item_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_img {
    width: 9.6rem;
  }
}
#casting .p-trainer .list_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.8rem 0.8rem 0 0;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_img img {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
#casting .p-trainer .list_item_txt-box {
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_txt-box {
    flex: 1;
    padding: 0.5rem 1.2rem;
  }
}
#casting .p-trainer .list_item_name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_name {
    font-size: 1.6rem;
  }
}
#casting .p-trainer .list_item_catch {
  margin-top: 0.4rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #B1935E;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_catch {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_tag-box {
    overflow-x: scroll;
    width: 100%;
  }
}
#casting .p-trainer .list_item_tag {
  padding-top: 0.6rem;
  margin-top: 0.6rem;
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_tag {
    flex-wrap: nowrap;
    width: 19rem;
  }
}
#casting .p-trainer .list_item_tag_item {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #casting .p-trainer .list_item_tag_item {
    white-space: nowrap;
  }
}
#casting .p-events {
  padding: 8rem 0 9.6rem;
}
@media screen and (max-width: 767px) {
  #casting .p-events {
    padding: 4rem 0 4.8rem;
  }
}
#casting .p-events .slider-box {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box {
    margin-top: 2.5rem;
  }
}
#casting .p-events .slider-box .slider .slick-slide {
  width: 40rem;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box .slider .slick-slide {
    width: 32rem;
  }
}
#casting .p-events .slider-box .slider .slick-num {
  margin-top: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  gap: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box .slider .slick-num {
    margin-top: 3.5rem;
    font-size: 1.8rem;
    gap: 0.7rem;
  }
}
#casting .p-events .slider-box .slider .slick-arrow {
  width: 4rem;
  height: 4rem;
  background-color: #000;
  border-radius: 0.4rem;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 9rem);
  transform: translateX(-50%);
  border: 1px solid #000;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box .slider .slick-arrow {
    left: calc(50% - 8rem);
  }
}
#casting .p-events .slider-box .slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  width: 2.5rem;
  height: 2.5rem;
  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;
}
#casting .p-events .slider-box .slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #casting .p-events .slider-box .slider .slick-arrow:hover {
    background-color: #fff;
  }
  #casting .p-events .slider-box .slider .slick-arrow:hover.slider-next::before {
    left: 6rem;
  }
  #casting .p-events .slider-box .slider .slick-arrow:hover.slider-next::after {
    left: 0.7rem;
  }
  #casting .p-events .slider-box .slider .slick-arrow:hover.slider-prev::before {
    left: -6rem;
  }
  #casting .p-events .slider-box .slider .slick-arrow:hover.slider-prev::after {
    left: 1rem;
  }
}
#casting .p-events .slider-box .slider .slider-prev::before {
  width: 1.8rem;
  height: 1.8rem;
  left: 1rem;
  mask-image: url(../img/common/arrow_left.svg);
}
#casting .p-events .slider-box .slider .slider-prev::after {
  left: 6rem;
  width: 1.8rem;
  height: 1.8rem;
  mask-image: url(../img/common/arrow_left.svg);
}
#casting .p-events .slider-box .slider .slider-next {
  left: calc(50% + 9rem);
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box .slider .slider-next {
    left: calc(50% + 8rem);
  }
}
#casting .p-events .slider-box .slider_item_img img {
  width: 100%;
  aspect-ratio: 400/225;
  object-fit: cover;
  border-radius: 0.8rem;
}
#casting .p-events .slider-box .slider_item_ttl {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #casting .p-events .slider-box .slider_item_ttl {
    font-size: 1.6rem;
    margin-top: 1.3rem;
    line-height: 1.5;
  }
}

#consulting {
  /* 	各分野の専門家を最適なシーンに
  ---------------------------------------------------------------------------- */
}
#consulting .p-consulting {
  padding-top: 1rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting {
    padding-top: 4rem;
    padding-bottom: 4.8rem;
  }
}
#consulting .p-consulting .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .flex {
    flex-direction: column-reverse;
  }
}
#consulting .p-consulting .flex .txt-box {
  padding-top: 5rem;
  max-width: 51rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .flex .txt-box {
    padding-top: 0;
  }
}
#consulting .p-consulting .flex .txt-box .c-secttl-02 {
  font-size: 4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .flex .txt-box .c-secttl-02 {
    font-size: 2.1rem;
  }
}
#consulting .p-consulting .flex .txt-box .txt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .flex .txt-box .txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#consulting .p-consulting .flex .img {
  width: 73.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .flex .img {
    width: 100%;
  }
}
#consulting .p-consulting .ex {
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex {
    margin-top: 2.4rem;
  }
}
#consulting .p-consulting .ex .ttl {
  display: inline-block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  padding: 0 5.6rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .ttl {
    font-size: 2.8rem;
    padding: 0 3.2rem;
  }
}
#consulting .p-consulting .ex .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .ttl::before {
    width: 2.4rem;
  }
}
#consulting .p-consulting .ex .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .ttl::after {
    width: 2.4rem;
  }
}
#consulting .p-consulting .ex .list {
  margin: 3.3rem auto 0;
  max-width: 108rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .list {
    margin: 2rem -0.5rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
#consulting .p-consulting .ex .list_item a {
  height: 9.7rem;
  border: 1px solid #B1935E;
  background-color: #F9F7F3;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .list_item a {
    height: 7.2rem;
    gap: 0.8rem;
    padding-left: 1.2rem;
    border-radius: 0.4rem;
  }
}
#consulting .p-consulting .ex .list_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  width: 1.8rem;
  height: 0.8rem;
  background: url(../img/common/arrow_bottom.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .list_item a::before {
    right: 1.6rem;
  }
}
#consulting .p-consulting .ex .list_item_num {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  color: #B1935E;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .list_item_num {
    font-size: 2.8rem;
  }
}
#consulting .p-consulting .ex .list_item_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-consulting .ex .list_item_ttl {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
#consulting .p-consulting .ex .list_item_txt.-s {
  font-size: 1.4rem;
}
#consulting .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 6.4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main {
    padding: 4rem 0;
  }
  #consulting .p-section-main .l-wrap {
    width: calc(100% - 3.2rem);
  }
}
#consulting .p-section-main .block:nth-child(n+2) {
  margin-top: 4rem;
}
#consulting .p-section-main .block .ttl-box {
  background-color: #B1935E;
  padding: 2rem 9rem 2rem 10rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .ttl-box {
    display: block;
    padding: 1.6rem;
  }
}
#consulting .p-section-main .block .ttl-box .ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .ttl-box .ttl {
    padding-left: 3.4rem;
    font-size: 2rem;
    position: relative;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    line-height: 1.4;
  }
}
#consulting .p-section-main .block .ttl-box .ttl span {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .ttl-box .ttl span {
    font-size: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#consulting .p-section-main .block .ttl-box .txt {
  color: #fff;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .ttl-box .txt {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    padding-left: 0;
  }
}
#consulting .p-section-main .block .ttl-box .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 5.3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .ttl-box .txt::before {
    content: none;
  }
}
#consulting .p-section-main .block .content {
  background-color: #fff;
  padding: 4.8rem 10rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content {
    padding: 0 1.2rem 2rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
#consulting .p-section-main .block .content .ttl {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .ttl {
    font-size: 1.6rem;
  }
}
#consulting .p-section-main .block .content .box01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 {
    flex-direction: column-reverse;
  }
}
#consulting .p-section-main .block .content .box01 .txt-box {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .txt-box {
    width: 100%;
    margin-top: 1.2rem;
  }
}
#consulting .p-section-main .block .content .box01 .txt-box .ttl {
  background: url(../img/consulting/bg_box01.svg) no-repeat center right/cover;
  height: 5.2rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .txt-box .ttl {
    height: 4rem;
    padding-left: 1.2rem;
  }
}
#consulting .p-section-main .block .content .box01 .txt-box .list {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .txt-box .list {
    margin-top: 0.8rem;
  }
}
#consulting .p-section-main .block .content .box01 .txt-box .list_item {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding-left: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .txt-box .list_item {
    font-size: 1.6rem;
  }
  #consulting .p-section-main .block .content .box01 .txt-box .list_item:nth-child(n+2) {
    margin-top: 0.3rem;
  }
}
#consulting .p-section-main .block .content .box01 .txt-box .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .txt-box .list_item::before {
    top: 0.9rem;
    transform: translate(0);
  }
}
#consulting .p-section-main .block .content .box01 .img {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box01 .img {
    width: calc(100% + 2.4rem);
    margin-left: -1.2rem;
  }
}
#consulting .p-section-main .block .content .box02 {
  margin-top: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box02 {
    margin-top: 2.4rem;
    display: block;
  }
}
#consulting .p-section-main .block .content .box02 .ttl {
  background-color: #777777;
  width: 32rem;
  height: 16.8rem;
  display: flex;
  align-items: center;
  padding-left: 4.8rem;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box02 .ttl {
    width: 100%;
    height: 8rem;
    padding-left: 0;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
    clip-path: polygon(100% 0, 100% 66%, 50% 100%, 0 66%, 0 0);
  }
}
#consulting .p-section-main .block .content .box02 .list {
  width: 72rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box02 .list {
    width: 100%;
    margin-top: 1.6rem;
  }
}
#consulting .p-section-main .block .content .box02 .list_item {
  padding: 1.4rem 0 1.4rem 6.4rem;
  border-bottom: 1px solid #DDDDDD;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box02 .list_item {
    padding: 1rem 0 1rem 3.2rem;
  }
}
#consulting .p-section-main .block .content .box02 .list_item:first-child {
  border-top: 1px solid #DDDDDD;
}
#consulting .p-section-main .block .content .box02 .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/consulting/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box02 .list_item::before {
    left: 0;
    top: 1rem;
    transform: translate(0);
  }
}
#consulting .p-section-main .block .content .box03 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 {
    margin-top: 2.4rem;
  }
}
#consulting .p-section-main .block .content .box03 .ttl {
  background: url(../img/consulting/bg_box03.svg) no-repeat center right/cover;
  height: 5.2rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .ttl {
    height: 4rem;
    padding-left: 1.2rem;
  }
}
#consulting .p-section-main .block .content .box03 .list {
  background-color: #FAFAFA;
  border-radius: 0 0 0.4rem 0.4rem;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list {
    padding: 0 1.2rem;
  }
}
#consulting .p-section-main .block .content .box03 .list_item {
  display: flex;
  padding: 2rem 0;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item {
    padding: 1.6rem 0;
  }
}
#consulting .p-section-main .block .content .box03 .list_item:nth-child(n+2) {
  border-top: 1px solid #DDDDDD;
}
#consulting .p-section-main .block .content .box03 .list_item_img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_img {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_ttl-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
  }
}
#consulting .p-section-main .block .content .box03 .list_item_txt-box {
  flex: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_txt-box {
    padding-top: 0;
  }
}
#consulting .p-section-main .block .content .box03 .list_item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_ttl {
    font-size: 1.4rem;
  }
}
#consulting .p-section-main .block .content .box03 .list_item_catch {
  margin-top: 1rem;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_catch {
    font-size: 1.4rem;
    padding-left: 1.2rem;
  }
}
#consulting .p-section-main .block .content .box03 .list_item_catch::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #B1935E;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_catch::before {
    top: 0.7rem;
    transform: translate(0);
  }
}
#consulting .p-section-main .block .content .box03 .list_item_txt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #consulting .p-section-main .block .content .box03 .list_item_txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
#consulting .c-contact .txt-box .c-btn_link {
  padding-left: 4.4rem;
}
@media screen and (max-width: 767px) {
  #consulting .c-contact .txt-box .c-btn_link {
    font-size: 1.4rem;
    padding-left: 3.6rem;
  }
}
#consulting .c-contact .txt-box .c-btn_link::after {
  left: 2rem;
}
@media screen and (max-width: 767px) {
  #consulting .c-contact .txt-box .c-btn_link::after {
    left: 1.2rem;
  }
}

#member .p-section-main {
  background-color: rgba(177, 147, 94, 0.07);
  padding: 5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main {
    padding: 1.6rem 0 1.2rem;
  }
}
#member .p-section-main .l-wrap {
  background-color: #fff;
  padding: 6.4rem 8rem 8rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap {
    width: calc(100% - 2.4rem);
    padding: 2.4rem 1.6rem;
  }
}
#member .p-section-main .l-wrap .c-secttl-03 {
  margin: 6.4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .c-secttl-03 {
    margin: 3.2rem 0 1.6rem;
  }
}
#member .p-section-main .l-wrap .c-more {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .c-more {
    margin-top: 2.5rem;
  }
}
#member .p-section-main .l-wrap .p-member .flex {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex {
    margin-top: 2rem;
    display: block;
  }
}
#member .p-section-main .l-wrap .p-member .flex .img {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .img {
    width: 100%;
  }
}
#member .p-section-main .l-wrap .p-member .flex .img img {
  width: 100%;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .img img {
    aspect-ratio: 304/240;
    object-fit: cover;
    object-position: top center;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box {
    margin-top: 1.2rem;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box .post {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box .post {
    text-align: center;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box .name {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box .name {
    margin-top: 0.5rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box .sns {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box .sns {
    justify-content: center;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box .sns_item a {
  display: block;
}
@media screen and (min-width: 768px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box .sns_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #member .p-section-main .l-wrap .p-member .flex .txt-box .sns_item a:hover {
    opacity: 0.7;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box .sns_item a img {
  width: 3.2rem;
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
	          display: flex;
        flex-direction: column-reverse;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dt {
  padding-left: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
  background: url(../img/member/bg_member.svg) no-repeat center right/cover;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dt {
    padding-left: 1.2rem;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd {
    line-height: 1.7142857143;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd ul li {
  padding-left: 1.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd ul li {
    line-height: 1.7142857143;
  }
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}
#member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd a {
  color: #B1935E;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #member .p-section-main .l-wrap .p-member .flex .txt-box dl .item dd a:hover {
    opacity: 0.7;
  }
}
#member .p-section-main .l-wrap .p-message .txt {
  background-color: #FAF8F4;
  padding: 2.4rem 8rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-message .txt {
    padding: 1.2rem;
    line-height: 1.5;
  }
}
#member .p-section-main .l-wrap .p-book .more-box {
  margin-top: 3.2rem;
}
#member .p-section-main .l-wrap .p-book .list_item {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item {
    position: relative;
  }
}
#member .p-section-main .l-wrap .p-book .list_item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_img {
    width: 12rem;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_img img {
  width: 100%;
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box {
  flex: 1;
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box a {
  text-decoration: underline;
  color: #004EFF;
}
@media screen and (min-width: 768px) {
  #member .p-section-main .l-wrap .p-book .list_item_txt-box a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #member .p-section-main .l-wrap .p-book .list_item_txt-box a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_txt-box dl {
    margin-top: 1rem;
    display: none;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item {
  padding: 1.4rem 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12rem;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item::before {
    width: 9rem;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item dt {
  width: 12rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item dt {
    width: 9rem;
    line-height: 1.7142857143;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item dd {
  flex: 1;
  font-size: 1.4rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_txt-box dl .item dd {
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_ttl-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }
}
#member .p-section-main .l-wrap .p-book .list_item_ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-book .list_item_ttl {
    flex: 1;
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
  }
}
#member .p-section-main .l-wrap .p-book .list_item .js-acd {
  position: absolute;
  top: 12rem;
  right: 1rem;
  border: 1px solid #000;
  width: 16rem;
  height: 3.6rem;
  display: flex;
  padding-left: 0.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  align-items: center;
}
#member .p-section-main .l-wrap .p-book .list_item .js-acd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  width: 0.8rem;
  height: 0.4rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_bottom.svg);
  transition: 0.3s;
  background-color: #000;
}
#member .p-section-main .l-wrap .p-book .list_item .js-acd.is-open::before {
  transform: translateY(-50%) rotate(-180deg);
}
#member .p-section-main .l-wrap .p-book .list_item .js-acd.-noimg {
  position: static;
  transform: translate(0);
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-media .list {
    margin-top: -1rem;
  }
}
#member .p-section-main .l-wrap .p-media .list_item {
  display: flex;
  justify-content: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-media .list_item {
    padding: 1rem 0;
    display: block;
  }
}
#member .p-section-main .l-wrap .p-media .list_item_date {
  width: 20rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  color: #777777;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-media .list_item_date {
    width: 100%;
  }
}
#member .p-section-main .l-wrap .p-media .list_item_ttl {
  flex: 1;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-media .list_item_ttl {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-seminar .list {
    margin-top: -1rem;
  }
}
#member .p-section-main .l-wrap .p-seminar .list_item {
  display: flex;
  padding: 1.4rem 0;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-seminar .list_item {
    padding: 1rem 0;
    display: block;
  }
}
#member .p-section-main .l-wrap .p-seminar .list_item_date {
  padding-top: 0.3rem;
  width: 15rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  color: #777777;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-seminar .list_item_date {
    width: 100%;
  }
}
#member .p-section-main .l-wrap .p-seminar .list_item_txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-seminar .list_item_txt-box {
    margin-top: 0.5rem;
  }
}
#member .p-section-main .l-wrap .p-seminar .list_item_sponsored {
  background-color: #B1935E;
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
#member .p-section-main .l-wrap .p-seminar .list_item_ttl {
  margin-top: 0.5rem;
  flex: 1;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-seminar .list_item_ttl {
    line-height: 1.5;
  }
}
#member .p-section-main .l-wrap .p-video .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-video .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#member .p-section-main .l-wrap .p-video .list_item_video video, #member .p-section-main .l-wrap .p-video .list_item_video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#member .p-section-main .l-wrap .p-video .list_item_ttl {
  margin-top: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-video .list_item_ttl {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-voice .list {
    margin-top: -1rem;
  }
}
#member .p-section-main .l-wrap .p-voice .list_item {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
  gap: 2.4rem;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-voice .list_item {
    padding: 1.2rem 0;
  }
}
#member .p-section-main .l-wrap .p-voice .list_item_img {
  width: 12rem;
}
#member .p-section-main .l-wrap .p-voice .list_item_img img {
  width: 100%;
  aspect-ratio: 120/85;
  object-fit: cover;
}
#member .p-section-main .l-wrap .p-voice .list_item_txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-voice .list_item_ttl-box {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}
#member .p-section-main .l-wrap .p-voice .list_item_ttl {
  font-size: 2rem;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-voice .list_item_ttl {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#member .p-section-main .l-wrap .p-voice .list_item_txt {
  margin-top: 0.5rem;
  letter-spacing: 0.06em;
}
#member .p-section-main .l-wrap .p-blog .more-box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .more-box {
    margin-top: 1.2rem;
  }
}
#member .p-section-main .l-wrap .p-blog .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item a {
    display: flex;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #member .p-section-main .l-wrap .p-blog .list_item a:hover .list_item_ttl span {
    background-size: 100% 1px;
  }
}
#member .p-section-main .l-wrap .p-blog .list_item_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item_img {
    width: 14rem;
  }
}
#member .p-section-main .l-wrap .p-blog .list_item_img img {
  aspect-ratio: 400/225;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item_img img {
    border-radius: 0.4rem;
    aspect-ratio: 14/9;
  }
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item_txt-box {
    flex: 1;
  }
}
#member .p-section-main .l-wrap .p-blog .list_item_ttl {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item_ttl {
    margin-top: 0;
    line-height: 1.4285714286;
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}
#member .p-section-main .l-wrap .p-blog .list_item_ttl span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, #0D0F00, #0D0F00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
#member .p-section-main .l-wrap .p-blog .list_item_info-box {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #777777;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  #member .p-section-main .l-wrap .p-blog .list_item_info-box {
    border: none;
    margin-top: 0.8rem;
    padding-top: 0;
  }
}
#member .p-section-main .l-wrap .p-blog .list_item_tag {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
#member .p-section-main .l-wrap .p-blog .list_item_tag_item {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=under.css.map */