@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  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;
    margin: 0;
    margin-right: auto;
    margin-left: 2vw;
  }
  #header .item-logo img {
    height: 10vw;
  }
}
#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);
}
#header .cont-info .btn-contact span {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-20);
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
}
#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;
}
@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/cover no-repeat, #fff;
}
#mv .mv-catch {
  position: absolute;
        left: 0vw;
        top: 24vw;
        width: 85vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 360px;
}
#sv .sv-img {
  width: 90%;
  height: 41vw;
  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: 74vw;
  height: 77vw;
  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;
  font-size: 5.5vw;
}
@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;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#footer .item-logo img {
  width: 57vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 8vw 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 .block-ttl {
  width: 100%;
  margin-bottom: var(--margin-25);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .block-ttl .block-left {
  width: fit-content;
}
#footer .block-ttl .com__tel {
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#footer .block-ttl .com__tel dd {
  width: fit-content;
}
#footer .block-ttl .com__tel dd .tel-num {
  display: block;
  font-size: 8vw;
  margin-bottom: 7px;
}
#footer .block-info {
  width: 100%;
  margin-bottom: var(--margin-30);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-50);
}
#footer .block-info .list-address {
  gap: 3vw;
  margin-right: var(--margin-40);
  width: fit-content;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-50);
}
#footer .block-info .list-address .item {
  width: 100%;
  align-items: center;
  margin-bottom: var(--margin-10);
}
#footer .block-info .list-address .item dt, #footer .block-info .list-address .item dd {
  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 {
  text-align: center;
  width: fit-content;
  line-height: 1.4;
}
#footer .block-info .unit-contact {
  justify-content: center;
  width: fit-content;
  gap: 3vw;
  gap: 7vw;
  flex-wrap: wrap;
}
#footer .block-info .unit-contact a {
  --size:8vw ;
}
#footer .block-info .unit-contact .btn-youtube {
  margin-right: var(--margin-40);
}
#footer .block-info .unit-contact .btn-official {
  width: 100%;
  height: 14vw;
  text-align: center;
  background: #fff;
  border: 2px solid var(--col--txt-01);
}
#footer .block-info .unit-contact .btn-official span {
  font-weight: 700;
  line-height: 1.3;
}
#footer .block-info .unit-contact .btn-official span br {
  display: none;
}
#footer .ft-border {
  display: none;
  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);
}
@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: 7vw 0;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* 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-60);
}
#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: 25vw;
  height: 10vw;
  right: 0vw;
  bottom: 0vw;
}
#top__insurance .block-intro .ttl03 .en {
  margin-bottom: var(--margin-30);
}
#top__insurance .block-intro .ttl03 .en img {
  height: 6vw;
}
#top__insurance .block-intro .ttl03 .ja {
  font-size: 5.5vw;
  line-height: 2;
}
#top__insurance .block-intro .ttl03 .ja .com_str-01 {
  font-size: 7vw;
}
#top__insurance .block-intro .ttl03 .ja .weak-01 {
  font-size: 4.5vw;
}
#top__insurance .block-intro .ttl03 .ja .weak-02 {
  font-size: var(--font-size-44);
  font-size: 5.5vw;
}
#top__insurance .block-intro .ttl03 .ja .str-02 {
  font-size: 5.5vw;
}
#top__insurance .block-intro .item-img {
  z-index: 0;
  position: relative;
  width: 100%;
  margin-bottom: 15vw;
}
#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: 53vw;
  height: 42vw;
  bottom: -10vw;
  right: -6vw;
}
#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: 25vw;
  height: 25vw;
  right: 0vw;
  top: 0vw;
}
#top__insurance .block-intro .item-text {
  width: 100%;
  margin-bottom: var(--margin-50);
}
#top__insurance .block-intro .item-text br {
  display: none;
}
#top__insurance .block-intro .item-text p .str-01 {
  display: block;
  margin-bottom: 3vw;
  font-size: 4.5vw;
  font-weight: 700;
}
#top__insurance .block-intro .com__btn_01 {
  width: 100%;
}
/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  position: relative;
  background: url(/img/common/separate__wave__01_01_y.svg) center top/100% 5vw no-repeat;
}
#top__feature .ttl-group .ttl03 {
  text-align: center;
  margin-bottom: var(--margin-45);
}
#top__feature .ttl-group .ttl03 .en {
  margin-bottom: 3vw;
}
#top__feature .ttl-group .ttl03 .en img {
  height: 17vw;
}
#top__feature .ttl-group .ttl03 .ja {
  font-size: var(--font-size-32);
}
#top__feature .ttl-group .ttl03 .ja .str-01 {
  font-size: 6vw;
}
#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: 5vw 3vw;
  background: var(--col--base-01);
  font-size: var(--font-size-29);
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: var(--margin-30);
}
#top__feature .list-feature {
  flex-direction: column;
  align-items: center;
}
#top__feature .list-feature .item {
  padding: 5vw;
  width: fit-content;
}
#top__feature .list-feature .item .ttl04 {
  order: 2;
  width: 100%;
  text-align: center;
  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);
  text-align: center;
}
#top__feature .list-feature .item .item-img img {
  width: 60vw;
}
#top__feature .list-feature .item .item-text {
  order: 3;
}
#top__feature .list-feature .item .item-text br {
  display: none;
}
#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: 5vw;
}
#top__point .ttl03 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-30);
  position: relative;
}
#top__point .ttl03 .en {
  position: absolute;
  left: -5vw;
  top: -14vw;
  width: 34vw;
}
#top__point .ttl03 .ja {
  font-size: var(--font-size-38);
  font-size: 4.7vw;
  line-height: 2.4;
}
#top__point .ttl03 .ja .com_str-01 {
  font-size: 6.5vw;
  margin-bottom: 2.7vw;
}
#top__point .item-img {
  position: relative;
  margin-bottom: 4vw;
}
#top__point .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#top__point .com__btn_01 {
  width: 100%;
  margin-left: 0;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case .wrap-ttl {
  margin-bottom: var(--margin-85);
  flex-direction: column;
  align-items: center;
}
#top__case .wrap-ttl .ttl03 {
  position: relative;
  margin-bottom: 7vw;
}
#top__case .wrap-ttl .ttl03 .en {
  position: absolute;
  left: -14vw;
  top: -7vw;
  width: 26vw;
}
#top__case .wrap-ttl .ttl03 .ja {
  font-size: var(--font-size-42);
  line-height: 2;
}
#top__case .wrap-ttl .item-text p {
  font-size: var(--font-size-16);
}
#top__case .wrap-ttl .item-text p br {
  display: none;
}
#top__case .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  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: 4vw;
  height: 4vw;
  right: 0vw;
  bottom: 1vw;
}
#top__case .cont-post .block-post a .ttl04 .ja {
  font-size: var(--font-size-24);
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#top__case .cont-post .block-post a .item-img {
  order: 1;
  width: 100%;
  height: 46vw;
  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 .ttl03 .en img {
  height: 8vw;
  margin-bottom: 2vw;
}
#top__contact .item-lead {
  margin-bottom: var(--margin-40);
  text-align: left;
}
#top__contact .item-lead br {
  display: none;
}
#top__contact .com__tel {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
#top__contact .com__tel dt {
  padding: 2vw;
  background: var(--col--main-01);
  position: relative;
  margin-right: var(--margin-25);
  font-size: var(--font-size-24);
  font-weight: 700;
  font-size: 4vw;
}
#top__contact .com__tel dt .weak-01 {
  font-size: var(--font-size-20);
  font-size: 3.5vw;
}
#top__contact .com__tel dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top__contact .com__tel dd .tel-num {
  display: block;
  padding-left: 0;
  margin-bottom: 5vw;
}
#top__contact .com__tel dd .tel-num::before {
  display: none;
}
#top__contact .wrap-contact {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#top__contact .wrap-contact .block-contact {
  background: var(--col--main-01);
  padding: 5vw;
}
#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;
  line-height: 1.6;
}
#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: 100%;
  height: 12vw;
  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: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
}
.unit-latest .unit-latest-img {
  height: 20vw;
  width: 20vw;
  margin-right: 5vw;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 20vw;
  width: 20vw;
}
@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: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
}

