/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1);
  -webkit-transform: translateZ(0) scale(1);
}
.btn-01__link {
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 12px rgba(255, 255, 255, 0.5);
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
}
.btn-01__link:hover {
  color: rgba(33, 35, 36, 0.8);
  transform: scale(0.99);
}
.btn-02__link {
  background: #ba270f;
  color: #fff;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(0.99);
}
.btn-03__link {
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d4166;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.btn-03__link::before, .btn-03__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.btn-03__link::before {
  width: 2px;
  height: calc(100% - 40px);
  background: #fff;
  right: 57px;
}
.btn-03__link::after {
  width: 17px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  right: 20px;
}
.btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-03__link:hover::after {
  transform: translate(-2px, -50%);
}

.ic-mail, .ic-glass {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before, .ic-glass::before {
  content: "";
  display: block;
}
.ic-mail::before {
  width: 26px;
  aspect-ratio: 26/21;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-glass::before {
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-glass.png");
  background-size: 100%;
}

.frame-a1-top, .frame-a1-btm, .frame-b1-top, .frame-b1-btm, .frame-c1-top, .frame-c1-btm, .frame-a2-top, .frame-a2-btm, .frame-b2-top, .frame-b2-btm, .frame-c2-top, .frame-c2-btm, .frame-c3-top, .frame-c3-btm {
  position: relative;
  z-index: 2;
}
.frame-a1-top::before, .frame-a1-btm::after, .frame-b1-top::before, .frame-b1-btm::after, .frame-c1-top::before, .frame-c1-btm::after, .frame-a2-top::before, .frame-a2-btm::after, .frame-b2-top::before, .frame-b2-btm::after, .frame-c2-top::before, .frame-c2-btm::after, .frame-c3-top::before, .frame-c3-btm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  left: 50%;
  background-position: center;
}
.frame-a1-top::before, .frame-b1-top::before, .frame-c1-top::before, .frame-a2-top::before, .frame-b2-top::before, .frame-c2-top::before, .frame-c3-top::before {
  top: 0;
  transform: translate(-50%, -1px) scaleY(-1);
}
.frame-a1-btm::after, .frame-b1-btm::after, .frame-c1-btm::after, .frame-a2-btm::after, .frame-b2-btm::after, .frame-c2-btm::after, .frame-c3-btm::after {
  bottom: 0;
  transform: translate(-50%, 1px);
}
.frame-a1-top::before, .frame-a1-btm::after {
  height: 265px;
  aspect-ratio: 1920/265;
  background-image: url("/img/common/frame-a-01.png");
  background-size: cover;
}
.frame-a2-top::before, .frame-a2-btm::after {
  height: 265px;
  aspect-ratio: 1920/265;
  background-image: url("/img/common/frame-a-02.png");
  background-size: cover;
}
.frame-b1-top::before, .frame-b1-btm::after {
  height: 990px;
  aspect-ratio: 1920/990;
  background-image: url("/img/common/frame-b-01.png");
  background-size: cover;
}
.frame-b2-top::before, .frame-b2-btm::after {
  height: 981px;
  aspect-ratio: 1920/981;
  background-image: url("/img/common/frame-b-02.png");
  background-size: cover;
}
.frame-c1-top::before, .frame-c1-btm::after {
  height: 267px;
  aspect-ratio: 1920/267;
  background-image: url("/img/common/frame-c-01.png");
  background-size: cover;
}
.frame-c2-top::before, .frame-c2-btm::after {
  height: 265px;
  aspect-ratio: 1920/265;
  background-image: url("/img/common/frame-c-02.png");
  background-size: cover;
}
.frame-c3-top::before, .frame-c3-btm::after {
  height: 265px;
  aspect-ratio: 1920/265;
  background-image: url("/img/common/frame-c-03.png");
  background-size: cover;
}
.frame-side {
  position: relative;
  z-index: 1;
}
.frame-side::before, .frame-side::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 226px;
  max-width: 11.7708333333%;
  height: 100%;
  background-image: url("/img/common/frame-side-lft.png");
  background-size: cover;
  top: 0;
}
.frame-side::before {
  background-position: right center;
  left: 0;
}
.frame-side::after {
  aspect-ratio: 225/580;
  background-image: url("/img/common/frame-side-rt.png");
  background-size: cover;
  background-position: left center;
  right: 0;
}

.obj-line-gld {
  position: relative;
  z-index: 1;
}
.obj-line-gld::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 5px;
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  top: 100%;
  left: 0;
}
.obj-pin__top, .obj-pin__btm {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.obj-pin__top::before, .obj-pin__top::after, .obj-pin__btm::before, .obj-pin__btm::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
}
.obj-pin__top {
  top: 20px;
}
.obj-pin__btm {
  bottom: 20px;
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01, .tbl-02 {
  background: #fff;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td {
  padding: 15px 4%;
  vertical-align: middle;
  font-weight: 600;
}
.tbl-01 th, .tbl-02 th {
  width: 27%;
  background: #1d4166;
  color: #fff;
  text-align: center;
}
.tbl-01 td, .tbl-02 td {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 td, .tbl-02 td {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 td, .tbl-02 td {
    font-size: 17.3333333333px;
  }
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 2px #fff;
}
.tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) td {
  border-top-color: #1d4166;
}
.tbl-02 {
  border: solid 2px #162637;
}
.tbl-02 th {
  background: #162637;
  text-align: left;
}
.tbl-02 td {
  white-space: pre-wrap;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}
.com-drop-shadow {
  filter: drop-shadow(0px 0px 10px rgba(22, 38, 55, 0.8)) drop-shadow(0px 0px 10px rgba(22, 38, 55, 0.8)) drop-shadow(0px 0px 10px rgba(22, 38, 55, 0.8));
}
.com-txt-shadow-blk {
  text-shadow: 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4);
}
.com-txt-shadow-wht {
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 12px rgba(255, 255, 255, 0.5), 0px 0px 12px rgba(255, 255, 255, 0.5);
}
.com-txtbx {
  display: flex;
  flex-direction: column;
}
.com-gmap {
  min-width: 520px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 75px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 75px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 81px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 81px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-solution .list-item, .list-check .list-item, .list-choose .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 20px;
  }
}
.list-news__item {
  border-bottom: solid 2px #b4b4b4;
  padding: 25px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news__ttl {
    font-size: 20px;
  }
}
.list-service__item, .list-flow__item {
  position: relative;
  z-index: 1;
}
.list-service__item::before, .list-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  top: 0;
  left: 0;
  z-index: 1;
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #162637;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  line-height: 1;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-service__item::before, .list-flow__item::before {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__item::before, .list-flow__item::before {
    font-size: 24px;
  }
}
.list-service__item:nth-child(1)::before, .list-flow__item:nth-child(1)::before {
  content: "01";
}
.list-service__item:nth-child(2)::before, .list-flow__item:nth-child(2)::before {
  content: "02";
}
.list-service__item:nth-child(3)::before, .list-flow__item:nth-child(3)::before {
  content: "03";
}
.list-service__item:nth-child(4)::before, .list-flow__item:nth-child(4)::before {
  content: "04";
}
.list-service__item:nth-child(5)::before, .list-flow__item:nth-child(5)::before {
  content: "05";
}
.list-service__item:nth-child(6)::before, .list-flow__item:nth-child(6)::before {
  content: "06";
}
.list-service__item:nth-child(7)::before, .list-flow__item:nth-child(7)::before {
  content: "07";
}
.list-service__item:nth-child(8)::before, .list-flow__item:nth-child(8)::before {
  content: "08";
}
.list-service__item:nth-child(9)::before, .list-flow__item:nth-child(9)::before {
  content: "09";
}
.list-service {
  row-gap: 50px;
}
.list-service__item {
  background: #162637;
  display: flex;
  flex-direction: column;
}
.list-service__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 5px;
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  left: 0;
  top: 100%;
}
.list-service__bx {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-service__ttl {
  padding: 0 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 23.3333333333px;
  }
}
.list-service__txt {
  color: #fff;
  padding: 0 20px;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list-works__link, .list-works__bx,
.list-works dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  transition: 0.3s;
}
.list-works__link {
  row-gap: 25px;
}
.list-works__link:hover .list-works__bx {
  opacity: 0.8;
}
.list-works dt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-works dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works dt {
    font-size: 22.6666666667px;
  }
}
.list-works dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-works dd {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works dd {
    font-size: 17.3333333333px;
  }
}
.list-solution__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-solution .com-layout {
  justify-content: space-between;
}
.list-solution .list-check {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-solution .list-check {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-solution .list-check {
    font-size: 22.6666666667px;
  }
}
.list-solution .txtbx {
  color: #fff;
  row-gap: 30px;
}
.list-solution__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-solution__ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-solution__ttl {
    font-size: 33.3333333333px;
  }
}
.list-check {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-check__item {
  background: #162637;
  color: #fff;
  padding: 12px 20px 18px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/22;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-choose__item {
  background: #fff;
  border: solid 4px #1d4166;
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-choose dt {
  color: #1d4166;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-choose dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-choose dt {
    font-size: 22.6666666667px;
  }
}
.list-partner {
  color: #fff;
}
.list-partner__item {
  background: #162637;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.list-partner__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 5px;
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  top: 100%;
  left: 0;
}
.list-partner__ic {
  width: 100%;
  aspect-ratio: 330/220;
  background: #1d4166;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-partner__bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px 30px;
}
.list-partner__ttl {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-partner__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-partner__ttl {
    font-size: 22.6666666667px;
  }
}
.list-label {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.list-label .list-item,
.list-label .layout-item {
  width: calc((100% - 20px) / 2);
}
.list-label {
  row-gap: 15px;
}
.list-label__item {
  background: #162637;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.list-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.list-flow .list-item,
.list-flow .layout-item {
  width: calc((100% - 90px) / 3);
}
.list-flow__item {
  background: url("/img/common/pattern-grange-wht.jpg") center center;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
.list-flow__item::before {
  width: 70px;
  max-width: 100%;
  background: #1d4166;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__item::before {
    font-size: 26.6666666667px;
  }
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 25px;
  max-width: 100%;
  aspect-ratio: 25/36;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  top: 50%;
  left: 100%;
  transform: translate(calc(22.5px - 50%), -50%);
}
.list-flow__ic, .list-flow__ttl {
  text-align: center;
}
.list-flow__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  color: #1d4166;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl {
    font-size: 26.6666666667px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #1d4166;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 18px;
  }
}
.tag-sub__item {
  display: flex;
  color: #1d4166;
  font-weight: 800;
}
.tag-sub__item::before {
  content: "#";
  display: block;
}

.ttl-main {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  display: flex;
  flex-direction: column;
}
.ttl-main .en {
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 40px;
  }
}
.ttl-main .en span {
  background: linear-gradient(0deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  background: -webkit-linear-gradient(0deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl-main .en span.col-wht {
  background-image: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}
.ttl-sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  border-left: solid #1d4166 6px;
  border-bottom: solid 1px #b4b4b4;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  color: #1d4166;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ttl-01::before, .ttl-01::after {
  content: "";
  display: block;
  width: 85px;
  min-width: 85px;
  height: 2px;
  background: #1d4166;
}
.ttl-02 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  background: #162637;
  color: #fff;
  padding: 15px;
}
.ttl-03 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  font-style: italic;
  background: linear-gradient(0deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  background: -webkit-linear-gradient(0deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl-03::before, .ttl-03::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
}

.txt-plain {
  line-height: 2.1875;
}
.txt-outline-wht {
  text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}
.txt-01 {
  line-height: 2.1111111111;
}
.txt-02 {
  line-height: 2;
}
.txt-03 {
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 17.3333333333px;
  }
}
.txt-04 {
  line-height: 1.6666666667;
}
.txt-05 {
  line-height: 1.7777777778;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  display: flex;
  justify-content: flex-end;
  text-shadow: 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4);
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 21.3333333333px;
  }
}
.header-nav__link {
  display: block;
  color: #fff;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 150px 115px;
  grid-template-rows: repeat(4, auto);
  gap: 25px 55px;
}
.footer-nav__link {
  color: #fff;
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 17.3333333333px;
  }
}
.footer-sub__item {
  padding: 0 20px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0 !important;
}
.footer-sub__item:last-child {
  padding-right: 0 !important;
}
.footer-sub__link {
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .header-nav__list {
    -moz-column-gap: 45px;
         column-gap: 45px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 31px;
    font-size: 4.0364583333vw;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 20.6666666667px;
  }
}
.header-bar {
  min-width: 1260px;
  padding: 0 3.13%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(35%);
  z-index: 10;
}

