@charset "UTF-8";
/*================================================================
リセットCSS
================================================================*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
  padding-top: 75px;
}
@media screen and (min-width: 768px) {
  html {
    padding-top: 0px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
body.is-fixed {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 75%;
  }
}

.button {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
.button--bg {
  background-color: #F99F48;
}
.button--bg .button__text {
  color: #fff;
}
.button--border {
  border: 1px solid #fff;
}
.button--border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon-path {
  fill: #fff;
}
.button__icon-path--contact {
  fill: #fff;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
.button-x {
  font-size: 20px;
  color: #fff;
}

.credit {
  font-size: 6px;
  color: #6f6f6f;
}

.header {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  background-color: #78BBE6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  width: 100%;
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}
.header__menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__nav-item + .header__nav-item {
  margin-top: 24px;
}

.fv {
  max-width: 100%;
}
.fv__img {
  opacity: 0.6;
  padding-top: 4px;
}
.fv__contents {
  text-align: center;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  padding: 0 32px 32px 32px;
}
.fv__heading-main {
  display: block;
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.fv__heading-sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.section {
  padding: 48px 0 80px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
.section__head--center {
  text-align: center;
}
.section__head-main {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head-sub {
  font-size: 11px;
}
.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
}

.service {
  background-color: #D5EEFF;
}
.service__item {
  background-color: #fff;
  padding: 50px;
  border-radius: 150px;
}
.service__item + .service__item {
  margin-top: 40px;
}
.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item-name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works__item + .works__item {
  margin-top: 60px;
}
.works__item-img {
  margin-bottom: 12px;
}
.works__item-img img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
          box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}
.works__item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  text-decoration: underline;
}
.works__item-link {
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.works__item-link:hover {
  opacity: 0.7;
}
.works__item-text p {
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
}

.about__img {
  margin-bottom: 32px;
  max-width: 600px;
}
.about__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.about__name {
  font-size: 20px;
  margin-bottom: 32px;
  color: #6f6f6f;
}
.about__text-container {
  margin-bottom: 30px;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #D5EEFF;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #808080;
  padding: 46px 16px 24px;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  background-color: #F99F48;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow__item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.message__img {
  margin-bottom: 32px;
}
.message__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.message__text {
  font-size: 16px;
  line-height: 1.6;
}

.page-bottom {
  color: #fff;
}
.page-bottom__item {
  padding: 40px;
}
.page-bottom__item--contact {
  background-color: #F99F48;
}
.page-bottom__item--twitter {
  background-color: #1B435D;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact {
  width: -webkit-fill-available;
  padding-top: 75px;
}

/*--------------------------
// pc
--------------------------*/
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0px;
  }
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .main {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 50px 20px;
  }
  .header__container {
    width: 160px;
    text-align: center;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header__logo {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    padding: 0;
  }
  .header__menu-button {
    display: none;
  }
  .header__contents {
    border: none;
    display: block;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon-path {
    fill: #78BBE6;
  }
  .button:hover .button__text {
    color: #78BBE6;
  }
  .button:hover .button-x {
    color: #78BBE6;
  }
  .button--bg:hover {
    background-color: #F99F48;
    color: #fff;
    opacity: 0.7;
  }
  .button--bg:hover .button__icon-path {
    fill: #fff;
  }
  .button--bg:hover .button__text {
    color: #fff;
  }
  .fv {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fv__img {
    padding-top: 0;
  }
  .fv__contents {
    padding: 32px 0 0 0;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head-main {
    font-size: 60px;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .about__heading-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  .about__img {
    max-width: 400px;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-bottom__item {
    padding: 54px 10px;
  }
  .contact {
    padding-top: 0;
  }
}
/*--------------------------
// tb
--------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head-main {
    font-size: 54px;
  }
  .service__list {
    display: block;
  }
  .service__item + .service__item {
    margin-top: 40px;
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}
.p-contact__wrapper {
  width: 100%;
}

.p-contact {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.p-contact__title {
  text-align: center;
}

.p-contact__title--main {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-size: 40px;
  letter-spacing: 0.1em;
}

.p-contact__text--wrapper {
  text-align: center;
  margin-top: 2.4rem;
}

.c-form-field__wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}

.c-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.c-form-field__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}

.c-form-field__label {
  font-weight: 600;
}

.c-form-field__tag {
  border-radius: 2px;
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: #F99F48;
}

.c-form-field__tag--optional {
  border-radius: 2px;
  display: inline-block;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  background: #D9D9D9;
}

.c-form-text {
  border: 2px solid #333;
  border-radius: 0px;
  background: #FFF;
  width: 100%;
  padding: 12px 16px 13px 16px;
}
.c-form-text::-webkit-input-placeholder {
  color: #CCC;
}
.c-form-text::-moz-placeholder {
  color: #CCC;
}
.c-form-text:-ms-input-placeholder {
  color: #CCC;
}
.c-form-text::-ms-input-placeholder {
  color: #CCC;
}
.c-form-text::placeholder {
  color: #CCC;
}

.c-form-textarea {
  border: 2px solid #333;
  border-radius: 0px;
  background: #FFF;
  width: 100%;
  padding: 12px 16px 13px 16px;
  font-size: 16px;
  min-height: 200px;
}
.c-form-textarea::-webkit-input-placeholder {
  color: #CCC;
  font-size: 1.2rem;
}
.c-form-textarea::-moz-placeholder {
  color: #CCC;
  font-size: 1.2rem;
}
.c-form-textarea:-ms-input-placeholder {
  color: #CCC;
  font-size: 1.2rem;
}
.c-form-textarea::-ms-input-placeholder {
  color: #CCC;
  font-size: 1.2rem;
}
.c-form-textarea::placeholder {
  color: #CCC;
  font-size: 1.2rem;
}

.c-form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  font-size: 1.4rem;
}

.c-form-radio .wpcf7-list-item-label {
  font-weight: 600;
  padding-left: 38px;
  position: relative;
}
.c-form-radio .wpcf7-list-item-label::before, .c-form-radio .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form-radio .wpcf7-list-item-label:before {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  left: 0;
  border: 2px solid #333;
}
.c-form-radio .wpcf7-list-item-label::after {
  width: 1.2rem;
  height: 1.2rem;
  left: 0.6rem;
  opacity: 0;
  background: #F99F48;
}

.wpcf7-list-item {
  margin-left: 0;
}

.c-form-radio .wpcf7-list-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.c-form-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* セレクトボックスの矢印をカスタマイズ */
.c-form-field__select {
  position: relative;
}
.c-form-field__select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../img/polygon.svg") no-repeat center center;
  pointer-events: none;
}

.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-form__privacy {
  margin-top: 1.6rem;
  text-align: center;
}
.c-form__privacy label {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__privacy a {
  text-decoration: underline;
}

.c-form__privacy--text {
  font-size: 1.2rem;
}

.c-form__submit {
  text-align: center;
  margin-top: 3.2rem;
}

.wpcf7-spinner {
  display: none;
}

.c-btn--submit {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 7.7rem;
  padding-right: 7.7rem;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  background: #D9D9D9;
  border: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}
.c-btn--submit:hover {
  background: #F99F48;
  color: #fff;
}

.p-privacy__wrapper {
  width: 100%;
}

.p-privacy__pageTitle {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 6rem;
}

.p-privacy__content {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.p-privacy__content {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.p-privacy__content h3 {
  margin-top: 3rem;
  font-weight: 600;
}
.p-privacy__content ol {
  list-style-type: decimal;
  margin-left: 2rem;
}
.p-privacy__content ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.p-privacy__content a {
  color: #0066cc;
  text-decoration: underline;
}

.p-entry__wrapper {
  width: 100%;
  padding-top: 60px;
}

.p-entry__inner {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (min-width: 768px) {
  .p-entry__inner {
    max-width: 900px;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-entry__img {
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
          box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
}

.p-entry__pageTitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-entry__pageTitle {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 32px;
  }
}

.p-entry__heading {
  font-size: 10px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-entry__heading {
    font-size: 12px;
  }
}
.p-entry__heading dt {
  width: 75px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background: #D5EEFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-entry__heading dt {
    width: 100px;
  }
}
.p-entry__heading dd a {
  color: #0066cc;
}
.p-entry__heading dd a:hover {
  text-decoration: underline;
}

.p-entry__tags {
  margin-top: 8px;
}

.p-entry__body {
  padding-top: 35px;
  margin-top: 35px;
  margin-bottom: 60px;
  border-top: 1px dashed #ccc;
}
.p-entry__body p {
  font-size: 16px;
  line-height: 1.6;
}
.p-entry__body h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 16px;
}
.p-entry__body h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-entry__body h3::before {
  content: "■";
  display: block;
}
.p-entry__body ul {
  list-style-type: circle;
  margin-left: 40px;
  font-size: 16px;
}

.p-entry__btn {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__btn {
    margin-bottom: 60px;
  }
}
.p-entry__btn a {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-entry__btn a:hover {
  opacity: 0.7;
}

.p-thanks__content {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 16px;
  text-align: center;
}