@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

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

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

input[type=text],
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
}

body {
  color: #333;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.095890411vw;
  }
}
@media (min-width: 1460px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

html.fixed {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  transition: 0.4s;
}

header.active {
  background-color: #fff;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    max-width: 90rem;
    margin: 0 auto;
  }
}

.header-logo {
  width: 8.25rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 12.8125rem;
    margin-top: 0.75rem;
    margin-left: 0.5rem;
  }
}

.header-sp_right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header-sp_right {
    display: none;
  }
}

.header-mail {
  width: 1.625rem;
}

footer {
  background-color: #0075bf;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #c6e2f4;
  font-size: 0.875rem;
  padding: 0.75rem 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 0.875rem;
    padding: 1.25rem 0 0.9375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 91.25rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-hamberger {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}

.header-hamberger.open {
  background-color: #0075bf;
}

.hamberger {
  position: relative;
  width: 1.875rem;
  height: 1.125rem;
  transition: transform 0.5s ease 0s;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.1875rem;
  background: #0075bf;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.hamberger-bar:nth-of-type(1) {
  top: 0%;
}

.hamberger-bar:nth-of-type(2) {
  top: 50%;
}

.hamberger-bar:nth-of-type(3) {
  top: 100%;
}

/* オープン時の動き */
.open .hamberger-bar {
  width: 1.875rem;
  transition: 0.3s;
  background: #fff;
}

.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}

.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.header-nav {
  display: none;
  width: 100%;
  height: calc(100vh - 3.75rem);
  position: fixed;
  top: 3.9375rem;
  left: 0;
  z-index: 100;
  padding-left: 6.125rem;
  background-color: rgba(255, 255, 255, 0.6);
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: auto;
    height: initial;
    position: initial;
    display: block;
    padding-left: 0;
    background-color: initial;
    overflow-y: initial;
  }
}

.header-nav__items {
  background-color: #0075bf;
  height: auto;
  width: 100%;
  padding: 2.25rem 0.75rem 10rem 1.5625rem;
  transform: translateX(100%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    align-items: center;
    background-color: initial;
    transform: initial;
    padding: 0;
    margin-right: 1.875rem;
  }
}

.open .header-nav__items {
  transform: translateX(0);
}

.header-nav__item {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-left: 2.25rem;
  }
}

.header-nav__item a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
  padding: 0rem 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    letter-spacing: 0.025em;
    padding: 0;
    color: #333;
  }
}

.header-nav__item a img {
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item a img {
    display: none;
  }
}

.header-nav__item:nth-child(n+2) a {
  padding: 1.25rem 0.9375rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) a {
    padding: 0;
  }
}

.header-nav__item:nth-of-type(1) a img {
  transform: rotate(180deg);
}

.section-title__main {
  display: inline-block;
  background: linear-gradient(90deg, #5ed1f2, #9dc7e8 35%, #cbbfe0 63%, #ffb4d7);
  background: -webkit-linear-gradient(0deg, #5ed1f2, #9dc7e8 35%, #cbbfe0 63%, #ffb4d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 6.25rem;
  }
}

.section-title__sub {
  font-weight: 600;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}

.mv {
  background-image: url("../img/mv-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18.75rem 0rem 13.625rem 0rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 24.25rem 0rem 20.5rem;
    background-image: url("../img/mv-pc.jpg");
  }
}

.mv-inner {
  width: 100%;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mv-inner {
    padding: 0 1.5625rem;
    max-width: 90.625rem;
    margin: 0 auto;
  }
}

.mv-title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-size: 1.75rem;
  text-shadow: 0 0 5px #878787;
  color: transparent;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-title {
    line-height: 1.5517241379;
    font-size: 3.625rem;
    margin-left: 0.75rem;
  }
}

.mv-title .shadow {
  color: #fff;
  text-shadow: 0 0 1px #878787;
  position: absolute;
  top: 0;
  left: 0;
}

.mv-title .mini-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-title .mini-text {
    font-size: 3.125rem;
  }
}

.about {
  background-color: #f2f9fb;
  padding: 1rem 0 6.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 4rem 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  .about-inner {
    position: relative;
    width: 100%;
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .about-content {
    display: flex;
    gap: 1rem;
    max-width: 101.875rem;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .about-content__texts {
    width: 100%;
    max-width: 55.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .about-content__texts .section-title__sub {
    margin-top: 1.25rem;
  }
}

.about-content__text {
  margin-top: 1.625rem;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .about-content__text {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 2.6666666667;
    margin-left: 0.5rem;
  }
}

.about-content__image {
  margin: 0.375rem -1.875rem 0 -0.75rem;
}
@media screen and (min-width: 768px) {
  .about-content__image {
    max-width: 46.25rem;
    margin: 1.75rem 0 0 auto;
  }
}

.about-acssent {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 88%;
}
@media screen and (min-width: 768px) {
  .about-acssent {
    bottom: -11.625rem;
    width: 36%;
  }
}

@media screen and (min-width: 768px) {
  .about-acssent2 {
    width: 100%;
    width: 120rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.375rem;
    z-index: -1;
  }
}

.about-acssent2 img {
  width: 11.5%;
}

.company {
  padding: 2.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 3.125rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .company-inner {
    width: 100%;
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .company-content {
    display: flex;
    gap: 2.5rem;
    max-width: 101.875rem;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .company-content__texts {
    width: 100%;
    max-width: 51.875rem;
  }
}

.company-content__table {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .company-content__table {
    margin-top: 1.75rem;
  }
}

.company-content__table table {
  width: 100%;
}

.company-content__table tr {
  display: flex;
  align-items: center;
  padding: 1.125rem 0rem 1.25rem 0rem;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-content__table tr {
    align-items: flex-start;
    padding: 1.625rem 0rem 1.5rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .company-content__table tr:nth-child(n+2) {
    padding: 0.9375rem 0rem 1.5rem 1rem;
  }
}

.company-content__table tr th {
  width: 7.1875rem;
  text-align: left;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .company-content__table tr th {
    line-height: 1.6;
    width: 10rem;
    font-size: 1.125rem;
  }
}

.company-content__table tr td {
  width: calc(100% - 7.1875rem);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company-content__table tr td {
    width: calc(100% - 10rem);
    font-size: 1.125rem;
  }
}

.company-content__table tr td span {
  display: none;
}
@media screen and (min-width: 768px) {
  .company-content__table tr td span {
    display: inline;
  }
}

.company-content__btm {
  margin-top: 1.625rem;
  padding-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .company-content__btm {
    padding-left: 0;
    margin: 2.25rem auto 0;
    width: 100%;
    max-width: 84.375rem;
  }
}

.company-content__btm--title {
  font-weight: 700;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .company-content__btm--title {
    font-size: 1.125rem;
  }
}

.company-content__btm--logo {
  margin-top: 1.5rem;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .company-content__btm--logo {
    margin: 2.125rem 0 0;
    padding-bottom: 4.375rem;
    max-width: 82.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .company-content__image {
    margin-top: 8.5rem;
    margin-right: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .company-content__image img {
    border-radius: 12px 0 0 12px;
  }
}

.service {
  padding: 3.25rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 0;
  }
}

.service-bg {
  background-color: #f2f9fb;
  width: 100%;
  height: auto;
  aspect-ratio: 750/1215;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .service-bg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .service-top {
    padding: 2.5rem 0 5.125rem;
    background-color: #f2f9fb;
  }
}

.service .section-title {
  text-align: center;
}

.service-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-inner {
    max-width: 123.125rem;
  }
}

@media screen and (min-width: 768px) {
  .service .section-title__sub {
    margin-top: 1.25rem;
  }
}

.service-title__btm {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .service-title__btm {
    line-height: 1.2222222222;
    font-size: 2.0625rem;
    margin-top: 2.75rem;
  }
}

.service-title__btm .bold {
  color: #0075bf;
}

.service-content {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .service-content {
    display: flex;
    align-items: center;
    margin-top: 3.875rem;
    margin-left: -4.6875rem;
    margin-left: -1.5625rem;
  }
}
.service-content__image {
  margin: 0 -0.3125rem;
}
@media screen and (min-width: 768px) {
  .service-content__image {
    margin: 3rem 0 0 -5rem;
    max-width: 38.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-content__image {
    margin: 3rem 0 0 0rem;
    max-width: 40rem;
  }
}

.service-content__list {
  margin: 2.125rem auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-content__list {
    margin-top: 0;
    margin-left: -3.75rem;
  }
}

.service-content__list--item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: -1.5625rem;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .service-content__list--item {
    align-items: flex-start;
    padding: 0 0 0.875rem 1.125rem;
    gap: 1rem;
    margin-right: 0;
    width: 100%;
    max-width: 71.25rem;
  }
}
@media screen and (min-width: 768px) {
  .service-content__list--item {
    padding: 0 0 0.875rem 1.625rem;
    gap: 1.625rem;
  }
}

.service-content__list--item:nth-child(n+2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .service-content__list--item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-content__list--item:nth-of-type(2),
  .service-content__list--item:nth-of-type(4) {
    margin-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .service-content__list--item:nth-of-type(3) {
    margin-left: 7.5rem;
  }
}

.service-content__list--item::after {
  content: "";
  display: block;
  width: 35.9375rem;
  height: 0.1875rem;
  background: linear-gradient(-90deg, #8adcaa, #99bde5 24%, #d29ac5 50%, #f08f96 75%, #ffbc81);
  background: -webkit-linear-gradient(1800deg, #8adcaa, #99bde5 24%, #d29ac5 50%, #f08f96 75%, #ffbc81);
  background: linear-gradient(-90deg, #8adcaa, #99bde5 24%, #d29ac5 50%, #f08f96 75%, #ffbc81);
  background: -webkit-linear-gradient(1800deg, #8adcaa, #99bde5 24%, #d29ac5 50%, #f08f96 75%, #ffbc81);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .service-content__list--item::after {
    width: 100%;
  }
}

.service-content__list--item .list-num {
  font-family: "Staatliches", sans-serif;
  line-height: 1;
  font-size: 4rem;
  letter-spacing: 0.05em;
  display: inline-block;
  background: linear-gradient(90deg, #90c4df, #8adea8);
  background: -webkit-linear-gradient(0deg, #90c4df, #8adea8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 4.25rem;
}
@media screen and (min-width: 768px) {
  .service-content__list--item .list-num {
    font-size: 5rem;
    width: initial;
  }
}
@media screen and (min-width: 1440px) {
  .service-content__list--item .list-num {
    font-size: 6.875rem;
  }
}

.service-content__list--item .list-text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .service-content__list--item .list-text {
    line-height: 1.5384615385;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-content__list--item .list-text {
    font-size: 1.75rem;
  }
}

.service-content__list--item:nth-of-type(2) .list-num,
.service-content__list--item:nth-of-type(4) .list-num {
  background: linear-gradient(90deg, #d598c0, #94bfe7);
  background: -webkit-linear-gradient(0deg, #d598c0, #94bfe7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-content__list--item:nth-of-type(3) .list-num {
  background: linear-gradient(90deg, #ffbd90, #f9a0a0);
  background: -webkit-linear-gradient(0deg, #ffbd90, #f9a0a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-content__list--item:nth-of-type(3)::after {
  background: linear-gradient(-90deg, #ffbc81, #f08f96 24%, #d29ac5 50%, #99bde5 75%, #8adcaa);
  background: -webkit-linear-gradient(1800deg, #ffbc81, #f08f96 24%, #d29ac5 50%, #99bde5 75%, #8adcaa);
}

.service-btm {
  margin: 2.5rem -0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .service-btm {
    margin: 3rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .service-btm .inner {
    display: flex;
    justify-content: right;
    gap: 2.625rem;
    max-width: 98.75rem;
  }
}

@media screen and (min-width: 768px) {
  .service-btm__texts {
    margin-top: 0.75rem;
    width: 100%;
    max-width: 40.625rem;
  }
}

.service-btm__texts--title {
  color: #0075bf;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--title {
    line-height: 1.2222222222;
    font-size: 2.25rem;
  }
}

.service-btm__texts--table {
  margin: 0.75rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--table {
    margin: 2rem 0 0;
  }
}

.service-btm__texts--table tr {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--table tr {
    padding-bottom: 0.875rem;
  }
}

.service-btm__texts--table tr:nth-child(n+2) {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--table tr:nth-child(n+2) {
    padding-top: 1.125rem;
  }
}

.service-btm__texts--table th {
  padding-left: 0.5rem;
  text-align: left;
  font-size: 1rem;
  width: 6.75rem;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--table th {
    width: 10.9375rem;
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

.service-btm__texts--table td {
  width: calc(100% - 6.75rem);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .service-btm__texts--table td {
    width: calc(100% - 10.9375rem);
    line-height: 1.8888888889;
    font-size: 1.125rem;
  }
}

.service-btm__image {
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-btm__image {
    margin: 0;
    max-width: 47.5rem;
  }
}

.greeting {
  padding: 6.5rem 0 11.875rem;
  background-image: url("../img/greeting-bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -4.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .greeting {
    background-image: url("../img/greeting-bg.png");
    padding: 13rem 0 26rem;
    margin-top: -9.125rem;
  }
}

.greeting-title {
  text-align: center;
  line-height: 1;
}
.greeting-title__main {
  font-weight: 400;
  font-size: 4.375rem;
}
@media screen and (min-width: 768px) {
  .greeting-title__main {
    font-size: 6.25rem;
  }
}

.greeting-title__sub {
  margin-top: 1rem;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .greeting-title__sub {
    margin-top: 0.75rem;
    font-size: 2.5rem;
  }
}

.greeting-content {
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .greeting-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    gap: 4.125rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .greeting-content__texts {
    margin-top: 2rem;
    width: 100%;
    max-width: 60rem;
  }
}

.greeting-content__texts--text {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .greeting-content__texts--text {
    font-size: 1.125rem;
    line-height: 1.9;
  }
}

.greeting-content__texts--name {
  text-align: right;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .greeting-content__texts--name {
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
}

.greeting-content__texts--name span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .greeting-content__texts--name span {
    font-size: 1.75rem;
  }
}

.greeting-content__image {
  width: 11.25rem;
  margin: 2.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .greeting-content__image {
    width: 17.25rem;
    margin: 0;
  }
}

.greeting-content__image img {
  transform: translateX(-1.875rem);
}
@media screen and (min-width: 768px) {
  .greeting-content__image img {
    transform: translateX(0);
  }
}

.faq {
  padding: 0 0.5rem;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: -10.375rem;
  }
}

.faq-inner {
  border-radius: 12px 12px 0 0;
  background-color: #fff;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-inner {
    max-width: 81.25rem;
    padding: 0 2.25rem;
  }
}

.faq .section-title {
  text-align: center;
  padding-top: 0.625rem;
}
.faq .section-title .section-title__sub {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq .section-title .section-title__sub {
    margin-top: 1rem;
  }
}

.faq-list {
  width: 100%;
  margin: 1.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq-list {
    margin-top: 2.25rem;
  }
}

.faq-list li:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-list li:nth-child(n+2) {
    margin-top: 2.75rem;
  }
}

.faq-list__q {
  display: flex;
  color: #fff;
  font-weight: 700;
}
.faq-list__q .text-l {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1aa0b0;
  font-size: 1.5rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq-list__q .text-l {
    font-size: 2rem;
    width: 3.75rem;
  }
}

.faq-list__q .text-r {
  width: calc(100% - 1.875rem);
  background-color: #0075bf;
  line-height: 1.5625;
  font-size: 0.9375rem;
  padding: 0.5625rem 0.75rem 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .faq-list__q .text-r {
    padding: 0.625rem 1.375rem 0.75rem;
    font-size: 1.5rem;
  }
}

.faq-list__q .plus {
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-left: 0.125rem;
}
.faq-list__q .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.faq-list__q .plus span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-list__a {
  padding: 0.5rem 0.5rem 0rem;
  font-weight: 500;
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .faq-list__a {
    font-size: 1.125rem;
    padding: 1.5rem 1.625rem 0rem;
  }
}

.js-aco_title {
  cursor: pointer;
}

.close .plus span:nth-of-type(2) {
  opacity: 0;
}

.news {
  padding: 3.5rem 0 5.75rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 6.5rem 0 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .news-inner {
    max-width: 82.8125rem;
  }
}

.news-title {
  padding: 0 0 0.625rem 0.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 2px solid #0075bf;
}
@media screen and (min-width: 768px) {
  .news-title {
    padding: 0 0 1.25rem 1rem;
    gap: 1.75rem;
  }
}

.news-title__main {
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 3.125rem;
}
@media screen and (min-width: 768px) {
  .news-title__main {
    font-size: 2.625rem;
  }
}

.news-title__sub {
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .news-title__sub {
    font-size: 1.5rem;
  }
}

.news-list {
  padding: 1.125rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .news-list {
    padding: 1.125rem 2.125rem 0;
  }
}

.news-list__item {
  font-weight: 500;
  line-height: 1.4285714286;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    gap: 2.25rem;
    line-height: 2.2222222222;
    font-size: 1.125rem;
  }
}

.news-list__item:nth-child(n+2) {
  margin-top: 1rem;
}
.news-list__item--title {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__item--title {
    margin-top: 0;
  }
}

.contact {
  background-color: #f6fafb;
  padding: 3.125rem 0 5.75rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 2.25rem 0 8.125rem;
  }
}

.contact .section-title {
  text-align: center;
}
.contact .section-title__sub {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact .section-title__sub {
    margin-top: 0.75rem;
  }
}

.form {
  margin: 2.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 2rem;
    max-width: 81.25rem;
  }
}

.form-top__text {
  font-weight: 500;
  line-height: 1.4285714286;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form-top__text {
    line-height: 2.2222222222;
    font-size: 1.125rem;
    margin-left: 2.75rem;
  }
}

.form form {
  margin-top: 2.375rem;
  color: #555;
}
@media screen and (min-width: 768px) {
  .form form {
    margin: 2.25rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .form-block {
    display: flex;
    max-width: 60rem;
    margin-left: 2.75rem;
  }
}

.form-block:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n+2) {
    margin-top: 2.25rem;
  }
}

.form-block__label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form-block__label {
    width: 16.25rem;
    font-size: 1.125rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .textarea-block p {
    flex-wrap: wrap;
  }
}

.form-block__label .hissu {
  display: inline-block;
  background-color: #f2383c;
  color: #fff;
  padding: 0.125rem 0.25rem;
  line-height: 1;
  font-weight: 600;
  font-size: 0.75rem;
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form-block__label .hissu {
    font-size: 0.875rem;
    padding: 0.15625rem 0.25rem;
    margin-left: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .textarea-block .hissu {
    margin-top: 0.875rem;
    margin-left: 0;
  }
}

.form-block__input {
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .form-block__input {
    width: calc(100% - 16.25rem);
    margin-top: 0;
    font-size: 1.125rem;
  }
}

.form-block__input input {
  background-color: #fff;
  border: 1px solid #dfdedf;
  width: 100%;
  height: 2.8125rem;
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .form-block__input input {
    height: 2rem;
  }
}

.form-block__input textarea {
  background-color: #fff;
  border: 1px solid #dfdedf;
  width: 100%;
  height: 8.375rem;
  overflow-y: auto;
  font-size: 1rem;
  padding: 0.25rem;
}
@media screen and (min-width: 768px) {
  .form-block__input textarea {
    font-size: 1.125rem;
    height: 8.125rem;
  }
}

.check-input {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
.check-input label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.check-input input {
  width: 1.1875rem;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .check-input input {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.textarea-block {
  align-items: flex-start;
}

.privacy-block {
  margin-top: 2.125rem;
  padding-top: 1.25rem;
  border-top: 1px solid #cdcdcd;
}
@media screen and (min-width: 768px) {
  .privacy-block {
    margin-top: 2.5rem;
    padding-top: 1.375rem;
  }
}

.privacy-block__content {
  padding: 1rem 0.75rem;
  width: 100%;
  height: 9.375rem;
  overflow-y: auto;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.4166666667;
  font-size: 0.75rem;
  border: 1px solid #dfdedf;
}
@media screen and (min-width: 768px) {
  .privacy-block__content {
    padding: 1rem 1.375rem;
    height: 10.625rem;
    line-height: 1.7142857143;
    font-size: 0.875rem;
    max-width: 77.5rem;
    margin: 0 1.875rem;
  }
}

.privacy-block__content--text {
  font-weight: 500;
  line-height: 1.4166666667;
  font-size: 0.75rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .privacy-block__content--text {
    line-height: 1.4285714286;
    font-size: 0.875rem;
    margin-top: 1.25rem;
    text-align: center;
  }
}

.form-btn {
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #00b899, #41c5e5);
  background: -webkit-linear-gradient(0deg, #00b899, #41c5e5);
  border-radius: 4px;
  margin: 3.125rem auto 0;
  width: 20rem;
  height: 4.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form-btn {
    width: 21.75rem;
    height: 5rem;
    line-height: 1.5384615385;
    font-size: 1.625rem;
    margin-top: 2.5rem;
  }
}

.thanks-text {
  margin-top: 3.75rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .thanks-text {
    font-size: 1.5rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-d_flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d_flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mobile_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-mobile_flex {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.blue-text {
  color: #0075bf;
}

.bold {
  font-weight: 700;
}

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