@charset "UTF-8";
body:not(.recruit) .sec1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  body:not(.recruit) .sec1 {
    grid-template-columns: 2fr 1fr;
  }
}
body:not(.recruit) .sec1__img-wrap {
  width: 100%;
}
body:not(.recruit) .sec1__img {
  width: 100%;
  height: auto;
  display: block;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}
@media screen and (max-width: 992px) {
  body:not(.recruit) .sec1__img {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }
}
body:not(.recruit) .sec1__ttl {
  display: grid;
  place-items: center;
}
body:not(.recruit) .sec1__ttl-inr {
  display: grid;
  place-items: center;
}
body:not(.recruit) .sec1__ja {
  writing-mode: vertical-rl;
  font-size: 3rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 992px) {
  body:not(.recruit) .sec1__ja {
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    font-size: 2rem;
    line-height: 1.4;
  }
  body:not(.recruit) .sec1__ja span {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  body:not(.recruit) .sec1__ja span:nth-child(2) {
    margin-top: 4em;
  }
}
body:not(.recruit) .sec1__en {
  font-size: 8rem;
  opacity: 0.25;
  color: #3E2717;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  body:not(.recruit) .sec1__en {
    font-size: 2.8rem;
  }
}

.description-pharmacist .tab__content,
.description-clerk .tab__content {
  background: white;
  border: 30px solid #E4DDD5;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .description-pharmacist .tab__content,
  .description-clerk .tab__content {
    border-width: 10px;
  }
}
.recruit .sec1__img,
.recruit .sec1__catch {
  opacity: 0;
  visibility: hidden;
}
.recruit .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.recruit .sec1 {
  margin-top: 80px;
}
.recruit .sec1__img-wrap {
  text-align: center;
  position: relative;
}
.recruit .sec1__catch {
  font-size: 3.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3E2717;
}
@media screen and (max-width: 992px) {
  .recruit .sec1__catch {
    font-size: 2.8rem;
  }
}
.recruit .sec2 {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .recruit .sec2 {
    font-size: 1.6rem;
  }
}
.recruit .sec3__tx {
  text-align: center;
  font-size: 2rem;
  -webkit-text-decoration: underline solid currentColor 2px;
          text-decoration: underline solid currentColor 2px;
  text-underline-offset: 6px;
}
.recruit .sec3__otr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .recruit .sec3__otr {
    display: block;
  }
}
.recruit .sec3__link {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .recruit .sec3__link {
    margin-top: 20px;
  }
}
.recruit .sec3__link--pharmacist {
  box-shadow: 5px 5px #489000;
  border-top-right-radius: 30%;
  border-bottom-right-radius: 30%;
}
@media screen and (max-width: 992px) {
  .recruit .sec3__link--pharmacist {
    margin-right: 20px;
  }
}
.recruit .sec3__link--pharmacist .sec3__ttl {
  top: 50px;
  left: 5%;
}
.recruit .sec3__link--clerk {
  box-shadow: -5px 5px #E8B921;
  border-top-left-radius: 30%;
  border-bottom-left-radius: 30%;
}
@media screen and (max-width: 992px) {
  .recruit .sec3__link--clerk {
    margin-left: 20px;
  }
}
.recruit .sec3__link--clerk .sec3__ttl {
  top: 50px;
  right: 5%;
}
.recruit .sec3__ttl {
  position: absolute;
  font-size: 4rem;
  writing-mode: vertical-rl;
}
.recruit .sec4__item {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .recruit .sec4__item {
    margin-bottom: 50px;
  }
}
.recruit .sec4__item:nth-child(2n) .sec4__ttl-ja {
  text-align: right;
}
.recruit .sec4__item:nth-child(2n) .sec4__ttl-en {
  text-align: right;
}
.recruit .sec4__item:nth-child(2n) .sec4__img-wrap {
  order: 2;
}
.recruit .sec4__item:nth-child(2n) .sec4__tx {
  order: 1;
}
.recruit .sec4__ttl-ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .recruit .sec4__ttl-ja {
    font-size: 2rem;
  }
}
.recruit .sec4__ttl-en {
  font-size: 8rem;
  opacity: 0.2;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .recruit .sec4__ttl-en {
    font-size: 6rem;
  }
}
.recruit .sec4__wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 992px) {
  .recruit .sec4__wrap {
    display: block;
  }
}
.recruit .sec4__img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .recruit .sec4__tx {
    margin-top: 20px;
  }
}
.recruit .faq {
  max-width: 1080px;
  margin: 30px auto;
}
.recruit .faq > *:last-child {
  margin-bottom: 0;
}
.recruit .faq__item {
  padding: 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.recruit .faq__row {
  position: relative;
  display: flex;
}
.recruit .faq__row--question {
  background: #3E2717;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  padding-right: 20px;
}
.recruit .faq__row--question:hover {
  cursor: pointer;
}
.recruit .faq__row--question.open .faq__question-text::after {
  content: "";
  background: url(../img/minus.svg) no-repeat center;
  background-size: 15px 15px;
  background-color: #3E2717;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__row--question {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.recruit .faq__row--answer {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__row--answer {
    margin-top: 0;
  }
}
.recruit .faq__icon {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .recruit .faq__icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.recruit .faq__icon--question {
  background: white;
  color: #3E2717;
  margin-left: 10px;
  border: 1px solid #3E2717;
  margin-top: -6px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__icon--question {
    margin-left: 0;
    margin-top: 0;
  }
}
.recruit .faq__icon--answer {
  margin-left: 10px;
  margin-top: 5px;
  background: #3A3A3A;
  color: white;
  border: 1px solid #3A3A3A;
}
@media screen and (max-width: 992px) {
  .recruit .faq__icon--answer {
    margin-left: 0;
    margin-top: 14px;
  }
}
.recruit .faq__question-text {
  color: white;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.recruit .faq__question-text::after {
  content: "";
  background: url(../img/plus.svg) no-repeat center;
  background-size: 15px 15px;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3E2717;
  margin-left: 5px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__question-text {
    padding-left: 40px;
  }
}
.recruit .faq__question-text-inr {
  width: calc(100% - 34px);
}
.recruit .faq__answer-body {
  margin-left: 70px;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .recruit .faq__answer-body {
    margin-left: 42px;
    text-align: justify;
  }
}
.recruit .contact__row {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__row {
    display: block;
  }
}
.recruit .contact__row--center {
  justify-content: center;
}
.recruit .contact__row.contact__row--up {
  align-items: flex-start;
}
.recruit .contact__left {
  width: 30%;
  text-align: right;
  margin-right: 50px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .recruit .contact__left {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.recruit .contact__right {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .recruit .contact__right {
    width: 100%;
  }
}
.recruit .contact__tx {
  height: 50px;
}
.recruit .contact__ta {
  height: 260px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__ta {
    height: 200px;
  }
}
.recruit .contact__tx, .recruit .contact__ta {
  width: 100%;
  font-size: 16px;
  padding: 5px;
}
.recruit .contact__tx:focus, .recruit .contact__tx:focus-visible, .recruit .contact__ta:focus, .recruit .contact__ta:focus-visible {
  border: #3E2717 2px solid;
  outline: none;
}
.recruit .contact__check {
  text-align: center;
}
.recruit .contact__confirm {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.recruit .contact__confirm .material-bubble {
  padding: 0;
}
.recruit .contact__confirm .btn--previous {
  margin-top: 30px;
}
.recruit .contact__confirm .btn__inr--input::after {
  right: 20px;
}
.recruit .contact__privacy {
  text-decoration: underline;
}
.recruit .contact__tx2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.recruit .contact__tx2::before {
  content: "(";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  left: -6px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__tx2::before {
    left: -15px;
    top: 34%;
  }
}
.recruit .contact__tx2::after {
  content: ")";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  right: -6px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__tx2::after {
    right: -15px;
    top: 34%;
  }
}
.recruit .contact input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.recruit .contact input,
.recruit .contact textarea {
  border: 1px solid #3A3A3A;
}
.recruit .contact .btn input {
  border: none;
  background: none;
}
.recruit .contact #company,
.recruit .contact #pharmacy,
.recruit .contact #position,
.recruit .contact #name,
.recruit .contact #tel,
.recruit .contact #email {
  max-width: 400px;
}
.recruit .contact .wpcf7-radio {
  display: block;
}
.recruit .contact input[type=radio],
.recruit .contact input[type=checkbox] {
  display: none;
}
.recruit .contact .wpcf7-list-item {
  display: block;
}
.recruit .contact .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 1.8px;
  background-clip: content-box;
}
.recruit .contact .wpcf7-acceptance .wpcf7-list-item-label:before {
  border-radius: 0;
}
.recruit .contact input[type=radio]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #72767b;
}
.recruit .contact input[type=radio]:checked + .wpcf7-list-item-label:before {
  border-color: #3E2717;
  background-color: #3E2717;
}
.recruit .contact input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #3E2717;
  background-color: #3E2717;
}
.recruit .contact .wpcf7-spinner {
  display: none;
}
.recruit .contact .required {
  display: inline-block;
  background: #489000;
  color: white;
  padding: 0px 6px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 6px;
}
.recruit .contact .required--not {
  background: white;
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
}
@media screen and (max-width: 992px) {
  .recruit .contact .sec5 .wpcf7-list-item {
    margin: 0;
  }
}
.recruit .contact input.wpcf7-submit {
  transition: all 0.6s;
  color: white;
  padding: 5px 20px;
  display: flex;
  height: 50px;
  font-size: 1.6rem;
  width: 100%;
}
.recruit .contact input.wpcf7-submit:hover {
  cursor: pointer;
  color: #3E2717;
}
.recruit .contact__privacyotr {
  text-align: center;
}
.recruit .contact__privacyArea {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .recruit .contact__privacyArea {
    margin-left: -20px;
  }
}
.recruit .contact__privacyArea .wpcf7-list-item-label {
  position: relative;
}
.recruit .contact__privacyArea .wpcf7-list-item-label::before {
  border-radius: 0;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit .contact__privacyArea .required {
  position: absolute;
  top: 3px;
  right: -48px;
}
.recruit .contact .wpcf7-previous.submit {
  border: none;
  background: none;
  font-size: 14px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.recruit .contact .wpcf7-previous.submit:hover {
  cursor: pointer;
}
.recruit .contact__privacy-tx {
  position: relative;
}
@media screen and (max-width: 576px) {
  .recruit .contact__privacy-tx {
    font-size: 14px;
  }
}
.recruit .contact {
  /*確認画面と完了画面を非表示*/
}
.recruit .contact .confirm_area,
.recruit .contact .thanks_area {
  display: none;
}
.recruit .contact {
  /*デフォルトのサンクスメッセージを非表示*/
}
.recruit .contact .wpcf7-response-output {
  display: none;
}
.recruit .contact input.back_button {
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recruit .contact .contact__confirm--btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .recruit .contact .contact__confirm--btn {
    display: block;
  }
}
.recruit .contact .btn {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .recruit .contact .btn {
    margin-left: initial;
    margin-top: 40px;
  }
}
.recruit .contact .btn:hover input.confirm_button {
  color: #3E2717;
  cursor: pointer;
}
.recruit .contact .btn__back {
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .recruit .contact .btn__back {
    margin-right: 0;
  }
}
.recruit .contact input.confirm_button {
  color: white;
  height: 50px;
  width: 100%;
}
.recruit .contact .button {
  padding: 0;
}
.recruit {
  /*確認画面と完了画面を非表示*/
}
.recruit .confirm_area,
.recruit .thanks_area {
  display: none;
}
.recruit .confirm_area .btn__inr::after,
.recruit .thanks_area .btn__inr::after {
  right: 18px;
  top: -25px;
}
.recruit {
  /*デフォルトのサンクスメッセージを非表示*/
}
.recruit .wpcf7-response-output {
  display: none;
}
.recruit .contact-flow {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.recruit .contact-thanks {
  text-align: center;
}
.recruit select {
  color: #3A3A3A;
}
.recruit .sec3__img {
  border-radius: initial;
}

.single .sec2__ttl {
  border-bottom: 2px solid #3E2717;
}
.single .sec2__arrow {
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}
.single .sec2__btn {
  text-align: center;
}
.single .sec2__btn .btn__inr {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.single .arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #3A3A3A !important;
}
@media screen and (max-width: 576px) {
  .single .arrow__item--next {
    right: 20px;
  }
}
.single .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrownext.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.single .arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #3A3A3A !important;
}
@media screen and (max-width: 576px) {
  .single .arrow__item--previous {
    left: 20px;
  }
}
.single .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowback.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.single-page {
  padding-top: 30px;
}
.single-page > * {
  margin-bottom: 20px;
}
.single-page ul,
.single-page ul li {
  list-style: initial;
  list-style-position: outside;
}
.single-page ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.single-page ul li:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: #3E2717; /* 好きな色にする */
  font-size: 0.6em; /* 点の大きさ */
  margin-right: 1em; /* 点とテキストの距離 */
}
.single-page ul li.sub:before {
  color: #489000;
}
.single-page ul.toc_list li {
  padding-left: initial; /* 左余白を戻す */
  position: static; /* relative解除 */
}
.single-page ul.toc_list li:before {
  content: none; /* 疑似要素を消す */
}
.single-page ol,
.single-page ol li {
  list-style-position: inside;
}
.single-page strong {
  font-weight: bold;
}
.single-page a {
  color: #3E2717;
  text-decoration: underline;
}
.single-page img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.single-page {
  /* 配置位置 右 */
}
.single-page img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.single-page {
  /* 配置位置 左 */
}
.single-page img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-page {
  /* 配置位置 中央 */
}
.single-page table,
.single-page td,
.single-page th {
  border: 1px solid #3A3A3A;
}
.single-page__title {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .single-page__title {
    font-size: 18px;
  }
}
.single-page__paging {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px;
  max-width: 780px;
  margin: 100px auto 50px;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .single-page__paging {
    padding: 0;
    margin: 60px 20px 0;
  }
}
.single-page__paging a {
  color: #3E2717;
  border-bottom: 2px solid #3E2717;
  padding-bottom: 10px;
}
.single-page__archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #3E2717;
}
.single-page p {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .single-page p {
    margin-bottom: 10px;
  }
}
.single-page .box27 {
  display: inline-block;
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #3E2717;
}
.single-page .box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #3E2717;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.single-page .box27 p {
  margin: 0;
  padding: 0;
}
.single-page h2 {
  padding: 0 0.4em 0.2em;
  border-left: 5px solid #3E2717;
  margin-top: 60px;
  background-color: #3E2717;
  font-size: 1.8rem;
  line-height: 3;
}
@media screen and (max-width: 992px) {
  .single-page h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 2.4;
  }
}
.single-page h2.sub {
  border-left: 5px solid #489000;
  background-color: #489000;
}
.single-page h3 {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  margin-top: 40px;
}
.single-page h3:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3E2717;
  width: 70%;
  bottom: -2px;
  right: 0;
}
.single-page h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3E2717;
  bottom: -2px;
  width: 30%;
}
.single-page h3.sub:before {
  border-bottom: solid 3px #E4DDD5;
}
.single-page h3.sub:after {
  border-bottom: solid 3px #489000;
}
@media screen and (max-width: 992px) {
  .single-page h3 {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.single-page .uj-lc {
  display: flex;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}
.single-page .uj-lc:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.single-page .uj-lc__media {
  width: 40%;
  aspect-ratio: 16/9;
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
}
.single-page .uj-lc__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-page .uj-lc__body {
  width: 60%;
  min-width: 0;
}
.single-page .uj-lc__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.single-page .uj-lc__desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 8px;
}
.single-page .uj-lc__meta {
  font-size: 0.8rem;
  color: #6b7280;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .single-page .uj-lc {
    flex-direction: column;
  }
  .single-page .uj-lc__media {
    flex-basis: auto;
    width: 100%;
  }
  .single-page .uj-lc__body {
    width: 100%;
  }
}
.single-page .balloon-chat {
  display: flex;
}
.single-page {
  /* 左の吹き出し */
}
.single-page .balloon-chat.left {
  flex-direction: row; /* 左から右に並べる */
}
.single-page {
  /* 右の吹き出し */
}
.single-page .balloon-chat.right {
  flex-direction: row-reverse; /* 右から左に並べる */
}
.single-page {
  /* 吹き出しの入力部分の作成 */
}
.single-page .chatting {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 10px 20px;
  padding: 10px 20px;
  background: #ccffcc;
  text-align: left;
  border-radius: 12px;
}
.single-page {
  /* 吹き出しの三角部分の作成 */
}
.single-page .chatting::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #ccffcc;
  position: absolute;
  top: 10px;
}
.single-page .left .chatting::after {
  left: -15px;
}
.single-page .right .chatting::after {
  right: -15px;
}
.single-page {
  /* アイコンの作成 */
}
.single-page .balloon-chat figure img {
  border-radius: 50%;
  border: 2px solid #333300;
  margin: 0;
}
.single-page {
  /* アイコンの大きさ */
}
.single-page .icon-img {
  width: 80px;
  height: 80px;
}
.single-page {
  /* アイコンの名前の設定 */
}
.single-page .icon-name {
  width: 80px; /* アイコンの大きさと合わせる */
  font-size: 12px;
  text-align: center;
}
.single-page {
  /* はてなマークのアイコンをつけた囲み枠 */
}
.single-page .cstm-box-help {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #e7f1f2; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single-page {
  /* ボックスのタイトル部分 */
}
.single-page .cstm-box-help .box-title {
  color: #96a3a3; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single-page {
  /* タイトル部分のアイコン */
}
.single-page .cstm-box-help .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f059"; /* はてなマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single-page {
  /* pタグの余白 */
}
.single-page .cstm-box-help p {
  margin: 0;
}
.single-page {
  /* メモアイコンをつけた囲み枠 */
  /* メモボックス全体のスタイル */
}
.single-page .cstm-box-memo {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #e8eaf0; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single-page {
  /* メモボックスのタイトル部分 */
}
.single-page .cstm-box-memo .box-title {
  color: #b4bbce; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single-page {
  /* タイトル部分のアイコン */
}
.single-page .cstm-box-memo .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f304"; /* メモアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single-page {
  /* pタグのmarginを0にする */
}
.single-page .cstm-box-memo p {
  margin: 0;
}
.single-page {
  /* ビックリマークのアイコンをつけた囲み枠 */
}
.single-page .cstm-box-alert {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #efe3df; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single-page {
  /* ボックスのタイトル部分 */
}
.single-page .cstm-box-alert .box-title {
  color: #aa8276; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single-page {
  /* タイトル部分のアイコン */
}
.single-page .cstm-box-alert .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f06a"; /* ビックリマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single-page {
  /* pタグの余白 */
}
.single-page .cstm-box-alert p {
  margin: 0;
}
.single-page {
  /* チェックマークのアイコンをつけた囲み枠 */
}
.single-page .cstm-box-check {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #fff4cc; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single-page {
  /* ボックスのタイトル部分 */
}
.single-page .cstm-box-check .box-title {
  color: #ffbd59; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single-page {
  /* タイトル部分のアイコン */
}
.single-page .cstm-box-check .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f00c"; /* チェックマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single-page {
  /* pタグの余白 */
}
.single-page .cstm-box-check p {
  margin: 0;
}
.single-page #toc_container {
  margin: 50px auto;
}
.single-page ol {
  list-style: none !important; /* 既存の番号は消す */
  counter-reset: my-counter;
  padding-left: 0;
}
.single-page ol li {
  counter-increment: my-counter;
  position: relative;
  margin: 0 0 1em 2.5em; /* 左に余白を確保 */
}
.single-page ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: -2.5em; /* li の左側に配置 */
  top: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  letter-spacing: 0;
  border-radius: 50%; /* 丸にする */
  background: #3E2717; /* 赤丸 */
  color: #fff; /* 数字は白 */
  font-weight: bold;
  text-align: center;
}
.single-page ol li.sub::before {
  background: #489000;
}
.single-page .mark_orange {
  background: linear-gradient(transparent 64%, #ff6 60%);
}
.single-page .box5 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #3E2717;
}
.single-page .box11 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: white;
  border: solid 1px #3E2717;
  border-top: solid 5px #3E2717;
}
.single-page .box5--sub {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #489000;
}
.single-page .box11--sub {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: white;
  border: solid 1px #489000;
  border-top: solid 5px #489000;
}

.tackle .sec2__otr {
  max-width: 900px;
  margin: 0 auto;
}
.tackle .sec2__catch {
  color: #FF0C0C;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.tackle .sec2__ttl {
  margin-top: 30px;
  border: 2px solid #4CC764;
  text-align: center;
  padding: 10px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
.tackle .sec2__flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}
@media screen and (max-width: 992px) {
  .tackle .sec2__flow {
    grid-template-columns: 1fr;
  }
}
.tackle .sec2__sub {
  font-size: 2rem;
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: center;
  line-height: 1.4;
  height: 80px;
}
@media screen and (max-width: 992px) {
  .tackle .sec2__sub {
    height: auto;
  }
}
.tackle .sec2__img-wrap {
  text-align: center;
}
.tackle .sec2__item-red {
  color: #FF0C0C;
  text-align: center;
}
.tackle .sec2__attention {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 2.5fr 1.5fr;
  align-items: center;
  gap: 20px;
}
.tackle .sec2__attention ul.sec2__attention-ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .tackle .sec2__attention {
    grid-template-columns: 1fr;
  }
}
.tackle .sec2__attention-img-wrap {
  text-align: center;
}
.tackle .line-balloon {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: 50px;
}
.tackle .line-balloon__person {
  width: 130px;
  flex-shrink: 0;
}
.tackle .line-balloon__body {
  flex: 1;
  padding: 70px 90px 60px;
  background: url("../img/balloon.svg") center/100% 100% no-repeat;
}
.tackle .line-balloon__red {
  color: #FF0C0C;
}
@media screen and (max-width: 992px) {
  .tackle .line-balloon {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0;
    margin-top: 40px;
  }
  .tackle .line-balloon__person {
    width: 78px;
    margin-top: 18px;
    margin-right: 52px;
    position: relative;
    z-index: 2;
  }
  .tackle .line-balloon__body {
    width: 100%;
    flex: none;
    padding: 32px 30px 70px;
    background: url("../img/balloon-sp.svg") center/100% 100% no-repeat;
    letter-spacing: 0.05em;
  }
}
.tackle .sec__otr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .tackle .sec__otr {
    display: block;
  }
}
.tackle .sec__img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .tackle .sec__tx {
    margin-top: 20px;
  }
}
.tackle .sec:nth-child(2n) .sec__otr {
  direction: rtl;
}
.tackle .sec:nth-child(2n) .sec__otr > * {
  direction: ltr;
}

