/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl .__texture-bgimg {
  position: relative;
  width: 100%;
  height: 28.125vw;
}
@media screen and (max-width: 1199px) {
  #page-ttl .__texture-bgimg {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .__texture-bgimg {
    height: 45lvh;
  }
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner h2 span.__jp {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 4.5rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 46.8px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: min(9.5vw, 2.5em);
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    margin-top: 0.6em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #2d588c;
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: calc(100% - 3.75rem);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__breadcrumbs ul {
    width: calc(100% - 40px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin: 0 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.sec-gallery .sec-ttl .ttl-message {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-gallery .sec-ttl .ttl-message {
    margin-top: 2em;
  }
}
.sec-gallery .sec-ttl .ttl-message h4 {
  text-align: center;
  color: #2d588c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-gallery .sec-ttl .ttl-message h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-gallery .sec-ttl .ttl-message h4 {
    font-size: 1em;
  }
}
.sec-gallery .slider-content {
  margin-top: 4em;
}
.sec-gallery .slider-content .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-gallery .slider-content .swiper-wrapper .swiper-slide {
  width: 100%;
}
.sec-gallery .slider-content .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  aspect-ratio: 3/2;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
.sec-gallery .slider-content .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-gallery .slider-content .swiper-wrapper .swiper-slide .swiper-txt {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  margin-top: 0.2em;
}
.sec-gallery .__linkbtn {
  margin-top: 4em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #c7c7c7;
}
.sec-gallery .__linkbtn a {
  margin-left: auto;
}

/* service.html
---------------------------------------------------- */
.sec-service-intro {
  color: #fff;
  background-color: #1f497d;
}
@media screen and (max-width: 767px) {
  .sec-service-intro {
    padding-bottom: 72px;
  }
}
.sec-service-intro .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-service-intro .sec-content {
    margin-top: 3em;
  }
}
.sec-service-intro .sec-content .content-catch h4 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-intro .sec-content .content-catch h4 {
    font-size: 1.375em;
  }
}
.sec-service-intro .sec-content .content-catch p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-service-intro .sec-content .content-catch p {
    margin-top: 2em;
    font-size: 0.95em;
  }
}
.sec-service-intro .sec-content .anchor-list {
  margin-top: 4em;
}
.sec-service-intro .sec-content .anchor-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-service-intro .sec-content .anchor-list ul {
    display: block;
  }
}
.sec-service-intro .sec-content .anchor-list ul .__linkbtn {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media screen and (max-width: 767px) {
  .sec-service-intro .sec-content .anchor-list ul .__linkbtn {
    width: 100%;
    margin-bottom: 1em;
  }
  .sec-service-intro .sec-content .anchor-list ul .__linkbtn:last-of-type {
    margin-bottom: 0;
  }
}
.sec-service-intro .sec-content .anchor-list ul .__linkbtn a {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-service-intro .sec-content .anchor-list ul .__linkbtn a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}

.sec-service-list .sec-inner .img-wrap .service-num span.__en {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.1em;
  margin-left: -0.3em;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 12.5rem;
  line-height: 1em;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1199px) {
  .sec-service-list .sec-inner .img-wrap .service-num span.__en {
    font-size: 12em;
    top: initial;
    bottom: 0;
    margin-left: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list .sec-inner .img-wrap .service-num span.__en {
    font-size: min(32vw, 12em);
    margin-bottom: -0.1em;
  }
}
.sec-service-list.__01 {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__01 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list.__01 {
    padding-top: 60px;
  }
}
.sec-service-list.__01 .sec-inner {
  align-items: flex-start;
}
.sec-service-list.__01 .sec-inner .txt-wrap {
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__01 .sec-inner .txt-wrap {
    padding-top: 0;
  }
}
.sec-service-list.__01 .sec-inner .txt-wrap .__linkbtn {
  margin-left: auto;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__01 .sec-inner .txt-wrap .__linkbtn {
    margin-top: 1.6em;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service-list.__01 .sec-inner .txt-wrap .__linkbtn {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list.__01 .sec-inner .txt-wrap .__linkbtn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__01 .sec-inner .img-wrap {
    margin-left: auto;
  }
}
.sec-service-list.__02 {
  padding-top: 0;
  padding-bottom: 0;
}
.sec-service-list.__03 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__03 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list.__03 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service-list.__03 .img-wrap {
    margin-left: auto;
  }
}

.sec-service-others {
  background-color: #f2f3f5;
}
.sec-service-others .sec-content {
  margin-top: 4.8em;
}
.sec-service-others .sec-content .others-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-service-others .sec-content .others-list ul {
    display: block;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item {
  width: calc(50% - 2em);
}
@media screen and (max-width: 767px) {
  .sec-service-others .sec-content .others-list ul .others-list-item {
    width: 100%;
    max-width: 545.25px;
    margin-bottom: 4.8em;
  }
  .sec-service-others .sec-content .others-list ul .others-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-img {
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-img {
    aspect-ratio: 4/3;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-txt {
  margin-top: 1.6em;
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-txt h4 {
  color: #2d588c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-txt h4 {
    font-size: 1.375em;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-txt p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-txt p {
    margin-top: 1em;
    font-size: 0.95em;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-instagram {
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-instagram {
    margin-top: 2em;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-instagram a {
  font-size: 0.9em;
  padding-right: 2.4em;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-instagram a {
    font-size: 0.95em;
  }
}
.sec-service-others .sec-content .others-list ul .others-list-item .item-instagram a img {
  width: 1.6em;
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-service-others .sec-content .others-list ul .others-list-item .item-instagram a img {
    width: 1.4em;
  }
}

/* feature.html
---------------------------------------------------- */
.sec-feature-list {
  background-color: #f2f3f5;
}
.sec-feature-list .sec-inner {
  align-items: flex-start;
  margin-top: 8.75rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner {
    padding-left: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner {
    margin-top: 60px;
  }
}
.sec-feature-list .sec-inner .feature-ttl {
  width: 100%;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .feature-ttl {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner .feature-ttl {
    margin-bottom: 2.4em;
  }
}
.sec-feature-list .sec-inner .feature-ttl h4 {
  margin-left: -5rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .feature-ttl h4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__mark::before {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__mark::before {
    width: 6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__txt {
    margin-top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__txt {
    margin-top: 2.4em;
    margin-left: -3em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__txt span.__jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__txt span.__jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner .feature-ttl h4 span.__txt span.__jp {
    font-size: min(6.9vw, 1.75em);
    line-height: 1.4em;
    margin-top: 0.1em;
  }
}
.sec-feature-list .sec-inner.__01 {
  flex-direction: row-reverse;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner.__01 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner.__01 {
    margin-top: 80px;
  }
}
.sec-feature-list .sec-inner.__03 {
  flex-direction: row-reverse;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner.__03 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner.__03 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .img-wrap {
    padding-top: 0;
    padding-bottom: 1em;
    margin-left: auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature-list .sec-inner .img-wrap {
    margin-right: auto;
    margin-top: 3em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
  }
}
.sec-feature-list .sec-inner .img-wrap::before {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .img-wrap::before {
    top: initial;
    bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .txt-wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature-list .sec-inner .txt-wrap .sec-txt {
    margin-top: 0;
  }
}

/* company.html
---------------------------------------------------- */
.sec-company .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company .sec-content {
    margin-top: 3em;
  }
}
.sec-company.__history .sec-content .history-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-company.__history .sec-content .history-content dl {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .history-content dl dt, .sec-company.__history .sec-content .history-content dl dd {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .history-content dl:nth-of-type(1) dt, .sec-company.__history .sec-content .history-content dl:nth-of-type(1) dd {
    padding-top: 0;
  }
}
.sec-company.__history .sec-content .history-content dl dt {
  flex-shrink: 0;
  font-weight: 400;
  width: 10em;
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #888;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .history-content dl dt {
    width: 8em;
  }
}
.sec-company.__history .sec-content .img-list {
  margin-top: 6em;
}
@media screen and (max-width: 1199px) {
  .sec-company.__history .sec-content .img-list {
    margin-top: 4em;
  }
}
.sec-company.__history .sec-content .img-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .img-list ul {
    display: block;
  }
}
.sec-company.__history .sec-content .img-list ul .img-list-item {
  width: calc(33.3333333333% - 20px);
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
  margin-right: 30px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-company.__history .sec-content .img-list ul .img-list-item {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .img-list ul .img-list-item {
    width: calc(100% - 2.4em);
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .sec-company.__history .sec-content .img-list ul .img-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.sec-company.__history .sec-content .img-list ul .img-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-company.__history .sec-content .img-list ul .img-list-item:nth-of-type(3n) {
    margin-right: auto;
  }
}
.sec-company.__history .sec-content .img-list ul .img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company.__philosophy {
  background-color: #f2f3f5;
}
.sec-company.__philosophy .sec-content .philosophy-content h4 {
  text-align: center;
  color: #2d588c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-company.__philosophy .sec-content .philosophy-content h4 {
    font-size: 1.375em;
  }
}
.sec-company.__philosophy .sec-content .philosophy-content p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company.__philosophy .sec-content .philosophy-content p {
    margin-top: 2em;
    font-size: 0.95em;
  }
}
.sec-company.__profile .profile-list dl {
  display: flex;
  font-size: 0.95em;
  padding: 2em 0;
  border-bottom: solid 1px #c7c7c7;
}
.sec-company.__profile .profile-list dl:nth-of-type(1) {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company.__profile .profile-list dl {
    display: block;
  }
}
.sec-company.__profile .profile-list dl dt {
  color: #35547b;
  font-size: 1em;
  font-weight: 400;
  width: 25rem;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company.__profile .profile-list dl dt {
    width: 100%;
  }
}
.sec-company.__profile .profile-list dl dd {
  font-size: 1em;
  width: calc(100% - 25rem);
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-company.__profile .profile-list dl dd {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
}
.sec-company.__profile .profile-list dl dd a {
  font-size: 1em;
  display: inline-block;
}
.sec-company.__profile .profile-list dl dd ul li {
  font-size: 1em;
}
.sec-company.__profile .profile-list dl dd ul.__note li {
  margin-top: 0.4em;
}
.sec-company.__access {
  background-color: #f2f3f5;
}
.sec-company.__access .map-wrap {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: clip;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
@media screen and (max-width: 767px) {
  .sec-company.__access .map-wrap {
    aspect-ratio: 1/1;
  }
}
.sec-company.__access .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company.__access .info-list {
  margin-top: 3em;
}
.sec-company.__access .info-list > ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .info-list > ul {
    display: block;
  }
}
.sec-company.__access .info-list > ul .info-list-item {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2em;
  border-left: solid 1px #888;
}
.sec-company.__access .info-list > ul .info-list-item:nth-of-type(1) {
  margin-right: 4.8em;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .info-list > ul .info-list-item {
    width: 100%;
    margin-bottom: 3em;
  }
  .sec-company.__access .info-list > ul .info-list-item:nth-of-type(1) {
    margin-right: 0;
  }
  .sec-company.__access .info-list > ul .info-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.sec-company.__access .info-list > ul .info-list-item h4 {
  color: #2d588c;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-company.__access .info-list > ul .info-list-item h4 {
    font-size: 1.375em;
  }
}
.sec-company.__access .info-list > ul .info-list-item ul li {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .info-list > ul .info-list-item ul li {
    font-size: 0.95em;
  }
}/*# sourceMappingURL=sub.css.map */