@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1690px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.8888888889vw;
  }
}
@media screen and (max-width: 431px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  counter-reset: number 0;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

a {
  color: #FFFFFF;
}

@media (any-hover: hover) {
  button:hover {
    cursor: pointer !important;
  }
  input:hover {
    cursor: pointer !important;
  }
  a:hover {
    cursor: pointer !important;
  }
}
button:hover {
  cursor: pointer !important;
}

input:hover {
  cursor: pointer !important;
}

address {
  font-style: normal;
}

main {
  background-image: url("../img/paper.png");
  width: 100%;
  height: auto;
}

.c-bread {
  width: 100%;
  height: auto;
}

.error404 {
  background-image: url(./../img/paper.png);
  width: 100%;
  height: auto;
}

.bg {
  background-image: url("../img/paper.png");
  width: 100%;
  height: auto;
}

.page-template-page-thanks-recruit {
  background-image: url("../img/paper.png");
  width: 100%;
  height: auto;
}
.page-template-page-thanks-recruit main {
  background-image: none;
}

.page-template-page-thanks-top {
  background-image: url("../img/paper.png");
  width: 100%;
  height: auto;
}
.page-template-page-thanks-top main {
  background-image: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.swiper-button-disabled {
  display: none !important;
}

/* 非タッチパネルデバイスでは電話リンクを無効化 */
a[href^="tel:"] {
  pointer-events: none;
}

/* タッチパネルデバイスでは電話リンクを有効化 */
@media (hover: none) and (pointer: coarse) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  text-decoration: none;
}

.u-pconly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pconly {
    display: none !important;
  }
}

.u-pconly-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pconly-flex {
    display: none !important;
  }
}

.u-sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly {
    display: block !important;
  }
}

.u-sponly-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly-flex {
    display: flex !important;
  }
}

.u-subfont {
  font-family: "Oswald", sans-serif;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 5rem;
  background-color: #FFFFFF;
  top: 0;
  padding-left: 1.6875rem;
  box-shadow: 0px 3px 3px rgba(168, 168, 168, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 0.5rem;
    height: 60px;
    padding-left: 1.25rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .header__logo > div {
    height: 30px;
    display: grid;
    place-content: center;
  }
}

header:has(.-active) {
  background-color: #FFFFFF;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
  }
}

.header__logo {
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.header__logo img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 11.25rem;
    height: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 11.25rem;
    height: 1.75rem;
    display: block;
  }
}

a.header__logo:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.header__button-list {
  display: grid;
  height: 5rem;
  grid-template-columns: 15rem 15rem 15rem;
}
.header__button-list > div {
  padding-left: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .header__button-list > div {
    padding-left: 0.75rem;
  }
}
.header__button-list .tel {
  background-color: #222222;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .header__button-list .tel {
    letter-spacing: 0;
  }
}
.header__button-list .tel span {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 4px;
}
.header__button-list .fax {
  background-color: #FFFFFF;
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  letter-spacing: 0.04em;
}
.header__button-list .fax span {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 4px;
}
.header__button-list .c-button {
  width: 15rem;
  height: 5rem;
  border: 1px solid #FFFFFF;
  border-right: none;
}
@media screen and (max-width: 1100px) {
  .header__button-list .c-button {
    padding-left: 0.75rem;
  }
  .header__button-list .c-button::before {
    right: 33px;
  }
  .header__button-list .c-button::after {
    right: 26px;
  }
}

.header__nav--pc {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .header__nav--pc {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--pc {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    gap: 0.75rem;
  }
}
.header__nav-list a {
  position: relative;
}
.header__nav-list a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.header__nav-list a:hover {
  color: #260E76;
}
.header__nav-list a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  color: #260E76;
  background-color: #260E76;
}

.header__item {
  color: #222222;
}
.header__item p p {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header__item {
    margin-top: 24px;
  }
}

.header__nav--pc .header__item p {
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .header__nav--pc .header__item p {
    font-size: clamp(10px, 1.171875vw, 16px);
  }
}

.header__nav--pc .header__button-list .c-button {
  font-size: 1.125rem;
}

.header__set--right {
  display: flex;
  gap: 18px;
}
.header__set--right .header__item {
  width: 160px;
  height: 40px;
  display: grid;
  align-content: center;
  border-radius: 4px;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.header__set--right .header__item:first-of-type {
  transition: 0.5s;
}
.header__set--right .header__item:first-of-type:hover {
  opacity: 1;
  transition: 0.5s;
}
.header__set--right .header__item:first-of-type:hover::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 12px;
}
.header__set--right .header__item:first-of-type::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 12px;
}
.header__set--right .header__item:last-of-type {
  color: #FFFFFF;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .header__set--right .header__item:last-of-type:hover {
    background-color: #FFFFFF;
    opacity: 1;
    transition: 0.5s;
  }
  .header__set--right .header__item:last-of-type:hover::after {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;
  }
}
.header__set--right .header__item:last-of-type::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 12px;
}

.header__nav--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav--sp {
    display: block;
  }
}

.header__inner .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__inner .hamburger {
    display: block;
  }
}

.header__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__inner {
    display: flex;
  }
}

.hamburger {
  display: block;
  height: 28px;
  position: relative;
  top: 0px;
  right: 15px;
  z-index: 990;
  width: 20px;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "closed";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #222222;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #222222;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 10px;
}

.hamburger__text::before {
  content: "menu";
  text-align: center;
  font-size: 10px;
  font-weight: 900;
}

.header__nav-area {
  position: fixed;
  box-shadow: inset 0px 3px 3px rgba(168, 168, 168, 0.1607843137);
  top: 60px;
  z-index: 300;
  height: 100vh;
  width: 100%;
  height: 100vh;
  opacity: 0;
  padding-top: 12px;
  background-color: #f5f5f5;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  overflow-y: scroll;
}

.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .global-navigation {
    min-height: 667px;
  }
}

.global-navigation__list {
  text-align: center;
}
.global-navigation__list a {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .global-navigation__list li {
    margin-top: 24px;
  }
}

.header__nav--sp li {
  margin-top: 0;
}
.header__nav--sp .header__item {
  width: 19.0625rem;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  border-bottom: 1px solid #707070;
  padding-block: 0.8125rem 0.625rem;
  line-height: 2;
  margin-inline: auto;
  display: block;
  margin-top: 0;
  padding-left: 0.9375rem;
  position: relative;
}
.header__nav--sp .header__item::before {
  display: block;
  content: "";
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(-45deg);
  position: absolute;
  width: 4px;
  height: 4px;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}

@media screen and (max-width: 768px) {
  .--sp, .header__button-list {
    grid-template-columns: 1fr;
    width: 19.0625rem;
    margin-inline: auto;
  }
  .--sp .c-button, .header__button-list .c-button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 10px;
  }
  .--sp .tel, .header__button-list .tel {
    flex-direction: row;
    align-items: center;
    gap: 0.4375rem;
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 0;
    height: 50px;
    margin-top: 1.875rem;
    letter-spacing: 0.04em;
  }
  .--sp .tel span, .header__button-list .tel span {
    text-align: right;
    font-size: 0.75rem;
  }
  .--sp .tel span :first-child, .header__button-list .tel span :first-child {
    font-size: 1rem;
  }
  .--sp .tel-info, .header__button-list .tel-info {
    display: flex;
    flex-direction: column;
  }
  .--sp .tel-text, .header__button-list .tel-text {
    font-size: 16px !important;
  }
  .--sp .fax, .header__button-list .fax {
    flex-direction: row;
    align-items: center;
    gap: 0.4375rem;
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 0;
    height: 50px;
    background: none;
  }
}
.p-top .l-t-recruit-bnr {
  width: 67.5rem;
  height: 31.125rem;
  padding-left: 6.25rem;
  padding-top: 5.5rem;
  position: absolute;
  bottom: -75%;
  bottom: -19.375rem;
  right: 0;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-image: url(./../img/rec-bg.webp);
  background-position: center;
  background-size: 103%;
  background-repeat: no-repeat;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  border: 1px solid #FFFFFF;
}
.p-top .l-t-recruit-bnr:hover {
  background-size: 125%;
  transition: all 0.3s;
  cursor: pointer;
}
.p-top .l-t-recruit-bnr:hover .l-t-recruit-bnr__button {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: none;
  border-bottom: none;
  background-color: #2C099F;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr:hover .l-t-recruit-bnr__button {
    border: none;
    border-top: 2px solid #FFFFFF;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    height: 70px;
  }
}
.p-top .l-t-recruit-bnr:hover .l-t-recruit-bnr__button::before {
  right: 17px;
  transition: all 0.3s;
}
.p-top .l-t-recruit-bnr:hover .l-t-recruit-bnr__button::after {
  right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr {
    width: 298px;
    padding-left: 0;
    bottom: -14.875rem;
    padding-top: 146px;
    height: 440px;
    background-size: cover;
    background-position: -9px -6px;
    background-image: url(./../img/bnr-sp.png);
    left: 50%;
    transform: translateX(-50%);
    transition: none;
  }
  .p-top .l-t-recruit-bnr .c-heading .ja {
    font-size: 24px;
  }
  .p-top .l-t-recruit-bnr .c-heading .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-top .l-t-recruit-bnr {
    bottom: -23.625rem;
  }
}
@media screen and (max-width: 500px) {
  .p-top .l-t-recruit-bnr {
    bottom: -24.5rem;
  }
}
@media screen and (max-width: 430px) {
  .p-top .l-t-recruit-bnr {
    bottom: -21.125rem;
  }
}
.p-top .l-t-recruit-bnr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 31.25rem;
  top: 0;
  left: 0;
  background: transparent linear-gradient(45deg, rgba(17, 17, 17, 0.5) 0%, rgba(84, 84, 84, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr::after {
    display: none;
  }
}
.p-top .l-t-recruit-bnr .c-heading::before {
  display: none;
}
.p-top .l-t-recruit-bnr .c-heading::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr__inner {
    width: 270px;
    margin-inline: auto;
    display: block;
  }
}
.p-top .l-t-recruit-bnr__content {
  font-size: 2.875rem;
  line-height: 1.74;
  font-weight: 900;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr__content {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.5;
  }
}
.p-top .l-t-recruit-bnr__button {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-top .l-t-recruit-bnr__button {
    border: none;
    border-top: 2px solid #FFFFFF;
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    height: 70px;
  }
}

.footer {
  height: 25.5208333333vw;
  padding-top: 7.5rem;
  bottom: 0;
  width: 100%;
  position: relative;
  background-color: rgba(221, 221, 221, 0.3);
  background-image: url(../img/paper.png);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  .footer {
    padding-top: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 5rem;
    height: auto;
    padding-bottom: 1.875rem;
  }
}

.footer__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 6.25rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    padding-bottom: 1.875rem;
  }
}

.foot-space {
  display: block;
}

.footer__logo {
  width: 20rem;
  height: 3.125rem;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 16.25rem;
    height: 2.5rem;
  }
}
.footer__logo:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.footer__info {
  margin-left: 5.875rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .footer__info {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    margin-inline: auto;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.footer__info address {
  font-size: clamp(12px, 1.5625vw, 16px);
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__info address {
    margin-top: 0.3125rem;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.footer__info::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12.8125rem;
  background-color: #707070;
  top: 50%;
  transform: translateY(-50%);
  right: -7.75rem;
}
@media screen and (max-width: 1100px) {
  .footer__info::after {
    right: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__info::after {
    right: 0;
    width: 19.375rem;
    height: 1px;
    top: auto;
    bottom: -20%;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer__number {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__number {
    gap: 0.3125rem;
    margin-top: 1.25rem;
  }
}
.footer__number p {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
}
.footer__number a {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  color: #222222;
}

.footer__company {
  font-size: clamp(12px, 2.5390625vw, 26px);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .footer__company {
    font-size: 1.625rem;
  }
}

.footer__nav {
  margin-left: 14.125rem;
}
@media screen and (max-width: 1100px) {
  .footer__nav {
    margin-left: 6.625rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-inline: auto;
    margin-top: 0.4375rem;
  }
}

.footer__list {
  display: grid;
  grid-template-columns: 13.75rem 1fr;
  gap: 1.875rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .footer__list {
    grid-template-columns: 14.375rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__list {
    margin-top: 3.75rem;
    height: auto;
    grid-template-columns: 10rem 1fr;
    gap: 1.25rem 1.875rem;
  }
}
.footer__list a {
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: bold;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__list a {
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.footer__list a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.footer__list a:hover {
  color: #260E76;
}
.footer__list a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  color: #260E76;
  background-color: #260E76;
}

.footer__copyright {
  width: 100%;
  display: grid;
  place-content: center;
  height: 4rem;
  background-color: #222222;
  color: #FFFFFF;
  padding-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    font-size: 0.875rem;
  }
}

.footer__bnr--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__bnr--sp {
    position: fixed;
    z-index: 900;
    bottom: 0;
    height: 3.125rem;
    width: 100%;
    display: flex !important;
  }
}

.footer__bnr-item {
  width: 50%;
  height: 3.125rem;
  display: grid;
  place-content: center;
  border: 1px solid #FFFFFF;
}
.footer__bnr-item:first-child {
  background-color: #222222;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer__bnr-item:first-child span {
  font-size: 12px;
}
.footer__bnr-item:last-child {
  background-color: #260E76;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 900;
  font-size: clamp(12px, 3.3333333333vw, 16px);
}

.p-recruit {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    margin-top: 60px;
  }
}

.main {
  flex: 1;
}

.pickup__heading {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .archive .l-2column__sidebar {
    display: none;
  }
}

.sidebar {
  width: 300px;
}
.sidebar .c-post {
  line-height: 1;
}
.sidebar .c-update {
  line-height: 1;
}
.sidebar .pickup {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 30px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
.sidebar .links {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  padding: 30px;
  padding-top: 1px;
  background-color: #FFFFFF;
}
.sidebar .links::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 10px;
  top: -8px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sidebar {
    display: none;
  }
}
.sidebar .a-news__item {
  border-bottom: none;
  padding-block: 0;
}
.sidebar .a-news__item-link {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding-block: 20px 22px;
  border-bottom: 1px solid #707070;
}
.sidebar .a-news__item {
  width: 240px;
  margin-inline: auto;
  margin-top: 0px;
}
.sidebar .a-news__img img {
  aspect-ratio: 4/3;
}
.sidebar .a-news__title {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
.sidebar .side__button {
  margin-inline: auto;
  margin-top: 14px;
  color: #FFFFFF;
  height: 65px;
  max-width: 267px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sidebar .side__button {
    font-size: 16px;
  }
}

.post-type-archive-news .sidebar .pickup {
  margin-top: 60px;
}

#sidebar_fixed {
  position: sticky;
  top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .single-news .sidebar {
    display: block !important;
  }
}

.c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
}
.c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #260E76; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-heading::after {
    width: 40%;
  }
}
.c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-heading .ja {
    margin-top: 0.3125rem;
  }
}
.c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4.375rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .c-heading .en {
    font-size: 3.125rem;
  }
}

