@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

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

.read {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
}

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

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

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

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

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

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

main {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

a {
  transition: all 0.6s;
}
a:hover {
  opacity: 0.6;
}

.mt_20 {
  margin-top: 20px;
}

.mv {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 0 100px 5vw;
  background-color: #f3faff;
}
@media screen and (max-width: 768px) {
  .mv {
    gap: 10px;
    padding: 0;
  }
}
.mv__txt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .mv__txt {
    width: 100%;
    padding: 0 5vw 20px 5vw;
    order: 2;
  }
}
.mv__txt h1 {
  margin-bottom: 16px;
  font-size: 3.3vw;
  line-height: 1.3;
  color: #036eb8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mv__txt h1 {
    font-size: 7.8vw;
  }
}
.mv__txt h1 strong {
  font-size: 200%;
}
.mv__txt h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.4vw;
  font-weight: 400;
  padding: 8px;
  color: #fff;
  background-color: #036eb8;
}
@media screen and (max-width: 768px) {
  .mv__txt h2 {
    display: block;
    width: 100%;
    font-size: 3.3vw;
    text-align: center;
    padding: 8px 0;
  }
}
.mv__txt .read {
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  .mv__txt .read {
    font-size: 1.6rem;
  }
}
.mv__img {
  width: calc(60% - 40px);
}
@media screen and (max-width: 768px) {
  .mv__img {
    width: 100%;
  }
}

.worries {
  position: relative;
  padding: 100px 0;
  background-image: url("../img/bg_worries.png");
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .worries {
    padding: 60px 0;
  }
}
.worries__content {
  position: relative;
  width: 100%;
  height: 43vw;
  max-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8vw 24px;
  background-image: url("../img/bg-worries-content.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .worries__content {
    width: 100%;
    height: auto;
    padding: 35px 12px 10px 12px;
    background-image: url("../img/bg-worries-content_sp.png");
  }
}
.worries__content h2 {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries__content h2 {
    top: -10px;
    left: 0;
    font-size: 4.8vw;
  }
}
.worries__content ul {
  max-width: 600px;
  margin: 0 auto;
}
.worries__content ul li {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .worries__content ul li {
    font-size: 3.7vw;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
}
.worries__content ul li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  transform: translateY(6px);
  margin-right: 12px;
  background-image: url("../img/check.png");
  background-position: center;
  background-size: cover;
}
.worries__content ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 4px dotted #fff;
}
@media screen and (max-width: 768px) {
  .worries__content ul li:not(:last-child) {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

.language {
  position: relative;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 190px;
  background-image: url("../img/bg-language.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.language h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .language h2 {
    margin-bottom: 16px;
    font-size: 5.5vw;
  }
}
.language h2 strong {
  font-size: 140%;
}
.language h3 {
  display: block;
  max-width: 720px;
  margin: 0 auto 80px auto;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  background-color: #034a7b;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .language h3 {
    margin: 0 auto 30px auto;
    padding: 8px;
    font-size: 3.8vw;
    line-height: 1.6;
    text-align: left;
  }
}
.language .supportLanguage {
  text-align: center;
  color: #fff;
}
.language .supportLanguage h4 {
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .language .supportLanguage h4 {
    margin-bottom: 16px;
    font-size: 5.6vw;
  }
}
.language .supportLanguage ul li {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .language .supportLanguage ul li {
    font-size: 2.8vw;
  }
}
.language .supportLanguage ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .language .supportLanguage ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.language .supportLanguage .caution {
  margin-top: 40px;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .language .supportLanguage .caution {
    font-size: 1.4rem;
    text-align: left;
  }
}
.language .why {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .language .why {
    margin-top: 50px;
  }
}
.language .why__box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20% 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .language .why__box {
    padding: 40px 24px 50px 24px;
  }
}
.language .why__box h2 {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 10px 0;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 400;
  background-color: #3f3e3e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .language .why__box h2 {
    width: 95%;
    font-size: 4.2vw;
  }
}
.language .why__box h2 div {
  transform: skew(-15deg);
}
.language .why__box h4 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .language .why__box h4 {
    font-size: 5vw;
    margin-bottom: 24px;
  }
}
.language .why__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  width: 37%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .language .why__img {
    position: absolute;
    top: auto;
    transform: translateY(0);
    right: 10px;
    bottom: -140px;
    width: 50%;
    height: auto;
  }
}

