@charset "UTF-8";

/* Google Translate Overrides対応 */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 0px;
  }
}

* {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-appearance: none;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: break-word;
  color: #d06882;
  margin: 0;
}

@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
  }
}

br {
  display: block;
  content: "";
  margin: 10px 0;
}

h1 {
  font-size: clamp(2rem, 6vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: .3rem;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.3;
  letter-spacing: 0.005em;
}

h3 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  line-height: 1.4;
  letter-spacing: 0.01em;
}

h4 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0.005em;
}

h5 {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.005em;
}

h6 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: normal;
}

p {
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  line-height: 2;
  /* letter-spacing: 0.01em; */
}
@media (max-width: 768px) {
  p {
    line-height: 2;
  }
}

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

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media (min-width: 960px) {
  .pc_br {
    display: block;
  }

  .slider__front__sp {
    display: none;
  }

  #header__sp {
    display: none;
  }

  #header__sub__sp {
    display: none;
  }

  .policy__item__list h4 {
    font-size: 2.8rem;
  }

  .results__item__list h4 {
    font-size: 2.8rem;
  }

  .results__icon {
    font-size: 2.8rem;
  }

  .common__nav__button_bg {
    font-size: 2rem;
  }

  .question__item__list h4 {
    font-size: 2.8rem;
  }
}

.header__type__en {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__type__en img {
  width: 180px;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__logo img {
  width: 400px;
}

.header__logo p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #505050;
  letter-spacing: .2rem;
  line-height: 1;
  margin-top: 6px;
}

.header__sp__icon {
  display: flex;
  align-items: center;
}

.header__sp__icon h1 {
  margin: 0;
  padding: 0;
}

.header__sp__icon img {
  width: 100%;
}

.header__sp__image {
  display: flex;
  align-items: center;
}

.header__sp__image p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.header__nav__translate {
  display: flex;
  align-items: center;
  justify-content: right;
  list-style: none;
  flex-basis: 20%;
}

.header__nav__translate__item {
  font-size: 1rem;
  letter-spacing: .1rem;
  align-items: center;
  opacity: .9;
}

.header__nav__container {
  display: flex;
  align-items: center;
  justify-content: right;
  list-style: none;
  flex-basis: auto;
}

.header__nav__link {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  opacity: .7;
  align-items: center;
}



.wrapper .container {
  width: 100%;
  margin: 0px auto;
  padding: 120px 5%;
}

@media (max-width: 768px) {
  .wrapper .container {
    padding: 60px 20px;
  }
}

.wrapper__common .container {
  width: 100%;
  margin: 0px auto;
  padding: 120px 5%;
}

@media (max-width: 768px) {
  .wrapper__common .container {
    padding: 60px 20px;
  }
}

.footer__wrapper .container {
  width: 100%;
  margin: 0px auto;
  padding: 40px 5% 15px 5%;
}

@media (max-width: 768px) {
  .footer__wrapper .container {
    padding: 20px 20px 15px 20px;
  }
}

.copyright__wrapper .container {
  width: 100%;
  margin: 0px auto;
  padding: 5px 5%;
}

@media (max-width: 768px) {
  .copyright__wrapper .container {
    padding: 5px 5%;
  }
}

/* wrapper */

.kv__wrapper .container {
  width: 100%;
  margin: 0 auto;
}

.splide__wrapper .container {
  width: 100%;
  margin: 0px auto;
  padding: 120px 0px;
}

@media (max-width: 768px) {
  .splide__wrapper .container {
    padding: 60px 0px;
    padding-bottom: 60px;
  }
}

.bg__lgry {
  background: #fafafa;
}

.bg__pnk {
  background: #d06882;
}

.bg__lpnk {
  background: #eabfca;
}

/* header */

#header {
  display: none;
}

#header__sub {
  width: 100%;
  align-items: center;
  height: 80px;
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #d06882;
  color: #fff;
  transition: 0.7s ease-out;
}

#header.scroll-nav {
  width: 100%;
  height: 80px;
  align-items: center;
  background: #d06882;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.7s ease-out;
}

/* nav */

nav {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

nav h1 {
  text-decoration: none;
}

.header__nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 768px) {

  #header {
    display: none;
  }

  #header__sub {
    display: none;
  }

  #header.scroll-nav {
    display: none;
  }

  #header__sp {
    display: none;
  }

  #header__sub__sp {
    width: 100%;
    height: 0px;
    padding: 0 20px;
    align-items: center;
    position: fixed;
    top: 0;
    background: #d06882;
    z-index: 999;
    transition: 0.7s ease-out;
  }

  #header__sp.scroll-nav__sp {
    width: 100%;
    height: 68px;
    padding: 0 20px;
    align-items: center;
    position: fixed;
    top: 0;
    background: #d06882;
    z-index: 999;
    transition: 0.7s ease-out;
  }

  .header__sp__container {
    display: flex;
    height: 68px;
    justify-content: center;
    align-items: center;
  }

  .header__sp__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .header__sp__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .header__sp__logotype {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

    .header__sp__logotype {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .header__sp__image img {
    width: 200px
  }

  .header__sp__name {
    display: flex;
    align-items: start;
    list-style: none;
    margin-left: 6px;
    margin-top: 2px;
  }

  .drawer__button {
    position: relative;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
  }

  .drawer__button img {
    width: 32px;
  }

  /* 初期状態では×を非表示 */
  .drawer__button > span {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: translate(-50%, -50%)rotate(135deg);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* active時に×を表示 */
  .drawer__button.active > span {
    display: block;
  }

  /* ×の2本 */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  /* active時は画像を消す */
  .drawer__button.active img {
    display: none;
  }

  .drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }

  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #d06882;
    padding: 6rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }

  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
  }

  .drawer__nav__link {
    display: block;
    text-decoration: none;
    padding: 1rem 2rem;
    border-bottom: solid 1px #eeeeee84;
    color: #fff;
  }

  .drawer__nav__menu>li:first-child {
    border-top: solid 1px #eeeeee84;
  }

  .drawer__nav__item {
    font-weight: 600;
    letter-spacing: .1rem;
  }

  .drawer__translate {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  list-style: none;
}

  .drawer__translate__link {
    font-size: 1rem;
    letter-spacing: .1rem;
    text-align: center;
    color: #fff;
    opacity: .8;
  }

  /* body.active {
    height: 100%;
    overflow: hidden;
  } */
}

.drawer__nav__logo {
  text-align: center;
  margin-top: 40px;
}

.drawer__nav__logo img {
  width: 80px;
}

/* kv_copy pc */

.kv_copy__logo {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .kv_copy__logo {
    display: none;
  }
}

.kv_copy__logo img {
  width: 220px;
}


.kv_copy__top {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .kv_copy__top {
    display: none;
  }
}

.kv_copy__top h2 {
  font-size: 6rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
  color: #ffffff;
}

.kv_copy__top h2 span {
  font-size: 7rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
  color: #ffffff;
}

.kv_copy__middle {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.kv_copy__middle h1 {
  font-size: 3.5rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv_copy__middle {
    display: none;
  }
}

.kv_copy__middle img {
  width: 200px;
}


.kv_copy__bottom {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .kv_copy__bottom {
    display: none;
  }
}

.kv_copy__bottom h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.kv_copy__bottom h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.partner__nav__inner {
  max-width: 1400px;
  margin: 80px auto;
}
@media (max-width: 768px) {
  .partner__nav__inner {
    margin-top: 40px;
  }
}

.partner__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .partner__nav {
    grid-template-columns: 1fr;
  }
}

