@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Spectral:wght@700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #333;
  overflow-x: hidden;
}

main {
  margin-top: 90px;
}
@media screen and (max-width: 699px) {
  main {
    margin-top: 50px;
  }
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.title {
  padding: 30px 0;
  font-size: 4.6rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-image: url(../img/ttl_bg.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 699px) {
  .title {
    padding: 20px 10px;
    font-size: 7vw;
  }
}

.read {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6em;
}

.mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 699px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .sp {
    display: block;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 699px) {
  br.sp {
    display: inline;
  }
}

.cta {
  padding: 30px 0;
  color: #fff;
  background-color: #036EB8;
}
.cta h3 {
  font-size: 4rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .cta h3 {
    font-size: 6vw;
  }
}
.cta__btn {
  width: 100%;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 699px) {
  .cta__btn {
    flex-wrap: wrap;
  }
}
.cta__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  width: calc((100% - 30px) / 2);
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.231372549);
  border-radius: 20px;
  transition: all 0.6s;
}
@media screen and (max-width: 699px) {
  .cta__btn a {
    width: 100%;
  }
}
.cta__btn a:hover {
  opacity: 0.6;
}
.cta__contact {
  background-color: #075B97;
}
.cta__contact img {
  width: 60px;
  height: auto;
}
.cta__contact__body p {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 699px) {
  .cta__contact__body p {
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
.cta__contact__body span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .cta__contact__body span {
    display: block;
    text-align: center;
  }
}
.cta__tel {
  background-color: #A48B78;
}
@media screen and (max-width: 699px) {
  .cta__tel {
    flex-wrap: wrap;
    gap: 0 15px !important;
  }
}
.cta__tel__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 699px) {
  .cta__tel__img {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.cta__tel__img img {
  width: 60%;
  height: auto;
}
.cta__tel p {
  font-family: "Spectral", serif;
  font-size: 3.6rem;
}
.cta__tel span {
  display: block;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 699px) {
  .cta__tel span {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
@media screen and (max-width: 699px) {
  .header {
    height: 50px;
    padding-left: 8px;
  }
}
.header__logo {
  height: inherit;
}
.header__logo__link {
  height: inherit;
  display: flex;
  align-items: center;
  padding-left: 48px;
}
@media screen and (max-width: 699px) {
  .header__logo__link {
    padding-left: 0;
  }
}
.header__logo__link img {
  width: 120px;
  height: 50px;
}
@media screen and (max-width: 699px) {
  .header__logo__link img {
    width: 60px;
    height: auto;
  }
}
.header__navWrap {
  height: inherit;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 699px) {
  .header__navWrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.header__language {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 699px) {
  .header__language {
    order: 2;
    background-color: #fff;
    padding: 10px 10px;
    margin-right: 0;
  }
}
.header__language a {
  transition: all 0.6s;
}
.header__language a:hover {
  opacity: 0.6;
}
.header__language a:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #333;
}
.header__contact {
  height: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 6px;
}
@media screen and (max-width: 699px) {
  .header__contact {
    order: 1;
  }
}
.header__tel {
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #a48b78;
  padding: 0 42px;
}
@media screen and (max-width: 699px) {
  .header__tel {
    padding: 0 4px 0 16px;
    position: relative;
  }
}
.header__tel img {
  width: 20px;
  height: 26px;
  margin-top: -18px;
}
@media screen and (max-width: 699px) {
  .header__tel img {
    width: 14px;
    height: 18px;
    margin-top: 0;
    position: absolute;
    top: 6px;
    left: 8px;
  }
}
.header__tel__body {
  margin-left: 4px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 699px) {
  .header__tel__body {
    text-align: center;
    margin-left: 0;
  }
}
.header__tel__number {
  font-family: din-condensed, sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .header__tel__number {
    font-size: 16px;
    white-space: nowrap;
    margin-left: 4px;
  }
}
.header__tel__number a {
  color: #fff;
}
.header__tel__time {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
  opacity: 0.8;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 699px) {
  .header__tel__time {
    font-size: 6px;
    line-height: 1.2;
    margin-top: 2px;
    white-space: nowrap;
  }
}
.header__tel__txt {
  font-weight: 400;
  font-size: 12px;
}

@media screen  and (max-width: 699px) {
  .header__tel__txt {
    font-size: 6px;
    text-align: left;
  }
}
.header__mail {
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #075b97;
  padding: 0 38px 0 20px;
}
@media screen and (max-width: 699px) {
  .header__mail {
    padding: 0 4px 0 18px;
    position: relative;
  }
}
.header__mail img {
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 699px) {
  .header__mail img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 4px;
  }
}
.header__mail__body {
  margin-left: 4px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .header__mail__body {
    margin-left: 0;
  }
}
.header__mail__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 699px) {
  .header__mail__title {
    font-size: 12px;
    padding-left: 8px;
    white-space: nowrap;
    margin-top: 3px;
  }
}
.header__mail__subTitle {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.8;
  margin-top: 8px;
}
@media screen and (max-width: 699px) {
  .header__mail__subTitle {
    font-size: 8px;
    margin-top: 7px;
    white-space: nowrap;
  }
}

.mv {
  width: 100vw;
}
.mv img {
  width: 100%;
  height: auto;
}

.worries {
  background-color: #EDEDED;
  padding-bottom: 100px;
}
@media screen and (max-width: 699px) {
  .worries {
    padding-bottom: 50px;
  }
}
.worries__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  margin: 100px auto;
}
@media screen and (max-width: 699px) {
  .worries__wrap {
    gap: 15px;
    margin: 50px auto 30px auto;
  }
}
.worries__content {
  width: calc((100% - 100px) / 3);
  padding: 30px;
  border: 4px solid #036EB8;
  border-radius: 15px;
  box-shadow: 10px 10px 0 rgba(3, 110, 184, 0.5215686275);
}
@media screen and (max-width: 699px) {
  .worries__content {
    width: calc((100% - 15px) / 2);
    padding: 15px;
  }
}
.worries__content p {
  margin-top: 30px;
  text-align: center;
}
.worries__img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
  height: auto;
}
.worries h3 {
  font-size: 2.8rem;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .worries h3 {
    font-size: 1.8rem;
  }
}
.worries h3 strong {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  color: #036EB8;
}

.strength__content {
  padding: 100px 0;
}
@media screen and (max-width: 699px) {
  .strength__content {
    padding: 50px 0;
  }
}
.strength__content img {
  width: 100%;
  height: auto;
}

.message__inner {
  padding: 200px 0 100px 0;
  background-image: url(../img/bg_message.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 699px) {
  .message__inner {
    padding: 200px 0 50px 0;
  }
}
.message__box {
  position: relative;
  padding: 50px 20px;
  background-color: rgba(255, 255, 255, 0.768627451);
  border-radius: 20px;
}
.message__box::before {
  content: "";
  position: absolute;
  top: -180px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../img/message.png);
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 699px) {
  .message__box::before {
    top: -160px;
    right: 50%;
    width: 200px;
    height: 200px;
    transform: translateX(50%);
  }
}
.message__box p {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
.message__box p:not(:last-child) {
  margin-bottom: 20px;
}

.solution {
  background-color: #075B97;
}
.solution__wrap {
  padding: 50px 0;
}
.solution__content {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 699px) {
  .solution__content {
    padding: 30px 15px;
  }
}
.solution__content:not(:last-child) {
  margin-bottom: 50px;
}
.solution__content h3 {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #036EB8;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 699px) {
  .solution__content h3 {
    gap: 15px;
    font-size: 5vw;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
}
.solution__content h3 span {
  font-family: "Spectral", serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  font-size: 1.6rem;
  background-color: #036EB8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .solution__content h3 span {
    width: 70px;
    min-width: 70px;
    height: 70px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
.solution__content h3 span strong {
  display: block;
  width: 100%;
  font-size: 200%;
}
@media screen and (max-width: 699px) {
  .solution__txt-wrap {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .solution span.trigger {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 1.6rem;
    color: #036EB8;
  }
}
.solution span.trigger .arrow {
  transform: rotate(180deg);
  transition: all 0.6s;
}
.solution span.trigger.is_show .arrow {
  transform: rotate(0);
}
.solution__txt {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 699px) {
  .solution__txt {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.solution__txt:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .solution__txt img {
    order: 2;
  }
}
@media screen and (max-width: 699px) {
  .solution__txt p {
    order: 1;
  }
}

.faq__wrap {
  margin: 100px auto;
}
@media screen and (max-width: 699px) {
  .faq__wrap {
    margin: 50px auto;
  }
}
.faq__content {
  padding-bottom: 30px;
}
.faq__content:not(:last-child) {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}
.faq__content dt,
.faq__content dd {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 699px) {
  .faq__content dt,
  .faq__content dd {
    align-items: flex-start;
  }
}
.faq__content dt span,
.faq__content dd span {
  font-family: "Spectral", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
}
.faq__content dt {
  font-size: 2.6rem;
  line-height: 1.6em;
  font-weight: 700;
  color: #036EB8;
  margin-bottom: 10px;
}
@media screen and (max-width: 699px) {
  .faq__content dt {
    font-size: 5vw;
  }
}
.faq__content dt span {
  background-color: #036EB8;
}
.faq__content dd {
  margin-left: 3em;
}
@media screen and (max-width: 699px) {
  .faq__content dd {
    margin-left: 0;
  }
}
.faq__content dd span {
  background-color: #A48B78;
}

.introduction__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 100px auto;
}
@media screen and (max-width: 699px) {
  .introduction__wrap {
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto;
  }
}
.introduction__txt {
  width: 70%;
}
@media screen and (max-width: 699px) {
  .introduction__txt {
    width: 100%;
    order: 2;
  }
}
.introduction__txt dl {
  display: table;
  width: 100%;
}
.introduction__txt dl:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 699px) {
  .introduction__txt dl:first-of-type {
    margin-top: 20px;
  }
}
.introduction__txt dl dt,
.introduction__txt dl dd {
  display: table-cell;
  padding: 10px;
  font-size: 1.6rem;
}
.introduction__txt dl dt {
  width: 25%;
  color: #fff;
  background-color: #a48b78;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 699px) {
  .introduction__txt dl dt {
    width: 30%;
  }
}
.introduction__txt dl dd {
  width: 75%;
  border: 1px solid #a48b78;
}
@media screen and (max-width: 699px) {
  .introduction__txt dl dd {
    width: 70%;
  }
}
.introduction__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.introduction__img {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 699px) {
  .introduction__img {
    width: 100%;
    order: 1;
  }
}

.fee {
  background-color: #EDEDED;
}
.fee__inner {
  padding: 100px 0;
}
@media screen and (max-width: 699px) {
  .fee__inner {
    padding: 50px 0;
  }
}
.fee__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
@media screen and (max-width: 699px) {
  .fee__table {
    margin-bottom: 30px;
  }
}
.fee__table tr:first-child th:first-child {
  opacity: 0;
}
@media screen and (max-width: 699px) {
  .fee__table tr:first-child th:first-child {
    padding: 30px 0;
    background-color: #fff;
    color: #a48b78;
    border: 1px solid #a48b78;
    opacity: 1;
  }
}
.fee__table th,
.fee__table td {
  width: 25%;
  padding: 20px;
  text-align: center;
  border: 2px solid #EDEDED;
  vertical-align: middle;
}
.fee__table th {
  color: #fff;
  background-color: #a48b78;
  font-size: 1.8rem;
}
@media screen and (max-width: 699px) {
  .fee__table th {
    width: 40%;
    min-width: 140px;
  }
}
.fee__table td {
  background-color: #fff;
}
@media screen and (max-width: 699px) {
  .fee__table td {
    width: 60%;
  }
}
.fee__table td strong {
  display: block;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #036EB8;
}
.fee__table td strong.small {
  font-size: 1.8rem;
}

.flow__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 100px 0;
}
@media screen and (max-width: 699px) {
  .flow__inner {
    padding: 50px 0;
    gap: 0;
  }
}
.flow__num {
  width: 90px;
  height: auto;
}
.flow__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .flow__content {
    flex-wrap: wrap;
  }
}
.flow__content:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  .flow__content:not(:last-child) {
    margin-bottom: 20px;
  }
}
.flow__img {
  width: 40%;
}
@media screen and (max-width: 699px) {
  .flow__img {
    width: 100%;
  }
}
.flow__txt {
  width: 60%;
  padding-left: 1em;
}
@media screen and (max-width: 699px) {
  .flow__txt {
    width: 100%;
    margin-top: 10px;
    padding-left: 0.5em;
  }
}
.flow h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #036EB8;
}
@media screen and (max-width: 699px) {
  .flow h3 {
    font-size: 6vw;
  }
}