.jinsei .sec2 {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .jinsei .sec2 {
    margin-top: 50px;
  }
}
.jinsei .sec2__tx {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
}
.jinsei .sec2__line {
  text-align: center;
  padding-bottom: 40px;
}
.jinsei .sec2__line-tx {
  max-width: 400px;
  margin: 40px auto 20px;
  border: 3px solid #489000;
  border-radius: 10px;
  background: white;
  padding: 5px 10px;
}
@media screen and (max-width: 992px) {
  .jinsei .sec2__line-tx {
    letter-spacing: 0.1em;
  }
}
.jinsei .sec2__line-wrap {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 5%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .jinsei .sec2__line-wrap {
    grid-template-columns: 1fr;
  }
}
.jinsei .sec2__line-tx2 {
  text-align: center;
}
.jinsei .sec2__iframe {
  padding-bottom: 20px;
}
.jinsei .sec2__iframe iframe {
  width: 100%;
}
.jinsei .sec3__otr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 40px 5%;
}
@media screen and (max-width: 992px) {
  .jinsei .sec3__otr {
    grid-template-columns: 1fr;
  }
}
.jinsei .sec3__item:nth-child(2) {
  margin-top: 200px;
}
@media screen and (max-width: 992px) {
  .jinsei .sec3__item:nth-child(2) {
    margin-top: 0;
  }
}
.jinsei .sec3__item:nth-child(3) {
  grid-column: 1/-1;
  max-width: 800px;
  margin: 0 auto;
}
.jinsei .sec3__img {
  width: 100%;
}
.jinsei .sec3__tx {
  margin-top: 20px;
}/*# sourceMappingURL=other.css.map */