/* commonParts
---------------------------------------------------- */
#page-ttl {
  overflow: clip;
  position: relative;
  color: #fff;
  background-color: #394875;
  padding-top: 19.7916666667vw;
  padding-bottom: 3em;
  transition: all 0.6s;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    padding-top: 240px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding-top: 24dvh;
  }
}
#page-ttl .en-txt {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: -0.24em;
  color: #2a3364;
  font-size: 25vw;
  line-height: 1em;
  letter-spacing: 0;
  transition: opacity 0.6s ease 0.1s, letter-spacing 0.6s ease 0.1s, transform 1.8s cubic-bezier(0.1, 0.8, 0.2, 1) 0.12s;
}
#page-ttl .en-txt.__inview {
  opacity: 0.6;
  letter-spacing: -0.04em;
}
#page-ttl .pgttl-inner h2 span.__jp {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.75em;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.5em;
  }
}

.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: "|";
  margin: 0 1.6em;
}
.__breadcrumbs ul li a {
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.sec-ttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    margin-bottom: 3em;
  }
}
.sec-ttl h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-ttl h3 {
    margin-bottom: 0.8em;
  }
}
.sec-ttl h3 span.__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.85em;
  margin-left: 0.2em;
}

.__overview-table {
  width: min(100%, 960px);
  margin: 0 auto;
}
.__overview-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__overview-table dl {
    display: block;
  }
}
.__overview-table dl dt {
  color: #394875;
  font-weight: 400;
  width: 12em;
  border-left: solid 1px #394875;
  padding: 1em 2em;
}
@media screen and (max-width: 991px) {
  .__overview-table dl dt {
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dt {
    width: 100%;
    padding: 1.2em 1em;
    padding-bottom: 0.6em;
  }
}
.__overview-table dl dd {
  width: calc(100% - 12em);
  padding: 1em 0;
}
@media screen and (max-width: 991px) {
  .__overview-table dl dd {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 767px) {
  .__overview-table dl dd {
    width: 100%;
    border-left: solid 1px #394875;
    padding: 1.2em 1em;
    padding-top: 0;
  }
}
.__overview-table dl dd a {
  display: inline;
  font-size: 1em;
}

.__gallery-content .slider-flowing01 .swiper-wrapper, .__gallery-content .slider-flowing02 .swiper-wrapper {
  transition-timing-function: linear;
}
.__gallery-content .slider-flowing01 .swiper-wrapper .swiper-slide, .__gallery-content .slider-flowing02 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.__gallery-content .slider-flowing01 .swiper-wrapper .swiper-slide img, .__gallery-content .slider-flowing02 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__gallery-content .slider-flowing01 .swiper-wrapper .swiper-slide {
  aspect-ratio: 4/3;
}
.__gallery-content .slider-flowing02 .swiper-wrapper .swiper-slide {
  aspect-ratio: 3/4;
}

.__anchor-point {
  position: absolute;
}

.__anchor-list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .__anchor-list {
    margin-top: 40px;
  }
}
.__anchor-list ul {
  display: flex;
  flex-wrap: wrap;
}
.__anchor-list ul .anchor-btn {
  border: solid 1px #fff;
  width: 20%;
}
@media screen and (max-width: 1599px) {
  .__anchor-list ul .anchor-btn {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .__anchor-list ul .anchor-btn {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .__anchor-list ul .anchor-btn {
    width: 100%;
  }
}
.__anchor-list ul .anchor-btn a {
  background-color: #bdbab5;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  .__anchor-list ul .anchor-btn a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.__anchor-list ul .anchor-btn a span.btn-inner {
  justify-content: space-between;
}
.__anchor-list ul .anchor-btn a:hover {
  background-color: #394875;
}

/* service.html
---------------------------------------------------- */
.sec-service .sec-intro {
  position: relative;
  z-index: 2;
  margin-top: 5em;
}
@media screen and (max-width: 991px) {
  .sec-service .sec-intro {
    margin-top: 0;
  }
}
.sec-service .sec-intro .__content-wrap01 .img-wrap {
  width: calc(100% - 40.3125rem - 15rem);
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-intro .__content-wrap01 .img-wrap {
    width: calc(100% - 48.75rem - 10rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-service .sec-intro .__content-wrap01 .img-wrap {
    width: 100%;
  }
}
.sec-service .sec-intro .__content-wrap01 .txt-wrap p {
  margin-bottom: 1em;
}
.sec-service .sec-intro .flowingText {
  margin: 3em 0;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-intro .flowingText {
    margin: 4em 0;
  }
}
.sec-service .sec-content {
  background-image: url(../images/bg-texture.jpg);
  background-size: cover;
  padding: 7.5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-content {
    padding: 72px 0;
  }
}
.sec-service .sec-content .content-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2em;
}
.sec-service .sec-content .content-list ul .content-list-item {
  background-color: rgba(255, 255, 255, 0.6);
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 2em;
}
.sec-service .sec-content .content-list ul .content-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-content .content-list ul .content-list-item {
    width: calc(50% - 1em);
  }
  .sec-service .sec-content .content-list ul .content-list-item:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-service .sec-content .content-list ul .content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-content .content-list ul .content-list-item {
    width: 100%;
    margin-right: 0;
  }
  .sec-service .sec-content .content-list ul .content-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-service .sec-content .content-list ul .content-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
}
.sec-service .sec-content .content-list ul .content-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service .sec-content .content-list ul .content-list-item .item-txt {
  height: 100%;
}
.sec-service .sec-content .content-list ul .content-list-item .item-txt h4 {
  font-size: 1.25em;
}
@media screen and (max-width: 1599px) {
  .sec-service .sec-content .content-list ul .content-list-item .item-txt h4 {
    font-size: 1.1375em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .sec-content .content-list ul .content-list-item .item-txt h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-content .content-list ul .content-list-item .item-txt h4 {
    font-size: min(4.6vw, 1.25em);
  }
}
.sec-service .sub-content {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-service .sub-content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sub-content {
    padding: 72px 0;
  }
}
.sec-service .sub-content .content-ttl {
  margin-bottom: 4em;
}
.sec-service .sub-content .content-ttl h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 2em;
}
.sec-service .sub-content .content-ttl h4 span.__slash::before {
  margin-right: 3em;
}
.sec-service .sub-content .content-ttl h4 span.__txt {
  font-size: 1.5em;
}
@media screen and (max-width: 1199px) {
  .sec-service .sub-content .content-ttl h4 span.__txt {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sub-content .content-ttl h4 span.__txt {
    font-size: min(4.8vw, 1.25em);
  }
}
.sec-service.__01 .sec-intro .__content-wrap01 {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sec-service.__01 .sec-intro .__content-wrap01 .img-wrap {
    margin-left: auto;
  }
}
.sec-service.__01 .sec-intro .flowingText {
  opacity: 0.4;
}
.sec-service.__01 .sec-content .content-list ul .content-list-item {
  background-color: initial;
}
.sec-service.__01 .sec-content .content-list ul .content-list-item .item-txt {
  padding-top: 0.48em;
  margin-top: 1.2em;
  border-top: solid 1px #3a3a3a;
}
.sec-service.__01 .sec-content .content-list ul .content-list-item .item-txt h4 {
  color: #394875;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sec-service.__01 .sec-content .content-list ul .content-list-item .item-txt h4 {
    font-size: 1.1375em;
  }
}
.sec-service.__01 .sec-content .sub-content {
  margin-top: 4em;
  margin-bottom: 2em;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-service.__01 .sec-content .sub-content {
    margin-top: 3em;
  }
}
.sec-service.__01 .sec-content .sub-content .maker-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-service.__01 .sec-content .sub-content .maker-list ul li {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.2em 2em 0.4em;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
}
.sec-service.__01 .sec-content .sub-content .maker-list ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-service.__01 .sec-content .sub-content .maker-list ul li {
    font-size: 0.95em;
  }
}
.sec-service.__01 .sec-content .sub-content .contact-content {
  margin-top: 3em;
}
.sec-service.__01 .sec-content .sub-content .contact-content p {
  text-align: center;
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-service.__01 .sec-content .sub-content .contact-content p {
    font-size: 1em;
  }
}
.sec-service.__01 .sec-content .sub-content .contact-content .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
.sec-service.__02 .sec-intro .__content-wrap01 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .sec-service.__02 .sec-intro .__content-wrap01 .txt-wrap {
    margin-left: auto;
  }
}
.sec-service.__02 .sec-intro .flowingText {
  color: #bdbab5;
}
.sec-service.__02 .sec-content .content-list ul .content-list-item .item-txt {
  padding: 1.6em 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service.__02 .sec-content .content-list ul .content-list-item .item-txt {
    padding-top: 1.4em;
    padding-left: min(4.8vw, 1.6em);
    padding-right: min(4.8vw, 1.6em);
  }
}
.sec-service.__02 .sec-content .content-list ul .content-list-item .item-txt p {
  margin-top: 1em;
  padding-bottom: 1em;
}
.sec-service.__03 .sec-intro .__content-wrap01 {
  margin-left: auto;
}
.sec-service.__03 .sec-intro .__content-wrap01 .txt-wrap .sec-linkbtn {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-service.__03 .sec-intro .__content-wrap01 .txt-wrap .sec-linkbtn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__03 .sec-intro .__content-wrap01 .txt-wrap .sec-linkbtn {
    width: 100%;
  }
  .sec-service.__03 .sec-intro .__content-wrap01 .txt-wrap .sec-linkbtn .__linkbtn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__03 .sec-intro .__content-wrap01 .img-wrap {
    margin-left: auto;
  }
}
.sec-service.__04 {
  background-color: #f7f6f5;
}
.sec-service.__04 .flower-content {
  position: relative;
}
.sec-service.__04 .flower-content .en-txt {
  color: #f0efed;
  font-size: 20.8333333333vw;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: end;
  line-height: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content .en-txt {
    margin-top: -16vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content .en-txt {
    margin-top: -24vw;
  }
}
.sec-service.__04 .flower-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li {
    display: block;
  }
}
.sec-service.__04 .flower-content ul li .txt-wrap h4 {
  margin-bottom: 1em;
  font-size: 1.645em;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li .txt-wrap h4 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content ul li .txt-wrap h4 {
    font-size: min(5.3vw, 1.25em);
  }
}
.sec-service.__04 .flower-content ul li .txt-wrap p {
  font-size: 1.125em;
  line-height: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li .txt-wrap p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content ul li .txt-wrap p {
    font-size: 1em;
  }
}
.sec-service.__04 .flower-content ul li .img-wrap {
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li .img-wrap {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content ul li .img-wrap {
    margin-top: 2em;
  }
}
.sec-service.__04 .flower-content ul li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service.__04 .flower-content ul li:nth-of-type(1) {
  flex-direction: row-reverse;
}
.sec-service.__04 .flower-content ul li:nth-of-type(1) .txt-wrap {
  width: calc(100% - 25rem - 7.5rem);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(1) .txt-wrap {
    width: calc(100% - 31.875rem - 10rem);
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(1) .txt-wrap {
    width: 100%;
  }
}
.sec-service.__04 .flower-content ul li:nth-of-type(1) .img-wrap {
  width: 25rem;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(1) .img-wrap {
    width: 31.875rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(1) .img-wrap {
    width: 45%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) {
    margin-top: 120px;
  }
}
.sec-service.__04 .flower-content ul li:nth-of-type(2) .txt-wrap {
  width: calc(100% - 33.3125rem - 7.5rem);
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) .txt-wrap {
    width: calc(100% - 42.5rem - 10rem);
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) .txt-wrap {
    width: 100%;
  }
}
.sec-service.__04 .flower-content ul li:nth-of-type(2) .img-wrap {
  width: 33.3125rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) .img-wrap {
    width: 42.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) .img-wrap {
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .flower-content ul li:nth-of-type(2) .img-wrap {
    width: 100%;
  }
}
.sec-service.__04 .__gallery-content {
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-service.__04 .__gallery-content {
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .__gallery-content {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .__gallery-content {
    padding: 72px 0;
  }
}
.sec-service.__05 {
  color: #fff;
  background-color: #394875;
}
.sec-service.__05 .sec-intro .__content-wrap01 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .sec-service.__05 .sec-intro .__content-wrap01 .txt-wrap {
    margin-left: auto;
  }
}
.sec-service.__05 .sec-intro .__content-wrap01 .txt-wrap h4 {
  margin-bottom: 1em;
  font-size: 1.645em;
}
@media screen and (max-width: 1199px) {
  .sec-service.__05 .sec-intro .__content-wrap01 .txt-wrap h4 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__05 .sec-intro .__content-wrap01 .txt-wrap h4 {
    font-size: min(5.3vw, 1.25em);
  }
}
.sec-service.__05 .sec-intro .flowingText {
  opacity: 0.4;
}
.sec-service.__05 .sub-content.__merit .merit-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2em;
  margin-bottom: -1em;
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 2em;
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item {
    width: calc(50% - 1em);
  }
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item {
    width: 100%;
    margin-right: 0;
  }
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt {
  padding-top: 1em;
  padding-bottom: 2em;
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt h5 {
  font-size: 1.25em;
}
@media screen and (max-width: 1599px) {
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt h5 {
    font-size: 1.1375em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt h5 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt h5 {
    font-size: min(4.6vw, 1.25em);
  }
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt p {
  margin-top: 1em;
}
.sec-service.__05 .sub-content.__merit .merit-list ul .merit-list-item .item-txt p.__note {
  font-size: 0.85em;
}
.sec-service.__05 .sub-content.__flow {
  background-color: rgba(255, 255, 255, 0.1);
}
.sec-service.__05 .sub-content.__flow .flow-list {
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-service.__05 .sub-content.__flow .flow-list {
    padding-bottom: 0;
  }
}
.sec-service.__05 .sub-content.__flow .flow-list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -3em;
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item {
  position: relative;
  width: calc(25% - 1.5em);
  margin-right: 2em;
  margin-top: 3em;
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item {
    width: calc(33.3333333333% - 1.3333333333em);
  }
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(4n) {
    margin-right: 2em;
  }
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item {
    width: calc(50% - 1em);
  }
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(3n) {
    margin-right: 2em;
  }
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item {
    width: 100%;
    margin-right: 0;
  }
  .sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item .item-img {
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item .item-name {
  padding-top: 0.6em;
  margin-top: 1.2em;
  border-top: solid 1px #fff;
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item .item-name span.__en .__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.85em;
  margin-left: 0.2em;
}
.sec-service.__05 .sub-content.__flow .flow-list ul .flow-list-item .item-name h5 {
  font-size: 1.125em;
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit01 {
  color: #fff;
  background-image: url(../images/recruit/message-img.jpg);
  background-size: cover;
  background-position: 30% 100%;
  background-attachment: fixed;
  padding: 10rem 0;
  margin-top: calc(3.75rem + 2em);
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 {
    background-attachment: scroll;
    padding: 120px 0;
    margin-top: calc(40px + 2em);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit01 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 {
    padding: 60px 0;
  }
}
.sec-recruit01::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(42, 51, 100, 0.4);
  -webkit-backdrop-filter: brightness(0.7) blur(4px);
          backdrop-filter: brightness(0.7) blur(4px);
}
.sec-recruit01 .sec-content {
  margin-top: 6em;
}
.sec-recruit01 .sec-content .txt-wrap p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content .txt-wrap p {
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content .txt-wrap p {
    font-size: 1em;
  }
}

.sec-recruit02 .sec-content .data-list {
  text-align: center;
}
.sec-recruit02 .sec-content .data-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-content .data-list ul {
    margin-top: -1em;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item {
  background-color: #f7f6f5;
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  padding: 3.75rem 0;
}
.sec-recruit02 .sec-content .data-list ul .data-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item {
    padding: 3.6em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item {
    width: 100%;
    margin-top: 1em;
    margin-right: 0;
    padding: 2em 0;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-icon {
  width: 3.75rem;
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-icon {
    width: 2.7em;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-icon img {
  width: 100%;
  height: auto;
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt {
    margin-top: 1em;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt h5 {
  font-size: 1.5em;
  line-height: 1.3em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt h5 {
    font-size: 1.25em;
    line-height: 1.6em;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt h5 span.__en {
  font-size: 0.7em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt h5 span.__en {
    font-size: 0.85em;
  }
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt h5 span.__jp {
  display: block;
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt p {
  font-size: 1.125em;
}
.sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt p span.__num {
  font-size: 3em;
  margin-right: 0.1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt p span.__num {
    font-size: 2.5em;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit02 .sec-content .data-list ul .data-list-item .item-txt p span.__num {
    font-size: 2em;
  }
}
.sec-recruit02 .sec-content .data-list .sub-ttl {
  margin-top: 4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-content .data-list .sub-ttl {
    margin-top: 3em;
  }
}
.sec-recruit02 .sec-content .data-list .sub-ttl h4 {
  font-size: 1.25em;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit02 .sec-content .data-list .sub-ttl h4 {
    font-size: 1.125em;
    letter-spacing: 0.6em;
  }
}

.sec-recruit03 {
  background-image: url(../images/bg-texture_recruit.jpg);
  background-size: cover;
}
.sec-recruit03 .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4em;
}
.sec-recruit03 .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .sec-txt p {
    font-size: 1em;
  }
}

.sec-recruit04 .sec-content {
  margin-bottom: 4em;
}

.sec-recruit05 {
  background-image: url(../images/bg-texture_recruit.jpg);
  background-size: cover;
}
.sec-recruit05 .sec-content .__overview-table dl dt {
  width: 14em;
}
@media screen and (max-width: 767px) {
  .sec-recruit05 .sec-content .__overview-table dl dt {
    width: 100%;
  }
}
.sec-recruit05 .sec-content .__overview-table dl dd {
  width: calc(100% - 14em);
}
@media screen and (max-width: 767px) {
  .sec-recruit05 .sec-content .__overview-table dl dd {
    width: 100%;
  }
}
.sec-recruit05 .sec-linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6em;
}
@media screen and (max-width: 991px) {
  .sec-recruit05 .sec-linkbtn {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit05 .sec-linkbtn {
    width: 100%;
    margin-top: 3em;
  }
  .sec-recruit05 .sec-linkbtn .__linkbtn {
    margin: 0 auto;
  }
}

/* company.html
---------------------------------------------------- */
.sec-company01 {
  background-image: url(../images/bg-texture.jpg);
  background-size: cover;
}
.sec-company01 .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content {
    display: block;
  }
}
.sec-company01 .sec-content .img-wrap {
  width: 20rem;
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.2);
  aspect-ratio: 4/5;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-content .img-wrap {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content .img-wrap {
    width: min(70%, 360px);
    margin: 0 auto;
  }
}
.sec-company01 .sec-content .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company01 .sec-content .txt-wrap {
  width: calc(100% - 20rem - 7.5rem);
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-content .txt-wrap {
    width: calc(100% - 30rem - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content .txt-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-company01 .sec-content .txt-wrap p {
  font-size: 1.125em;
  line-height: 2em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content .txt-wrap p {
    font-size: 1em;
    margin-bottom: 2em;
  }
}
.sec-company01 .sec-content .txt-wrap p.__name {
  text-align: end;
  margin-top: 3em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content .txt-wrap p.__name {
    margin-top: 4em;
  }
}
.sec-company01 .sec-content .txt-wrap p.__name em {
  font-size: 1.25em;
  margin-left: 1em;
}

.sec-company03 {
  margin-bottom: 2em;
}

.sec-company04 {
  color: #fff;
  background-image: url(../images/company/history-img.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-company04 {
    background-attachment: scroll;
    padding: 120px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-company04 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company04 {
    padding: 60px 0;
  }
}
.sec-company04::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(42, 51, 100, 0.4);
  -webkit-backdrop-filter: brightness(0.7) blur(4px);
          backdrop-filter: brightness(0.7) blur(4px);
}
.sec-company04 .sec-content .__overview-table dl dt {
  position: relative;
  color: #fff;
  border-left-color: #fff;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content .__overview-table dl dt {
    padding-top: 1em;
  }
}
.sec-company04 .sec-content .__overview-table dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2em;
  display: block;
  content: "";
  width: 0.6em;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content .__overview-table dl dt::before {
    margin-top: 2.5em;
  }
}
.sec-company04 .sec-content .__overview-table dl dt span.__en {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-content .__overview-table dl dd {
    border-left-color: #fff;
    padding-bottom: 2em;
  }
}

.sec-company05 .sec-content .access-info .address-txt {
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .sec-company05 .sec-content .access-info .address-txt {
    margin-bottom: 2em;
  }
}
.sec-company05 .sec-content .access-info ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .sec-company05 .sec-content .access-info ul {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-company05 .sec-content .access-info ul li {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-company05 .sec-content .access-info ul li {
    text-align: center;
    display: block;
  }
}
.sec-company05 .sec-content .access-info ul li:nth-of-type(1) {
  margin-right: 4em;
}
@media screen and (max-width: 991px) {
  .sec-company05 .sec-content .access-info ul li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company05 .sec-content .access-info ul li:nth-of-type(1) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-company05 .sec-content .access-info ul li h4 {
    width: 12em;
    flex-shrink: 0;
  }
}
.sec-company05 .sec-content .access-info ul li p {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company05 .sec-content .access-info ul li p {
    margin-top: 0.6em;
    margin-left: 0;
  }
}
.sec-company05 .map-content {
  width: 100%;
  height: 37.5rem;
  margin-top: 5em;
}
@media screen and (max-width: 1199px) {
  .sec-company05 .map-content {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company05 .map-content {
    height: 400px;
    margin-top: 4em;
  }
}
.sec-company05 .map-content iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */