@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  min-width: 320px;
  color: #000;
  background: #fff;
}

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

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: none;
  }
}

a {
  text-decoration: none;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

address {
  font-style: normal;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
.l-footer {
  margin-top: 90px;
  padding: 0 10px 50px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 12vw;
    padding: 0 10px 10.6666666667vw;
  }
}
.l-footer__copyright {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

/*========================================
  サイト共通のヘッダー
========================================*/
.l-header {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 0 87px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header {
    max-width: none;
    padding: 10.4054054054vw 0 0;
  }
}
.l-header__logo {
  width: 12.8461538462vw;
  position: absolute;
  top: 86px;
  left: 87px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 26.6666666667vw;
    top: 6.1333333333vw;
    left: 6.6666666667vw;
  }
}
.l-header__inner {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
  }
}
.l-header__day {
  width: 267px;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-header__day {
    width: 26.4vw;
    margin-left: 69.3333333333vw;
    opacity: 0;
  }
}
.l-header__pict {
  width: 950px;
  margin: 0 0 60px -35px;
}
@media screen and (max-width: 767px) {
  .l-header__pict {
    width: 100%;
    margin: -13.2vw 0 0;
  }
}

/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
/*========================================
  ページ全体のレイアウト
========================================*/
.l-page__main {
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .l-page__main {
    margin-top: 10.4vw;
  }
}

/*========================================
  ボタン
========================================*/
/*========================================
  container
========================================*/
.c-container, .c-container--s, .c-container--full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-container, .c-container--s, .c-container--full {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.c-container--full {
  max-width: 1320px;
}
.c-container--s {
  max-width: 1020px;
}

/*========================================
  アイコン
========================================*/
/*========================================
  title
========================================*/
.p-ttl {
  text-align: center;
}
.p-ttl span {
  display: block;
}
.p-ttl-large {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-ttl-large {
    font-size: 2.5rem;
  }
}
.p-ttl-middle {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-ttl-middle {
    font-size: 2rem;
  }
}
.p-ttl-small {
  font-size: 2.6rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-ttl-small {
    font-size: 1.8rem;
  }
}

.p-ttl__underline {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ttl__underline {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 10px;
  }
}
.p-ttl__underline::after {
  background: #000;
  border-radius: 3px;
  content: "";
  width: 50px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-ttl__underline::after {
    width: 25px;
    height: 3px;
  }
}

/*========================================
  Google Map
========================================*/
.p-gmap {
  border: 5px solid #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-gmap {
    border-radius: 4vw;
  }
}
.p-gmap iframe[src*="www.google.com/maps"] {
  width: 100%;
  height: 450px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-gmap iframe[src*="www.google.com/maps"] {
    height: 56vw;
  }
}

/*========================================
  card
========================================*/
.p-card__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-card__list {
    flex-wrap: wrap;
  }
}

.p-card__under-line {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-card__under-line {
    margin-bottom: 7.2vw;
    padding-bottom: 7.2vw;
  }
}

