@charset "UTF-8";
@keyframes btnshiny {
  0% {
    left: -15%;
  }
  10% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes btnshiny2 {
  0% {
    left: -15%;
  }
  10% {
    left: 300%;
  }
  100% {
    left: 300%;
  }
}
h1, h2, h3, h4, h5, p, figure, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.91vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a::before, a::after {
  transition: all 0.3s ease 0s;
}

img, svg {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

svg {
  overflow: visible;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.js-animation.fadeIn {
  opacity: 0;
  transition: opacity 0.5s linear 0s;
}
.js-animation.fadeIn.is-animated {
  opacity: 1;
}
.js-animation.slideUp {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.5s linear 0s, translate 0.5s ease 0s;
}
.js-animation.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.inn01 {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inn01 {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .inn01 {
    padding: 0 6.5rem;
  }
}

.ttl01 > h2 {
  letter-spacing: 0.03em;
  line-height: 0.75;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #0058a1;
}
@media screen and (min-width: 769px) {
  .ttl01 > h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl01 > h2 {
    font-size: 9rem;
  }
}
.ttl01 > p {
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .ttl01 > p {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl01 > p {
    padding-top: 2rem;
    font-size: 2.2rem;
  }
}

.led01 {
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .led01 {
    line-height: 1.445;
    font-size: 3.6rem;
  }
  .led01 > p {
    line-height: inherit;
    font: inherit;
  }
  .led01 > p:first-of-type {
    margin-top: -0.222em;
  }
  .led01 > p:last-of-type {
    margin-bottom: -0.222em;
  }
}
@media screen and (max-width: 768px) {
  .led01 {
    line-height: 1.5;
    font-size: 4.8rem;
  }
  .led01 > p {
    line-height: inherit;
    font: inherit;
  }
  .led01 > p:first-of-type {
    margin-top: -0.25em;
  }
  .led01 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 769px) {
  .led01.emp1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .led01.emp1 {
    font-size: 5rem;
  }
}

.txt01 {
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .txt01 {
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .txt01 > p {
    line-height: inherit;
    font: inherit;
  }
  .txt01 > p:first-of-type {
    margin-top: -0.437em;
  }
  .txt01 > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .txt01 {
    line-height: 1.924;
    font-size: 2.6rem;
  }
  .txt01 > p {
    line-height: inherit;
    font: inherit;
  }
  .txt01 > p:first-of-type {
    margin-top: -0.461em;
  }
  .txt01 > p:last-of-type {
    margin-bottom: -0.461em;
  }
}
@media screen and (min-width: 769px) {
  .txt01.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .txt01.sup1 {
    font-size: 1.4rem;
  }
}

.txt02 {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .txt02 {
    line-height: 1.625;
    font-size: 1.6rem;
  }
  .txt02 > p {
    line-height: inherit;
    font: inherit;
  }
  .txt02 > p:first-of-type {
    margin-top: -0.312em;
  }
  .txt02 > p:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media screen and (max-width: 768px) {
  .txt02 {
    line-height: 1.847;
    font-size: 2.6rem;
  }
  .txt02 > p {
    line-height: inherit;
    font: inherit;
  }
  .txt02 > p:first-of-type {
    margin-top: -0.423em;
  }
  .txt02 > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media screen and (min-width: 769px) {
  .txt02.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .txt02.sup1 {
    font-size: 1.4rem;
  }
}

.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.334em;
  position: relative;
  background: #edab17;
  width: 100%;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .btn01 {
    height: 9rem;
    line-height: 1.25;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    height: 16rem;
    line-height: 1.407;
    font-size: 3.84rem;
  }
}
.btn01::before, .btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.btn01::before {
  background: #0058a1;
  width: 0;
  height: 100%;
  right: 0;
}
.btn01::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  height: 300%;
  width: 8rem;
  left: -15%;
  margin: auto 0;
  rotate: 40deg;
  translate: -100% 0;
  animation: btnshiny 5s ease-out 0s infinite;
}
.btn01 > span, .btn01 > svg {
  position: relative;
  pointer-events: none;
}
.btn01 > svg {
  stroke: #fff;
  width: 1.042em;
  height: 0.417em;
}
@media screen and (min-width: 769px) {
  .btn01:hover::before {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn01:active::before {
    width: 100%;
    left: 0;
  }
}

.lnk01 {
  position: relative;
}
.lnk01::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  width: 0;
  right: 0;
  bottom: -0.1em;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .lnk01:hover::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lnk01:active::after {
    width: 100%;
    left: 0;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
}
@media screen and (min-width: 769px) {
  .header {
    column-gap: 2.858%;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 2.858%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    padding: 0 0 0 3rem;
  }
}
.header_logo {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 47.059%;
  }
}
.header_logo > a {
  display: flex;
  align-items: flex-end;
  transition: all 0.2s linear 0s;
}
@media screen and (min-width: 769px) {
  .header_logo > a {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo > a {
    column-gap: 2.3rem;
  }
}
.header_logo > a > h1 {
  width: 57.188%;
}
.header_logo > a > h2 {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .header_logo > a > h2 {
    line-height: 1.455;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo > a > h2 {
    line-height: 1.334;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .header_logo > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .header_logo > a:active {
    opacity: 0.5;
  }
}
.header_logo > p {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .header_logo > p {
    letter-spacing: 0.03em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo > p {
    font-size: 2rem;
  }
}
.header_conversion {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #edab17;
  width: 17rem;
  height: 9.4rem;
  line-height: 1.445;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header_conversion {
    display: none;
  }
}
.header_conversion::before, .header_conversion::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.header_conversion::before {
  background: #0058a1;
  width: 0;
  height: 100%;
  right: 0;
  transform-origin: right center;
}
.header_conversion::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  height: 300%;
  width: 8rem;
  left: -15%;
  margin: auto 0;
  rotate: 40deg;
  translate: -100% 0;
  animation: btnshiny2 5s ease-out 0s infinite;
}
.header_conversion > span {
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .header_conversion:hover::before {
    width: 100%;
    left: 0;
    transform-origin: left center;
  }
}

@media screen and (min-width: 769px) {
  .nav {
    position: relative;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    background: #fff;
    height: 0;
    inset: 0;
    transition: height 0.2s linear 0s;
    overflow: hidden;
  }
  .nav.is-opened {
    height: 100%;
  }
}
.nav_list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav_list {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_list {
    flex-direction: column;
    padding: 15.7rem 5rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_list > li {
    border-bottom: 1px solid #ccc;
    padding: 5.6rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .nav_link {
    line-height: 1.5;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .nav_link {
    line-height: 1.5;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .nav_link:hover {
    color: #0058a1;
  }
}
@media screen and (max-width: 768px) {
  .nav_link:active {
    color: #0058a1;
  }
}
.nav_switch {
  flex-shrink: 0;
  position: relative;
  background: #0058a1;
  border: 0;
  width: 10.8rem;
  height: 10.8rem;
  color: #fff;
  appearance: none;
  cursor: pointer;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .nav_switch {
    display: none;
  }
}
.nav_switch::before, .nav_switch::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  pointer-events: none;
}
.nav_switch::before {
  background-image: url(../img/open01.svg);
}
.nav_switch::after {
  background-image: url(../img/close01.svg);
}
.nav_switch:not(.is-opened)::after {
  display: none;
}
.nav_switch.is-opened::before {
  display: none;
}

.kv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv_image {
    height: 55vw;
    max-height: 800px;
  }
}
.kv_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv .inn01 {
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .kv .inn01 {
    max-width: 1140px;
  }
}
.kv_copy {
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 769px) {
  .kv_copy {
    row-gap: 0.6rem;
    left: 20px;
    top: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_copy {
    row-gap: 0.8rem;
    left: 4rem;
    top: 16.4rem;
  }
}
.kv_copy > p {
  background: #fff;
  color: #0058a1;
}
@media screen and (min-width: 769px) {
  .kv_copy > p {
    padding: 0 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-size: 4rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .kv_copy > p {
    padding: 0 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-size: 5.6rem;
    font-weight: 800;
  }
}
.is-animated .kv_copy {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.kv_lead {
  clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  transition: all 0.6s ease 0.6s;
}
@media screen and (min-width: 769px) {
  .kv_lead {
    left: 20px;
    top: 38.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead {
    left: 4rem;
    top: 55.4rem;
  }
}
.kv_lead > p {
  position: relative;
  background: #0058a1;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .kv_lead > p {
    padding: 0 1.1rem 0.3rem;
    line-height: 1.8;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead > p {
    padding: 0 1.6rem;
    line-height: 1.693;
    font-size: 2.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .kv_lead > p + p {
    margin-top: -0.55rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead > p + p {
    margin-top: -0.8rem;
  }
}
.is-animated .kv_lead {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

@media screen and (min-width: 769px) {
  .reason {
    scroll-margin-top: 9.4rem;
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    scroll-margin-top: 10.8rem;
    padding: 10rem 0;
  }
}
.reason .inn01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .reason .inn01 {
    grid-template-columns: 1fr 48rem;
    column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .inn01 {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .reason_image {
    grid-column: 2/3;
    grid-row: 1/5;
  }
}
@media screen and (max-width: 768px) {
  .reason_image {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .reason_image > figure {
    width: calc(100% + 50vw - 550px);
    min-width: calc(100% + 20px);
    height: 91.9%;
    max-height: 624px;
  }
}
@media screen and (max-width: 768px) {
  .reason_image > figure {
    width: calc(100% + 6.5rem);
  }
}
.reason_image > figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .reason_image > figure img {
    object-position: 30% center;
  }
}
@media screen and (min-width:1100px) {
  .reason_image > figure img {
    object-position: left center;
  }
}
@media screen and (min-width: 769px) {
  .reason_buttons {
    width: 48rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_buttons {
    padding-top: 3rem;
  }
}
.reason_buttons .btn01 {
  box-shadow: 0 0 0.6rem rgba(102, 102, 102, 0.25);
}

.service {
  background: #ebf2f7;
}
@media screen and (min-width: 769px) {
  .service {
    scroll-margin-top: 9.4rem;
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service {
    scroll-margin-top: 10.8rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .inn01 {
    padding: 0 5rem;
  }
}
.service .ttl01 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service .ttl01 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .service .ttl01 {
    margin-bottom: 6rem;
  }
}
.service .led01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service .led01 {
    margin: 0 -3rem;
  }
}
.service_items {
  display: grid;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .service_items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 3rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_items {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .service_items .service_note {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .service_items + .service_box {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_items + .service_box {
    margin-top: 8rem;
  }
}
.service_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service_item {
    padding-top: 4rem;
  }
}
.service_item .service_card_baloon {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .service_item .service_card {
    height: 100%;
  }
}
.service_card {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_card {
    box-shadow: 0 0 0.6rem rgba(48, 83, 104, 0.18);
  }
}
@media screen and (max-width: 768px) {
  .service_card {
    box-shadow: 0 0 1.2rem rgba(48, 83, 104, 0.18);
  }
}
.service_card > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0058a1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .service_card > dt {
    height: 10rem;
    line-height: 1.715;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card > dt {
    height: 12.2rem;
    line-height: 1.527;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .service_card > dd {
    padding: 3rem 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card > dd {
    padding: 4rem 5rem 6rem;
  }
}
.service_card_baloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  color: #0058a1;
}
@media screen and (min-width: 769px) {
  .service_card_baloon {
    margin-bottom: 4rem;
    padding: 1.5rem 4rem;
    line-height: 1.667;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_baloon {
    min-width: 49rem;
    margin-bottom: 5.5rem;
    padding: 2.3rem 2rem;
    line-height: 1.484;
    font-size: 3.1rem;
  }
}
.service_card_baloon::before, .service_card_baloon::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto;
  pointer-events: none;
}
.service_card_baloon::before {
  clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #fff;
  margin: -1px auto 0;
}
@media screen and (min-width: 769px) {
  .service_card_baloon::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_baloon::before {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.service_card_baloon::after {
  background: #0058a1;
  height: 1px;
  margin: 0 auto;
  translate: -16.5% 0;
  rotate: -45deg;
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .service_card_baloon::after {
    width: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_baloon::after {
    width: 4.76rem;
  }
}
.service_card_lead {
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_card_lead {
    padding-bottom: 3rem;
    line-height: 1.591;
    font-size: 2.2rem;
  }
  .service_card_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_lead > p:first-of-type {
    margin-top: -0.295em;
  }
  .service_card_lead > p:last-of-type {
    margin-bottom: -0.295em;
  }
}
@media screen and (max-width: 768px) {
  .service_card_lead {
    padding-bottom: 4rem;
    line-height: 1.608;
    font-size: 2.8rem;
  }
  .service_card_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_lead > p:first-of-type {
    margin-top: -0.303em;
  }
  .service_card_lead > p:last-of-type {
    margin-bottom: -0.303em;
  }
}
.service_card_lead strong {
  line-height: 1;
  font-weight: 800;
  font-size: 1.455em;
  color: #0058a1;
}
.service_card_sub {
  letter-spacing: 0.08em;
  background: #f2f7fa;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_card_sub {
    line-height: 2;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_sub {
    line-height: 2.154;
    font-size: 2.6rem;
  }
}
.service_card_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_card_copy {
    height: 8rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .service_card_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_copy > p:first-of-type {
    margin-top: -0.25em;
  }
  .service_card_copy > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .service_card_copy {
    height: 12rem;
    line-height: 1.643;
    font-size: 2.8rem;
  }
  .service_card_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_copy > p:first-of-type {
    margin-top: -0.321em;
  }
  .service_card_copy > p:last-of-type {
    margin-bottom: -0.321em;
  }
}
.service_card_copy img.wid1 {
  width: 8.3em;
  margin-right: 0.3em;
  vertical-align: middle;
}
.service_card_copy sup {
  line-height: 1;
  font-size: 0.6em;
}
.service_card_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .service_card_list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_list {
    grid-template-columns: 1fr;
    row-gap: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .service_card_list .service_card_box.full {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .service_card_list + .service_card_note {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_list + .service_card_note {
    padding-top: 4rem;
  }
}
.service_card_box {
  display: flex;
  align-items: center;
  background: #f2f7fa;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_card_box {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_box {
    flex-direction: column;
    padding: 4rem 0;
  }
}
.service_card_box > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_card_box > div + div {
    flex-shrink: 0;
    border-left: 1px solid rgba(40, 40, 40, 0.3);
    width: 12rem;
    padding: 1.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service_card_box > div + div {
    border-top: 1px solid rgba(40, 40, 40, 0.3);
    width: calc(100% - 6rem);
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.service_card_box .txt01 {
  letter-spacing: normal;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_card_caption {
    line-height: 1.429;
    font-size: 1.4rem;
  }
  .service_card_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_caption > p:first-of-type {
    margin-top: -0.214em;
  }
  .service_card_caption > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media screen and (max-width: 768px) {
  .service_card_caption {
    line-height: 1.542;
    font-size: 2.4rem;
  }
  .service_card_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_caption > p:first-of-type {
    margin-top: -0.27em;
  }
  .service_card_caption > p:last-of-type {
    margin-bottom: -0.27em;
  }
}
@media screen and (min-width: 769px) {
  .service_card_caption + .service_card_caption {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_caption + .service_card_caption {
    padding-top: 1.3rem;
  }
}
.service_card_number {
  line-height: 1;
  color: #f57814;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .service_card_number {
    padding-top: 0.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_number {
    padding-top: 1rem;
    font-size: 3.6rem;
  }
}
.service_card_number strong {
  margin-right: 0.07em;
  letter-spacing: -0.07em;
  font-size: 2.8em;
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .service_card_number.large {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_number.large {
    font-size: 5rem;
  }
}
.service_card_number.large strong {
  margin-right: 0;
  letter-spacing: -0.02em;
  font-size: 2.471em;
}
@media screen and (min-width: 769px) {
  .service_card_desc {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_desc {
    padding-top: 4rem;
  }
}
.service_card_desc > dt {
  display: flex;
  align-items: center;
  column-gap: 0.3em;
}
@media screen and (min-width: 769px) {
  .service_card_desc > dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_desc > dt {
    font-size: 2.4rem;
  }
}
.service_card_desc > dt::after {
  content: "";
  width: 100%;
  border-top: 1px solid;
  pointer-events: none;
}
.service_card_desc > dt > p {
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .service_card_desc > dd {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_desc > dd {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .service_card_desc > dd + dt {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_desc > dd + dt {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .service_card_banner {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_card_banner {
    padding-top: 5rem;
  }
}
.service_card_text {
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .service_card_text {
    padding-top: 2rem;
    line-height: 1.667;
    font-size: 1.8rem;
  }
  .service_card_text > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_text > p:first-of-type {
    margin-top: -0.333em;
  }
  .service_card_text > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .service_card_text {
    padding-top: 3rem;
    line-height: 1.539;
    font-size: 2.6rem;
    text-align: center;
  }
  .service_card_text > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_text > p:first-of-type {
    margin-top: -0.269em;
  }
  .service_card_text > p:last-of-type {
    margin-bottom: -0.269em;
  }
}
.service_card_note {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .service_card_note {
    line-height: 1.7;
    font-size: 1rem;
  }
  .service_card_note > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_note > p:first-of-type {
    margin-top: -0.35em;
  }
  .service_card_note > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 768px) {
  .service_card_note {
    line-height: 1.6;
    font-size: 2rem;
  }
  .service_card_note > p {
    line-height: inherit;
    font: inherit;
  }
  .service_card_note > p:first-of-type {
    margin-top: -0.3em;
  }
  .service_card_note > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
.service_card_note > p {
  padding-left: 1em;
  text-indent: -1em;
}
.service_card_note > p.num {
  padding-left: 2em;
  text-indent: -2em;
}
.service_note {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .service_note {
    line-height: 1.858;
    font-size: 1.4rem;
  }
  .service_note > p {
    line-height: inherit;
    font: inherit;
  }
  .service_note > p:first-of-type {
    margin-top: -0.428em;
  }
  .service_note > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .service_note {
    line-height: 1.728;
    font-size: 2.2rem;
  }
  .service_note > p {
    line-height: inherit;
    font: inherit;
  }
  .service_note > p:first-of-type {
    margin-top: -0.363em;
  }
  .service_note > p:last-of-type {
    margin-bottom: -0.363em;
  }
}
.service_box {
  background: #fff;
  border: 1px solid #0058a1;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .service_box {
    padding: 4rem 5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_box {
    padding: 7rem 4.5rem;
  }
}
.service_box .txt02 {
  margin: 0 auto;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .service_box .txt02 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .service_box .txt02 {
    width: 52rem;
    padding-top: 5rem;
  }
}
.service_box_lead {
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service_box_lead {
    padding-bottom: 3rem;
    line-height: 1.6;
    font-size: 3rem;
  }
  .service_box_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .service_box_lead > p:first-of-type {
    margin-top: -0.3em;
  }
  .service_box_lead > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media screen and (max-width: 768px) {
  .service_box_lead {
    padding-bottom: 6rem;
    line-height: 1.65;
    font-size: 4rem;
  }
  .service_box_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .service_box_lead > p:first-of-type {
    margin-top: -0.325em;
  }
  .service_box_lead > p:last-of-type {
    margin-bottom: -0.325em;
  }
}
.service_box_lead span.col1 {
  color: #edab17;
}
.service_box_lead span.col2 {
  color: #0058a1;
}
.service_box_table {
  display: flex;
  background: #fef8ec;
  border: 1px solid #edab17;
}
@media screen and (max-width: 768px) {
  .service_box_table {
    flex-direction: column;
  }
}
.service_box_table > dd {
  width: 100%;
}
.service_box_table > dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  background: #edab17;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .service_box_table > dt {
    flex-direction: column;
    width: 20rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service_box_table > dt {
    align-items: baseline;
    column-gap: 1rem;
    padding: 1.6rem 0;
  }
}
@media screen and (min-width: 769px) {
  .service_box_check {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_box_check {
    padding: 0 3rem;
  }
}
.service_box_check > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .service_box_check > p {
    padding-left: 3rem;
    line-height: 2.5;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_box_check > p {
    padding: 2.5rem 5rem;
    line-height: 1.546;
    font-size: 2.6rem;
  }
}
.service_box_check > p::before {
  content: "";
  position: absolute;
  background-image: url(../img/check01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.063em;
  height: 1em;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .service_box_check > p::before {
    inset: 0 0 0 0.6rem;
    margin: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .service_box_check > p::before {
    left: 1rem;
    top: 3.21rem;
  }
}
.service_box_check > p small {
  display: inline-block;
  font-size: 0.875em;
}
.service_box_check > p + p::after {
  content: "";
  position: absolute;
  border-top: 1px dashed #edab17;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -50%;
  pointer-events: none;
}
.service_box_text {
  letter-spacing: 0.08em;
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .service_box_text {
    line-height: 1.9;
    font-size: 2rem;
  }
  .service_box_text > p {
    line-height: inherit;
    font: inherit;
  }
  .service_box_text > p:first-of-type {
    margin-top: -0.45em;
  }
  .service_box_text > p:last-of-type {
    margin-bottom: -0.45em;
  }
}
@media screen and (max-width: 768px) {
  .service_box_text {
    line-height: 1;
    font-size: 3.2rem;
  }
}
.service_box_number {
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .service_box_number {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_box_number {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .service_box_number > p {
    translate: 0.5em 0;
  }
}
.service_box_number > p strong {
  font-size: 2.308em;
}
@media screen and (max-width: 768px) {
  .service_box_number > p strong {
    vertical-align: text-bottom;
  }
}

.inquiry {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .inquiry {
    background-image: url(../img/inquiry_pc.jpg);
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .inquiry {
    background-image: url(../img/inquiry_sp.jpg);
    padding: 11rem 0 14rem;
  }
}
.inquiry_lead {
  display: flex;
  justify-content: center;
  position: relative;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .inquiry_lead {
    align-items: center;
    column-gap: 0.25em;
    line-height: 1.125;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .inquiry_lead {
    align-items: flex-end;
    column-gap: 0.455em;
    line-height: 1.455;
    font-size: 4.4rem;
  }
}
.inquiry_lead::before, .inquiry_lead::after {
  content: "";
  border-left: 1px solid;
}
@media screen and (min-width: 769px) {
  .inquiry_lead::before, .inquiry_lead::after {
    height: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  .inquiry_lead::before, .inquiry_lead::after {
    height: 2.5em;
    translate: 0 -5%;
  }
}
.inquiry_lead::before {
  rotate: -30deg;
  transform-origin: right bottom;
}
.inquiry_lead::after {
  rotate: 30deg;
  transform-origin: left bottom;
}
.inquiry_buttons {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inquiry_buttons {
    width: 60rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .inquiry_buttons {
    padding-top: 4rem;
  }
}
.inquiry_buttons .btn01 {
  box-shadow: 0 0 1rem rgba(48, 83, 104, 0.2);
}

.contact {
  padding: 10rem 0 0;
}
@media screen and (min-width: 769px) {
  .contact {
    scroll-margin-top: 9.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    scroll-margin-top: 10.8rem;
  }
}
.contact .inn01 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .contact .inn01 {
    column-gap: 4.5rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .inn01 {
    flex-direction: column;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .contact .ttl01 {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact .ttl01 {
    margin-bottom: 6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_detail {
    min-width: 52rem;
  }
}
.contact_detail > dt {
  border-bottom: 1px solid;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .contact_detail > dt {
    padding: 0 0 1.1rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_detail > dt {
    padding: 0 0 1.6rem;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .contact_detail > dd {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_detail > dd {
    padding-top: 3rem;
  }
}
.contact_detail > dd > p {
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .contact_detail > dd > p {
    letter-spacing: 0.03em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_detail > dd > p {
    font-size: 3.2rem;
  }
}
.contact_detail > dd > address {
  padding-top: 1rem;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .contact_detail > dd > address {
    letter-spacing: 0.03em;
    line-height: 1.572;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_detail > dd > address {
    line-height: 1.546;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .contact_image {
    width: 30.3rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_image {
    width: 52rem;
    padding-top: 2.5rem;
  }
}
.contact_map {
  position: relative;
}
@media screen and (min-width: 769px) {
  .contact_map {
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_map {
    height: 58rem;
  }
}
.contact_map > iframe {
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  background: #0058a1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 4rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.5rem 0 9.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer .inn01 {
    display: grid;
    justify-content: space-between;
    align-items: flex-end;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr auto;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .inn01 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer_logo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer_logo {
    grid-row: 1/3;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    row-gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_logo > h1 {
    width: 33.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo > h1 {
    width: 54.3rem;
  }
}
.footer_logo > h1 a {
  transition: all 0.2s linear 0s;
}
@media screen and (min-width: 769px) {
  .footer_logo > p {
    width: 34rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo > p {
    width: 54.7rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo a:active {
    opacity: 0.5;
  }
}
.footer_utility {
  display: flex;
  column-gap: 3em;
}
@media screen and (min-width: 769px) {
  .footer_utility {
    justify-content: flex-end;
    letter-spacing: 0.03em;
    line-height: 2.273;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_utility {
    row-gap: 2rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_utility {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
    font-size: 2rem;
  }
}
.footer_utility > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_utility > li:last-of-type::before {
    display: none;
  }
}
.footer_utility > li + li::before {
  content: "｜";
  position: absolute;
  translate: -200% 0;
}
.footer_copylight {
  letter-spacing: 0.01em;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .footer_copylight {
    line-height: 3;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_copylight {
    padding-top: 7.5rem;
    line-height: 1.2;
    font-size: 2rem;
  }
}

.pagetop_anchor {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  color: #0058a1;
  stroke: #0058a1;
  transition: all 0.2s linear 0s;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor {
    width: 7.6rem;
    height: 7.6rem;
    right: 5.8rem;
    top: -3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor {
    width: 10.8rem;
    height: 10.8rem;
    right: 2.6rem;
    top: -5.4rem;
  }
}
.pagetop_anchor::after {
  content: "";
  position: absolute;
  border: 2px solid;
  border-radius: 50%;
  inset: 0;
  pointer-events: none;
}
.pagetop_anchor > svg {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pagetop_anchor > svg {
    stroke-width: 1.5px;
  }
}
@media screen and (min-width: 769px) {
  .pagetop_anchor:hover {
    background: #0058a1;
    color: #fff;
    stroke: #fff;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor:active {
    background: #0058a1;
    color: #fff;
    stroke: #fff;
  }
}

.conversion_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  height: 17rem;
  inset: auto 0 0;
  padding: 0 2.5rem;
  transition: opacity 0.2s linear 0s;
}
@media screen and (min-width: 769px) {
  .conversion_buttons {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .conversion_buttons .btn01 {
    height: 12rem;
    box-shadow: 0 0 1.2rem rgba(102, 102, 102, 0.4);
  }
}
.conversion_buttons:not(.is-shown) {
  opacity: 0;
  pointer-events: none;
}