@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) and (min-width: 391px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  line-height: 1.45;
  color: #333333;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #333;
}

p {
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.9;
}

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

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dcdddd;
}
.l-header .l-header__logo {
  position: relative;
  z-index: 9;
  width: 24%;
}
.l-header .l-header__inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
}

.l-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3.125rem;
  height: 100%;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  gap: 3.625rem;
  z-index: 9;
  height: 100%;
}
.l-header__list li {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.l-header__list li a,
.l-header__list li .nav-parent {
  font-size: 1rem;
  position: relative;
  display: block;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, rgb(181, 7, 103) 0%, rgb(147, 22, 73) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (hover: hover) {
  .l-header__list li:hover > .drop-menu {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__list li .nav-parent {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.l-header__list li .drop-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 200px;
  background-color: #f4f4f4;
  padding: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: initial;
}
.l-header__list li .drop-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.l-header__list li .drop-menu a {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0;
  color: #1a1a1a;
}
@media (hover: hover) {
  .l-header__list li .drop-menu a:hover {
    opacity: 1;
    color: #005dab;
  }
}
.l-header__list li.nav-contact {
  width: 170px;
}
.l-header__list li.nav-contact a {
  background-color: #004B73;
  padding: 6px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s ease;
  background: rgb(181, 7, 103);
  background: linear-gradient(90deg, rgb(181, 7, 103) 0%, rgb(147, 22, 73) 100%);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  letter-spacing: 0.16em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (hover: hover) {
  .l-header__list li.nav-contact a:hover {
    background-color: #08334B;
  }
  .l-header__list li.nav-contact a:hover::before {
    -ms-transform: none;
        transform: none;
  }
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: 70px;
  }
  .l-header .l-header__logo {
    width: 34%;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    background: #a61a50;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .l-header__nav .l-header__list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 40px;
    height: auto;
  }
  .l-header__nav .l-header__list li {
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
  }
  .l-header__nav .l-header__list li a {
    width: 100%;
    gap: 0;
    line-height: 1.2;
    color: #fff;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  .l-header__nav .l-header__list li a .jp {
    font-size: 1.25rem;
  }
  .l-header__nav .l-header__list li a .en {
    font-size: 0.75rem;
  }
  .l-header__nav .l-header__list li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url("../img/icon_arrow.svg") no-repeat top right/100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: initial;
    right: 20px;
  }
  .l-header__nav .l-header__list li .nav-parent {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  .l-header__nav .l-header__list li.nav-contact {
    width: 60%;
    max-width: 340px;
    margin: 0 auto;
  }
  .l-header__nav .l-header__list li.nav-contact a {
    background-color: #fff;
    color: #a61a50;
    padding: 12px;
  }
  .l-header__nav .l-header__list li .drop-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    box-shadow: none;
    padding: 20px 0;
  }
  .l-header__nav .l-header__list li .drop-menu li:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-sns__list {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 22px;
    width: 30px;
    height: 30px;
    background: url("../img/common/menu_btn.png") no-repeat center/100%;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger.is-active {
    background-image: url("../img/common/menu_btn_close.png");
  }
}
/* --------- contact --------- */
.c-contact {
  background: rgb(168, 209, 231);
  background: linear-gradient(90deg, rgb(168, 209, 231) 0%, rgb(162, 191, 230) 100%);
  padding: 50px 0;
}

.c-contact__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.c-contact__block .wrap {
  border: 2px solid #467fcd;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 5px;
  padding: 20px 16px 0 40px;
}
.c-contact__block .text-block {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 53%;
}
.c-contact__block .c-contact-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #467fcd;
  margin-bottom: 10px;
}
.c-contact__block .lead {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #467fcd;
  font-weight: 600;
}
.c-contact__block .c-btn {
  background-color: #467fcd;
  color: #fff;
}
.c-contact__block .c-btn::after {
  border-color: #fff;
}
.c-contact__block .img-block:first-of-type {
  width: 20%;
  position: absolute;
  left: 6%;
  bottom: 0;
}
.c-contact__block .img-block:last-of-type {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .c-contact {
    padding: 20px 0;
  }
  .c-contact .l-wrap {
    width: calc(100% - 40px);
  }
  .c-contact__block {
    border-radius: 20px;
    padding: 10px;
  }
  .c-contact__block .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
    padding: 8px;
  }
  .c-contact__block .text-block {
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .c-contact__block .c-contact-ttl {
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .c-contact__block .lead {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .c-contact__block .c-btn {
    margin-top: 15px;
  }
  .c-contact__block .img-block:first-of-type {
    position: static;
    width: 50%;
  }
  .c-contact__block .img-block:last-of-type {
    width: 68%;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
  overflow: hidden;
  background: rgb(81, 164, 207);
  background: linear-gradient(90deg, rgb(81, 164, 207) 0%, rgb(70, 127, 205) 100%);
  padding: 50px 0 70px;
}

#goToTop {
  display: block;
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 99;
  width: 60px;
}

.l-footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  gap: 5rem;
  margin-bottom: 38px;
}
.l-footer__top .logo {
  width: 30%;
  max-width: 208px;
}

.l-footer__nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footer__menu {
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
.l-footer__menu .list li:not(:last-child) {
  margin-bottom: 12px;
}
.l-footer__menu .list a {
  color: #fff;
  font-size: 0.875rem;
}
.l-footer__menu .list .nav-parent {
  color: #fff;
  line-height: 1.5;
}
.l-footer__menu .list .nav-parent + ul {
  border-left: 1px solid #fff;
  padding-left: 5px;
}
.l-footer__menu .list .nav-parent + ul li:not(:last-child) {
  margin-bottom: 0;
}
.l-footer__menu .list .nav-parent + ul li a {
  font-size: 0.75rem;
}

.l-footer__contact {
  width: 100%;
  max-width: 170px;
}
.l-footer__contact a {
  width: 100%;
  background-color: #fff;
  padding: 6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s ease;
  letter-spacing: 0.16em;
  color: #467fcd;
  font-weight: 700;
  font-size: 1rem;
}

.l-footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
  margin-bottom: 80px;
}
.l-footer__links li {
  width: 100%;
  max-width: 200px;
}

.c-copyLight {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 50px;
    background: linear-gradient(180deg, rgb(81, 164, 207) 0%, rgb(70, 127, 205) 100%);
  }
  #goToTop {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 4%;
    z-index: 99;
    width: 50px;
  }
  .l-footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-bottom: 30px;
  }
  .l-footer__top .logo {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .l-footer__nav {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .l-footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .l-footer__menu .list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .l-footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .c-copyLight {
    font-size: 0.75rem;
  }
}
/* —————————————————
  共通項目
  —————————————————*/
.c-ttl {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.c-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #51a4cf;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(81, 164, 207);
  background: linear-gradient(90deg, rgb(81, 164, 207) 0%, rgb(81, 164, 207) 50%, rgb(213, 233, 255) 50%, rgb(213, 233, 255) 100%);
}

.c-ttl-02 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #51a4cf;
  border-left: 1px solid #51a4cf;
  padding-left: 20px;
  padding: 14px 0 18px 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.c-ttl-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  margin-bottom: 12px;
}
.c-ttl-num .text {
  font-size: 1.1875rem;
  color: #467fcd;
  font-weight: 700;
}

.c-btn {
  margin-top: 20px;
  background-color: #d5e9ff;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 4px;
  width: 100%;
  max-width: 195px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  color: #333333;
  letter-spacing: 0.2em;
  position: relative;
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn.border {
  background-color: #fff;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .c-ttl.en {
    font-size: 1.375rem;
  }
  .c-ttl-02 {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 0 12px 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-ttl-num .text {
    font-size: 1.1875rem;
    color: #467fcd;
    font-weight: 700;
  }
  .c-btn {
    margin-top: 10px;
    padding: 6px;
    font-weight: 400;
  }
}
.u-center {
  text-align: center;
}

/* ------ animeation ------ */
.js-fade {
  opacity: 0;
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
  transition: all 0.5s ease-out;
}

.js-fade.is-active {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/* —————————————————
  home
  —————————————————*/
.l-main {
  margin-top: 90px;
}

.l-wrap {
  width: calc(100% - 50px);
  max-width: 1000px;
  margin: 0 auto;
}

/* -----------------------------------
  home
 ------------------------------------- */
/* ----------- top mv -----------*/
.p-top-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../img/top/mv_bg.png") no-repeat center/cover;
  padding-top: 2.625rem;
}

.p-top-mv__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-top-mv__block .p-top-mv__text {
  width: 46.6%;
}
.p-top-mv__block .p-top-mv__text .logo {
  max-width: 380px;
  margin-top: 3.25rem;
}
.p-top-mv__block .p-top-mv__img {
  width: 44.2%;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 70px;
  }
  .p-top-mv {
    width: 100%;
    padding: 30px 0 20px;
  }
  .p-top-mv__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .p-top-mv__block .p-top-mv__text {
    width: 65%;
    position: relative;
    z-index: 1;
  }
  .p-top-mv__block .p-top-mv__text .logo {
    width: 100%;
    margin-top: 40px;
  }
  .p-top-mv__block .p-top-mv__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56%;
    -ms-transform: translateX(4%);
        transform: translateX(4%);
  }
}
/* ----------- top vision -----------*/
.p-top-vision {
  padding: 6.25rem 0 10rem;
}

.p-top-vision__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-top-vision__block .img__block {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.p-top-vision__block .text__block {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .p-top-vision {
    padding: 40px 0;
  }
  .p-top-vision__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
  .p-top-vision__block .img__block {
    width: 100%;
  }
  .p-top-vision__block .text__block {
    width: 100%;
  }
}
/* ----------- top media -----------*/
.p-top-owned-media {
  position: relative;
  padding: 10rem 0;
}
.p-top-owned-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(245, 249, 243);
  background: linear-gradient(90deg, rgb(245, 249, 243) 0%, rgb(232, 242, 249) 100%);
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-top-youtube__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
.p-top-youtube__list .item {
  width: calc(33.3333333333% - 1.25rem);
}
.p-top-youtube__list .item a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-top-youtube__list .item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-owned-media {
    padding: 40px 0 60px;
  }
  .p-top-youtube__list {
    gap: 20px;
    padding: 0 16px;
  }
  .p-top-youtube__list .item {
    width: 100%;
  }
}
/* ----------- top other media -----------*/
.p-top-other-media {
  position: relative;
  padding: 8.75rem 0;
}

.p-top-other__list .media__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px;
  gap: 1.875rem;
  border: 1px solid #b3b3b3;
}
.p-top-other__list .media__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-top-other__list .media__item .media__img {
  width: 28%;
  max-width: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-other__list .media__item .media__text {
  width: 70%;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-top-other-media {
    padding: 60px 0;
  }
  .p-top-other-media .c-ttl {
    font-size: 1.25rem;
  }
  .p-top-other__list {
    padding: 0 16px;
  }
  .p-top-other__list .media__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
    gap: 20px;
  }
  .p-top-other__list .media__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-top-other__list .media__item .media__img {
    width: 100%;
  }
  .p-top-other__list .media__item .media__text {
    width: 100%;
  }
}
/* ----------- top publish -----------*/
.p-top-publish {
  position: relative;
  padding: 8.125rem 0;
}
.p-top-publish::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(245, 249, 243);
  background: linear-gradient(90deg, rgb(255, 253, 233) 0%, rgb(240, 245, 224) 100%);
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-top-publish .c-ttl {
  margin-bottom: 30px;
}

.p-top-publish__wrap {
  position: relative;
}
.p-top-publish__wrap .swiper-button-next,
.p-top-publish__wrap .swiper-button-prev {
  opacity: 1;
  border-radius: 2px;
  margin-top: 0;
  width: 3.125vw;
  height: 3.125vw;
}
.p-top-publish__wrap .swiper-button-next:after,
.p-top-publish__wrap .swiper-button-prev:after {
  content: "";
  font-size: 3.625rem;
  display: inline-block;
  width: 2.34vw;
  height: 2.34vw;
  border-top: 2px solid #467fcd;
  border-right: 2px solid #467fcd;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.p-top-publish__wrap .swiper-button-next {
  right: -6.25vw;
}
.p-top-publish__wrap .swiper-button-prev {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
  left: -6.25vw;
}

.p-top-publish__slider .publish-item .publish-img {
  aspect-ratio: 314/240;
  width: 100%;
  height: 100%;
  background: url("../img/top/media_bg.png") no-repeat top center/100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
}
.p-top-publish__slider .publish-item .publish-img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 200px;
}
.p-top-publish__slider .publish-item .publish-text {
  padding: 20px 20px 24px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
.p-top-publish__slider .publish-item .publish-text .ttl {
  color: #467fcd;
  font-weight: 700;
  min-height: 60px;
}
.p-top-publish__slider .publish-item .publish-text .desc {
  font-weight: 500;
  margin-top: 4px;
}

.p-top-publish__wrap.noSlider .swiper-button-next,
.p-top-publish__wrap.noSlider .swiper-button-prev {
  display: none;
}
.p-top-publish__wrap.noSlider .swiper-wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-top-publish__wrap.noSlider .swiper-slide {
  width: calc(50% - 20px);
  height: auto;
}
.p-top-publish__wrap.noSlider .p-top-publish__slider .publish-item {
  background-color: #fff;
  height: 100%;
  border-radius: 30px;
}
.p-top-publish__wrap.noSlider .p-top-publish__slider .publish-item .publish-img {
  aspect-ratio: initial;
  padding: 30px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .p-top-publish__wrap {
    position: relative;
    padding: 0 1.875rem;
  }
  .p-top-publish__wrap .swiper-button-next,
  .p-top-publish__wrap .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .p-top-publish__wrap .swiper-button-next:after,
  .p-top-publish__wrap .swiper-button-prev:after {
    width: 25px;
    height: 25px;
  }
  .p-top-publish__wrap .swiper-button-next {
    right: -10px;
  }
  .p-top-publish__wrap .swiper-button-prev {
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-publish {
    padding: 50px 0 80px;
  }
  .p-top-publish .c-ttl {
    margin-bottom: 20px;
  }
  .p-top-publish__wrap {
    padding: 0;
  }
  .p-top-publish__wrap .swiper-button-next,
  .p-top-publish__wrap .swiper-button-prev {
    width: 26px;
    height: 26px;
    top: 48%;
  }
  .p-top-publish__wrap .swiper-button-next:after,
  .p-top-publish__wrap .swiper-button-prev:after {
    content: "";
    width: 24px;
    height: 24px;
  }
  .p-top-publish__wrap .swiper-button-next {
    right: -2.5%;
  }
  .p-top-publish__wrap .swiper-button-prev {
    left: -2.5%;
  }
  .p-top-publish__slider {
    padding: 0 12px;
  }
  .p-top-publish__slider .publish-item .publish-text {
    padding: 18px 20px;
    background-color: #fff;
  }
  .p-top-publish__slider .publish-item .publish-text .ttl {
    min-height: 60px;
  }
}
/* ----------- top service -----------*/
.p-top-service {
  position: relative;
  padding: 12.5rem 0;
}

.p-top-service__ttl {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.p-top-service__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #51a4cf;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(81, 164, 207);
  background: linear-gradient(90deg, rgb(81, 164, 207) 0%, rgb(81, 164, 207) 50%, rgb(213, 233, 255) 50%, rgb(213, 233, 255) 100%);
}
.p-top-service__ttl .c-ttl {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.p-top-service__ttl .c-ttl:after {
  display: none;
}
.p-top-service__ttl .lead {
  text-align: center;
  font-weight: 400;
}

.p-top-service__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-top-service__block:not(:last-child) {
  margin-bottom: 80px;
}
.p-top-service__block .img__block {
  width: 50%;
  border-radius: 20px;
}
.p-top-service__block .text__block {
  width: 46%;
  letter-spacing: 0.09em;
}
.p-top-service__block .text__block .ttl {
  color: #467fcd;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.p-top-service__block .text__block p {
  letter-spacing: 0.09em;
}
.p-top-service__block.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 40px 0;
  }
  .p-top-service__ttl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .p-top-service__ttl .c-ttl {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .p-top-service__ttl .c-ttl:after {
    display: none;
  }
  .p-top-service__ttl .lead {
    line-height: 2;
  }
  .p-top-service__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-top-service__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-top-service__block .img__block {
    width: 100%;
  }
  .p-top-service__block .text__block {
    width: 100%;
  }
  .p-top-service__block .text__block .c-btn {
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
  }
  .p-top-service__block.reverse {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
/* ----------- top company -----------*/
.p-top-company {
  padding: 7.5rem 0 0;
  position: relative;
}
.p-top-company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(245, 249, 243);
  background: linear-gradient(90deg, rgb(245, 249, 243) 0%, rgb(232, 242, 249) 100%);
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  width: 100%;
  height: 170%;
}
.p-top-company .l-wrap {
  position: relative;
}

.p-top-company__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding-bottom: 2.5rem;
}
.p-top-company__block .img__block {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top-company__block .text__block {
  width: 68%;
  letter-spacing: 0.09em;
}
.p-top-company__block .text__block p {
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 100px 0 0;
    position: relative;
  }
  .p-top-company::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(245, 249, 243);
    background: linear-gradient(90deg, rgb(245, 249, 243) 0%, rgb(232, 242, 249) 100%);
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .p-top-company .l-wrap {
    position: relative;
  }
  .p-top-company__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    gap: 20px;
  }
  .p-top-company__block .img__block {
    width: 100%;
    position: static;
    text-align: center;
  }
  .p-top-company__block .text__block {
    width: 100%;
  }
}
/*===========lower common===========*/
.c-heading {
  position: relative;
  z-index: 2;
  background: url("../img/common/heading_bg.png") no-repeat center/cover;
  height: 18.75rem;
}

.c-heading__wrap {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

.c-heading-ttl {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  color: #4d4d4d;
  line-height: 1.2;
  letter-spacing: 0.18em;
  width: 100%;
  text-align: center;
}
.c-heading-ttl.en {
  font-size: 3.125rem;
}

@media screen and (max-width: 767px) {
  .c-heading {
    height: 12.5rem;
  }
  .c-heading-ttl {
    font-size: 1.5625rem;
  }
  .c-heading-ttl.en {
    font-size: 1.5625rem;
  }
}
/* ----------- breadcrumb -----------*/
.c-breadcrumb {
  padding-top: 20px;
}

.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.c-breadcrumb__list li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin: 0 12px;
  line-height: 1;
  vertical-align: middle;
}
.c-breadcrumb__list li,
.c-breadcrumb__list a {
  font-weight: 500;
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 10px;
  }
}
/* -----------------------------------
  vision
 ------------------------------------- */
/* ----------- vision section -----------*/
.p-vision-sec {
  position: relative;
}

.p-vision__img {
  height: 67.1875rem;
}
.p-vision__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-vision__text {
  position: absolute;
  top: 0;
  left: 46%;
  padding-top: 3.125rem;
  font-weight: 500;
}
.p-vision__text .ttl {
  width: 86%;
  max-width: 460px;
  margin-bottom: 20px;
  -ms-transform: translateX(10%);
      transform: translateX(10%);
}
.p-vision__text .desc {
  text-align: center;
  line-height: 2;
}
.p-vision__text .item {
  text-align: center;
  margin-top: 4rem;
}
.p-vision__text .item .text {
  margin-top: 10px;
}

.p-vision__detail {
  position: relative;
  z-index: 1;
  padding: 3.125rem 0 13.75rem;
}
.p-vision__detail::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  background: rgb(245, 249, 243);
  background: linear-gradient(90deg, rgb(245, 249, 243) 0%, rgb(232, 242, 249) 100%);
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.p-vision__detail .detail-block:not(:last-child) {
  margin-bottom: 3.75rem;
}
.p-vision__detail .ttl {
  border-bottom: 1px solid #51a4cf;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-vision__img {
    height: auto;
    height: min(280vw, 1650px);
  }
  .p-vision__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-vision__text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding-top: 40px;
  }
  .p-vision__text .ttl {
    width: 82%;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 10px;
    -ms-transform: translateX(8%);
        transform: translateX(8%);
  }
  .p-vision__text .desc {
    font-size: 0.875rem;
    line-height: 1.85;
    margin-bottom: 40px;
  }
  .p-vision__text .item {
    text-align: center;
    margin-top: 30px;
  }
  .p-vision__text .item img {
    width: 56%;
  }
  .p-vision__text .item .text {
    margin-top: 10px;
    font-size: 0.8125rem;
  }
  .p-vision__detail {
    padding: 50px 0 120px;
  }
  .p-vision__detail::before {
    top: -4.5%;
  }
  .p-vision__detail .detail-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* ----------- vision message -----------*/