.p-card__logo {
  width: 230px;
  margin-right: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-card__logo {
    width: 100%;
    margin: 0 0 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo a {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.p-card__logo img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-card__logo img:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo-alpha {
    width: 40.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo-bellevie {
    width: 32.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo-gaju {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo-brandnewoman {
    width: 26.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__logo-kidsphoto {
    width: 34.1333333333vw;
  }
}

.p-card__box {
  width: calc(100% - 285px);
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-card__box {
    width: 100%;
    padding-right: 0;
  }
}

.p-card__name {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-card__name {
    margin-bottom: 1.0666666667vw;
    font-size: 1.3rem;
  }
}

.p-card__url {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-card__url {
    margin-top: 1.0666666667vw;
  }
}
.p-card__url a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-card__url a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-card__url a:hover {
    text-decoration: underline;
  }
}

/*========================================
  トップページ
========================================*/
.page-home__intro {
  min-height: 719px;
  padding: 158px 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-home__intro {
    min-height: 124.5333333333vw;
    padding: 23.7333333333vw 0 0 0;
  }
}
.page-home__intro::after {
  background: url(../img/bg/bg-tomarigi-gray.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 822px;
  height: 719px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 72px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-home__intro::after {
    width: 142.1333333333vw;
    height: 124.5333333333vw;
    left: calc(50% - 33.0666666667vw);
  }
}
.page-home__intro-ttl {
  width: 590px;
  margin: 0 auto 60px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl {
    width: 78.6666666667vw;
    margin-bottom: 7.2vw;
  }
}
.page-home__intro-ttl::before, .page-home__intro-ttl::after {
  background: #000;
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl::before, .page-home__intro-ttl::after {
    width: calc(100% - 10px);
  }
}
.page-home__intro-ttl::before {
  top: 0;
  left: 0;
}
.page-home__intro-ttl::after {
  bottom: 0;
  right: 0;
}
.page-home__intro-ttl-inner {
  padding: 5px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl-inner {
    padding: 2px;
  }
}
.page-home__intro-ttl-inner::before, .page-home__intro-ttl-inner::after {
  background: #000;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl-inner::before, .page-home__intro-ttl-inner::after {
    height: calc(100% - 10px);
  }
}
.page-home__intro-ttl-inner::before {
  bottom: 0;
  left: 0;
}
.page-home__intro-ttl-inner::after {
  top: 0;
  right: 0;
}
.page-home__intro-ttl .ttl-large {
  margin-right: 0.8rem;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl .ttl-large {
    margin-right: 0.5rem;
    font-size: 3.5rem;
  }
}
.page-home__intro-ttl .ttl-small {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .page-home__intro-ttl .ttl-small {
    font-size: 2.5rem;
  }
}
.page-home__intro-text {
  margin: 30px auto 110px;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .page-home__intro-text {
    margin: 5.3333333333vw auto 16vw;
    font-size: 1.4rem;
  }
}
.page-home__intro-logo {
  margin-left: 90px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-home__intro-logo {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.page-home__intro-logo .logo-pict {
  width: 151px;
  margin-right: 78px;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-pict {
    width: 25.8666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.page-home__intro-logo .logo-desc {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc {
    width: 100%;
    padding-left: 4vw;
  }
}
.page-home__intro-logo .logo-desc-item {
  display: flex;
}
.page-home__intro-logo .logo-desc-item:nth-child(n+2) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.page-home__intro-logo .logo-desc-item dt {
  width: 118px;
  margin-right: 43px;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-item dt {
    width: 20vw;
    margin-right: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-item dt .item-pict-02 {
    width: 19.4666666667vw;
  }
}
.page-home__intro-logo .logo-desc-item dd {
  width: calc(100% - 161px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-item dd {
    width: calc(100% - 26.9333333333vw);
  }
}
.page-home__intro-logo .logo-desc-name {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.page-home__intro-logo .logo-desc-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-home__intro-logo .logo-desc-text {
    font-size: 1.3rem;
  }
}

.page-home__info {
  margin-top: 105px;
  padding: 66px 0 86px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-home__info {
    margin-top: 16.5333333333vw;
    padding: 10.6666666667vw 0;
  }
}
.page-home__info::before {
  background: #F6F6F6;
  border-radius: 0 50px 50px 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 362px);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .page-home__info::before {
    border-radius: 0;
    right: 0;
  }
}
.page-home__info::after {
  background: url(../img/bg/bg-tomarigi-white50.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 827px;
  height: 724px;
  display: block;
  position: absolute;
  top: 89px;
  right: calc(50% - 25px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-home__info::after {
    width: 154.1333333333vw;
    height: 134.9333333333vw;
    top: 6.4vw;
    right: calc(50% - 36vw);
  }
}
.page-home__info address {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-home__info address {
    margin-bottom: 3.2vw;
    font-size: 1.3rem;
  }
}
.page-home__info-text div {
  display: flex;
  justify-content: center;
}
.page-home__info-text dt,
.page-home__info-text dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-home__info-text dt,
.page-home__info-text dd {
    font-size: 1.3rem;
  }
}
.page-home__info-tel {
  margin: 20px 0 35px;
}
@media screen and (max-width: 767px) {
  .page-home__info-tel {
    margin: 5.3333333333vw 0;
  }
}
.page-home__info-tel a {
  padding-left: 36px;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-home__info-tel a {
    padding-left: 26px;
    font-size: 2.2rem;
  }
}
.page-home__info-tel a::before {
  background: url(../img/icon/icon-tel.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 23px;
  height: 25px;
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-home__info-tel a::before {
    width: 18px;
    height: 19px;
  }
}

.page-home__list {
  margin-top: 184px;
}
@media screen and (max-width: 767px) {
  .page-home__list {
    margin-top: 15.7333333333vw;
  }
}
.page-home__list-inner {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .page-home__list-inner {
    margin-top: 13.3333333333vw;
  }
}
.page-home__list-inner .p-ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page-home__list-inner .p-ttl {
    margin-bottom: 6.6666666667vw;
  }
}

/******************************
 * font size
 ******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 1vw;
  }

  .u-SP-fs-2 {
    font-size: 2vw;
  }

  .u-SP-fs-3 {
    font-size: 3vw;
  }

  .u-SP-fs-4 {
    font-size: 4vw;
  }

  .u-SP-fs-5 {
    font-size: 5vw;
  }

  .u-SP-fs-6 {
    font-size: 6vw;
  }

  .u-SP-fs-7 {
    font-size: 7vw;
  }

  .u-SP-fs-8 {
    font-size: 8vw;
  }

  .u-SP-fs-9 {
    font-size: 9vw;
  }

  .u-SP-fs-10 {
    font-size: 10vw;
  }

  .u-SP-fs-11 {
    font-size: 11vw;
  }

  .u-SP-fs-12 {
    font-size: 12vw;
  }

  .u-SP-fs-13 {
    font-size: 13vw;
  }

  .u-SP-fs-14 {
    font-size: 14vw;
  }

  .u-SP-fs-15 {
    font-size: 15vw;
  }

  .u-SP-fs-16 {
    font-size: 16vw;
  }

  .u-SP-fs-17 {
    font-size: 17vw;
  }

  .u-SP-fs-18 {
    font-size: 18vw;
  }

  .u-SP-fs-19 {
    font-size: 19vw;
  }

  .u-SP-fs-20 {
    font-size: 20vw;
  }

  .u-SP-fs-21 {
    font-size: 21vw;
  }

  .u-SP-fs-22 {
    font-size: 22vw;
  }

  .u-SP-fs-23 {
    font-size: 23vw;
  }

  .u-SP-fs-24 {
    font-size: 24vw;
  }

  .u-SP-fs-25 {
    font-size: 25vw;
  }

  .u-SP-fs-26 {
    font-size: 26vw;
  }

  .u-SP-fs-27 {
    font-size: 27vw;
  }

  .u-SP-fs-28 {
    font-size: 28vw;
  }

  .u-SP-fs-29 {
    font-size: 29vw;
  }

  .u-SP-fs-30 {
    font-size: 30vw;
  }
}
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}