.reason {
  position: relative;
  margin-top: -80px;
  padding: 150px 0 300px 0;
  background: #f3faff url("../img/bg-reason.png") no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 150px 0 30px 0;
  }
}
.reason__ttl {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .reason__ttl {
    font-size: 5.7vw;
  }
}
.reason__ttl .blue {
  display: inline-block;
  color: #036eb8;
}
.reason__ttl strong {
  font-size: 150%;
}
.reason__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .reason__content {
    flex-wrap: wrap;
  }
}
.reason__content:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .reason__content:not(:last-child) {
    margin-bottom: 20px;
  }
}
.reason__content:nth-child(odd) {
  padding-right: 10vw;
}
.reason__content:nth-child(odd) .reason__txt {
  transform: translate(-200px, 150px);
}
@media screen and (max-width: 768px) {
  .reason__content:nth-child(odd) .reason__txt {
    transform: translate(13vw, -50px);
  }
}
.reason__content:nth-child(even) {
  justify-content: flex-end;
  padding-left: 10vw;
}
.reason__content:nth-child(even) .reason__txt {
  transform: translate(200px, 150px);
}
@media screen and (max-width: 768px) {
  .reason__content:nth-child(even) .reason__txt {
    transform: translate(-13vw, -50px);
  }
}
.reason__txt {
  position: relative;
  width: calc(70% - 10vw);
  max-width: 1050px;
  padding: 80px 40px 40px 40px;
  background-color: #fff;
  box-shadow: 0 20px 30px rgba(92, 91, 88, 0.5019607843);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason__txt {
    width: 90%;
    padding: 50px 20px 20px 20px;
    order: 2;
  }
}
.reason__txt h3 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .reason__txt h3 {
    margin-bottom: 12px;
    font-size: 3.7vw;
  }
}
.reason__txt h3 strong {
  font-size: 120%;
  color: #036eb8;
}
.reason__txt .read {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .reason__txt .read {
    font-size: 1.3rem;
  }
}
.reason__num {
  position: absolute;
  top: -85px;
  left: 40px;
  display: inline-block;
  color: #036eb8;
  font-family: "arial", sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .reason__num {
    top: -50px;
  }
}
.reason__num span {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .reason__num span {
    font-size: 7vw;
  }
}
.reason__num div {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .reason__num div {
    font-size: 15vw;
  }
}
.reason__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .reason__img {
    width: 80%;
    order: 1;
  }
}

.service {
  position: relative;
  background-image: url("../img/bg-service.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .service {
    height: 300px;
  }
}
.service__content {
  position: relative;
  width: 100%;
  height: 730px;
  transform: translateY(-135px);
  background-image: url("../img/bg-service-content.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__content {
    height: 83vw;
    transform: translateY(-6vw);
  }
}
.service__content__inner {
  width: 60%;
  margin: 0 auto;
  padding: 10vw 0 0 0;
}
@media screen and (max-width: 768px) {
  .service__content__inner {
    width: 80%;
    transform: translateX(-2%);
  }
}
.service__content h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto 60px auto;
  padding: 8px 0;
  font-size: 3rem;
  max-width: 500px;
  font-weight: 500;
  color: #fff;
  background-color: #036eb8;
}
@media screen and (max-width: 768px) {
  .service__content h3 {
    margin: 0 auto 30px auto;
    font-size: 3.8vw;
    width: 90%;
  }
}
.service__content h3 img {
  width: 20px;
  height: auto;
}
.service__content ol {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service__content ol {
    padding-right: 20px;
  }
}
.service__content ol li {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service__content ol li {
    font-size: 3vw;
    text-indent: -2em;
    padding-left: 2em;
  }
}
.service__content ol li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .service__content ol li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.flow {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
}
.flow__ttl {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    font-size: 6vw;
  }
}
.flow__ttl::before {
  content: "FLOW";
  position: absolute;
  left: 24vw;
  top: -30px;
  font-size: 12rem;
  font-weight: 500;
  color: #ededed;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow__ttl::before {
    left: 0;
    top: -50px;
    font-size: 25vw;
  }
}
.flow__ttl span {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .flow__ttl span {
    margin-top: 12px;
    font-size: 3.6vw;
  }
}
.flow__wrap {
  margin-top: 60px;
  position: relative;
}
.flow__bg {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: 0;
  width: 100vw;
  height: 100px;
  background: #B1EAFB;
  background: linear-gradient(90deg, rgb(177, 234, 251) 0%, rgb(3, 110, 184) 100%);
  z-index: 1;
}
.flow__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  z-index: 2;
}
.flow__content {
  width: calc((100% - 72px) / 4);
}
.flow__content img {
  width: auto;
  height: 270px;
}
.flow__content .read {
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}
.flow__img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}

.important__ttl {
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #036eb8;
}
@media screen and (max-width: 768px) {
  .important__ttl {
    margin-bottom: 20px;
    font-size: 6vw;
  }
}
.important .read {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .important .read {
    font-size: 3.4vw;
    text-align: left;
  }
}
.important .read strong {
  display: block;
  font-size: 120%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .important .read strong {
    text-align: center;
  }
}

.cta {
  margin-top: 80px;
  padding: 24px;
  background-image: url("../img/bg-cta.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: 40px;
  }
}
.cta h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta h3 {
    font-size: 4.3vw;
  }
}
.cta__tel {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .cta__tel {
    flex-wrap: wrap;
    gap: 2px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.cta__tel img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta__tel img {
    width: 30px;
  }
}
.cta__tel a {
  color: #fff;
  font-size: 8rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .cta__tel a {
    font-size: 10vw;
  }
}
.cta__tel .txt {
  padding: 20px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #a48b78;
}
@media screen and (max-width: 768px) {
  .cta__tel .txt {
    width: 75%;
    text-align: center;
    padding: 8px 0;
    font-size: 3.6vw;
  }
}
.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 8px 0 6px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  border-radius: 20px;
  background-color: #036eb8;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    font-size: 2.9vw;
  }
}
.cta__btn img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cta__btn img {
    width: 20px;
  }
}

.floatingMenu {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  transform: translate(0, 0);
  display: flex;
  align-items: flex-start;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .floatingMenu {
    flex-wrap: wrap;
    bottom: 0;
  }
}
.floatingMenu.active {
  transform: translate(191px, 235px);
}
@media screen and (max-width: 768px) {
  .floatingMenu.active {
    transform: translate(0px, 130px);
  }
}
.floatingMenu__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #000;
  color: #fff;
  padding: 10px 8px 4px 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .floatingMenu__ttl {
    writing-mode: inherit;
    padding: 4px 8px 6px 8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .floatingMenu__ttl span {
    display: inline-block;
    transform: rotate(90deg);
  }
}
.floatingMenu__list {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .floatingMenu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100vw;
    padding: 12px 10px;
  }
}
.floatingMenu__list li {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .floatingMenu__list li {
    width: calc((100% - 20px) / 3);
    font-size: 3.5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.floatingMenu__list li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #036eb8;
}
@media screen and (max-width: 768px) {
  .floatingMenu__list li:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .floatingMenu__list li:last-child {
    padding-bottom: 5px;
    border-bottom: 2px dotted #036eb8;
  }
}

.lower {
  background: #f8f8f8;
}
.lower section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lower section {
    margin-top: 32px;
  }
}
.lower #main_wrap {
  padding: 90px 2.5%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lower #main_wrap {
    padding: 20px 2.5%;
  }
}
.lower #main_wrap #topic_path {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f8f8f8;
  padding: 1.25em 1.25em 0.25em;
  line-height: 1;
  margin-bottom: 2.5em;
}
.lower #main_wrap #topic_path li {
  color: #999;
  margin-bottom: 1em;
}
.lower #main_wrap #topic_path li a {
  color: #333;
}
.lower .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #036eb8;
  line-height: 1.6;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
}
.lower .sub-ttl {
  font-size: 20px;
  font-weight: 700;
}

