@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
  -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;
}

[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;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

em,
i {
  font-weight: normal;
}

.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100vh;
  width: 100%;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#content {
  width: 550px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow-y: auto;
}

#content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    max-width: 100%;
  }
}
img {
  max-width: 100%;
}

.header {
  width: 550px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 15px 10px;
  z-index: 5;
}
.header__inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    width: 100%;
    padding: 5px 10px;
  }
  .header__logo {
    width: 26.6666666667vw;
  }
  .header__menu {
    display: block;
  }
}
.wrap {
  width: 100%;
  overflow: hidden;
}

.fv {
  padding-bottom: 180px;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 30px;
}
.fv__btn {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.fv__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__btn a:hover {
  opacity: 0.8;
}

.bg {
  background: url(../img/bg02.png) no-repeat;
  background-size: cover;
  background-position: top;
}

.commitment {
  position: relative;
  padding: 0 0 180px;
  background: #f1e056;
  z-index: 1;
}
.commitment .ashirai {
  position: absolute;
  right: 0;
  top: -8%;
  width: 120px;
}
.commitment__top {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.commitment__top img {
  width: 100%;
}
.commitment__inner {
  position: relative;
  z-index: 2;
}
.commitment__title {
  text-align: center;
  margin-bottom: 40px;
}
.commitment__title img {
  width: 200px;
}
.commitment__img {
  width: 80%;
  margin-bottom: 30px;
}
.commitment__text img {
  margin-left: -15px;
  margin-bottom: -15px;
}
.commitment__text {
  padding: 0 30px;
}
.commitment__btn {
  display: block;
  width: 200px;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  background: #1fa8ff;
  padding: 10px 15px;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  box-shadow: 0 6px #1f4eff;
  transition: 0.3s ease;
}
.commitment__btn:hover {
  opacity: 0.8;
}
.commitment .ashirai01 {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 60%;
}
.commitment .ashirai02 {
  position: absolute;
  left: -10%;
  bottom: -4%;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .commitment {
    position: relative;
    padding: 0 0 180px;
    background: #f1e056;
    z-index: 1;
  }
  .commitment .ashirai {
    position: absolute;
    right: 0;
    top: -10%;
    width: 120px;
  }
  .commitment__top {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .commitment__top img {
    width: 100%;
  }
  .commitment__inner {
    position: relative;
    z-index: 2;
  }
  .commitment__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .commitment__title img {
    width: 200px;
  }
  .commitment__img {
    width: 80%;
    margin-bottom: 30px;
  }
  .commitment__text img {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .commitment__text {
    padding: 0 25px;
    font-size: 13px;
  }
  .commitment__btn {
    display: block;
    width: 200px;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    background: #1fa8ff;
    padding: 10px 12px;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    box-shadow: 0 6px #1f4eff;
    transition: 0.3s ease;
  }
  .commitment__btn:hover {
    opacity: 0.8;
  }
  .commitment .ashirai01 {
    position: absolute;
    right: -10%;
    top: 10%;
    width: 60%;
  }
  .commitment .ashirai02 {
    position: absolute;
    left: -10%;
    bottom: 2%;
    width: 60%;
  }
}
.message {
  position: relative;
  margin-top: -80px;
  padding-top: 40px;
  z-index: 2;
  background: linear-gradient(to right, #f08848 30%, #f8bc5c);
}
.message__top {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
}
.message__bottom {
  position: absolute;
  bottom: -24%;
  left: 0;
  width: 100%;
}
.message .ashirai {
  position: absolute;
  z-index: 5;
  top: -15%;
  left: -10px;
}
.message__inner {
  position: relative;
  z-index: 2;
}
.message__title {
  padding-left: 40px;
  margin-bottom: 30px;
}
.message__img {
  position: absolute;
  right: -20%;
  top: -25%;
  width: 65%;
}
.message__contents {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .message {
    position: relative;
    margin-top: -80px;
    padding-top: 10px;
    z-index: 2;
    background: linear-gradient(to right, #f08848 30%, #f8bc5c);
  }
  .message__top {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
  }
  .message__bottom {
    position: absolute;
    bottom: -14%;
    left: 0;
    width: 100%;
  }
  .message .ashirai {
    position: absolute;
    z-index: 5;
    top: -15%;
    left: -10px;
  }
  .message__inner {
    position: relative;
    z-index: 2;
  }
  .message__title {
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .message__title img {
    width: 180px;
  }
  .message__img {
    position: absolute;
    right: -20%;
    top: -15%;
    width: 65%;
  }
  .message__contents {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.service {
  background: url(../img/service-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  z-index: 1;
}
.service .ashirai {
  position: absolute;
  top: 8%;
  right: 5%;
}
.service__title {
  text-align: center;
  margin-bottom: 80px;
}
.service__lists {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .service {
    background: url(../img/service-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
  }
  .service .ashirai {
    position: absolute;
    top: 8%;
    right: 5%;
  }
  .service__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .service__title img {
    width: 220px;
  }
  .service__lists {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.voice {
  position: relative;
  z-index: 3;
  margin-top: -50px;
  background: linear-gradient(to right, #ee98a7 30%, #ffd2dc);
  padding-top: 40px;
  padding-bottom: 0;
}
.voice__top {
  position: absolute;
  top: -7%;
  left: 0;
  width: 100%;
}
.voice__bottom {
  position: absolute;
  left: 0;
  bottom: -7%;
  width: 100%;
}
.voice__inner {
  position: relative;
  z-index: 2;
}
.voice__title {
  margin-bottom: -30px;
  padding-left: 40px;
}
.voice__lists {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.voice__list {
  width: 48.5%;
}
.voice__list:nth-child(odd) {
  margin-top: -120px;
}
.voice .ashirai {
  position: absolute;
  top: -7%;
  left: 1%;
  z-index: 2;
}
.voice .ashirai02 {
  position: absolute;
  bottom: -6%;
  right: -3%;
}

@media screen and (max-width: 768px) {
  .voice {
    position: relative;
    z-index: 3;
    margin-top: -50px;
    background: linear-gradient(to right, #ee98a7 30%, #ffd2dc);
    padding-top: 30px;
    padding-bottom: 0;
  }
  .voice__top {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
  }
  .voice__bottom {
    position: absolute;
    left: 0;
    bottom: -7%;
    width: 100%;
  }
  .voice__inner {
    position: relative;
    z-index: 2;
  }
  .voice__title {
    margin-bottom: -30px;
    padding-left: 30px;
  }
  .voice__title img {
    width: 140px;
  }
  .voice__lists {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .voice__list {
    width: 48.5%;
  }
  .voice__list:nth-child(odd) {
    margin-top: -90px;
  }
  .voice .ashirai {
    position: absolute;
    top: -11%;
    left: 1%;
    z-index: 2;
  }
  .voice .ashirai02 {
    position: absolute;
    bottom: -6%;
    right: -3%;
  }
}
.flow {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background: url(../img/flow-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.flow__title {
  text-align: center;
  margin-bottom: 25px;
}
.flow__text {
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 50px;
}
.flow__lists {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 85%;
  margin: 0 auto;
}
.flow__list {
  background: #fff;
  border-radius: 40px;
  border: 3px solid #f08848;
  display: flex;
  align-items: center;
  padding: 40px 30px;
  justify-content: space-between;
}
.flow__list .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flow__list--num {
  color: #f08848;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.flow__list--icon {
  width: 60px;
}
.flow__list .right {
  width: 55%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.flow__list .right span {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 768px) {
  .flow {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background: url(../img/flow-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .flow__title {
    text-align: center;
    margin-bottom: 25px;
  }
  .flow__title img {
    width: 240px;
  }
  .flow__text {
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .flow__lists {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 85%;
    margin: 0 auto;
  }
  .flow__list {
    background: #fff;
    border-radius: 30px;
    border: 3px solid #f08848;
    display: flex;
    align-items: center;
    padding: 25px 25px;
    justify-content: space-between;
  }
  .flow__list .left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .flow__list--num {
    color: #f08848;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .flow__list--icon {
    width: 50px;
  }
  .flow__list .right {
    width: 55%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .flow__list .right span {
    font-weight: normal;
    font-size: 14px;
    display: block;
  }
}
.plans {
  padding: 80px 0 220px;
  background: url(../img/flow-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.plans__title {
  text-align: center;
}
.plans h3 {
  width: 80%;
  margin: 30px auto;
  text-align: center;
  background: #333333;
  border-radius: 40px;
  padding: 8px 0;
  font-size: 18px;
  color: #fff;
}
.plans__lists {
  width: 80%;
  margin: 0 auto;
}
.plans__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 3px solid #ee98a7;
}
.plans__list .left {
  font-size: 32px;
  font-weight: bold;
  width: 40%;
  text-align: center;
}
.plans__list .right {
  width: 58%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.plans__list .right span {
  font-size: 22px;
}
.plans__text {
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .plans {
    padding: 80px 0 220px;
    background: url(../img/flow-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .plans__title {
    text-align: center;
  }
  .plans__title img {
    width: 180px;
  }
  .plans h3 {
    width: 77%;
    margin: 30px auto;
    text-align: center;
    background: #333333;
    border-radius: 40px;
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
  }
  .plans__lists {
    width: 80%;
    margin: 0 auto;
  }
  .plans__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
  }
  .plans__list .left {
    font-size: 32px;
    font-weight: bold;
    width: 40%;
    text-align: center;
  }
  .plans__list .right {
    width: 58%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  .plans__list .right span {
    font-size: 22px;
  }
  .plans__text {
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.plans__imgs {
  overflow: hidden;
  padding: 10px 0;
}

.plans__imgs .swiper-wrapper {
  transition-timing-function: linear !important;
}

.plans__imgs .swiper-slide {
  width: 260px;
  /* 任意 */
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .plans__imgs .swiper-slide {
    width: 210px;
    /* 任意 */
    flex-shrink: 0;
  }
}
.plans__imgs .swiper-slide img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.contact {
  position: relative;
  margin-top: -80px;
  padding-top: 40px;
  z-index: 2;
  background: linear-gradient(to right, #f08848 30%, #f8bc5c);
  padding-bottom: 50px;
}
.contact__top {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
}
.contact__inner {
  position: relative;
  z-index: 3;
}
.contact__title {
  text-align: center;
}
.contact h3 {
  text-align: center;
  margin: 40px auto 20px;
  font-weight: bold;
  font-size: 24px;
}
.contact__line {
  width: 65%;
  margin: 30px auto;
  text-align: center;
}
.contact__line a:hover {
  opacity: 0.8;
}
.contact__line p {
  color: #ffffff;
  margin-top: 10px;
}
.contact__tel {
  width: 65%;
  margin: 0 auto 50px;
}
.contact__tel:hover {
  opacity: 0.8;
}
.contact__address {
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .contact {
    position: relative;
    margin-top: -80px;
    padding-top: 40px;
    z-index: 2;
    background: linear-gradient(to right, #f08848 30%, #f8bc5c);
    padding-bottom: 50px;
  }
  .contact__top {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
  }
  .contact__inner {
    position: relative;
    z-index: 3;
  }
  .contact__title {
    text-align: center;
  }
  .contact__title img {
    width: 180px;
  }
  .contact h3 {
    text-align: center;
    margin: 20px auto 10px;
    font-weight: bold;
    font-size: 18px;
  }
  .contact h3 img {
    width: 250px;
  }
  .contact__line {
    width: 65%;
    margin: 30px auto;
    text-align: center;
  }
  .contact__line a:hover {
    opacity: 0.8;
  }
  .contact__line p {
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
  }
  .contact__tel {
    width: 65%;
    margin: 0 auto 30px;
  }
  .contact__tel:hover {
    opacity: 0.8;
  }
  .contact__address {
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    font-size: 18px;
  }
}
.pc__menu {
  max-width: 270px;
  left: 7%;
  position: absolute;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .pc__menu {
    left: 2%;
    max-width: 220px;
    top: 50%;
  }
}
.pc__menu li {
  margin-bottom: 10px;
}
.pc__menu li a {
  display: block;
  background: #1fa8ff;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 3px 0;
  text-align: center;
  box-shadow: 3px 3px #000;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .pc__menu li a {
    font-size: 18px;
  }
}

.ashirai01 {
  max-width: 500px;
  position: absolute;
  top: -30px;
  left: -80px;
}
@media screen and (max-width: 1200px) {
  .ashirai01 {
    width: 350px;
  }
}

.ashirai02 {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  left: 20%;
}
@media screen and (max-width: 1200px) {
  .ashirai02 {
    left: 10%;
    width: 140px;
  }
}

.ashirai03 {
  height: 90%;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .ashirai03 {
    height: 60%;
    right: 2%;
  }
}
.ashirai03 img {
  height: 100%;
  width: auto;
}/*# sourceMappingURL=style.css.map */