@charset "UTF-8";
/* ========================

ヘッダー

=========================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.header__inner {
  max-width: 1022px;
  padding: 24px 20px 23px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__headline {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  height: 100%;
}
.header__image {
  padding-right: 16px;
  vertical-align: middle;
}
.header__nav {
  display: flex;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.menu {
  display: flex;
  align-items: center;
}
.menu__item {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu__item + .menu__item {
  padding-left: 46px;
}

.menu__item:last-child {
  padding-right: 184px;
}
@media screen and (max-width: 1000px) {
  .menu__item:last-child {
    padding-right: 20px;
  }
}

.contact__button {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  background: linear-gradient(to right, #FA41CC, #6020B0);
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 10px 35px 7px;
}

@media screen and (max-width: 768px) {
  .header__nav > a {
    display: none;
  }
}

/* ========================

ハンバーガー

=========================*/
.hamburger {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

.hamburger__button {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FA41CC;
}

.hamburger__border {
  background: white;
  transition: all 0.3s;
  width: 40px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
}

/* .hamburger__border:nth-child(1) {

} */
.hamburger__border:nth-child(2) {
  margin-top: 8px;
}

.hamburger__border:nth-child(3) {
  margin-top: 8px;
}

.js-hamburger__border {
  position: absolute;
}

.js-hamburger__border:nth-child(1) {
  transform: rotate(45deg);
  top: 29px;
  left: 10px;
}

.js-hamburger__border:nth-child(2) {
  background: transparent;
}

.js-hamburger__border:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  right: 10px;
}

.hamburger__back {
  position: fixed;
  top: 100px;
  left: 0;
  background: #fa41cc;
  width: 100vw;
  /* 100vh - ヘッダーの高さ */
  height: calc(100vh - 100px);
  display: none;
}

.hamburger__menu {
  display: block;
}