.page-about section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-about section {
    margin-top: 32px;
  }
}
.page-about section h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #036eb8;
}
.page-about section ul {
  margin: 20px auto;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .page-about section ul {
    padding-left: 0;
  }
}
.page-about section ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .page-about section ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.page-service section:not(.about) {
  margin-top: 60px;
  position: relative;
  padding: 24px;
  border: 2px solid #0b5fa0;
}
@media screen and (max-width: 768px) {
  .page-service section:not(.about) {
    position: relative;
    padding: 34px 16px 16px;
    border: 2px solid #0b5fa0;
  }
}
.page-service section:not(.about) .sub-ttl {
  position: absolute;
  top: -23px;
  left: 20px;
  background-color: #0b5fa0;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .page-service section:not(.about) .sub-ttl {
    left: 10px;
    width: 90%;
    text-indent: -1.3em;
    padding-left: calc(20px + 1.3em);
    font-size: 3.9vw;
  }
}
.page-service section:not(.about) ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.page-faq section h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-faq section h3 {
    font-size: 1.8rem;
  }
}
.page-faq section dl {
  margin-top: 24px;
}
.page-faq section dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #036eb8;
  border-bottom: 1px solid #036eb8;
}
@media screen and (max-width: 768px) {
  .page-faq section dl dt {
    font-size: 1.8rem;
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
}
.page-faq section dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.page-faq section dl dd span {
  color: red;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 5px;
}

.page-our section h3 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-our section h3 {
    text-align: center;
  }
}
.page-our .profile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.page-our .profile__img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page-our .profile__img {
    width: 60%;
  }
}
.page-our .profile__img img {
  width: 100%;
  height: auto;
}
.page-our .profile__txt {
  width: calc(70% - 24px);
}
@media screen and (max-width: 768px) {
  .page-our .profile__txt {
    width: 100%;
  }
}
.page-our .profile__txt dl {
  display: flex;
  align-items: flex-start;
}
.page-our .profile__txt dl dt,
.page-our .profile__txt dl dd {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .page-our .profile__txt dl dt {
    min-width: 85px;
  }
}
.page-our .profile__txt table {
  width: 100%;
  margin: 20px auto;
}
.page-our .profile__txt table th,
.page-our .profile__txt table td {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.04em;
  border: 1px solid #ddd;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .page-our .profile__txt table th,
  .page-our .profile__txt table td {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.page-our .profile__txt table th {
  background-color: #faf7f5;
}
@media screen and (max-width: 768px) {
  .page-our .profile__txt table th {
    width: 100px;
  }
}
.page-our .profile__name {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-our .profile__position {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 16px;
}
.page-our .btnLink {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
  padding: 12px 0;
  background-color: #036eb8;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.page-flow .step {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-flow .step {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.page-flow .step__num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  width: 120px;
  font-size: 2rem;
  padding: 8px 10px;
  background-color: #036eb8;
}
@media screen and (max-width: 768px) {
  .page-flow .step__num {
    width: 100%;
    padding: 8px 0;
  }
}
.page-flow .step__txt {
  padding: 0 10px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .page-flow .step__txt {
    width: 100%;
    padding: 0;
  }
}
.page-flow .step__ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #036eb8;
  color: #0365aa;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-flow .step__ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.page-flow .cost table {
  margin-top: 20px;
}
.page-flow .cost table th,
.page-flow .cost table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.page-flow .cost table th {
  background-color: #faf7f5;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page-flow .cost table th {
    font-size: 1.6rem;
  }
}
.page-flow .cost table td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-flow .cost table td {
    font-size: 1.2rem;
  }
}
.page-flow .payment ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.page-flow .payment ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-flow .faq dl {
  margin-top: 40px;
}
.page-flow .faq dl dt {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #0365aa;
  text-indent: -2em;
  padding-left: 2em;
}
.page-flow .faq dl dd {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.page-flow .faq dl dd span {
  color: red;
  font-size: 2rem;
  font-weight: 700;
}

/* ヘッダー */
.header {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: fixed;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    padding-left: 8px;
  }
}
.header__logo {
  height: inherit;
}

.header__logo__link {
  height: inherit;
  display: flex;
  align-items: center;
  padding-left: 2.5vw;
}

@media screen and (max-width: 768px) {
  .header__logo__link {
    padding-left: 0;
  }
}
.header__logo__link img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .header__logo__link img {
    width: 70px;
    height: 29px;
  }
}
@media screen and (max-width: 350px) {
  .header__logo__link img {
    width: 40px;
    height: auto;
  }
}
header .lang, .modal-top .lang {
  width: 30%;
}

@media screen and (max-width: 1199px) {
  header .lang, .modal-top .lang {
    width: 15%;
  }
}
header .lang ul, .modal-top .lang ul {
  display: flex;
  border: 1px solid #025fa0;
  border-radius: 0.35em;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  header .lang ul, .modal-top .lang ul {
    flex-wrap: wrap;
  }
}
header .lang ul li, .modal-top .lang ul li {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  header .lang ul li, .modal-top .lang ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  header .lang ul li, .modal-top .lang ul li {
    width: 25%;
  }
}
header .lang ul li a, .modal-top .lang ul li a {
  display: flex;
  justify-content: center;
  padding: 0.65em 0.75em 0.6em;
  background: #025fa0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-family: din-condensed, sans-serif;
}

@media screen and (max-width: 1500px) {
  header .lang ul li a, .modal-top .lang ul li a {
    font-size: 1.08vw;
  }
}
@media screen and (max-width: 1199px) {
  header .lang ul li a, .modal-top .lang ul li a {
    padding: 0.375em 0;
  }
}
@media screen and (max-width: 768px) {
  header .lang ul li a, .modal-top .lang ul li a {
    padding: 0.5em 0;
    font-size: 2.5vw;
  }
}
header .lang ul li.off a, .modal-top .lang ul li.off a {
  pointer-events: none;
  background: transparent;
  color: #025fa0;
}

