@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

@media screen and (max-width: 750px) {
  .g-nav {
    position: fixed;
    z-index: 999;
    top: 15rem;
    right: -120%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7450980392);
    transition: all 0.6s;
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav-sp {
    width: 80%;
    margin: 10rem auto 0;
  }
  .g-nav li {
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
  }
  .g-nav li a {
    display: block;
    font-size: 3rem;
    color: #fff;
    padding: 2rem;
  }
  #hamburger_btn {
    cursor: pointer;
    margin: 0 5rem 1rem;
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 9999;
  }
  /*×に変化*/
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 2px;
    background-color: #fff;
  }
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
  #hamburger_btn span:nth-of-type(2) {
    top: 1.4rem;
  }
  #hamburger_btn span:nth-of-type(3) {
    top: 2.8rem;
  }
  #hamburger_btn.active span:nth-of-type(1) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(-135deg);
    width: 100%;
  }
  #hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger_btn.active span:nth-of-type(3) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(135deg);
    width: 100%;
  }
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 10;
  transition: all 0.7s;
}
.header_box {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.page_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background-color: #21325E;
  z-index: 10;
}

.header-default {
  background-color: #21325E;
  transition: all 0.7s;
}

.logo {
  width: 8rem;
  margin: 0 6.5rem;
}