.partner__nav__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  min-width: 250px;
  height: 60px;
  border-radius: 999px;
  padding: 10px 15px;
  transition: 0.3s;/*マウスオンした時の変化のスピード*/
}
@media (max-width: 768px) {
  .partner__nav__btn {
    width: 100%;
    height: 48px;
  }
}

.partner__nav__btn__label {
  justify-content: center;
  align-items: center;
}

.partner__nav__btn__label h3 {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin: 0;
  color: #d06882;
}
@media (max-width: 768px) {
  .partner__nav__btn__label h3 {
  }
}

.partner__nav__btn__label p {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin: 0;
}

/* アイコンのスタイル */
.partner__nav__btn__arrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url('/img/icon_arrow.svg') no-repeat center center;
  background-size: contain; /* SVG全体をフィット */
}

.partner__nav__btn__blank::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url('/img/icon_blank.svg') no-repeat center center;
  background-size: contain; /* SVG全体をフィット */
}

.partner__section {
  display: none;
}

.partner__section:first-of-type {
  display: block;
}

.partner__nav__btn:hover {
  opacity: .7;
}

.partner__select {
  display: none;
}

@media (max-width: 768px) {

  .partner__nav {
    display: none;
  }

  .partner__select {
    display: block;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 48px 0 16px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    appearance: none; /* デフォルト矢印消す */
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .3s ease;
    color: #d06882;
  }

  .partner__select:focus {
    outline: none;
    border-color: #d06882;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  /* ▼矢印を自作 */
  .partner__nav__inner {
    position: relative;
  }

  .partner__nav__inner::after {
    content: "▾";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #d06882;
  }
}

/* kv_copy sp */

.kv_copy__logo__sp {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 960px) {
  .kv_copy__logo__sp {
    display: none;
  }
}

.kv_copy__logo__sp img {
  width: 120px;
}


.kv_copy__top__sp {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 960px) {
  .kv_copy__top__sp {
    display: none;
  }
}

.kv_copy__top__sp h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}


.kv_copy__middle__sp {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 960px) {
  .kv_copy__middle__sp {
    display: none;
  }
}

.kv_copy__middle__sp h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  text-align: center;
  color: #ffffff;
}

.kv_copy__bottom__sp {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .kv_copy__bottom__sp {
    display: none;
  }
}

.kv_copy__bottom__sp h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.kv_copy__bottom__sp h4 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}

.kv__nav__sp {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .kv__nav__sp {
    display: none;
  }
}



.header__logo__container {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
  top: 400px;
  z-index: 999;
  background: #e7276400;
}

.header__nav__item {
  margin: 0 0 0 30px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

.nav-box01 p {
  margin: 0;
  padding: 0;
}

.nav-box02 {
  background: #555555;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.nav-box02 p {
  margin: 0;
  padding: 0;
}


.kv {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: #d06882;
  background: url(/img/kv_01.webp);
  border-radius: 0px;
  background-size: cover;
  background-position: bottom;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .kv {
    /* background: url(/img/kv_sp_01.webp); */
    background-size: cover;
    background-position: bottom;
    padding: 30px 0;
  }
}

.bg__life_support {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: relative;
  background: #d06882;
  background: url(/img/bg_life_support.webp);
  border-radius: 30px;
  background-size: cover;
}

@media (max-width: 768px) {
  .bg__life_support {
    /* background: url(/img/bg_life_support_sp.webp); */
    background-size: cover;
    height: 600px;
  }
}


.service__item__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px 2%;
  margin: 60px 0;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .service__item__inner {
    gap: 30px 10%;
    margin-top: 30px;
    padding: 40px 20px;
  }
}

.service__item {
  width: 100%;
  width: 300px;
  height: 300px;
  border-radius: 30px;
  padding: 0px;
}
@media (max-width: 768px) {
  .service__item {
    width: 40%;
    height: 120px;
    padding: 0;
  }
}

.service__item__icon {
  width: 100%;
}
@media (max-width: 768px) {
  .service__item__icon {
    flex-basis: 100%;
  }
}

.service__item__icon img {
  border-radius: 5px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .service__item__icon img {
    object-fit: cover;
  }
}


.service__item__text {
  width: 100%;
}
@media (max-width: 768px) {
  .service__item__text {
    flex-basis: 100%;
  }
}

.service__item__text h3 {
  text-align: center;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d06882;
}

.service__item__text p {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
  color: #555;
}
@media (max-width: 768px) {
  .service__item__text p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}

.service__item__text p > span {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .service__item__text p > span {
    font-size: 1rem;
    line-height: 1;
  }
}

.service__item__title {
  width: 100%;
}

.service__item__title h3 {
  display: inline-block;
  text-align: center;
  margin: 40px 0px 60px 0;
  /* border-bottom: 1px solid #d06882; */
}
@media (max-width: 768px) {
  .service__item__title h3 {
    margin: 10px 0px 10px 0;
  }
}


.service__item__other {
  width: 100%;
}

.service__item__other h3 {
  display: inline-block;
  text-align: center;
  margin: 20px;
  /* border-bottom: 1px solid #d06882; */
}
@media (max-width: 768px) {
  .service__item__other h3 {
    margin: 0px;
    margin-top: 10px;
  }
}


.service__item__other p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  color: #555;
}
@media (max-width: 768px) {
  .service__item__other p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.service__icon {
  font-size: 8rem;
  vertical-align: -4px;
  line-height: 1;
  opacity: 1;
  color: #fff;
}


.support__item__inner {
  width: 100%;
  margin-top: 60px;
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .support__item__inner {
    margin-top: 20px;
  }
}

.support__item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /* border: 4px solid #d06882; */
  border-radius: 20px;
  padding: 0px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .support__item {
    width: 100%;
    padding: 0px;
  }
}

.support__item__icon {
}
@media (max-width: 768px) {
  .support__item__icon {
    flex-basis: 100%;
  }
}

.support__item__icon img {
  border-radius: 30px;
  width: 1200px;
}

.support__item__text {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .support__item__text {
    text-align: left;
    margin-top: 30px;
  }
}

.support__item__text ol {
  max-width: 600px;
  margin: 0 auto;
}

.support__item__text h3 {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .support__item__text h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    margin: 20px 0;
  }
}

.support__item__text h4 {
  text-align: center;
  line-height: 2.5;
}

.support__item__text p {
  margin-top: 10px;
  line-height: 1.8;
  color: #555;
}

.safe__item__inner {
  width: 100%;
  margin-top: 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .safe__item__inner {
    margin-top: 20px;
  }
}

.safe__item__text {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .safe__item__text {
    text-align: left;
    margin-top: 30px;
  }
}

.safe__item__text ol {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .safe__item__text ol {
    margin-left: 20px;
  }
}

.safe__item__text li {
  color: #555;
}

.safe__item__text p {
  margin-top: 10px;
  line-height: 1.8;
}

.features__item__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
  margin-top: 60px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .features__item__inner {
    gap: 30px 2%;
    margin-top: 30px;
    flex-direction: column;
  }
}

.features__item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .features__item {
    width: 100%;
    padding: 30px;
  }
}

.features__item__icon {
  width: 100%;
}
@media (max-width: 768px) {
  .features__item__icon {
  }
}

