/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding: 10px 0;
  }
}
#page-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  transform: scaleY(-1);
}
@media screen and (max-width: 1199px) {
  #page-ttl::before {
    height: 52%;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl::before {
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl::before {
    height: 45rem;
  }
}
#page-ttl.__beige::before {
  background: linear-gradient(0deg, #c6aa8c, #f0e0d3);
}
#page-ttl.__green::before {
  background: linear-gradient(0deg, #a0be9c, #dfe9de);
}
#page-ttl.__blue::before {
  background: linear-gradient(0deg, #649ab3, #e4ebed);
}
#page-ttl.__purple::before {
  background: linear-gradient(0deg, #91a4c0, #e8e7f1);
}
#page-ttl .pgttl-bgimg {
  position: relative;
  z-index: 2;
  width: calc(100% - (100% - 100 * 1rem) / 2 - 43.75rem);
  padding-right: 10px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    padding-right: 16px;
    width: calc(100% - (100% - 100 * 1rem) / 2 - 56.25rem);
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg {
    width: calc(100% - 40px - 38.75rem);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg {
    padding-right: 10px;
    width: calc(100% - 20px - 15rem);
  }
}
#page-ttl .pgttl-bgimg .__imgstyle {
  aspect-ratio: 5/3;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg .__imgstyle {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bgimg .__imgstyle {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bgimg .__imgstyle {
    aspect-ratio: 5/3;
  }
}
#page-ttl .pgttl-bgimg .__imgstyle.__business img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
#page-ttl .pgttl-bgimg .__imgstyle.__result img {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
#page-ttl .pgttl-bgimg .__imgstyle.__company img {
  -o-object-position: 50%, 50%;
     object-position: 50%, 50%;
}
#page-ttl .pgttl-bgimg .__imgstyle.__contact img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
#page-ttl .pgttl-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-content {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content {
    margin-top: 0;
  }
}
#page-ttl .pgttl-content h2 .__ttltxt {
  font-size: 5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-content h2 .__ttltxt {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content h2 .__ttltxt {
    font-size: 40px;
    line-height: 1.4em;
  }
}
#page-ttl .pgttl-content p {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-content p {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-content p {
    margin-top: 2em;
  }
}