.mv, .sv {
  width: 100%;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  position: relative;
  z-index: 1;
}
.mv-cc {
  row-gap: 2vw;
  width: 780px;
  max-width: 40.625%;
  position: absolute;
  top: 50%;
  right: 0.52%;
  transform: translate(0, -40%);
  z-index: 1;
}
.mv-cc__main {
  width: 91.03%;
}
.mv-cc__sub {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  text-shadow: 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4), 0px 0px 16px rgba(18, 33, 49, 0.4);
  line-height: 1.5517241379;
  font-size: 29px;
  font-size: 1.5104166667vw;
}
@media screen and (max-width: 1260px) {
  .mv-cc__sub {
    font-size: 19.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 29px;
  }
}

.sv {
  aspect-ratio: 1920/830;
  background: url("/img/common/sv-bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/105;
}
.sv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sv-bg, .sv-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sv-bg {
  width: 1800px;
  max-width: 93.75%;
  aspect-ratio: 1800/550;
  margin: 0 auto;
  overflow: hidden;
}
.sv-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  width: 39.44%;
  aspect-ratio: 710/110;
  background: url("/img/common/sv-ttl-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 33.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 50px;
  }
}
.sv-ttl span {
  width: 100%;
}
.sv-ttl::before, .sv-ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  height: 100%;
  aspect-ratio: 882/830;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sv-ttl::after {
  left: inherit;
  right: 0;
  transform: scale(-1);
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-service {
  background: url("/img/service/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-works {
  background: url("/img/works/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-recruit {
  background: url("/img/recruit/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1350px) {
  #header .com-logo {
    width: 450px;
    max-width: 100%;
  }
  #ctn-low #header::after {
    aspect-ratio: 1920/60;
  }
}
.top-concept {
  padding: 110px 0 470px 0;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 260px), 0% 100%);
}
.top-concept .com-layout:nth-child(odd) .img {
  margin-left: -100px;
}
.top-concept .com-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.top-concept .com-layout:nth-child(even) .img {
  margin-right: -100px;
}
.top-concept h4 {
  line-height: 1.6;
}
.top-concept .bg-side {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.top-concept .bg-side::before, .top-concept .bg-side::after {
  content: "";
  display: block;
  background: #1d4166;
}
.top-concept .bg-side::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 670px;
  max-width: 34.8958333333%;
  aspect-ratio: 670/1066;
}
.top-concept .bg-side::after {
  width: 260px;
  max-width: 13.5416666667%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 32.69% 50%);
}
.top-concept.obj-af::after {
  width: 100%;
  aspect-ratio: 1920/454;
  background-image: url("/img/top/concept-btm.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
}

.top-service {
  padding: 340px 0;
  margin-top: -260px;
}
.top-service .ttl-main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 60px);
  z-index: 1;
}
.top-service.bg-af::after {
  width: 100%;
  height: 100%;
  background-image: url("/img/common/bg-tool.jpg");
  background-size: cover;
  clip-path: polygon(0 260px, 100% 0%, 100% calc(100% - 260px), 0% 100%);
  top: 0;
  left: 0;
}