.features__item__icon img {
  width: 600px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .features__item__icon img {
    flex-basis: 120px;
  }
}

.features__item__text {
  text-align: center;
}
@media (max-width: 768px) {
  .features__item__text {
    text-align: left;
  }
}

.features__item__text h3 {
  text-align: center;
  margin: 20px 0;
}

.features__item__text h4 {
  text-align: center;
  line-height: 2.5;
}

.features__item__text p {
  line-height: 1.8;
  color: #555;
  margin-top: 20px;
}


.for_you_if__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
  margin-top: 60px;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .for_you_if__inner {
    gap: 30px 2%;
    margin-top: 30px;
    flex-direction: column;
  }
}

.for_you_if {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #d06882;
  border-radius: 20px;
  padding: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .for_you_if {
    width: 100%;
    padding: 30px;
  }
}

.for_you_if__icon {
  width: 100%;
}
@media (max-width: 768px) {
  .for_you_if__icon {
    flex-basis: 100%;
  }
}

.for_you_if__text {
  text-align: left;
}
@media (max-width: 768px) {
  .for_you_if__text {
    flex-basis: 100%;
  }
}

.for_you_if__text h3 {
  text-align: center;
  margin: 20px 0;
}

.for_you_if__text h4 {
  text-align: center;
  line-height: 2.5;
}

.for_you_if__text p {
  margin-top: 10px;
  line-height: 1.8;
}

.service__icon {
  font-size: 8rem;
  vertical-align: -4px;
  line-height: 1;
  opacity: 1;
}

.features__icon {
  font-size: 8rem;
  vertical-align: -4px;
  line-height: 1;
  opacity: 1;
}

.partner__item__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 120px;
  color: #fff;
}

@media (max-width: 768px) {
  .partner__item__title {
    margin-top: 60px;
  }
}

.partner__attention {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-bottom: 1px solid #fff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .partner__attention {
    margin-top: 40px;
  }
}

.partner__innner {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 80px 0;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 80px; 
}
@media (max-width: 768px) {
  .partner__innner {
    gap: 30px 0;
    padding: 0px;
    margin-top: 30px;
  }
}

.partner__list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  list-style: none;
  justify-content: center;
  padding: 60px;
  border: 1px solid #e7276430;
  border-radius: 20px;
  margin-bottom: 0px;
  background: #fff;
  gap: 0 60px;
}
@media (max-width: 768px) {
  .partner__list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px 0px;
    padding: 30px;
  }
}

.partner__list__text {
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .partner__list__text {
    padding: 20px 0px;
  }
}

.partner__image {
  width: 100%;
  display: flex;
  flex-basis: 20%;
  padding: 0px;
  align-items: center;
}
@media (max-width: 768px) {
  .partner__image {
    width: 100%;
    text-align: center;
  }
}

.partner__image img {
  width: 120px;
  border-radius: 20px;
}

.partner__daily__maker {
  display: block;
}
@media (max-width: 768px) {
  .partner__daily__maker {
    width: 100%;
  }
}

.partner__daily__image {
  display: flex;
  flex-basis: 80%;
  padding: 0px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .partner__daily__image {
    width: 100%;
  }
}

.partner__daily__image img {
  width: 400px;
  border-radius: 20px;
}

.partner__data {
  flex-basis: 50%;
  color: #555;
}
@media (max-width: 768px) {
  .partner__data {
    width: 100%;
    margin-top: 30px;
  }
}

.partner__data p {
  font-size: 1.5rem;
  letter-spacing: .1rem;
}
@media (max-width: 768px) {
  .partner__data p {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .partnere__list li {
    width: 100%;
    padding: 0 10px
  }
}

.partner__title {
  font-weight: 600;
}
@media (max-width: 768px) {
  .partner__title {
    text-align: center;
  }
}

.partner__title span {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .partner__title span {
  font-size: 1.2rem;
  }
}

.partner__detail {
  margin-top: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .partner__detail {
    letter-spacing: 0px;
    margin-top: 20px;
  }
}

.partner__detail dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.partner__detail dt {
  display: flex;
  align-items: center;
  flex-basis: 20%;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: #e7276430 solid 1px;
}
.partner__detail dd {
  display: block;
  align-items: baseline;
  flex-basis: 80%;
  padding: 15px 0;
  margin-bottom: 0rem;
  border-bottom: #e7276430 solid 1px;
}
@media (max-width: 768px) {
	.partner__detail dt {
    column-width: 100%;
    padding: 10px 0px 10px 0px;
    flex-basis: 25%;
	}
  .partner__detail dd {
    padding: 10px 0px 10px 0px;
    flex-basis: 75%;
    text-align: left;
	}
}

.partner__detail dd a {
  color: #d06882;
}

.partner__detail dt:first-child {
  border-top: 1px solid #e7276430;
}

.partner__detail dd:nth-child(2) {
  border-top: 1px solid #e7276430;
}

.partner__price {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .1rem;
}

@media (max-width: 768px) {
	.partner__price {
    font-size: 2rem;
	}
}

.partner__yen {
  margin-right: 2px;
}

.partner__comment {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 768px) {
	.partner__comment {
    font-size: 1.5rem;
	}
}

.partner__tax {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
	.partner__tax {
    font-size: 1rem;
	}
}

.partner__insurance {
  letter-spacing: .1rem;
}

.partner__insurance__tax {
  font-size: 1rem;
}


.partner__contact__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d06882;
  min-width: 280px;
  height: 100px;
  border-radius: 20px;
  padding: 10px 15px;
  transition: 0.3s;/*マウスオンした時の変化のスピード*/
  margin-top: 20px;
}
@media (max-width: 768px) {
  .partner__contact__btn {
    height: 48px;
    display: flex;
    justify-content: center;
    min-width: 180px;
    border-radius: 999px;
  }
}

.partner__contact__btn__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partner__contact__btn__label h3 {
  letter-spacing: .1rem;
  color: #ffffff;
  margin: 0;
}

.partner__contact__btn__label p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1rem;
  color: #ffffff;
  margin: 0;
}

/* アイコンのスタイル */
.partner__contact__btn__arrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url('/img/icon_arrow_w.svg') no-repeat center center;
  background-size: contain; /* SVG全体をフィット */
}


.guide__content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
}

@media (max-width: 768px) {
  .guide__content__inner {
    padding: 30px 30px;
  }
}

.guide__flow {
  display: block;
  padding: 60px 140px;
}

@media (max-width: 768px) {
  .guide__flow {
    padding: 30px 30px;
  }
}

.guide__flow h4 {
  text-align: left;
}

.guide__item__inner {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.guide__item__title {
  margin-top: 40px;
}


.guide__item__title_01 {
  text-align: center;
  margin-top: 0px;
}

.guide__item__title_01 h4 {
  text-align: center;
}

.guide__item__title_02 {
  text-align: center;
  margin-top: 60px;
}

.guide__item__title_02 h4 {
  text-align: center;
}

.guide__item {
  text-align: center;
  margin-top: 20px;
}

.add__icon {
  font-size: 2rem;
  margin-top: 10px;
  text-align: center;
}


.guide__flow__item {
  width: 100%;
  text-align: left;
  padding: 30px 20px;
  border-bottom: 1px solid #e7276430;
}

.guide__flow__item:first-of-type {
  border-top: 1px solid #e7276430;
}

.guide__flow__item h4 {
  text-align: left;
}

.guide__flow__item span {
  font-size: 1.2rem;
  font-weight: 400;
}

.guide__flow__item p {
  margin-top: 20px;
}





.contact__nav__item {
  width: 100%;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #d06882;
}

.contact__nav__item:first-of-type {
  border-top: 1px solid #d06882;
}

.contact__nav__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
}


.contact__nav__item summary::-webkit-details-marker {
  display: none;
}

.contact__nav__item summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #d06882;
  border-right: 2px solid #d06882;
  content: '';
  transition: transform .3s;
}

.contact__nav__item[open] summary::after {
  transform: rotate(225deg);
}

.contact__nav__item p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  transition: transform .5s, opacity .5s;
}

.contact__nav__item[open] p {
  transform: none;
  opacity: 1;
}

.contact__nav__item span {
  font-size: 1.5rem;
  font-weight: 400;
}


.agreement__list  {
  text-align: left;
}

.agreement__list p {
  line-height: 1.8;
}


.agreement__company {
  text-align: right;
  font-weight: 600;
  letter-spacing: .1rem;
  margin-top: 40px;
}

.kiyaku {
  margin-top: 30px;
  padding: 0 20px;
}

.kiyaku ul {
  list-style: none;
}

.kiyaku li {
  line-height: 1.8;
  margin-top: 15px;
}


.insurance__lead {
  border: #d06882 0px solid;
  text-align: left;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .insurance__lead {
    margin-top: 30px;
  }
}

.insurance__type {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .insurance__type {
  }
}

.insurance__at__etc {
  text-align: center;
  margin-top: 20px;
}

.insurance__at__etc p {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .insurance__at__etc p {
    font-size: 1rem;
  }
}


.insurance__item {
  margin-top: 30px;
  overflow: scroll;
  border-radius: 20px;
  border: solid 2px #d06882;
}
@media (max-width: 768px) {
  .insurance__item {
    margin-top: 5px;
  }
}


.insurance__item__sp p {
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
  opacity: .7;
}
@media (min-width: 960px) {
  .insurance__item__sp {
    display: none;
  }
}

.insurance__label {
  background: #d06882;
  border-radius: 5px;
  color: #fff;
}

.insurance__item table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 20px;
  text-align: center;
  border: 0px transparent;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .insurance__item table {
    width: 100%;
    min-width: 780px;
  }
}

.insurance__item tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.insurance__item table tr {
  padding: .35em;
  border: 1px solid #e7276430;
  border-radius: 20px;
}

.insurance__item table th,
.insurance__item table td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e7276430;
  border-bottom: 1px solid #e7276430;
  background: #fff;
}

.insurance__item table th:last-child,
.insurance__item table td:last-child {
  border-right: none;
}

.insurance__item table tbody tr:last-child th,
.insurance__item table tbody tr:last-child td {
  border-bottom: none;
}


.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  font-weight: bold;
}
.price span {
    font-size: .6em;
}


.shop__item {
  text-align: left;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .shop__item {
    margin-top: 40px;
  }
}

.shop__lead {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .shop__lead {
    margin-top: 30px;
  }
}

.shop__lead img {
  width: 180px;
}


.shop__item dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.shop__item dt {
  display: block;
  flex-basis: 15%;
  font-weight: 700;
  padding: 30px;
  border-bottom: #e7276420 solid 1px;
}
.shop__item dd {
  display: block;
  flex-basis: 85%;
  padding: 30px;
  border-bottom: #e7276420 solid 1px;
}
@media (max-width: 768px) {
  .shop__item dl {
    flex-flow: column;
    flex-basis: 15%;
  }
	.shop__item dt {
    padding: 0;
    flex-basis: 40%;
	}
  .shop__item dd {
    padding: 0 0 25px 0;
    flex-basis: 60%;
    border-bottom: #e7276420 solid 0px;
	}
}

.shop__item dt:first-child {
  border-top: 1px solid #e7276420;
}
@media (max-width: 768px) {
  .shop__item dt:first-child {
    border-top: none;
	}
}

.shop__item dd:nth-child(2) {
  border-top: 1px solid #e7276420;
}
@media (max-width: 768px) {
  .shop__item dd:nth-child(2) {
    border-top: none;
	}
}

.shop__item__at {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .shop__item__at {
    font-size: 1.2rem;
  }
}


.shop__data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .shop__data {
    flex-direction: column;
  }
}

.shop__image {
  width: 100%;
}

.shop__image img {
  height: 300px;
}

.map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .map {
    max-height: 300px;
  }
}

.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}


.contact__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact__inner {
    gap: 30px 0px;
    padding: 0px;
    margin-top: 40px;
  }
}

.contacts__item__inner {
  width: 100%;
  padding: 60px 60px;
  text-align: center;
  border: 1px dotted #d06882;
  border-radius: 30px;
  background: #fff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contacts__item__inner {
    width: 100%;
    border: 0px dotted #d06882;
    border-top: 1px dotted #d06882;
    border-radius: 0px;
    height: auto;
    padding: 60px 30px;
    margin-top: 20px;
  }
}

.webform__item__inner {
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  justify-content: center;
  border: 1px solid #d06882;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .webform__item__inner {
    padding: 30px;
  }
}

.kakao__item__inner {
  width: 100%;
  padding: 40px 40px;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .kakao__item__inner {
    width: 100%;
    padding: 30px;
  }
}


.contact__lead {
  margin-top: 10px;
}

.contact__btn {
  min-width: 300px;
  height: 60px;
  margin: 0 auto;
  padding: .2em 0em;
  background: #d06882;
  border-radius: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem;
  margin-top: 40px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  transition: 0.3s;/*マウスオンした時の変化のスピード*/
  position: relative;/*矢印アイコン位置の基点になる要素として指定*/
}
@media (max-width: 768px) {
  .contact__btn {
    font-size: 15px;
    height: 50px;
    border-radius: 60px;
    margin-top: 20px;
  }
}

.contact__btn:hover {
  opacity: 0.8;/*マウスオンしたときに８０％まで要素を薄くする*/
}


.tel__inner {
  padding: 40px 0;
  text-align: center;
  background: #ffffff;
  border: #ffffff solid 1px;
  margin-top: 60px;
  color: #d06882;
}
@media (max-width: 768px) {
  .tel__inner {
    padding: 30px 20px;
  }
}

/* Mac でも表示（PC大画面時用） */
@media (min-width: 769px) {
  body.mac .call-btn {
    display: inline-block;
  }
}

.tel__call:hover {
  opacity: 0.8;/*マウスオンしたときに８０％まで要素を薄くする*/
}

.sp__only { display: none; }
.pc__only { display: block; }

/* スマホ表示に切り替え */
@media (max-width: 768px) {
  .sp__only { display: block; }
  .pc__only { display: none; }
}


.tel__title {
  color: #555;
  text-align: center;
  margin-top: 40px;
}

body.mac .tel__call{ display:inline-block; }

.tel__lead {
  color: #555;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .tel__lead {
    font-size: 1rem;
  }
}

.tel__informaton {
  margin-top: 30px;
  color: #555;
}

.tel__informaton span {
  font-size: 1.5rem;
}


.tel__icon {
  margin-top: 0px;
}

.tel__icon span {
  font-size: 8rem;
  line-height: 1;
}

.tel__number {
  letter-spacing: .2rem;
  margin-top: 30px;
}

.tel__number img {
  width: 180px;
}
@media (max-width: 768px) {
  .tel__number img {
    width: 160px;
  }
}

.tel__number p {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.tel__number span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tel__call {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  padding: .2em 0em;
  background: #d06882;
  border: #194C9A solid 0px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2rem;
  margin-top: 10px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  transition: 0.3s;/*マウスオンした時の変化のスピード*/
  position: relative;/*矢印アイコン位置の基点になる要素として指定*/
}
@media (max-width: 768px) {
  .tel__call {
    font-size: 15px;
    height: 48px;
    margin-top: 10px;
  }
}

/* Mac でも表示（PC大画面時用） */
@media (min-width: 769px) {
  body.mac .call-btn {
    display: inline-block;
  }
}

.tel__call:hover {
  opacity: 0.8;/*マウスオンしたときに８０％まで要素を薄くする*/
}

.sp__only { display: none; }
.pc__only { display: block; }

/* スマホ表示に切り替え */
@media (max-width: 768px) {
  .sp__only { display: block; }
  .pc__only { display: none; }
}

.line__title {
  /* padding: 10px 10px;
  border: 1px solid #eeeeee; */
  margin-top: 40px;
}

.line__lead {
  margin-top: 40px;
  color: #555;
}
@media (max-width: 768px) {
  .line__lead {
    margin-top: 30px;
  }
}

.contact__icon {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .contact__icon {
    justify-content: center;
  }
}

.contact__data {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact__data {
    text-align: center;
    margin-top: 20px;
  }
}

.contact__data h4 {
  font-size: 4rem;
  margin-top: 40px;
  line-height: 2.2;
  color: #555;
}
@media (max-width: 768px) {
  .contact__data h4 {
    font-size: 2.5rem;
  }
}

.contact__icon img {
  width: 120px;
  margin-left: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact__icon img {
    width: 65px;
    margin: 0;
  }
}

.contact__icon h3 {
  margin-top: 20px;
}

.contact__icon p {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contact__icon p {
   font-size: 1rem;
  }
}

.line__account {
  font-size: 14px;
  margin-top: 10px;
}

.line__btn {
  margin-top: 40px;
}

.line__qr {
  margin-top: 20px;
}

.line__qr img {
  width: 120px;
}

.kakao__inner {
  padding: 40px 0;
  text-align: center;
  background: #ffffff;
  border: #ffffff solid 1px;
  margin-top: 60px;
  color: #d06882;
}
@media (max-width: 768px) {
  .kakao__inner {
    padding: 30px 20px;
  }
}

.kakao__title {
  margin-top: 30px;
  font-size: 16px;
}

.kakao__lead {
  font-weight: 700;
  display: inline-block;
  margin-top: 40px;
  border: #d06882 0px solid;
}
@media (max-width: 768px) {
  .kakao__lead {
    text-align: left;
    margin-top: 40px;
  }
}

.kakao__icon {
  text-align: center;
  margin-top: 30px;
}

.kakao__icon img {
  height: 65px;
}

.kakao__account {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.kako__title {
  text-align: center;
  margin-top: 40px;
}

.kakao__ban {
  width: 50%;
  height: 60px;
  margin: 0 auto;
  padding: .2em 0em;
  background: #fae100;
  border-radius: 60px;
  color: #d06882;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2rem;
  margin-top: 10px;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  transition: 0.3s;/*マウスオンした時の変化のスピード*/
  position: relative;/*矢印アイコン位置の基点になる要素として指定*/
}
@media (max-width: 768px) {
  .kakao__ban {
    font-size: 16px;
    height: 50px;
    border-radius: 60px;
  }
}

.tel__call:hover {
  opacity: 0.8;/*マウスオンしたときに８０％まで要素を薄くする*/
}


.kakao__account__id {
  margin-top: 30px;
  font-weight: 600;
}

.kakao__item {
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.kakao__item img {
  height: 200px;
}

.kakao__qr {
  margin-top: 40px;
  text-align: center;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 10
}

.line__attention {
  text-align: left;
  margin-top: 30px;
}

.kakao__attention {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .kakao__attention {
    text-align: left;
  }
}

.tel__attention {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555;
}
@media (max-width: 768px) {
  .tel__attention {
    font-size: 1rem;
  }
}

.common__contents__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .common__contents__title {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}


.common__contents__title h3 {
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: center;
}

.common__contents__title p {
  color: #d06882;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 768px) {
  .common__contents__title p {
    margin-left: 0px;
  }
}

.recruit__lead {
  padding: 10px 0px;
  letter-spacing: .3rem;
  text-align: left;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .recruit__lead {
    margin-top: 30px;
  }
}

.recruit__text {
  text-align: left;
  margin-top: 20px;
  line-height: 2;
}

@media (max-width: 768px) {
  .recruit__text {
    text-align: left;
    line-height: 1.5;
  }
}

.price__item span {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .price__item span {
    font-size: 1.2rem;
  }
}

.price__item {
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .price__item {
    margin-top: 30px;
  }
}

.price__item dl {
  display: flex;
  flex-flow: row wrap;
}

.price__item dt {
  flex-basis: 25%;
  font-weight: 700;
  letter-spacing: .2rem;
  padding: 40px 20px;
  border-bottom: #d06882 solid 1px;
}

.price__item dd {
  flex-basis: 75%;
  padding: 40px 20px;
  border-bottom: #d06882 solid 1px;
}

@media (max-width: 768px) {
  .price__item dt {
    column-width: 100%;
    padding: 15px 0px 5px 0px;
    flex-basis: 100%;
    border-bottom: #d06882 solid 1px;
  }

  .price__item dd {
    padding: 5px 0px 30px 0px;
    flex-basis: 100%;
    border-bottom: #d06882 solid 0px;
  }
}

.price__item dt:first-child {
  border-top: 1px solid #d06882;
}

@media (max-width: 768px) {
  .price__item dt:first-child {
    border-top: 0px solid #d06882;
  }
}

.price__item dd:nth-child(2) {
  border-top: 1px solid #d06882;
}

@media (max-width: 768px) {
  .price__item dd:nth-child(2) {
    border-top: 0px solid #d06882;
  }
}

.application__item {
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .application__item {
    margin-top: 30px;
  }
}

.application__item dl {
  display: flex;
  flex-flow: row wrap;
}

.application__item dt {
  flex-basis: 15%;
  font-weight: 700;
  letter-spacing: .2rem;
  padding: 40px 20px;
  border-bottom: #d06882 solid 1px;
}

.application__item dd {
  flex-basis: 85%;
  padding: 40px 20px;
  border-bottom: #d06882 solid 1px;
}

@media (max-width: 768px) {
  .application__item dt {
    column-width: 100%;
    padding: 15px 0px 5px 0px;
    flex-basis: 100%;
    border-bottom: #d06882 solid 1px;
  }

  .application__item dd {
    padding: 5px 0px 30px 0px;
    flex-basis: 100%;
    border-bottom: #d06882 solid 0px;
  }
}

.application__item dt:first-child {
  border-top: 1px solid #d06882;
}

@media (max-width: 768px) {
  .application__item dt:first-child {
    border-top: 0px solid #d06882;
  }
}

.application__item dd:nth-child(2) {
  border-top: 1px solid #d06882;
}

@media (max-width: 768px) {
  .application__item dd:nth-child(2) {
    border-top: 0px solid #d06882;
  }
}

.application__item__title {
  display: inline-block;
  position: relative;
}

.application__item__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10%;
  left: -18px;
  transform: translateX(-50%);
  width: 5px;
  height: 25px;
  background-color: #d06882;
}

@media (max-width: 768px) {
  .application__item__title:before {
    display: none;
  }
}

.application__item__type {
  font-weight: 700;
  margin-top: 20px;
}

.application__item__text {
  margin-top: 0px;
  margin-bottom: 20px;
}

.recruit__entry__lead {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #d06882;
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .recruit__entry__lead {
    padding: 30px 20px;
    margin-top: 50px;
  }
}

.recruit__entry__lead h4 {
  letter-spacing: .1rem;
}

.webform__lead {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  .webform__lead {
    margin-top: 20px;
  }
}

.webform__lead ol {
  margin-left: 20px;
}

.webform__lead li {
  text-align: left;
  margin-top: 20px;
}

.partner__attention__lead {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .partner__attention__lead {
    margin-top: 20px;
    text-align: left;
  }
}

.common__lead {
  margin-top: 80px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .common__lead {
    margin-top: 40px;
    text-align: left;
  }
}

.common__lead p > span {
  font-size: 1.5rem;
  opacity: .7;
}
@media (max-width: 768px) {
  .common__lead p > span {
    font-size: 1rem;
  }
}

.common__lead__w {
  margin-top: 80px;
  text-align: center;
  color: #555;
}

@media (max-width: 768px) {
  .common__lead__w {
    margin-top: 40px;
    text-align: left;
    padding: 0 20px;
  }
}

.privacy__lead {
  margin-top: 80px;
  text-align: left;
  color: #555;
}

@media (max-width: 768px) {
  .privacy__lead {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.common__lead__w h3 {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .common__lead__w h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    margin: 20px 0;
  }
}

.common__lead__w p > span {
  font-size: 1.5rem;
  opacity: .7;
}
@media (max-width: 768px) {
  .common__lead__w p > span {
    font-size: 1rem;
  }
}

/* contact */

/* facebook */

.facebook_wrap {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}

.fb-page {
  margin-top: 40px;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}

.nav__wrapper {
  width: 100%;
  margin: 0 auto;
}

.nav__item__inner__01 {
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .nav__item__inner__01 {
    flex-direction: column;
    margin-top: 0px;
  }
}

.nav__item__inner__02 {
  display: flex;
  text-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .nav__item__inner__02 {
    flex-direction: column;
  }
}

.nav__item__icon {
  color: #fff;
  font-size: 8rem;
  margin-left: 0px;
  padding: 0px;
}

.nav__item__icon img {
  width: 50px
}

/* nav 01 */

.nav__item__01 {
  width: 100%;
  display: inline-block;
  background: #d06882;
  border-top: 1px solid #fff;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 144px 96px 144px;
}

@media (max-width: 768px) {
  .nav__item__01 {
    font-size: 1.4rem;
    padding: 60px 20px;
  }
}

.nav__item__01 p {
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
}

.nav__item__01 h2 {
  color: #ffffff;
  text-align: center;
  letter-spacing: .1rem;
  margin: 20px 0;
}

.nav__item__01 button {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px 30px 25px;
  background: #ffffff;
  border-radius: 60px;
  transition: 0.3s;
  /*マウスオンした時の変化のスピード*/
  position: relative;
  /*矢印アイコン位置の基点になる要素として指定*/
  margin-top: 10px;
}

/* nav 02 */

.nav__item__02 {
  width: 100%;
  display: inline-block;
  background: #d6f0d6;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 144px 96px 144px;
}

@media (max-width: 768px) {
  .nav__item__02 {
    padding: 60px 20px;
  }
}

.nav__item__02 p {
  color: #d06882;
  text-align: left;
  line-height: 1.8;
}

.nav__item__02 h2 {
  color: #d06882;
  text-align: center;
  letter-spacing: .1rem;
  margin: 20px 0;
}

.nav__item__02 button {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px 30px 25px;
  background: #d06882;
  border-radius: 30px;
  transition: 0.3s;
  /*マウスオンした時の変化のスピード*/
  position: relative;
  /*矢印アイコン位置の基点になる要素として指定*/
  margin-top: 10px;
}

/* nav 03 */

.nav__item__03 {
  width: 100%;
  display: inline-block;
  background: #d6f0d6;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 144px 96px 144px;
}

@media (max-width: 768px) {
  .nav__item__03 {
    background: #d06882;
    padding: 60px 20px;
  }
}

.nav__item__03 p {
  color: #d06882;
  text-align: left;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .nav__item__03 p {
    color: #fff;
  }
}

.nav__item__03 h2 {
  color: #d06882;
  text-align: center;
  letter-spacing: .1rem;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .nav__item__03 h2 {
    color: #ffffff;
  }
}

.nav__item__03 button {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px 30px 25px;
  background: #d06882;
  border-radius: 30px;
  transition: 0.3s;
  /*マウスオンした時の変化のスピード*/
  position: relative;
  /*矢印アイコン位置の基点になる要素として指定*/
  margin-top: 10px;
}

@media (max-width: 768px) {
  .nav__item__03 button {
    background: #ffffff;
  }
}

/* nav 04 */

.nav__item__04 {
  width: 100%;
  display: inline-block;
  background: #d06882;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  padding: 144px 96px 144px;
}

@media (max-width: 768px) {
  .nav__item__04 {
    background: #d6f0d6;
    padding: 60px 20px;
  }
}

.nav__item__04 p {
  color: #fff;
  text-align: left;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .nav__item__04 p {
    color: #d06882;
  }
}

.nav__item__04 h2 {
  color: #ffffff;
  text-align: center;
  letter-spacing: .1rem;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .nav__item__04 h2 {
    color: #d06882;
  }
}

.nav__item__04 button {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 25px 30px 25px;
  background: #ffffff;
  border-radius: 30px;
  transition: 0.3s;
  /*マウスオンした時の変化のスピード*/
  position: relative;
  /*矢印アイコン位置の基点になる要素として指定*/
  margin-top: 10px;
}

@media (max-width: 768px) {
  .nav__item__04 button {
    background: #d06882;
  }
}

.common__heading {
  width: 100%;
  text-align: center;
}

.common__heading h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: .1rem;
  color: #d06882;
}

.common__heading h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 10px;
  border-radius: 40px;
  background-color: transparent;
}

@media (max-width: 768px) {
  .common__heading h2:before {
    width: 50px;
    bottom: -90%;
    left: 50%;
    height: 8px;
  }
}

/* common__heading h3 */

.common__heading h3 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: .1rem;
}