.p-vision-message {
  margin-top: 5.625rem;
}
.p-vision-message .c-ttl {
  margin-bottom: 50px;
}

.p-message__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-message__block .img__block {
  width: 35%;
  -ms-transform: translateX(5%);
      transform: translateX(5%);
}
.p-message__block .text__block {
  width: 60%;
}
.p-message__block .text__block p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-vision-message {
    margin-top: 40px;
  }
  .p-vision-message .c-ttl {
    margin-bottom: 20px;
  }
  .p-message__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
  }
  .p-message__block .img__block {
    width: 65%;
    -ms-transform: translateX(-4%);
        transform: translateX(-4%);
  }
  .p-message__block .text__block {
    width: 100%;
  }
}
/* -----------------------------------
  franchise
 ------------------------------------- */
/* ----------- franchise section -----------*/
.p-franchise-sec {
  padding: 6.25rem 0;
}

.p-franchise__btn {
  margin: 60px 0 80px;
}
.p-franchise__btn a {
  background: rgb(81, 163, 207);
  background: linear-gradient(90deg, rgb(81, 163, 207) 0%, rgb(70, 127, 205) 100%);
  width: 100%;
  max-width: 600px;
  padding: 38px 0;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 100px;
  transition: 0.3s ease;
  text-align: center;
}
.p-franchise__btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_ex.png") no-repeat center/100%;
  margin-left: 4px;
  -ms-transform: translateY(2px);
      transform: translateY(2px);
}
@media (hover: hover) {
  .p-franchise__btn a:hover {
    opacity: 0.7;
  }
}