.nav_items {
  display: flex;
  gap: 6rem;
}
.nav_items li {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.line_box {
  width: 22rem;
  padding: 3rem 0;
  background-color: #22BE45;
  align-items: stretch;
}
.line_box p {
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.fv {
  position: relative;
}

.kv_wrap {
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.kv {
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.copy {
  position: absolute;
  top: 41%;
  left: 50%;
}
.copy p {
  font-size: 4.6rem;
  color: #fff;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}

.border {
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: auto;
  top: 89%;
}

.sample {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.sample svg use {
  fill: #3168dd;
  -webkit-animation: wave linear 4s infinite;
          animation: wave linear 4s infinite;
}

.sample svg use:nth-of-type(2),
.sample svg use:nth-of-type(3) {
  opacity: 0.2;
}

.sample svg use:nth-of-type(2) {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.sample svg use:nth-of-type(3) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}

@keyframes wave {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.service {
  position: relative;
  padding: 7rem 0 20rem;
  z-index: 2;
}
.service_wrap {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
.service_wrap h2 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}
.service_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_cont p {
  margin-bottom: 3rem;
}

.service_imgs_wrap {
  display: flex;
  gap: 5.5rem;
  padding-bottom: 4rem;
  align-items: center;
}

.service_imgs h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.service_imgs p {
  text-align: center;
  margin-bottom: 0;
}

.s_img {
  width: 30rem;
  margin-bottom: 1rem;
}

.wrap {
  max-width: 120rem;
  margin: 0 auto;
}

.view_btn {
  display: block;
  width: 30rem;
  margin: 0 0 0 auto;
}

.view_all {
  background: linear-gradient(to right, #21325E, #999FAC);
  padding: 2rem;
}
.view_all p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
}

.service::before {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 23rem;
  left: calc(50% - 35rem);
  z-index: -1;
}

.service_wrap::after {
  content: "";
  background-image: url(../img/flower1.png);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 69rem;
  height: 53rem;
  top: 50%;
  left: -21%;
}

.flow {
  padding: 12rem 0;
}

.title_wrap {
  margin-bottom: 4rem;
}
.title_wrap p {
  text-align: center;
}

.title {
  max-width: 70rem;
  margin: 0 auto;
  border-bottom: #21325E 1px solid;
  margin-bottom: 4rem;
}
.title h2 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}

.step_wrap {
  display: flex;
  gap: 6rem;
  align-items: center;
  margin-bottom: 6rem;
}

.step_cont {
  flex: 5;
}

.step_title {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.step_title p {
  font-size: 3rem;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}
.step_title h3 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho";
  font-weight: 700;
  color: #21325E;
}

.step_img {
  width: 39rem;
}

.cta {
  background-image: url(../img/cta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 7rem 0;
}
.cta_cont {
  max-width: 70rem;
  margin: 0 auto;
}
.cta_cont p {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.cta_title {
  line-height: 1.1;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
}
.cta_btn {
  background: linear-gradient(to right, #22BE45, #80CD91);
  padding: 1.5rem;
}
.cta_btn p {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}

.line_btn {
  width: 40rem;
  margin: 0 auto;
  display: block;
}

.voice {
  padding: 12rem 0;
}

.carousel {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  gap: 4rem;
  /* その他のスタイル */
}

.carousel ul {
  display: flex;
  gap: 4rem;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  /* その他のスタイル */
  width: 36rem;
  gap: 1.5rem;
  background-color: #F2F2F2;
  padding: 2rem 2.5rem;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.v_img {
  width: 30rem;
}

.sns {
  position: relative;
  padding: 12rem 0;
}

.icon {
  width: 6rem;
}

.sns::before {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 7rem;
  right: 0;
  bottom: 8rem;
  left: calc(50% - 38rem);
  z-index: -1;
}

#social .service_imgs_wrap {
  padding-bottom: 0;
}

#social .service_wrap::after {
  content: "";
  background-image: url(../img/flower2.png);
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 49rem;
  height: 66rem;
  top: -120%;
  left: -30%;
}

.blog {
  padding: 12rem 0;
}

.post-grid {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding-bottom: 5rem;
}

.post-grid li h3 {
  font-size: 2rem;
}

.post-item {
  width: calc(31.3% - 1.33rem);
  box-sizing: border-box;
}

.post-item:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.post-thumb_wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
}

.post-thumb {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.post-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 0;
  line-height: 1.4;
}

.post-item h2 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}

.post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.post-link:hover {
  opacity: 0.8;
}

.post-category {
  font-size: 1.6rem;
  color: #fff;
  background-color: #21325E;
  padding: 0.2rem 1rem;
  line-height: 1.4;
}

.post-time {
  font-size: 1.6rem;
}

.blog_btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
}

.footer {
  width: 100%;
}
.footer_box {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0;
}
.footer_logo {
  width: 8rem;
  margin: 0 auto;
}
.footer_list {
  padding: 4rem 0;
}

#footer .nav_items {
  justify-content: center;
}

#footer .nav_items li {
  font-size: 1.6rem;
  color: #000;
}

.footer_sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.footer_icon {
  width: 3rem;
}

.footer_copy {
  background-color: #21325E;
  text-align: center;
  padding: 1rem 0;
}

.footer_copy-txt {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .service_wrap h2 {
    font-size: 7rem;
  }
  .service_imgs_wrap {
    flex-direction: column;
  }
  .service_cont {
    padding: 0 5rem;
  }
  .service_imgs h3 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .s_img {
    width: 65rem;
    margin-bottom: 2rem;
  }
  .view_all p {
    font-size: 3.5rem;
  }
  .title h2 {
    font-size: 7rem;
  }
  p {
    font-size: 2.8rem;
  }
  .header_list {
    display: none;
  }
  .line_box {
    display: none;
  }
  .logo {
    width: 11rem;
  }
  .header {
    padding-top: 1rem;
  }
  .kv {
    -o-object-position: 16% 50%;
       object-position: 16% 50%;
  }
  .copy {
    top: 70%;
    left: 5%;
  }
  .copy p {
    font-size: 6rem;
  }
  .border {
    top: 86%;
  }
  .sample {
    width: 350%;
  }
  .service_wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .service::before {
    left: 0rem;
  }
  .service_wrap::after {
    display: none;
  }
  .view_btn {
    width: 40rem;
    margin: 0 auto;
  }
  .flow {
    padding: 0rem 0;
  }
  .title_wrap p {
    text-align: left;
    margin: 0 3rem;
  }
  .step_title {
    justify-content: center;
    flex-direction: column;
  }
  .step_wrap {
    flex-direction: column;
    gap: 2rem;
    padding: 0 3rem;
  }
  .step_title p {
    font-size: 5rem;
  }
  .step_title h3 {
    font-size: 4rem;
  }
  .step_img {
    width: 69rem;
  }
  .cta_cont p {
    font-size: 2.8rem;
  }
  .cta_title {
    font-size: 6rem !important;
  }
  .cta_btn p {
    font-size: 3.5rem;
  }
  .carousel ul {
    max-width: 80rem;
  }
  .post-grid {
    width: 90%;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-bottom: 5rem;
  }
  .carousel-item {
    width: 60rem;
  }
  .post-thumb_wrap {
    margin-bottom: 2rem;
  }
  .post-thumb {
    width: 100%;
    margin-bottom: 2rem;
  }
  .post-item {
    width: 90%;
    margin: 0 auto;
  }
  .post-category {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .post-time {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .post-grid li h3 {
    font-size: 3.5rem;
  }
  .post-content p {
    font-size: 3.5rem;
  }
  .post-item h2 {
    font-size: 3.5rem;
  }
  #social .service_imgs_wrap {
    justify-content: center;
    flex-direction: row;
  }
  .icon {
    width: 12rem;
  }
  .blog_btn {
    width: 40rem;
  }
  #footer .nav_items li {
    font-size: 3rem;
  }
  .footer_icon {
    width: 6rem;
  }
  .footer_logo {
    width: 11rem;
  }
  .v_img {
    width: 53rem;
  }
}
.page {
  padding: 12.4rem 0;
  border-bottom: 2rem #21325E solid;
}

.header_page {
  width: 100%;
  height: 20rem;
  background: center/cover url(../img/page-header.jpg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.breadcrumbs {
  max-width: 120rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.Page_btn {
  margin-top: 8rem;
}

.btn .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  background: linear-gradient(to right, #21325E, #999FAC);
  position: relative;
}

.btn {
  text-align: center;
}

.btn .link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 1.5rem;
  transition: 0.3s;
}

.single_inner {
  max-width: 100rem;
  padding: 10rem 0;
  margin: 0 auto;
  text-align: left;
}

.single-thumb_wrap {
  aspect-ratio: 4/2;
  overflow: hidden;
  margin-bottom: 5rem;
}

.single-thumb {
  width: 100%;
}

.single_inner h1 {
  font-size: 4rem;
  color: #21325E;
  margin-bottom: 2rem;
  font-family: "Zen Old Mincho", serif;
}

.single_inner h2 {
  font-size: 3.6rem;
  border-bottom: #21325E 1px solid;
  text-align: left;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
}

.single_inner h3 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 2rem;
  background: #efefef;
  padding: 2rem;
  font-family: "Zen Old Mincho", serif;
  color: #21325E;
}

.single_inner p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .breadcrumbs {
    max-width: 67rem;
    padding: 2.5rem 0;
    font-size: 2rem;
  }
  .single_inner {
    max-width: 67rem;
    padding: 5rem 0;
  }
  .single_inner {
    max-width: 67rem;
    padding: 10rem 0;
    margin: 0 auto;
    text-align: left;
  }
  .single_inner p {
    font-size: 3rem;
  }
  .single_inner h2 {
    font-size: 3.8rem;
  }
  .single_inner h3 {
    font-size: 3.5rem;
  }
  .btn .link {
    height: 9rem;
    font-size: 3rem;
  }
}
.profile_txt {
  margin-bottom: 2rem;
}

.greeting_img {
  width: 50rem;
}

.profile_txt_wrap {
  margin-bottom: 4rem;
}

.profile_h3 {
  font-size: 3rem;
  border-bottom: #21325E 1px solid;
  text-align: left;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2rem;
}

.page_wrap {
  padding-top: 4rem;
}

.page_lead {
  margin-bottom: 4rem;
}

.page_lead p {
  text-align: center;
}

.faq_title {
  font-size: 3rem;
  border-bottom: #21325E 1px solid;
  text-align: left;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2rem;
}

.faq_a {
  font-size: 3rem;
  padding-right: 1rem;
  font-weight: bold;
  color: #21325E;
  font-family: "Zen Old Mincho", serif;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.pagination .page-numbers.current {
  color: #fff;
  background-color: #21325E;
}

.pagination .page-numbers {
  font-size: 1.6rem;
  color: #21325E;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers {
  font-size: 1.6rem;
  color: #21325E;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_page_wrap {
  display: flex;
  gap: 6rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.service_title {
  text-align: center;
}

.service_title p {
  font-size: 3rem;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}

.service_price {
  font-size: 3rem;
  font-weight: bold;
  color: #21325E;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
  text-align: center;
}

.service_item {
  width: calc(50% - 6rem);
}

iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 600px;
  display: block;
  margin: auto;
}

.line_footer {
  display: none;
}

.line_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #22BE45, #80CD91);
  padding: 4rem 0;
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  transition: all 0.7s;
}

@media screen and (max-width: 750px) {
  .page_lead {
    padding: 0 3rem;
  }
  .page_lead p {
    text-align: left;
  }
  .profile_txt_wrap {
    padding: 0 3rem;
  }
  #profile .step_title h3 {
    font-size: 5rem;
  }
  .greeting_img {
    width: 100%;
  }
  .profile_h3 {
    font-size: 4rem;
  }
  .faq_title {
    font-size: 4rem;
  }
  .pagination .page-numbers {
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
  }
  .service_page_wrap {
    flex-direction: column;
  }
  .service_price {
    font-size: 4rem;
  }
  .service_item {
    width: 90%;
    margin: 0 auto;
  }
  .service_title p {
    font-size: 4rem;
  }
  #service .title_wrap p {
    text-align: center;
  }
  .faq_a {
    font-size: 4rem;
  }
  .line_footer {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */