@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*=======================================================================
# colors
======================================================================= */
/*=======================================================================
# common - 全体に共通するスタイル
======================================================================= */
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1000px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .no-tab {
    display: none;
  }
}
body {
  font-size: 16px;
  background: #f1d9d8;
  color: #1c1820;
  line-height: 1.6875;
}

img {
  width: 100%;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .inner {
    padding: 0 10px;
  }
}

/*=======================================================================
# header
======================================================================= */
.header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.drawer--right .header .drawer-hamburger {
  right: 3px;
}
.header .drawer-hamburger-icon {
  background-color: #1c1820;
}
.drawer-open .header .drawer-hamburger-icon {
  background: transparent;
}
.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background-color: #1c1820;
}

.header-inner {
  display: flex;
  height: 67px;
  background: #fff;
  max-width: 1464px;
  padding-left: 13px;
  padding-right: 23px;
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding-left: 7px;
  }
}

.header__logo {
  display: block;
}

.header__logo-title {
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-weight: bold;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .header__logo-title {
    margin-top: 5px;
    font-size: 20px;
  }
}

.header__logo-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-size: 10px;
  margin-top: -5px;
}

.header-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 767px) {
  .header-nav {
    display: block;
    background-color: #f1d9d8;
    padding: 24px 0;
  }
}