.p-franchise-program__block .wrap {
  max-width: 800px;
  margin: 0 auto;
}
.p-franchise-program__block .ttl {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 3.125rem;
}
.p-franchise-program__block .ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0.75rem 40px;
  border-radius: 50px;
  line-height: 1.3;
}
.p-franchise-program__block .desc {
  letter-spacing: 0.07em;
  line-height: 2;
}
.p-franchise-program__block .img__block {
  margin-bottom: 2.5rem;
}
.p-franchise-program__block .more-read {
  display: none;
}
.p-franchise-program__block.block__1 {
  background: url("../img/franchise/bg_1.png") no-repeat top center/cover;
  padding: 50px 20px 180px;
  padding: 3.125rem 1.25rem 11.25rem;
  border-radius: 24px;
}
.p-franchise-program__block.block__2 {
  margin-top: -120px;
  margin-top: -7.5rem;
  background: url("../img/franchise/bg_2.png") no-repeat top center/cover;
  position: relative;
  padding: 168px 20px 90px;
  padding: 10.5rem 1.25rem 5.625rem;
  border-radius: 24px;
}
.p-franchise-program__block.block__2 .text__block .text-bg {
  width: 100%;
  max-width: 360px;
  margin: 20px auto 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  line-height: 1.3;
  background: rgb(217, 230, 202);
  background: linear-gradient(90deg, rgb(217, 230, 202) 0%, rgb(160, 200, 228) 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-franchise-sec {
    padding: 40px 0;
  }
  .p-franchise-sec .l-wrap {
    width: calc(100% - 40px);
  }
  .p-franchise__btn {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-franchise__btn a {
    padding: 20px 0;
    line-height: 1.5;
  }
  .p-franchise-program__block .wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-franchise-program__block .ttl {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
  .p-franchise-program__block .ttl span {
    display: inline-block;
    background-color: #fff;
    padding: 12px 40px;
    border-radius: 50px;
    line-height: 1.3;
  }
  .p-franchise-program__block .desc {
    letter-spacing: 0.07em;
    line-height: 2;
  }
  .p-franchise-program__block .img__block {
    margin-bottom: 15px;
  }
  .p-franchise-program__block .more-read {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 400;
    gap: 10px;
  }
  .p-franchise-program__block .more-read::after {
    content: "+";
    font-size: 1.75rem;
    line-height: 1;
  }
  .p-franchise-program__block .more-read.is-open {
    display: none;
  }
  .p-franchise-program__block .text__block {
    display: none;
  }
  .p-franchise-program__block.block__1 {
    background: url("../img/franchise/bg_1_sp.png") no-repeat bottom center/cover;
    padding: 30px 20px 55px;
    padding: 1.875rem 1.25rem 3.75rem;
    border-radius: 8px;
  }
  .p-franchise-program__block.block__1.is-open {
    background-image: url("../img/franchise/bg_1_opan_sp.png");
  }
  .p-franchise-program__block.block__2 {
    margin-top: -2.75rem;
    background: url("../img/franchise/bg_2_sp.png") no-repeat top center/cover;
    padding: 60px 20px 20px;
    padding: 3.75rem 1.25rem 1.25rem;
    border-radius: 8px;
  }
  .p-franchise-program__block.block__2.is-open {
    background-image: url("../img/franchise/bg_2_opan_sp.png");
  }
}
/* ----------- franchise about -----------*/
.p-franchise-about {
  padding: 7.5rem 0 10rem;
}
.p-franchise-about .c-ttl {
  margin-bottom: 60px;
}

.p-franchise-about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-franchise-about__block:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-franchise-about__block .img__block {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.p-franchise-about__block .text__block {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .p-franchise-about {
    padding: 40px 0 80px;
  }
  .p-franchise-about .c-ttl {
    margin-bottom: 20PX;
  }
  .p-franchise-about__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-franchise-about__block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .p-franchise-about__block .img__block {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
  }
  .p-franchise-about__block .text__block {
    width: 100%;
  }
}
/* ----------- franchise reason -----------*/
.p-franchise-reason {
  padding: 10rem 0;
  position: relative;
}
.p-franchise-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(245, 249, 243);
  background: linear-gradient(90deg, rgb(245, 249, 243) 0%, rgb(232, 242, 249) 100%);
  -ms-transform: skewY(-10deg);
      transform: skewY(-10deg);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-franchise-reason .c-ttl {
  margin-bottom: 60px;
}

.p-franchise-reason__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-franchise-reason__block:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-franchise-reason__block .img__block {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.p-franchise-reason__block .text__block {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-franchise-reason {
    padding: 60px 0 80px;
  }
  .p-franchise-reason .c-ttl {
    margin-bottom: 30px;
  }
  .p-franchise-reason__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-franchise-reason__block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .p-franchise-reason__block .img__block {
    width: 100%;
    border-radius: 12px;
  }
  .p-franchise-reason__block .text__block {
    width: 100%;
  }
}
/* ----------- franchise flow -----------*/
.p-franchise-flow {
  padding: 11.25rem 0 7.5rem;
}
.p-franchise-flow .c-ttl {
  margin-bottom: 30px;
}

.p-franchise-flow__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #eaf4ff;
  gap: 30px;
  border-radius: 20px;
  position: relative;
}
.p-franchise-flow__item .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  font-weight: 900;
  color: #fff;
  background-color: #51a4cf;
  width: 70px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 20px;
}
.p-franchise-flow__item .item__text {
  width: calc(100% - 70px);
  padding-right: 20px;
}
.p-franchise-flow__item:not(:last-child) {
  margin-bottom: 65px;
}
.p-franchise-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #51a4cf;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -46px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-franchise-flow {
    padding: 80px 0 20px;
  }
  .p-franchise-flow .c-ttl {
    margin-bottom: 20px;
  }
  .p-franchise-flow__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #eaf4ff;
    gap: 12px;
    border-radius: 20px;
    position: relative;
  }
  .p-franchise-flow__item .num {
    font-family: "Roboto", sans-serif;
    font-size: 2.125rem;
    font-weight: 900;
    color: #fff;
    background-color: #51a4cf;
    width: 70px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 20px;
  }
  .p-franchise-flow__item .item__text p {
    line-height: 1.4;
  }
}
/* ----------- franchise faq -----------*/
.p-franchise-faq {
  padding: 7.5rem 0 11.25rem;
}
.p-franchise-faq .c-ttl {
  margin-bottom: 30px;
}
.p-franchise-faq .btn-area {
  max-width: 800px;
  margin: 8.75rem auto 0;
}
.p-franchise-faq .btn-area .p-franchise__btn {
  margin-bottom: 0;
}

.p-franchise-faq__list .faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-franchise-faq__list .faq__item {
  background-color: #fff;
  border: 1px solid #467fcd;
  border-radius: 24px;
}
.p-franchise-faq__list .faq__ttl {
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 54px;
  padding: 20px 40px;
  position: relative;
  cursor: pointer;
}
.p-franchise-faq__list .faq__ttl::before {
  content: "Q";
  font-size: 2.375rem;
  font-weight: 700;
  color: #467fcd;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.p-franchise-faq__list .faq__ttl::after {
  content: "+";
  font-size: 2.375rem;
  line-height: 1;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 30px;
  color: #467fcd;
  font-weight: 100;
}
.p-franchise-faq__list .faq__ttl.is-open::after {
  content: "−";
}
.p-franchise-faq__list .faq__answer {
  display: none;
  padding: 20px 40px;
  position: relative;
}
.p-franchise-faq__list .faq__answer .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 54px;
}
.p-franchise-faq__list .faq__answer .wrap::before {
  content: "A";
  font-size: 2.375rem;
  font-weight: 700;
  color: #467fcd;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #51a4cf;
}

@media screen and (max-width: 767px) {
  .p-franchise-faq {
    padding: 40px 0;
  }
  .p-franchise-faq .c-ttl {
    margin-bottom: 20px;
  }
  .p-franchise-faq .btn-area {
    max-width: 800px;
    margin: 60px auto 0;
  }
  .p-franchise-faq .btn-area .p-franchise__btn {
    margin: 40px 0;
  }
  .p-franchise-faq__list .faq__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-franchise-faq__list .faq__item {
    background-color: #fff;
    border: 1px solid #467fcd;
    border-radius: 24px;
  }
  .p-franchise-faq__list .faq__ttl {
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
    padding: 8px 48px 8px 20px;
    position: relative;
    cursor: pointer;
  }
  .p-franchise-faq__list .faq__ttl::after {
    content: "+";
    font-size: 2.375rem;
    line-height: 1;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    color: #467fcd;
    font-weight: 100;
  }
  .p-franchise-faq__list .faq__answer {
    display: none;
    padding: 14px 20px;
    position: relative;
  }
  .p-franchise-faq__list .faq__answer p {
    line-height: 1.5;
  }
  .p-franchise-faq__list .faq__answer .wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-franchise-faq__list .faq__answer .wrap::before {
    content: "A";
    font-size: 2.375rem;
    font-weight: 700;
    color: #467fcd;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #51a4cf;
  }
}
/* -----------------------------------
  clinic
 ------------------------------------- */
.p-clinic-sec {
  margin-top: 6.25rem;
}
.p-clinic-sec:last-of-type {
  margin-bottom: 10rem;
}
.p-clinic-sec .c-ttl {
  margin-bottom: 60px;
}

.p-clinic__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-clinic__block:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-clinic__block.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.p-clinic__block .img__block {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.p-clinic__block .text__block {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .p-clinic-sec {
    margin-top: 60px;
  }
  .p-clinic-sec:last-of-type {
    margin-bottom: 120px;
  }
  .p-clinic-sec .c-ttl {
    margin-bottom: 20px;
  }
  .p-clinic__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-clinic__block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .p-clinic__block.reverse {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .p-clinic__block .img__block {
    width: 100%;
    border-radius: 12px;
  }
  .p-clinic__block .text__block {
    width: 100%;
  }
}
/* -----------------------------------
  company
 ------------------------------------- */
.p-company-sec {
  margin: 6.25rem 0 12.5rem;
}
.p-company-sec .c-ttl {
  margin-bottom: 120px;
}

.p-company__block dl {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #d9d9d9;
}
.p-company__block dl:first-child {
  border-top: 1px solid #d9d9d9;
}
.p-company__block dt {
  font-weight: 400;
  width: 174px;
  padding-left: 3.125rem;
}
.p-company__block dd {
  width: calc(100% - 174px);
}

.p-company__map {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10rem;
}
.p-company__map iframe {
  width: 100%;
  height: 37.5rem;
}

@media screen and (max-width: 767px) {
  .p-company-sec {
    margin: 40px 0 80px;
  }
  .p-company-sec .c-ttl {
    margin-bottom: 50px;
  }
  .p-company__block dl {
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0;
  }
  .p-company__block dt {
    font-weight: 400;
    width: 40%;
    padding-left: 24px;
  }
  .p-company__block dd {
    width: 60%;
  }
  .p-company__map {
    width: 100%;
    margin-top: 50px;
  }
  .p-company__map iframe {
    width: 100%;
    height: 210px;
  }
}
/* -----------------------------------
  terms
 ------------------------------------- */
.p-terms-sec {
  margin: 6.25rem 0 9.375rem;
}

.p-terms__block {
  padding: 0 6px;
}
.p-terms__block:not(:last-child) {
  margin-bottom: 38px;
}
.p-terms__block .ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.p-terms__block p {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-terms-sec {
    margin: 40px 0 80px;
  }
  .p-terms__block {
    padding: 0;
  }
  .p-terms__block:not(:last-child) {
    margin-bottom: 38px;
  }
}
/* ----------- contact -----------*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ----------- contact -----------*/
.p-contact {
  margin-top: 6.25rem;
}

/* ------------- step ------------- */
.p-form-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto 8.75rem;
  gap: 2.5rem;
}
.p-form-step li {
  position: relative;
  text-align: center;
  width: 33.3333333333%;
  font-size: 1rem;
  background: #d5e9ff;
  position: relative;
  border-radius: 50px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #727171;
}
.p-form-step li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #467fcd;
  border-right: 2px solid #467fcd;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: -1.25rem;
  top: 50%;
}
.p-form-step li:first-child::before {
  content: none;
}
.p-form-step li.active, .p-form-step li.complete {
  background-color: #467fcd;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 40px;
  }
  .p-form-step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 60px;
    gap: 40px;
  }
  .p-form-step li {
    width: 90%;
    margin: 0 auto;
    font-size: 1rem;
    border-radius: 50px;
    height: 60px;
  }
  .p-form-step li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-transform: rotate(135deg) translateY(-50%);
        transform: rotate(135deg) translateY(-50%);
    position: absolute;
    right: initial;
    top: initial;
    left: calc(50% - 14px);
    bottom: -20px;
  }
}
/* ------------- form ------------- */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #9fa0a0;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url("../img/common/icon_down.svg") no-repeat right 18px center/14px auto;
}

textarea {
  height: 50px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

.p-contact__form {
  margin: 40px auto 120px;
  border-radius: 12px;
}
.p-contact__form .c-ttl {
  margin-bottom: 100px;
}
.p-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}
.p-contact__form dl:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-contact__form dl dt {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.p-contact__form dl dd {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}
.p-contact__form dl .form-require {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: 500;
  background-color: #bb2020;
  border-radius: 3px;
  color: #fff;
}
.p-contact__form dl.post-code input[type=text] {
  width: 50%;
  max-width: 240px;
}
.p-contact__form .form-item-textarea textarea {
  height: 300px;
  resize: vertical;
}
.p-contact__form .form-check-list {
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  display: flex;
  letter-spacing: 0.1em;
}
.p-contact__form .form-check-list label {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.p-contact__policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.p-contact__policy a {
  text-decoration: underline;
}

.p-contact__btn {
  margin: 60px auto 0;
  max-width: 500px;
  height: 120px;
  position: relative;
}
.p-contact__btn input {
  background: rgb(81, 164, 207);
  background: linear-gradient(90deg, rgb(81, 164, 207) 0%, rgb(70, 127, 205) 100%);
  border-radius: 60px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 18px 20px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  letter-spacing: 0.18em;
  height: 100%;
}
@media (hover: hover) {
  .p-contact__btn input:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 40px auto 120px;
  }
  .p-contact__form dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
    margin: 0 auto;
  }
  .p-contact__form dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-contact__form dl dt {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .p-contact__form dl dd {
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
  }
  .p-contact__form dl .form-require {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 10px;
    font-weight: 500;
    background-color: #bb2020;
    border-radius: 3px;
    color: #fff;
  }
  .p-contact__form .form-item-textarea textarea {
    height: 300px;
    resize: vertical;
  }
  .p-contact__form .form-check-list {
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    letter-spacing: 0.1em;
  }
  .p-contact__form .form-check-list .wpcf7-list-item {
    width: 100%;
  }
  .p-contact__btn {
    margin: 40px auto 0;
    max-width: 500px;
    height: 80px;
  }
  .p-contact__btn input {
    font-size: 1.5rem;
    padding: 18px 20px;
    width: 100%;
    letter-spacing: 0.08em;
  }
}
/* ------------- form confirm ------------- */
.p-contact__form.form-confirm dl {
  border-bottom: 1px solid #9fa0a0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* ------------- form complet ------------- */
.p-contact__block {
  margin-bottom: 7.5rem;
}
.p-contact__block .c-ttl::after {
  display: none;
}
.p-contact__block .p-contact__lead {
  text-align: center;
}