.office__inner {
  padding: 100px 0;
}
@media screen and (max-width: 699px) {
  .office__inner {
    padding: 50px 0;
  }
}
.office__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .office__content {
    flex-wrap: wrap;
  }
}
.office__content:not(:last-child) {
  margin-bottom: 50px;
}
.office__txt {
  width: 49%;
}
@media screen and (max-width: 699px) {
  .office__txt {
    width: 100%;
    order: 1;
  }
}
.office__txt h3 {
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 2.6rem;
  color: #fff;
  background-color: #036EB8;
  box-shadow: -10px 10px 0 rgba(3, 110, 184, 0.4901960784);
}
@media screen and (max-width: 699px) {
  .office__txt h3 {
    margin-bottom: 30px;
  }
}
.office__txt h3 span {
  font-size: 60%;
}
.office__address {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 699px) {
  .office__address {
    align-items: flex-start;
  }
}
.office__info {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 699px) {
  .office__info {
    gap: 10px;
  }
}
.office__tel, .office__fax {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #036EB8;
}
.office__map {
  width: 49%;
  height: 300px;
}
@media screen and (max-width: 699px) {
  .office__map {
    margin-top: 20px;
    width: 100%;
    order: 2;
  }
}
.office__flow li {
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .office__flow li {
    margin-bottom: 10px;
  }
}
.office__flow li:not(:last-child) {
  position: relative;
  padding-left: 20px;
}
.office__flow li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #036EB8;
  border-radius: 50%;
}

.footer {
  padding: 30px 0;
  background-color: #036EB8;
}
.footer__copy {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}