/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1420px) {
  .header-inner {
    padding: 0 15px;
  }
}
.header-logo {
  margin-top: 27px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-info {
  max-width: 810px;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-bottom: 14px;
}
.header-tel {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-textbox {
  max-width: 285px;
  width: 100%;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header-text:not(:last-of-type) {
  margin-bottom: 1px;
}
.header-text .accent {
  display: inline-block;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background-color: #100169;
}
.header-map:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 1050px;
  width: 100%;
}
@media (max-width: 1420px) {
  .header-content {
    max-width: 950px;
  }
}
.header .global-nav-list-item {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 18px;
}
@media (max-width: 1420px) {
  .header .global-nav-list-item:not(:last-child)::after {
    margin-left: 10px;
  }
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
.header .global-nav-list-item a:hover {
  color: #100169 !important;
}
.header .global-nav-list-item a.current {
  color: #100169 !important;
}
.header .main-visual {
  width: 100%;
  height: 842px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1858px;
  width: 95%;
  height: 816px;
  border: 8px solid #d1ab2e;
  z-index: -1;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 78px;
  position: relative;
}
.header .main-visual-textbox::before {
  position: absolute;
  content: "";
  top: 58px;
  right: -154px;
  width: 318px;
  height: 417px;
  background: center/contain no-repeat url(../images/common/main-visual-deco-01.png);
  z-index: -1;
}
@media (max-width: 1450px) {
  .header .main-visual-textbox::before {
    top: 0px;
    right: -72px;
    width: 271px;
    height: 355px;
  }
}
.header .main-visual-textbox::after {
  position: absolute;
  content: "";
  right: -210px;
  bottom: 44px;
  width: 279px;
  height: 252px;
  background: center/contain no-repeat url(../images/common/main-visual-deco-02.png);
  z-index: -1;
}
@media (max-width: 1450px) {
  .header .main-visual-textbox::after {
    bottom: 249px;
    right: -69px;
    width: 242px;
    height: 219px;
  }
}
.header .sub-visual {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1858px;
  width: 95%;
  height: calc(100% - 14px);
  border: 8px solid #d1ab2e;
  z-index: -1;
  overflow: hidden;
}
.header .sub-visual-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 604px;
  height: 442px;
  background: center/cover no-repeat url(../images/about/sub-visual-l-b.png);
}
.header .sub-visual-img::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 550px;
  height: 451px;
  background: center/cover no-repeat url(../images/about/sub-visual-r-t.png);
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-banner {
  overflow: hidden;
}
.top-banner-inner {
  max-width: 1280px;
  width: 95%;
  padding-top: 75px;
}
.top-banner-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 506px;
}
.top-banner-content {
  max-width: 600px;
  width: 100%;
  height: 238px;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.top-banner-content:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-banner-content:nth-of-type(1) {
  height: 506px;
  padding: 349px 0 0 37px;
  background: center/cover no-repeat url(../images/top/top-banner-img1.png);
}
.top-banner-content:nth-of-type(2) {
  max-width: 636px;
  height: 274px;
  margin-right: -20px;
  margin-top: -14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-banner-content:nth-of-type(3) {
  background-color: #06c755;
  border: 7px solid #06c755;
}
.top-banner-content:nth-of-type(3) .top-banner-text {
  text-align: center;
  margin-bottom: 20px;
}
.top-banner-title {
  margin-bottom: 24px;
}
.top-banner-line-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 51px 0 36px 0;
  margin-bottom: 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-banner-line-title::before {
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 28px;
  background: center/cover no-repeat url(../images/top/top-banner-line.png);
}
.top-banner-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.top-banner-more {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 14px;
}
.top-banner-more::after {
  content: "";
  width: 14px;
  height: 11px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/top-banner-deco02.png);
}

.top-worry {
  background: center bottom/cover no-repeat url(../images/top/top-worry-bg.png);
}
.top-worry-title {
  text-align: center;
  margin-bottom: 45px;
}
.top-worry-list-item {
  max-width: 320px;
  width: 100%;
  height: 320px;
  padding-top: 34px;
  background: center/cover no-repeat url(../images/top/top-worry-box.png);
  border-radius: 50%;
}
.top-worry-list-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
.top-worry-icon {
  width: 141px;
  height: 141px;
  margin: 0 auto 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-about {
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 152px 0 120px 0;
}
.top-about-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  text-align: center;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  top: -112px;
  left: -141px;
  width: 243px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/top-about-ttl-deco.png);
}
.top-about-textbox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 10px;
  background-color: rgba(0, 0, 0, 0.66);
}
.top-about-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.top-buy {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-buy::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/top/buy-bg-l-t.png);
  z-index: -1;
}
.top-buy::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 789px;
  height: 946px;
  background: center/cover no-repeat url(../images/top/buy-bg-r-b.png);
  z-index: -1;
}
.top-buy-inner .cmn-title {
  font-size: 4.8rem;
}
.top-buy-inner .cmn-title::before {
  width: 56px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.top-buy-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-buy-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.top-buy-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.top-buy-img {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 1;
}
.top-buy-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 63px;
  height: 65px;
  background: center/cover no-repeat url(../images/top/top-buy-img-deco.png);
}
.top-buy-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-buy-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 12px 27px;
  background-color: #100169;
  position: relative;
}
.top-buy-title::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  background: center/cover no-repeat url(../images/top/top-buy-arrow.png);
}

.top-reason {
  background: center/cover no-repeat url(../images/top/top-reason-bg.png);
}
.top-reason-inner .cmn-title {
  font-size: 4.8rem;
  color: #fff;
}
.top-reason-inner .cmn-title::before {
  width: 56px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.top-reason-inner .cmn-title .accent {
  color: #ff0001;
}
.top-reason-inner .cmn-title .l-font {
  font-size: 5.6rem;
}
.top-reason-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.top-reason-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 350px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.top-reason-list::after {
  position: absolute;
  content: "";
  top: 0;
  right: 350px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.top-reason-list-item {
  max-width: 320px;
  width: 100%;
  color: #fff;
  position: relative;
}
.top-reason-list-item:not(:nth-last-child(-n+3)) {
  padding-bottom: 37px;
  margin-bottom: 40px;
}
.top-reason-list-item:not(:nth-last-child(-n+3))::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.top-reason-icon {
  text-align: center;
  margin: 0 auto 18px auto;
}
.top-reason-title {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 17px;
}
.top-reason-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.link-banner {
  background-color: #d2d5ec;
}
.link-banner-inner {
  max-width: none;
  padding-top: 127px;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 520px;
  width: 100%;
}
.link-banner-list-item:not(:last-child) {
  margin-right: 53px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.link-banner-list-item a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  opacity: 0.8;
}
.link-banner-title {
  position: absolute;
  top: -18px;
  left: 30px;
}
.link-banner-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background-color: #100169;
  position: relative;
}
.link-banner-text::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}