.top-partner {
  padding: 260px 0;
  clip-path: polygon(0 260px, 100% 0, 100% 100%, 0% 100%);
  background: url("/img/top/partner-bg.jpg") center top no-repeat;
  background-size: cover;
  margin-top: -260px;
}
.top-partner .ttl-main {
  margin-bottom: 40px;
}
.top-partner .obj-bf::before {
  width: 100vw;
  aspect-ratio: 1920/173;
  background-image: url("/img/service/partner-en.png");
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-partner .obj-af::after {
  width: 365px;
  aspect-ratio: 365/449;
  background-image: url("/img/top/partner-img.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-165px, 100px);
}
.top-partner.obj-bf::before {
  width: 100%;
  height: 260px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #1d4166;
  top: 0;
  right: 0;
}
.top-partner.frame-c1-btm::after {
  z-index: 1;
}

.top-recruit {
  padding: 0 0 260px 0;
  margin-top: -1px;
}
.top-recruit .ttl-main {
  margin-bottom: 30px;
}
.top-recruit .imgbx {
  margin-left: -140px;
}
.top-recruit h3 {
  line-height: 1.6666666667;
}
.top-recruit .obj-af {
  position: static;
}
.top-recruit .obj-af::after {
  width: 337px;
  aspect-ratio: 337/421;
  background-image: url("/img/top/recruit-img-05.png");
  background-size: 100%;
  bottom: 0;
  right: 10.42%;
  transform: translate(0, -25%);
}
.top-recruit.obj-af::after {
  width: 100%;
  height: 265px;
  background-image: url("/img/top/works-frame-top.png");
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.top-works {
  padding: 50px 0 120px 0;
}
.top-works .ttl-main {
  margin-bottom: 50px;
}
.top-works .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.top-company {
  padding: 120px 0;
}
.top-company .ttl-main {
  margin-bottom: 50px;
}

.top-news {
  padding: 120px 0;
}
.top-news .cts-1080 {
  min-height: 265px;
}
.top-news .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.top-banner {
  background: url("/img/top/bg-btm.jpg") center top no-repeat;
  background-size: cover;
  padding: 120px 0 0;
}

#ctn-low section {
  padding: 120px 0;
}
#ctn-low section.frame-a1-top, #ctn-low section.frame-a2-top, #ctn-low section.frame-b1-top, #ctn-low section.frame-b2-top, #ctn-low section.frame-c1-top, #ctn-low section.frame-c2-top, #ctn-low section.frame-c3-top {
  padding-top: 260px;
}
#ctn-low section.frame-a1-btm, #ctn-low section.frame-a2-btm, #ctn-low section.frame-b1-btm, #ctn-low section.frame-b2-btm, #ctn-low section.frame-c1-btm, #ctn-low section.frame-c2-btm, #ctn-low section.frame-c3-btm {
  padding-bottom: 300px;
}
#ctn-low section.about-vision {
  padding-bottom: 440px;
}
#ctn-low section.about-greeting {
  padding-top: 50px;
}
#ctn-low section.service-solution {
  padding-top: 0;
}
#ctn-low section.recruit-about {
  padding-bottom: 300px;
}
#ctn-low .ttl-main {
  row-gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#ctn-low .ttl-main .rb {
  font-size: 65px;
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  #ctn-low .ttl-main .rb {
    font-size: 75px;
    font-size: 9.765625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-low .ttl-main .rb {
    font-size: 50px;
  }
}
#ctn-low .ttl-main.txt-aln-lft {
  text-align: left;
}

