@charset "utf-8";

/* ベース
/************************************************************/

body {
  margin: 0;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: normal;
  color: #333;
  background-color: #ffffff;
}

main {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
}
p {
  line-height: 180%;
}

h2 {
  font-weight: 700;
  line-height: 168%;
  font-size: 2rem;
  text-align: center;
  margin: 3.5rem 0 0;
  font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.fw-1{
  font-weight: 100;
  }
.fw-2{
  font-weight: 200;
}
.fw-3{
  font-weight: 300;
}
.fw-4{
  font-weight: 400;
}
.fw-5{
  font-weight: 500;
}
.fw-6{
  font-weight: 600;
}
.fw-7{
  font-weight: 700;
}
.fw-8{
  font-weight: 800;
}
.fw-9{
  font-weight: 900;
}


.pink01{
  color: #FF1296;
}
.pink02{
  color:#FF2C6D;
}
.marugo{
font-family: "M PLUS Rounded 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/* 共通要素
/************************************************************/

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}

.heading {
  text-align: center;
}

/* アニメーション
/************************************************************/
.js-fade-in,
.js-fade-in-left,
.js-fade-in-right {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
}

/* 各方向の個別設定 */
.js-fade-in { transform: translateY(20px); }
.js-fade-in-left { transform: translateX(-20px); }
.js-fade-in-right { transform: translateX(20px); }

/* 表示状態の共通設定 */
.is-show {
  opacity: 1;
  transform: translate(0) !important;
}

/* 個人情報の取扱いについて */
/************************************************************/
.privacy__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 80px 1rem;
}
.privacy__inner h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.privacy__inner ol li {
  padding-bottom: 20px;
}
.privacy__inner ol li table th,
.privacy__inner ol li table td {
  border: 1px solid #333;
  padding-left: 20px;
}

.privacy__inner a {
  color: #3366cc;
}

/* プライバシーポリシー */
/************************************************************/
.privacy-link {
  margin: 2px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}
.copyright{
  text-align: center;
}
.privacy_policy .container{
  top: 6rem;
  margin: 0 0 8rem;
}
.privacy_policy h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.section__inner {
  padding: 20px;
}

.privacy__head {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.privacy__list {
  list-style-type: none;
  padding: 0;
}

.privacy__list__item {
  margin-bottom: 20px;
}

.privacy__list__item__ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.privacy__list__item__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.privacy__list__item__table th,
.privacy__list__item__table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.privacy__list__item__table__head th,
.privacy__list__item__table__head td {
  background-color: #f0f0f0;
  font-weight: bold;
}

.privacy__list__item--p-right {
  text-align: right;
}


/* ヘッダー
/************************************************************/

header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.logo__3ac {
  width: 12rem;
  margin: 1rem 0 0 2rem;
}

/* fv
/************************************************************/
.fv {
  position: relative;
  background: url('../img/fv_img.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
.fv::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/fv_img.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.8; /* 透明度を調整可能 */
  z-index: -1;
}
.fv-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
}

.fv-content {
  position: relative;
  width: fit-content;
  margin-left: 5%;
  padding-top: 9%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fv-sub__top {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 0.5rem;
}

.fv-text {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.3rem 2rem;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.fv-text h1 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: 0.06rem;
}

.fv-text h1 span {
  font-size: 4rem;
}

.fv-text__service-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.fv-text__service-inner img {
  height: 5rem;
}

p.fv-text__service {
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 0;
  filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
}

/* cta
/************************************************************/
.slash{
  font-family: Futura, 'Century Gothic';
}
.cta-1 {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  background: white;
  padding: 1rem 4.5rem;
  border-radius: 2.8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 5px solid #FF1296;
  z-index: 2;
  width: max-content;
}
.cta-1__text{
  margin: 0.5rem 0 0;
  max-width: 23rem;
}
.cta__heading {
  margin: 0.8rem 0 0.2rem;
  font-size: 1.2rem;
  text-align: center;
}

.text__inquiry{
  text-align: center;
  margin: 0.4rem 0 0;
}

.fv__cta{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv_btn__sindan{
  color: white;
  padding: 1rem 3.5rem 1rem 3rem;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  display: flex;
  line-height: 1.4;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  background: #FF2C6D;
  white-space: nowrap;
}

.arrow {
  position: absolute;
  right: 0.7rem;
  font-size: 0.8rem;
}

.cta-2 .cta-buttons {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}
.cta__inner{
display: flex;
    gap: 1rem;
    flex-direction: row;
  }

.cta-2 .btn__sindan, .btn__inquiry {
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  width: 8rem;
  display: flex;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
}

.cta-2 .btn__sindan {
  background: #FF2C6D;
  white-space: nowrap
}
.cta-2 .btn__inquiry {
  background: #FF1296;
  white-space: nowrap
}

.cta-2__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.1rem;
}

.cta-2 .tel-number {
  font-size: 1.3rem;
  white-space: nowrap
}

.cta-2 .reception-time {
  font-size: 0.9rem;
  color: #666;
  white-space: nowrap
}

.cta-3 {
    background: white;
    padding: 1rem 4.5rem;
    border-radius: 2.8rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 5px solid #FF1296;
    width: fit-content;
    margin: 3rem auto 0;
}

.cta-3 .cta-buttons {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
}
/* えるぼしサポートとは
/************************************************************/
.supprt-toha {
  position: relative;
  margin-top: -30vh;
  padding-top: 30vh;
  padding-bottom: 8rem;
  z-index: -1;
  overflow: hidden;
}

/* 背景とカーブを持つ内部要素 */
.supprt-toha::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 100%;
  background: linear-gradient(135deg,
    #FFDEEC 25%,
    #FFE1ED 25%,
    #FFE1ED 50%,
    #FFDEEC 50%,
    #FFDEEC 75%,
    #FFE1ED 75%
  );
  background-size: 40px 40px;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}

/* イラスト共通スタイル */
.supprt-illust {
  position: absolute;
}

/* 各イラストの位置指定 */
.supprt-illust1 {
  top: 34%;
  left: 11%;
  width: 4rem;
}

.supprt-illust2 {
  top: 50%;
  left: 18%;
  width: 4rem;
}

.supprt-illust3 {
  top: 65%;
  left: 8%;
  width: 4rem;
}

.supprt-illust4 {
  top: 35%;
  right: 16%;
  width: 4.5rem;
}

.supprt-illust5 {
  top: 41%;
  right: 10%;
  width: 5rem;
}

.supprt-illust6 {
  top: 65%;
  right: 16%;
  width: 5rem;
}
/* 中央コンテンツのスタイルは維持 */
.supprt-toha__inner {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 720px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 1rem;
}

.supprt-toha__inner h2{
margin: 5rem 0 0;
}
.supprt-toha__inner span{
font-size: 2.9rem;
}

.supprt-toha__inner ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  margin: 2rem;
}

.supprt-toha__inner li {
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.6rem;
  border: 7px solid #FE8ABB;
  color: #FE8ABB;
  position: relative;
}

.supprt-toha__inner p {
  line-height: 2.2;
  font-size: 1.2rem;
  color: #333;
}

/* お悩み
/************************************************************/
.onayami {
  margin: 0 auto;
  max-width: 1200px;
}

.onayami h2{
margin: 5rem 0 0;
color: #5C5C5C;
}

.onayami h2 span {
  font-size: 2.9rem;
}

.onayami-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem 1rem;
  flex-wrap: wrap;
  position: relative;
}

.onayami-card {
  width: 300px;
  position: relative;
}

.onayami-card__problem {
  position: relative;
  background: #F3F3F3;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 3rem;
}
.onayami-card__problem span{
  font-size: 1.4rem;
  font-weight: 700;
}

/* 影付きの疑似要素を追加 */
.onayami-card__problem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
  border-radius: 1rem;
  z-index: -1;
  filter: drop-shadow(8px 8px 0px rgb(197, 197, 197));
}

/* 三角形（影なし） */
.onayami-card__problem::after {
  content: '';
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-color: #FFD800 transparent transparent transparent;
  z-index: 1;
}

.onayami-card__solution {
  background: #FFFFD0;
  filter: drop-shadow(8px 8px 0px rgba(255, 216, 0, 1));
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 5.3rem;
}

.onayami-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.onayami-card__text {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.onayami-card img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

}
img.bid{
  width: 9.5rem;
  bottom: 2rem;
}
img.recruit {
  width: 6rem;
  bottom: 1rem;
}
img.money {
  width: 8rem;
  bottom: 2rem;
}
/* チェックセクション
/************************************************************/
.check-section {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEBF4 100%);
  padding: 0 0 5rem;
}

.check-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.5rem;
}

.check-title {
  color: #FE8ABB;
  font-size: 2rem;
  text-align: center;
  background: #FFEFF6;
  padding: 1rem 3rem;
  border-radius: 2rem;
  position: relative;
  width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  top: 3rem;
  border: 7px solid #FE8ABB;
}

.check-title::after {
  content: '';
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1.5rem 1.5rem 0 1.5rem;
  border-color: #FE8ABB transparent transparent transparent;
}

.check-title::before {
  content: '';
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1.2rem 1.2rem 0 1.2rem;
  border-color: #FFEFF6 transparent transparent transparent;
  z-index: 1;
}

.check-subtitle {
  color: #5c5c5c;
  font-size: 2.5rem;
  text-align: center;
}

.check-content {
  background: #fff;
  border-radius: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 2rem 0;
  border: 7px solid rgb(254, 138, 187);
}
.check-list{
  display: flex;
  gap: 1rem;
  align-items: center;

}

.check-image {
  flex: 0 0 21rem;
}

.checklist-img {
  width: 100%;
}

.check-items {
  flex: 1;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.check-item p{
font-size: 1.5rem;
line-height: 1.4;
}

.check-mark {
  flex: 0 0 3rem;
}

.check-mark img {
  width: 100%;
}

.check-arrow {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 9;
}

.check-arrow p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
}

.check-arrow img {
  width: 9rem;
  position: absolute;
  z-index: 2;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

/* チェック結果セクション
/************************************************************/
.check-result {
  background: #FFFFD0;
  border-radius: 2rem;
  padding: 2rem 0;
  max-width: 800px;
  margin: -2rem auto 0;
  position: relative;
  z-index: 1;
  border: 7px solid #FFD800;
}

.check-result__inner {
  text-align: center;
}

.check-result h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
}

.check-result__text {
  font-size: 1.8rem;
}
.check-result__check {
  font-size: 2.3rem;
}

.check-result__line {
  font-size: 1.8rem;
  color: #FF1296;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-decoration: underline;
  text-decoration-color: #FFD800;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.5rem;
  display: inline-block;
}