.top-access {
  position: relative;
  z-index: 1;
}
.top-access::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 607px;
  background: center/cover no-repeat url(../images/top/top-access-bg-bottom.png);
  z-index: -1;
}
.top-access-inner .cmn-title {
  font-size: 4.8rem;
}
.top-access-inner .cmn-title::before {
  width: 56px;
  height: 29px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.top-access-content {
  margin-bottom: 55px;
}
.top-access-textbox {
  max-width: 622px;
  width: 100%;
}
.top-access-table {
  width: 100%;
}
.top-access-table tr {
  display: block;
}
.top-access-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.top-access-table tr th {
  width: 150px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 0;
  text-align: center;
  background-color: #100169;
  vertical-align: middle;
}
.top-access-table tr td {
  width: 472px;
  padding: 17px 10px 17px 18px;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.top-access-tel-txt img {
  display: block;
}
.top-access-map {
  width: 100%;
  height: 450px;
}
.top-access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.top-sns {
  background: center/cover no-repeat url(../images/top/top-sns-bg.png);
}
.top-sns-title {
  text-align: center;
  margin-bottom: 15px;
}
.top-sns-text {
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6);
}
.top-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-sns-list-item {
  max-width: 460px;
  width: 100%;
  height: 290px;
}
.top-sns-list-item:not(:last-child) {
  margin-right: 70px;
}
.top-sns-list-item a {
  width: 100%;
  height: 100%;
  padding: 70px 0;
  text-align: center;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.top-sns-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-sns-arrow.png);
}
.top-sns-list-item a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-sns-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 32px;
}
.top-sns-icon {
  margin-bottom: 30px;
}
.top-sns-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.news {
  background-color: #100169;
  position: relative;
  z-index: 2;
}
.news-inner {
  padding: 112px 0 100px 0;
  position: relative;
}
.news-inner .cmn-title {
  color: #fff;
}
.news-section-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.news-section-title::before {
  content: "";
  width: 56px;
  height: 29px;
  margin-right: 12px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 13px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
  color: #fff;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #100169;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 11px;
  background-color: #fff;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  position: absolute;
  top: 120px;
  right: 0;
}
.news .more-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.guide {
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 607px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.guide-inner {
  max-width: 1280px;
  width: 97%;
}
.guide-link-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 88px;
}
.guide-link-list-item {
  max-width: 300px;
  width: 100%;
  height: 70px;
}
.guide-link-list-item:not(:last-child) {
  margin-right: 30px;
}
.guide-link-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  background-color: #100169;
  position: relative;
}
.guide-link-list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/about/guide-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.guide-link-list-item a:hover {
  opacity: 0.8;
}
.guide-link-list-item a:hover::after {
  top: 57%;
}
.guide-wrap {
  padding-top: 100px;
  margin-top: -100px;
}
.guide-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 38px;
  text-align: center;
}
.guide-title-flex {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 auto;
  color: #ff0001;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.guide-title-flex::before {
  content: "";
  width: 31px;
  height: 31px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/about/guide-title-l.png);
}
.guide-title-flex::after {
  content: "";
  width: 31px;
  height: 31px;
  margin-left: 5px;
  background: center/cover no-repeat url(../images/about/guide-title-r.png);
}
.guide-title .accent {
  display: inline-block;
  font-size: 4.6rem;
  color: #b9965f;
  position: relative;
  z-index: 1;
}
.guide-title .accent::before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 14px;
  background-color: rgba(185, 150, 95, 0.3);
  z-index: -1;
}
.guide-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 37px;
  letter-spacing: 0.08em;
  text-align: center;
}
.guide-content {
  width: 100%;
  margin: 0 auto;
  padding: 52px 0;
  background: center/cover no-repeat url(../images/about/guide-box-bg.png);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.guide-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.guide-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 350px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.guide-list::after {
  position: absolute;
  content: "";
  top: 0;
  right: 350px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.guide-list-item {
  max-width: 320px;
  width: 100%;
  min-height: 445px;
  color: #fff;
  position: relative;
}
.guide-list-item:not(:nth-last-child(-n+3)) {
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.guide-list-item:not(:nth-last-child(-n+3))::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.guide-list-title {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10px;
}
.guide-icon {
  text-align: center;
  margin: 0 auto 18px auto;
}
.guide-sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 13px;
  text-align: center;
  background-color: #b9965f;
  position: relative;
}
.guide-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 12px;
  background: center/cover no-repeat url(../images/about/guide-list-arrow.png);
}
.guide-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.flow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/about/flow-bg-l-t.png);
  z-index: -1;
}
@media (max-width: 1670px) {
  .flow::before {
    display: none;
  }
}
.flow::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 593px;
  height: 711px;
  background: center/cover no-repeat url(../images/about/flow-bg-r-b.png);
  z-index: -1;
}
@media (max-width: 1670px) {
  .flow::after {
    display: none;
  }
}
.flow-inner {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
.flow-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -220px;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/top/buy-bg-l-t.png);
  z-index: -1;
}
@media (min-width: 1670px) {
  .flow-inner::before {
    display: none;
  }
}
.flow-inner::after {
  position: absolute;
  content: "";
  right: -295px;
  bottom: 0;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/top/buy-bg-r-b.png);
  z-index: -1;
}
@media (min-width: 1670px) {
  .flow-inner::after {
    display: none;
  }
}
.flow-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 130px;
  right: -37px;
  width: 14px;
  height: 17px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #100169;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.flow-img {
  margin-bottom: 20px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.question {
  background-color: #d2d5ec;
}
.question-inner {
  padding-top: 110px;
}
.question-list-item {
  padding: 34px;
  background-color: #100169;
}
.question-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.question-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 17px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 31px;
  margin-right: 25px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-body::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  margin-right: 25px;
  background: center/cover no-repeat url(../images/about/A.png);
}
.question-body img {
  max-width: 100%;
}

