@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
@media screen and (min-width:1025px) {
  .index .speciality {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .speciality {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .index .speciality .heading01 {
    margin-bottom: 40px;
  }
}
.index .specialityInner {
  max-width: 1200px;
}
.index .speciality .list {
  padding-top: 16px;
  display: flex;
}
@media screen and (max-width:639px) {
  .index .speciality .list {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .speciality .list {
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
  }
  .index .speciality .list > * {
    width: calc((100% - calc(52px * 3)) / 4);
  }
}
@media screen and (min-width:1400px) {
  .index .speciality .list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .index .speciality .list > * {
    width: calc((100% - calc(32px * 3)) / 4);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .speciality .list {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .index .speciality .list > * {
    width: calc((100% - calc(32px * 1)) / 2);
  }
}
.index .speciality .list > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .index .speciality .list > div:not(:last-child) {
    margin-bottom: 32px;
  }
}
.index .speciality .list .number {
  color: #F2E313;
  font-size: 64px;
  z-index: 10;
  position: relative;
  top: 16px;
}
@media screen and (max-width:639px) {
  .index .speciality .list .number {
    top: 12px;
  }
}
.index .speciality .list img {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(0, 160, 239, 0.12);
  border-radius: 1000px;
}
.index .speciality .list p {
  text-align: center;
  font-weight: 800;
  position: relative;
  margin-top: 24px;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .index .speciality .list p {
    margin-top: -16px;
    font-size: 24px;
  }
}
.index .speciality .list p strong {
  font-size: 28px;
  color: #00A0EF;
  font-style: normal;
}
@media screen and (min-width:1025px) {
  .index .company,
  .index .business {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (min-width:640px) {
  .index .company,
  .index .business {
    background-color: #EDF6FA;
  }
}
@media screen and (max-width:639px) {
  .index .company,
  .index .business {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.index .companyInner,
.index .businessInner {
  display: flex;
  max-width: 960px;
}
@media screen and (min-width:640px) {
  .index .companyInner,
  .index .businessInner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .companyInner,
  .index .businessInner {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .index .companyInner > *,
  .index .businessInner > * {
    width: calc((100% - calc(40px * 1)) / 2);
  }
}
@media screen and (min-width:1400px) {
  .index .companyInner,
  .index .businessInner {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
  }
  .index .companyInner > *,
  .index .businessInner > * {
    width: calc((100% - calc(64px * 1)) / 2);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .companyInner,
  .index .businessInner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .index .companyInner > *,
  .index .businessInner > * {
    width: calc((100% - calc(32px * 1)) / 2);
  }
}
@media screen and (max-width:639px) {
  .index .companyInner,
  .index .businessInner {
    flex-direction: column;
    background-color: #EDF6FA;
    padding: 24px;
  }
}
.index .company .img,
.index .business .img {
  position: relative;
}
.index .company .img img,
.index .business .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:639px) {
  .index .company .img,
  .index .business .img {
    margin-bottom: 24px;
  }
  .index .company .img img,
  .index .business .img img {
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .index .company .img,
  .index .business .img {
    top: -80px;
  }
}
.index .company .txt,
.index .business .txt {
  text-align: left;
  line-height: 160%;
  letter-spacing: 1.8px;
}
.index .company .heading02,
.index .business .heading02 {
  text-align: left;
}
@media screen and (max-width:639px) {
  .index .company .heading02,
  .index .business .heading02 {
    text-align: center;
    margin-bottom: 18px;
  }
}
.index .company p,
.index .business p {
  margin-bottom: clamp(40px, 5.2380952381vw, 48px);
  font-weight: 500;
}
@media screen and (max-width:639px) {
  .index .company p,
  .index .business p {
    font-size: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .company p,
  .index .business p {
    font-size: 17px;
  }
}
@media screen and (min-width:1025px) {
  .index .company p,
  .index .business p {
    font-size: 18px;
  }
}
@media screen and (max-width:1024px) {
  .index .company p br,
  .index .business p br {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .index .company .btn,
  .index .business .btn {
    display: block;
  }
}
@media screen and (min-width:640px) {
  .index .company {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:640px) {
  .index .companyInner {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width:639px) {
  .index .business {
    margin-bottom: 56px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .business {
    margin-bottom: 85px;
  }
}
@media screen and (min-width:1025px) {
  .index .business {
    margin-bottom: 100px;
  }
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.mainImg {
  background-image: url(../img/index/kv-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width:639px) {
  .mainImg {
    background-position: left 19% center;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    background-position: left 29% center;
  }
}
.mainImgInner {
  height: 70vh;
}
@media screen and (max-width:639px) {
  .mainImgInner {
    height: 60vh;
  }
}
.mainImg .copy {
  position: absolute;
  right: 0;
  bottom: 7vh;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .copy {
    bottom: 4vh;
  }
}
@media screen and (max-width:639px) {
  .mainImg .copy {
    bottom: 0;
  }
}
.mainImg .copy img {
  width: 50vw;
  max-width: 900px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .copy img {
    width: 70vw;
  }
}
@media screen and (max-width:639px) {
  .mainImg .copy img {
    width: 100%;
    position: relative;
    right: -10px;
  }
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 80px 32px;
  background: #EDF6FA;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #00A0EF;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #00A0EF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .business-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
}
.lower .business-wrap:not(:last-child) {
  border-bottom: 1px solid #E1DECC;
  padding-bottom: 64px;
}
@media screen and (min-width:640px) {
  .lower .business-wrap {
    flex-direction: row-reverse;
    gap: 64px;
    margin-top: 120px;
  }
  .lower .business-wrap:not(:last-child) {
    padding-bottom: 120px;
  }
  .lower .business-wrap:nth-child(even) {
    flex-direction: row;
  }
  .lower .business-wrap__text {
    width: 50%;
  }
  .lower .business-wrap__img {
    width: 50%;
  }
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .flow .txtC {
  text-align: left;
}
@media screen and (min-width:640px) {
  .lower .flow .txtC {
    text-align: center;
  }
}
.lower .flow-area {
  margin-top: 4em;
  background-color: #EDF6FA;
  padding: 64px 40px;
}
.lower .flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width:1400px) {
  .lower .flow-list {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
  }
}
.lower .flow-list br {
  display: none;
}
@media screen and (min-width:1400px) {
  .lower .flow-list br {
    display: block;
  }
}
.lower .flow-list__item {
  width: 100%;
  max-width: 560px;
  padding: 24px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #00A0EF;
  color: #00A0EF;
  font-size: 1.4em;
  font-weight: bold;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width:1400px) {
  .lower .flow-list__item {
    width: 130px;
    height: 130px;
    border-radius: 1000px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    font-size: 1.3em;
  }
}
.lower .flow-list__item::before {
  content: counter(cnt);
  font-family: "Roboto", sans-serif;
  font-size: 2em;
}
@media screen and (min-width:1400px) {
  .lower .flow-list__item::before {
    font-size: 1.5em;
  }
}
.lower .flow-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 24px solid #F2E313;
  border-bottom: 0;
}
@media screen and (min-width:1400px) {
  .lower .flow-list__item:not(:last-child)::after {
    left: auto;
    bottom: auto;
    right: -40px;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    border-right: 0;
    border-left: 24px solid #F2E313;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
}
.lower .flow-list__after {
  width: 100%;
  max-width: 640px;
  margin: 64px auto 0;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #00A0EF;
  color: #ffffff;
  padding: 32px 24px;
  text-align: center;
  position: relative;
}
@media screen and (min-width:640px) {
  .lower .flow-list__after {
    max-width: 1200px;
  }
}
.lower .flow-list__after::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 24px solid #32B4F4;
  border-bottom: 0;
}

.null {
  font-size: clamp(15px, 1.3333333333vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.5vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #E1DECC;
  padding: 12px;
  border-radius: 3px;
  color: #333333;
  margin: 0.4em 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 55%;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffffff;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #B5B5B5;
}
.lower .contact ::placeholder {
  color: #B5B5B5;
}
.lower .contact .sectionBody {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contact-wrap {
  margin-bottom: 1em;
}
.lower .contact .contact-box a {
  background-color: #ffffff;
  border: 2px solid #00A0EF;
  border-radius: 4px;
  color: #00A0EF;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60%;
  margin: 0 auto;
  gap: 10px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a {
    height: 100px;
  }
}
.lower .contact .contact-box a .icon {
  display: flex;
  align-items: center;
  width: 10%;
  max-width: 24px;
}
.lower .contact .contact-box a .icon img {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .icon {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box a .txt br {
    display: none;
  }
}
.lower .contact .contact-box a .primary {
  display: block;
  font-size: clamp(21px, 2.6785714286vw, 24px);
  font-weight: bold;
}
.lower .contact .contact-box a .primary.tel {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contact .contact-box a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .lower .contact .contact-box a .primary {
    font-size: 22px;
  }
}
.lower .contact .contact-form {
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #E1DECC;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  font-size: 1.2em;
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin: 8px 0 1.5em 0;
}
.lower .contact .contact-form__2col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower .contact .contact-form__2col span {
  width: 9.5em;
  flex-shrink: 0;
  font-weight: bold;
}
.lower .contact .contact-form__required {
  background-color: #D44000;
}
.lower .contact .contact-form__optional {
  background-color: #333333;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputM {
  width: 9em;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 6.5em;
  padding: 0.2em;
}
@media screen and (min-width:640px) {
  .lower .contact .contact-form__inputS {
    width: 9em;
  }
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input:invalid {
  background: #FFFFFF;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #FFFFFF;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #00A0EF;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #F2E313;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #B5B5B5;
  color: #333333;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #D44000;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #333333;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #333333;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #00A0EF;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #00A0EF;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */