/*# sourceMappingURL=style.css.map */��＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　

STYLE.css (PC)

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

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

 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;
  height: 120px;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 20px;
}
#header .item__logo {
  position: relative;
  display: block;
  width: fit-content;
  top: 15px;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#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 {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: url(/img/mv/mv__bg_01.png) center right/cover no-repeat, var(--grad--blue-01-r);
}
#mv .mv__catch {
  z-index: 1;
  position: absolute;
  width: fit-content;
  right: clamp(50px, 50vw - 700px, 200px);
  top: 50%;
  translate: 0 -50%;
}
#mv .mv__catch .main {
  display: block;
  position: relative;
  margin-bottom: var(--margin-40);
}
#mv .mv__catch .sub {
  position: relative;
}
#mv .mv__img {
  position: relative;
  left: clamp(-300px, 50vw - 920px, 0px);
  top: 0;
  height: 100%;
}
#mv .mv__img img {
  height: 100%;
  max-width: unset;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  background: url(/img/sv/sv__bg_img.png) left center/cover no-repeat;
}
#sv .sv-catch {
  position: absolute;
  text-align: end;
  width: 1080px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 60px;
  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:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  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);
}
#footer .list-nav {
  gap: 30px;
}
#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;
  font-size: var(--font-size-15);
  font-weight: 300;
}
#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: 6px;
  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);
}
#footer .nav__sns {
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#footer .nav__sns .list__sns {
  gap: 30px;
}
#footer .nav__sns .list__sns .item {
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#footer .nav__sns .list__sns .item a {
  --size: 50px;
}
#footer .nav__sns .list__sns .item:hover {
  top: -4px;
}
#footer .nav__sns .list__sns .item__mail {
  width: 50px;
}
#footer .nav__sns .list__sns .item__mail img {
  width: 100%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
  letter-spacing: 0;
  font-weight: 300;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  color: var(--col--acc-01);
}
#footer .btn__entrance {
  border: 1px solid #b5a574;
  width: 310px;
  height: 70px;
  background: #fff;
  position: relative;
  margin-bottom: var(--margin-50);
  transition: ease 0.2s;
}
#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%;
  transition: ease 0.2s;
}
#footer .btn__entrance:hover {
  opacity: 0.8;
}
#footer .btn__entrance:hover::before {
  right: 15px;
}
@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: 25px;
  position: relative;
  margin-top: -70px;
}
#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: 80px;
  background: url(/img/entrance/ent__bg_img.png) center center/cover no-repeat;
  padding-bottom: 90px;
  padding-top: 100px;
  padding-inline: clamp(20px, 50vw - 1000px, 80px);
}
#entrance .wrap__entrance {
  margin-inline: auto;
  width: 100%;
  max-width: 1750px;
  min-width: 1240px;
  gap: 0;
  gap: 10px 15px;
  display: grid;
  grid-template: "area01 area02 area02" 1fr "area01 area03 area04" 1fr/2fr 1fr 1fr;
}
#entrance .block__entrance {
  position: relative;
  width: 100%;
  transition: ease 0.3s;
  top: 0;
}
#entrance .block__entrance img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: unset;
}
#entrance .block__entrance a {
  display: block;
  height: 100%;
  width: 100%;
}
#entrance .block__entrance .ttl02 {
  display: block;
  width: 100%;
  height: 100%;
}
#entrance .block__entrance .ttl__main {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
#entrance .block__entrance.block__01 {
  grid-area: area01;
}
#entrance .block__entrance.block__01 a {
  position: relative;
}
#entrance .block__entrance.block__01 a::before {
  content: "";
  position: absolute;
  background: url(/img/entrance/ent__arrow__01_02.png) center center/contain no-repeat;
  width: 10%;
  height: 12%;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