.common__heading h3:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 10px;
  border-radius: 40px;
  background-color: transparent;
}

@media (max-width: 768px) {
  .common__heading h3:before {
    bottom: -90%;
    left: 50%;
    width: 50px;
    height: 8px;
  }
}

/* privacy policy */

.privacy__inner {
  margin-top: 80px;
  padding-bottom: 30px;
  color: #555;
}

@media (max-width: 768px) {
  .privacy__inner {
    margin-top: 40px;
  }
}

.privacy__content h4 {
  margin-top: 40px;
}

.privacy__content p {
  margin-top: 10px;
}

.pprivacy__content ol {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.privacy__content li {
  padding-top: 10px;
  list-style-position: inside;
  padding-left: 10px;
}


.privacy__end__text {
  text-align: right;
}

.map__inner {
  margin-top: 60px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .map__inner {
    margin-top: 30px;
  }
}

.map__inner iframe {
  width: 100%;
  vertical-align: top;
  height: 400px;
}

@media (max-width: 768px) {
  .map__inner iframe {
    max-width: 100%;
    height: 200px
  }
}

.company__lead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .company__lead {
    margin-top: 60px;
  }
}

.company__lead img {
  width: 800px
}
@media (max-width: 768px) {
  .company__lead img {
    width: 300px
  }
}

