@charset "UTF-8";

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}

#header .inner {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1080px;
  padding: 0;
}

#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 5vw;
  padding-top: 5vw;
}

#header .item__logo {
  display: block;
  width: fit-content;
  padding-top: 5vw;
  padding-left: 1vw;
}

#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}

#header .item__logo a img {
  width: 22vw;
}

#header .item__logo a:hover {
  opacity: 0.7;
}

#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 35px;
}

#header .com__tel {
  margin-right: var(--margin-30);
}

#header nav .list__sns {
  gap: 25px;
}

#header nav .list__sns .item a {
  --size: 35px;
}

#header nav .list__sns .item__mail {
  width: 35px;
}

@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }

  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  #header .item-logo {
    margin: 0 auto;
  }

  #header .item-logo img {
    height: auto;
  }

  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
}

#nav .list-nav .item {
  width: fit-content;
}

#nav .list-nav .item a {
  transition: ease 0.17s;
}

@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 101vw;
  background: url(/img/mv/mv__bg_01.png) center right/cover no-repeat, var(--grad--blue-01-r);
}

#mv .mv__catch {
  position: absolute;
  width: fit-content;
  right: 0vw;
  top: 28vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(165deg, rgba(26, 94, 156, 0.1254901961) 0%, rgba(0, 0, 0, 0.4392156863) 100%);
  padding: 3vw;
}

#mv .mv__catch .main {
  display: block;
  position: relative;
  width: 70vw;
  margin-bottom: 3.4vw;
}

#mv .mv__catch .sub {
  display: block;
  position: relative;
  width: 65vw;
}

#mv .mv__img {
  position: relative;
  display: block;
  left: -59vw;
  top: 0vw;
  height: 100%;
  width: 179vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 45vw;
  background: url(/img/sv/sv__bg_img.png) right center/cover no-repeat;
}

#sv .sv__img {
  z-index: -1;
  position: absolute;
  left: -80vw;
  height: 100%;
}

#sv .sv__img img {
  max-width: unset;
  height: 100%;
}

#sv .sv-catch {
  position: absolute;
  text-align: end;
  width: 80%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 5vw;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho-B1);
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: #001d39;
}

#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}

#footer .item__logo img {
  width: 25vw;
}

#footer .item__logo:hover {
  opacity: 0.6;
}

#footer .inner {
  padding-block: 10vw;
  align-items: end;
}

#footer .block__left {
  position: relative;
  width: fit-content;
}

#footer .block__right {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: end;
}

#footer .nav__footer {
  width: fit-content;
  margin-bottom: var(--margin-40);
}

#footer .item__address {
  margin-bottom: var(--margin-20);
  color: #fff;
  font-size: var(--font-size-16);
  font-size: 3.7vw;
  margin-bottom: 6vw;
}

#footer .list-nav {
  gap: 3vw;
}

#footer .list-nav .item {
  width: fit-content;
}

#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

#footer .list-nav .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 6px;
  height: 9px;
  left: 0;
  top: 10px;
  transition: ease 0.2s;
}

#footer .list-nav .item a:hover {
  opacity: 0.7;
}

#footer .list-nav .item a:hover::before {
  left: 5px;
}

#footer .com__tel {
  margin-bottom: var(--margin-30);
  align-items: center;
  gap: 2vw;
}

#footer .com__times {
  margin-bottom: 6vw;
  width: fit-content;
  margin-inline: auto;
}

#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: 3.8vw;
}

#footer .nav__sns {
  width: fit-content;
  margin-bottom: var(--margin-40);
}

#footer .nav__sns .list__sns {
  gap: 6vw;
}

#footer .nav__sns .list__sns .item a {
  --size: 8vw;
}

#footer .nav__sns .list__sns .item__mail {
  width: 35px;
}

#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  font-size: 2.4vw;
  letter-spacing: 0;
}

#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}

#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}

#footer .btn__entrance {
  border: 1px solid #b5a574;
  width: 310px;
  height: 70px;
  background: #fff;
  position: relative;
  margin-bottom: var(--margin-50);
}

#footer .btn__entrance .en {
  font-size: var(--font-size-21);
  background: var(--grad--gold-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}

#footer .btn__entrance .ja {
  font-size: var(--font-size-16);
}

#footer .btn__entrance::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 7px;
  height: 13px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }

  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #footer .list-nav {
    display: none;
  }

  #footer #copyright a {
    margin: unset;
    padding: unset;
  }

  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

#footer:has(.ent__ft) {
  background: unset;
  padding: 5vw;
  position: relative;
  margin-top: -13vw;
}

#footer:has(.ent__ft) .ent__ft {
  width: 100%;
  align-items: center;
  background: unset;
  justify-content: center;
}

#footer:has(.ent__ft) .ent__ft #copyright small {
  text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* entrance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#entrance {
  padding: 5vw;
  padding-bottom: 12vw;
  padding-top: 18vw;
  background: url(/img/entrance/ent__bg_img.png) center center/cover no-repeat;
}

#entrance .wrap__entrance {
  margin-inline: auto;
  width: 100%;
  gap: 3vw;
  display: grid;
  grid-template: "area01 area01" 1fr "area02 area02" 1fr "area03 area04" 1fr/1fr 1fr;
}

#entrance .block__entrance {
  position: relative;

  a {
    position: relative;
    display: block;
  }

  .ttl02 {
    position: relative;
    display: block;
  }

  .ttl__main {
    position: relative;
    display: block;
  }
}

#entrance .block__entrance img {
  position: relative;
  display: block;
  width: 100%;
}

#entrance .block__entrance.block__01 {
  grid-area: area01;
}

#entrance .block__entrance.block__01 a {
  position: relative;
}

#entrance .block__entrance.block__01 a::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/entrance/ent__arrow__01_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: 3vw;
  bottom: 3vw;
}

#entrance .block__entrance.block__02 {
  grid-area: area02;
}

#entrance .block__entrance.block__02 a {
  position: relative;
}

#entrance .block__entrance.block__02 a::before {
  content: "";
  position: absolute;
  background: url(/img/entrance/ent__arrow__01_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: 3vw;
  z-index: 2;
  bottom: 3vw;
}

#entrance .block__entrance.block__03 {
  grid-area: area03;
}

#entrance .block__entrance.block__03 a {
  position: relative;
}

#entrance .block__entrance.block__03 a::before {
  content: "";
  position: absolute;
  background: url(/img/entrance/ent__arrow__01_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: 3vw;
  bottom: 3vw;
  z-index: 2;
}

#entrance .block__entrance.block__04 {
  position: relative;
  grid-area: area04;
}

#entrance .block__entrance.block__04 .ttl__main_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  font-size: 4vw;
  padding-top: 10vw;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#entrance .block__entrance.block__04 .ttl__main_txt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
  z-index: 2;
}

#entrance .block__entrance.block__04 a {
  position: relative;
}

#entrance .block__entrance.block__04 a::before {
  content: "";
  position: absolute;
  background: url(/img/entrance/ent__arrow__01_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: 3vw;
  bottom: 3vw;
  z-index: 2;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__license
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__license {
  background: url(/img/top/top__license__bg_img_02.png) top center/100% auto no-repeat;
}

#top__license .inner {
  padding-top: 0;
  padding-bottom: var(--margin-50);
  padding-bottom: 3vw;
}

#top__license .wrap__about {
  background: url(/img/top/top__license__bg_img_01.jpg) center center/cover no-repeat;
  padding: 5vw;
  position: relative;
  top: -10vw;
}

#top__license .wrap__about .ttl03 {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

#top__license .wrap__about .ttl03 .ttl__ja {
  line-height: 1.7;
  font-size: 6vw;
}

#top__license .wrap__about .list__license {
  gap: 5vw;
}

