/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: relative;
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-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;
  padding-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  margin-bottom: 15px;
}
#header .cont-info .com__tel {
  width: fit-content;
  margin-right: var(--margin-20);
}
#header .cont-info .com__tel dd .tel-num {
  display: block;
  margin-bottom: 8px;
  padding-left: var(--margin-40);
}
#header .cont-info .btn-contact {
  width: 210px;
  height: 60px;
  background: var(--col--main-01);
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
}
#header .cont-info .btn-contact span {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-20);
  position: relative;
  padding-left: var(--margin-30);
}
#header .cont-info .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 19px;
  height: 13px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .cont-info .btn-contact:hover {
  background: #fff;
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 40px;
}
#nav .list-nav .item {
  font-weight: 700;
  font-size: var(--font-size-17);
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  color: #eac134;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 840px;
  background: url(/img/mv/mv__img_01.jpg) center center/1920px 100% no-repeat, #fff;
}
#mv .mv-catch {
  position: absolute;
  left: clamp(110px, 50vw - 539px, 1000px);
  top: 120px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 360px;
}
#sv .sv-img {
  width: 1840px;
  height: 360px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/sv/sv__catch_deco.png) center center/contain no-repeat;
  width: 780px;
  height: 175px;
  display: flex;
  align-items: center;
  padding-top: var(--margin-30);
  justify-content: center;
  font-size: var(--font-size-50);
  font-weight: 900;
  letter-spacing: 0.12em;
  font-family: var(--fot--Zen-Kaku-Goth);
  white-space: nowrap;
}
@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-guide {
  background: url(../img/sv/sv__guide.jpg) center center/cover no-repeat;
}

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--base-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 70px 0 30px;
}
@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 .block-ttl {
  width: 100%;
  margin-bottom: var(--margin-25);
}
#footer .block-ttl .block-left {
  width: fit-content;
}
#footer .block-ttl .com__tel {
  width: fit-content;
}
#footer .block-ttl .com__tel dd {
  width: fit-content;
}
#footer .block-ttl .com__tel dd .tel-num {
  display: block;
  margin-bottom: 7px;
}
#footer .block-info {
  width: 100%;
  margin-bottom: var(--margin-30);
}
#footer .block-info .list-address {
  gap: 5px;
  margin-right: var(--margin-30);
  width: fit-content;
  letter-spacing: 0;
}
#footer .block-info .list-address .item {
  width: 280px;
}
#footer .block-info .list-address .item dt,
#footer .block-info .list-address .item dd {
  color: #333333;
  font-size: var(--font-size-16);
}
#footer .block-info .list-address .item dt {
  width: fit-content;
  font-weight: 700;
  margin-bottom: var(--margin-10);
}
#footer .block-info .list-address .item dd {
  width: fit-content;
  line-height: 1.6;
  font-weight: 400;
  font-size: var(--font-size-15);
}
#footer .block-info .list-address .item dd .tel-num {
  display: block;
}
#footer .block-info .unit-contact {
  width: fit-content;
  gap: 35px;
}
#footer .block-info .unit-contact a {
  --size: 37px ;
}
#footer .block-info .unit-contact .btn-official {
  width: 200px;
  height: 60px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--col--txt-01);
  transition: ease 0.2s;
}
#footer .block-info .unit-contact .btn-official span {
  font-weight: 700;
  line-height: 1.3;
  transition: ease 0.2s;
}
#footer .block-info .unit-contact .btn-official:hover {
  background: var(--col--txt-01);
}
#footer .block-info .unit-contact .btn-official:hover span {
  color: #fff;
}
#footer .ft-border {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #eadfc9;
  margin-bottom: var(--margin-40);
}
#footer .list-nav {
  display: flex;
  justify-content: space-between;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--font-size-14);
}
#footer .list-nav .item a:hover {
  color: #fff;
  background: var(--col--txt-01);
}
@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: var(--col--main-01);
  padding: 25px;
  font-size: 12px;
  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);
  background: var(--col--txt-01);
}
@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 .2s;
}