.hamburger__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hamburger__menu {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.hamburger__item:not(:first-child) {
  margin-top: 20px;
}

/* ========================

よくある質問

=========================*/
.question {
  padding: 55px 0 86px;
  display: flex;
  justify-content: center;
}
.question__inner {
  max-width: 907px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .question {
    padding: 55px 40px 86px;
  }
}

.question__headline {
  text-align: center;
  padding-bottom: 32px;
}
.question__headline-jp {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-bottom: 11px;
  display: block;
}
.question__headline-en {
  color: #3BA6C9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}

.accordion-container {
  max-width: 907px;
  /* 大丈夫そう */
}
.accordion-container .accordion-item, .accordion-container .accordion-title, .accordion-container .accordion-content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  cursor: pointer;
}
.accordion-container .accordion-item {
  border: 1px solid #E5E5E5;
}
.accordion-container .accordion-item:not(:first-child) {
  border: none;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.accordion-container .accordion-title {
  color: #333333;
  padding: 18px 0px 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .accordion-container .accordion-title {
    padding: 20px 20px;
    /* text-align: center; を使いつつ、他の要素とくっ付いたらpaddingを使用して少し距離を取る*/
  }
}
.accordion-container .accordion-content {
  color: #444444;
  background-color: #E5E5E5;
  padding: 24px 35px 26px;
  display: block;
}
.accordion-container .accordion-close-first {
  display: none;
}

/* ========================

制作実績

=========================*/
.works {
  padding: 55px 0 90px;
}

@media screen and (max-width: 500px) {
  .works__inner {
    padding: 0 20px;
    /* margin-right: 40px; */
    /* margin-left: auto; */
  }
}

.works__headline {
  text-align: center;
  padding-bottom: 68px;
}
.works__headline-jp {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.8;
  font-family: "Noto Sans JP";
  margin-bottom: 11px;
  display: block;
}
.works__headline-en {
  color: #3BA6C9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.swiper-slide {
  /* width: 322px; */
  height: 407px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-slide figure img {
  height: 210px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.swiper-slide__text-box {
  padding: 18px;
}
.swiper-slide__text-box-heading {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .swiper-slide__text-box-heading {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.swiper-slide__text-box-desc {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .swiper-slide__text-box-desc {
    font-size: 12px;
  }
}

/* ========================

ファーストビュー

=========================*/
.fv {
  background: url(../img/circle.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top -120px right -82px;
  position: relative;
}
.fv__inner {
  max-width: 1022px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 184px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fv__content {
  margin-top: 159px;
  margin-bottom: 155px;
}
.fv__content > h2 {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
  font-family: "Noto Sans JP";
  margin-bottom: 26px;
}
.fv__content > p {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  font-family: "Noto Sans JP";
  margin-bottom: 45px;
}
.fv__img {
  margin-top: 131px;
  margin-bottom: 113px;
}

/* 小さいPC・タブレット
----------------------*/
@media screen and (max-width: 1000px) {
  .fv {
    background-size: cover 500px;
    padding-left: -80%;
    padding-bottom: min(600vh, -90%);
  }
  .fv__inner {
    display: block;
    text-align: center;
  }
  .fv__content {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 159px;
  }
  .fv__img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .fv__img img {
    width: 40%;
  }
}
/* ========================

3つの特徴

=========================*/
.features__inner {
  padding: 71px 0 156px;
  max-width: 1022px;
  margin: 0 auto;
}

.features__headline {
  text-align: center;
  margin-bottom: 57px;
}
.features__headline-jp {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  margin-bottom: 10px;
  display: block;
}
.features__headline-en {
  color: #3BA6C9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.features__each {
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.features__each h3 {
  font-size: 28px;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.features__each h4 {
  font-size: 24px;
  line-height: 1.8;
}
.features__each p {
  font-size: 16px;
  line-height: 1.5;
}

.features__content {
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.features__content.-reverse {
  flex-direction: row-reverse;
}

/**** 画像の余白 ******/
.features__img-01 {
  margin: 49px 100px 86px 0;
}
.features__img-02 {
  margin: 59px 0 136px 84px;
}
.features__img-03 {
  margin: 62px 173px 0px 0px;
}

/**** テキストの余白 ******/
.features__text-01 {
  margin-top: 96px;
  margin-bottom: 45px;
}
.features__text-02 {
  margin-top: 61px;
  margin-bottom: 40px;
}
.features__text-03 {
  margin-top: 82px;
  margin-bottom: 33px;
}

/* 小さいPC・タブレット
----------------------*/
@media screen and (max-width: 1000px) {
  .features__inner {
    padding: 71px 20px 80px;
  }
  .features__each {
    margin-top: 60px;
  }
  .features__each h4 {
    font-size: 22px;
  }
  .features__each p {
    font-size: 15px;
  }
  .features__content {
    display: block;
    text-align: center;
  }
  .features__img-01 {
    margin: 49px auto;
  }
  .features__img-02 {
    margin: 59px auto;
  }
  .features__img-03 {
    margin: 62px auto;
  }
  .features__text-01 {
    margin-top: 10px;
    margin-bottom: 45px;
    padding: 0 30px;
  }
  .features__text-02 {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .features__text-03 {
    margin-top: 20px;
    margin-bottom: 33px;
  }
  .features__img img {
    max-width: 100%;
  }
}
/* モバイル
----------------------*/
@media screen and (max-width: 768px) {
  .features__each {
    margin: 0 auto;
  }
  .features__each + .features__each {
    margin-top: 57px;
  }
  .features__text > h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .features__text p {
    font-size: 14px;
  }
  .features__text-01 {
    padding: 0;
  }
}
/* ========================

価格

=========================*/
.price {
  background-color: #EEFBFB;
  padding: 55px 0 68px;
  display: flex;
  justify-content: center;
}

.price__headline {
  text-align: center;
  padding-bottom: 66px;
}
.price__headline-jp {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Sans JP";
  margin-bottom: 11px;
  display: block;
}
.price__headline-en {
  color: #3BA6C9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  font-family: "Noto Sans JP";
}

.table {
  max-width: 926px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.table__header-01 {
  padding: 35px 33px 39px 19px;
}
.table__header-02 {
  padding: 44px 39px 34px 19px;
}
.table__header-03 {
  padding: 40px 36px 42px 17px;
}
.table__header-04 {
  padding: 39px 40px 48px 18px;
}
.table__data-01 {
  padding: 35px 520px 35px 31px;
}
.table__data-02 {
  padding: 43px 520px 31px 31px;
}
.table__data-03 {
  padding: 39px 520px 42px 31px;
}
.table__data-04 {
  padding: 38px 519px 49px 31px;
}

.table, th, td {
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: bold;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.3;
}

.price__inner_text {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-top: 36px;
}

/* 小さいPC・タブレット
----------------------*/
@media screen and (max-width: 1000px) {
  .price {
    padding: 55px 40px 68px;
  }
  .price__headline {
    padding-bottom: 40px;
  }
  .table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
  }
  .table > tr, .table th, .table td {
    display: block;
    text-align: center;
  }
  .table > th {
    word-wrap: break-all;
  }
  .table__data-01 {
    padding: 35px 0px 35px 0px;
  }
  .table__data-02 {
    padding: 43px 0px 31px 0px;
  }
  .table__data-03 {
    padding: 38px 0px 38px 0px;
  }
  .table__data-04 {
    padding: 38px 0px 49px 0px;
  }
}
/* ========================

ブログ

=========================*/
.blog {
  padding: 55px 70px 91px;
  background-color: #EEFBFB;
}

.blog__headline {
  text-align: center;
  padding-bottom: 54px;
}
.blog__headline-jp {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.8;
  font-family: "Noto Sans JP";
  margin-bottom: 11px;
  display: block;
}
.blog__headline-en {
  color: #3BA6C9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.blog__cards {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1226px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .blog__cards {
    flex-direction: column;
  }
}

.blog__card {
  width: 100%;
  max-width: 100%;
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #FFFFFF;
  font-weight: bold;
  font-family: "Noto Sans JP";
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s;
}
.blog__card img {
  width: 100%;
}
.blog__card:hover {
  opacity: 0.6;
}
.blog__card .card__body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog__card .card__body .card__text {
  color: #333333;
  font-size: 18px;
  line-height: 1.4;
  padding: 14px 30px 14px 18px;
}
.blog__card .card__body .card__time {
  display: flex;
  justify-content: right;
  color: #444444;
  font-size: 16px;
  line-height: 1.6;
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: 32px;
}
@media screen and (max-width: 1000px) {
  .blog__card {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .blog {
    padding: 55px 30px 91px;
    background-color: #EEFBFB;
  }
}
/* ========================

お問い合わせ

=========================*/
.contact {
  padding: 63px 0 70px;
  background-image: linear-gradient(90deg, #05A5FA 0%, #63FBD7 100%, #67FFD6 100%);
}
@media screen and (max-width: 1000px) {
  .contact {
    padding: 63px 40px 70px;
  }
}

.contact__inner .contact__headline {
  text-align: center;
  padding-bottom: 36px;
}
.contact__inner .contact__headline-jp {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.8;
  font-family: "Noto Sans JP";
  margin-bottom: 7px;
  display: block;
}
.contact__inner .contact__headline-en {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}
.contact__inner > p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  margin-bottom: 44px;
  text-align: center;
}

.contact-form {
  background-color: #FFFFFF;
  max-width: 908px;
  margin: 0 auto;
  padding: 31px 63px 35px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 31px 20px 35px;
  }
}
.contact-form dt {
  margin-bottom: 36px;
}
.contact-form dt > label {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Noto Sans JP";
  cursor: default;
}
.contact-form dd {
  margin-bottom: 25px;
}
.contact-form input, .contact-form textarea {
  background-color: #EEFBFB;
  padding-left: 5px;
}
.contact-form input {
  width: 499px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .contact-form input {
    width: 100%;
  }
}
.contact-form textarea {
  resize: none;
  width: 100%;
  height: 179px;
}
.contact-form span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  background-color: #0C449B;
  border-radius: 10px;
  padding: 5px 16px;
  margin-left: 23px;
}

.contact__send {
  font-weight: bold;
  font-family: "Noto Sans JP";
  text-align: center;
}
.contact__send .privacy {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
}
.contact__send .privacy > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
.contact__send button {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  background: #b2b2b2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 9px 50px;
}

.submit-change {
  background: linear-gradient(to right, #FA41CC, #6020B0) !important;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid blue;
  border-left: 3px solid blue;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  opacity: 0;
  top: 6px;
  left: 10px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

/* ========================

フッター

=========================*/
.footer {
  background-color: #F8F8F8;
}
.footer__inner {
  padding: 43px 0 49px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 43px 20px 49px;
  }
}
.footer__inner > h2, .footer__inner p, .footer__inner small {
  color: #333333;
  font-family: "Noto Sans JP";
}
.footer__inner > h2 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 21px;
  font-weight: bold;
}
.footer__inner > p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 52px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .footer__inner > p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__inner > p > span + span {
  margin-left: 29px;
}
@media screen and (max-width: 1000px) {
  .footer__inner > p > span + span {
    margin-left: 0;
  }
}
.footer__inner > small {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

html, body {
  scroll-padding-top: 94px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  position: relative;
  z-index: 0;
}/*# sourceMappingURL=style.css.map */