.about-vision .img {
  margin-right: -100px;
}
.about-vision.obj-af::after {
  width: 100%;
  aspect-ratio: 1920/981;
  background-image: url("/img/about/vision-frame-btm.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
}

.service-about {
  background: url("/img/common/bg-tool.jpg") center top no-repeat;
  background-size: cover;
}

.service-choose .img {
  margin-right: -100px;
}

.service-partner .obj-en::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100vw;
  aspect-ratio: 1920/173;
  background-image: url("/img/service/partner-en.png");
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.service-partner h5 em {
  width: 230px;
  max-width: 100%;
  background: #162637;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.service-partner.obj-bf::before {
  width: 364px;
  max-width: 100%;
  aspect-ratio: 364/449;
  background-image: url("/img/service/partner-img-01.png");
  background-size: 100%;
  left: 2.08%;
  bottom: 0;
  transform: translate(0, 120px);
}
.service-partner.obj-af::after {
  width: 393px;
  max-width: 100%;
  aspect-ratio: 393/385;
  background-image: url("/img/service/partner-img-02.png");
  background-size: 100%;
  right: 0.68%;
  bottom: 0;
  transform: translate(0, 120px);
}

.works-detail .img {
  min-width: 420px;
}

.recruit-about .txtbx {
  margin-left: 50px;
}
.recruit-about .list-check {
  row-gap: 20px;
}
.recruit-about .list-check__item {
  background: none;
  padding: 0;
  color: #212324;
}
.recruit-about .obj-af::after {
  width: 400px;
  max-width: 100%;
  aspect-ratio: 423/413;
  background-image: url("/img/recruit/recruit-img-02.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-240px, 280px);
  z-index: 1;
}
.recruit-about.obj-af::after {
  width: 100%;
  height: 990px;
  background-image: url("/img/recruit/recruit-btm.png");
  background-size: cover;
  background-position: center bottom;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#com-banner .bnr-item {
  width: 100%;
  aspect-ratio: 1080/340;
  background: #b78d0e;
  background: linear-gradient(90deg, #b78d0e 0%, #ffe241 30%, #d6ae36 50%, #ffe241 70%, #b78d0e 100%);
}
#com-banner .bnr-link {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 8px;
  position: relative;
}
#com-banner .bnr-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 65px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-square-gld.jpg");
  background-size: 100%;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}
#com-banner .bnr-link:hover::after {
  transform: translateX(3px);
}
#com-banner .bnr-inner {
  width: 100%;
  background: url("/img/common/pattern-grange-red.jpg");
}
#com-banner .bnr-img {
  width: 500px;
  max-width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, calc(100% - 45px) 0%, 100% 50%, calc(100% - 45px) 100%, 0% 100%);
  position: relative;
  z-index: -1;
}
#com-banner .bnr-txtbx {
  width: 530px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#com-banner .ttl-main .en {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #com-banner .ttl-main .en {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-banner .ttl-main .en {
    font-size: 40px;
  }
}
#com-banner .ttl-main .rb {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #com-banner .ttl-main .rb {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-banner .ttl-main .rb {
    font-size: 33.3333333333px;
  }
}
#com-banner .obj-bf, #com-banner .obj-af {
  position: relative;
  z-index: 1;
}
#com-banner .obj-bf::before, #com-banner .obj-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 217px;
  max-width: 100%;
  aspect-ratio: 217/79;
  background: #162637;
}
#com-banner .obj-bf::before {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  top: 0;
  right: 0;
}
#com-banner .obj-af::after {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  left: 0;
  bottom: 0;
}

#ctn-top #footer {
  background: url("/img/top/bg-btm.jpg") center bottom no-repeat;
  background-size: cover;
}

#ctn-low #footer {
  background: url("/img/common/footer-bg.jpg") center top no-repeat;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */