/*# sourceMappingURL=style.css.map
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 130px;
  background: #fff;
  padding: 0;
  top: 0;
  z-index: 5;
  left: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-left: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  margin-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .com__tel {
  margin-right: var(--margin-20);
}
#header .com__tel dd a.tel-num {
  margin-bottom: 7px;
  letter-spacing: 0.1em;
}
#header .com__tel .tel-attention{
  height: 12px;
}
#header .block__info {
  margin-bottom: 17px;
}
#header .com__times {
  padding: 15px;
  width: fit-content;
  background: #e0f2ff;
}
#header .com__times-item dt {
  font-weight: 700;
  font-size: var(--font-size-14);
}
#header .com__times-item dd {
  font-weight: 700;
  font-size: var(--font-size-14);
}
#header .cont-info {
  width: fit-content;
}

html {
  scroll-padding-top: 150px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item.on_move{
  padding-right: 15px;
}
#nav .list-nav .item.on_move::before{
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow_01_b.png)center center / contain no-repeat;
        width: 9px;
        height: 5px;
        right: 0;
        top: 15px;
}

#nav .list-nav .item > p .ja,
#nav .list-nav .item > a .ja {
  font-weight: 700;
  font-size: var(--font-size-15);
  margin-bottom: 8px;
  transition: ease 0.2s;
}
#nav .list-nav .item > p .en,
#nav .list-nav .item > a .en {
  font-weight: 700;
  font-size: 10px;
  color: var(--col--main-03);
  color: #2eb7f0;
  transition: ease 0.2s;
}
#nav .list-nav .item > p:hover,
#nav .list-nav .item > a:hover {
  color: var(--col--main-02);
}
#nav .list-nav .item > p:hover .en,
#nav .list-nav .item > a:hover .en {
  color: var(--col--main-02);
}
#nav .list-nav .in_nav {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #fff;
  width: 130px;
  padding: 9px 0;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: ease 0.2s;
}
#nav .list-nav .in_nav .in_nav_item {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: var(--font-size-15);
  padding-bottom: 8px;
  margin-bottom: 8px;
  color: var(--col--main-01);
  position: relative;
  padding-left: var(--margin-20);
  border-bottom: 1px solid #2eb7f0;
}
#nav .list-nav .in_nav .in_nav_item::before {
  content: "";
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  width: 3px;
  height: 4px;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  filter: var(--col--main-01-fil);
}
#nav .list-nav .in_nav .in_nav_item:last-child {
  margin-bottom: 0;
}
#nav .list-nav .in_nav .in_nav_item:hover {
  color: var(--col--main-03);
}
#nav .list-nav .in_nav .in_nav_item:hover::before {
  content: "";
  filter: var(--col--main-03-fil);
}
#nav .list-nav .on_move:hover .in_nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 800px;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
  margin-top: 130px;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 130px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.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;
}

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: linear-gradient(130deg, #59d0f7 0%, #28c2f5 49%, #0c99f2 100%);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .com__times {
  margin-bottom: var(--margin-30);
}
#footer .com__times:last-child {
  margin-bottom: 0;
}
#footer .com__times-item dt {
  padding-right: var(--margin-25);
  margin-right: var(--margin-25);
  border-right: 1px solid #fff;
  color: #fff;
}
#footer .com__times-item dt p {
  font-size: var(--font-size-15);
  width: 65px;
  align-self: center;
}
#footer .com__times-item dd {
  color: #fff;
  line-height: 1.8;
}
#footer .com__times-item dd p {
  margin-bottom: var(--margin-20);
}
#footer .com__times-item dd p:last-child {
  margin-bottom: 0;
}
#footer .group__contact {
  width: 500px;
  margin-left: auto;
  gap: 20px;
}
#footer .group__contact a {
  height: 40px;
  border-radius: 10px;
  transition: ease 0.3s;
  position: relative;
}
#footer .group__contact a span {
  font-size: var(--font-size-15);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#footer .group__contact a.btn_contact {
  width: 220px;
  position: relative;
  background: linear-gradient(90deg, #0b3790 0%, #18265a 93%);
}
#footer .group__contact a.btn_contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 22px;
  height: 16px;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
}
#footer .group__contact a.btn_contact::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 10px;
  right: 20px;
}
#footer .group__contact a.btn_contact:hover {
  opacity: 0.7;
}
#footer .group__contact a.btn_contact:hover::before {
  right: 15px;
}
#footer .group__contact a.btn_contact span {
  font-size: var(--font-size-15);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .group__contact a.btn_line {
  width: 260px;
  background: #fff;
  position: relative;
}
#footer .group__contact a.btn_line::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 10px;
  right: 20px;
  filter: var(--col--line-fil);
}
#footer .group__contact a.btn_line::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
}
#footer .group__contact a.btn_line:hover {
  opacity: 0.7;
}
#footer .group__contact a.btn_line:hover::before {
  right: 15px;
}
#footer .group__contact a.btn_line span {
  color: var(--col--line);
}
#footer .group__contact a.btn_official {
  position: relative;
  width: 220px;
  background: #fff;
}
#footer .group__contact a.btn_official::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__logo__a_01.png) center center/contain no-repeat;
  width: 23px;
  height: 20px;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
}
#footer .group__contact a.btn_official:hover {
  opacity: 0.7;
}
#footer .group__contact a.btn_official:hover::before {
  right: 15px;
}
#footer .group__contact a.btn_official::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 10px;
  right: 20px;
  filter: var(--col--main-01-fil);
}
#footer .group__contact a.com__instagram {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
#footer .group__contact a.com__instagram img {
  filter: var(--col--fil-white);
  width: 100%;
  height: 100%;
}
#footer .list-nav {
  display: flex;
  gap: 30px 70px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
  margin-bottom: var(--margin-30);
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
  font-weight: 700;
  font-size: var(--font-size-14);
  transition: ease 0.2s;
}
#footer .list-nav .item a::before {
  content: ">";
  color: #fff;
  left: -1rem;
  top: 0;
  position: absolute;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  opacity: 0.8;
}
#footer .list-nav .item a:hover::before {
  left: -0.8rem;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: #fff;
  padding-block: 15px;
  color: #fff;
  background: var(--col--main-02);
  font-size: 10px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: #fff;
  color: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__analyze
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__analyze {
  background: #fff;
}
#top__analyze .inner{
  padding-top: 140px;
}
#top__analyze .ttl03 {
  margin-bottom: var(--margin-30);
}
#top__analyze .ttl03 .ttl_main {
  text-align: center;
}
#top__analyze .ttl03 .ttl_main .sub {
  width: fit-content;
  background: var(--col--main-03);
  padding: 10px 12px;
  padding-top: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: var(--font-size-24);
  position: relative;
  margin-bottom: var(--margin-15);
}
#top__analyze .ttl03 .ttl_main .sub::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow_b__b.svg) center center/100% 100% no-repeat;
  width: 12px;
  height: 9px;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  filter: brightness(0) saturate(100%) invert(55%) sepia(54%) saturate(5789%) hue-rotate(179deg) brightness(102%) contrast(91%);
}
#top__analyze .ttl03 .ttl_main .sub b {
  font-size: var(--font-size-34);
}
#top__analyze .ttl03 .ttl_main .ja {
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: var(--col--main-01);
  font-weight: 900;
  font-size: var(--font-size-45);
}
#top__analyze .ttl03 .ttl_main .ja em {
  color: var(--col--main-02);
}
#top__analyze .lead-text {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#top__analyze .lead-text p {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
}
#top__analyze .lead-text p .str_01 {
  color: var(--col--main-03);
}
#top__analyze .course #chart{
  padding: 0;
  margin: 0;
}
#top__analyze .course #chart .chart-inbox {
  padding: 0;
  background: #e0f2ff;
}
#top__analyze .course #chart .chart-inbox .com_chart {
  padding: 40px;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_title {
  text-align: center;
  position: relative;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
  color: var(--col--main-01);
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_title .q-icon {
  display: none;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_title .title-txt {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-23);
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item {
  height: 50px;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item .chart_answer-btn {
  border-radius: 10px;
  height: 100%;
  min-height: unset;
  width: 100%;
  position: relative;
  color: #fff;
  transition: ease 0.2s;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item .chart_answer-btn::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 7px;
  height: 9px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item .chart_answer-btn:hover {
  opacity: 0.8;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item .chart_answer-btn:hover::before {
  right: 15px;
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item:nth-of-type(1) a {
  background: var(--col--main-03);
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item:nth-of-type(2) a {
  background: var(--col--main-02);
}
#top__analyze .course #chart .chart-inbox .com_chart .chart_btn_list-item:nth-of-type(3) a {
  background: var(--col--main-01);
}
#top__analyze .course #chart .chart-inbox .com_chart .btn_wrp {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  margin-top: var(--margin-30);
}
#top__analyze .course #chart .chart-inbox .com_chart .btn_wrp .chart_back-btn {
  background: unset;
  padding: 0;
  border: unset;
  width: fit-content;
  color: var(--col--main-02);
  font-size: var(--font-size-17);
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-02);
  position: relative;
  padding-left: 1.3rem;
}
#top__analyze .course #chart .chart-inbox .com_chart .btn_wrp .chart_back-btn::before {
  content: "<";
  color: var(--col--main-02);
  position: absolute;
  left: 0;
  top: 30%;
  translate: 0 -50%;
}
#top__analyze .course #chart .result_chart {
  padding: 30px;
}
#top__analyze .course #chart .result_chart .result_title {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#top__analyze .course #chart .result_chart .result_title .result_title-icon {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding: 12px 16px;
  background: var(--col--main-01);
  height: fit-content;
  font-size: var(--font-size-22);
  color: #fff;
  font-weight: 700;
  left: 0;
}
#top__analyze .course #chart .result_chart .result_title .result_title-icon::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow_b__b.svg) center center/100% 100% no-repeat;
  width: 12px;
  height: 9px;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  filter: var(--col--main-01-fil);
}
#top__analyze .course #chart .result_chart .result_title .sub {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  background: unset;
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 700;
}
#top__analyze .course #chart .result_chart .result_title .sub .str-01 {
  color: var(--col--main-02);
}
#top__analyze .course #chart .result_chart .result_title .sub::after {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  left: -10px;
  bottom: 22px;
  rotate: 55deg;
}
#top__analyze .course #chart .result_chart .result_title .sub::before {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  right: -10px;
  bottom: 22px;
  rotate: -55deg;
}
#top__analyze .course #chart .result_chart .result_title .main {
  margin-bottom: 0;
}
#top__analyze .course #chart .result_chart .result_container {
  margin-bottom: var(--margin-40);
}
#top__analyze .course #chart .result_chart .result_container .result_img {
  width: 480px;
  height: 300px;
}
#top__analyze .course #chart .result_chart .result_container .result_txtxbx {
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
#top__analyze .course #chart .result_chart .result_container .price_bx {
  border-bottom: 0;
}
#top__analyze .course #chart .result_chart .result_btn-list {
  gap: 30px;
}
#top__analyze .course #chart .result_chart .result_btn-list li {
  height: 50px;
  width: 100%;
}
#top__analyze .course #chart .result_chart .result_btn-list li .chart_anchor-btn {
  border-radius: 10px;
  height: 100%;
  min-height: unset;
  width: 100%;
  position: relative;
  color: #fff;
}
#top__analyze .course #chart .result_chart .result_btn-list li .chart_anchor-btn::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 7px;
  height: 9px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
#top__analyze .course #chart .result_chart .result_btn-list li:nth-of-type(1) a {
  background: var(--col--main-03);
}
#top__analyze .course #chart .result_chart .result_btn-list li:nth-of-type(2) a {
  background: var(--col--main-02);
}
#top__analyze .course #chart .result_chart .result_btn-list li:nth-of-type(3) a {
  background: var(--col--main-01);
}
#top__analyze .course #chart .result_chart .btn_wrp {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
  margin-top: var(--margin-30);
}
#top__analyze .course #chart .result_chart .btn_wrp .restart_btn {
  background: unset;
  padding: 0;
  border: unset;
  width: fit-content;
  color: var(--col--main-02);
  font-size: var(--font-size-17);
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-02);
  position: relative;
  padding-left: 1.3rem;
}
#top__analyze .course #chart .result_chart .btn_wrp .restart_btn::before {
  content: "<";
  color: var(--col--main-02);
  position: absolute;
  left: 0;
  top: 30%;
  translate: 0 -50%;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: url(/img/top/top__service__bg_01.jpg) center center/cover no-repeat;
}
#top__service .inner {
  padding-top: 180px;
}
#top__service .ttl03 {
  margin-left: auto;
  margin-right: 230px;
}
#top__service .block__list {
  position: relative;
  min-height: 380px;
}
#top__service .block__list .item-img {
  position: absolute;
  left: -400px;
  top: -180px;
}
#top__service .block__list .list-service {
  gap: 30px;
  width: fit-content;
  height: 210px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#top__service .block__list .list-service .item {
  background: #fff;
  width: 255px;
  display: flex;
  align-items: center;
}
#top__service .block__list .list-service .item .text {
  font-weight: 700;
  margin-left: var(--margin-10);
  letter-spacing: 0.1em;
  font-size: var(--font-size-25);
}
#top__service .block__list .com__btn_01 {
  margin-left: auto;
  margin-right: 340px;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case .inner {
  width: 100%;
}
#top__case .ttl03 {
  margin: 0 auto;
  position: relative;
  flex-direction: column-reverse;
  margin-bottom: var(--margin-40);
}
#top__case .ttl03 .ttl03_main .ja {
  font-weight: 800;
  color: var(--col--main-01);
  letter-spacing: 0.12em;
  font-size: var(--font-size-55);
  position: relative;
}
#top__case .ttl03 .text {
  font-size: var(--font-size-24);
  font-weight: 900;
  color: var(--col--main-01);
  letter-spacing: 0.08em;
  margin-bottom: var(--margin-20);
  position: relative;
}
#top__case .ttl03 .text::before {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  left: -30px;
  bottom: 5px;
  rotate: 65deg;
}
#top__case .ttl03 .text::after {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  right: -30px;
  bottom: 5px;
  rotate: -65deg;
}
#top__case .swiper-container {
  padding: 0;
  
}
#top__case .cont__post {
  margin-bottom: var(--margin-40);
  position: relative;
  transition: ease 0.5s;
  padding: 60px 0 0;
}
#top__case .cont__post .block__post {
  position: relative;
  border: 1px solid var(--col--main-01);
  padding: 30px;
  transition: ease 0.2s;
  position: relative;
  top: 0;
  
}
#top__case .cont__post .block__post .ttl04 {
  order: 2;
  width: 100%;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .cont__post .block__post .ttl04 .ja {
  font-size: var(--font-size-18);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__case .cont__post .block__post .list-compare {
  order: 1;
  gap: 50px;
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-15);
}
#top__case .cont__post .block__post .list-compare::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 12px;
  height: 15px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  filter: var(--col--main-01-fil);
}
#top__case .cont__post .block__post .list-compare-item {
  width: 100%;
  height: 150px;
}
#top__case .cont__post .block__post .list-compare-item .item-img {
  width: 100%;
  height: 150px;
}
#top__case .cont__post .block__post .unit-taglist {
  position: absolute;
  display: flex;
  gap: 10px;
  left: 0;
  top: -1px;
  translate: 0 -100%;
}
#top__case .cont__post .block__post .unit-taglist .uni-taglist-item {
  border-radius: 5px 5px 0 0;
  min-width: 110px;
  background: var(--col--main-03);
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  position: relative;
}
#top__case .cont__post .block__post .btn-post {
  order: 3;
  height: 40px;
  border: 1px solid var(--col--main-01);
  background: #e0f2ff;
  border-radius: 10px;
  position: relative;
}
#top__case .cont__post .block__post .btn-post::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 6px;
  height: 8px;
  right: 20px;
  filter: var(--col--main-01-fil);
}
#top__case .cont__post .block__post .btn-post span {
  color: var(--col--main-01);
  font-weight: 700;
}
#top__case .cont__post .block__post:hover {
  top: -4px;
  opacity: 0.6;
}
#top__case .com__btn_01 {
  margin: 0 auto;
}

/* top__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__guide .block__about {
  position: relative;
  width: 540px;
  margin-right: auto;
}
#top__guide .block__about .ttl04 {
  width: 100%;
  border-block: 1px solid var(--col--main-01);
  padding-block: var(--margin-30);
  margin-bottom: var(--margin-30);
  position: relative;

    &::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_a.png)center center / contain no-repeat;
  width: 23px;
  height: 18px;
            right: 110px;
            bottom: 40px;
  }

}
#top__guide .block__about .ttl04 .ja {
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: var(--col--main-01);
  font-size: var(--font-size-24);
}
#top__guide .block__about .ttl04 .ja em {
  background: linear-gradient(180deg, rgba(224, 242, 255, 0) 50%, #e0f2ff 50%);
  color: var(--col--main-02);
}
#top__guide .block__about .item-img {
  width: max-content;
  position: absolute;
  right: -952px;
  top: -140px;
}
#top__guide .block__about .item-text {
  position: relative;
  margin-bottom: var(--margin-40);


}
#top__guide .block__about .item-text p {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
}
#top__guide .block__about .item-text p .str_01 {
  font-weight: 800;
  font-size: var(--font-size-20);
  color: var(--col--main-03);
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  width: 100%;
}
#top__subpages .list-subpages {
  margin: 0 auto;
  width: calc(100% - 140px);
  gap: 60px;
}
#top__subpages .list-subpages .item {
  position: relative;
  height: 470px;
  width: 100%;
}
#top__subpages .list-subpages .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top__subpages .list-subpages .item a .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 205px;
  background: #fff;
  position: relative;
}
#top__subpages .list-subpages .item a .ttl03::before {
  content: "";
  background: url(/img/common/deco__arrow_b__rb.svg) center center/100% 100% no-repeat;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 18px;
  height: 17px;
  filter: brightness(0) saturate(100%) invert(9%) sepia(44%) saturate(4730%) hue-rotate(224deg) brightness(86%) contrast(90%);
}
#top__subpages .list-subpages .item a .ttl03 .ttl03_main .ja {
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-24);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#top__subpages .list-subpages .item a .ttl03 .ttl03_main .en {
  color: var(--col--main-03);
  font-weight: 900;
  font-size: var(--font-size-17);
}
#top__subpages .list-subpages .item a .ttl03 .item-img {
  margin-bottom: var(--margin-20);
}
#top__subpages .list-subpages .item__faq a {
  overflow: hidden;
  position: relative;
}
#top__subpages .list-subpages .item__faq a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/top/top__subpages__bg_01.jpg) center center/cover no-repeat;
  transition: ease 0.4s;
}
#top__subpages .list-subpages .item__faq a:hover::before {
  scale: 1.1;
  opacity: 0.75;
}
#top__subpages .list-subpages .item__company a {
  overflow: hidden;
  position: relative;
}
#top__subpages .list-subpages .item__company a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/top/top__subpages__bg_02.jpg) center center/cover no-repeat;
  transition: ease 0.4s;
}
#top__subpages .list-subpages .item__company a:hover::before {
  scale: 1.1;
  opacity: 0.75;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  right: 0;
}
.unit-latest a {
  width: 100%;
  position: relative;
  transition: ease 0.2s;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
  font-weight: 700;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-15);
  color: var(--col--main-01);
  font-weight: 700;
  margin-bottom: var(--margin-10);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-03);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -8px;
  opacity: 0.6;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-03);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

#top__news {
  background: #f6f6f0;
}
#top__news .ttl03 {
  width: fit-content;
  margin: 0 auto;
}
#top__news .cont-latest {
  gap: 50px;
  margin-bottom: var(--margin-50);
}
#top__news .unit-latest {
  width: calc((100% - 50px) / 2);
  position: relative;
  margin-bottom: var(--margin-30);
  transition: ease 0.2s;
  right: 0;
}
#top__news .unit-latest a {
  width: 100%;
  position: relative;
  transition: ease 0.2s;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  letter-spacing: 0.1em;
  font-weight: 700;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-15);
  color: var(--col--main-01);
  font-weight: 700;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-03);
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -8px;
  opacity: 0.6;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .com__btn_01 {
  margin: 0 auto;
}

/* types
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* types__common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.types__common .cont__intro {
  position: relative;
  min-height: 350px;
  margin-bottom: var(--margin-70);
}
.types__common .cont__intro .lead-text {
  width: 515px;
  margin-left: auto;
  margin-bottom: var(--margin-40);
  padding-top: var(--margin-30);
}
.types__common .cont__intro .lead-text p {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.types__common .cont__intro .lead-text p .str-01 {
  font-weight: 900;
  color: var(--col--main-02);
}
.types__common .cont__intro .item-img {
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
}
.types__common .cont__intro .block__info {
  width: 515px;
  position: relative;
  margin-left: auto;
  padding: 20px;
  background: #f6f6f0;
}
.types__common .cont__intro .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
.types__common .cont__intro .ttl04 .ja {
  font-weight: 900;
  color: var(--col--main-02);
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
}
.types__common .cont__intro .item-text p {
  color: var(--col--main-01);
  font-size: var(--font-size-18);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.types__common .cont__intro .item-text p small {
  font-size: var(--font-size-16);
}
.types__common .cont__about {
  margin-bottom: var(--margin-70);
}
.types__common .cont__about .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
}
.types__common .cont__about .ttl04 .ja {
  font-weight: 900;
  color: var(--col--main-02);
  font-size: var(--font-size-28);
}
.types__common .cont__about .block__about {
  position: relative;
  background: #e0f2ff;
  padding: var(--margin-30);
  border-radius: 20px;
  width: 780px;
  margin-right: auto;
  padding: 30px;
}
.types__common .cont__about .block__about::before {
  content: "";
  position: absolute;
  filter: var(--col--base-01-fil);
  width: 20px;
  height: 26px;
  right: 0;
  top: 50%;
  translate: 100% -50%;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
}
.types__common .cont__about .block__about .item-text .str-01 {
  color: var(--col--main-02);
}
.types__common .cont__about .block__about .item-text > p {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.types__common .cont__about .block__about .item-text .list {
  border-radius: 20px;
  background: #fff;
  padding: var(--margin-20);
  gap: 20px;
  margin-bottom: var(--margin-20);
}
.types__common .cont__about .block__about .item-text .list:last-child {
  margin-bottom: 0;
}
.types__common .cont__about .block__about .item-text .list > .item {
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 900;
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
}
.types__common .cont__about .block__about .item-text .list > .item::before {
  content: "・";
  color: var(--col--main-03);
  left: 0;
  position: absolute;
}
.types__common .cont__about .block__about .item-img {
  position: absolute;
  right: -50px;
  top: 30px;
  translate: 100% 0;
}
.types__common .cont__about .block__about .item-img img {
  margin-bottom: var(--margin-10);
}
.types__common .cont__about .block__about .item-img figcaption .ttl_sub {
  font-weight: 900;
  color: var(--col--main-01);
  margin-bottom: var(--margin-10);
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
}
.types__common .cont__about .block__about .item-img figcaption .ttl_main {
  color: var(--col--main-01);
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: var(--font-size-25);
}
.types__common .cont__about .block__about .item-img figcaption .ttl_main small {
  font-size: var(--font-size-18);
  color: var(--col--main-02);
}
.types__common .cont__feature {
  margin-bottom: 100px;
}
.types__common .cont__feature .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
}
.types__common .cont__feature .ttl04 .ja {
  font-weight: 900;
  color: var(--col--main-02);
  font-size: var(--font-size-28);
}
.types__common .cont__feature .list {
  gap: 60px;
  width: 100%;
}
.types__common .cont__feature .list > .item {
  width: calc((100% - 120px) / 3);
  gap: 10px;
}
.types__common .cont__feature .list > .item .ttl05 {
  order: 2;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
}
.types__common .cont__feature .list > .item .ttl05 .num {
  margin-right: var(--margin-10);
}
.types__common .cont__feature .list > .item .ttl05 .ja {
  line-height: 1.4;
  color: var(--col--main-01);
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: var(--font-size-22);
}
.types__common .cont__feature .list > .item .item-img {
  order: 1;
}
.types__common .cont__feature .list > .item .item-text {
  order: 3;
}
.types__common .cont__feature .list > .item .item-text p {
  line-height: 2.2;
  font-weight: 700;
  font-size: var(--font-size-18);
}
.types__common .cont__bnr {
  width: 680px;
  background: var(--col--base-01);
  margin: 0 auto;
  padding: 20px 35px;
}
.types__common .cont__bnr .ttl04 .ja {
  line-height: 2;
  font-size: var(--font-size-34);
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--col--main-02);
  color: var(--col--main-02);
}
.types__common .cont__bnr .ttl04 .ja small {
  color: var(--col--main-01);
  font-size: var(--font-size-28);
}
.types__common .cont__bnr .group__button {
  width: fit-content;
  margin-left: auto;
  gap: 20px;
}
.types__common .cont__bnr .group__button .com__btn_01 {
  width: 260px;
}
/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq .cont__post .block__post {
  background: var(--col--base-01);
  padding: 40px;
  margin-bottom: var(--margin-40);
}
#faq .cont__post a{
  transition: ease .2s;
  &:hover{
    opacity: .6;
  }
}
#faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#faq .cont__post .block__post dt {
  padding-left: -1rem;
  position: relative;
  font-size: var(--font-size-28);
  color: var(--col--main-01);
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: var(--margin-20);
  padding-left: 50px;
  line-height: 1.4;
}
#faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: -6px;
}
#faq .cont__post .block__post dd {
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  padding-left: 50px;
}
#faq .cont__post .block__post dd a {
  color: #0000ff;
  padding-bottom: 5px;
  border-bottom: 1px solid #0000ff;
}
#faq .cont__post .block__post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__feature .ttl03 .ja .str-01 {
  color: var(--col--main-02);
}
#guide__feature .ttl03 .ja .str-01 .str-02 {
  font-size: 70px;
}
#guide__feature .lead-text {
  position: relative;
  margin-bottom: var(--margin-80);
  text-align: center;
}
#guide__feature .lead-text p {
  font-size: var(--font-size-18);
  font-weight: 700;
}
#guide__feature .block__feature {
  position: relative;
}
#guide__feature .block__feature .item {
  width: 100%;
  position: relative;
  min-height: 360px;
  margin-bottom: var(--margin-50);
}
#guide__feature .block__feature .item .ttl04 {
  width: 530px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  gap: 10px;
  padding-top: var(--margin-40);
}
#guide__feature .block__feature .item .ttl04 .ja {
  font-weight: 900;
  color: var(--col--main-02);
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
}
#guide__feature .block__feature .item .item-text {
  width: 530px;
}
#guide__feature .block__feature .item .item-text p {
  line-height: 2;
  font-weight: 700;
  font-size: var(--font-size-17);
}
#guide__feature .block__feature .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#guide__feature .block__feature .item:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#guide__feature .block__feature .item:nth-of-type(odd) .item-img {
  position: absolute;
  left: 0;
  top: 0;
}
#guide__feature .block__feature .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#guide__feature .block__feature .item:nth-of-type(even) .item-text {
  margin-right: auto;
}
#guide__feature .block__feature .item:nth-of-type(even) .item-img {
  position: absolute;
  right: 0;
  top: 0;
}

/* guide__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__works {
  background: var(--col--base-02);
}
#guide__works hgroup {
  width: 100%;
}
#guide__works hgroup .ttl03 {
  padding-bottom: 0;
}
#guide__works hgroup .ttl03::before {
  display: none;
  content: "";
  position: absolute;
}
#guide__works hgroup .sub-ttl {
  position: relative;
  font-size: var(--font-size-24);
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: var(--margin-25);
}
#guide__works hgroup .sub-ttl::before {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  left: -15px;
  bottom: 7px;
  rotate: 65deg;
}
#guide__works hgroup .sub-ttl::after {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  right: -15px;
  bottom: 7px;
  rotate: -65deg;
}
#guide__works hgroup .sub-ttl .str-01 {
  color: var(--col--main-02);
}
#guide__works .list-works {
  --num: 3;
  --column-gap: 45px;
  --row-gap: 45px;
  position: relative;
  margin-bottom: var(--margin-50);
}
#guide__works .list-works .item .ttl04 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
#guide__works .list-works .item .ttl04 .ja {
  font-size: var(--font-size-28);
  color: var(--col--main-02);
  font-weight: 900;
  letter-spacing: 0.01em;
}
#guide__works .list-works .item .ttl04 .ja .small-01 {
  margin-left: var(--margin-10);
  font-size: var(--font-size-21);
}
#guide__works .list-works .item .item-img {
  order: 1;
  margin-bottom: var(--margin-30);
}
#guide__works .list-works .item .item-text {
  order: 3;
  margin-bottom: var(--margin-20);
}
#guide__works .list-works .item .item-text p {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.08em;
}
#guide__works .list-works .item .unit__point {
  order: 4;
  background: #fff;
  padding: 20px;
}
#guide__works .list-works .item .unit__point .ttl05 {
  position: relative;
  margin-bottom: var(--margin-10);
  padding-left: var(--margin-35);
}
#guide__works .list-works .item .unit__point .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__note_01.png) center center/contain no-repeat;
  width: 25px;
  left: 0;
  height: 23px;
}
#guide__works .list-works .item .unit__point .ttl05 .ja {
  font-weight: 800;
  color: var(--col--main-01);
  font-size: var(--font-size-22);
}
#guide__works .list-works .item .unit__point .item-text {
  margin-bottom: 0;
}
#guide__works .list-works .item .unit__point .item-text p {
  font-size: var(--font-size-16);
}
#guide__works .block__note .ttl04 {
  width: 100%;
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
#guide__works .block__note .ttl04 .ja {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
  color: var(--col--main-02);
}
#guide__works .block__note .item-text {
  text-align: center;
}
#guide__works .block__note .item-text p {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-18);
}
#guide__works .block__note .item-text .str-01 {
  color: var(--col--main-02);
}

/* guide__note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__note .ttl03 .ja {
  font-size: var(--font-size-45);
}
#guide__note .ttl03 .ja .str-01 {
  color: var(--col--main-02);
  font-size: var(--font-size-55);
}
#guide__note .lead-text {
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-50);
}
#guide__note .lead-text p {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: var(--font-size-18);
}
#guide__note .lead-text .str-01 {
  color: var(--col--main-02);
}
#guide__note .cont__point .list-point .item {
  min-height: 210px;
  position: relative;
  background: #e0f2ff;
  padding: 30px;
  margin-bottom: var(--margin-50);
}
#guide__note .cont__point .list-point .item .ttl04 {
  width: 840px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  padding-top: var(--margin-30);
}
#guide__note .cont__point .list-point .item .ttl04 .ja {
  font-size: var(--font-size-27);
  font-weight: 800;
  color: var(--col--main-02);
}
#guide__note .cont__point .list-point .item .item-text {
  width: 840px;
}
#guide__note .cont__point .list-point .item .item-text p {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: var(--font-size-17);
}
#guide__note .cont__point .list-point .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#guide__note .cont__point .list-point .item:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#guide__note .cont__point .list-point .item:nth-of-type(odd) .item-img {
  position: absolute;
  left: 30px;
  top: 30px;
}
#guide__note .cont__point .list-point .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#guide__note .cont__point .list-point .item:nth-of-type(even) .item-text {
  margin-right: auto;
}
#guide__note .cont__point .list-point .item:nth-of-type(even) .item-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
#guide__note .note-text {
  text-align: center;
}
#guide__note .note-text p {
  font-size: var(--font-size-18);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: var(--col--base-02);
}
.common__contact hgroup .ttl03 {
  margin-bottom: var(--margin-20);
}
.common__contact hgroup .ttl03::before {
  content: "";
  display: none;
  position: absolute;
}
.common__contact hgroup .ttl03 .ja {
  font-size: var(--font-size-55);
  letter-spacing: 0.12em;
  color: var(--col--main-01);
}
.common__contact hgroup .ttl03 .ja .str-01 {
  color: var(--col--main-02);
}
.common__contact hgroup .sub-ttl {
  position: relative;
  font-size: var(--font-size-24);
  font-weight: 900;
  color: var(--col--main-01);
  letter-spacing: 0.1em;
  margin-bottom: var(--margin-30);
}
.common__contact hgroup .sub-ttl::before {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  left: -25px;
  bottom: 7px;
  rotate: 65deg;
}
.common__contact hgroup .sub-ttl::after {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 1px solid var(--col--main-01);
  right: -25px;
  bottom: 7px;
  rotate: -65deg;
}
.common__contact hgroup .sub-ttl .str-01 {
  position: relative;
  letter-spacing: 0;

  &::after {
    content: "";
    position: absolute;
    background: url(/img/common/border__dot__01_a.png) left center / 11.8% 20.6% repeat-x;
    width: 200px;
    height: 13px;
    left: 12px;
    top: -9px;
  }

}
.common__contact hgroup .sub-ttl .str-02 {
  font-size: var(--font-size-30);
  color: var(--col--main-02);
  position: relative;
}
.common__contact .block__contact {
  width: 730px;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
}
.common__contact .block__contact .unit__info {
  width: fit-content;
}
.common__contact .block__contact .unit__info .com__times {
  position: relative;
  margin-bottom: var(--margin-15);
}
.common__contact .block__contact .unit__info .com__times-item {
  font-size: var(--font-size-17);
  font-weight: 700;
  color: var(--col--main-01);
}
.common__contact .block__contact .unit__info .com__times-item dt {
  color: var(--col--main-02);
  padding-right: var(--margin-10);
  margin-right: var(--margin-10);
  border-right: 1px solid var(--col--main-02);
}
.common__contact .block__contact .unit__info .com__tel dd .tel-num {
  font-size: var(--font-size-40);
  padding-left: var(--margin-35);
}
.common__contact .block__contact .unit__info .com__tel dd .tel-num::before {
  width: 30px;
  height: 30px;
}
.common__contact .block__contact .unit__contact {
  width: 260px;
  margin-left: auto;
  gap: 15px;
}
.common__contact .block__contact .unit__contact > a {
  width: 100%;
  height: 40px;
  border-radius: 10px;
}
.common__contact .block__contact .unit__contact .btn-contact {
  position: relative;
  transition: ease 0.2s;
  background: linear-gradient(90deg, #0b3790 0%, #18265a 93%);
}
.common__contact .block__contact .unit__contact .btn-contact::after {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 10px;
  right: 20px;
  transition: ease 0.2s;
}
.common__contact .block__contact .unit__contact .btn-contact:hover {
  opacity: 0.8;
}
.common__contact .block__contact .unit__contact .btn-contact:hover::after {
  right: 15px;
}
.common__contact .block__contact .unit__contact .btn-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 22px;
  height: 16px;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .block__contact .unit__contact .btn-contact span {
  color: #fff;
  font-size: var(--font-size-15);
  font-weight: 800;
}
.common__contact .block__contact .unit__contact .btn-line {
  position: relative;
  border: 1px solid var(--col--line);
  background: #ecfff4;
  transition: ease 0.2s;
}
.common__contact .block__contact .unit__contact .btn-line::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .block__contact .unit__contact .btn-line::after {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 10px;
  right: 20px;
  filter: var(--col--line-fil);
  transition: ease 0.2s;
}
.common__contact .block__contact .unit__contact .btn-line:hover {
  opacity: 0.8;
}
.common__contact .block__contact .unit__contact .btn-line:hover::after {
  right: 15px;
}
.common__contact .block__contact .unit__contact .btn-line span {
  color: var(--col--line);
  font-weight: 800;
  font-size: var(--font-size-15);
}
.common__contact .block__contact .com__tel{
  color: var(--col--main-01);
}
.common__contact .block__contact .com__tel {
  letter-spacing: 0.08em;
}
.common__contact .block__contact .com__tel .tel-attention{
  filter: var(--col--main-01-fil);
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .cont__in_link {
  position: relative;
  margin-bottom: var(--margin-100);
}
#case .cont__in_link .list-link {
  --num: 4;
  --column-gap: 40px;
  --row-gap: 20px;
}
#case .cont__in_link .list-link .item a {
  position: relative;
  width: 100%;
}
#case .cont__in_link .list-link .item a::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_b__b.svg) center center/100% 100% no-repeat;
  width: 8px;
  height: 6px;
  right: 20px;
  filter: var(--col--fil-white);
}

#case .cont__post {
  --num: 3;
  --column-gap: 15px;
  --row-gap: 55px;
}
#case .cont__post .block__post {
  position: relative;
  border: 1px solid var(--col--main-01);
  padding: 20px;
  transition: ease 0.2s;
  top: 0;
}
#case .cont__post .block__post:hover {
  position: relative;
  opacity: 0.8;
  top: -5px;
}
#case .cont__post .block__post .ttl04 {
  order: 2;
  width: 100%;
  text-align: left;
  margin-bottom: var(--margin-15);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .cont__post .block__post .ttl04 .ja {
  font-size: var(--font-size-18);
  font-weight: 700;
  color: var(--col--main-01);
}
#case .cont__post .block__post .list-compare {
  order: 1;
  gap: 15px;
  width: 100%;
  margin-bottom: var(--margin-15);
}
#case .cont__post .block__post .list-compare-item {
  width: 145px;
  height: 100px;
}
#case .cont__post .block__post .list-compare-item .item-img {
  width: 100%;
  height: 100px;
}
#case .cont__post .block__post .unit-taglist {
  position: absolute;
  display: flex;
  gap: 10px;
  left: 0;
  top: -1px;
  translate: 0 -100%;
}
#case .cont__post .block__post .unit-taglist .uni-taglist-item {
  border-radius: 5px 5px 0 0;
  min-width: 110px;
  background: var(--col--main-03);
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  position: relative;
}
#case .cont__post .block__post .btn-post {
  order: 3;
  height: 40px;
  border: 1px solid var(--col--main-01);
  background: #e0f2ff;
  border-radius: 10px;
  position: relative;
}
#case .cont__post .block__post .btn-post::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 6px;
  height: 8px;
  right: 20px;
  filter: var(--col--main-01-fil);
}
#case .cont__post .block__post .btn-post span {
  color: var(--col--main-01);
  font-weight: 700;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case__in_post .wrap__post {
  position: relative;
  padding: 40px;
  border: 1px solid var(--col--main-01);
}
#case__in_post .wrap__post .ttl03 {
  order: 2;
  margin-bottom: var(--margin-20);
}
#case__in_post .wrap__post .ttl03 .ja {
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 700;
}
#case__in_post .wrap__post .list-compare {
  order: 1;
  margin-bottom: var(--margin-20);
  width: 100%;
  gap: 60px;
  position: relative;
}
#case__in_post .wrap__post .list-compare::before {
  content: "";
  position: absolute;
  transition: ease 0.2s;
  background: url(/img/common/deco__arrow_w__r.svg) center center/100% 100% no-repeat;
  width: 25px;
  height: 30px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  filter: var(--col--main-01-fil);
}
#case__in_post .wrap__post .list-compare-item {
  height: 330px;
  width: 465px;
}
#case__in_post .wrap__post .list-compare-item .item-img {
  height: 330px;
  width: 465px;
}
#case__in_post .wrap__post .item-price {
  order: 3;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-24);
  font-weight: 700;
}
#case__in_post .wrap__post .item-price small {
  font-size: var(--font-size-20);
  color: var(--col--main-02);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#case__in_post .wrap__post .sb-post-body {
  order: 4;
  background: #e0f2ff;
  padding: 20px;
}
#case__in_post .wrap__post .sb-post-body p {
  line-height: 2;
}
#case__in_post .com__btn_01 {
  width: 320px;
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__intro .ttl03 {
  text-align: center;
}
#company__intro .ttl03 .ja {
  line-height: 1.4;
  font-size: var(--font-size-40);
}
#company__intro .ttl03 .ja .str-01 {
  font-size: var(--font-size-55);
  color: var(--col--main-02);
}
#company__intro .ttl03 .ja .str-02 {
  font-size: var(--font-size-45);
  color: var(--col--main-02);
}
#company__intro .block__intro {
  gap: 50px;
}
#company__intro .block__intro .item-text {
  width: 515px;
}
#company__intro .block__intro .item-text p {
  font-size: var(--font-size-18);
  font-weight: 700;
}
#company__intro .block__intro .item-text p .str-01 {
  color: var(--col--main-02);
}

/* company__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__feature {
  background: var(--col--base-02);
}
#company__feature .ttl03 .ja .str-01 {
  color: var(--col--main-02);
  font-size: var(--font-size-55);
}
#company__feature .ttl03 .ja .str-01 strong {
  font-size: 70px;
}
#company__feature .cont__feature .block__feature {
  position: relative;
  min-height: 350px;
  margin-bottom: var(--margin-50);
}
#company__feature .cont__feature .block__feature:last-child {
  margin-bottom: 0;
}
#company__feature .cont__feature .block__feature .ttl04 {
  width: 540px;
  gap: 20px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  padding-top: var(--margin-50);
}
#company__feature .cont__feature .block__feature .ttl04 .num {
  position: relative;
  top: 5px;
}
#company__feature .cont__feature .block__feature .ttl04 .ja {
  flex: 1;
  line-height: 1.4;
  font-size: var(--font-size-28);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--col--main-02);
}
#company__feature .cont__feature .block__feature .item-img {
  position: absolute;
}
#company__feature .cont__feature .block__feature .item-text {
  width: 540px;
}
#company__feature .cont__feature .block__feature .item-text p {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#company__feature .cont__feature .block__feature .com__btn_01 {
  margin-top: var(--margin-20);
}
#company__feature .cont__feature .block__feature:nth-of-type(odd) .item-text {
  margin-right: auto;
}
#company__feature .cont__feature .block__feature:nth-of-type(odd) .ttl04 {
  margin-right: auto;
}
#company__feature .cont__feature .block__feature:nth-of-type(odd) .item-img {
  position: absolute;
  right: 0;
  top: 0;
}
#company__feature .cont__feature .block__feature:nth-of-type(even) .item-text {
  margin-left: auto;
}
#company__feature .cont__feature .block__feature:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#company__feature .cont__feature .block__feature:nth-of-type(even) .item-img {
  position: absolute;
  left: 0;
  top: 0;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .cont__info {
  margin-bottom: var(--margin-50);
}
#company__info .cont__address {
  --num: 2;
  --column-gap: 50px;
  --row-gap: 50px;
}
#company__info .cont__address .block__address .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
#company__info .cont__address .block__address .ttl04 .ja {
  font-weight: 700;
  font-size: var(--font-size-26);
  color: var(--col--main-02);
}
#company__info .cont__address .block__address .item-map {
  width: 100%;
  height: 300px;
}
#company__info .cont__address .block__address .item-map iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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{
  .item-text{
    text-align: center;
    padding: var(--margin-40);
    background: var(--col--base-01);
    margin-bottom: var(--margin-40);

    p{
          line-height: 2;
    }

    .str-01{
      color: var(--col--main-02);
      font-weight: 700;
    }
  }
}

#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 */