/* top__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__target {
  position: relative;
  z-index: 0;
}

#top__target .inner {
  padding-top: var(--margin-50);
  padding-top: 3vw;
}

#top__target .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  gap: 6vw;
  margin-bottom: 30vw;
  position: relative;
}

#top__target .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__target__img_01.png) center center/contain no-repeat;
  width: 164vw;
  height: 85vw;
  right: -20vw;
  top: 3vw;
}

#top__target .cont__worries {
  position: relative;
  margin-bottom: 5vw;
}

#top__target .cont__worries .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}

#top__target .cont__worries .list__worries {
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

#top__target .cont__worries .list__worries .item {
  padding: 4vw;
  padding-left: 12vw;
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--grad--blue-01);
  position: relative;
  font-size: 4.2vw;
}

#top__target .cont__worries .list__worries .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 5vw;
  top: 4vw;
}

#top__target .cont__solution .ttl04 {
  background: var(--grad--blue-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: var(--margin-25);
}

#top__target .cont__solution .ttl04 .ttl__ja {
  font-family: var(--fot--Shippori-Mincho-B1);
  font-size: var(--font-size-50);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.17em;
  border-bottom: 1px solid var(--col--main-01);
  font-size: 6vw;
}

#top__target .cont__solution .ttl04 .ttl__ja small {
  font-size: var(--font-size-45);
  font-size: 5.2vw;
}

#top__target .cont__solution .item__text {
  text-align: center;
}

#top__target .cont__solution .item__text p {
  font-weight: 500;
  font-size: var(--font-size-28);
  font-size: 3.8vw;
  letter-spacing: 0.05em;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
  background: var(--grad--blue-01-r);
}

#top__about::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 100%;
  height: 10vw;
  filter: var(--col--white-f);
  top: 0;
  left: 50%;
  translate: -50% 0;
}

#top__about .inner {
  padding-top: 20vw;
}

#top__about .ttl03 {
  flex-direction: column-reverse;
  text-align: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}

#top__about .ttl03 .ttl__ja span {
  letter-spacing: 0.2em;
}

#top__about .ttl03 .ttl__en {
  margin-bottom: var(--margin-20);
}

#top__about .list__images {
  width: 100%;
  height: 90vw;
  position: relative;
  margin-top: -20vw;
}

#top__about .list__images .item:nth-of-type(1) {
  position: absolute;
  left: -10vw;
  top: 0;
  width: 50vw;
}

#top__about .list__images .item:nth-of-type(2) {
  position: absolute;
  right: -15vw;
  bottom: 0;
  width: 70vw;
}

#top__about .cont__intro {
  position: relative;
  margin-top: -15vw;
}

#top__about .cont__intro .item__text {
  text-align: left;
  margin-bottom: 20vw;
}

#top__about .cont__intro .item__text br {
  display: none;
}

#top__about .cont__intro .item__text p {
  color: #fff;
  font-size: 3.6vw;
  line-height: 2.4;
}

#top__about .cont__intro .block__promotion {
  position: relative;
}

#top__about .cont__intro .block__promotion .list__illust {
  position: relative;
  width: 100%;
  justify-content: center;
  gap: 3vw;
  margin-bottom: 10vw;
}

#top__about .cont__intro .block__promotion .list__illust .item img {
  height: 46vw;
}

#top__about .cont__intro .block__promotion .list__illust>figcaption {
  white-space: nowrap;
  position: absolute;
  font-size: var(--font-size-40);
  font-size: 4vw;
  left: 50%;
  translate: -50% -100%;
  top: -5vw;
}

#top__about .cont__intro .block__promotion .list__illust>figcaption::before {
  content: "";
  position: absolute;
  width: 10vw;
  border-bottom: 1px solid #fff;
  left: 0vw;
  bottom: 0vw;
  translate: -100% 0;
  rotate: 45deg;
}

#top__about .cont__intro .block__promotion .list__illust>figcaption::after {
  content: "";
  position: absolute;
  width: 10vw;
  border-bottom: 1px solid #fff;
  right: 0vw;
  bottom: 0vw;
  translate: 100% 0;
  rotate: -45deg;
}

#top__about .cont__intro .block__promotion>.item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}

#top__about .cont__intro .block__promotion>.item__img img {
  width: 100%;
}

/* top__analyze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__analyze {
  background: url(/img/common/border_img__01_01.png) top center/100% 1.5vw no-repeat, url(/img/top/top__analyze__bg_img_01.png) top center/100% auto no-repeat;
}

#top__analyze .ttl03 {
  margin-inline: auto;
  width: fit-content;
  position: relative;
}

#top__analyze .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara__01_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
}

#top__analyze .ttl03 .ttl__ja img {
  height: 27vw;
}

#top__analyze #chart {
  padding: 0;
  padding-top: 50px;
}

#top__analyze .chart_container {
  border: 1px solid var(--col--txt-01);
  padding: 5vw;
  background: #fff;
}

#top__analyze .com_chart .chart_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.15em;
  font-weight: 500;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid rgba(0, 29, 57, 0.1882352941);
  color: var(--col--main-01);
}

#top__analyze .com_chart .chart_title .q-icon {
  margin-right: 10px;
  font-size: var(--font-size-35);
  font-size: 4.5vw;
}

#top__analyze .com_chart .chart_title .title-txt {
  font-size: var(--font-size-30);
  font-size: 4.5vw;
}

#top__analyze .com_chart .chart_btn_list-item {
  width: calc((100% - 30px) / 2);
  width: 100%;
}

#top__analyze .com_chart .chart_answer-btn {
  background: var(--grad--blue-01-r);
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  transition: ease 0.2s;
  position: relative;
  font-size: 3.7vw;
  padding-right: 10vw;
  padding-left: 5vw;
  text-align: left;
}

#top__analyze .com_chart .chart_answer-btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
}

#top__analyze .com_chart .chart_answer-btn:hover {
  opacity: 0.7;
}

#top__analyze .com_chart .chart_back-btn {
  height: unset;
  width: unset;
  border: unset;
  width: fit-content;
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: 2vw;
  font-size: var(--font-size-15);
  letter-spacing: 0.15em;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-bottom: 15px;
  font-size: 3.7vw;
}

#top__analyze .com_chart .chart_back-btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: -6vw;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
}

#top__analyze .result_chart {
  padding: 0;
}

#top__analyze .result_chart .result_title {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1254901961);
  margin-bottom: var(--margin-30);
}

#top__analyze .result_chart .result_title .result_title-icon {
  background: unset;
  line-height: 1;
  position: absolute;
  left: -9vw;
  top: -10vw;
  z-index: 2;
  width: 20vw;
  z-index: 2;
}

#top__analyze .result_chart .result_title .sub {
  padding: 1vw 5vw;
  width: 100%;
  background: var(--grad--blue-01-r);
  text-align: center;
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--fot--Shippori-Mincho-B1);
  position: relative;
  font-size: 4vw;
}

#top__analyze .result_chart .result_title .sub::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 10vw;
  height: 3vw;
  filter: var(--col--main-01-f);
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
}

#top__analyze .result_chart .result_title .main {
  font-family: var(--fot--Shippori-Mincho-B1);
  font-size: var(--font-size-35);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 5vw;
}

#top__analyze .result_chart .result_container .result_txtxbx .result_txt {
  font-size: var(--font-size-16);
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: var(--margin-20);
}

#top__analyze .result_chart .result_container .result_txtxbx .result_btn-list li {
  width: 100%;
}

#top__analyze .result_chart .restart_btn {
  height: unset;
  width: unset;
  border: unset;
  width: fit-content;
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: 10px;
  font-size: var(--font-size-15);
  letter-spacing: 0.15em;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-bottom: 2vw;
}

#top__analyze .result_chart .restart_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -5vw;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
}

#top__analyze .result_chart .chart_anchor-btn {
  background: var(--grad--blue-01-r);
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  transition: ease 0.2s;
  position: relative;
  width: 100%;
  padding: 4vw 2vw;
}

#top__analyze .result_chart .chart_anchor-btn.btn__mail span {
  position: relative;
  padding-left: 8vw;
}

#top__analyze .result_chart .chart_anchor-btn.btn__mail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

#top__analyze .result_chart .chart_anchor-btn.btn__line span {
  position: relative;
  padding-left: 8vw;
}

#top__analyze .result_chart .chart_anchor-btn.btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

#top__analyze .result_chart .chart_anchor-btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 9px;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
}

#top__analyze .result_chart .chart_anchor-btn:hover {
  opacity: 0.7;
}

/* top__service_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service_01 {
  background: url(/img/common/border_img__01_01.png) center top repeat-x, url(/img/top/com__bg_img_01_02.png) right top no-repeat, url(/img/common/border_img__02_01.png) center top/210% 9vw repeat-x, url(/img/common/border_img__02_01.png) center bottom/210% 9vw repeat-x, var(--grad--blue-01-r);
}

#top__service_01 .inner {
  padding-top: 10vw;
}

#top__service_01 .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__service_01 .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__service_01 .ttl03 .ttl__en span {
  font-size: 11vw;
}

#top__service_01 .cont__intro {
  position: relative;
  margin-bottom: 8vw;
}

#top__service_01 .cont__intro .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 8vw;
}

#top__service_01 .cont__intro .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara__03_02.png) center center/contain no-repeat;
  width: 41vw;
  height: 46vw;
  right: -9vw;
  bottom: -7vw;
}

#top__service_01 .cont__intro .item__text {
  width: 100%;
  margin-left: auto;
}

#top__service_01 .cont__intro .item__text br {
  display: none;
}

#top__service_01 .cont__intro .item__text p {
  color: #fff;
  font-weight: 500;
  line-height: 2.1333333333;
  font-size: var(--font-size-17);
  font-size: 3.8vw;
}

#top__service_01 .cont__other_menu {
  margin-bottom: var(--margin-85);
  margin-bottom: 15vw;
}

#top__service_01 .cont__other_menu .ttl04 {
  position: relative;
  padding-left: 6vw;
  margin-bottom: var(--margin-50);
}

#top__service_01 .cont__other_menu .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__star__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 0.2vw;
}

#top__service_01 .cont__other_menu .ttl04 .ttl__ja {
  font-size: 5.2vw;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#top__service_01 .cont__other_menu .list__menu {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 7vw;
}

#top__service_01 .cont__other_menu .list__menu .item {
  padding: 5vw;
  background: url(/img/top/top__service_01__bg_img_02.png) center top/100% no-repeat, #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35);
}

#top__service_01 .cont__other_menu .list__menu .item .ttl05 {
  order: 2;
  margin-bottom: var(--margin-30);
}

#top__service_01 .cont__other_menu .list__menu .item .ttl05 .ttl__ja {
  font-family: var(--fot--Shippori-Mincho-B1);
  font-weight: 600;
  font-size: var(--font-size-30);
  font-size: 5vw;
  letter-spacing: 0.1em;
}

#top__service_01 .cont__other_menu .list__menu .item .item__img {
  order: 1;
  margin-bottom: var(--margin-30);
}

#top__service_01 .cont__other_menu .list__menu .item .item__text {
  order: 3;
}

#top__service_01 .cont__other_menu .list__menu .item .item__text p {
  font-size: var(--font-size-15);
  font-size: 3.8vw;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 2;
}

#top__service_01 .cont__price .ttl04 {
  position: relative;
  padding-left: 6vw;
  margin-bottom: var(--margin-50);
}

#top__service_01 .cont__price .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__star__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 0.2vw;
}

#top__service_01 .cont__price .ttl04 .ttl__ja {
  font-size: 5.2vw;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: var(--fot--Shippori-Mincho-B1);
}

#top__service_01 .cont__price .item__text_note {
  width: fit-content;
  margin-left: auto;
  text-align: end;
  position: relative;
  margin-top: -14vw;
  margin-bottom: var(--margin-30);
}

#top__service_01 .cont__price .item__text_note small {
  font-size: var(--font-size-17);
  color: #fff;
  line-height: 1.7;
  font-weight: 400;
  font-size: 3.2vw;
}

#top__service_01 .cont__price .list__menu {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}

#top__service_01 .cont__price .list__menu>.item {
  border: 1px solid #fff;
  background: var(--grad--blue-01-r);
  padding: 4vw;
}

#top__service_01 .cont__price .list__menu>.item .ttl05 {
  margin-bottom: var(--margin-15);
  text-align: center;
  margin-bottom: 5vw;
}

#top__service_01 .cont__price .list__menu>.item .ttl05 .ttl__ja {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: var(--font-size-30);
  font-family: var(--fot--Shippori-Mincho-B1);
  line-height: 1.6;
}

#top__service_01 .cont__price .list__menu>.item .list__price {
  gap: 2vw;
}

#top__service_01 .cont__price .list__menu>.item .list__price .item {
  background: #fff;
  padding: 3vw 5vw;
  justify-content: space-between;
  position: relative;
}

#top__service_01 .cont__price .list__menu>.item .list__price .item dt,
#top__service_01 .cont__price .list__menu>.item .list__price .item dd {
  font-size: var(--font-size-22);
  letter-spacing: 0.1em;
  font-family: var(--fot--Shippori-Mincho-B1);
  font-weight: 600;
}

#top__service_01 .cont__price .list__menu>.item .list__price .item dt {
  position: relative;
  min-width: 75px;
}

#top__service_01 .cont__price .list__menu>.item .list__price .item dt::before {
  content: "…";
  position: absolute;
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  font-weight: 500;
  right: -24px;
  top: 50%;
  translate: 100% -50%;
}

/* top__service_02
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service_02 {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__service_02__bg_img_01.jpg) center center/cover no-repeat;
}

#top__service_02 .inner {
  padding-top: 15vw;
}

#top__service_02 .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
  align-items: left;
  flex-direction: column-reverse;
  gap: 5vw;
  right: 0;
}

#top__service_02 .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service_02__img_01.png) center center/contain no-repeat;
  width: 41vw;
  height: 68vw;
  right: -19vw;
  top: -10vw;
}

#top__service_02 .ttl03 .ttl__ja>span {
  gap: 5vw;
}

#top__service_02 .cont__feature {
  margin-bottom: var(--margin-40);
  margin-inline: auto;
  width: 100%;
  z-index: 1;
  position: relative;
}

#top__service_02 .cont__feature .list__feature {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 0vw;
  justify-content: center;
}

#top__service_02 .cont__feature .list__feature .item {
  background: url(/img/top/top__service_02__list_bg_01.png) center center/contain no-repeat;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#top__service_02 .cont__feature .list__feature .item .text {
  font-family: var(--fot--Shippori-Mincho-B1);
  font-size: 4.4vw;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
}

#top__service_02 .cont__promotion {
  background: #fff;
  padding-block: 5vw;
  padding: 6vw;
  position: relative;
  min-width: 100%;
  width: fit-content;
}

#top__service_02 .cont__promotion .item__img {
  position: relative;
  width: 70%;
  margin-inline: auto;
  margin-bottom: 4vw;
}

#top__service_02 .cont__promotion .item__text p {
  font-size: 3.8vw;
}

#top__service_02 .cont__promotion .item__text br {
  display: none;
}

/* top__features
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__features {
  background: url(/img/top/com__bg_img_01_01.png) left top no-repeat, var(--grad--blue-01-r);
}

#top__features .inner {
  padding-top: 5vw;
}

#top__features .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__features .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__features .ttl03 .ttl__en span {
  font-size: 11vw;
}

#top__features .cont__feature .list__feature {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;
}

#top__features .cont__feature .list__feature .item {
  border: 1px solid #fff;
  background: var(--grad--blue-01-r);
  padding: 5vw;
  position: relative;
}

#top__features .cont__feature .list__feature .item .ttl04 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--margin-20);
}

#top__features .cont__feature .list__feature .item .ttl04 .ttl__ja {
  text-align: center;
}

#top__features .cont__feature .list__feature .item .ttl04 .ttl__ja span {
  font-weight: 500;
  font-family: var(--fot--Shippori-Mincho-B1);
  font-size: var(--font-size-30);
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
}

#top__features .cont__feature .list__feature .item .ttl04 .ttl__num {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
}

#top__features .cont__feature .list__feature .item .item__img {
  margin-bottom: var(--margin-40);
  width: 100%;
}

#top__features .cont__feature .list__feature .item .item__img img {
  width: 100%;
}

#top__features .cont__feature .list__feature .item .item__text p {
  color: #fff;
  font-size: var(--font-size-15);
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.6666666667;
  line-height: 2;
}

/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr {
  background: url(/img/top/top__bnr__bg_img_01.jpg) center center/cover no-repeat;
}

#top__bnr .wrap__bnr {
  position: relative;
  padding: 7vw;
  background: url(/img/top/top__bnr__bg_img_02.jpg) right center/cover no-repeat;
}

#top__bnr .wrap__bnr::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #c6a23c;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

#top__bnr .wrap__bnr .ttl03 {
  width: fit-content;
  margin-left: auto;
  position: relative;
  margin-bottom: var(--margin-10);
  text-align: left;
  margin-top: 19vw;
}

#top__bnr .wrap__bnr .ttl03 .ttl__ja {
  font-size: var(--font-size-45);
  letter-spacing: 0.1em;
  font-family: var(--fot--Shippori-Mincho-B1);
  line-height: 1.8;
  font-size: 6.3vw;
  font-weight: 700;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863), 0px 0px 6px rgba(255, 255, 255, 0.4392156863);
}

#top__bnr .wrap__bnr .item__img {
  position: absolute;
  left: -5vw;
  top: -10vw;
  width: 49vw;
}

#top__bnr .wrap__bnr .item__text {
  width: 100%;
  margin-left: auto;
}

#top__bnr .wrap__bnr .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
  font-size: 3.8vw;
}

/* top__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__message {
  background: url(/img/top/com__bg_img_02_01.png) left bottom no-repeat, url(/img/top/com__bg_img_01_02.png) right top no-repeat, var(--grad--blue-01-r);
}

#top__message .inner {
  padding-top: 5vw;
}

#top__message .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__message .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__message .ttl03 .ttl__en span {
  font-size: 11vw;
}

#top__message .cont__owner {
  background: var(--grad--blue-01-r);
  border: 1px solid #fff;
  padding: 5vw;
  padding-left: 5vw;
  width: 100%;
  margin-left: auto;
  color: #fff;
  position: relative;
}

#top__message .cont__owner .ttl04 {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-35);
}

#top__message .cont__owner .ttl04 .ttl__ja {
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: var(--font-size-30);
  line-height: 1.6;
}

#top__message .cont__owner .ttl04 .ttl__ja small {
  font-size: 4vw;
}

#top__message .cont__owner .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 12vw;
  translate: 0 0;
}

#top__message .cont__owner .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara__01_03.png) center center/contain no-repeat;
  width: 44vw;
  height: 52vw;
  left: -21vw;
  bottom: -11vw;
}

#top__message .cont__owner .unit__info .item__text {
  margin-bottom: var(--margin-25);
}

#top__message .cont__owner .unit__info .item__text p {
  font-weight: 500;
  font-size: var(--font-size-16);
  letter-spacing: 0.07em;
  line-height: 1.75;
  line-height: 1.8;
  font-size: 4vw;
}

#top__message .cont__owner .unit__info .item__license {
  background: url(/img/top/top__message__bg_img_01.png) left center/auto 100% no-repeat, #fff;
  padding: 5vw;
  flex-direction: column;
}

#top__message .cont__owner .unit__info .item__license dt,
#top__message .cont__owner .unit__info .item__license dd {
  font-family: var(--fot--Shippori-Mincho-B1);
  font-weight: 600;
  line-height: 1.7;
  color: var(--col--txt-01);
}

#top__message .cont__owner .unit__info .item__license dt {
  position: relative;
  width: 100%;
  font-size: var(--font-size-22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  font-size: 5vw;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3764705882), 0px 0px 5px rgba(255, 255, 255, 0.3764705882);
}

#top__message .cont__owner .unit__info .item__license dd {
  font-size: var(--font-size-20);
  font-size: 4vw;
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  background: var(--grad--blue-01-r);
}

#top__recruit .inner {
  padding-top: 5vw;
}

#top__recruit .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-30);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__recruit .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__recruit .ttl03 .ttl__en span {
  font-size: 10vw;
}

#top__recruit .item__text_lead {
  text-align: left;
  margin-bottom: var(--margin-30);
  text-align: center;
}

#top__recruit .item__text_lead p {
  font-size: var(--font-size-20);
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.8;
  font-weight: 500;
  font-size: 4.2vw;
}

#top__recruit .cont__info {
  background: #fff;
  padding: 5vw;
}

#top__recruit .cont__info .item__table {
  width: 100%;
}

/* top__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__faq {
  background: url(/img/top/top__faq__bg_img_01.png) center bottom/auto 100%, #fff;
}

#top__faq .inner {
  padding-top: 5vw;
}

#top__faq .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__faq .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__faq .ttl03 .ttl__en span {
  font-size: 11vw;
}

#top__faq .cont__faq .list__faq .item {
  background: var(--grad--blue-01-r);
  padding: 5vw;
  margin-bottom: var(--margin-15);
}

#top__faq .cont__faq .list__faq .item:last-child {
  margin-bottom: 0;
}

#top__faq .cont__faq .list__faq .item dt,
#top__faq .cont__faq .list__faq .item dd {
  color: #fff;
  position: relative;
  padding-left: 10vw;
  line-height: 1.8;
}

#top__faq .cont__faq .list__faq .item dt::before,
#top__faq .cont__faq .list__faq .item dd::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  font-family: var(--fot--Shippori-Mincho-B1);
  font-size: var(--font-size-35);
  letter-spacing: 0.1em;
  font-weight: 600;
}

#top__faq .cont__faq .list__faq .item dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-22);
}

#top__faq .cont__faq .list__faq .item dt::before {
  content: "Q";
  top: -2.4vw;
}

#top__faq .cont__faq .list__faq .item dd {
  font-size: var(--font-size-16);
}

#top__faq .cont__faq .list__faq .item dd::before {
  content: "A";
  top: -1.9vw;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  background: url(/img/top/com__bg_img_01_01.png) top left no-repeat, var(--grad--blue-01-r);
}

#top__info .inner {
  padding-top: 5vw;
}

#top__info .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
  text-align: center;
  flex-direction: column-reverse;
  gap: 4vw;
}

#top__info .ttl03 .ttl__ja span {
  line-height: 1.8;
  font-size: 6vw;
}

#top__info .ttl03 .ttl__en span {
  font-size: 9vw;
}

#top__info .cont__info {
  background: #fff;
  padding: 5vw;
}

/* top__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__map {
  width: 100%;
  height: 50vw;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/com__bg_img_01_02.png) right top no-repeat, url(/img/common/border_img__02_01.png) center top/210% 9vw repeat-x, url(/img/common/border_img__02_01.png) center bottom/210% 9vw repeat-x, var(--grad--blue-01-r);
}

#top__contact .inner {
  padding-top: 15vw;
}

#top__contact .ttl03 {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-60);
  flex-direction: column-reverse;
  gap: 2.6vw;
  margin-left: -2vw;
  margin-top: 2vw;
  margin-bottom: 15vw;
}

#top__contact .ttl03::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/chara__04_01.png) center center/contain no-repeat;
  width: 51vw;
  height: 40vw;
  right: -12vw;
  top: -11vw;
}

#top__contact .ttl03 .ttl__ja span {
  font-size: 5vw;
}

#top__contact .ttl03 .ttl__en {
  position: relative;
  margin-top: -4vw;
}

#top__contact .ttl03 .ttl__en span {
  font-size: 10.5vw;
}

#top__contact .ttl04 {
  text-align: center;
  margin-bottom: 4vw;
}

#top__contact .ttl04 .ttl__ja {
  color: #fff;
  font-size: 5vw;
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.1em;
  font-weight: 600;
}

#top__contact .cont__contact {
  margin-bottom: var(--margin-60);
  width: 100%;
}

#top__contact .cont__contact .list__contact {
  gap: 5vw;
  flex-direction: column;
  width: 100%;
}

#top__contact .cont__contact .list__contact .item {
  width: 100%;
}

#top__contact .cont__contact .list__contact .item dl dt {
  text-align: center;
  padding: 5vw;
  margin-bottom: 5vw;
  text-align: center;
  font-size: var(--font-size-19);
  letter-spacing: 0.02em;
  background: #fff;
}

#top__contact .cont__contact .list__contact .item dl dd {
  flex-direction: column-reverse;
  align-items: end;
}

#top__contact .cont__contact .list__contact .item dl dd .item__attention {
  height: 11px;
}

#top__contact .cont__contact .list__contact .item .com__tel {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 2vw;
}

#top__contact .cont__contact .list__contact .item .com__tel dt {
  padding: 1vw 6vw;
  font-size: 3.7vw;
  margin-bottom: 3vw;
}

#top__contact .cont__contact .list__contact .item .com__tel dd {
  align-items: center;
}

#top__contact .cont__contact .list__contact .item .com__tel dd .item__num {
  font-size: 8vw;
}

#top__contact .cont__contact .list__contact .item .com__btn_02 {
  width: 100%;
  height: 12.5vw;
}

/* common__news top__news
========================================================================= */
.com__tag {
  gap: 5vw;
}

.com__tag .item {
  color: #fff;
  border-radius: 30px;
  padding: 1vw 4vw;
  font-size: var(--font-size-15);
  background: var(--grad--blue-01-r);
  font-size: 3vw;
}

.com__latest {
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  position: relative;
  right: 0;
  height: fit-content;
}

.com__latest:last-child {
  margin-bottom: 0;
}

.com__latest a {
  width: 100%;
  height: 100%;
  padding: 3vw;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  transition: ease 0.2s;
}

.com__latest .group__info {
  width: 100%;
}

.com__latest .group__info.on_thumb {
  width: 85%;
}

.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 3.5vw;
  margin-bottom: 3.5vw;
}

.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  letter-spacing: 0.12em;
  font-weight: 500;
  top: 0vw;
  margin-right: 5vw;
  font-size: 3.5vw;
  margin-bottom: 3.5vw;
}

.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 5vw;
  justify-content: end;
}

.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 5vw;
}

.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}

.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
  opacity: 0.8;
}

.com__latest:hover a {
  border: 1px solid var(--col--main-01);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }

  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }

  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

#top__news .inner {
  position: relative;
}

#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  flex-direction: column-reverse;
  align-items: center;
  gap: 4vw;
}

#top__news .ttl03 .ttl__ja span img {
  height: 12vw;
}

#top__news .ttl03 .ttl__en img {
  height: 12vw;
}

#top__news .list__btn {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-40);
}

#top__news .list__btn .item a {
  width: 100%;
  height: 10vw;
  background: var(--grad--blue-01-r), var(--col--main-01);
  border: 1px solid var(--col--main-01);
  position: relative;
  transition: ease 0.2s;
}

#top__news .list__btn .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 2vw;
  height: 2vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}

#top__news .list__btn .item a span {
  font-size: var(--font-size-18);
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: ease 0.2s;
}

#top__news .list__btn .item a:hover {
  background: #fff;
}

#top__news .list__btn .item a:hover::before {
  filter: var(--col--main-01-f);
}

#top__news .list__btn .item a:hover span {
  color: var(--col--main-01);
}

#top__news .cont__latest {
  margin-bottom: 6vw;
}

#top__news .com__btn_01 {
  position: relative;
  margin-left: auto;
  margin-right: 9vw;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}

.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}

.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}

.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}

.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}

.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }

  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }

  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }

  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}

/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}

#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}

#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}

#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}

#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}

#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}

#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}

#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}

#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}

#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}

#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}

#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}

#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }

  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }

  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }

  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }

  #site-map ul li a:hover {
    color: var(--col--main-01);
  }

  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}

@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }

  #site-map ul li {
    width: 100%;
  }

  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }

  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}

/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}

#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}

#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}

#contact table tr td {
  width: 70%;
  background: #fff;
}

#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }

  #contact table tr {
    margin-bottom: 5vw;
  }

  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }

  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }

  #contact table tr td {
    width: 100%;
    background: #fff;
  }

  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }

  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}

#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}

#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}

#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}

#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}

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

  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}

#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}

@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

#contact button[type=button] :hover {
  opacity: 0.7;
}

#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}

#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}

.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}

.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}

/*# sourceMappingURL=style_sp.css.map */