@charset "UTF-8";
.p-info__table {
  width: 100%;
}

.p-info__tbodyTh {
  min-width: 150px;
  padding: 1.5rem 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__tbodyTh {
    min-width: auto;
  }
}

.p-info__tbodyTd {
  padding: 1.5rem 1rem;
  width: 100%;
  word-break: break-all;
}

.p-info__tbodyLink:hover {
  text-decoration: underline;
}

.p-info__underLine {
  display: block;
  margin: 0.5rem 0;
  text-decoration: underline;
}
.p-info__underLine:hover {
  text-decoration: none;
}

.p-info__link--underLine a {
  text-decoration: underline;
}
.p-info__link--underLine a:hover {
  text-decoration: none;
}

.p-info__text--underLine {
  text-decoration: underline;
}

.p-info .u-dsp-inlineBlock {
  display: inline-block;
}

.p-info__listItem {
  display: flex;
  align-items: center;
}
.p-info__listItem:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-info__listItem {
    margin-bottom: 1.5rem;
    font-size: 2.60756vw;
  }
}
.p-info__listItem:last-child {
  margin-bottom: 0;
}

.p-info--textRight {
  text-align: right;
}
.p-info--textRight a {
  color: #444 !important;
}

.p-info--textRed {
  color: #cc0100;
}

.p-info__contentsText a {
  color: #07f;
}

.p-info__numberContent {
  padding-left: 4rem;
}

.p-info__numberList {
  list-style: decimal;
}

.p-info__innerList {
  padding-left: 2.5em;
}

.p-info__numberList--side {
  list-style-type: none;
}

.p-info__numberList--sideItem {
  counter-increment: cnt;
}
.p-info__numberList--sideItem::before {
  content: counter(cnt) ") ";
}

.p-info__numberList--parentheses {
  counter-increment: cnt;
  text-indent: -2em;
  padding-left: 2em;
}
.p-info__numberList--parentheses::before {
  content: "(" counter(cnt) ") ";
}

.p-info--companyAddress {
  background: #f5f5f5;
  padding: 1rem;
}
.p-info--companyAddress address {
  font-style: normal;
}
.p-info--companyAddress .p-info__linkTel {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-info--companyAddress .p-info__linkTel {
    pointer-events: auto;
  }
}

.p-info__adress {
  font-style: normal !important;
}

.p-info__line {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-info__line {
    padding-bottom: 1.3vw;
  }
}

.p-info__mainImgArea {
  position: relative;
}
.p-info__mainImgArea .l-container {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-info__mainImgArea .l-container {
    padding: 0 1rem;
  }
}
.p-info__mainImgArea .p-breadCrumb {
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-info__mainImgArea .p-breadCrumb {
    padding: 1rem 0;
  }
}

.p-info__indent {
  margin-left: 2.6em;
  text-indent: -2.6em;
}
@media screen and (max-width: 767px) {
  .p-info__indent {
    margin-left: 0;
    text-indent: 0;
  }
}

.p-info__hasIcon {
  margin-left: 2.7em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-info__hasIcon {
    margin-left: 0;
    text-indent: 0;
  }
}
.p-info__hasIcon::before {
  content: "・";
}

.p-info__mainImg {
  background-image: url(/company/img/company_main.jpg);
  min-height: 300px;
}

.p-info__content--agreement {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-info__content--agreement {
    padding: 0;
  }
}

.p-info__mainImgTxt {
  padding: 2rem 2rem 2rem 0;
  background-color: #fff;
  line-height: 1.4;
  left: auto;
}
@media screen and (max-width: 1028px) {
  .p-info__mainImgTxt {
    padding: 2rem 1rem 2rem 1rem !important;
  }
}

.p-info__text--indent {
  padding-left: 1em;
}

.p-info__text--indent15 {
  padding-left: 1.5em;
}

.p-info__text--indent2 {
  padding-left: 2em;
}

.p-info__text--bold {
  font-weight: bold;
}