.check-result__note {
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

/* 3つのサポート
/************************************************************/
.support-three {
  background: #FAFAFA;
}

.support-three__inner{
  padding: 1rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.support-three h2 {
  color: #5C5C5C;
  margin-bottom: 4rem;
}

.support-three h2 span {
  font-size: 2.9rem;
}

.support-item_1 {
  display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3rem;
      gap: 1rem;
}
.support-item_2 {
  display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 3rem;
      gap: 1rem;
}
.support-item_3 {
  display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
  }

.support-item__title span {
  color: #FF1296;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 1rem 0 0;
  border-radius: 2rem;
  font-family: Futura, 'Century Gothic', YuGothic;
  font-style: italic;
}

.support-item__title {
  color: #FF1296;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
}

.support-item__text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.support-item__image {
  width: 300px;
  flex-shrink: 0;
}

.support-item_3 .support-item__image {
  width: 170px;
  flex-shrink: 0;
}

.support-item__note {
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  margin-top: 0.5rem;
}

/* サポートcta-2
/************************************************************/
.support-contact {
  background: #FFF8FB;
  border-radius: 2rem;
  margin: 4rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 5px solid #FF1296;
}

.support-contact__inner {
  max-width: 800px;
  margin: 1.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 1rem;

}

.support-contact__text-box {
  flex: 1;
  min-width: 0;
}

.support-contact__text {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.support-contact__note{
  font-size: 0.8rem;
  color: #666;
  line-height: 5px;
}

.consultant-image {
  width: 200px;
  border-radius: 1rem;
  flex-shrink: 0;
  object-fit: cover;
  padding: 1rem 1rem 0 1rem;
}

/* フロー
/************************************************************/
.flow {
  background: #fff;
  padding: 0 0 4rem 0;
}

.flow__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 1rem;
}

.flow__inner h2 {
  color: #5C5C5C;
  margin-bottom: 2rem;
  font-size: 2.9rem;
}
.flow__inner h3 {
  margin: 1.5rem 0 0.5rem 0;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.flow-item__content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-left: 3rem;
}

.flow-items {
  position: relative;
}

.flow-items::before {
  content: '';
  position: absolute;
  left: 2.2rem;
  top: 0;
  width: 7px;
  height: 90%;
  background: #5C5C5C;
}

.flow-item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.flow-item:last-child {
  margin-bottom: 0;
}

.flow-item__icon {
  flex-shrink: 0;
  width: 5rem;
  text-align: center;
}


/* お客さまのお声
/************************************************************/
.voice {
  padding: 0 0 4rem;
  background: #fff5f9;
}

.voice__inner {
  padding: 1rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.voice h2 {
  text-align: center;
  font-size: 2.9rem;
  margin: 2rem 0;
  font-weight: 700;
  color: #5C5C5C;
}

.voice-items {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.voice-item {
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  transition: transform 0.3s ease;
  gap: 40px;
  align-items: flex-start;
}

.voice-item:hover {
  transform: translateY(-5px);
}

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

.voice-item__image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin: 0.5rem 0;
}

.voice-item__main {
  flex: 1;
}

.voice-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  border-bottom: 2px solid #FF8BA7;
  padding-bottom: 15px;
}

.voice-item__copy {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF1296;
}

.voice-item__type {
  font-size: 1rem;
  color: #333;
  background: #FFF5F9;
  padding: 5px 15px;
  border-radius: 20px;
}

.voice-item__content {
  margin-bottom: 0;
}

.voice-item__section {
  margin-bottom: 14px;
}

.voice-item__section:last-child {
  margin-bottom: 0;
}

.voice-item__title {
  font-weight: 700;
  color: #FF1296;
  margin-bottom: 5px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.voice-item__title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FF1296;
  margin-right: 10px;
  border-radius: 50%;
}

.voice-item__text {
  font-size: 1rem;
}

/* よくあるご質問
/************************************************************/
.question {
  background: #FFF;
  padding: 0 0 4rem 0;
}

.question__inner {
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.question h2 {
  color: #5C5C5C;
  font-size: 2.9rem;
  margin-bottom: 2rem;
}

.question-list {
  max-width: 800px;
  margin: 0 auto;
}

.question-item {
  background: #F3F3F3;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.question-item__q {
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}

.q-mark {
  color: #FF1296;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0;
}

.question-text {
  font-size: 1.2rem;
  margin: 0;
  flex-grow: 1;
}

.toggle-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: #FF1296;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.question-item.active .toggle-btn {
  transform: rotate(45deg);
}

.question-item__a {
  padding: 0 2rem 1.5rem 5rem;
  display: none;
}

.question-item.active .question-item__a {
  display: block;
}

.question-item__a p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* フッター
/************************************************************/
footer {
  background: #FFF5F9;
}

.footer__inner {
  padding: 2rem 1rem 1rem;
  margin: 0 auto;
  display: flex;
  justify-items: center;
  max-width: 1100px;
  justify-content: space-evenly;
  gap: 1rem;
}

.footer__logo {
  width: 12rem;
  margin-bottom: 1rem;
}

.footer__company-name {
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px solid #FF1296;
  padding-bottom: 0.5rem;
  margin: 1rem 0;
}

.footer__offices {
  display: flex;
  gap: 2rem;
}
.footer__left{
width: 66%;
}
.footer__office h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer__office p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.footer__contact-btn {
  background: #FF1296;
  color: white;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.2;
  width: 15rem;
  font-weight: 600;
}

.tel-number {
  display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      text-decoration: none;
      color: #333;
      gap: 0.5rem;
}

.tel-icon {
  width: 2.5rem;
}

.reception-time {
  font-size: 0.8rem;
  color: #666;
}

.footer__certifications {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.5rem;
}

.cert-logo img{
    margin: 1rem 0 0;
    height: auto;
}

.footer__bottom {
  background: #FF1296;
  padding: 0.3rem;
  text-align: center;
  margin-top: 0.5rem;
}

.copyright {
  color: white;
  font-size: 0.9rem;
}

.right-banner {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: none;
  width: 260px;
  z-index: 9999;
}

.right-banner-close-wrapper {
  position: relative;
}

.right-banner-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50px;
}

.right-banner-close span {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%,0);
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.right-banner-close span:nth-of-type(1) {
  top: 25px;
  transform: translate(-50%,0) rotate(45deg);
}
.right-banner-close span:nth-of-type(2) {
  top: 25px;
  transform: translate(-50%,0) rotate(135deg);
}