﻿/* * {
  box-sizing: border-box;
} */
/* html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
p {
  padding: 0;
  margin: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}
/* a {
  text-decoration: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}
a:hover {
  opacity: 0.7;
}
ul,
ol {
  padding: 0;
  margin: 0;
} */
table {
  border-collapse: collapse;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
button,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mb70 {
  margin-bottom: 7rem !important;
}
.mb80 {
  margin-bottom: 8rem !important;
}
.mb90 {
  margin-bottom: 9rem !important;
}
.mb100 {
  margin-bottom: 10rem !important;
}
.mb110 {
  margin-bottom: 11rem !important;
}
.mb120 {
  margin-bottom: 12rem !important;
}
.mb130 {
  margin-bottom: 13rem !important;
}
.mb140 {
  margin-bottom: 14rem !important;
}
.mb150 {
  margin-bottom: 15rem !important;
}
.mb160 {
  margin-bottom: 16rem !important;
}
.mb170 {
  margin-bottom: 17rem !important;
}
.mb180 {
  margin-bottom: 18rem !important;
}
.mb190 {
  margin-bottom: 19rem !important;
}
.mb200 {
  margin-bottom: 20rem !important;
}
.anchor {
  scroll-margin-top: 5rem;
}
/* .pc {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.section-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2rem;
} */
.btn a {
  min-width: 250px;
  min-height: 70px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #006ad5;
  border-radius: 35px;
  padding: 1rem 2.5rem 1rem 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #006ad5;
  line-height: 1.5;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.btn a svg {
  margin-left: 2rem;
  width: 38px;
}
.btn a:hover {
  color: #fff;
  background: #006ad5;
  opacity: 1;
}
.btn a:hover svg path {
  stroke: #fff;
}
.btn.center {
  text-align: center;
}
.btn.white a {
  border: 1px solid #fff;
  color: #fff;
}
.btn.white a:hover {
  background: #fff;
  color: #006ad5;
}
.btn.white a:hover svg path {
  stroke: #006ad5;
}
.btn.blue a {
  background: #006ad5;
  color: #fff;
}
.btn.blue a:hover {
  color: #006ad5;
  background: #fff;
  border: 1px solid #006ad5;
  opacity: 1;
}
.btn.blue a:hover svg path {
  stroke: #006ad5;
}
/* .header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.header .wrap .block {
  height: 100%;
}
.header .wrap .block:nth-child(1) {
  width: 170px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.header .wrap .block:nth-child(1) .logo {
  display: block;
  transition: all 0.3s ease-out;
}
.header .wrap .block:nth-child(1) .logo:active {
  opacity: 0.7;
}
.header .wrap .block:nth-child(1) .logo:hover {
  opacity: 0.7;
}
.header .wrap .block:nth-child(1) .logo .site-ttl {
  display: flex;
  align-items: center;
}
.header .wrap .block:nth-child(2) {
  width: 140px;
}
.header .wrap .block:nth-child(2) .header-sp {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .wrap .block:nth-child(2) .header-sp .box {
  width: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .wrap .block:nth-child(2) .header-sp .box:not(:last-child) {
  margin-right: 10px;
}
.header .wrap .block:nth-child(2) .header-sp .box a {
  display: block;
  width: 35px;
  transition: all 0.3s ease-out;
}
.header .wrap .block:nth-child(2) .header-sp .box a:active {
  opacity: 0.7;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger {
  background: #006ad5;
  color: #fff;
  width: 50px;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.header .wrap .block:nth-child(2) .header-sp .box.hamburger p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
}
.header .wrap .block:nth-child(2) .header-pc {
  display: none;
}
.header .nav-pc {
  display: none;
}
.header .nav-sp {
  margin-top: 50px;
}
.header .nav-sp ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header .nav-sp ul li {
  width: 33.3333333333%;
  border-bottom: 1px solid #707070;
}
.header .nav-sp ul li:not(:nth-child(3n)) {
  border-right: 1px solid #707070;
}
.header .nav-sp ul li:nth-child(1),
.header .nav-sp ul li:nth-child(2),
.header .nav-sp ul li:nth-child(3) {
  border-top: 1px solid #707070;
}
.header .nav-sp ul li a {
  display: block;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  transition: all 0.3s ease-out;
}
.header .nav-sp ul li a:active {
  opacity: 0.7;
}
*/
/* .header .menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 999;
} */
/* .header .menu.active {
  opacity: 1;
  visibility: visible;
}
.header .menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #006ad5;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header .menu .menu-container {
  padding: 10rem 2rem 20rem 2rem;
  position: relative;
  overflow: scroll;
  height: 100%;
}
.header .menu .menu-container .close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 38px;
}
.header .menu .menu-container .menu-wrap {
  padding: 2rem;
}
.header .menu .menu-container .menu-wrap .menu-nav ul {
  padding: 0;
  list-style: none;
}
.header .menu .menu-container .menu-wrap .menu-nav ul.list2 {
  margin-top: 1rem;
}
.header .menu .menu-container .menu-wrap .menu-nav ul.list2 li a {
  font-size: 1.6rem;
  font-weight: 400;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li {
  border-bottom: 1px solid #fff;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li:first-child {
  border-top: 1px solid #fff;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 1.5rem 0;
  transition: all 0.3s ease-out;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a:active {
  opacity: 0.8;
}
.header .menu .menu-container .menu-wrap .menu-nav ul li a .target {
  width: 14px;
  margin-left: 1rem;
}
.header .menu .menu-container .menu-wrap2 {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.header .menu .menu-container .menu-wrap2 a {
  display: block;
  width: calc((100% - 10px) / 2);
  transition: all 0.3s ease-out;
}
.header .menu .menu-container .menu-wrap2 a:active {
  opacity: 0.8;
} */
.cta-section {
  background: #006ad5;
  padding: 2.5rem 0.5rem 0rem;
}
.cta-section .intro {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
  text-align: center;
  color: #fff;
}
.cta-section .wrap a {
  display: block;
  color: #fff;
  padding: 1.5rem 0;
  transition: all 0.3s ease-out;
}
.cta-section .wrap a:active {
  opacity: 0.7;
}
.cta-section .wrap a:hover {
  opacity: 0.7;
}
.cta-section .wrap a:nth-child(1) .block .box:nth-child(1) {
  width: 23px;
}
.cta-section .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.cta-section .wrap a:nth-child(2) .block .box:nth-child(1) {
  width: 36px;
}
.cta-section .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cta-section .wrap a .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section .wrap a .block .box:nth-child(1) {
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.cta-section .wrap a .txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 1rem;
  line-height: 1.5;
  text-align: center;
}
.footer {
  background: #fff;
  padding: 3.5rem 1rem 1rem;
}
.footer .container .wrap .block:nth-child(1) {
  margin-bottom: 4.5rem;
}
.footer .container .wrap .block:nth-child(1) a {
  display: block;
  max-width: 326px;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.footer .container .wrap .block:nth-child(1) a:active {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(1) a:hover {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(1) a img {
  width: 239px;
}
.footer .container .wrap .block:nth-child(1) .info-block {
  margin-top: 4rem;
  padding: 0;
}
.footer .container .wrap .block:nth-child(1) .info-block .box {
  margin-bottom: 2.5rem;
}
.footer .container .wrap .block:nth-child(1) .info-block .box .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 0.5rem;
  color: #000;
}
.footer .container .wrap .block:nth-child(2) .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.footer .container .wrap .block:nth-child(2) .footer-nav .box {
  width: calc((100% - 1rem) / 2);
}
.footer .container .wrap .block:nth-child(2) nav ul {
  list-style: none;
  padding: 0;
}
.footer .container .wrap .block:nth-child(2) nav ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer .container .wrap .block:nth-child(2) nav ul li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  transition: all 0.3s ease-out;
}
.footer .container .wrap .block:nth-child(2) nav ul li a:active {
  opacity: 0.7;
}
.footer .container .wrap .block:nth-child(2) nav ul li a:hover {
  opacity: 0.7;
}
.footer .wrap2 {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.footer .wrap2 .block:nth-child(1) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #000;
}
.footer .wrap2 .block .txt {
  display: block;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
.footer .wrap2 .block a {
  transition: all 0.3s ease-out;
}
.footer .wrap2 .block a:active {
  opacity: 0.7;
}
.footer .wrap2 .block a:hover {
  opacity: 0.7;
}
.pageTop {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.pageTop.visible {
  opacity: 1;
  visibility: visible;
}
.pageTop:hover {
  opacity: 0.8;
}
.faq-wrap {
  margin-bottom: 5rem;
}
.faq-wrap .faq-block {
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.faq-wrap .faq-block .box {
  display: flex;
}
.faq-wrap .faq-block .box div:nth-child(1) {
  width: 32px;
}
.faq-wrap .faq-block .box div:nth-child(2) {
  width: calc(100% - 32px - 5px);
  margin-left: 5px;
}
.faq-wrap .faq-block .box:nth-child(1) {
  margin-bottom: 2rem;
}
.faq-wrap .faq-block .box:nth-child(1) div:nth-child(1) p {
  font-size: 2rem;
  font-weight: 700;
  color: #006ad5;
}
.faq-wrap .faq-block .box:nth-child(1) div:nth-child(2) p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(1) p {
  font-size: 2rem;
  font-weight: 700;
  color: #8b8b8b;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(2) p {
  font-size: 1.4rem;
  color: #5a5a5a;
  line-height: 2;
  letter-spacing: 0;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(2) p a {
  color: #2f3d8c;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(2) p a:active {
  opacity: 0.6;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(2) p a:hover {
  opacity: 0.6;
}
.faq-wrap .faq-block .box:nth-child(2) div:nth-child(2) .btn {
  margin-top: 3rem;
}
.service-list {
  display: flex;
  flex-direction: column;
  margin-top: -6rem;
  list-style: none;
  margin-bottom: 6rem;
}
.service-item {
  margin-top: 6rem;
}
.service-item-img {
  margin-bottom: 1.8rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.service-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item-ttl {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.service-item-txt {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.866;
}
.service-item-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.service-item-link svg {
  margin-left: 2rem;
}

.recaptcha-notice {
  color: #666;
  font-size: 1.3rem;
  margin-top: 80px;
  line-height: 1.6;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .anchor {
    scroll-margin-top: 12.5rem;
  }
  /* .pc {
    display: block;
  }
  .sp {
    display: none;
  } */
  .btn a svg {
    margin-left: 4rem;
  }
  .header .menu .menu-container {
    padding: 2rem 5vw;
  }
  .cta-section {
    padding: 5rem 2rem;
  }
  .cta-section .section-inner {
    max-width: 1400px;
  }
  .cta-section .wrap {
    display: flex;
  }
  .cta-section .wrap a {
    width: 50%;
    padding: 2.5rem;
  }
  .cta-section .wrap a:nth-child(1) {
    border-right: 1px solid #fff;
  }
  .cta-section .wrap a:nth-child(1) .block .box:nth-child(1) {
    width: 30px;
  }
  .cta-section .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
    font-size: 5rem;
  }
  .cta-section .wrap a:nth-child(2) .block .box:nth-child(1) {
    width: 52px;
  }
  .cta-section .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
    font-size: 4rem;
  }
  .cta-section .wrap a .block .box:nth-child(1) {
    margin-right: 1.5rem;
  }
  .cta-section .wrap a .txt {
    margin-top: 1.5rem;
  }
  .footer {
    padding: 3.5rem 2rem 3rem;
  }
  .footer .section-inner {
    max-width: 1200px;
  }
  .footer .container {
    padding: 3rem 0 0;
  }
  .footer .container .wrap {
    display: flex;
    justify-content: space-between;
    width: 86%;
  }
  .footer .container .wrap .block:nth-child(1) {
    width: 34%;
    margin-bottom: 0;
  }
  .footer .container .wrap .block:nth-child(1) a {
    max-width: 212px;
    margin: 0;
  }
  .footer .container .wrap .block:nth-child(1) .info-block {
    margin-top: 3rem;
    padding: 0;
  }
  .footer .container .wrap .block:nth-child(1) .pdf-link {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .footer .container .wrap .block:nth-child(2) {
    width: calc(66% - 250px);
    padding: 0;
  }
  .footer .container .wrap .block:nth-child(2) .footer-nav {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .footer .container .wrap .block:nth-child(2) nav ul {
    justify-content: flex-end;
  }
  .footer .container .wrap .block:nth-child(2) nav ul li a {
    font-size: 1.5rem;
  }
  .footer .wrap2 {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1226px;
    margin: 7rem auto 0;
  }
  .footer .wrap2 .block:nth-child(1) {
    border-right: 0;
  }
  .footer .wrap2 .block .txt.privacy {
    font-size: 1.4rem;
  }
  .pageTop {
    width: 70px;
    height: 70px;
    right: 60px;
    bottom: 60px;
  }
  .faq-wrap {
    margin-bottom: 10rem;
    /* padding-top: 12.5rem;
    margin-top: -12.5rem; */
  }
  .faq-wrap .faq-block {
    padding: 4rem 0;
  }
  .faq-wrap .faq-block .box:nth-child(1) {
    margin-bottom: 3rem;
  }
  .service-list {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 8rem;
  }
  .service-item {
    width: calc((100% - 4rem) / 4);
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .service-item-img {
    height: auto;
    padding-top: 0;
  }
  .service-item-img img {
    position: relative;
    height: auto;
  }
  .service-item-ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .service-item-txt {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
  .service-item-link {
    font-size: 1.6rem;
    margin-top: auto;
  }
}
@media screen and (min-width: 1000px) {
  /* .main {
    padding-top: 125px;
  }
  .header .wrap {
    height: 80px;
    padding: 0 25px 0 40px;
  }
  .header .wrap .block:nth-child(1) {
    width: 16.179775%;
    max-width: 216px;
    padding-left: 0;
  }
  .header .wrap .block:nth-child(2) {
    width: calc(83.820225% - 20px);
  }
  .header .wrap .block:nth-child(2) .header-sp {
    display: none;
  }
  .header .wrap .block:nth-child(2) .header-pc {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: right;
  }
  .header .wrap .block:nth-child(2) .header-pc .tel-mail {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header .wrap .block:nth-child(2) .header-pc .tel-mail .tel {
    margin-right: 2rem;
  }
  .header .wrap .block:nth-child(2) .header-pc .tel-mail .tel img {
    height: 35px;
  }
  .header .nav-pc {
    display: block;
    width: 100%;
    background: #006ad5;
    height: 45px;
    padding: 0 2rem;
    position: fixed;
    z-index: 1000;
    top: 80px;
  }
  .header .nav-pc ul {
    display: flex;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    justify-content: space-between;
    height: 45px;
    align-items: center;
  }
  .header .nav-pc ul li a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .header .nav-pc ul li a:hover {
    opacity: 0.7;
  }
  .header .nav-sp {
    display: none;
  }
  .header .menu {
    display: none;
  } */
}
@media screen and (min-width: 1200px) {
  /* .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li:not(:last-child) {
    margin-right: 3.5rem;
  }
  .header .wrap .block:nth-child(2) .header-pc .box:nth-child(1) nav ul li a {
    font-size: 1.5rem;
  } */
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .cta-section {
    padding: 5rem 0;
  }
  .cta-section .wrap a:nth-child(1) .block .box:nth-child(2) .ttl {
    font-size: 3.6rem;
  }
  .cta-section .wrap a:nth-child(2) .block .box:nth-child(2) .ttl {
    font-size: 3.2rem;
  }
  .footer {
    padding: 3.5rem 2rem 3rem;
  }
  .footer .container {
    padding: 3rem 0 0;
  }
  .footer .container .wrap .block:nth-child(1) .info-block .box .txt {
    font-size: 1.2rem;
  }
  .footer .container .wrap .block:nth-child(2) {
    width: calc(66% - 160px);
    max-width: 340px;
  }
  .footer .container .wrap .block:nth-child(2) nav ul {
    margin-right: -2rem;
  }
  .footer .container .wrap .block:nth-child(2) nav ul li a {
    font-size: 1.2rem;
  }
} /*# sourceMappingURL=common.css.map */
