@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap');
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
p {
  margin-bottom: 0;
}
tbody th {
  min-width: auto;
}
th, td {
  padding: 0;
}
body.active::-webkit-scrollbar{
  display:none;
}
body.active {
  -ms-overflow-style:none;
}
h1,h2,h3,h4,h5 {
  font-weight: normal;
  margin: 0;
  line-height: 1.8;
}
img, video {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
img {
  object-fit: cover;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 1rem;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
a {
  color: #000;
}
a:link,
a:visited {
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover,
a:active {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mv {
    display: none !important;
  }
  .ipad {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .ipad {
    display: none;
  }
  .mv {
    display: inline-block !important;
  }
}

/* wrap */
.wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: calc(100% - 16rem);
    margin: auto;
    min-width: 1200px;
  }
}
@media screen and (max-width: 769px) {
  .wrap {
    padding: 0 24px;
  }
  .wrap_min {
    padding: 0;
  }
}

/* wrap_min */
.wrap_min {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrap_min,
  .c-wrapper,
  .grid-wrapper--lg {
    width: 1080px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .wrap_min {
    padding: 0 24px;
  }
}

/* 1025px〜1300px間の横幅制御 */
@media (min-width: 769px) and (max-width: 1025px) {
  .wrap {
    width: calc(100% - 10%);
    min-width: auto;
  }
  .wrap_min,
  .c-wrapper,
  .grid-wrapper--lg {
    width: calc(100% - 15%);
  }
}

/* iframe全幅 */
iframe {
  width: 100%;
}

/* body基本設定 */
body {
  font-size: 16px;
  position: relative;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.7;
  box-sizing: border-box;
  text-align: left;
  padding: 0;
  margin: 0;
  counter-reset: number 0;
}
/* SP */
@media screen and (max-width: 769px) {
  body {
    font-size: 15px;
  }
  th, td {
    width: auto!important;
    display: inline-block;
  }
}
.font-JP {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.font-EN {
  font-family: "Lato", sans-serif;
}
.font-Bold {
  font-weight: 700;
}
.font-Medium {
  font-weight: 500;
}
.font-italic {
  font-style: italic;
}

.fo-46 {
  font-size: 4.6rem;
}
.fo-44 {
  font-size: 4.4rem;
}
.fo-36 {
  font-size: 3.6rem;
}
.fo-34 {
  font-size: 2.7rem;
}
.fo-30 {
  font-size: 3.0rem;
}
.fo-28 {
  font-size: 2.8rem;
}
.fo-26 {
  font-size: 2.6rem;
}
.fo-24 {
  font-size: 2.4rem;
}
.fo-22 {
  font-size: 2.2rem;
}
.fo-20 {
  font-size: 2rem;
}
.fo-18 {
  font-size: 1.8rem;
}
.fo-17 {
  font-size: 1.7rem;
}
.fo-14 {
  font-size: 1.4rem;
}
@media (min-width: 769px) and (max-width: 1025px) {
  .fo-36 {
    font-size: 3.3rem;
  }
  .fo-34 {
    font-size: 3rem;
  }
  .fo-30 {
    font-size: 2.8rem;
  }
  .fo-28 {
    font-size: 2.5rem;
  }
  .fo-24 {
    font-size: 2.2rem;
  }
  .fo-22 {
    font-size: 2rem;
  }
  .fo-20 {
    font-size: 1.8rem;
  }
  .fo-18 {
    font-size: 1.6rem;
  }
}
/* SP */
@media screen and (max-width: 769px) {
  .fo-44 {
    font-size: 3.4rem;
  }
  .fo-36 {
    font-size: 3rem;
  }
  .fo-34 {
    font-size: 2.8rem;
  }
  .fo-30 {
    font-size: 2.5rem;
  }
  .fo-28 {
    font-size: 2.5rem;
  }
  .fo-26 {
    font-size: 2.2rem;
  }
  .fo-24 {
    font-size: 2rem;
  }
  .fo-22 {
    font-size: 1.9rem;
  }
  .fo-20 {
    font-size: 1.8rem;
  }
  .fo-18 {
    font-size: 1.6rem;
  }
}

/* Flex Utility */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-stretch {
  align-items: stretch;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* PC用Flex設定 */
@media screen and (min-width: 768px) {
  .flex-container-pc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .flex-between-pc {
    justify-content: space-between;
  }
  .flex-start-pc {
    justify-content: flex-start;
  }
  .flex-stretch-pc {
    align-items: stretch;
  }
  .flex-end-pc {
    justify-content: flex-end;
  }
  .flex-align-center-pc {
    align-items: center;
  }
  .flex-space-between-pc {
    justify-content: space-between;
  }
  .flex-center-pc {
    justify-content: center;
  }
  .flex-row-reverse-pc {
    flex-direction: row-reverse;
  }
}
/* 共通設定 */
.btn {
  margin-top: 2rem;
}
.btn a {
  background: #fff;
  color: #e71a2e;
  border-radius: 30px;
  padding: 0.6rem 2rem;
  display: inline-block;
  text-align: center;
}
/* SP */
@media screen and (max-width: 769px) {
  a {
    width: 100%;
  }
}
/* ペライチ上書き */
/* PC用Flex設定 */
@media screen and (min-width: 768px) {
  #section-15 .c-wrapper--lg {
    width: 1080px;
    margin: auto;
  }
}
#section-15 h2 {
  color: #e71a2e;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-bottom: 0.7rem;
}
#section-15 h2 div {
  position: relative;
  background: #e5ebf4;
  z-index: 1;
  padding: 0 1rem;
  display: inline-block;
}
#section-15 h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e71a2e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
/* PC用Flex設定 */
@media screen and (min-width: 768px) {
  #section-15 .row-item-gutter--lg > [class*=col-] {
            width: calc((100% / 4) - 0rem);
        max-width: none;
        flex-basis: auto;
        padding-left: 1rem;
        padding-right: 1rem;
  }
  #section-15 .p-cards-img--m-size--3col .c-cards-img--m-size--3col .c-img {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  #section-15 .p-cards-img--m-size--3col .c-cards-img--m-size--3col .c-img img {
    max-width: none;
    width: 100%;
  }
}
.u-ptlg {
    padding-top: 100px;
}
.u-pblg {
  padding-bottom: 100px;
}  
/* SP */
@media screen and (max-width: 769px) {
  .u-ptlg {
    padding-top: 80px;
}
.u-pblg {
  padding-bottom: 80px;
}  
}
#section-16 .c-inner {
  padding-top: 10rem;
}
#section-17 {
  background: #e5ebf4;
  padding: 0 0 10rem;
  margin-top: -4rem;
}
#section-17 .c-wrapper {
  max-width: none;
  padding: 0;
}
#section-17 .c-inner--vertical {
  padding: 0;
}
/* SP */
@media screen and (max-width: 769px) {
  #section-17 {
    padding-bottom: 8rem;
  }
}
#section-18 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
#section-18 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

#section-19 h2 span {
  font-size: 4.4rem;
}
#section-19 .c-heading h2 {
  border-bottom: 1px solid #e71a2e;
}
#section-19 .p-list-faq-accordion__title-area h2 {
  font-size: 3.4rem;
}
#section-19 .p-list-faq-accordion__title-area {
  font-size: 3.4rem;
  color: #e71a2e;
  padding-left: 7rem;
  border-bottom: none;
}
#section-19 .p-list-faq-accordion__title-area::before {
  content: "";
  background: url("//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/e20ed7b9-64cc-4023-a5fa-348de1014978/img/509a75c0-8fb6-013e-517c-0a58a9feac02/アセット 12@2x-100.jpg");
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: contain;
  left: 0;
}
.p-list-faq-accordion__checkbox:hover + .p-list-faq-accordion__title-area {
  background: none;
}
#section-19 .p-list-faq-accordion__title-area:after {
  color: #000;
}
#section-19 .p-list-faq-accordion__checkbox:checked + .p-list-faq-accordion__title-area + .p-list-faq-accordion__answer-content {
  padding: 0;
  margin-left: 6rem;
        padding-bottom: .5rem;
  font-size: 2.1rem;
  padding-left: 5rem;
}
  #section-19 .p-list-faq-accordion__checkbox:checked + .p-list-faq-accordion__title-area + .p-list-faq-accordion__answer-content ::before {
  content: "";
  background: url("//s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/e20ed7b9-64cc-4023-a5fa-348de1014978/img/509d11d0-8fb6-013e-517d-0a58a9feac02/アセット 13@2x-100.jpg");
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  left: 0;
}
/* SP */
@media screen and (max-width: 769px) {
  #section-19 .c-wrapper {
    padding: 0 24px;
  }
  #section-19 .c-heading h2 span {
    font-size: 3.4rem!important;
  }
  #section-19 .p-list-faq-accordion__title-area::before {
    width: 40px;
    height: 40px;
  }
  .p-list-faq-accordion__checkbox:checked + .p-list-faq-accordion__title-area + .p-list-faq-accordion__answer-content ::before {
    width: 30px;
    height: 30px;
  }
  #section-19 .p-list-faq-accordion__title-area {
    font-size: 18px;
    padding-left: 5rem;
  }
  #section-19 .p-list-faq-accordion__title-area h2 {
    line-height: normal;
  }
  .p-list-faq-accordion__checkbox:checked + .p-list-faq-accordion__title-area + .p-list-faq-accordion__answer-content {
    margin-left: 4rem;
    font-size: 15px;
  }
}
#section-29 .c-inner--vertical {
  padding-bottom: 0;
}
#section-29 .u-mbmd {
  margin-bottom: 0;
}
#section-26 .c-inner--lg {
  padding-top: 0;
  padding-bottom: 8rem;
}
#section-26 .row {
  display: block;
}
#section-26 .col-sm-6 {
    width: 100%;
    max-width: none;
    flex-basis: auto;
}
/* SP */
@media screen and (max-width: 769px) {
      #section-26 {
    padding-bottom: 6rem;
  }
}
#section-31 .c-heading h2 {
  border-bottom: 1px solid #e71a2e;
}
#section-31 .p-list-faq-accordion__title-area {
  border-bottom: 0;
}
#section-31 .p-list-faq-accordion__title-area:after {
  color: #000;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 1rem 0;
}
header img {
  height: 24px;
}