@charset "UTF-8";

@media screen and (min-width:1024px) {
  br.spver,
  .spver,
  a.spver,
  .mv_text ul.spver { display: none; }
  :root {
    --inner-padding-inline: 1.5rem;
    --leading-trim: calc((1em - 1lh) / 2);
  }
}
@media screen and (max-width:1023px) {
  br.pcver,
  .pcver,
  a.pcver,
  .mv_text ul.pcver { display: none; }
}
html body main {
  position: relative;
  color: #333;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: calc(2px * 1.538);
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
section h2 span {
   font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
}
body .number {
  font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
  font-weight: 900;
}
section.contact_box h2 {
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 960px) {
  body.is-navi {
    overflow: hidden;
  }
}
body.is-modal {
  overflow: hidden;
}
body.is-modal .modal-container {
  opacity: 1;
  pointer-events: auto;
}
#footer section {
  padding: 0;
  text-align: left;
}
#footer section .content {
  max-width: max-content;
  margin: 0;
}

/* Contact */
@media screen and (min-width:1024px) {
  section.contact_box .two_col {
    display: grid;
    justify-content: space-between;
    gap: 0 50px;
    grid-template-columns: 1fr 1fr;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
  }
}
@media screen and (max-width:1023px) {
  section.contact_box .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 0;
  }
  section.contact_box .two_col p {
    font-size: calc(.9rem * 1.538);
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section.contact_box .two_col > div {
    width: 50%;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  section.contact_box .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 0;
  }
  section.contact_box .two_col p {
    font-size: calc(.9rem * 1.538);
  }
  section.contact_box .two_col > div {
    width: 100%;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    bottom: -50px;
  }
}
section.contact_box {
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
}
section.contact_box .content {
  background-color: #fff;
  padding: 25px;
}
section.contact_box .two_col {
  margin: 0 auto;
}
section.contact_box .two_col > div img {
  width: 90px;
}
section.contact_box .two_col > div h2 {
  font-size: calc(1.8rem * 1.538);
  color: #333;
  margin: 24px auto;
}
section.contact_box .two_col > div h2:before {
  content: none;
}
section.contact_box .two_col > div h2 span {
  color: #3F3D87;
  font-size: calc(0.9rem * 1.538);
}
section.contact_box .two_col > div h2:after {
  content: none;
}
section.contact_box .two_col > div:first-child {
  position: relative;
}