.__breadcrumbs {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs {
    margin-top: 6em;
  }
}
.__breadcrumbs ul {
  display: flex;
  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 1em;
}
.__breadcrumbs ul li a {
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

/* business.html
---------------------------------------------------- */
.sec-business-list .business-list ul .business-list-item {
  position: relative;
  z-index: 2;
  overflow: clip;
  color: #fff;
  background-color: #5e5b69;
  margin-top: 4.8em;
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item {
    margin-top: 3em;
  }
}
.sec-business-list .business-list ul .business-list-item::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #365b7e, #97b9d5);
  opacity: 0.6;
}
.sec-business-list .business-list ul .business-list-item:nth-of-type(1) {
  margin-top: 0;
}
.sec-business-list .business-list ul .business-list-item:nth-of-type(odd)::before {
  opacity: 1;
}
.sec-business-list .business-list ul .business-list-item .item-num span {
  position: absolute;
}
.sec-business-list .business-list ul .business-list-item .item-num span.__en {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: left top;
  margin-top: 2.5rem;
  margin-left: calc(2.5rem + 1em);
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item .item-num span.__en {
    margin-top: 24px;
    margin-left: calc(24px + 1em);
    font-size: 16.8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .item-num span.__en {
    transform: rotate(0);
    margin-left: 24px;
    font-size: 14.4px;
  }
}
.sec-business-list .business-list ul .business-list-item .item-num span.__num {
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-bottom: -0.24em;
  margin-left: 1.25rem;
  font-family: "Forum", serif;
  font-size: 37.5rem;
  line-height: 1em;
  letter-spacing: -0.06em;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .item-num span.__num {
    font-size: 10em;
    margin-left: 12px;
  }
}
.sec-business-list .business-list ul .business-list-item .__border-wrap {
  padding-top: 6.4em;
  padding-bottom: 5em;
  padding-left: 11.25rem;
  padding-right: 6.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap {
    padding-top: 6.8em;
    padding-bottom: 5em;
    padding-right: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap {
    padding-top: 6em;
    padding-bottom: 7.2em;
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .__ttltxt span {
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .__ttltxt span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .__ttltxt span {
    font-size: min(5.6vw, 24px);
  }
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3.6em;
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .item-inner {
    display: block;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .item-inner {
    margin-top: 2em;
  }
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .txt-wrap {
  width: calc(100% - 37.5rem - 5em);
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .txt-wrap .sec-txt {
  margin-top: 0;
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .txt-wrap .sec-txt p {
  margin-top: 0;
}
.sec-business-list .business-list ul .business-list-item .__border-wrap .img-wrap {
  width: 37.5rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .img-wrap {
    width: min(100%, 412px);
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .business-list ul .business-list-item .__border-wrap .img-wrap {
    margin-top: 3.6em;
  }
}

/* result.html
---------------------------------------------------- */
.sec-result-list {
  position: relative;
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1599px) {
  .sec-result-list {
    padding-top: 10.625rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-result-list {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 991px) {
  .sec-result-list {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-result-list {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.sec-result-list .cate-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-result-list .cate-list ul .cate-list-item {
  width: calc(25rem - 2em);
  margin: 1em;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-result-list .cate-list ul .cate-list-item {
    width: calc(50% - 1.5em);
    margin: 0.75em;
    margin-top: 0;
  }
}
.sec-result-list .cate-list ul .cate-list-item a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.sec-result-list .cate-list ul .cate-list-item.__current a {
  color: #fff;
  background-color: #99ae96;
}
.sec-result-list .result-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-result-list .result-content {
    margin-top: 3em;
  }
}
.sec-result-list .result-content .result-table {
  overflow-x: auto;
}
.sec-result-list .result-content .result-table table, .sec-result-list .result-content .result-table td, .sec-result-list .result-content .result-table th {
  border: 1px solid #c6ccca;
}
.sec-result-list .result-content .result-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: -moz-max-content;
  min-width: max-content;
}
.sec-result-list .result-content .result-table th {
  text-align: center;
  font-family: "Hina Mincho", serif;
  background-color: #e4ebed;
  padding: 0.6em 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-result-list .result-content .result-table th {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-result-list .result-content .result-table th {
    font-size: 0.9em;
  }
}
.sec-result-list .result-content .result-table td {
  background-color: #fff;
  padding: 1.2em 1.875rem;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .sec-result-list .result-content .result-table td {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-result-list .result-content .result-table td {
    font-size: 0.9em;
  }
}
.sec-result-list .result-content .result-table td span.__label-style {
  background: linear-gradient(0deg, #c6aa8c, #f0e0d3);
  font-size: 0.9em;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.sec-result-list .result-content .js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

/* company.html
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  .sec-company01 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 991px) {
  .sec-company01 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 {
    padding-top: 90px;
  }
}
.sec-company01 .sec-inner {
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner {
    margin-top: 2em;
  }
}
.sec-company01 .sec-inner .txt-wrap .sec-txt {
  border-bottom: solid 1px #c6ccca;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-inner .txt-wrap .sec-txt {
    padding-bottom: 0.6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-inner .txt-wrap .sec-txt {
    padding-bottom: 1em;
  }
}
.sec-company01 .sec-inner .txt-wrap .sec-txt p {
  color: #649ab3;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-inner .txt-wrap .sec-txt p {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .txt-wrap .sec-txt p {
    font-size: 20px;
    line-height: 2.4em;
  }
}

.sec-company02 {
  margin-top: 2em;
}
.sec-company02 .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .sec-inner {
    display: block;
  }
}
.sec-company02 .sec-inner .txt-wrap {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .sec-inner .txt-wrap {
    width: 100%;
  }
}
.sec-company02 .sec-inner .img-wrap .__imgstyle {
  width: 37.5rem;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .sec-inner .img-wrap .__imgstyle {
    width: 62.5rem;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-inner .img-wrap .__imgstyle {
    width: min(100%, 412px);
    margin-top: 3.6em;
  }
}
.sec-company02 .sec-inner .img-wrap .img-name {
  text-align: center;
  margin-top: 1em;
}
.sec-company02 .sec-inner .img-wrap .img-name em {
  font-family: "Hina Mincho", serif;
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .sec-company03 {
    padding-top: 80px;
  }
}
.sec-company03 .sec-inner {
  background: linear-gradient(0deg, #a0be9c, #dfe9de);
}
.sec-company03 .sec-inner .__border-wrap {
  padding: 0 6.875rem;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .sec-inner .__border-wrap {
    padding-top: 2.4em;
    padding-bottom: 4.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-inner .__border-wrap {
    padding-top: 2em;
    padding-bottom: 3.6em;
  }
}
.sec-company03 .sec-inner .sec-ttl {
  color: #fff;
}
.sec-company03 .sec-inner .profile-list {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 3em;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-company03 .sec-inner .profile-list {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-inner .profile-list {
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 3em;
  }
}
.sec-company03 .sec-inner .profile-list dl {
  position: relative;
  display: flex;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.sec-company03 .sec-inner .profile-list dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .sec-inner .profile-list dl {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-inner .profile-list dl {
    display: block;
  }
}
.sec-company03 .sec-inner .profile-list dl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../images/dotted-line.png);
  background-size: contain;
  background-repeat: repeat-x;
}
.sec-company03 .sec-inner .profile-list dl dt {
  flex-shrink: 0;
  width: 12em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-inner .profile-list dl dt {
    width: 100%;
    margin-bottom: 0.6em;
  }
}
.sec-company03 .sec-inner .profile-list dl dd a {
  display: inline;
}

.sec-company04 .sec-inner {
  margin-top: -4em;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .sec-inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-inner {
    margin-top: -2em;
  }
}
.sec-company04 .sec-inner .txt-wrap .sec-txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .sec-inner .txt-wrap .sec-txt {
    display: block;
  }
}
.sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap {
  width: calc(50% - 1.875rem);
  background-color: #f7f7f7;
  border: solid 1px #dfe5e3;
  border-radius: 0.625rem;
  padding: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap {
    width: 100%;
    margin-top: 2em;
  }
  .sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap {
    border-color: #ebedec;
    padding-left: 2em;
    padding-right: 2em;
  }
}
.sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap h4 {
  color: #373643;
  font-family: "Hina Mincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap h4 {
    font-size: 1.25em;
  }
}
.sec-company04 .sec-inner .txt-wrap .sec-txt .case-wrap p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1em;
}
.sec-company04 .sec-inner .img-wrap .__imgstyle {
  width: 37.5rem;
  aspect-ratio: 5/4;
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .sec-inner .img-wrap .__imgstyle {
    width: 62.5rem;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-inner .img-wrap .__imgstyle {
    width: min(100%, 412px);
    margin-top: 3.6em;
  }
}
.sec-company04 .sec-inner .img-wrap .address-txt {
  text-align: center;
  margin-top: 1em;
}
.sec-company04 .sec-inner .img-wrap .address-txt a {
  display: inline-block;
  opacity: 1;
  transition: all 0.3s ease;
}
.sec-company04 .sec-inner .img-wrap .address-txt a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=sub.css.map */