.company__item__title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .company__item__title {
    margin-top: 60px;
  }
}

.company__item {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  color: #555;
}

.company__item dl {
  display: flex;
  flex-flow: row wrap;
}

.company__item dt {
  flex-basis: 20%;
  font-weight: 700;
  padding: 30px 20px;
  color: #d06882;
  border-bottom: #d0688230 solid 1px;
}

.company__item dd {
  flex-basis: 80%;
  padding: 30px 0px;
  border-bottom: #d0688230 solid 1px;
}

@media (max-width: 768px) {
  .company__item dt {
    padding: 0px 0px 0px 5px;
    flex-basis: 100%;
  }

  .company__item dd {
    padding: 10px 0px 30px 5px;
    flex-basis: 100%;
    line-height: 1.5;
    border-bottom: #e7276430 solid 0px;
  }
}

.company__item dt:first-child {
  border-top: 1px solid #e7276430;
}

@media (max-width: 768px) {
  .company__item dt:first-child {
    border-top: transparent;
  }
}

.company__item dd:nth-child(2) {
  border-top: 1px solid #e7276430;
}

@media (max-width: 768px) {
  .company__item dd:nth-child(2) {
    border-top: transparent;
  }
}

/* cta */

.cta__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .cta__inner {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.cta__list__icon {
  display: flex;
  justify-content: center;
}

.cta__list__icon img {
  width: 100px;
}

.cta__list {
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .cta__list {
  }
}

.cta__list__title {
  color: #d06882;
  line-height: 1.5;
  text-align: center;
}


/* cta button */

.cta__button__contact {
  width: 500px;
  height: 70px;
  margin: 0 auto;
  padding: .2em 0em;
  border-radius: 60px;
  border: 1px solid #ffffff;
  background: #d06882;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
  /*マウスオンした時の変化のスピード*/
  position: relative;
  /*矢印アイコン位置の基点になる要素として指定*/
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

@media (max-width: 768px) {
  .cta__button__contact {
    width: 300px;
    height: 50px;
    border-radius: 60px;
  }
}

.cta__button__contact::before {
  position: absolute;
  /*矢印アイコンを基点の要素に対して自由に配置できるようにする*/
  top: 43%;
  right: 2em;
  /*矢印を基点の要素の右から1文字文内側に動かす*/
  content: '';
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media (max-width: 768px) {
  .cta__button__contact::before {
    width: 8px;
    height: 8px;
  }
}

.cta__button__contact:hover {
  opacity: 0.8;
  /*マウスオンしたときに８０％まで要素を薄くする*/
}


/* footer nav */

.footer__company_data {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .1rem;
}

@media (max-width: 768px) {
  .footer__company_data {
    font-size: 1.4rem;
  }
}

/* footer */

.footer__corporate__logo {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.footer__corporate__logo img {
  width: 100%;
  padding: 0 40px 0 0;
  margin-top: 10px;
}


.footer__icon {
  margin: 0 auto;
  padding: 0px;
  margin-top: 20px;
  text-align: center;
}

.footer__icon img {
  width: 180px;
}

@media (max-width: 768px) {
  .footer__icon img {
    width: 120px;
  }
}

.footer__icon p {
  margin-top: 15px;
  color: #fff;
}

.footer__links__list {
  align-items: center;
  list-style: none;
  margin: 10px auto;
  text-align: center;
}

.footer__links__list a {
  margin: 0px 20px;
}

.footer__links__list a:hover {
  opacity: .5;
}


.footer__links__sns {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  margin-top: 30px;
}

.footer__links__sns img {
  width: 25px;
}

.footer__office {
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}

.footer__link__company {
  font-weight: 600;
  letter-spacing: .1rem;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.footer__link__privacy {
  font-size: 1.2rem;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .footer__link__privacy {
    font-size: 1rem;
  }
}

.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  text-align: center;
  align-items: center;
  color: #fff;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .footer__copyright {
    font-size: .8rem;
  }
}

/* page top */

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

#page-top {
  width: 60px;
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

@media (max-width: 768px) {
  #page-top {
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*　br　*/

.pc_br {
  display: none;
}


.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}


form {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

label {
  font-size: 1.8rem;
  text-align: left;
  display: block;
  color: #555;
}

@media (max-width: 768px) {
  label {
  font-size: 1.5rem;
  }
}



label span {
  font-size: 1rem;
  padding-left: 5px;
}

select,
option,
input[type=text],
input[type=tel],
input[type=url],
input[type=email] {
  width: 100%;
  height: 50px;
  background: #F0F0F0;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 7px 7px;
  text-align: left;
  display: block;
  box-sizing: none;
}

textarea {
  width: 100%;
  height: 120px;
  background: #F0F0F0;
  margin-top: 5px;
  margin-bottom: 40px;
  padding: 7px 7px;
  text-align: left;
  display: block;
}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3f3f3f;
  content: '';
}

.radio__content {
  padding: 10px;
  margin-bottom: 40px;
  background: #F0F0F0;
}

.radio__item {
  margin: 5px;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 180px;
  height: 60px;
  background: #d06882;
  border-radius: 999px;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    height: 48px;
    width: 100%;
    max-width: 320px;
    padding: 0;
  }
}

input[type="submit"]:hover {
  background-color: #ea7693;
  box-shadow: 0 4px 8px rgba(99, 50, 10, 0.25); /* 控えめな浮き影 */
  transform: translateY(-1px); /* ふわっと浮く */
}

input[type="submit"]:active {
  background-color: #d06882;
  box-shadow: 0 2px 4px rgba(99, 50, 10, 0.2);
  transform: translateY(0);
  opacity: 0.95;
}

.click__down a:hover {
  transform: translateY(4px);
}

.click__down {
  transition: 0.2s;
}

.click__down:active {
  transform: translateY(4px);
}

.agreement__check {
  display: block;
  margin-top: 15px;
}

input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 180px;
  height: 60px;
  border: 1px solid #d06882;
  border-radius: 99px;
  opacity: 1;
  align-items: center;
  color: #d06882;
  transition: 0.7s;
}

@media (max-width: 768px) {
  input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    height: 48px;
    width: 100%;
    max-width: 320px;
    padding: 0;
  }
}

input[type="radio"] {
  appearance: none;
}

input[type="checkbox"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 20px !important;
  height: 20px !important;
  background: red !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

.checkbox__01 {
  width: 15px;
}

input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.h-adr {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 10
}

.common__bg__wrapper {
  padding: 0 5%;
  margin-top: 120px
}

@media (max-width: 768px) {
  .common__bg__wrapper {
    padding: 0 20px;
    margin-top: 80px
  }
}

.common__bg__wrapper img {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .common__bg__wrapper img {
    border-radius: 10px;
  }
}

.contact__form__inner {
  background: #ffffff;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 0px 60px 60px 60px;
}

@media (max-width: 768px) {
  .contact__form__inner {
    padding: 0px 20px;
  }
}


/* iOSフォーム対策 */
@media (max-width: 768px) {

  input,
  textarea,
  select {
    font-size: 16px;
  }
}

.form__lead {
  margin-top: 40px;
  color: #555;
}

@media (max-width: 768px) {
  .form__lead {
    text-align: left;
    margin-top: 30px;
  }
}

.form__inner__text {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .form__inner__text {
    text-align: left;
  }
}

.form__inner__text_as {
  font-size: 1.6rem;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .form__inner__text_as {
    text-align: center;
  }
}

.form__agreement label {
  display: flex;
  align-items: flex-start; /* ←複数行でも上揃え */
  gap: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}

.form__agreement input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin: 3px 0 0 0;
  flex-shrink: 0;
}

.form__agreement input[type="checkbox"] {
  margin-top: 4px; /* 微調整 */
}

.agreement__checkbox {
  margin-top: 20px;
}

.form__required {
  font-size: 1.5rem;
  margin-top: 60px;
  color: #555;
}

@media (max-width: 768px) {
  .form__required {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.form__required span {
  font-size: 1rem;
}

.time-checkbox {
  margin-top: 10px;
  margin-bottom: 30px;
}


.time-checkbox label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  gap: 5px;
}


#formWrap {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 120px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #555;
}

table.formTable td,
table.formTable th {
  display: block;
  text-align: left;
  border-top: 0px solid #eee;
}

table.formTable td {
  width: 100%;
  display: block;
  text-align: left;
  border-top: 1px solid #eee;
}

table.formTable td {
  margin-top: 5px;
}

table.formTable th {
  width: 30%;
  margin-top: 50px;
  text-align: left;
}

p.error_messe {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
  color: #d06882;
}

@media screen and (max-width:768px) {
  #formWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 60px;
  }

  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }

  table.formTable th {
    margin-top: 20px;
    border-bottom: 0;
  }
}


.form_sec05 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-bottom: 1px solid #d06882;
  margin-bottom: 30px;
}

.form_sec06 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-bottom: 1px solid #d06882;
  margin-top: 30px;
  margin-bottom: 20px;
}

.form__top__link {
  text-align: center;
  margin: 80px 0;
}

@media (max-width: 768px) {
  .form_sec07 {
    margin-bottom: 120px;
  }
}

.form__message h3 {
  text-align: center;
  color: #555;
}

.form__message p {
  margin-top: 40px;
  text-align: center;
  color: #555;
}
@media (max-width: 768px) {
  .form__message p {
    margin-top: 20px;
    text-align: left;
  }
}

.form__complete__message h3 {
  text-align: center;
  color: #555;
}

.form__complete__message p {
  margin-top: 40px;
  text-align: center;
  color: #555;
}
@media (max-width: 768px) {
  .form__complete__message p {
    margin-top: 20px;
    text-align: center;
  }
}

.form__complete__attention {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 30px;
  margin-top: 40px;
}

.form__complete__attention h4 {
  text-align: center;
}

.form__complete__attention p {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form__complete__attention p {
    text-align: left;
  }
}

.form__btn__item {
  text-align: center;
  margin-top: 60px;
}

.form__btn__double {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .form__btn__double {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}




.form_sec11 {
  text-align: center;
}

@media (max-width: 768px) {
  .form_sec11 {
    text-align: left;
  }
}

.form_sec12 {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .form_sec12 {
    text-align: left;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 640px) {

  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #global-nav ul li {
    float: none;
    position: static;
  }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 18px 0;
  }

  #nav-toggle {
    display: block;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

.results__item__list {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #d06882;
  border-radius: 20px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .results__item__list {
    margin-top: 30px;
  }
}

.results__summary__inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  color: #555;
}

@media (max-width: 768px) {
  .results__summary__inner {
    padding: 20px 20px;
  }
}

.results__content__inner {
  display: block;
  padding: 0px 30px 30px 30px;
}

.results__item__data {
  margin-top: 20px;
  color: #555;
}

.results__icon {
  font-size: 1.5rem;
  vertical-align: -1px;
  color: #d06882;
  margin-right: 2px;
}

.nav__icon {
  font-size: 4rem;
  color: #fff;
  line-height: 0;
}

/* common */

.common__inner__title {
  display: flex;
  width: 100%;
  color: #ffffff;
  text-align: center;
  align-items: center;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .common__inner__title {
    margin-top: 30px;
  }
}

.common__title__w {
  width: 100%;
  text-align: center;
  color: #fff;
}

.common__title__w img {
  width: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .common__title__w img {
    width: 70px;
  }
}

.common__title__w h2 {
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}

.common__title__w p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .common__title__w p {
    font-size: 1.2rem;
  }
}

.common__title {
  width: 100%;
  text-align: center;
}

.common__title img {
  width: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .common__title img {
    width: 70px;
  }
}

.common__title h2 {
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}

.common__title p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .common__title p {
    font-size: 1.2rem;
  }
}

.features__title {
  width: 100%;
  text-align: center;
  color: #fff;
}

.features__title h2 {
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

.features__title p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .features__title p {
    font-size: 1.2rem;
  }
}

/* policy */


.policy__inner {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .policy__inner {
    margin-top: 0px;
  }
}

.policy__item__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d06882;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .policy__item__list {
    margin-top: 30px;
  }
}

.policy__icon {
  vertical-align: -3px;
  color: #d06882;
  line-height: 1;
  font-size: 6rem;
}

.policy__summary__inner {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.policy__content__inner {
  display: block;
  padding: 30px 40px;
}

@media (max-width: 768px) {
  .policy__content__inner {
    padding: 30px 30px;
  }
}

.policy__item__inner {
  display: block;
  width: 100%;
  align-items: center;
}

.policy__item__icon {
  align-items: center;
  justify-items: center;
}

.policy__item__title {
}

.policy__item__text {
  margin-top: 20px;
}

.policy__item__lead {
  padding: 0em 5px;
  margin-top: 10px;
}

/* アコーディオン */

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.icon {
  display: flex;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

@media (max-width: 768px) {
  .icon {
    width: 16px;
    margin-left: 3px;
  }
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2%;
  width: 15px;
  height: 2px;
  background-color: #d06882;
}

@media (max-width: 768px) {

  .icon::before,
  .icon::after {
    width: 10px;
    height: 2px;
  }
}


.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.open__content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.splide__inner {
  margin: 80px 0;
}

@media (max-width: 768px) {
  .splide__inner {
    margin: 40px 0;
  }
}

.splide__slide {
  width: 100%;
  display: grid;
  place-content: center;
  aspect-ratio: 4/1;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .splide__slide {
    aspect-ratio: 2/1;
    border-radius: 15px;
  }
}

.splide__slide h3 {
  text-align: center;
  width: 450px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .splide__slide h3 {
    width: 200px;
  }
}

.splide__pagination {
  bottom: auto;
  position: absolute;
  bottom: -2em;
}

@media (max-width: 768px) {
  .splide__pagination {
    bottom: -1em;
  }
}

.splide__pagination__page {
  background-color: #d06882;
  height: 8px;
  transition: .5s all;
  width: 8px;
}

.splide__arrow svg {
  fill: #d06882;
  height: 1.2em;
  width: 1.2em;
}