.pagetop:hover{
  opacity: .7;
  bottom: 15px;
}



/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__insurance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__insurance {
  position: relative;
  z-index: 0;
  background: var(--col--base-01);
}
#top__insurance .inner {
  position: relative;
}
#top__insurance .block-intro .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__insurance .block-intro .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__insurance__ttl_deco_01.png) center center/contain no-repeat;
  width: 220px;
  height: 50px;
  right: 30px;
  bottom: 5px;
}
#top__insurance .block-intro .ttl03 .en {
  margin-bottom: var(--margin-15);
}
#top__insurance .block-intro .ttl03 .ja {
  font-size: var(--font-size-47);
}
#top__insurance .block-intro .ttl03 .ja .com_str-01 {
  font-size: 64px;
}
#top__insurance .block-intro .ttl03 .ja .weak-01 {
  font-size: 56px;
}
#top__insurance .block-intro .ttl03 .ja .weak-02 {
  font-size: var(--font-size-44);
}
#top__insurance .block-intro .ttl03 .ja .str-02 {
  font-size: var(--font-size-50);
}
#top__insurance .block-intro .item-img {
  z-index: 0;
  position: absolute;
  right: -100px;
  top: 250px;
}
#top__insurance .block-intro .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__01_01.png) center center/contain no-repeat;
  width: 386px;
  height: 243px;
  bottom: -150px;
  left: 10px;
}
#top__insurance .block-intro .item-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(/img/top/top__insurance__deco_shape_01.svg) center center/contain no-repeat;
  width: 799px;
  height: 800px;
  right: -320px;
  top: -85px;
}
#top__insurance .block-intro .item-text {
  width: 620px;
  margin-bottom: var(--margin-30);
}
#top__insurance .block-intro .item-text p .str-01 {
  font-weight: 700;
}
#top__insurance .block-intro .com__btn_01 {
  width: 590px;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  background: url(/img/common/separate__wave__01_01_y.svg) center top/100% 60px no-repeat;
}
#top__feature .ttl-group .ttl03 {
  text-align: center;
  margin-bottom: var(--margin-45);
}
#top__feature .ttl-group .ttl03 .ja {
  font-size: var(--font-size-32);
}
#top__feature .ttl-group .ttl03 .ja .str-01 {
  font-size: 52px;
}
#top__feature .ttl-group .ttl03 .ja .str-01 .weak-01 {
  font-size: var(--font-size-42);
}
#top__feature .ttl-group .ttl-lead {
  text-align: center;
  width: 100%;
  padding: 16px;
  background: var(--col--base-01);
  font-size: var(--font-size-29);
  font-weight: 700;
  margin-bottom: var(--margin-30);
}
#top__feature .list-feature .item {
  padding: 55px;
  border-right: 1px solid var(--col--acc-01);
  width: fit-content;
}
#top__feature .list-feature .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-20);
}
#top__feature .list-feature .item .ttl04 .ja {
  line-height: 1.5;
  font-weight: 700;
  font-size: var(--font-size-22);
}
#top__feature .list-feature .item .ttl04 .ja .str-01 {
  display: block;
  font-size: var(--font-size-34);
}
#top__feature .list-feature .item .item-img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__feature .list-feature .item .item-text {
  order: 3;
}
#top__feature .list-feature .item:nth-of-type(1) {
  padding-left: 0;
}
#top__feature .list-feature .item:nth-of-type(3) {
  padding-right: 0;
}
#top__feature .list-feature .item:last-of-type {
  border-right: 0;
}

/* top__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__point {
  background: var(--col--base-01);
  position: relative;
  z-index: 0;
}
#top__point .inner {
  position: relative;
  padding-top: 40px;
}
#top__point .ttl03 {
  z-index: 1;
  width: 750px;
  margin-left: auto;
  margin-bottom: var(--margin-30);
  position: relative;
}
#top__point .ttl03 .en {
  position: absolute;
  left: -65px;
  top: -75px;
}
#top__point .ttl03 .ja {
  font-size: var(--font-size-38);
}
#top__point .item-img {
  position: absolute;
  left: -420px;
  top: -40px;
}
#top__point .item-text {
  width: 750px;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#top__point .com__btn_01 {
  width: 640px;
  margin-left: 330px;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case .wrap-ttl {
  margin-bottom: var(--margin-85);
}
#top__case .wrap-ttl .ttl03 {
  position: relative;
}
#top__case .wrap-ttl .ttl03 .en {
  position: absolute;
  left: -40px;
  top: -45px;
}
#top__case .wrap-ttl .ttl03 .ja {
  font-size: var(--font-size-42);
}
#top__case .wrap-ttl .item-text p {
  font-size: var(--font-size-16);
}
#top__case .cont-post {
  --num: 2;
  --column-gap: 80px;
  --row-gap: 80px;
  margin-bottom: var(--margin-80);
}
#top__case .cont-post .block-post a {
  width: 100%;
  height: 100%;
}
#top__case .cont-post .block-post a .ttl04 {
  position: relative;
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .cont-post .block-post a .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01_y.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 10px;
}
#top__case .cont-post .block-post a .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#top__case .cont-post .block-post a .item-img {
  order: 1;
  width: 100%;
  height: 350px;
  margin-bottom: var(--margin-15);
}
#top__case .com__btn_01 {
  margin: 0 auto;
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: var(--col--base-01);
}
#top__contact .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#top__contact .item-lead {
  margin-bottom: var(--margin-40);
  text-align: center;
}
#top__contact .com__tel {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__contact .com__tel dt {
  padding: 17px 10px;
  background: var(--col--main-01);
  position: relative;
  margin-right: var(--margin-25);
  font-size: var(--font-size-24);
  font-weight: 700;
}
#top__contact .com__tel dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow_b__r.svg) center center/100% 100% no-repeat;
  width: 10px;
  height: 20px;
  right: 0;
  top: 50%;
  translate: 100% -50%;
  filter: var(--col--fil-main);
}
#top__contact .com__tel dt .weak-01 {
  font-size: var(--font-size-20);
}
#top__contact .com__tel dd .tel-num {
  display: block;
  padding-left: 0;
  margin-bottom: 3px;
}
#top__contact .com__tel dd .tel-num::before {
  display: none;
}
#top__contact .wrap-contact {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 60px;
}
#top__contact .wrap-contact .block-contact {
  background: var(--col--main-01);
  padding: 25px;
}
#top__contact .wrap-contact .block-contact .ttl04 {
  width: 100%;
  text-align: center;
  margin-bottom: var(--margin-20);
}
#top__contact .wrap-contact .block-contact .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-24);
  letter-spacing: 0.08em;
  font-weight: 700;
}
#top__contact .wrap-contact .block-contact .item-text {
  text-align: center;
  margin-bottom: var(--margin-20);
}
#top__contact .wrap-contact .block-contact .item-text p {
  font-size: var(--font-size-16);
}
#top__contact .wrap-contact .block-contact .com__btn_01 {
  width: 460px;
  height: 50px;
  font-size: var(--font-size-17);
}
/* top__news (最後のセクションはnewsと推測)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest a {
  width: 100%;
  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;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  padding-left: 10px;
  border-left: 1px solid var(--col--txt-01);
  margin-left: 10px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
}
.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);
  color: var(--col--main-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
}

#top__news {
  min-height: 540px;
}
#top__news .inner {
  z-index: 0;
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 150px;
}
#top__news .cont-latest {
  width: 790px;
  margin-left: auto;
}
#top__news .cont-latest .unit-latest {
  width: 240px;
  margin-right: var(--margin-35);
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .cont-latest .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .cont-latest .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .cont-latest .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .cont-latest .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .cont-latest .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-15);
}
#top__news .cont-latest .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  padding-left: 10px;
  border-left: 1px solid var(--col--txt-01);
  margin-left: 10px;
}
#top__news .cont-latest .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
}
#top__news .cont-latest .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .cont-latest .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .cont-latest .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
#top__news .cont-latest .unit-latest a {
  flex-direction: column-reverse;
  align-items: start;
}
#top__news .cont-latest .unit-latest a .unit-latest-text .item-ttl {
  order: 3;
}
#top__news .cont-latest .unit-latest a .unit-latest-text .item-time {
  order: 1;
  margin-bottom: var(--margin-10);
}
#top__news .cont-latest .unit-latest a .unit-latest-text .tag_list {
  width: 140px;
  order: 2;
  height: fit-content;
  margin-bottom: var(--margin-10);
  gap: 5px;
  top: 2px;
  position: relative;
  padding-left: 5px;
  border-left: 1px solid var(--col--txt-01);
  margin-left: 5px;
}
#top__news .cont-latest .unit-latest a .unit-latest-text .tag_list-item {
  height: fit-content;
  font-size: var(--font-size-15);
}
#top__news .cont-latest .unit-latest a .unit-latest-img {
  width: 240px;
  height: 240px;
  margin-bottom: var(--margin-20);
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 305px;
  width: 240px;
  height: 60px;
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__about {
  background: var(--col--base-01);
  z-index: 0;
  position: relative;
}
#guide__about .inner {
  padding-bottom: var(--margin-60);
}
#guide__about .unit-ttl {
  margin-bottom: var(--margin-60);
}
#guide__about .unit-ttl .ttl03 {
  order: 2;
}
#guide__about .unit-ttl .ttl03 .ja {
  font-weight: 800;
}
#guide__about .unit-ttl .ttl-lead {
  font-size: var(--font-size-17);
  font-weight: 700;
  text-align: center;
  order: 1;
  line-height: 2.4;
  margin-bottom: var(--margin-40);
}
#guide__about .item-img {
  position: absolute;
}
#guide__about .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/top__insurance__deco_shape_02.svg) center center/contain no-repeat;
  width: 870px;
  height: 400px;
  bottom: 0;
  right: 0;
  scale: -1 1;
}
#guide__about .item-text {
  width: 600px;
  margin-left: auto;
}
#guide__about .item-text .list {
  margin-bottom: var(--margin-30);
}
#guide__about .item-text .list .item {
  line-height: 2.4;
}
/* guide__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__point {
  background: var(--separate--wave-01-t-y);
}
#guide__point .inner {
  position: relative;
}
#guide__point .ttl03 {
  margin-bottom: var(--margin-50);
}
#guide__point .item-lead {
  text-align: center;
  margin-bottom: var(--margin-100);
}
#guide__point .item-img {
  position: absolute;
  right: 0;
  top: 330px;
}
#guide__point .list-point {
  width: 590px;
  margin-bottom: var(--margin-90);
}
#guide__point .list-point .item {
  position: relative;
  margin-bottom: var(--margin-35);
  margin-left: var(--margin-30);
}
#guide__point .list-point .item:last-child {
  margin-bottom: 0;
}
#guide__point .list-point .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01_g.png) center center/contain no-repeat;
  width: 20px;
  height: 16px;
  top: 50%;
  translate: 0 -50%;
  left: -30px;
}
#guide__point .list-point .item .text {
  padding-bottom: 5px;
  font-size: var(--font-size-18);
  font-weight: 700;
  border-bottom: 3px dotted var(--col--main-01);
}
#guide__point .item-note {
  text-align: center;
}

/* guide__compare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__compare {
  background: var(--col--base-01);
}
#guide__compare .unit-ttl {
  margin-bottom: var(--margin-80);
}
#guide__compare .unit-ttl .ttl03 {
  margin-bottom: var(--margin-20);
}
#guide__compare .unit-ttl .ttl-lead {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: var(--col--main-01);
  padding: 12px 85px;
}
#guide__compare .unit-ttl .ttl-note {
  text-align: center;
}
#guide__compare .wrap-list {
  gap: 40px;
  margin-bottom: 110px;
}
#guide__compare .wrap-list .block-list {
  width: calc((100% - 40px) / 2);
  background: #fff;
  padding: 30px 20px;
  height: fit-content;
}
#guide__compare .wrap-list .block-list .ttl04 {
  width: 100%;
  text-align: center;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
}
#guide__compare .wrap-list .block-list .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  font-size: var(--font-size-26);
  letter-spacing: 0.08em;
}
#guide__compare .wrap-list .block-list .list .item {
  margin-bottom: var(--margin-20);
}
#guide__compare .wrap-list .block-list .list .item .text {
  line-height: 2;
}
#guide__compare .wrap-list .block-list .list-point .item {
  position: relative;
  margin-left: 1.5em;
}
#guide__compare .wrap-list .block-list .list-point .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__shape__01_01_g.png) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  top: 10px;
  left: -1.5em;
}
#guide__compare .wrap-list .block-list .list-move .item {
  position: relative;
  margin-left: 1.5em;
}
#guide__compare .wrap-list .block-list .list-move .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01_k.png) center center/contain no-repeat;
  width: 20px;
  height: 16px;
  top: 10px;
  left: -1.5em;
}
#guide__compare .wrap-list .block-move {
  background: var(--col--main-01);
}
#guide__compare .topic-point {
  position: relative;
  width: 840px;
  margin-left: auto;
  padding: 20px;
  background: #fff;
  margin-bottom: var(--margin-95);
}
#guide__compare .topic-point .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 3px dotted var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#guide__compare .topic-point .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  font-size: var(--font-size-26);
}
#guide__compare .topic-point .item-img {
  position: absolute;
  left: -20px;
  top: 0;
  translate: -100% 0;
}
#guide__compare .topic-point .list .item {
  line-height: 1.8;
}
#guide__compare .topic-feature {
  position: relative;
  width: 690px;
  margin-right: auto;
  padding: 20px;
  background: var(--col--main-01);
}
#guide__compare .topic-feature .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 3px dotted var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#guide__compare .topic-feature .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  font-size: var(--font-size-26);
}
#guide__compare .topic-feature .item-img {
  position: absolute;
  right: -20px;
  bottom: 0;
  translate: 100% 0;
}
#guide__compare .topic-feature .list .item {
  line-height: 2.4;
}

/* guide__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__solution .inner {
  position: relative;
}
#guide__solution .ttl03 {
  margin-bottom: var(--margin-70);
}
#guide__solution .item-img {
  position: absolute;
  right: 0;
  top: 230px;
}
/* insurance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* insurance__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__intro {
  background: var(--col--base-01);
}
#insurance__intro .inner {
  position: relative;
  padding-top: 160px;
}
#insurance__intro .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#insurance__intro .ttl03 .sub {
  position: absolute;
  left: -60px;
  top: -55px;
}
#insurance__intro .ttl03 .ja {
  font-size: var(--font-size-47);
  font-weight: 800;
}
#insurance__intro .item-img {
  position: absolute;
  right: 0;
  top: 275px;
}
#insurance__intro .ttl04 {
  margin-bottom: var(--margin-40);
}
#insurance__intro .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: var(--font-size-29);
}
/* insurance__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__solution {
  background: var(--separate--wave-01-t-y);
}
#insurance__solution .ttl03 {
  margin-bottom: 130px;
}
#insurance__solution .ttl03 .ja {
  font-weight: 700;
}
#insurance__solution .block-solution {
  margin-bottom: 150px;
}
#insurance__solution .block-solution:last-child {
  margin-bottom: 0;
}
#insurance__solution .block-solution .ttl04 {
  width: 100%;
  text-align: center;
  padding: 15px;
  background: var(--col--base-01);
  margin-bottom: var(--margin-80);
}
#insurance__solution .block-solution .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#insurance__solution .block-solution .group-solution {
  position: relative;
  width: 620px;
  margin-bottom: 100px;
}
#insurance__solution .block-solution .group-solution:last-child {
  margin-bottom: 0;
}
#insurance__solution .block-solution .group-solution .ttl05 {
  border-left: 6px solid var(--col--main-01);
  padding-left: var(--margin-10);
  line-height: 1.4;
  border-bottom: 1px solid var(--col--main-01);
  padding-bottom: var(--margin-10);
  margin-bottom: var(--margin-30);
}
#insurance__solution .block-solution .group-solution .ttl05 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-34);
}
#insurance__solution .block-solution .group-solution .ttl05 .ja small {
  display: block;
  font-size: var(--font-size-22);
}
#insurance__solution .block-solution .group-solution .item-img {
  position: absolute;
  right: -40px;
  translate: 100% 0;
  top: 0;
}
#insurance__solution .block-solution .list-works {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 50px;
}
#insurance__solution .block-solution .list-works .item .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-10);
}
#insurance__solution .block-solution .list-works .item .ttl05 .ja {
  font-weight: 700;
  font-size: var(--font-size-22);
}
#insurance__solution .block-solution .list-works .item .ttl05 .ja small {
  font-size: var(--font-size-18);
}
#insurance__solution .block-03 {
  margin-bottom: var(--margin-50);
}
#insurance__solution .item-note {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#insurance__solution .com__btn_01 {
  width: 320px;
  margin: 0 auto;
}

/* insurance__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__flow {
  background: var(--col--base-01);
}
#insurance__flow .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#insurance__flow .list-flow {
  margin-bottom: var(--margin-70);
}
#insurance__flow .list-flow .item {
  background: var(--col--main-01);
  padding: 25px;
  min-height: 200px;
  position: relative;
  margin-bottom: 130px;
}
#insurance__flow .list-flow .item:last-child {
  margin-bottom: 0;
}
#insurance__flow .list-flow .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 119px;
  height: 32px;
  left: 50%;
  translate: -50% 100%;
  bottom: -50px;
}
#insurance__flow .list-flow .item .ttl04 {
  width: 850px;
  margin-left: auto;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--txt-01);
  margin-bottom: var(--margin-15);
  display: flex;
  flex-direction: column;
}
#insurance__flow .list-flow .item .ttl04 .num {
  font-size: var(--font-size-30);
  font-family: var(--fot--Damion);
  margin-bottom: 5px;
}
#insurance__flow .list-flow .item .ttl04 .num small {
  font-size: var(--font-size-22);
}
#insurance__flow .list-flow .item .ttl04 .ja {
  font-weight: 700;
  font-size: var(--font-size-26);
}
#insurance__flow .list-flow .item .item-img {
  position: absolute;
  left: 25px;
  top: 25px;
}
#insurance__flow .list-flow .item .item-text {
  width: 850px;
  margin-left: auto;
}
#insurance__flow .list-flow .item:last-child::before {
  display: none;
}
#insurance__flow .item-note {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#insurance__flow .com__btn_01 {
  margin: 0 auto;
  width: 320px;
}

/* insurance__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__faq .ttl03 {
  margin-bottom: var(--margin-70);
}
#insurance__faq .cont-post .block-post {
  margin-bottom: var(--margin-60);
}
#insurance__faq .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#insurance__faq .cont-post .block-post dt {
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: var(--font-size-26);
  padding: 20px;
  position: relative;
  background: var(--col--base-01);
  margin-left: var(--margin-70);
}
#insurance__faq .cont-post .block-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 70px;
  height: 70px;
  left: -70px;
  top: 0;
}
#insurance__faq .cont-post .block-post dd {
  position: relative;
  padding: 20px;
  margin-left: var(--margin-70);
  line-height: 2;
}
#insurance__faq .cont-post .block-post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 38px;
  height: 30px;
  left: -54px;
  top: 23px;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .item-lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#case .cont-post {
  --num: 2;
  --column-gap: 80px;
  --row-gap: 80px;
}
#case .cont-post .block-post a {
  width: 100%;
  height: 100%;
}
#case .cont-post .block-post .ttl04 {
  position: relative;
  order: 3;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .cont-post .block-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01_y.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 10px;
}
#case .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#case .cont-post .block-post .list-tags {
  gap: 10px;
  order: 2;
  margin-bottom: var(--margin-10);
}
#case .cont-post .block-post .list-tags-item {
  font-size: var(--font-size-16);
  padding: 5px;
  height: fit-content;
  width: fit-content;
  background: var(--col--main-01);
}
#case .cont-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 350px;
  margin-bottom: var(--margin-15);
}
.case__in_post .ttl03 {
  order: 2;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-40);
  width: 100%;
}
.case__in_post .ttl03 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-24);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.case__in_post .list-tags {
  gap: 10px;
  order: 1;
  margin-bottom: var(--margin-15);
}
.case__in_post .list-tags-item {
  font-size: var(--font-size-16);
  padding: 5px;
  height: fit-content;
  width: fit-content;
  background: var(--col--main-01);
}
.case__in_post .item-img {
  width: 800px;
  height: 540px;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
  order: 3;
}
.case__in_post .item-text {
  order: 4;
  line-height: 2;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-50);
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting .ttl03 {
  margin-bottom: var(--margin-70);
}
#company__greeting .ttl03 .en {
  margin-bottom: var(--margin-10);
}
#company__greeting .block-greeting {
  position: relative;
  margin-bottom: var(--margin-80);
}
#company__greeting .block-greeting .item-img {
  position: absolute;
  right: 0;
  top: 0;
}
#company__greeting .block-greeting .item-img figcaption {
  text-align: end;
  line-height: 1.7;
  margin-top: var(--margin-10);
}
#company__greeting .block-greeting .item-text {
  width: 615px;
}
#company__greeting .block-profile {
  margin-bottom: 100px;
}
#company__greeting .block-profile .ttl04 {
  background: var(--col--base-01);
  padding: 20px;
  text-align: center;
  margin-bottom: var(--margin-25);
}
#company__greeting .block-profile .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-30);
}
#company__greeting .block-profile .group-profile {
  width: 100%;
  padding-right: var(--margin-20);
  border-right: 1px solid var(--col--main-01);
  margin-right: var(--margin-20);
}
#company__greeting .block-profile .group-profile:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
#company__greeting .block-profile .group-profile .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-25);
}
#company__greeting .block-profile .group-profile .ttl05 .ja {
  font-weight: 700;
  font-size: var(--font-size-22);
}
#company__greeting .block-profile .group-profile .list .item {
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 5px;
}
#company__greeting .block-profile .group-profile .list .item:last-child {
  margin-bottom: 0;
}
#company__greeting .block-profile .group-profile .list .item small {
  display: block;
}
#company__greeting .block-movie .ttl04 {
  background: var(--col--base-01);
  padding: 20px;
  text-align: center;
  margin-bottom: var(--margin-25);
}
#company__greeting .block-movie .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-30);
}
#company__greeting .block-movie .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#company__greeting .block-movie .item-movie {
  margin: 0 auto;
  width: 850px;
  height: 420px;
  min-height: 200px;
}
#company__greeting .block-movie .item-movie iframe {
  width: 100%;
  height: 100%;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: var(--col--base-01);
}
#company__info .ttl03 {
  margin-bottom: var(--margin-60);
}
/* company__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__history .ttl03 {
  margin-bottom: var(--margin-60);
}
/* company__access
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__access {
  background: var(--col--base-01);
}
#company__access .ttl03 {
  margin-bottom: var(--margin-70);
}
#company__access .wrap-access {
  gap: 40px;
}
#company__access .block-access {
  width: calc((100% - 40px) / 2);
}
#company__access .block-access .ttl04 {
  background: var(--col--main-01);
  text-align: center;
  padding: 15px;
  margin-bottom: var(--margin-10);
}
#company__access .block-access .ttl04 .ja {
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: var(--font-size-22);
}
#company__access .block-access .item-map {
  width: 100%;
  height: 520px;
}
#company__access .block-access .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 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;
  color: var(--col--txt-01);
  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;
  color: var(--col--txt-01);
}
@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 */