@media screen and (max-width: 768px) {
  .modal-top .topNav .lang {
    width: 100%;
    background: #fff;
    padding: 0.25em;
    margin-bottom: 3em;
  }
  .modal-top .topNav .lang ul {
    display: flex;
    border: none;
  }
  .modal-top .topNav .lang ul li a {
    font-size: 100%;
    padding: 0;
  }
}
.header__navWrap {
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

@media print {
  .header__navWrap {
    display: none;
  }
}
.header__nav {
  height: inherit;
}

@media screen and (max-width: 1600px) {
  .header__nav {
    display: none;
  }
}
.header__nav__items {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__nav__item {
  height: inherit;
  padding: 0 20px;
}

.header__nav__link {
  height: inherit;
  display: flex;
  align-items: center;
  opacity: 1;
}

.header__nav__link:hover {
  opacity: 0.7;
}

.header__contact {
  height: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 1em;
}

.header__tel {
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #a48b78;
  padding: 0 1vw;
}

@media screen and (max-width: 768px) {
  .header__tel {
    padding: 0 4px 0 1.2em;
    position: relative;
  }
}
.header__tel img {
  width: 20px;
  height: 26px;
  margin-top: -2.25em;
}

@media screen and (max-width: 768px) {
  .header__tel img {
    width: 14px;
    height: 18px;
    margin-top: 0;
    position: absolute;
    top: 6px;
    left: 5px;
  }
}
.header__tel__body {
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .header__tel__body {
    text-align: center;
    margin-left: 0;
  }
}
.header__tel__number {
  font-size: 2em;
  font-family: din-condensed, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.header__tel__number a {
  color: #fff;
}

.header__tel__number .txt01 {
  font-size: 45%;
  margin-top: 0.5em;
  font-family: kozuka-gothic-pro, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header__tel__number {
    font-size: 1.05em;
    white-space: nowrap;
    margin-left: 4px;
    margin: 0.2em 0 -0.2em;
  }
  .header__tel__number .txt01 {
    display: none;
  }
}
.header__tel__time {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  opacity: 0.8;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 1199px) {
  .header__tel__time {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header__tel__time {
    font-size: 7px;
    line-height: 1.2;
    margin-top: 6px;
    white-space: nowrap;
    text-align: left;
  }
  .header__tel__time .txt01 {
    display: block;
    margin: -0.2em 0 0.2em;
    font-size: 112.5%;
    font-weight: 700;
  }
}
.header__mail {
  height: inherit;
  display: flex;
  align-items: center;
  background-color: #075b97;
  padding: 0 38px 0 20px;
}

@media screen and (max-width: 768px) {
  .header__mail {
    padding: 0 4px 0 18px;
    position: relative;
  }
}
.header__mail img {
  width: 58px;
  height: 58px;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .header__mail__body {
    margin-left: 0;
  }
}
.header__mail__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .header__mail__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .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;
  font-family: din-condensed, sans-serif;
}

@media screen and (max-width: 1199px) {
  .header__mail__subTitle {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .header__mail__subTitle {
    font-size: 8px;
    margin-top: 7px;
    white-space: nowrap;
  }
}
.c-hamburger {
  height: inherit;
  aspect-ratio: 1/1;
  display: none;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #036eb8;
}

@media screen and (max-width: 768px) {
  .c-hamburger p {
    font-size: 14px;
  }
}
.c-hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #036eb8;
  transition: transform 0.3s, opacity 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 20%;
}

.c-hamburger span:nth-child(2) {
  top: 40%;
}

.c-hamburger span:nth-child(3) {
  top: 60%;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* TOP トグルメニュー*/
.c-hamburger-top {
  height: inherit;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}

.c-hamburger-top:hover {
  opacity: 0.7;
}

.c-hamburger-top p {
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-family: din-condensed, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #036eb8;
}

@media screen and (max-width: 768px) {
  .c-hamburger-top p {
    font-size: 14px;
  }
}
.c-hamburger-top span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #036eb8;
  transition: transform 0.3s, opacity 0.3s;
}

.c-hamburger-top span:nth-child(1) {
  top: 20%;
}

.c-hamburger-top span:nth-child(2) {
  top: 40%;
}

.c-hamburger-top span:nth-child(3) {
  top: 60%;
}

.c-hamburger-top.is-active span:nth-child(1) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.c-hamburger-top.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger-top.is-active span:nth-child(3) {
  top: 40%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.modal-top {
  display: none;
  position: relative;
  position: fixed;
  top: 90px;
  bottom: 0;
  right: 0;
  width: 61.8%;
  background: #036eb8;
  z-index: 9999;
  /*overflow-y: scroll;*/
}

@media screen and (max-width: 1199px) {
  .modal-top {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-top {
    top: 60px;
  }
}
.modal-top .topNav {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  .modal-top .topNav {
    display: block;
    padding: 2em 7.5% 0;
    height: calc(100% - 60px);
    overflow-y: scroll;
  }
}
.modal-top .topNav ul {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.modal-top .topNav ul li.topNavEf01 {
  opacity: 0;
  transition: all 1s;
}

.modal-top .topNav ul li.topNavEf01.active {
  opacity: 1;
}

.modal-top .topNav ul li.topNavEf01 a {
  display: block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .modal-top .topNav ul li.topNavEf01 a {
    line-height: 1.5;
    font-size: 100%;
  }
}
.modal-top .topNav ul li.topNavEf01 a span {
  display: block;
  font-family: din-condensed, sans-serif;
  line-height: 1;
  font-weight: 300;
  opacity: 0.5;
  font-size: 87.5%;
}

.modal-top .topNav ul.block01 {
  width: 48em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 1199px) {
  .modal-top .topNav ul.block01 {
    margin: 0 0 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block01 {
    display: block;
    margin: -1em 0 1.5em;
  }
}
.modal-top .topNav ul.block01 li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block01 li {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block01 li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.modal-top .topNav ul.block01 li ul {
  display: block;
  margin: 0.15em 0 0 2em;
}

.modal-top .topNav ul.block01 li ul li {
  width: auto;
}

.modal-top .topNav ul.block01 li ul li:not(:last-child) {
  margin-bottom: 0.25em;
}

.modal-top .topNav ul.block01 li ul li a {
  font-size: 1.4rem;
  line-height: 1.8;
}

.modal-top .topNav ul.block02 {
  width: 48em;
}

@media screen and (max-width: 1199px) {
  .modal-top .topNav ul.block02 {
    width: auto;
  }
}
.modal-top .topNav ul.block02 li {
  width: 12.5em;
}

@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block02 li {
    width: 8em;
  }
}
@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block02 li.w01 {
    width: auto;
    margin-right: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .modal-top .topNav ul.block02 li.w02 {
    width: auto;
  }
}
.modal-top .topNav ul.block02 li.topNavEf01 a {
  margin: 0.75em 0;
}

.spNav {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .spNav {
    top: 50px;
  }
}
.spNav .spNav__items {
  width: 100%;
  padding-top: 3.5vw;
  padding-bottom: 100px;
}

.spNav .spNav__items .spNav__item {
  position: relative;
}

.spNav .spNav__items .spNav__item .menu__second-level {
  padding: 1em 5%;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2.25vw;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li:nth-child(1) {
  width: 100%;
  margin-right: 0;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li:nth-child(5) {
  margin-right: 2%;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li:nth-child(odd) {
  margin-right: 0;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li a {
  height: 100%;
  line-height: 1.3;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li a .innerTitle {
  font-size: 87.5%;
  text-align: center;
  margin-bottom: 0.5em;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li a img {
  height: 2em;
  margin-bottom: 0.35em;
}

.spNav .spNav__items .spNav__item .menu__second-level ul li a .eng {
  line-height: 1.2;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li {
  width: 100%;
  margin-right: 0;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li a .innerTitle {
  width: 85%;
  line-height: 1.4;
  padding-bottom: 0.25em;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li a img {
  width: 15%;
  height: auto;
}

.spNav .spNav__items .spNav__item .spNav__link {
  display: inline-block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 18px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .spNav .spNav__items .spNav__item .spNav__link {
    font-size: 14px;
  }
}
.spNav .spNav__items .spNav__item .spNav__link .plus, .spNav .spNav__items .spNav__item .spNav__link .minus {
  position: absolute;
  top: 16%;
  right: 2.5%;
  font-size: 200%;
  color: #036eb8;
}

.spNav .spNav__items .spNav__item .spNav__link:hover {
  opacity: 0.7;
}

.modal {
  visibility: hidden;
}

.modal.is-active {
  visibility: visible;
}

.menu__second-level {
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 2em 5%;
  background: rgba(232, 236, 238, 0.97);
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .menu__second-level {
    position: static;
  }
}
li.menu__mega:hover div.menu__second-level {
  top: 100%;
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
}

li.menu__mega div.menu__second-level > li {
  width: 49%;
}

li.menu__mega div.menu__second-level > li:nth-child(2n+1) {
  margin: 0 2% 0 0;
}

.menu__second-level .subTitle {
  color: #036eb8;
  border-bottom: 1px solid #036eb8;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.menu__second-level .subTitle p {
  font-weight: 900;
  font-size: 112.5%;
}

.menu__second-level .subTitle p span {
  font-size: 87.5%;
  margin-left: 1em;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
}

.menu__second-level ul {
  display: flex;
  flex-wrap: wrap;
}

.menu__second-level ul li {
  width: 228px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.menu__second-level ul li a {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.menu__second-level ul li:nth-child(5) {
  margin-right: 0;
}

.menu__second-level ul li a:hover {
  opacity: 0.5;
}

.menu__second-level ul li .innerTitle {
  font-weight: 900;
  border-bottom: 1px solid #036eb8;
  text-align: left;
  margin-bottom: 1em;
}

.menu__second-level ul li img {
  height: 3em;
  margin-bottom: 0.5em;
}

.menu__second-level ul li .eng {
  font-size: 87.5%;
  font-family: din-condensed, sans-serif;
}

.menu__second-level.officeNav li {
  width: 18em;
  padding: 0;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a {
  display: block;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a .innerTitle {
  width: auto;
  padding: 0;
  margin-bottom: 0.5em;
  margin: 0 0 0.5em;
}

.spNav .spNav__items .spNav__item .menu__second-level.officeNav ul li.noimage01 a .eng {
  margin: 0;
}

.menu__second-level.officeNav li:last-child {
  margin-right: 0;
}

.menu__second-level.officeNav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__second-level.officeNav li p {
  width: 100%;
  margin: 0.5em;
}

.menu__second-level.officeNav li p span {
  font-size: 87.5%;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
}

.menu__second-level.officeNav li img {
  width: 6.875em;
  height: 9.375em;
  margin-bottom: 0;
}

/* お問い合わせへ */
.toContact {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-12%);
}
.toContact .sectionTitle {
  font-size: 50px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  color: #036eb8;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}
.toContact .sectionSubtitle {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .toContact .sectionSubtitle {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .toContact {
    transform: translateX(-50%) translateY(-5%);
  }
}
.toContact__head {
  background: #fff;
  padding: 34px 28px 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .toContact__head {
    padding: 25px 28px 20px;
  }
}
.toContact__text {
  margin-top: 0px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .toContact__text {
    margin-top: 8px;
  }
}
.toContact__body {
  display: flex;
  color: #fff;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .toContact__body {
    flex-direction: column;
  }
}
.toContact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #a48b78;
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  .toContact__tel {
    width: 100%;
    padding: 16px 0 12px;
  }
}
.toContact__tel__img {
  align-self: flex-start;
  width: 28px;
  height: 36px;
}

@media screen and (max-width: 768px) {
  .toContact__tel__img {
    width: 22px;
    height: 29px;
  }
}
.toContact__tel__detail {
  margin-left: 8px;
}

.toContact__tel__number {
  font-size: 44px;
  font-family: din-condensed, sans-serif;
  line-height: 1;
  color: #fff;
}

.toContact__tel__number a {
  color: #fff;
}

.toContact__tel__number .txt01 {
  color: #fff;
  font-size: 38%;
  margin-left: 0.25em;
  font-family: kozuka-gothic-pro, sans-serif;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .toContact__tel__number {
    font-size: 32px;
  }
}
.toContact__tel__time {
  margin-top: 6px;
  line-height: 1;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .toContact__tel__time {
    font-size: 12px;
  }
}
.toContact__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #075b97;
  padding: 12px 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .toContact__mail {
    width: 100%;
    padding: 12px 0;
  }
}
.toContact__mail__img {
  width: 76px;
  height: 76px;
}

@media screen and (max-width: 768px) {
  .toContact__mail__img {
    width: 52px;
    height: 52px;
  }
}
.toContact__mail__detail {
  text-align: center;
  margin-left: 8px;
}

.toContact__mail__title {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .toContact__mail__title {
    font-size: 20px;
  }
}
.toContact__mail__subTitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.8;
  font-family: din-condensed, sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .toContact__mail__subTitle {
    font-size: 14px;
  }
}
.footer {
  margin-top: 100px;
  position: relative;
  background: #036eb8;
  padding-top: 380px;
  padding-bottom: 246px;
  line-height: 1.8;
}
.footer .inner {
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

@media print {
  .footer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 366px;
    padding-bottom: 94px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .footer__body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__content1 {
  width: 23%;
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .footer__content1 {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__content1 {
    margin-bottom: 1.75em;
  }
}
.footer__logo {
  width: 60%;
}

@media screen and (max-width: 1199px) {
  .footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 12px;
  padding-top: 12px;
}

@media screen and (max-width: 1199px) {
  .footer__company {
    flex-direction: column;
    width: 100%;
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .footer__company {
    max-width: 200px;
  }
}
.footer__company__names {
  width: 60%;
}

@media screen and (max-width: 1199px) {
  .footer__company__names {
    width: 100%;
    text-align: center;
  }
}
.footer__company__name {
  font-size: 18px;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .footer__company__name {
    font-size: 15px;
  }
}
.footer__company__name--bold {
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .footer__company__name--bold {
    font-size: 16px;
  }
}
.footer__company__subName {
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .footer__company__subName {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__company__subName--big {
    font-size: 15px;
  }
}
.footer__sns {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .footer__sns {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
}
.footer__instagram {
  width: 45%;
}

@media screen and (max-width: 1199px) {
  .footer__instagram {
    width: 36px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__instagram {
    width: 45px;
  }
}
.footer__instagram img {
  width: 100%;
  height: auto;
}

.footer__twitter {
  width: 45%;
}

@media screen and (max-width: 1199px) {
  .footer__twitter {
    width: 36px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__twitter {
    width: 45px;
  }
}
.footer__twitter img {
  width: 100%;
  height: auto;
}

.footer__content2 {
  width: 24%;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .footer__content2 {
    width: 50%;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__content2 {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.75em;
    margin: 0 0 1.75em;
  }
}
.footer__company__meta {
  margin-top: 16px;
}

@media screen and (max-width: 1199px) {
  .footer__company__meta {
    text-align: center;
  }
}
.footer__company__postcode {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .footer__company__postcode {
    font-size: 12px;
  }
}
.footer__company__address {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .footer__company__address {
    font-size: 12px;
  }
}
.footer__company__contact {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .footer__company__contact {
    justify-content: center;
  }
}
.footer__company__tel {
  font-size: 24px;
  font-family: din-condensed, sans-serif;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__company__tel {
    font-size: 18px;
  }
}
.footer__company__fax {
  font-size: 16px;
  font-weight: 300;
  font-family: din-condensed, sans-serif;
  margin-left: 12px;
  display: block;
  color: #fff;
}

.footer__content3 {
  width: 25%;
}

@media screen and (max-width: 1199px) {
  .footer__content3 {
    width: 50%;
    margin-top: 30px;
  }
  .footer__content3 .footer__company__address br.is-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__content3 {
    width: 100%;
    margin-top: 0;
  }
}
.footer__content4 {
  margin-top: 1em;
}

@media screen and (max-width: 1199px) {
  .footer__content4 {
    width: 100%;
    align-self: center;
    text-align: center;
  }
}
.footer__company__btn {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .footer__company__btn {
    padding: 18px 0;
    width: 225px;
    margin-top: 16px;
    border-radius: 26px;
  }
}
.footer__company__btn:hover {
  background-color: #fff;
  color: #036eb8;
}

.footer__links {
  margin-top: 72px;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .footer__links {
    display: none;
  }
}
.footer__links--sp {
  display: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1199px) {
  .footer__links--sp {
    display: block;
  }
}
.footer__links__contents {
  display: flex;
}

.footer__links__column:not(:nth-of-type(1)) {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.footer__links__column1 {
  width: 9.6%;
}

.footer__links__link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  margin-bottom: 2px;
}

.footer__links__link--space {
  margin-top: 12px;
}

.footer__links__link:hover {
  opacity: 0.7;
}

.footer__links__column2 {
  width: 30%;
  display: flex;
}

.footer__links__left {
  width: 27%;
}

.footer__links__right {
  width: 73%;
  margin-left: 20px;
}

.footer__links__column3 {
  width: 30%;
  display: flex;
}

.footer__links__column4 {
  width: 30.4%;
}

.footer__links__wrap {
  display: flex;
}

.footer__spLinks__layer1 {
  border-top: 1px solid #fff;
}

.footer__spLinks__layer2 {
  background: #0365aa;
  display: none;
}

.footer__spLinks__layer2.is-active {
  display: block;
}

.footer__spLinks__layer3 {
  background: #035d9d;
  display: none;
}

.footer__spLinks__layer3.is-active {
  display: block;
}

.footer__spLinks__link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.footer__spLinks__link--accordion {
  position: relative;
}

.footer__spLinks__link--accordion::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer__spLinks__link--accordion::before {
    right: 24px;
  }
}
.footer__spLinks__link--accordion.is-active::before {
  display: none;
}

.footer__spLinks__link--accordion::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer__spLinks__link--accordion::after {
    right: 15px;
  }
}
.footer__copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}