#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: 15%;
  height: 15%;
  right: 30px;
  bottom: 30px;
    z-index: 2;
}
#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: 15%;
  height: 15%;
  right: 30px;
  bottom: 30px;
    z-index: 2;
}
#entrance .block__entrance.block__04 {
  grid-area: area04;
}
#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: 15%;
  height: 15%;
  right: 30px;
  bottom: 30px;
    z-index: 2;
}
#entrance .block__entrance:hover {
  opacity: 0.7;
  top: -4px;
}
#entrance .block__entrance:hover::before {
  display: none;
  translate: 10px 0;
  background: red;
}
/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__license
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__license {
  background: url(/img/top/top__license__bg_img_02.png) top center/100% auto no-repeat;
}
#top__license .inner {
  width: 1280px;
  padding-top: 0;
  padding-bottom: var(--margin-50);
}
#top__license .wrap__about {
  background: url(/img/top/top__license__bg_img_01.jpg) center center/cover no-repeat;
  padding: 50px 100px 70px;
  position: relative;
  top: -50px;
  border: 1px solid #fff;
}
#top__license .wrap__about .ttl03 {
  width: fit-content;
  margin-inline: auto;
}
#top__license .wrap__about .list__license {
  gap: 150px;
}
/* top__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__target {
  background: url(/img/top/top__target__img_01.png) left clamp(-300px, 50vw - 1000px, 0px) top no-repeat;
}
#top__target .inner {
  padding-top: var(--margin-100);
  padding-top: 50px;
  padding-bottom: 0;
}
#top__target .ttl03 {
  width: fit-content;
  margin-left: auto;
  position: relative;
  margin-right: 140px;
  margin-bottom: var(--margin-50);
}
#top__target .ttl03 .ttl__ja {
  white-space: nowrap;
}
#top__target .ttl03 .ttl__en {
  pointer-events: none;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  left: -100px;
}
#top__target .cont__worries {
  position: relative;
  margin-bottom: 150px;
}
#top__target .cont__worries .item__img {
  position: absolute;
  left: -150px;
  bottom: 0;
}
#top__target .cont__worries .list__worries {
  width: 520px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#top__target .cont__worries .list__worries .item {
  padding: 25px;
  padding-left: 70px;
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--grad--blue-01-r);
  position: relative;
}
#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: 33px;
  height: 32px;
  left: 24px;
  top: 24px;
}
#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-20);
}
#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.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid color-mix(in srgb, var(--col--main-01), transparent 60%);
}
#top__target .cont__solution .ttl04 .ttl__ja small {
  font-size: var(--font-size-45);
}
#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);
  letter-spacing: 0.08em;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
  background: url(/img/top/top__about__bg_img_01.png) right clamp(-100px, 50vw - 800px, 220px) top 90px no-repeat, url(/img/top/top__about__bg_img_02.png) left clamp(-100px, 50vw - 800px, 220px) top 300px no-repeat, 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: 1280px;
  height: 115px;
  filter: var(--col--white-f);
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#top__about .inner {
  padding-top: 150px;
}
#top__about .ttl03 {
  flex-direction: column-reverse;
  text-align: center;
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__about .ttl03 .ttl__ja {
  margin-top: -50px;
}
#top__about .ttl03 .ttl__en {
  margin-bottom: var(--margin-20);
}
#top__about .cont__intro {
  position: relative;
}
#top__about .cont__intro .item__text {
  text-align: center;
  margin-bottom: 200px;
}
#top__about .cont__intro .item__text p {
  color: #fff;
  line-height: 2.3;
}
#top__about .cont__intro .block__promotion {
  position: relative;
}
#top__about .cont__intro .block__promotion .list__illust {
  position: relative;
  width: fit-content;
}
#top__about .cont__intro .block__promotion .list__illust > figcaption {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
}
#top__about .cont__intro .block__promotion .list__illust > figcaption .ttl__ja span {
  font-size: var(--font-size-40);
}
#top__about .cont__intro .block__promotion .list__illust > figcaption::before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #fff;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 45deg;
}
#top__about .cont__intro .block__promotion .list__illust > figcaption::after {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 1px solid #fff;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -45deg;
}
#top__about .cont__intro .block__promotion > .item__img {
  position: absolute;
  right: -100px;
  top: -30px;
}
/* top__analyze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__analyze {
  background: url(/img/common/border_img__01_01.png) top center/100% 10px 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: 139px;
  height: 273px;
  right: -20px;
  top: -30px;
  translate: 100% 0;
}
#top__analyze #chart {
  padding: 0;
  padding-top: 50px;
}
#top__analyze .chart_container {
  border: 1px solid var(--col--txt-01);
  padding: 45px;
  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);
}
#top__analyze .com_chart .chart_title .title-txt {
  font-size: var(--font-size-30);
}
#top__analyze .com_chart .chart_btn_list-item {
  width: calc((100% - 30px) / 2);
}
#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;
}
#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: 6px;
  height: 9px;
  right: 20px;
  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: 10px;
  font-size: var(--font-size-15);
  letter-spacing: 0.15em;
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-bottom: 15px;
}
#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: 32px;
  height: 32px;
  left: -45px;
  top: 50%;
  translate: 0 -50%;
  rotate: 180deg;
}
#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-20);
}
#top__analyze .result_chart .result_title .result_title-icon {
  background: unset;
  line-height: 1;
  left: 15px;
  top: -40px;
  z-index: 2;
}
#top__analyze .result_chart .result_title .sub {
  padding: 10px;
  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;
}
#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: 25px;
  height: 10px;
  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;
}
#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: 15px;
}
#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: 32px;
  height: 32px;
  left: -45px;
  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: 30px 35px;
}
#top__analyze .result_chart .chart_anchor-btn.btn__mail span {
  position: relative;
  padding-left: 45px;
}
#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: 30px;
  height: 25px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .result_chart .chart_anchor-btn.btn__line span {
  position: relative;
  padding-left: 45px;
}
#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: 30px;
  height: 30px;
  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: 6px;
  height: 9px;
  right: 20px;
  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/100% 60px repeat-x, url(/img/common/border_img__02_01.png) center bottom/100% 60px repeat-x, var(--grad--blue-01-r);
}
#top__service_01 .inner {
  padding-bottom: 130px;
}
#top__service_01 .ttl03 {
  margin-inline: auto;
  align-items: center;
  position: relative;
  margin-top: var(--margin-60);
  margin-bottom: var(--margin-60);
}
#top__service_01 .ttl03 .ttl__ja span {
  font-size: var(--font-size-50);
}
#top__service_01 .ttl03 .ttl__en {
  position: absolute;
  bottom: 20px;
}
#top__service_01 .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__service_01 .cont__intro {
  position: relative;
  margin-bottom: 100px;
}
#top__service_01 .cont__intro .item__img {
  position: absolute;
  left: -80px;
  top: 0;
}
#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: 173px;
  height: 324px;
  right: -60px;
  bottom: -70px;
}
#top__service_01 .cont__intro .item__text {
  width: 540px;
  margin-left: auto;
}
#top__service_01 .cont__intro .item__text p {
  color: #fff;
  font-weight: 500;
  line-height: 1.8823529412;
  font-size: var(--font-size-17);
}
#top__service_01 .cont__other_menu {
  margin-bottom: var(--margin-85);
}
#top__service_01 .cont__other_menu .ttl04 {
  position: relative;
  padding-left: 40px;
  margin-bottom: var(--margin-35);
}
#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: 31px;
  height: 31px;
  left: 0;
  top: 4px;
}
#top__service_01 .cont__other_menu .ttl04 .ttl__ja {
  font-size: var(--font-size-38);
  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: 2;
  --column-gap: 40px;
  --row-gap: 40px;
}
#top__service_01 .cont__other_menu .list__menu .item {
  padding: 30px;
  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-20);
}
#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);
  letter-spacing: 0.1em;
}
#top__service_01 .cont__other_menu .list__menu .item .item__img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#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);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.6;
}
#top__service_01 .cont__price .ttl04 {
  position: relative;
  padding-left: 40px;
  margin-bottom: var(--margin-35);
}
#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: 31px;
  height: 31px;
  left: 0;
  top: 4px;
}
#top__service_01 .cont__price .ttl04 .ttl__ja {
  font-size: var(--font-size-38);
  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: -70px;
  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;
}
#top__service_01 .cont__price .list__menu {
  --num: 3;
  --column-gap: 60px;
  --row-gap: 0;
}
#top__service_01 .cont__price .list__menu > .item {
  border: 1px solid #fff;
  background: var(--grad--blue-01-r);
  padding: 20px 10px;
}
#top__service_01 .cont__price .list__menu > .item .ttl05 {
  margin-bottom: var(--margin-15);
  text-align: center;
}
#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.3;
}
#top__service_01 .cont__price .list__menu > .item .list__price {
  gap: 3px;
  padding-inline: 10px;
}
#top__service_01 .cont__price .list__menu > .item .list__price .item {
  background: #fff;
  padding: 10px 15px;
  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: 140px;
}
#top__service_02 .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__service_02 .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service_02__img_01.png) center center/contain no-repeat;
  width: 209px;
  height: 369px;
  right: 0;
  top: -100px;
}
#top__service_02 .ttl03 .ttl__ja > span {
  gap: 15px;
  background: var(--grad--blue-01-r);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top__service_02 .ttl03 .ttl__ja > span .txt-02 {
  padding-left: 300px;
}
#top__service_02 .ttl03 .ttl__en {
  position: absolute;
  left: 30px;
  top: -55px;
}
#top__service_02 .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__service_02 .cont__feature {
  margin-bottom: var(--margin-40);
  margin-inline: auto;
  width: 900px;
  z-index: 1;
  position: relative;
}
#top__service_02 .cont__feature .list__feature {
  --num: 3;
  --column-gap: 50px;
  --row-gap: 0;
}
#top__service_02 .cont__feature .list__feature .item {
  background: url(/img/top/top__service_02__list_bg_01.png) center center/contain no-repeat;
  width: 258px;
  height: 258px;
  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);
  line-height: 1.5714285714;
  font-size: var(--font-size-28);
  letter-spacing: 0.02em;
  color: #fff;
}
#top__service_02 .cont__promotion {
  background: #fff;
  padding-block: 40px;
  position: relative;
  min-width: 800px;
  width: fit-content;
}
#top__service_02 .cont__promotion::before {
  pointer-events: none;
  z-index: -1;
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  translate: -100% 0;
}
#top__service_02 .cont__promotion .item__img {
  position: absolute;
  right: 60px;
  top: calc(50% - 45px);
  translate: 100% -50%;
}
/* 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: 140px;
}
#top__features .ttl03 {
  position: relative;
  align-items: center;
  margin-inline: auto;
  margin-bottom: var(--margin-100);
}
#top__features .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara__02_02.png) center center/contain no-repeat;
  width: 155px;
  height: 269px;
  right: -160px;
  top: -80px;
  z-index: 1;
}
#top__features .ttl03 .ttl__ja span {
  font-size: var(--font-size-50);
}
#top__features .ttl03 .ttl__en {
  position: absolute;
  bottom: 30px;
}
#top__features .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__features .cont__feature .list__feature {
  --num: 3;
  --column-gap: 45px;
  --row-gap: 0;
}
#top__features .cont__feature .list__feature .item {
  border: 1px solid #fff;
  background: var(--grad--blue-01-r);
  padding: 20px 12px;
  position: relative;
}
#top__features .cont__feature .list__feature .item .ttl04 {
  width: 100%;
  min-height: 90px;
  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-20);
  padding-inline: 10px;
}
#top__features .cont__feature .list__feature .item .item__text {
  padding-inline: 10px;
}
#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;
}

/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr {
  background: url(/img/top/top__bnr__bg_img_01.jpg) center center/cover no-repeat;
}
#top__bnr .inner {
  padding-block: 140px;
}
#top__bnr .wrap__bnr {
  position: relative;
  padding: 85px 70px;
  background: url(/img/top/top__bnr__bg_img_02.jpg) center 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: 650px;
  margin-left: auto;
  position: relative;
  margin-bottom: var(--margin-30);
}
#top__bnr .wrap__bnr .ttl03 .ttl__ja {
  font-size: var(--font-size-45);
  letter-spacing: 0.1em;
  font-family: var(--fot--Shippori-Mincho-B1);
  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: 50px;
  top: -20px;
}
#top__bnr .wrap__bnr .item__text {
  width: 650px;
  margin-left: auto;
}
#top__bnr .wrap__bnr .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
}

/* 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: 150px;
}
#top__message .ttl03 {
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-70);
}
#top__message .ttl03 .ttl__ja {
  position: relative;
  font-size: 100px;
}
#top__message .ttl03 .ttl__en {
  position: absolute;
  bottom: 25px;
}
#top__message .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__message .cont__owner {
  background: var(--grad--blue-01-r);
  border: 1px solid #fff;
  padding: 50px;
  padding-left: 90px;
  width: 750px;
  margin-left: auto;
  color: #fff;
  position: relative;
}
#top__message .cont__owner .ttl04 {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-20);
}
#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 .item__img {
  position: absolute;
  left: 50px;
  top: -40px;
  margin-bottom: var(--margin-20);
  translate: -100% 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: 188px;
  height: 374px;
  left: -100px;
  bottom: -160px;
}
#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;
}
#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: 10px 20px;
  gap: 90px;
}
#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;
  font-size: var(--font-size-22);
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5019607843), 0px 0px 7px rgba(255, 255, 255, 0.5019607843), 0px 0px 7px rgba(255, 255, 255, 0.5019607843), 0px 0px 7px rgba(255, 255, 255, 0.5019607843), 0px 0px 7px rgba(255, 255, 255, 0.5019607843), 0px 0px 7px rgba(255, 255, 255, 0.5019607843);
}
#top__message .cont__owner .unit__info .item__license dt::before {
  content: "…";
  position: absolute;
  font-size: var(--font-size-24);
  color: var(--col--txt-01);
  right: -55px;
}
#top__message .cont__owner .unit__info .item__license dd {
  font-size: var(--font-size-20);
}

/* top__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__recruit {
  background: var(--grad--blue-01-r);
}
#top__recruit .inner {
  padding-top: 150px;
}
#top__recruit .ttl03 {
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#top__recruit .ttl03 .ttl__ja {
  position: relative;
}
#top__recruit .ttl03 .ttl__ja span {
  font-size: var(--font-size-50);
}
#top__recruit .ttl03 .ttl__en {
  position: absolute;
  bottom: 25px;
}
#top__recruit .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__recruit .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#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;
}
#top__recruit .cont__info {
  background: #fff;
  padding: 30px 50px;
}
#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: 150px;
}
#top__faq .ttl03 {
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#top__faq .ttl03 .ttl__ja {
  position: relative;
}
#top__faq .ttl03 .ttl__en {
  position: absolute;
  bottom: 25px;
}
#top__faq .cont__faq .list__faq .item {
  background: var(--grad--blue-01-r);
  padding: 40px;
  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: 40px;
}
#top__faq .cont__faq .list__faq .item dt::before,
#top__faq .cont__faq .list__faq .item dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  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__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__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: 150px;
}
#top__info .ttl03 {
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#top__info .ttl03 .ttl__ja {
  position: relative;
}
#top__info .ttl03 .ttl__ja span {
  font-size: var(--font-size-50);
}
#top__info .ttl03 .ttl__en {
  position: absolute;
  bottom: 25px;
}
#top__info .ttl03 .ttl__en span {
  font-size: 100px;
}
#top__info .cont__info {
  background: #fff;
  padding: 30px 50px;
}
/* top__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__map {
  width: 100%;
  height: 450px;
}

/* 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) top center/100% no-repeat, url(/img/common/border_img__02_01.png) bottom center/100% no-repeat, var(--grad--blue-01-r);
}
#top__contact .inner {
  padding-top: 200px;
}
#top__contact .ttl03 {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-60);
}
#top__contact .ttl03::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/chara__04_01.png) center center/contain no-repeat;
  width: 355px;
  height: 246px;
        right: -10px;
        top: -110px;
}
#top__contact .ttl03 .ttl__en {
  position: absolute;
  bottom: 30px;
  left: 30px;
  pointer-events: none;
}
#top__contact .ttl04 {
  text-align: center;
  margin-bottom: 10px;
}
#top__contact .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-family: var(--fot--Shippori-Mincho-B1);
  letter-spacing: 0.1em;
  font-weight: 600;
}
#top__contact .cont__contact {
  margin-bottom: var(--margin-60);
}
#top__contact .cont__contact .list__contact {
  gap: 45px;
}
#top__contact .cont__contact .list__contact .item dl dt {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  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;
}
/* common__news top__news
========================================================================= */
.com__tag {
  gap: 10px;
}
.com__tag .item {
  color: #fff;
  border-radius: 30px;
  padding: 3px 12px;
  font-size: var(--font-size-15);
  background: var(--grad--blue-01-r);
}

.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: 30px 40px;
  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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  letter-spacing: 0.15em;
  font-weight: 500;
}
.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: 3px;
  margin-right: 15px;
}
.com__latest .list__tag {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.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: 10px;
}

#top__news .inner {
  position: relative;
  padding-top: 130px;
}
#top__news .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__news .ttl03 .ttl__en {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
#top__news .list__btn {
  --num: 3;
  --column-gap: 75px;
  --row-gap: 30px;
  margin-bottom: var(--margin-40);
}
#top__news .list__btn .item a {
  width: 100%;
  height: 70px;
  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: 6px;
  height: 9px;
  right: 20px;
  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 .com__btn_01 {
  position: absolute;
  top: 150px;
  right: 40px;
}

#contents-u .com__latest a {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
}

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

共通下層ページ　( 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.css.map */