.p-info__btn_link {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  border-radius: 5px;
  padding: 0 3em;
  line-height: 2.4rem;
  text-align: center;
  color: #444 !important;
}
.p-info__btn_link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-info__btn_link {
    width: auto;
    margin: 0 auto;
    font-size: 3.1290743155vw;
  }
}
.p-info__btn_link:after {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  background-image: url(/img/top_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 8px;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__btn_link:after {
    background-size: 2.66vw 1.06vw;
  }
}

.p-info__headdingTextWrapper {
  padding: 10px;
  background: #f5f5f5;
}

.p-info__secContents .l-container:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-info__secContents {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info__secContents {
    padding: 0;
  }
}

.p-info-guide {
  overflow: hidden;
}
.p-info-guide img {
  max-width: 100%;
  height: auto;
}
.p-info-guide button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.p-info-guide span {
  display: block;
}
.p-info-guide .p-info-guide__inner {
  display: grid;
  grid-template-columns: 1fr min(1000px, 100% - 40px) 1fr;
}
.p-info-guide .p-info-guide__inner > * {
  grid-column: 2;
}
.p-info-guide .p-info-guide-anchor__section {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-anchor__section {
    scroll-margin-top: 40px;
  }
}
.p-info-guide .p-info-guide-anchor__section.is-bg-gray {
  background: #fafafa;
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: inherit;
}
.p-info-guide .p-info-guide-anchor__section.is-bg-gray .p-info-guide-section {
  grid-column: 2;
}
.p-info-guide .p-info-guide-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.p-info-guide .p-info-guide-section.has-border {
  border-top: 1px solid #C5C5C5;
  margin-top: 50px;
}
.p-info-guide .p-info-guide-content {
  margin-top: 50px;
}
.p-info-guide .p-info-guide__headingLv1 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide__headingLv1 {
    font-size: 3rem;
  }
}
.p-info-guide .p-info-guide__headingLv2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide__headingLv2 {
    font-size: 2.4rem;
  }
}
.p-info-guide .p-info-guide__headingLv2::after {
  content: "";
  width: 40%;
  height: 1px;
  border-top: 1px solid #006CB9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-info-guide .p-info-guide__headingLv2.border-none {
  border-bottom: none;
}
.p-info-guide .p-info-guide__headingLv2.border-none::after {
  display: none;
}
.p-info-guide .p-info-guide__headingLv3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide__headingLv3 {
    font-size: 2rem;
  }
}
.p-info-guide .p-info-guide__text {
  font-size: 1.6rem;
  line-height: 2;
}
.p-info-guide .p-info-guide__text.is-lg {
  font-size: 1.8rem;
  font-size: bold;
  margin-bottom: 5px;
}
.p-info-guide .p-info-guide-anchor__list {
  margin-top: 50px;
}
.p-info-guide .p-info-guide-anchor__item + .p-info-guide-anchor__item {
  margin-top: 15px;
}
.p-info-guide .p-info-guide-anchor__link {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #0047FF;
  line-height: 1.5;
}
.p-info-guide .p-info-guide-anchor__link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0047FF;
  border-bottom: 1px solid #0047FF;
  transform: rotate(45deg);
  margin-bottom: 5px;
  margin-right: 10px;
}
.p-info-guide .p-info-guide-content__list-wrapper {
  margin-top: 20px;
}
.p-info-guide .p-info-guide-content__list + .p-info-guide-content__list {
  margin-top: 15px;
}
.p-info-guide .p-info-guide-content__list + .p-info-guide__text {
  margin-top: 14px;
}
.p-info-guide .p-info-guide-content__item {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-top: 10px;
}
.p-info-guide .p-info-guide-content__item-num {
  list-style-type: none;
  margin-top: 10px;
}
.p-info-guide .p-info-guide-img__list {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-img__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-info-guide .p-info-guide-img__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px 10px;
}
.p-info-guide .p-info-guide-img__item img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-img__item img {
    width: 50%;
  }
}
.p-info-guide .p-info-guide-img__text {
  font-size: 1.8rem;
  color: #006CB9;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-img__text {
    font-size: 1.2rem;
  }
}
.p-info-guide .p-info-guide__link {
  text-decoration: underline;
  color: #006CB9;
}
.p-info-guide .p-info-guide-fav__list {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-fav__list {
    flex-direction: column;
  }
}
.p-info-guide .p-info-guide-fav__item {
  width: calc(50% - 10px);
}
.p-info-guide .p-info-guide-fav__item + .p-info-guide-fav__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-fav__item + .p-info-guide-fav__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-fav__item {
    width: 100%;
  }
}
.p-info-guide .p-info-guide-qa {
  border-radius: 20px;
  overflow: hidden;
}
.p-info-guide .p-info-guide-qa + .p-info-guide-qa {
  margin-top: 20px;
}
.p-info-guide .p-info-guide-qa__inner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa__inner {
    margin-top: 20px;
  }
}
.p-info-guide .p-info-guide-qa_q {
  padding: 0 40px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_q {
    padding: 0 20px;
  }
}
.p-info-guide .p-info-guide-qa_q-button {
  padding: 20px 0;
  line-height: 1.5;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  width: 100%;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_q-button {
    font-size: 1.6rem;
  }
}
.p-info-guide .p-info-guide-qa_q-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #006CB9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_q-button::before {
    width: 15px;
    top: 30px;
  }
}
.p-info-guide .p-info-guide-qa_q-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #006CB9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_q-button::after {
    width: 15px;
    top: 30px;
  }
}
.p-info-guide .p-info-guide-qa_q-button.is-active {
  border-bottom: 1px solid #E8E8E8;
}
.p-info-guide .p-info-guide-qa_q-button.is-active::before {
  transform: rotate(45deg);
}
.p-info-guide .p-info-guide-qa_q-button.is-active::after {
  transform: rotate(135deg);
}
.p-info-guide .p-info-guide-qa_q-text {
  display: flex;
  width: 95%;
}
.p-info-guide .p-info-guide-qa_q-text::before {
  content: "Q.";
  color: #006CB9;
  margin-right: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_q-text::before {
    margin-right: 1em;
  }
}
.p-info-guide .p-info-guide-qa_a {
  padding: 0 40px;
  background: #f5f5f5;
  font-size: 1.6rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_a {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
.p-info-guide .p-info-guide-qa_a-wrapper {
  padding: 20px 0;
  line-height: 1.5;
}
.p-info-guide .p-info-guide-qa_a-text {
  text-indent: -1em;
  padding-left: 2em;
  line-height: 2;
}
.p-info-guide .p-info-guide-qa_a-text.add-a::before {
  content: "A.";
  color: #006CB9;
  margin-right: 0.7em;
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-info-guide .p-info-guide-qa_a-text.add-a::before {
    font-size: 1.6rem;
    margin-right: 1em;
  }
}
.p-info-guide .p-info-guide-qa_a-text.is-indent-none {
  text-indent: initial;
  padding-left: initial;
}
.p-info-guide .p-info-guide-qa_a-mark {
  font-size: 1.4rem;
  text-indent: 0.6em;
  padding-left: 2em;
  margin-top: 30px;
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

#modal-overlay .p-info-guide-fav__item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  max-height: 80%;
  object-fit: contain;
  transform: translate(-50%, -40%);
  width: 90%;
}
#modal-overlay .p-info-guide-fav__item.is-img-lg {
  max-width: 50%;
}
#modal-overlay .p-info-guide-fav__item::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 1;
  transform: rotate(45deg);
  cursor: pointer;
}
#modal-overlay .p-info-guide-fav__item::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 1;
  transform: rotate(-45deg);
  cursor: pointer;
}
#modal-overlay .p-info-guide-fav__item button,
#modal-overlay .p-info-guide-fav__item img {
  width: 100%;
}