/*========================================
jewelry
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 607px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding: 144px 0 110px 0;
}
.about-content {
  position: relative;
}
.about-img {
  position: absolute;
  top: -34px;
  left: 0;
}
.about-textbox {
  max-width: 644px;
  width: 100%;
  margin-right: -54px;
  margin-left: auto;
  padding: 50px 50px 50px 70px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.about-title {
  font-size: 3.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.about-title .accent {
  color: #d1ab2e;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.18;
  letter-spacing: 0.08em;
}

.example {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.example::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/top/buy-bg-l-t.png);
  z-index: -1;
}
.example::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 593px;
  height: 711px;
  background: center/cover no-repeat url(../images/about/flow-bg-r-b.png);
  z-index: -1;
}
.example-inner {
  padding-bottom: 40px;
}
.example-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.example-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.example-list-item:not(:last-child) {
  margin-right: 60px;
}
.example-list-item:nth-child(2) {
  margin-right: 2px;
}
.example-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.example-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.example-title {
  width: 100%;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 12px 20px;
  background-color: #100169;
  position: relative;
}
.example-title .accent {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-top: 8px;
}
.example-title.other {
  padding: 12px 0;
}
.example-title-line {
  padding: 0 20px;
}

.check {
  background-color: #d2d5ec;
}
.check-inner .cmn-title::first-letter {
  color: #000;
}
.check-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 59px;
  background-color: #fff;
}
.check-list-item {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #100169;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.check-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 20px;
  margin-right: 17px;
  background: center/contain no-repeat url(../images/jewelry/check-icon.png);
}
.check-list-item .accent {
  font-size: 2.2rem;
}
.check-list-item:not(:last-child) {
  margin-bottom: 23px;
}
.check-content:not(:last-of-type) {
  margin-bottom: 63px;
}
.check-content .check-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 39px;
}
.check-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.check-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 19px 0;
  text-align: center;
  background: center/cover no-repeat url(../images/brand/check-title-bg.png);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -6px;
}

.point {
  background: center/cover no-repeat url(../images/jewelry/point-bg.png);
}
.point-inner .cmn-title::first-letter {
  color: #000;
}
.point-inner .cmn-title .accent {
  color: #ff0001;
}
.point-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.point-list-item {
  max-width: 325px;
  width: 100%;
  min-height: 452px;
  padding: 28px 22px 20px 22px;
  background-color: #100169;
}
.point-icon {
  text-align: center;
  margin-bottom: 16px;
}
.point-title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.point-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}
.point-text .accent {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
}

.reserve {
  background-color: #100169;
}
.reserve-banner {
  padding-right: 65px;
  background: center/cover no-repeat url(../images/jewelry/reserve-box-bg.png);
  border: 5px solid #fff;
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -13px;
}
.reserve-banner:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-img {
  position: relative;
  z-index: 2;
}

/*========================================
brand
==========================================*/
#brand .example-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brand .example-list-item {
  max-width: 520px;
  width: 100%;
  margin-right: 0;
}
#brand .example-title {
  min-height: 158px;
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 22px 20px;
}
#brand .example-title .accent {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-top: 12px;
}
#brand .point {
  background: center/cover no-repeat url(../images/brand/point-bg.png);
}
#brand .reserve {
  background: center/cover no-repeat url(../images/brand/reserve-bg.png);
}

/*========================================
info
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 607px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.greeting-inner {
  max-width: 900px;
}
.greeting-textbox {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 27px 10px;
  margin-bottom: 19px;
  background: center/cover no-repeat url(../images/info/greeting-box-bg.png);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -6px;
}
.greeting-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 33px;
}
.greeting-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #100169;
  text-align: right;
}
.greeting-name:last-of-type {
  font-size: 2rem;
  margin-top: 12px;
}

.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 586px;
  height: 687px;
  background: center/cover no-repeat url(../images/top/buy-bg-l-t.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 593px;
  height: 711px;
  background: center/cover no-repeat url(../images/about/flow-bg-r-b.png);
  z-index: -1;
}
.info-inner {
  padding-bottom: 87px;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 24px 0;
  text-align: center;
  background-color: #100169;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  padding: 17px 10px 17px 18px;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact {
  position: relative;
  z-index: 1;
}
.contact::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 607px;
  background: center/cover no-repeat url(../images/about/guide-bg-bottom.png);
  z-index: -1;
}
.contact-content {
  padding-bottom: 47px;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.4);
}
.contact-content:not(:last-of-type) {
  margin-bottom: 65px;
}
.contact-content:nth-of-type(2) .contact-title {
  background: center/cover no-repeat url(../images/contact/contact-title-bg02.png);
}
.contact-content:nth-of-type(3) .contact-title {
  background: center/cover no-repeat url(../images/contact/contact-title-bg03.png);
}
.contact-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 19px 0;
  margin-bottom: 37px;
  text-align: center;
  background: center/cover no-repeat url(../images/brand/check-title-bg.png);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -6px;
}
.contact-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-text {
  text-align: center;
  margin-bottom: 27px;
}
.contact-tel {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  margin-right: 56px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.contact-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-tel-txt img {
  display: block;
}
.contact-textbox {
  max-width: 285px;
  width: 100%;
}
.contact-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.contact-sub-text:not(:last-of-type) {
  margin-bottom: 6px;
}
.contact-sub-text .accent {
  display: inline-block;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background-color: #100169;
}
.contact-line {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.contact-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.contact .contact_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  background: none;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap .submits-btn {
  max-width: 300px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff !important;
  background-color: #100169;
  position: relative;
}
.contact-submits-wrap .submits-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/contact/contact-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-submits-wrap .submits-btn:hover {
  opacity: 0.8;
}
.contact-submits-wrap .submits-btn:hover::after {
  right: 10px;
}
.contact-submits-wrap input {
  width: 100%;
  height: 100%;
  background: none;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #2467ae;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #000;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #000;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #fff;
}
.footer-inner {
  padding: 74px 0 30px 0;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 525px;
  width: 100%;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 32px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.footer-text .accent {
  display: inline-block;
  width: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: 12px;
  padding: 5px 0;
  background-color: #100169;
}
.footer-map:hover {
  opacity: 0.7;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  margin-bottom: 29px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-tel::before {
  content: "";
  width: 29px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-right {
  max-width: 300px;
  width: 100%;
}
.footer-link {
  margin-bottom: 25px;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sns-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-sns-list-item:not(:last-child) {
  margin-right: 28px;
}
.footer-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-nav {
  width: 100%;
  margin-top: 47px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 13px;
}
.footer-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 13px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.13em;
}
.footer-nav-list-item a:hover {
  color: #100169 !important;
}
.footer-nav-list-item a.current {
  color: #100169 !important;
}
.footer-sub-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 38px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item a::before {
  content: "";
  width: 5px;
  height: 10px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.footer-bottom {
  background-color: #100169;
}
.footer-bottom-inner {
  padding: 17px 0;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-bottom #copyright a {
  color: #fff !important;
}