.c-button {
  display: grid;
  align-content: center;
  width: 25.8125rem;
  height: 5.625rem;
  font-size: clamp(14px, 1.3671875vw, 20px);
  font-weight: 700;
  background-color: #260E76;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    padding-left: 20px;
    font-size: clamp(14px, 5.5555555556vw, 20px);
  }
}
.c-button:hover {
  background-color: #2C099F;
}
.c-button:hover::before {
  right: 1.0625rem;
  transition: right 0.3s;
}
.c-button:hover::after {
  right: 0.625rem;
  transition: right 0.3s;
}
.c-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #FFFFFF;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.c-button::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #FFFFFF;
  width: 7px;
  height: 7px;
  right: 1.25rem;
  top: 51%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

.c-line {
  position: relative;
}

.c-line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  bottom: -2px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.5s; /*変形の時間*/
}

.c-line:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.c-section {
  padding-block: 7.5rem 6.25rem;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding-block: 3.75rem 3.75rem;
  }
}

.c-page-title {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.c-page-title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  background-color: #18084A;
  color: #FFFFFF;
  line-height: 1.25;
  padding-block: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-page-title .ja {
    font-size: 1.5rem;
  }
}
.c-page-title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-page-title .en {
    font-size: 1.875rem;
    padding-top: 0.625rem;
  }
  .c-page-title .en span {
    line-height: 1.5;
  }
}
.c-page-title span {
  width: 100%;
  display: block;
  max-width: 1286px;
  margin-inline: auto;
}
@media screen and (max-width: 1690px) {
  .c-page-title span {
    width: 85%;
  }
}
@media screen and (max-width: 1366px) {
  .c-page-title span {
    width: 93%;
  }
}
@media screen and (max-width: 1200px) {
  .c-page-title span {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .c-page-title span {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .c-page-title span {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .c-page-title span {
    width: 19.375rem;
    min-width: 310px;
  }
}

.c-paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .c-paginate {
    gap: 6px;
  }
}
.c-paginate span, .c-paginate a {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  border: 1px solid #222222;
  background-color: #FFFFFF;
  font-family: "Oswald", sans-serif;
}

.c-paginate a:hover {
  background-color: #222222;
  color: #FFFFFF;
}

.c-paginate .prev, .c-paginate .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DDDDDD;
  position: relative;
  border: none;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-paginate .prev, .c-paginate .next {
    width: 30px;
    height: 30px;
  }
}

.c-paginate .prev:hover, .c-paginate .next:hover {
  background-color: #DDDDDD;
}

.c-paginate .prev {
  margin-right: 6px;
  justify-items: end;
  padding-right: 10px;
}

.c-paginate span.current {
  background-color: #222222;
  color: #FFFFFF;
}

.c-paginate .next {
  margin-left: 6px;
  justify-items: start;
  padding-left: 10px;
  position: relative;
}

.c-paginate .next:hover {
  color: #FFFFFF;
  opacity: 1;
  transition: 0.5s;
}

.c-paginate .prev::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #222222;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s;
}
@media screen and (max-width: 768px) {
  .c-paginate .prev::before {
    width: 13px;
    left: 12px;
  }
}

.c-paginate .prev::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #222222;
  width: 7px;
  height: 7px;
  left: 10px;
  top: 51%;
  transform: translateY(-50%) rotate(180deg);
  transition: left 0.3s;
}
@media screen and (max-width: 768px) {
  .c-paginate .prev::after {
    left: 5px;
  }
}

.c-paginate .prev:hover::before {
  position: absolute;
  content: "";
  left: 7px;
  transition: left 0.3s;
}

.c-paginate .prev:hover::after {
  position: absolute;
  content: "";
  left: 7px;
  transition: left 0.3s;
}

.c-paginate .next::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #222222;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .c-paginate .next::before {
    width: 13px;
    right: 12px;
  }
}

.c-paginate .next::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #222222;
  width: 7px;
  height: 7px;
  right: 10px;
  top: 51%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 768px) {
  .c-paginate .next::after {
    right: 5px;
  }
}

.c-paginate .next:hover::before {
  position: absolute;
  content: "";
  right: 7px;
  transition: right 0.3s;
}

.c-paginate .next:hover::after {
  position: absolute;
  content: "";
  right: 7px;
  transition: right 0.3s;
}

.c-paginate .dots {
  border: none;
  align-content: end;
  color: #333333;
}

.c-inner {
  width: 100%;
  max-width: 1286px;
  margin-inline: auto;
}
@media screen and (max-width: 1690px) {
  .c-inner {
    width: 85%;
  }
}
@media screen and (max-width: 1366px) {
  .c-inner {
    width: 93%;
  }
}
@media screen and (max-width: 1200px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .c-inner {
    width: 19.375rem;
    min-width: 310px;
  }
}

.c-inner-small {
  width: 67.5rem;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1690px) {
  .c-inner-small {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .c-inner-small {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .c-inner-small {
    width: 80%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .c-inner-small {
    width: 20.625rem;
  }
}

.c-label-must {
  background-color: #C90000;
  color: #FFFFFF;
  width: 3.75rem;
  height: 1.625rem;
  text-align: center;
  font-size: 1.125rem !important;
  display: grid;
  place-content: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-label-must {
    font-size: 1rem !important;
  }
}

.c-label-option {
  background-color: #C90000;
  color: #FFFFFF;
  width: 3.75rem;
  height: 1.625rem;
  text-align: center;
  font-size: 1.125rem !important;
  display: grid;
  place-content: center;
  background-color: #8D8D8D;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-label-option {
    font-size: 1rem !important;
  }
}

.c-number {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-number {
    font-size: 3.125rem;
  }
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 50%;
  display: block;
  background-color: #222222;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  #page-top a {
    display: block;
  }
}
#page-top a::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 6px;
  -webkit-clip-path: polygon(50% 50%, 0 100%, 100% 100%);
          clip-path: polygon(50% 50%, 0 100%, 100% 100%);
  background-color: #FFFFFF;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#page-top a::after {
  content: "top";
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  font-size: 14px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  inset: 0;
  margin: auto;
  top: 10px;
}

#page-top a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  z-index: 800;
  opacity: 0;
  transform: translateY(100px);
  right: 20px;
  bottom: 57px;
}
@media screen and (max-width: 768px) {
  #page-top {
    right: 10px;
    bottom: 3.25rem;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.c-bread {
  margin-top: 10px;
  color: #222222;
  overflow: hidden;
}
.c-bread a {
  color: #222222;
  position: relative;
  z-index: 100;
}
.c-bread a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  background-color: #000000;
}
.c-bread a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.breadcrumbs {
  display: flex;
  gap: 5px;
  overflow-x: scroll;
  margin-right: calc(50% - 50vw);
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  padding-right: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
    padding-right: 40px;
  }
}
.breadcrumbs span {
  white-space: nowrap;
  padding-inline: 4px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span {
    padding-inline: 0;
  }
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb__item {
  display: flex;
}

.fv {
  width: 100%;
  padding-top: 5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv {
    padding-top: 3.75rem;
  }
}
.fv hgroup {
  position: absolute;
  z-index: 2;
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 460px;
  color: #FFFFFF;
}
.fv__wrapper {
  padding-top: 5.3125vw;
  width: 100%;
  height: 43.3333333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__wrapper {
    padding-top: 2.5rem;
    height: 25.8125rem;
  }
}
@media screen and (max-width: 1460px) {
  .fv__wrapper .c-inner {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fv__wrapper .c-inner {
    padding-left: 0;
  }
}

.fv__heading {
  font-size: 4.125rem;
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    font-size: 1.75rem;
    line-height: 1.45;
  }
}

.fv__heading--sub {
  font-size: 3.25rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .fv__heading--sub {
    font-size: clamp(12px, 5vw, 18px);
    line-height: 1.75;
    margin-top: 10px;
  }
}

.fv__heading-road {
  position: absolute;
  right: 0;
  width: 33.0208333333vw;
  height: 30.4166666667vw;
  bottom: 7.6041666667vw;
}
@media screen and (max-width: 768px) {
  .fv__heading-road {
    width: 8.75rem;
    height: 13.5rem;
    bottom: auto;
    top: 1.4375rem;
  }
}

.fv__heading-man {
  position: absolute;
  left: 0;
  width: 45.0520833333vw;
  height: 27.8125vw;
  bottom: -4.6354166667vw;
}
@media screen and (max-width: 1700px) {
  .fv__heading-man {
    bottom: -0.5208333333vw;
    width: 36.4583333333vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv__heading-man {
    width: 14.875rem;
    height: 9.625rem;
    bottom: 0rem;
  }
}

.fv__button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31.875rem;
}
@media screen and (max-width: 768px) {
  .fv__button {
    top: 13.75rem;
    width: 15rem;
    height: 3.125rem;
    font-size: clamp(12px, 4.4444444444vw, 16px);
    border: 2px solid #FFFFFF;
  }
}

.about {
  padding-bottom: 7.5rem;
  padding-top: 10.75rem;
}
@media screen and (max-width: 1700px) {
  .about {
    padding-top: 3.75rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 3.75rem;
    padding-top: 0;
  }
}

.about__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 9.75rem;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .about__wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about__wrapper {
    height: auto;
    flex-direction: column;
    padding-top: 14.0625rem;
    display: block;
  }
}
.about__wrapper img {
  width: 36.875vw;
  height: 28.6458333333vw;
  top: -11.625rem;
  position: absolute;
}
@media screen and (max-width: 1700px) {
  .about__wrapper img {
    top: -4.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .about__wrapper img {
    top: -6.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .about__wrapper img {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__wrapper img {
    width: 12.75rem;
    height: 10.9375rem;
    right: 0;
    top: 1.25rem;
  }
}

.about__text {
  width: 35.5625rem;
}
@media screen and (max-width: 1700px) {
  .about__text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 100%;
    margin-inline: auto;
  }
}

.about__content {
  font-size: clamp(12px, 1.7578125vw, 18px);
  margin-top: 3.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .about__content {
    line-height: 1.7777777778;
    font-size: 1.125rem;
  }
}

.header__time {
  font-size: 0.75rem;
}

.service {
  background: rgba(221, 221, 221, 0.3);
}
@media screen and (max-width: 430px) {
  .service .c-inner {
    width: 20.625rem;
    min-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .service .c-heading {
    width: 19.375rem;
    min-width: 310px;
  }
}

.service__list {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .service__list {
    margin-top: 3.125rem;
  }
}

.service__set {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service__set {
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .service__set {
    margin-inline: auto;
  }
}
.service__set .service__text {
  width: 35.8125rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .service__set .service__text {
    width: 100%;
  }
}
.service__set .service__text p {
  font-size: 1rem;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 768px) {
  .service__set .service__text p {
    line-height: 1.625;
    font-size: 1rem;
  }
}
.service__set img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .service__set img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service__set img {
    width: 19.375rem;
    height: 12rem;
  }
}
.service__set picture {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service__set picture {
    width: 19.375rem;
    height: 12rem;
  }
}

.service__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .service__item {
    margin-top: 0rem;
  }
}
.service__item:nth-child(2n) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(2n) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(2n) .service__set {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .service__item:nth-child(3) .service__set {
    margin-top: 3.75rem;
  }
}

.service__title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service__title {
    gap: 0.625rem;
    margin-top: 0rem;
  }
}
.service__title h3 {
  line-height: 1.43;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service__title h3 {
    font-size: 1.375rem;
  }
}

.service__panel {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  margin-top: -1.6875rem;
  background-color: #FFFFFF;
  padding-block: 4.1875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .service__panel {
    display: none;
  }
}

.container {
  display: none;
}
@media screen and (max-width: 768px) {
  .container {
    display: block;
    padding-block: 1.25rem;
    background-color: #FFFFFF;
    width: 20.625rem;
  }
}

@media screen and (max-width: 768px) {
  .car {
    display: block;
    padding-block: 1.25rem 0.625rem;
    background-color: #FFFFFF;
  }
}

/* 前への矢印 */
.swiper-button-prev {
  left: -30px;
}

/* 次への矢印 */
.swiper-button-next {
  right: -30px;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper {
  max-width: 500px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide p {
  text-align: center;
  font-weight: 900;
  margin-top: 0.625rem;
}

.swiper img {
  width: 16.25rem;
  margin-inline: auto;
}

.swiper-button-custom {
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev-custom {
  left: -30px;
}

.swiper-button-next-custom {
  right: -30px;
}

.swiper-button-custom:after {
  font-size: 20px;
  color: #000;
}

.swiper-button-prev-custom:after {
  content: "<";
}

.swiper-button-next-custom:after {
  content: ">";
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.swiper-button-prev {
  background-color: #222222;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  left: 10px !important;
  top: 55% !important;
  transform: translateY(-50%);
}
.swiper-button-prev:after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 50% 0, 0% 50%);
          clip-path: polygon(50% 100%, 50% 0, 0% 50%);
  width: 10px;
  height: 10px;
  inset: 0;
  margin: auto;
  background-color: #FFFFFF;
  color: #FFFFFF !important;
  position: absolute;
  left: 4px;
}

.swiper-button-next {
  background-color: #222222;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  right: 10px !important;
  top: 55% !important;
  transform: translateY(-50%);
}
.swiper-button-next:after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 50% 0, 100% 50%);
          clip-path: polygon(50% 100%, 50% 0, 100% 50%);
  width: 10px;
  height: 10px;
  inset: 0;
  margin: auto;
  background-color: #FFFFFF;
  color: #FFFFFF !important;
  position: absolute;
  right: 2px;
}

.service__comment {
  display: grid;
  place-content: center;
  width: 30.9375rem;
  height: 3.4375rem;
  text-align: center;
  margin-inline: auto;
  color: #FFFFFF;
  background-color: #222222;
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service__comment {
    width: 20.625rem;
    margin-inline: auto;
    font-size: 1.125rem;
  }
}

.service__card img {
  width: 20.625rem;
  height: 12.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .service__card img {
    width: 310px;
    height: 12rem;
  }
}
.service__card p {
  text-align: center;
  margin-top: 0.625rem;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 900;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .service__card p {
    font-size: fvwpsp(12, 16, 16);
  }
}

.features__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .features__list {
    margin-top: 1.875rem;
  }
}