#top__news .inner {
  z-index: 0;
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  align-items: center;
}
#top__news .ttl03 .en {
  margin-bottom: 2vw;
}
#top__news .ttl03 .en img {
  height: 8vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6vw;
  margin-bottom: var(--margin-30);
}
#top__news .cont-latest .unit-latest {
  width: calc((100% - 6vw) / 2);
  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: 3vw;
}
#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: 20vw;
  width: 20vw;
  margin-right: 5vw;
}
@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: 20vw;
  width: 20vw;
}
@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: 100%;
  order: 2;
  height: fit-content;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  top: 2px;
  position: relative;
}
#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: 100%;
  height: 35vw;
  margin-bottom: var(--margin-20);
}
/* 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 {
  margin: 0;
  order: 2;
}
#guide__about .unit-ttl .ttl03 .ja {
  line-height: 2.2;
}
#guide__about .unit-ttl .ttl-lead {
  font-size: var(--font-size-17);
  font-weight: 700;
  text-align: left;
  order: 1;
  line-height: 2.4;
  margin-bottom: var(--margin-40);
}
#guide__about .unit-ttl .ttl-lead br {
  display: none;
}
#guide__about .item-img {
  position: relative;
  margin-bottom: 6vw;
  width: 70%;
  margin-left: auto;
  margin-right: 3vw;
  margin-top: -10vw;
}
#guide__about .item-text {
  width: 100%;
  margin-left: auto;
}
#guide__about .item-text .list {
  margin-bottom: var(--margin-30);
}
#guide__about .item-text .list .item {
  line-height: 2;
}
/* guide__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__point {
  background: var(--separate--wave-01-t-y);
}
#guide__point .inner {
  position: relative;
}
#guide__point .ttl03 {
  margin-bottom: var(--margin-60);
}
#guide__point .item-lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#guide__point .item-img {
  text-align: center;
  position: relative;
  margin-top: -8vw;
  margin-bottom: 6vw;
}
#guide__point .item-img img {
  width: 60vw;
}
#guide__point .list-point {
  width: 100%;
  margin-bottom: var(--margin-70);
}
#guide__point .list-point .item {
  position: relative;
  margin-bottom: var(--margin-10);
  padding-left: var(--margin-50);
}
#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: 4vw;
  height: 4vw;
  top: 2vw;
  left: 0vw;
}
#guide__point .list-point .item .text {
  padding-bottom: 5vw;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 2;
}
#guide__point .item-note {
  line-height: 2;
  text-align: left;
}
#guide__point .item-note br {
  display: none;
}

/* guide__compare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__compare {
  background: var(--col--base-01);
}
#guide__compare .unit-ttl {
  margin-bottom: var(--margin-50);
}
#guide__compare .unit-ttl .ttl03 {
  margin-bottom: var(--margin-30);
}
#guide__compare .unit-ttl .ttl-lead {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  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: 2.5vw 1vw;
  font-size: 4.5vw;
}
#guide__compare .unit-ttl .ttl-note {
  text-align: center;
  line-height: 2;
}
#guide__compare .wrap-list {
  gap: 8vw;
  flex-direction: column;
  margin-bottom: 15vw;
}
#guide__compare .wrap-list .block-list {
  width: 100%;
  background: #fff;
  padding: 5vw;
  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-10);
}
#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: 3vw;
  height: 3vw;
  top: 3vw;
  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: 3vw;
  height: 3vw;
  top: 3vw;
  left: -1.5em;
}
#guide__compare .wrap-list .block-move {
  background: var(--col--main-01);
}
#guide__compare .topic-point {
  position: relative;
  width: 100%;
  margin-left: auto;
  padding: 5vw;
  background: #fff;
  margin-bottom: var(--margin-30);
}
#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 {
  text-align: center;
  position: relative;
  margin-bottom: 3vw;
}
#guide__compare .topic-point .item-img img {
  width: 40vw;
}
#guide__compare .topic-point .list .item {
  line-height: 1.8;
}
#guide__compare .topic-feature {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding: 5vw;
  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: relative;
}
#guide__compare .topic-feature .list .item {
  line-height: 1.8;
}

/* guide__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__solution .inner {
  position: relative;
}
#guide__solution .ttl03 {
  margin-bottom: var(--margin-70);
}
#guide__solution .item-img {
  position: relative;
  margin-bottom: 5vw;
}
/* insurance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* insurance__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__intro {
  background: var(--col--base-01);
}
#insurance__intro .inner {
  position: relative;
  padding-top: 15vw;
}
#insurance__intro .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#insurance__intro .ttl03 .sub {
  position: absolute;
  left: -4vw;
  top: -8vw;
  width: 28vw;
}
#insurance__intro .item-img {
  position: relative;
  margin-bottom: 5vw;
}
#insurance__intro .ttl04 {
  margin-bottom: var(--margin-20);
}
#insurance__intro .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.06em;
  font-weight: 900;
  font-size: var(--font-size-29);
  font-size: 5vw;
  line-height: 2;
}
#insurance__intro .item-text br {
  display: none;
}

/* insurance__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__solution {
  background: var(--separate--wave-01-t-y);
}
#insurance__solution .ttl03 {
  margin-bottom: 10vw;
}
#insurance__solution .ttl03 .ja {
  font-weight: 700;
}
#insurance__solution .block-solution {
  margin-bottom: 20vw;
}
#insurance__solution .block-solution:last-child {
  margin-bottom: 0;
}
#insurance__solution .block-solution .ttl04 {
  width: 100%;
  text-align: center;
  padding: 2vw 3vw;
  line-height: 1.8;
  background: var(--col--base-01);
  margin-bottom: var(--margin-80);
}
#insurance__solution .block-solution .ttl04 .ja {
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#insurance__solution .block-solution .group-solution {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#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.6;
  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);
  font-size: 3.8vw;
}
#insurance__solution .block-solution .group-solution .item-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4vw;
}
#insurance__solution .block-solution .group-solution .item-text br {
  display: none;
}
#insurance__solution .block-solution .list-works {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#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);
  font-size: 4.5vw;
  line-height: 1.7;
}
#insurance__solution .block-solution .list-works .item .ttl05 .ja small {
  display: block;
  font-size: var(--font-size-18);
  font-size: 3.5vw;
}
#insurance__solution .block-03 {
  margin-bottom: var(--margin-50);
}
#insurance__solution .item-note {
  text-align: left;
  margin-bottom: var(--margin-30);
}
#insurance__solution .item-note br {
  display: none;
}
#insurance__solution .com__btn_01 {
  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: 5vw;
  min-height: 40vw;
  position: relative;
  margin-bottom: 12vw;
}
#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: 12vw;
  height: 5vw;
  left: 50%;
  translate: -50% 100%;
  bottom: -4vw;
}
#insurance__flow .list-flow .item .ttl04 {
  width: 70%;
  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;
  margin-bottom: 7vw;
}
#insurance__flow .list-flow .item .ttl04 .num {
  font-size: var(--font-size-30);
  font-family: var(--fot--Damion);
  margin-bottom: 2vw;
}
#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;
  top: 5vw;
  left: 5vw;
  width: 20vw;
}
#insurance__flow .list-flow .item .item-text {
  width: 100%;
  margin-left: auto;
}
#insurance__flow .list-flow .item .item-text br {
  display: none;
}
#insurance__flow .list-flow .item:last-child::before {
  display: none;
}
#insurance__flow .item-note {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#insurance__flow .item-note br {
  display: none;
}
#insurance__flow .com__btn_01 {
  margin: 0 auto;
  width: 100%;
}

/* insurance__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#insurance__faq .ttl03 {
  margin-bottom: var(--margin-70);
}
#insurance__faq .cont-post .block-post {
  margin-bottom: var(--margin-60);
  margin-bottom: 7vw;
}
#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: 4vw;
  line-height: 1.7;
  position: relative;
  background: var(--col--base-01);
  font-size: 4.7vw;
  padding-top: 10vw;
}
#insurance__faq .cont-post .block-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 9vw;
  height: 9vw;
  left: 0vw;
  top: 0vw;
}
#insurance__faq .cont-post .block-post dd {
  position: relative;
  padding: 4vw;
  line-height: 2;
  margin-left: 6vw;
}
#insurance__faq .cont-post .block-post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  left: -5vw;
  top: 3.5vw;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .item-lead {
  text-align: left;
  margin-bottom: var(--margin-50);
}
#case .item-lead br {
  display: none;
}
#case .cont-post {
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 6vw;
}
#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: 3vw;
  height: 3vw;
  right: 0vw;
  bottom: 1vw;
}
#case .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-24);
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#case .cont-post .block-post .list-tags {
  gap: 3vw;
  order: 2;
  margin-bottom: var(--margin-10);
}
#case .cont-post .block-post .list-tags-item {
  font-size: var(--font-size-16);
  padding: 1vw;
  height: fit-content;
  width: fit-content;
  font-size: 3vw;
  background: var(--col--main-01);
}
#case .cont-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 35vw;
  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;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.case__in_post .list-tags {
  gap: 3vw;
  order: 1;
  margin-bottom: var(--margin-15);
}
.case__in_post .list-tags-item {
  font-size: var(--font-size-16);
  font-size: 3vw;
  padding: 1vw;
  height: fit-content;
  width: fit-content;
  background: var(--col--main-01);
}
.case__in_post .item-img {
  width: 80%;
  height: 60vw;
  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-60);
}
#company__greeting .ttl03 .en {
  margin-bottom: var(--margin-10);
  margin-bottom: 3vw;
}
#company__greeting .block-greeting {
  position: relative;
  margin-bottom: var(--margin-80);
}
#company__greeting .block-greeting .item-img {
  position: relative;
  margin-bottom: 3vw;
}
#company__greeting .block-greeting .item-img figcaption {
  text-align: left;
  line-height: 1.6;
  margin-top: var(--margin-10);
  margin-top: -12vw;
  background: var(--col--txt-01);
  color: #fff;
  z-index: 1;
  position: relative;
  margin-left: auto;
  padding: 2vw 3vw;
  font-size: 3.5vw;
  width: fit-content;
  margin-right: -5vw;
}
#company__greeting .block-greeting .item-text {
  width: 100%;
}
#company__greeting .block-greeting .item-text br {
  display: none;
}
#company__greeting .block-profile {
  margin-bottom: 12vw;
}
#company__greeting .block-profile .ttl04 {
  background: var(--col--base-01);
  padding: 3vw 2vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7vw;
}
#company__greeting .block-profile .ttl04 .ja {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: var(--font-size-30);
}
#company__greeting .block-profile .wrap-group {
  flex-direction: column;
}
#company__greeting .block-profile .group-profile {
  width: 100%;
  padding-bottom: 6vw;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 6vw;
}
#company__greeting .block-profile .group-profile:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 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 {
  line-height: 2.1;
}
#company__greeting .block-profile .group-profile .list .item small {
  display: block;
}
#company__greeting .block-movie .ttl04 {
  background: var(--col--base-01);
  padding: 3vw 2vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7vw;
}
#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: 100%;
  height: 80vw;
  min-height: 40vw;
}
#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: 8vw;
  flex-direction: column;
}
#company__access .block-access {
  width: 100%;
}
#company__access .block-access .ttl04 {
  background: var(--col--main-01);
  text-align: center;
  padding: 2vw;
  margin-bottom: var(--margin-20);
}
#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: 60vw;
}
#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_sp.css.map */