@media (min-width: 1000px) {
  .header-nav-list {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .header-nav-list {
    display: flex;
  }
}

@media (min-width: 1000px) {
  .header-nav-item + .header-nav-item {
    margin-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .header-nav-item + .header-nav-item {
    margin-left: 10px;
  }
}

.header-nav-item-link {
  display: block;
  color: #1c1820;
  font-size: 14px;
  line-height: 0px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 999px) {
  .header-nav-item-link {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .header-nav-item-link {
    font-size: 15px;
    text-align: right;
    padding: 10px 30px;
    height: 60px;
    line-height: 60px;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .header-nav-item-link {
    transition: color 0.4s;
  }
  .header-nav-item-link:hover {
    color: #e46f88;
  }
}

.header-nav-item-link-sp {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.header__button {
  margin-left: 23px;
}
@media (max-width: 767px) {
  .header__button {
    text-align: center;
    margin-top: 50px;
    margin-left: 0;
  }
}

.util-link {
  font-size: 8px;
  line-height: 1.5;
  background: #e46f88;
  color: #fff;
  border: solid 1px #e46f88;
  display: inline-block;
  padding: 8px 10px 5px 40px;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 1000px) {
  .util-link:hover {
    background: #fff;
    color: #e46f88;
  }
}
@media (max-width: 767px) {
  .util-link {
    padding: 15px;
    font-size: 14px;
    border-radius: 25px;
  }
}

.header__mail-icon {
  position: absolute;
  margin-left: -28px;
  margin-top: 6px;
  width: 20px;
  height: 15px;
  border-radius: 1px;
  border: solid 1px currentColor;
}
@media (max-width: 767px) {
  .header__mail-icon {
    width: 30px;
    height: 22px;
    color: #1f1b23;
    top: 37%;
    left: 91%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 391px) and (max-width: 500px) {
  .header__mail-icon {
    left: 87%;
  }
}
@media (max-width: 390px) {
  .header__mail-icon {
    width: 26px;
    height: 20px;
    left: 89%;
  }
}
.header__mail-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -4px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  transform-origin: bottom;
  transform: rotate(-50deg);
}
@media (max-width: 767px) {
  .header__mail-icon::before {
    left: 13px;
    top: -6px;
    width: 1px;
    height: 18px;
  }
}
@media (max-width: 390px) {
  .header__mail-icon::before {
    left: 11px;
    top: -6px;
    width: 1px;
    height: 16px;
  }
}
.header__mail-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -4px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  transform-origin: bottom;
  transform: rotate(50deg);
}
@media (max-width: 767px) {
  .header__mail-icon::after {
    left: 13px;
    top: -7px;
    width: 1px;
    height: 19px;
  }
}
@media (max-width: 390px) {
  .header__mail-icon::after {
    left: 11px;
    top: -6px;
    width: 1px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .drawer-overlay {
    background: rgba(255, 255, 255, 0.768627451);
  }
}

/*=======================================================================
# main
======================================================================= */
/*common - 全体に共通するスタイル
======================================================================= */
.section__title {
  font-size: 32px;
  font-family: "dnp-shuei-mincho-pr6n";
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.section__title::after {
  content: "";
  display: block;
  height: 1px;
  width: 33px;
  background: #1c1820;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .section__title::after {
    margin-top: 5px;
    width: 20px;
  }
}

.section__subtitle {
  font-size: 16px;
  font-family: "dnp-shuei-mincho-pr6n";
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section__subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
}

/*=======================================================================
# top
======================================================================= */
.top {
  position: relative;
  margin-top: 66px;
  max-width: 1500px;
}
@media (max-width: 767px) {
  .top {
    margin-top: 60px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .top {
    padding: 0;
  }
}

.top__FV-text {
  position: absolute;
  top: 45%;
  left: 27%;
  transform: translate(-51%, -35%);
  width: 350px;
}

/*=======================================================================
# about
======================================================================= */
.about {
  max-width: 1500px;
}

.about__services {
  position: relative;
  margin-top: -146px;
  left: -57px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .about__services {
    left: -17px;
  }
}
@media (max-width: 767px) {
  .about__services {
    margin-top: -35px;
    left: -19px;
  }
}
.about__services img {
  width: 105%;
}
@media (max-width: 767px) {
  .about__services img {
    width: 105%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .about__services img {
    width: 100%;
  }
}

.about__text {
  font-size: 14px;
  font-family: "dnp-shuei-mincho-pr6n";
  margin-top: 28px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

/*=======================================================================
# feature
======================================================================= */
.feature {
  position: relative;
  max-width: 1500px;
  margin-top: -69px;
}
@media (max-width: 767px) {
  .feature {
    margin: 0;
  }
}

.feature_powder {
  position: absolute;
  top: 4%;
  left: 6%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .feature_powder {
    top: 2%;
    left: 113px;
  }
}
.feature_powder img {
  width: 100%;
}
@media (max-width: 767px) {
  .feature_powder img {
    width: 60%;
  }
}

.feature__bg {
  position: relative;
  margin-top: 50px;
}

@media (min-width: 1000px) {
  .feature__bg-img {
    max-height: 1400px;
  }
}
@media (max-width: 767px) {
  .feature__bg-img {
    min-height: 1500px;
  }
}
@media (max-width: 390px) {
  .feature__bg-img {
    min-height: 1300px;
  }
}
@media (min-width: 391px) and (max-width: 500px) {
  .feature__bg-img {
    min-height: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .feature__bg-img img {
    max-height: 1300px;
  }
}

.feature__items {
  position: absolute;
  top: 0%;
}
@media (min-width: 1000px) {
  .feature__items {
    max-width: 1000px;
    margin-left: 200px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .feature__items {
    margin-left: 100px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .feature__items {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature__items {
    margin-top: 0;
    padding: 0 45px 50px 50px;
  }
}

.feature__item {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .feature__item {
    display: block;
  }
}

.feature__item-2 {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .feature__item-2 {
    display: block;
  }
}

.feature__content {
  width: 33%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .feature__content {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}

.feature__item-number {
  font-size: 38px;
  font-family: "annabelle-jf";
}
@media (max-width: 767px) {
  .feature__item-number {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media (max-width: 390px) {
  .feature__item-number {
    font-size: 20px;
    margin-left: 10px;
  }
}

.feature__item-title {
  font-size: 30px;
  font-family: "dnp-shuei-mincho-pr6n";
  color: #da4565;
}
@media (max-width: 767px) {
  .feature__item-title {
    font-size: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 390px) {
  .feature__item-title {
    font-size: 16px;
    margin-left: 10px;
  }
}

.feature__item-text {
  font-size: 21px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
}
@media (max-width: 767px) {
  .feature__item-text {
    text-align: left;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media (max-width: 390px) {
  .feature__item-text {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (min-width: 391px) and (max-width: 500px) {
  .feature__item-text {
    font-size: 15px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .feature__image {
    margin-top: 10px;
  }
}
.feature__image img {
  margin-top: 40px;
  width: 113%;
}
@media (min-width: 768px) and (max-width: 999px) {
  .feature__image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .feature__image img {
    margin-top: 20px;
    width: 80%;
  }
}
@media (max-width: 390px) {
  .feature__image img {
    width: 100%;
  }
}

/*=======================================================================
# frow
======================================================================= */
.frow__box-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .frow__box-img {
    z-index: 0;
  }
}

.frow__box-number {
  display: flex;
  font-size: 30px;
  font-family: "annabelle-jf";
}
@media (max-width: 767px) {
  .frow__box-number {
    display: block;
    margin: 0 20px;
    font-size: 20px;
  }
}

.frow__box-number1 {
  content: "";
  position: absolute;
  top: 12%;
  left: 13%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .frow__box-number1 {
    position: static;
    transform: none;
    text-align: center;
  }
}

.frow__box-number2 {
  content: "";
  position: absolute;
  top: 12%;
  left: 38%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .frow__box-number2 {
    position: static;
    transform: none;
    text-align: center;
  }
}

.frow__box-number3 {
  content: "";
  position: absolute;
  top: 12%;
  left: 63%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .frow__box-number3 {
    position: static;
    transform: none;
    text-align: center;
  }
}

.frow__box-number4 {
  content: "";
  position: absolute;
  top: 12%;
  left: 88%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .frow__box-number4 {
    position: static;
    transform: none;
    text-align: center;
  }
}

.frow__text {
  text-align: center;
  font-size: 15px;
  font-family: "dnp-shuei-mincho-pr6n";
  margin: 50px 0;
}
@media (max-width: 767px) {
  .frow__text {
    font-size: 10px;
    margin: 25px 0;
  }
}

.frow__box {
  display: flex;
  align-items: center;
  color: #fff;
  height: 39px;
  background: #da4565;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .frow__box {
    display: none;
  }
}

.frow__box-text {
  display: flex;
  font-size: 18px;
  font-family: "dnp-shuei-mincho-pr6n";
  justify-content: space-between;
  width: 1000px;
}

.frow__box-text1 {
  position: relative;
  width: 25%;
  text-align: center;
}
.frow__box-text1::after {
  position: absolute;
  content: "";
  border-top: solid 5px #f1d9d8;
  border-right: solid 5px #f1d9d8;
  width: 28px;
  height: 28px;
  top: -1px;
  left: 87%;
  transform: rotate(45deg);
}

.frow__box-text2 {
  position: relative;
  width: 25%;
  text-align: center;
}
.frow__box-text2::after {
  position: absolute;
  content: "";
  border-top: solid 5px #f1d9d8;
  border-right: solid 5px #f1d9d8;
  width: 28px;
  height: 28px;
  top: -2px;
  left: 86%;
  transform: rotate(45deg);
}

.frow__box-text3 {
  position: relative;
  text-align: center;
  width: 25%;
}
.frow__box-text3::after {
  position: absolute;
  content: "";
  border-top: solid 5px #f1d9d8;
  border-right: solid 5px #f1d9d8;
  width: 28px;
  height: 28px;
  top: -2px;
  left: 86%;
  transform: rotate(45deg);
}

.frow__box-text4 {
  position: relative;
  text-align: center;
  width: 25%;
}
.frow__box-text4 span {
  margin-left: 10px;
}

.frow__box-sp {
  margin-bottom: 40px;
  text-align: center;
}

.frow__box-inner-sp {
  margin: 0 1px;
}

.frow__box-text-sp {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "dnp-shuei-mincho-pr6n";
  text-align: center;
  background-color: #d83255;
  min-width: 140px;
  max-width: 250px;
  margin: 10px auto 0;
  padding: 5px 0;
}

.frow__triangle-sp {
  position: absolute;
  width: 43px;
  height: 38px;
  border-top: 30px solid #d83255;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  z-index: -1;
  text-align: center;
}
@media (max-width: 767px) {
  .frow__triangle-sp {
    left: 50%;
    transform: translate(-50%, -40%);
  }
}

/*=======================================================================
# faq
======================================================================= */
.faq {
  max-width: 1500px;
}
@media (max-width: 767px) {
  .faq {
    padding: 0;
  }
}

.faq__title {
  position: relative;
  display: flex;
  margin-top: 120px;
  height: 110px;
  background: linear-gradient(to bottom, #e9858f, #d72d52);
  font-size: 40px;
  color: #ffffff;
  font-family: "dnp-shuei-mincho-pr6n";
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 20px;
    height: 60px;
    margin-top: 50px;
    z-index: 2;
  }
}

.faq__bg {
  background: url(../img/faq_bg.png) center center/cover;
  background-size: cover;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .faq__bg {
    padding-bottom: 30px;
  }
}

.faq__triangle {
  position: absolute;
  width: 43px;
  height: 38px;
  border-top: 30px solid #d83255;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  left: 48%;
}
@media (max-width: 767px) {
  .faq__triangle {
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 1;
  }
}

.faqs__item {
  margin: 60px 0px 25px;
  padding: 20px 40px;
  background: #ffffff;
  box-shadow: 2px 2px 5px #b6b1b3;
}
@media (max-width: 767px) {
  .faqs__item {
    padding: 5px 10px;
    margin: 30px 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .faqs__item {
    padding: 10px 20px;
  }
}

.faqs__q {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-size: 25px;
  color: #d83255;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faqs__q {
    font-size: 12px;
    padding-left: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .faqs__q p {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .faqs__q {
    font-size: 21px;
  }
}
.faqs__q::before {
  content: "Q";
  padding: 0 15px 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #d83255;
  color: #ffffff;
  font-size: 32px;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media (max-width: 767px) {
  .faqs__q::before {
    position: absolute;
    transform: translate(-108%, -14%);
    font-size: 15px;
    padding: 0 10px 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.faqs__q::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #535353;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .faqs__q::after {
    position: relative;
    width: 108%;
    left: -33px;
    margin-top: 10px;
  }
}

.faqs__a {
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-size: 20px;
}
@media (max-width: 767px) {
  .faqs__a {
    font-size: 12px;
    padding: 8px 0 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .faqs__a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .faqs__a p {
    margin-left: 5px;
  }
}
.faqs__a span {
  color: #d83255;
  background-color: #ebea81;
  font-weight: bold;
}
.faqs__a::before {
  content: "A";
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  padding: 5px 22px 5px 15px;
  margin-right: 10px;
  color: #d83255;
  font-size: 32px;
}
@media (max-width: 767px) {
  .faqs__a::before {
    position: absolute;
    transform: translate(-115%, -11%);
    font-size: 15px;
    padding: 0 7px 3px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

/*=======================================================================
# participation
======================================================================= */
.participation {
  background: #ffffff;
  position: relative;
  max-width: 1500px;
}
@media (max-width: 767px) {
  .participation {
    padding: 0;
  }
}
.participation .section__title {
  margin-top: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .participation .section__title {
    padding: 30px 0;
  }
}
.participation .section__title::after {
  display: none;
}

.participation__button {
  position: absolute;
  font-size: 1.5em;
  line-height: 1.5;
  background: #5dcd41;
  color: #fff;
  border: solid 1px #5dcd41;
  display: inline-block;
  padding: 10px 0 5px 0;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 25px;
  width: 30%;
  top: 72%;
  left: 32%;
  transform: translate(-50%, -70%);
  text-align: center;
}
@media (min-width: 1000px) {
  .participation__button:hover {
    background: #fff;
    color: #5dcd41;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .participation__button {
    font-size: 16px;
    width: 33%;
    top: 74%;
    left: 32%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .participation__button {
    font-size: 12px;
    width: 43%;
    transform: translate(-46%, -53%);
    padding: 5px 0 5px 0;
    max-width: 200px;
  }
}
@media (max-width: 390px) {
  .participation__button {
    font-size: 10px;
  }
}

/*=======================================================================
# contact
======================================================================= */
.contact {
  max-width: 1500px;
  margin-top: 60px;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0.2em 0.5em;
  background: #e4e4e4;
  border-radius: 2px;
}
.contact input[type=text],
.contact input[type=email] {
  height: 40px;
}
.contact textarea {
  min-height: 122px;
  resize: vertical;
}

.contact__wrapper {
  background: #ffffff;
  padding: 20px 5px;
}
@media (max-width: 767px) {
  .contact__wrapper {
    margin: 0;
  }
}
.contact__wrapper .section__title {
  color: #d83255;
}
.contact__wrapper .section__title::after {
  display: none;
}
.contact__wrapper .section__subtitle {
  font-size: 12px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact__wrapper .section__subtitle {
    font-size: 10px;
    text-align: left;
  }
}
.contact__wrapper .section__subtitle span {
  display: inline-block;
  -webkit-text-decoration: underline gray;
          text-decoration: underline gray;
}

.contact__form {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 26px;
  }
}

.contact__text {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact__text-inline {
  font-size: 16px;
  color: #e46f88;
}

.contact__list {
  max-width: 1000px;
  margin: 18px auto 0;
}
@media screen and (max-width: 1065px) {
  .contact__list {
    max-width: 950px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__list {
    max-width: 500px;
  }
}

@media (min-width: 1000px) {
  .contact__item {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item {
    display: flex;
  }
}
.contact__item + .contact__item {
  margin-top: 32px;
}

.contact__item-title {
  background: #e46f88;
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  float: left;
  width: 100px;
}
@media (max-width: 767px) {
  .contact__item-title {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 35px;
    padding: 0 10px;
    width: 200px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .contact__item-title {
    flex: 0 1 100%;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title {
    flex: 0 1 100%;
  }
}
.contact__item-title span {
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  font-weight: 600;
  background: #ffffff;
  color: #e46f88;
  margin-left: 53px;
  padding: 8px 8px;
}
@media (max-width: 767px) {
  .contact__item-title span {
    font-size: 10px;
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title span {
    margin-left: 20px;
  }
}
.contact__item-title .contact__item-title-inline2 {
  margin-left: 123px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title .contact__item-title-inline2 {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .contact__item-title .contact__item-title-inline2 {
    margin-left: 102px;
  }
}
.contact__item-title .contact__item-title-inline3 {
  margin-left: 110px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title .contact__item-title-inline3 {
    margin-left: 77px;
  }
}
@media (max-width: 767px) {
  .contact__item-title .contact__item-title-inline3 {
    margin-left: 88px;
  }
}
.contact__item-title .contact__item-title-inline4 {
  margin-left: 123px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title .contact__item-title-inline4 {
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .contact__item-title .contact__item-title-inline4 {
    margin-left: 102px;
  }
}
.contact__item-title .contact__item-title-inline5 {
  margin-left: 67px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title .contact__item-title-inline5 {
    margin-left: 34px;
  }
}
@media (max-width: 767px) {
  .contact__item-title .contact__item-title-inline5 {
    margin-left: 46px;
  }
}
.contact__item-title .contact__item-title-inline6 {
  margin-left: 109px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-title .contact__item-title-inline6 {
    margin-left: 76px;
  }
}
@media (max-width: 767px) {
  .contact__item-title .contact__item-title-inline6 {
    margin-left: 88px;
  }
}

.contact__textarea {
  padding-top: 45px;
  max-height: 130px;
}
@media (max-width: 767px) {
  .contact__textarea {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .contact__item-input {
    margin-top: 3px;
  }
}
@media (min-width: 1000px) {
  .contact__item-input {
    flex: 0 0 728px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1065px) {
  .contact__item-input {
    flex: 0 0 660px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .contact__item-input {
    flex: 0 0 300px;
    margin-left: 10px;
  }
}

.contact__text {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .contact__text {
    text-align: left;
  }
}

.contact__footer {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact__footer {
    margin-top: 14px;
  }
}

.contact__privacy {
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact__privacy-part {
  display: inline-block;
  height: 22px;
  width: 22px;
  border: solid 1px #e46f88;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .contact__privacy-part {
    height: 18px;
    width: 18px;
    top: 2px;
  }
}

.contact__privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact__privacy-input:checked + .contact__privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}
@media (max-width: 767px) {
  .contact__privacy-input:checked + .contact__privacy-part {
    top: 0px;
  }
}
.contact__privacy-input:focus + .contact__privacy-part {
  outline: -webkit-focus-ring-color auto 1px;
}
.contact__privacy-input:checked:focus + .contact__privacy-part {
  outline: none;
}

@media (max-width: 767px) {
  .contact__footer-text {
    font-size: 12px;
  }
}

.contact__privacy-link {
  color: #e46f88;
  text-decoration: underline;
}

.contact__footer-submit {
  margin-top: 46px;
  margin-bottom: 80px;
}
.contact__footer-submit .util-link {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #e4e4e4;
  color: #fff;
  border: solid 1px #e4e4e4;
  display: inline-block;
  padding: 13px 80px;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
}
.contact__footer-submit .util-link.-active {
  background: #e46f88;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .contact__footer-submit .util-link:not(.-submit):hover {
    background: #fff;
    color: #e46f88;
  }
}
@media (max-width: 767px) {
  .contact__footer-submit {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.contact__message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact__message.-error {
  color: #f00;
}

/*=======================================================================
# footer
======================================================================= */
.footer {
  padding: 42px 40px 12px;
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0 0 14px;
  }
}

.footer-sns-list {
  text-align: center;
}
@media (max-width: 767px) {
  .footer-sns-list {
    margin-top: 14px;
  }
}

.footer-sns-item {
  display: inline-block;
}
.footer-sns-item + .footer-sns-item {
  margin-left: 10px;
}

.footer__copyright {
  color: #1c1820;
  font-size: 12px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 5px;
    font-size: 8px;
  }
}