.features__item {
  padding-block: 2.5rem;
  border-bottom: 1px solid #707070;
  display: grid;
  grid-template-columns: 32.5rem 1fr;
  align-items: center;
}
.features__item:nth-child(5) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .features__item:nth-child(5) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .features__item {
    display: flex;
    flex-direction: column;
    padding-block: 1.875rem;
    margin-inline: auto;
  }
}
.features__item picture {
  width: 47.4%;
  height: 100%;
  aspect-ratio: 360/222;
}
@media screen and (max-width: 768px) {
  .features__item picture {
    width: 19.375rem;
    height: 12rem;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}
.features__item img {
  width: 100%;
}

.features__title {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .features__title {
    gap: 0.625rem;
    justify-content: center;
  }
}
.features__title h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .features__title h3 {
    font-size: 1.625rem;
    width: 14.625rem;
  }
}

.features__set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .features__set {
    flex-direction: column;
  }
}

.features__text {
  width: 20rem;
  width: 42.1%;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 1440px) {
  .features__text {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .features__text {
    width: 100%;
    margin-top: 1.25rem;
    line-height: 1.625;
  }
}

.products {
  background-color: #17084A;
}
.products .c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
.products .c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
  display: block;
}
.products .c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #4A4A4A; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .products .c-heading::after {
    width: 40%;
  }
}
.products .c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #FFFFFF;
}
.products .c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
}

.products__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 67.5rem;
  gap: 1.875rem 2.5rem;
  margin-inline: auto;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1100px) {
  .products__list {
    max-width: 73.75rem;
  }
}
@media screen and (max-width: 768px) {
  .products__list {
    max-width: 20rem;
    gap: 1.875rem 1.25rem;
    margin-top: 3.125rem;
  }
}

.products__item img {
  width: 15rem;
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .products__item img {
    width: 9.0625rem;
    height: 9.0625rem;
  }
}
.products__item p {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2;
  margin-top: 0.625rem;
  font-size: clamp(12px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1460px) {
  .products__item p {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .products__item p {
    font-size: clamp(12px, 4.4444444444vw, 16px);
    line-height: 2.25;
  }
}

@media screen and (max-width: 768px) {
  .price .c-heading {
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .price__table-wrapper {
    width: 100%;
    margin-left: auto;
    padding-bottom: 24px;
    overflow: auto;
  }
}

.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 0;
  height: 5px !important;
  margin-left: 2px;
  margin-top: 3px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #EFEFEF;
  height: 15px !important;
  border-radius: 100px;
}

.price__table {
  margin-top: 5.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price__table {
    overflow-x: scroll;
    width: 19.375rem;
    margin-top: 3.125rem;
  }
}

.price__tr td {
  width: 8rem;
  height: 3.5rem;
  text-align: center;
  font-size: clamp(12px, 1.5625vw, 16px);
  vertical-align: middle;
  border: 1px solid #707070;
}
@media screen and (max-width: 1100px) {
  .price__tr td {
    font-size: clamp(10px, 1.3671875vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .price__tr td {
    min-width: 11.5625rem;
    font-weight: 900;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.price__tr td p {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.price__tr td p span {
  font-size: clamp(12px, 1.953125vw, 20px);
}
@media screen and (max-width: 768px) {
  .price__tr td p span {
    font-size: clamp(12px, 5.5555555556vw, 20px);
  }
}

@media screen and (max-width: 1460px) {
  .tbl_block_s01 {
    width: 6.25rem !important;
  }
}
@media screen and (max-width: 1100px) {
  .tbl_block_s01 {
    width: 3.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .tbl_block_s01 {
    min-width: 11.5625rem;
    font-weight: 900;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.tbl_block_s01 p {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.tbl_block_s01 p span {
  font-size: clamp(12px, 1.953125vw, 20px);
}
@media screen and (max-width: 768px) {
  .tbl_block_s01 p span {
    font-size: clamp(12px, 5.5555555556vw, 20px);
  }
}

@media screen and (max-width: 1460px) {
  .tbl_block_c01 {
    width: 6.25rem !important;
  }
}
@media screen and (max-width: 1100px) {
  .tbl_block_c01 {
    width: 3.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .tbl_block_c01 {
    min-width: 11.5625rem;
    font-weight: 900;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.tbl_block_c01 p {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.tbl_block_c01 p span {
  font-size: clamp(12px, 1.953125vw, 20px);
}
@media screen and (max-width: 768px) {
  .tbl_block_c01 p span {
    font-size: clamp(12px, 5.5555555556vw, 20px);
  }
}

.price__tr:first-child {
  background-color: #222222;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .price__tr:first-child {
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.price__tr:first-child td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 1460px) {
  .price__tr:first-child td p {
    font-size: clamp(12px, 1.3671875vw, 14px);
  }
}
@media screen and (max-width: 1200px) {
  .price__tr:first-child td p {
    font-size: clamp(12px, 3.6111111111vw, 13px);
  }
}
@media screen and (max-width: 1100px) {
  .price__tr:first-child td p {
    font-size: clamp(12px, 1.171875vw, 12px);
  }
}
@media screen and (max-width: 900px) {
  .price__tr:first-child td p {
    font-size: clamp(10px, 2.7777777778vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .price__tr:first-child td p {
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .price__tr:first-child td {
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}

.price__tr td:first-child {
  background-color: #222222;
  color: #FFFFFF;
}
.price__tr td:first-child p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price__tr td:first-child {
    min-width: 5.625rem;
    font-weight: 500;
  }
}

.message {
  padding-block: 6.25rem;
  background-image: url(./../img/leader-bg.webp);
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 7.9375rem;
    padding-bottom: 3.125rem;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .message {
    background-image: url(./../img/message.webp);
  }
}
.message .c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.message .c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
}
.message .c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #260E76; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message .c-heading::after {
    width: 50%;
  }
}
.message .c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0.625rem;
}
.message .c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.message__card {
  position: relative;
  margin-inline: auto 0;
  width: 60.25rem;
  background-color: #FFFFFF;
  padding-block: 3.75rem 4.375rem;
}
@media screen and (max-width: 1440px) {
  .message__card {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .message__card {
    width: 100%;
    padding-bottom: 2.5rem;
  }
}
.message__card img {
  position: absolute;
  top: -11.25rem;
  left: -20.1875rem;
  width: 22.125rem;
  height: 31.25rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .message__card img {
    position: absolute;
    top: -17.75rem;
    width: 13.9375rem;
    height: 19.625rem;
    margin-inline: auto;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
  }
}

.message__text {
  width: 50.25rem;
  margin-inline: auto;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 768px) {
  .message__text {
    width: 16.6875rem;
    font-size: fvwso(12, 16, 16);
  }
}

.message__content {
  line-height: 2;
  margin-top: 5.625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__content {
    margin-top: 2.8125rem;
    line-height: 1.625;
    font-size: 1rem;
  }
}

.message__name {
  font-weight: 900;
  font-size: 1.875rem;
  text-align: right;
  margin-top: 1.8125rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 1.625rem;
    margin-top: 0.625rem;
  }
}
.message__name span {
  font-size: 1.25rem;
  display: inline;
  vertical-align: middle;
  margin-right: 1.25rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .message__name span {
    font-size: 1.125rem;
  }
}

.info__set {
  margin-top: 5.625rem;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .info__set {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.info__map {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info__map {
    width: 100%;
    overflow: hidden;
  }
}
.info__map iframe {
  aspect-ratio: 640/417;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .info__map iframe {
    aspect-ratio: 310/202;
    width: 100%;
    display: block;
    margin-inline: auto;
  }
}

.info__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 45.3%;
}
@media screen and (max-width: 768px) {
  .info__list {
    gap: 0.625rem;
    width: 100%;
  }
}

.info__item {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 0.625rem;
}
.info__item a {
  color: #222222;
}
.info__item .u-subfont {
  font-size: clamp(12px, 1.953125vw, 20px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .info__item .u-subfont {
    font-size: clamp(10px, 5.5555555556vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .info__item {
    grid-template-columns: 6.25rem 1fr;
  }
}
.info__item dt {
  width: 122px;
  height: 38px;
  display: grid;
  place-content: center;
  border: 1px solid #222222;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__item dt {
    width: 6.25rem;
    height: 1.75rem;
    font-size: 1rem;
  }
}
.info__item dd {
  display: grid;
  align-content: center;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info__item dd {
    line-height: 1.625;
    font-size: 1rem;
  }
}

.history {
  padding-block: 6.25rem 19.0625rem;
  background-color: #17084A;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history {
    padding-block: 3.75rem 12.5rem;
  }
}
.history .c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.history .c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
}
.history .c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #4A4A4A; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .history .c-heading::after {
    width: 40%;
  }
}
.history .c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #FFFFFF;
}
.history .c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
}

.history__list {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .history__list {
    margin-top: 3.125rem;
  }
}

.history__item {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .history__item {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.history__item:last-child {
  border-bottom: none;
}

.history__date {
  font-size: 0.9375rem;
  background-color: #4B4B4B;
  height: 53px;
  display: grid;
  align-content: center;
  line-height: 1.8;
  padding-left: 1.25rem;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .history__date {
    height: 2.6875rem;
  }
}

.history__content {
  display: grid;
  align-content: center;
  line-height: 2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: clamp(12px, 1.46484375vw, 15px);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .history__content {
    line-height: 1.625;
    padding-block: 0.5625rem 0.625rem;
    font-size: 1rem;
  }
}

.faq {
  padding-top: 29.6875rem;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 400px;
  }
}
.faq .c-heading {
  width: 10.5625rem;
}
@media screen and (max-width: 768px) {
  .faq .c-heading {
    width: 100%;
  }
}
.faq .c-heading::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq .c-heading::before {
    display: block;
  }
}
.faq .c-heading::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq .c-heading::after {
    display: block;
  }
}
.faq .c-inner-small {
  width: 100%;
}

.faq__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    flex-direction: column;
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .c-faq {
    margin-top: 3.125rem;
  }
}

.c-faq__wrapper {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .c-faq__wrapper {
    width: 100%;
  }
}

.c-faq__item {
  overflow: hidden;
  border-bottom: 1px solid #707070;
  padding-block: 1.125rem 1.125rem;
}
.c-faq__item:first-child {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .c-faq__item:first-child {
    border-top: none;
  }
}
.c-faq__item:first-child .c-faq__head::before {
  top: 1.5625rem;
}
.c-faq__item:first-child .c-faq__head::after {
  top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .c-faq__item:first-child .c-faq__head::after {
    top: 0.625rem;
  }
}
.c-faq__item:first-child .c-faq__body {
  margin-top: 1.0625rem;
}

.c-faq__head {
  display: flex;
  position: relative;
  font-size: clamp(12px, 1.7578125vw, 18px);
  line-height: 1.78;
  padding-inline: 3.375rem 0rem;
}
@media screen and (max-width: 768px) {
  .c-faq__head {
    font-size: clamp(12px, 4.4444444444vw, 16px);
    line-height: 1.625;
  }
}
.c-faq__head::before {
  display: flex;
  position: absolute;
  top: 55%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  content: "Q";
  color: #FFFFFF;
  background-color: #222222;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.75rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-faq__head::before {
    top: 1.25rem;
  }
}

.c-faq__body {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 3.375rem;
}

.c-faq__body::before {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -0.375rem;
  content: "A";
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
}

.c-faq__text {
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-faq__text {
    font-size: clamp(16px, 4.4444444444vw, 16px);
    line-height: 1.625;
  }
}

.entry {
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 100;
}
.entry .c-heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry .c-heading .ja {
    font-size: 1.25rem;
  }
}
.entry .c-heading::before {
  display: none;
}
.entry .c-heading::after {
  display: none;
}
.entry::before {
  background-image: url(./../img/entry1.webp);
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  left: -12.5rem;
  top: -6.25rem;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .entry::before {
    width: 15.875rem;
    height: 19.5625rem;
    left: 0;
    top: 0;
    display: block;
  }
}
.entry::after {
  background-image: url(./../img/entry2.webp);
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  right: -12.5rem;
  bottom: -6.25rem;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .entry::after {
    width: 15.875rem;
    height: 19.5625rem;
    right: 0;
    bottom: -1.875rem;
    display: block;
    z-index: -1;
    background-position: left;
  }
}

.entry__inner {
  border: 1px solid #222222;
  background-color: #FFFFFF;
  padding-block: 6.25rem;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .entry__inner {
    padding-block: 2.5rem 3.125rem;
  }
}
.entry__inner::before {
  background-image: url(./../img/entry1.webp);
  background-size: cover;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  left: -12.5rem;
  top: -6.25rem;
  z-index: -5;
}
@media screen and (max-width: 1200px) {
  .entry__inner::before {
    left: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__inner::before {
    width: 15.875rem;
    height: 19.5625rem;
    left: 0;
    top: 0;
    display: none;
  }
}
.entry__inner::after {
  background-image: url(./../img/entry2.webp);
  background-size: cover;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  right: -12.5rem;
  bottom: -6.25rem;
  z-index: -5;
}
@media screen and (max-width: 1200px) {
  .entry__inner::after {
    right: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__inner::after {
    width: 15.875rem;
    height: 19.5625rem;
    right: 0;
    bottom: 0;
    display: none;
  }
}
.entry__content-inner {
  width: 56.25rem;
  margin-inline: auto;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1500px) {
  .entry__content-inner {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .entry__content-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .entry__content-inner {
    width: 100%;
  }
}

.entry__message {
  margin-top: 4.375rem;
  font-size: 1.5rem;
  display: grid;
  place-content: center;
  background-color: #222222;
  color: #FFFFFF;
  height: 3.4375rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .entry__message {
    font-size: 1.25rem;
    height: 6.25rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.entry__info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry__info {
    flex-direction: column;
  }
}

.entry__item {
  width: 50%;
  padding-block: 1.5625rem 1.40625rem;
  display: grid;
  place-content: center;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.entry__item a {
  color: #222222;
}
@media screen and (max-width: 768px) {
  .entry__item {
    width: 100%;
    align-content: top;
  }
}
.entry__item:first-child {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .entry__item:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .entry__item:last-child {
    border-left: none;
  }
}
.entry__item h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .entry__item h3 {
    font-size: 1.375rem;
  }
}

.entry__number {
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.entry__time {
  font-size: clamp(12px, 4.4444444444vw, 16px);
  font-weight: 700;
}

.entry__form-title {
  margin-top: 2.5rem;
  line-height: 1.67;
  font-size: clamp(18px, 2.34375vw, 24px);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__form-title {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
}

.entry__form {
  margin-inline: auto;
}

.entry__form-inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry__form-inner {
    margin-top: 0;
    gap: 0;
  }
}

.entry__set {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  gap: 2.5rem;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .entry__set {
    grid-template-columns: 20.625rem 1fr;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__set {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.entry__set dt {
  display: flex;
  align-items: center;
  height: 1.625rem;
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.7578125vw, 18px);
  gap: 1rem;
  font-size: clamp(12px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1100px) {
  .entry__set dt {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
.entry__set dt p {
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .entry__set dt p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1460px) {
  .entry__set dt {
    gap: 0.75rem;
  }
}
.entry__set dt:last-child {
  align-items: flex-start;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .entry__set dt {
    width: 19.375rem;
    margin-inline: auto;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.entry__set:nth-of-type(5) dt {
  height: 4.0625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .entry__set:nth-of-type(5) dt {
    height: auto;
    margin-top: 1.25rem;
  }
}
.entry__set span {
  line-height: 1.4444444444;
  font-size: clamp(12px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1100px) {
  .entry__set span {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .entry__set span {
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.entry__set input {
  width: 100%;
  height: 4.0625rem;
  background-color: #F4F4F4;
  color: #222222;
  padding-block: 1.25rem 1.1875rem;
  padding-left: 1.875rem;
  line-height: 1.4444444444;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none !important;
}
.entry__set input::-moz-placeholder {
  color: #B3BBBB;
}
.entry__set input::placeholder {
  color: #B3BBBB;
}
@media screen and (max-width: 1100px) {
  .entry__set input {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .entry__set input {
    width: 19.375rem;
    margin-inline: auto;
    height: 2.75rem;
    padding-left: 0.46875rem;
    font-size: clamp(12px, 4.4444444444vw, 16px);
    font-weight: 400;
  }
}
textarea {
  padding-block: 30px 1.875rem;
  padding-inline: 1.875rem;
  height: 17.9375rem;
  align-items: flex-start;
  width: 100%;
  background-color: #F4F4F4;
  border: none !important;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 400;
  color: #222222;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
textarea::-moz-placeholder {
  color: #B3BBBB;
}
textarea::placeholder {
  color: #B3BBBB;
}
@media screen and (max-width: 768px) {
  textarea {
    padding-block: 0.625rem 0.625rem;
    height: 7.6875rem;
    width: 19.375rem;
    margin-inline: auto;
    padding-left: 0.46875rem;
    font-size: clamp(12px, 4.4444444444vw, 16px);
    font-weight: 400;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7-not-valid-tip {
    width: 19.375rem;
    margin-inline: auto;
  }
}

.entry__privacy {
  font-size: clamp(16px, 1.953125vw, 20px);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__privacy {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.entry__privacy-content {
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 2;
  text-align: center;
  overflow-y: scroll;
  height: 137px;
  padding-block: 2.125rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .entry__privacy-content {
    width: 19.375rem;
    margin-inline: auto;
    margin-top: 0.625rem;
    padding-block: 0.625rem;
    font-size: 1rem;
  }
}

.entry__privacy-content-wrapper {
  padding-inline: 2.5rem;
}
.entry__privacy-content-wrapper p {
  text-align: left;
}
.entry__privacy-content-wrapper span {
  font-weight: 900;
}
.entry__privacy-content-wrapper li {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .entry__privacy-content-wrapper {
    margin-inline: auto;
    padding-inline: 0.875rem;
  }
}

.entry__button input {
  margin-top: 3.125rem;
  margin-inline: auto;
  border: none;
  width: 24.125rem;
  height: 5rem;
  display: grid;
  align-content: center;
  min-width: 240px;
  min-height: 50px;
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: 900;
  background-color: #260E76;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .entry__button input {
    width: 18.75rem;
    height: 4.375rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__button input {
    width: 300px;
    height: 70px;
    margin-top: 1.875rem;
    font-size: 20px;
  }
}

.entry__button {
  width: 24.125rem;
  height: 5rem;
  min-width: 240px;
  min-height: 50px;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry__button {
    width: 300px;
    height: 70px;
  }
}
.entry__button input:hover {
  background-color: #2C099F;
}
.entry__button:hover {
  background-color: #2C099F;
}
.entry__button:hover::before {
  right: 1.0625rem;
  transition: right 0.3s;
}
.entry__button:hover::after {
  right: 0.625rem;
  transition: right 0.3s;
}
.entry__button::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #FFFFFF;
  right: 1.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.entry__button::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #FFFFFF;
  width: 7px;
  height: 7px;
  right: 1.25rem;
  top: 51%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

.entry__button input:hover .entry__button::before {
  right: 17px;
  transition: right 0.3s;
}
.entry__button input:hover .entry__button::after {
  right: 10px;
  transition: right 0.3s;
}

.entry__acceptance {
  text-align: center;
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}
.entry__acceptance span {
  font-size: clamp(12px, 1.3671875vw, 16px);
}
@media screen and (max-width: 768px) {
  .entry__acceptance span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .entry__acceptance {
    gap: 8px;
    font-weight: 400;
    margin-top: 1.25rem;
  }
}
.entry__acceptance label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.entry__acceptance span {
  margin-top: 5px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  margin-top: 0;
}

.wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  border-color: #707070;
}

/* チェックボックスのスタイル（チェックマーク） */
.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #FFFFFF; /* チェックされた時の背景色 */
}

input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #260E76;
  border-width: 0 3.5px 3.5px 0;
  transform: rotate(45deg);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.entry__form .wpcf7-not-valid-tip {
  display: none;
}
.entry__form.is-show .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 768px) {
  .entry__item-wrapper-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .entry__item:has(.entry__item-wrapper) {
    padding: 0.625rem;
    display: block;
  }
}

.entry__item-wrapper {
  display: none;
  color: #FFFFFF;
  background-color: #222222;
  border-radius: 6px;
  padding-block: 0.8125rem 1.0625rem;
}
@media screen and (max-width: 768px) {
  .entry__item-wrapper {
    display: block;
  }
}
.entry__item-wrapper p {
  color: #FFFFFF;
}
.entry__item-wrapper h3 {
  color: #FFFFFF;
}

.r-fv {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .r-fv {
    padding-bottom: 3.75rem;
  }
}
.r-fv .c-button {
  margin-top: 3.75rem;
  width: 18.75rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .r-fv .c-button {
    margin-top: 2.5rem;
    height: 4.375rem;
  }
}
.r-fv img {
  display: none;
}
@media screen and (max-width: 768px) {
  .r-fv img {
    width: 86.1%;
    position: static;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 1.875rem;
  }
}

.r-fv__inner {
  padding-top: 3.75rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .r-fv__inner {
    flex-direction: column-reverse;
    padding-top: 0;
  }
}
.r-fv__inner img {
  margin-top: 5.75rem;
  width: 36.0416666667vw;
  aspect-ratio: 692/451;
  position: absolute;
  display: block;
  right: 0;
}
@media screen and (max-width: 768px) {
  .r-fv__inner img {
    width: 100%;
    position: static;
    display: block;
    margin-left: auto;
    margin-top: 1.875rem;
    display: none;
  }
}

.r-fv__text {
  width: 59.6%;
}
@media screen and (max-width: 768px) {
  .r-fv__text {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.r-fv__heading {
  font-size: 3.125rem;
  font-size: clamp(32px, 4.8828125vw, 50px);
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .r-fv__heading {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.r-fv__title {
  font-size: clamp(19px, 3.125vw, 32px);
  font-weight: 900;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .r-fv__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 768px) {
  .r-fv__title:nth-of-type(1) .r-fv__text p {
    text-align: center;
  }
}
.r-fv__title:nth-of-type(1) img {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .r-fv__title:nth-of-type(1) img {
    width: 36px;
  }
}

.r-fv__description {
  font-size: clamp(12px, 1.7578125vw, 18px);
  margin-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .r-fv__description {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.merit .c-button {
  margin-inline: auto;
  margin-top: 3.75rem;
  width: 18.75rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .merit .c-button {
    margin-top: 2.5rem;
    width: 18.75rem;
    height: 4.375rem;
  }
}

.merit__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .merit__list {
    margin-top: 1.875rem;
  }
}

.merit__item {
  padding-block: 2.5rem;
  border-bottom: 1px solid #707070;
  display: grid;
  grid-template-columns: 32.5rem 1fr;
  align-items: center;
}
.merit__item:nth-child(6) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .merit__item:nth-child(6) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .merit__item {
    display: flex;
    flex-direction: column;
    padding-block: 1.875rem;
    margin-inline: auto;
  }
}
.merit__item img {
  width: 47.4%;
  height: 100%;
  aspect-ratio: 360/222;
}
@media screen and (max-width: 768px) {
  .merit__item img {
    width: 19.375rem;
    height: 12rem;
    margin-top: 1.25rem;
    margin-inline: auto;
  }
}

.merit__title {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .merit__title {
    gap: 0.625rem;
    justify-content: center;
  }
}
.merit__title > p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .merit__title > p {
    font-size: 1.625rem;
    width: 14.625rem;
  }
}

.merit__set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .merit__set {
    flex-direction: column;
  }
}

.merit__text {
  width: 20rem;
  width: 44%;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 1440px) {
  .merit__text {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .merit__text {
    width: 100%;
    margin-top: 1.25rem;
    line-height: 1.625;
  }
}

.personal {
  background: rgba(221, 221, 221, 0.3);
}
@media screen and (max-width: 430px) {
  .personal .c-inner {
    width: 20.625rem;
    min-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .personal .c-heading {
    width: 19.375rem;
    min-width: 310px;
  }
}

.personal__set {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .personal__set {
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    gap: 0.625rem;
    margin-top: 3.125rem;
  }
}
.personal__set img {
  width: 44.68%;
  aspect-ratio: 572/354;
}
@media screen and (max-width: 768px) {
  .personal__set img {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.personal__set .personal__text {
  width: 35.8125rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .personal__set .personal__text {
    width: 100%;
  }
}
.personal__set .personal__text p {
  font-size: 1rem;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 768px) {
  .personal__set .personal__text p {
    line-height: 1.625;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .personal__list {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.personal__item {
  font-size: clamp(12px, 1.953125vw, 20px);
  margin-top: 1.25rem;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .personal__item {
    margin-top: 0rem;
    font-size: 1.125rem;
    padding-left: 40px;
  }
}
.personal__item::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .personal__item::before {
    width: 26px;
    height: 26px;
    top: 0;
    transform: translateY(0%);
  }
}
.personal__item::after {
  position: absolute;
  content: "";
  background-image: url(../img/recruit/check.svg);
  background-size: cover;
  width: 35px;
  height: 30px;
  background-position: center;
  left: 4px;
  top: 50%;
  transform: translateY(-70%);
}
@media screen and (max-width: 768px) {
  .personal__item::after {
    width: 26px;
    height: 23px;
    top: 0;
    transform: translateY(-20%);
  }
}
.personal__item p {
  font-weight: 900;
}

.personal__title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .personal__title {
    gap: 0.625rem;
    margin-top: 0rem;
  }
}
.personal__title h3 {
  line-height: 1.43;
  font-size: 1.75rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .personal__title h3 {
    font-size: 1.375rem;
  }
}

.personal__panel {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  margin-top: -1.6875rem;
  background-color: #FFFFFF;
  padding-block: 4.1875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .personal__panel {
    display: none;
  }
}

.career {
  background: rgba(221, 221, 221, 0.3);
}
@media screen and (max-width: 430px) {
  .career .c-inner {
    width: 20.625rem;
    min-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .career .c-heading {
    width: 19.375rem;
    min-width: 310px;
  }
}

.career__list {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .career__list {
    margin-top: 3.125rem;
    flex-direction: column;
    gap: 40px;
  }
}

.career__item {
  width: 21.64%;
  background-color: #FFFFFF;
  position: relative;
}
.career__item::after {
  position: absolute;
  content: "";
  top: 4.25rem;
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
          clip-path: polygon(100% 50%, 0 100%, 0 0);
  width: 18px;
  height: 25px;
  right: -17px;
}
@media screen and (max-width: 768px) {
  .career__item::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    right: auto;
    top: auto;
    bottom: -20px;
    left: 15%;
    transform: translateX(-50%);
    width: 24px;
    height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .career__item {
    width: 100%;
  }
}
.career__item:nth-of-type(1) .career__title {
  background-color: #8B8B8B;
}
.career__item:nth-of-type(1)::after {
  background-color: #8B8B8B;
}
.career__item:nth-of-type(2) .career__title {
  background-color: #6E6E6E;
}
.career__item:nth-of-type(2)::after {
  background-color: #6E6E6E;
}
.career__item:nth-of-type(3) .career__title {
  background-color: #464646;
}
.career__item:nth-of-type(3)::after {
  background-color: #464646;
}
.career__item:nth-of-type(4) .career__title {
  background-color: #222222;
}
.career__item:nth-of-type(4)::after {
  background-color: #222222;
  display: none;
}

@media screen and (max-width: 768px) {
  .career__set {
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    gap: 0rem;
    display: grid;
    grid-template-columns: 30% 1fr;
  }
}
.career__set .career__text {
  width: 35.8125rem;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .career__set .career__text {
    width: 100%;
  }
}
.career__set .career__text p {
  font-size: 1rem;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 768px) {
  .career__set .career__text p {
    line-height: 1.625;
    font-size: 1rem;
  }
}
.career__set img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .career__set img {
    width: 19.375rem;
    height: 12rem;
  }
}

.career__title {
  color: #FFFFFF;
  font-size: clamp(16px, 1.7578125vw, 28px);
  font-weight: 900;
  display: grid;
  place-content: center;
  height: 9.1875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .career__title {
    font-size: 1rem;
    display: block;
    height: 100%;
  }
}

.career__description {
  padding: 1.25rem;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (max-width: 768px) {
  .career__description {
    font-size: 0.875rem;
    padding: 1.25rem 1rem;
  }
}

.r-message {
  background-color: #17084A;
}
.r-message .c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
.r-message .c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
  display: block;
}
.r-message .c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #4A4A4A; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .r-message .c-heading::after {
    width: 40%;
  }
}
.r-message .c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #FFFFFF;
}
.r-message .c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
}

.r-message__set {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .r-message__set {
    gap: 1.875rem 1.25rem;
    margin-top: 3.125rem;
    flex-direction: column;
  }
}

.r-message__item {
  width: 43.9%;
  text-align: left;
  background-color: #FFFFFF;
  padding-bottom: 1.875rem;
}
.r-message__item .r-message-img {
  background-image: url(./../img/recruit/message-tt.webp);
  background-size: 128%;
  background-position: -42% 54%;
  aspect-ratio: 560/345;
}
@media screen and (max-width: 768px) {
  .r-message__item {
    width: 100%;
    padding-inline: 0;
  }
}
.r-message__item img {
  aspect-ratio: 560/345;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .r-message__item img {
    width: 100%;
  }
}
.r-message__item span {
  transform: translateY(-50%);
  display: grid;
  width: 270px;
  height: 46px;
  place-content: center;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 900;
  color: #FFFFFF;
  background-color: #222222;
}
@media screen and (max-width: 768px) {
  .r-message__item span {
    transform: none;
    font-size: 1.125rem;
    width: 100%;
  }
}

.r-message__title {
  font-size: clamp(20px, 2.34375vw, 24px);
  font-weight: 900;
  line-height: 1.25;
  color: #222222;
  padding-inline: 1.75rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .r-message__title {
    font-size: 1.375rem;
    padding-inline: 1.25rem;
    margin-top: 1.25rem;
    line-height: 1.5;
  }
}

.r-message__description {
  margin-top: 1.25rem;
  line-height: 2;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 500;
  color: #222222;
  padding-inline: 1.75rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .r-message__description {
    font-size: 1rem;
    padding-inline: 1.25rem;
    line-height: 1.625;
  }
}

.p-description {
  padding-block: 3.75rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-description {
    padding-block: 1.875rem 3.75rem;
  }
}
.p-description .c-heading {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.p-description .c-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BCBCBC;
  bottom: -1.25rem;
  left: 0;
  z-index: 1;
}
.p-description .c-heading::after {
  content: "";
  display: block;
  width: 10%; /* 細い赤い下線の幅 */
  height: 3px; /* 細い赤い下線の高さ */
  background-color: #4A4A4A; /* 赤色 */
  position: absolute;
  bottom: -1.25rem; /* テキストからの距離 */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-description .c-heading::after {
    width: 40%;
  }
}
.p-description .c-heading .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #FFFFFF;
}
.p-description .c-heading .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #FFFFFF;
}

.p-description__list {
  margin-top: 0rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-description__list {
    margin-top: 0rem;
  }
}

.p-description__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #BCBCBC;
}
@media screen and (max-width: 768px) {
  .p-description__item {
    grid-template-columns: 36.7% 1fr;
  }
}
.p-description__item:last-child {
  border-bottom: none;
}

.p-description__date {
  font-size: clamp(12px, 1.5625vw, 16px);
  background-color: #222222;
  color: #FFFFFF;
  display: grid;
  align-content: center;
  line-height: 1.8;
  padding-left: 1.25rem;
  font-size: 16px;
  font-weight: 700;
  padding-block: 1.125rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-description__date {
    height: auto;
    line-height: 1.5;
    font-size: 1rem;
    padding-block: 0.625rem;
  }
}

.p-description__content {
  display: grid;
  align-content: center;
  line-height: 2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-size: 16px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-description__content {
    padding-block: 0.5625rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-inline: 1rem;
  }
}

.p-description__button {
  margin-top: 3.75rem;
  margin-inline: auto;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .p-description__button {
    margin-top: 2.5rem;
    width: 18.75rem;
    height: 4.375rem;
    width: 300px;
    height: 70px;
  }
}

.description__set {
  margin-top: 5rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .description__set {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}
.description__set .c-button {
  width: 21.25rem;
  height: 5rem;
  min-width: 200px;
  min-height: 47px;
}
@media screen and (max-width: 768px) {
  .description__set .c-button {
    width: 18.75rem;
    height: 4.375rem;
  }
}

.step {
  background: rgba(221, 221, 221, 0.3);
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .step {
    padding-bottom: 5.625rem;
  }
}

.step__flow {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .step__flow {
    margin-top: 3.125rem;
  }
}

.step ul {
  counter-reset: step;
}

.step__item {
  display: grid;
  align-content: center;
  grid-template-columns: 295px 1fr;
  padding-left: 130px;
  position: relative;
  counter-increment: step;
  height: 5.5rem;
}
@media screen and (max-width: 768px) {
  .step__item {
    display: block;
    padding-left: 60px;
    height: auto;
  }
}
.step__item::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  background-color: #222222;
  display: grid;
  place-content: center;
  width: 6.25rem;
  height: 5.5rem;
}
@media screen and (max-width: 768px) {
  .step__item::before {
    width: 50px;
    height: 40px;
    font-size: 26px;
    top: 0;
    transform: none;
  }
}
.step__item::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.3125rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #222222;
  top: 5.4375rem;
  left: 3.125rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .step__item::after {
    width: 16px;
    height: 13px;
    top: 39px;
    left: 25px;
  }
}
.step__item:last-of-type::after {
  display: none;
}

.step__title {
  font-size: clamp(20px, 2.5390625vw, 32px);
  font-weight: 900;
  display: grid;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .step__title {
    font-size: 1.375rem;
    height: 40px;
  }
}

.step__description {
  align-content: center;
  font-size: clamp(12px, 1.3671875vw, 16px);
}
@media screen and (max-width: 768px) {
  .step__description {
    line-height: 1.625;
    font-size: 16px;
  }
}
.step__description a {
  color: #1E53B5;
  text-decoration: underline;
}
.step__description a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.r-entry::before {
  background-image: url(./../img/recruit/r-entry1.webp) !important;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  left: -12.5rem;
  top: -6.25rem;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .r-entry::before {
    width: 15.875rem;
    height: 19.5625rem;
    left: 0;
    top: 0;
    display: block;
  }
}
.r-entry::after {
  background-image: url(./../img/recruit/r-entry2.webp) !important;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  right: -12.5rem;
  bottom: -6.25rem;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .r-entry::after {
    width: 15.875rem;
    height: 19.5625rem;
    right: 0;
    bottom: -1.875rem;
    display: block;
    z-index: -1;
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  .r-entry .entry__button::before {
    top: 46%;
    right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .r-entry .entry__button::after {
    top: 47%;
    right: 40px;
  }
}
.r-entry .entry__set:nth-of-type(4) dt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .r-entry .entry__set:nth-of-type(4) dt {
    margin-top: 1.25rem;
  }
}

.entry {
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 100;
}
.entry .c-heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry .c-heading .ja {
    font-size: 1.25rem;
  }
}
.entry .c-heading::before {
  display: none;
}
.entry .c-heading::after {
  display: none;
}
.r-entry .entry__inner {
  border: 1px solid #222222;
  background-color: #FFFFFF;
  padding-block: 6.25rem;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 768px) {
  .r-entry .entry__inner {
    padding-block: 2.5rem 3.125rem;
  }
}
.r-entry .entry__inner::before {
  background-image: url(./../img/recruit/r-entry1.webp);
  background-size: cover;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  left: -12.5rem;
  top: -6.25rem;
  z-index: -5;
}
@media screen and (max-width: 1200px) {
  .r-entry .entry__inner::before {
    left: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .r-entry .entry__inner::before {
    width: 15.875rem;
    height: 19.5625rem;
    left: 0;
    top: 0;
    display: none;
  }
}
.r-entry .entry__inner::after {
  background-image: url(./../img/recruit/r-entry2.webp);
  background-size: cover;
  position: absolute;
  content: "";
  width: 30.9375rem;
  height: 43.75rem;
  right: -12.5rem;
  bottom: -6.25rem;
  z-index: -5;
}
@media screen and (max-width: 1200px) {
  .r-entry .entry__inner::after {
    right: -6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .r-entry .entry__inner::after {
    width: 15.875rem;
    height: 19.5625rem;
    right: 0;
    bottom: 0;
    display: none;
  }
}
.entry__content-inner {
  width: 56.25rem;
  margin-inline: auto;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1500px) {
  .entry__content-inner {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .entry__content-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .entry__content-inner {
    width: 100%;
  }
}

.entry__message {
  margin-top: 4.375rem;
  font-size: 1.5rem;
  display: grid;
  place-content: center;
  background-color: #222222;
  color: #FFFFFF;
  height: 3.4375rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .entry__message {
    font-size: 1.25rem;
    height: 6.25rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.entry__info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry__info {
    flex-direction: column;
  }
}

.entry__item {
  width: 50%;
  padding-block: 1.5625rem 1.40625rem;
  display: grid;
  place-content: center;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.entry__item a {
  color: #222222;
}
@media screen and (max-width: 768px) {
  .entry__item {
    width: 100%;
    align-content: top;
  }
}
.entry__item:first-child {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .entry__item:first-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .entry__item:last-child {
    border-left: none;
  }
}
.entry__item h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .entry__item h3 {
    font-size: 1.375rem;
  }
}

.entry__number {
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.entry__time {
  font-size: clamp(12px, 4.4444444444vw, 16px);
  font-weight: 700;
}

.entry__form-title {
  margin-top: 2.5rem;
  line-height: 1.67;
  font-size: clamp(18px, 2.34375vw, 24px);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__form-title {
    margin-top: 1.25rem;
    font-size: 1.375rem;
  }
}

.entry__form {
  margin-inline: auto;
}

.entry__form-inner {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry__form-inner {
    margin-top: 0;
    gap: 0;
  }
}

.r-entry .entry__set:nth-of-type(4) dt {
  height: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .r-entry .entry__set:nth-of-type(4) dt {
    height: auto;
  }
}

.entry__set {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  gap: 2.5rem;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .entry__set {
    grid-template-columns: 20.625rem 1fr;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .entry__set {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.entry__set dt {
  display: flex;
  align-items: center;
  height: 1.625rem;
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.7578125vw, 18px);
  gap: 1rem;
  font-size: clamp(12px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1100px) {
  .entry__set dt {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
.entry__set dt p {
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .entry__set dt p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1460px) {
  .entry__set dt {
    gap: 0.75rem;
  }
}
.entry__set dt:last-child {
  align-items: flex-start;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .entry__set dt {
    width: 19.375rem;
    margin-inline: auto;
    font-size: clamp(12px, 4.4444444444vw, 16px);
  }
}
.entry__set input {
  width: 100%;
  height: 4.0625rem;
  background-color: #F4F4F4;
  color: #222222;
  padding-block: 1.25rem 1.1875rem;
  padding-left: 1.875rem;
  line-height: 1.4444444444;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none !important;
}
.entry__set input::-moz-placeholder {
  color: #B3BBBB;
}
.entry__set input::placeholder {
  color: #B3BBBB;
}
@media screen and (max-width: 1100px) {
  .entry__set input {
    font-size: clamp(12px, 1.5625vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .entry__set input {
    width: 19.375rem;
    margin-inline: auto;
    height: 2.75rem;
    padding-left: 0.46875rem;
    font-size: clamp(12px, 4.4444444444vw, 16px);
    font-weight: 400;
  }
}
#entry {
  margin-top: -4.375rem;
}
@media screen and (max-width: 768px) {
  #entry {
    margin-top: -1.25rem;
  }
}

.entry__privacy {
  font-size: clamp(16px, 1.953125vw, 20px);
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry__privacy {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.entry__privacy-content-wrapper {
  padding-inline: 2.5rem;
}
.entry__privacy-content-wrapper p {
  text-align: left;
}
.entry__privacy-content-wrapper span {
  font-weight: 900;
}
.entry__privacy-content-wrapper li {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .entry__privacy-content-wrapper {
    margin-inline: auto;
    padding-inline: 0.875rem;
  }
}

.wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  border-color: #707070;
}

/* チェックボックスのスタイル（チェックマーク） */
.wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #FFFFFF; /* チェックされた時の背景色 */
}

input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #260E76;
  border-width: 0 3.5px 3.5px 0;
  transform: rotate(45deg);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.a-news {
  margin-top: 60px;
  color: #222222;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .a-news {
    padding-bottom: 60px;
  }
}

.a-news a {
  color: #222222;
}

.a-news__inner {
  display: flex;
  gap: 1.75rem;
  max-width: 1006px;
  margin-inline: auto;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .a-news__inner {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 430px) {
  .a-news__inner {
    width: 19.375rem;
    min-width: 310px;
  }
}

.a-news__text {
  color: #222222;
}

.a-news__list {
  margin-top: 60px;
  width: 67.2%;
}
@media screen and (max-width: 1100px) {
  .a-news__list {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1124px) {
  .a-news__list {
    width: 55%;
  }
}
.a-news__list a {
  color: #222222;
}
@media screen and (max-width: 768px) {
  .a-news__list {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .single .a-news__list {
    width: 100%;
  }
}

.a-news__item {
  padding-block: 30px 20px;
  border-bottom: 1px solid #707070;
}
.a-news__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .a-news__item {
    padding-block: 15px 15px;
  }
}

.archive .a-news__item:first-child {
  padding-top: 0;
}

.other .a-news__item:last-child {
  border-bottom: 1px solid #707070;
}

.a-news__item-link {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .a-news__item-link {
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }
}
.a-news__item-link:hover img {
  opacity: 0.8;
}
.a-news__item-link:hover span {
  color: #260E76;
}
.a-news__item-link span {
  background-image: linear-gradient(90deg, #260E76, #260E76);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}
.a-news__item-link:hover span {
  background-size: 100% 1px;
}

.a-news__time {
  display: flex !important;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .a-news__time {
    margin-bottom: 4px;
  }
}

.c-post {
  position: relative;
  padding-left: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-post {
    font-size: 12px;
  }
}
.c-post::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/archive/post.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: -2px;
  top: 54%;
  transform: translateY(-50%);
}

.c-update {
  position: relative;
  padding-left: 17px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.c-update::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 13px;
  background-image: url(../img/archive/update.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: -2px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-update {
    font-size: 12px;
  }
}

.a-news__title {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 3行に制限 */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .a-news__title {
    margin-top: 0;
    line-height: 1.625;
  }
}
.a-news__title span {
  background-image: linear-gradient(90deg, #000066, #000066);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}
.a-news__title:hover span {
  background-size: 100% 1px;
}

.a-news__img {
  aspect-ratio: 16/9;
}

.a-news__img img {
  aspect-ratio: 16/9;
}

.a-news__noimg {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #FFFFFF;
}

.a-news__button {
  color: #FFFFFF;
  margin-inline: auto;
  width: 300px;
  height: 80px;
  margin-block: 32px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .a-news__button {
    width: 300px;
    height: 70px;
    margin-top: 40px;
  }
}

.single a .c-button {
  color: #FFFFFF;
}

.p-entry__head-thumb img {
  aspect-ratio: 676/380;
}
@media screen and (max-width: 768px) {
  .p-entry__head-thumb img {
    aspect-ratio: 310/174;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.toc_list a {
  color: #222222;
}

.l-2column__main {
  max-width: 676px;
}

.single header .c-button {
  color: #FFFFFF;
}

.taxonomy-button {
  color: #FFFFFF !important;
  width: 300px;
  height: 80px;
  margin-inline: auto;
  font-size: 20px;
}

.c-bread-wrapper {
  height: 45px;
  background-color: #18084A;
  margin-top: 5rem;
}

.single-news .c-bread {
  color: #FFFFFF;
  background-color: #18084A;
  padding-top: 13px;
  background-image: none;
}
.single-news .c-bread .c-breadcrumb__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .single-news .c-bread {
    width: 100%;
    padding-left: 10px;
  }
  .single-news .c-bread .c-breadcrumb__item {
    display: flex;
    gap: 5px;
  }
}

.single .c-bread {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .single .c-bread {
    margin-top: 60px;
  }
}
.single .c-bread::after {
  position: absolute;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: #18084A;
}
.single .c-bread a {
  color: #FFFFFF;
  position: relative;
  z-index: 100;
}
.single .c-bread a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  background-color: #FFFFFF;
}
.single .c-bread a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.single-news .c-bread a {
  color: #FFFFFF;
}

.single .sidebar {
  margin-top: 0;
}

.single main {
  background-image: none;
}

.other {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .other {
    display: none;
  }
}
.other .a-news__list {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1124px) {
  .other .a-news__item-link {
    grid-template-columns: 100px 1fr;
  }
}
.other .a-news__title {
  -webkit-line-clamp: 1;
}
.other .c-button {
  margin-inline: auto;
  width: 300px;
  margin-top: 4.1875rem;
  color: #FFFFFF;
}
.other .c-label {
  margin-top: 14px;
}
.other .a-news__inner {
  max-width: 100%;
}

.news {
  padding-bottom: 12.25rem;
  position: relative;
  background: rgba(221, 221, 221, 0.3);
}
.news .c-heading::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .news .c-heading::before {
    display: block;
  }
}
.news .c-heading::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .news .c-heading::after {
    display: block;
  }
}
.news .--pc {
  display: grid;
}
@media screen and (max-width: 768px) {
  .news .--pc {
    display: none;
  }
}
.news .--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .news .--sp {
    display: grid;
  }
}
.news .c-button {
  margin-top: 3.75rem;
  width: 18.75rem;
  height: 5rem;
  font-size: clamp(12px, 1.171875vw, 20px);
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .news .c-button {
    margin-top: 2.5rem;
    height: 4.375rem;
    font-size: clamp(12px, 5.5555555556vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 17.3125rem;
  }
}

.news__inner {
  display: flex;
  justify-content: space-between;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
    align-items: center;
  }
}

.news__left {
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .news__left {
    width: 100%;
  }
}

.news__list {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 1.875rem;
    width: 100%;
  }
}

.news__item:first-child {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .news__item:first-child {
    border-top: none;
  }
}

.news__item a {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 1.875rem;
  align-content: center;
  padding-block: 1.875rem;
  border-bottom: 1px solid #707070;
  width: 100%;
  font-size: clamp(12px, 1.5625vw, 16px);
  color: #222222;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__item a {
    width: 100%;
    display: block;
    font-size: clamp(12px, 4.4444444444vw, 16px);
    padding-block: 1.25rem;
  }
}
.news__item a h3 {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 表示する行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__item a h3 {
    margin-top: 0.625rem;
  }
}
.news__item a span {
  background-image: linear-gradient(90deg, #000066, #000066);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
}
.news__item a:hover span {
  background-size: 100% 1px;
}
.news__item a time {
  display: grid;
  align-content: center;
  font-weight: 500;
}
.news__item a p {
  display: grid;
  place-content: center;
  font-weight: 500;
}

.line {
  position: relative;
}

.news__info {
  display: grid;
}
.news__info time {
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .news__info {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
}

.p-thanks {
  margin-top: 5rem;
  padding-top: 3.75rem;
}
.p-thanks .c-button {
  margin-top: 3.75rem;
  width: 18.75rem;
  height: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-thanks .c-button {
    margin-top: 2.5rem;
    height: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding-top: 1.875rem;
    margin-top: 3.75rem;
    padding-bottom: 0rem;
  }
}

.thanks__title {
  font-size: 3.125rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 1.75rem;
  }
}

.thanks__text {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  line-height: 2;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.thanks__content {
  font-size: clamp(12px, 1.7578125vw, 18px);
  margin-top: 3.125rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thanks__content {
    line-height: 1.7777777778;
    font-size: 1.125rem;
  }
}

.page-template-page-thanks-top {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-template-page-thanks-top .footer {
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.page-template-page-thanks-top .footer__copyright {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-thanks-top .footer__copyright {
    padding-block: 16px;
  }
}
.page-template-page-thanks-top .c-bread {
  margin-bottom: 10px;
  margin-top: 70px;
}

.page-template-page-thanks-recruit {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-template-page-thanks-recruit .footer {
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.page-template-page-thanks-recruit .footer__copyright {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .page-template-page-thanks-recruit .footer__copyright {
    padding-block: 16px;
  }
}
.page-template-page-thanks-recruit .c-bread {
  margin-bottom: 10px;
  margin-top: 0;
}

.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.error404 .p-thanks {
  margin-top: 0;
}
.error404 .footer {
  padding-bottom: 3.125rem;
}
.error404 main {
  background-image: none;
}
.error404 .footer__copyright {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .error404 .footer__copyright {
    padding-block: 16px;
  }
}
.error404 .c-bread {
  margin-bottom: 10px;
}
.error404 .c-button {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .error404 .c-button {
    font-size: 20px;
  }
}

.p-404 {
  padding-bottom: 100px;
}

.p-404-text {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-404-text {
    font-size: 28px;
  }
}

.error404 .c-bread {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .error404 .c-bread {
    margin-top: 70px;
  }
}

h2.wp-block-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 24px;
  border-left: 5px solid #260E76;
  background-color: #EEEEEE;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3333333333;
}

h3.wp-block-heading {
  padding: 20px 24px;
  border-top: 5px solid #260E76;
  border-bottom: 5px solid #260E76;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333;
}

h4.wp-block-heading {
  padding: 5px 0 5px 24px;
  border-left: 5px solid #260E76;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04,
.wp-block-table.table-type05 {
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: auto;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table {
  background-color: #fff;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td,
.wp-block-table.table-type05 table th,
.wp-block-table.table-type05 table td {
  padding: 15px 10px;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.wp-block-table.table-type02 tr th,
.wp-block-table.table-type02 tr:first-child td {
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type03 tr th,
.wp-block-table.table-type03 tr td:first-child {
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type04 {
  overflow: auto;
}

.wp-block-table.table-type04 table {
  min-width: 650px;
}

.wp-block-table.table-type04 tr th,
.wp-block-table.table-type04 tr:first-child td {
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type04 tr th,
.wp-block-table.table-type04 tr td:first-child {
  background-color: #F4FBFD;
  color: #433F37;
}

.note-box {
  padding: 32px;
  border-radius: 8px;
  background-color: #F7F7F7;
}

.note-box-title {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 60px !important;
  padding-left: 60px;
}

.note-box-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../img/icon-caution.svg) no-repeat center center/contain;
  content: "";
}

.note-box-title::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  content: "";
}

.note-box-text {
  margin-bottom: 0 !important;
}

.benefits-block > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}

.benefits-block__item {
  width: 47.3%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F4FBFD;
}

.benefits-block__demerit {
  background-color: #F7F7F7;
}

.benefits-block__merit .benefits-block__title {
  background-color: #1DA5D6;
}

.benefits-block__demerit .benefits-block__title {
  border-bottom: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  color: #666666;
}

.benefits-block__title {
  margin: 0 !important;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

blockquote.wp-block-quote {
  padding: 32px;
  border-left: none;
  border-radius: 8px;
  background-color: #F7F7F7;
  color: #666666;
}

blockquote.wp-block-quote p {
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8125;
}

blockquote.wp-block-quote cite {
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: right;
}

blockquote.wp-block-quote cite a {
  color: #619DD0;
  text-decoration: underline;
}

.l-page-sec {
  padding: 16px 8px;
  background-color: #fff;
}

.bg-color {
  background-color: #F4FBFD;
}

h2.wp-block-heading.page-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  padding-bottom: 15px;
  border-bottom: 3px solid #1DA5D6;
  border-left: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 36PX;
  line-height: 1.3333333333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}

.btn-normal .wp-element-button {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 600px;
  min-height: 64px;
  padding: 8px 32px 8px 32px;
  border: 1px solid #260E76;
  border-radius: 8px;
  background-color: #fff;
  color: #260E76;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  transition: all 0.3s;
}

.btn-normal--auto .wp-element-button {
  min-width: 0;
  max-width: 100%;
  padding: 8px 30px 8px 30px;
}

.btn-normal--la .wp-element-button {
  min-width: 360px !important;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
  overflow: auto;
}

.wp-block-table.table-type01::-webkit-scrollbar,
.wp-block-table.table-type02::-webkit-scrollbar,
.wp-block-table.table-type03::-webkit-scrollbar,
.wp-block-table.table-type04::-webkit-scrollbar,
.wp-block-table.table-type05::-webkit-scrollbar,
.wp-block-table.table-type07::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #EEEEEE;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb,
.wp-block-table.table-type05::-webkit-scrollbar-thumb,
.wp-block-table.table-type07::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb,
.wp-block-table.table-type05::-webkit-scrollbar-thumb,
.wp-block-table.table-type07::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #999999;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table,
.wp-block-table.table-type05 table,
.wp-block-table.table-type07 table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  table-layout: auto;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td,
.wp-block-table.table-type05 table th,
.wp-block-table.table-type05 table td,
.wp-block-table.table-type07 table th,
.wp-block-table.table-type07 table td {
  width: auto;
  min-width: 224px;
  max-width: 450px;
  padding: 15px 10px;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  vertical-align: middle;
}

.wp-block-table.table-type02 tr:first-child td {
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type03 tr td:first-child {
  max-width: 300px;
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type04 {
  overflow: auto;
}

.wp-block-table.table-type04 tr:first-child td {
  background-color: #F4FBFD;
  color: #433F37;
}

.wp-block-table.table-type04 tr td:first-child {
  max-width: 300px;
  background-color: #F4FBFD;
  color: #433F37;
}

/*=========================================================================
# スクロールバー用スタイル
========================================================================== */
.simplebar-track.simplebar-horizontal {
  max-width: 100%;
  height: 8px;
  margin: 0 auto;
  border-radius: 100px;
  background: #EEEEEE;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  left: 2px;
  height: 4px;
  border-radius: 100px;
  background: transparent;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  top: 0;
  right: 6px;
  height: 4px;
  border-radius: 100px;
  background: #999999;
  opacity: 1;
}

.scroll-custom {
  padding-bottom: 20px;
}

.table-type01 tr:first-child td {
  background-color: #222222;
  color: #FFFFFF;
}

.table-type02 tr td:first-child {
  background-color: #222222 !important;
  color: #FFFFFF !important;
}

.table-type04 tr td:first-child {
  background-color: #222222 !important;
  color: #FFFFFF !important;
}

/*=========================================================================
# サイドバーレイアウト
========================================================================== */
.l-2column {
  display: flex;
  position: relative;
  flex: 1;
  justify-content: space-between;
  margin: 0 auto;
  padding: 4.1875rem 2.5rem 5rem;
}

.l-2column__main {
  width: 67.1%;
}

.l-2column__sidebar {
  position: relative;
}

.p-widget + .p-widget {
  margin-top: 2.5rem;
}

.p-widget a {
  transition: all 0.3s;
}

.p-widget a:hover img {
  opacity: 0.8;
}

.p-widget__banner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-widget__banner img {
  width: 100%;
}

/*=========================================================================
# シェアボタン
========================================================================== */
.c-share-block {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #F7F7F7;
}

.c-share-block__sns {
  display: flex;
  justify-content: center;
  gap: 2.0625rem;
}

.c-share-block__sns a {
  transition: all 0.3s;
}

.c-share-block__sns a:hover {
  opacity: 0.7;
}

.c-share-block__twitter img {
  width: 1.6875rem;
}

.c-share-block__facebook img {
  width: 2rem;
}

.c-share-block__hatena img {
  width: 2rem;
}

.c-share-block__line img {
  width: 2rem;
}

/*=========================================================================
# 前後リンク
========================================================================== */
.c-post-links {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.c-post-links__prev,
.c-post-links__next {
  width: 47.6%;
  height: 93px;
}
@media screen and (max-width: 768px) {
  .c-post-links__prev,
  .c-post-links__next {
    width: 130px;
    height: 70px;
    width: 100%;
    height: 85px;
    margin-top: 10px;
  }
}

.c-post-links__prev a,
.c-post-links__next a {
  width: 100%;
  color: #333;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 85px;
  padding: 0.625rem 0;
  background-color: #FFFFFF;
  color: #333;
  transition: all 0.3s;
  border: 1px solid #222222;
  font-size: 16px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .c-post-links__prev a,
  .c-post-links__next a {
    min-height: 48px;
  }
}
.c-post-links__prev a > span,
.c-post-links__next a > span {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行目以降を省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-post-links__prev a::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #222222;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s;
  z-index: 100;
}

.c-post-links__prev a::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #222222;
  width: 7px;
  height: 7px;
  left: 10px;
  top: 51%;
  transform: translateY(-50%) rotate(180deg);
  transition: left 0.3s;
}

.c-post-links__prev a:hover {
  color: #260E76;
  border: 1px solid #260E76;
}

.c-post-links__next a:hover {
  color: #260E76;
  border: 1px solid #260E76;
}

.c-post-links__prev a:hover::before {
  border-bottom: 1px solid #260E76;
}

.c-post-links__prev a:hover::after {
  background-color: #260E76;
}

.c-post-links__next a::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #222222;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  z-index: 100;
}

.c-post-links__next a::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #222222;
  width: 7px;
  height: 7px;
  right: 10px;
  top: 51%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

.c-post-links__next a:hover::before {
  border-bottom: 1px solid #260E76;
}

.c-post-links__next a:hover::after {
  background-color: #260E76;
}

.c-post-links__prev {
  justify-self: flex-start;
}

.c-post-links__prev a {
  padding-left: 44px;
  padding-right: 20px;
}

.c-post-links__next a {
  padding-right: 44px !important;
  padding-left: 20px;
}

.c-post-links__next {
  justify-self: flex-end;
}

/*=========================================================================
# 監修者情報
========================================================================== */
.c-author + .c-author {
  margin-top: 1.25rem;
}

.c-author__title {
  margin-bottom: 1.25rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 500;
  font-size: 16px;
}

.c-author__profile {
  display: flex;
  gap: 1.0625rem;
}

.c-author__img {
  width: 7.8125rem;
  height: 7.8125rem;
  overflow: hidden;
}

.c-author__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-author__body {
  width: calc(100% - 8.875rem);
}

.c-author__name {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.625rem;
}

.c-author__name a {
  color: #333;
  text-decoration: underline;
  transition: all 0.3s;
}

.c-author__name a:hover {
  opacity: 0.7;
}

.c-author__post {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0;
}

.c-author__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

/*=========================================================================
# サムネ下著者名
========================================================================== */
.c-author-parts {
  display: flex;
  margin-top: 1rem;
  gap: 0.5rem;
}

.c-author-parts__title {
  padding: 0.0625rem 0.625rem 0.1875rem;
  border-radius: 3px;
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .c-author-parts__title {
    font-size: 10px;
  }
}

.c-author-parts__name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-author-parts__name {
    font-size: 12px;
  }
}

.c-author-parts__name a:hover {
  opacity: 0.7;
}

/*=========================================================================
# シングルページ装飾
========================================================================== */
.p-entry__header {
  margin-bottom: 4rem;
}

.p-entry__title {
  margin-bottom: 2.8125rem;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.06em;
}

.p-entry__head-wrap {
  margin-right: auto;
}

.p-entry__head {
  margin-bottom: 1.5625rem;
}

.p-entry__head-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 10px;
}

.p-entry__head-meta a {
  transition: all 0.3s;
}

.p-entry__head-meta a:hover {
  opacity: 0.7;
}

.p-entry__head-meta02 {
  margin-bottom: 1rem;
}

.p-entry__head-meta02 a {
  transition: all 0.3s;
}

.p-entry__head-meta02 a:hover {
  opacity: 0.7;
}

.p-entry__head-cat {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem 0.3125rem;
  border-radius: 4px;
  background-color: #1DA5D6;
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
}

.p-entry__head-publish,
.p-entry__head-update {
  margin-left: 0.5rem;
}

.p-entry__head-publish,
.p-entry__head-update {
  display: block;
  position: relative;
  padding-left: 1.375rem;
  font-size: 14px;
}

.p-entry__head-publish::before,
.p-entry__head-update::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  content: "";
}

.p-entry__head-tag {
  padding: 0.125rem 0.375rem 0.1875rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.p-entry__head-tag + .p-entry__head-tag {
  margin-left: 0.3125rem;
}

.p-entry__btn {
  margin-top: 2rem;
  text-align: center;
}

.single-contents .p-entry__body {
  margin-bottom: 60px;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
  margin-top: 48px;
}

.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
  margin-top: 32px;
}

.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading,
.single-contents .p-entry__body p,
.single-contents .p-entry__body .wp-block-image,
.single-contents .p-entry__body .wp-block-table,
.single-contents .p-entry__body .wp-block-embed.is-provider-youtube,
.single-contents .p-entry__body .g-map {
  margin-bottom: 18px;
}

.single-contents .p-entry__body .wp-block-image {
  margin-top: 32px;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
  margin-top: 32px;
  margin-bottom: 32px;
}

.single-contents .p-entry__body .wp-block-buttons {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-buttons > .wp-block-button {
  margin-inline: auto;
  height: 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons > .wp-block-button {
    height: 70px;
  }
}

.single-contents .p-entry__body h2.wp-block-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 24px;
  border-left: 5x solid #260E76;
  background-color: #EEEEEE;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3333333333;
}

.single-contents .p-entry__body h3.wp-block-heading {
  padding: 20px 0;
  border-top: 5px solid #DDDDDD;
  border-bottom: 5px solid #DDDDDD;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3333333333;
}

.single-contents .p-entry__body h4.wp-block-heading {
  padding: 5px 0 5px 24px;
  border-left: 5px solid #260E76;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
}

.single-contents .p-entry__body p {
  font-weight: 500;
  line-height: 1.8125;
  font-size: 16px;
}

.single-contents .p-entry__body p a {
  color: #1E53B5;
  text-decoration: underline;
}

.single-contents .p-entry__body figure a {
  transition: all 0.3s;
}

.single-contents .p-entry__body figure a:hover {
  opacity: 0.7;
}

.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol {
  font-weight: 400;
}

.single-contents .p-entry__body ul li,
.single-contents .p-entry__body ol li {
  position: relative;
}

.single-contents .p-entry__body ul li + li,
.single-contents .p-entry__body ol li + li {
  margin-top: 8px;
}

.single-contents .p-entry__body ul li {
  padding-left: 20px;
}

.single-contents .p-entry__body ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CCCCCC;
  content: "";
}

.single-contents .p-entry__body ol {
  list-style-type: none;
  counter-reset: item;
}

.single-contents .p-entry__body ol li {
  padding-left: 24px;
}

.single-contents .p-entry__body ol li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: counter(item) "　";
  font-weight: 700;
  counter-increment: item;
}

.single-contents .p-entry__body blockquote.wp-block-quote {
  margin-right: 0;
  margin-left: 0;
  padding: 32px;
  border-left: none;
  border-radius: 8px;
  background-color: #F7F7F7;
  color: #666666;
}

.single-contents .p-entry__body blockquote.wp-block-quote p {
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8125;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite {
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: right;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a {
  display: inline-block;
  color: #1E53B5;
  text-align: left;
  text-decoration: underline;
  word-break: break-all;
  transition: all 0.3s;
}

.single-contents .p-entry__body blockquote.wp-block-quote cite a:hover {
  opacity: 0.7;
}

.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
  display: grid;
  align-content: center;
  width: 300px !important;
  height: 80px;
  font-size: 20px;
  font-weight: 900;
  background-color: #260E76;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 1.875rem;
  position: relative;
  border-radius: 0;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link {
    width: 100%;
    padding-left: 20px;
    height: 70px;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
  background-color: #2C099F;
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover::before {
  right: 17px;
  transition: right 0.3s;
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover::after {
  right: 10px;
  transition: right 0.3s;
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 16px;
  border-bottom: 1px solid #FFFFFF;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #FFFFFF;
  width: 7px;
  height: 7px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

.single-contents .p-entry__body .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
  gap: 30px;
}

.single-contents .p-entry__body .wp-block-embed.is-provider-youtube iframe {
  aspect-ratio: 720/400;
  width: 100%;
  height: 100%;
}

.wp-block-table.table-type01,
.wp-block-table.table-type02,
.wp-block-table.table-type03,
.wp-block-table.table-type04 {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: auto;
}

.wp-block-table.table-type01::-webkit-scrollbar,
.wp-block-table.table-type02::-webkit-scrollbar,
.wp-block-table.table-type03::-webkit-scrollbar,
.wp-block-table.table-type04::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #EEEEEE;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.wp-block-table.table-type01::-webkit-scrollbar-thumb,
.wp-block-table.table-type02::-webkit-scrollbar-thumb,
.wp-block-table.table-type03::-webkit-scrollbar-thumb,
.wp-block-table.table-type04::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #999999;
}

.wp-block-table.table-type01 table,
.wp-block-table.table-type02 table,
.wp-block-table.table-type03 table,
.wp-block-table.table-type04 table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  table-layout: auto;
}

.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td,
.wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td,
.wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td,
.wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
  width: auto;
  min-width: 224px;
  max-width: 450px;
  padding: 15px 10px;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.wp-block-table.table-type02 tr th {
  background-color: #FFFFFF;
}

.wp-block-table.table-type02 tr:first-child td {
  background-color: #FFFFFF;
}

.wp-block-table.table-type03 tr th {
  max-width: 300px;
  background-color: #FFFFFF;
}

.wp-block-table.table-type03 tr td:first-child {
  max-width: 300px;
  background-color: #FFFFFF;
}

.wp-block-table.table-type04 {
  overflow: auto;
}

.wp-block-table.table-type04 tr th {
  background-color: #FFFFFF;
}

.wp-block-table.table-type04 tr:first-child td {
  background-color: #FFFFFF;
}

.wp-block-table.table-type04 tr td:first-child {
  max-width: 300px;
  background-color: #FFFFFF;
}

.c-author-parts__name {
  color: #222222;
}

.blog-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.blog-card::after {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 7px;
  height: 10px;
  background: url(../assets/img/link-arrow-black.svg) no-repeat center center/contain;
  content: "";
}

.blog-card-link {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  color: #222222;
  text-decoration: none !important;
  transition: 0.3s ease-in-out;
  box-shadow: 3px 3px 6px #d8d8d8;
}

.blog-card-link:hover {
  opacity: 0.7;
}

.blog-card-thumbnail {
  aspect-ratio: 160/90;
  width: 30%;
}

.blog-card-thumbnail img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  transition: 0.3s ease-in-out;
}

img.bc-noimg {
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-card-content {
  width: 66%;
  padding-right: 40px;
  line-height: 1.5;
}

.blog-card-title {
  font-weight: 500;
  font-size: 16px;
  background-image: linear-gradient(90deg, #000066, #000066);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size 0.5s;
  display: inline;
}

.blog-card-link:hover .blog-card-title {
  background-size: 100% 1px;
}

.blog-card-date {
  color: #999999;
  font-size: 14px;
}

.note-box {
  padding: 32px;
  border-radius: 8px;
  background-color: #F7F7F7;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.note-box-title {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 54.5px !important;
  padding-left: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7777777778;
}

.note-box-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../assets/img/icon-caution.svg) no-repeat center center/contain;
  content: "";
}

.note-box-title::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  content: "";
}

.note-box-text {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 1.8125;
}

.benefits-block {
  margin-top: 32px;
  margin-bottom: 32px;
}

.benefits-block > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
}

.benefits-block__item {
  width: 47.3%;
  overflow: hidden;
  border-radius: 8px;
  background-color: white;
}

.benefits-block__merit .benefits-block__title {
  background-color: #1DA5D6;
}

.benefits-block__merit ul li::before {
  background-color: #1DA5D6 !important;
}

.benefits-block__demerit {
  background-color: #F7F7F7;
}

.benefits-block__demerit .benefits-block__title {
  position: relative;
  background-color: #F7F7F7;
  color: #666666;
}

.benefits-block__demerit .benefits-block__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 24px);
  height: 1px;
  transform: translateX(-50%);
  background-color: #CCCCCC;
  content: "";
}

.benefits-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0 !important;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700 !important;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

.benefits-block__text {
  padding: 18px 18px 24px;
}

.benefits-block__text ul,
.benefits-block__text ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.benefits-block__text p {
  margin: 0 !important;
}

.parent #toc_container {
  display: none !important;
}

.single-contents #toc_container {
  width: 100%;
  margin-top: 30px;
  padding: 0;
  border-color: #0279A4;
  font-size: initial;
  font-family: "Noto Sans JP", sans-serif;
}

.single-contents #toc_container .toc_title {
  position: relative;
  margin-bottom: 0 !important;
  padding: 16px 32px;
  background-color: #F7F7F7;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  font-weight: 900;
}

.single-contents #toc_container .toc_title::after {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 16px;
  height: 8px;
  transform: translateY(-50%);
  background: url(../assets/img/toc-open.svg) no-repeat center center/contain;
  content: "";
}

.single-contents #toc_container .toc_title.active::before {
  position: absolute;
  top: calc(50% + 20px);
  right: 33px;
  transform: translateY(-50%);
  content: "閉じる";
  font-size: 12px;
  letter-spacing: 0;
}

.single-contents #toc_container .toc_title.active::after {
  height: 16px;
  transform: translateY(-50%);
  background: url(../assets/img/toc-close.svg) no-repeat center center/contain;
}

.single-contents #toc_container .toc_list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 8px 32px 32px;
  background-color: #F7F7F7;
}

.single-contents #toc_container .toc_list li {
  padding-left: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
}

.single-contents #toc_container .toc_list li::before {
  display: none;
}

.single-contents #toc_container .toc_list li > ul {
  margin-top: 16px;
  margin-bottom: 0 !important;
  margin-left: 0;
  padding-left: 30px;
}

.single-contents #toc_container .toc_list li > ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.single-contents #toc_container .toc_list li > ul li + li {
  margin-top: 11px;
}

.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
  margin-top: 32px;
}

.wp-block-list {
  font-size: 16px;
}

.wp-block-table {
  font-size: 16px;
}

@media (hover: hover) {
  .single-contents #toc_container .toc_list li a {
    background-image: linear-gradient(90deg, #333, #333);
    background-position: left bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
    transition: background-size 0.6s;
  }
  .single-contents #toc_container .toc_list li a:hover {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .l-2column {
    display: block;
    padding: 0.875rem 1rem 2rem;
    overflow: hidden;
  }
  .l-2column__main {
    width: 100%;
  }
  .l-2column__sidebar {
    width: 100%;
    margin-top: 2rem;
  }
  .p-widget--sticky {
    position: relative;
    top: auto;
    min-width: 317px;
  }
  .c-share-block {
    margin-top: 1.5rem;
    padding: 1.5625rem 1rem;
  }
  .c-post-links {
    display: block;
    margin-top: 2rem;
  }
  .c-post-links__prev,
  .c-post-links__next {
    width: 100%;
    max-width: 20rem;
  }
  .c-post-links__prev a,
  .c-post-links__next a {
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .c-post-links__prev {
    margin-right: auto;
  }
  .c-post-links__next {
    margin-left: auto;
  }
  .c-author + .c-author {
    margin-top: 0.625rem;
  }
  .c-author__title {
    margin-bottom: 0.625rem;
  }
  .c-author__profile {
    gap: 1.5rem;
  }
  .c-author__img {
    width: 5rem;
    height: 5rem;
  }
  .c-author__body {
    width: calc(100% - 6.5rem);
  }
  .c-author__name {
    font-size: 1.25rem;
  }
  .c-author__post {
    margin-top: 0;
    font-size: 16px;
  }
  .c-author__text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .p-entry__header {
    margin-bottom: 2rem;
  }
  .p-entry__title {
    margin-top: 0.3125rem;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-entry__head {
    margin-bottom: 0.625rem;
  }
  .p-entry__head-meta {
    margin-bottom: 0.5rem;
  }
  .p-entry__head-meta02 {
    margin-bottom: 0.75rem;
  }
  .single-contents .p-entry__body {
    margin-bottom: 30px;
  }
  .single-contents .p-entry__body h2.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading {
    margin-top: 32px;
  }
  .single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
    margin-top: 16px;
  }
  .single-contents .p-entry__body ul,
  .single-contents .p-entry__body ol,
  .single-contents .p-entry__body blockquote.wp-block-quote,
  .single-contents .p-entry__body .blog-card,
  .single-contents .p-entry__body .note-box {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .single-contents .p-entry__body h2.wp-block-heading {
    padding: 15px 16px;
    font-size: 22px;
    line-height: 1.3181818182;
  }
  .single-contents .p-entry__body h3.wp-block-heading {
    padding: 16px 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .single-contents .p-entry__body h4.wp-block-heading {
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .single-contents .p-entry__body blockquote.wp-block-quote {
    padding: 16px;
  }
  .single-contents .p-entry__body blockquote.wp-block-quote cite {
    margin-top: 8px;
    text-align: left;
  }
  .single-contents .p-entry__body blockquote.wp-block-quote cite a {
    display: block;
  }
  .single-contents .p-entry__body .wp-block-button {
    margin-inline: auto;
  }
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 56px;
    font-size: 20px;
  }
  .wp-block-table.table-type01,
  .wp-block-table.table-type02,
  .wp-block-table.table-type03,
  .wp-block-table.table-type04 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .wp-block-table.table-type01 table th,
  .wp-block-table.table-type01 table td,
  .wp-block-table.table-type02 table th,
  .wp-block-table.table-type02 table td,
  .wp-block-table.table-type03 table th,
  .wp-block-table.table-type03 table td,
  .wp-block-table.table-type04 table th,
  .wp-block-table.table-type04 table td {
    min-width: 99px;
    max-width: 350px;
  }
  .wp-block-table.table-type03 tr th {
    max-width: 150px;
  }
  .wp-block-table.table-type03 tr td:first-child {
    max-width: 150px;
  }
  .wp-block-table.table-type04 tr td:first-child {
    max-width: 150px;
  }
  .blog-card-link {
    padding: 0;
  }
  .blog-card-thumbnail {
    aspect-ratio: 120/100;
    width: 40.5%;
  }
  .blog-card-content {
    width: 59.5%;
    padding: 0.25rem 8px 16px;
  }
  .note-box {
    padding: 20px 16px 24px;
  }
  .note-box-title {
    margin-bottom: 2.1875rem !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  .note-box-title::before {
    width: 38px;
    height: 33.5px;
  }
  .note-box-title::after {
    bottom: -22px;
  }
  .benefits-block > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 12px;
  }
  .benefits-block__item {
    width: 100%;
  }
  .benefits-block__title {
    min-height: 40px;
    font-size: 18px;
  }
  .benefits-block__text {
    padding: 12px 16px 16px;
    font-size: 14px;
  }
  .single-contents #toc_container .toc_title {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 18px;
  }
  .single-contents #toc_container .toc_title::after {
    right: 21px;
    width: 10px;
    height: 5px;
    background: url(../assets/img/sp_toc-open.svg) no-repeat center center/contain;
  }
  .single-contents #toc_container .toc_title.active::before {
    top: calc(50% + 18px);
    right: 8px;
    font-weight: 400;
  }
  .single-contents #toc_container .toc_title.active::after {
    height: 10px;
    background: url(../assets/img/sp_toc-close.svg) no-repeat center center/contain;
  }
  .single-contents #toc_container .toc_list {
    padding: 8px 16px 16px;
  }
  .single-contents #toc_container .toc_list li {
    font-size: 16px;
    line-height: 1.5;
  }
  .single-contents #toc_container .toc_list li > ul {
    margin-top: 8px;
    padding-left: 0;
  }
  .single-contents #toc_container .toc_list li > ul li {
    font-size: 12px;
  }
  .single-contents #toc_container .toc_list li > ul li + li {
    margin-top: 8px;
  }
  .single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}/*# sourceMappingURL=style.css.map */
