html {
  font-size: 1px;
}
@media screen and (min-width: 701px) {
  html {
    font-size: calc(100vw / 1280);
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: calc(100vw / 700);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 !important;
  line-height: 1.6;
  color: #333;
}
body * {
  font-size: 16rem;
  -webkit-font-smoothing: antialiased;
}
body span {
  letter-spacing: inherit;
}

.line_box {
  width: 1280rem;
  height: 200%;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 701px) {
  .line_box {
    margin-top: -90rem;
  }
}
@media screen and (max-width: 700px) {
  .line_box {
    top: 0;
    width: 700rem;
  }
}

@media screen and (min-width: 701px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
}

.w-md {
  width: 1160rem;
  padding-left: 40rem;
  padding-right: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .w-md {
    width: 100%;
    padding-left: 50rem;
    padding-right: 50rem;
  }
}

.w-sd {
  width: 879rem;
  padding-left: 40rem;
  padding-right: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .w-sd {
    width: 100%;
    padding-left: 50rem;
    padding-right: 50rem;
  }
}

.guidebox {
  pointer-events: none;
  background-size: 1280rem !important;
  width: 100%;
  max-width: 1280rem;
  z-index: 999;
  opacity: 0.9;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 700px) {
  .guidebox {
    max-width: 100vw;
    background-size: 100vw !important;
  }
}

.commons {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
}

.blue {
  color: #387FC2;
}

.split_text span {
  font-size: inherit;
  color: inherit;
}

.fade-in {
  opacity: 0;
}
.fade-in.is-active {
  opacity: 1;
  transition: opacity 300ms 500ms ease;
}

.split_text.is-active {
  transition: transform 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0, 0);
}

.split_text.is-active .split_text_char {
  transition: all 560ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: calc(var(--index, 0)*50ms);
  left: -0.05em;
  position: relative;
  opacity: 1;
}

.split_text_char {
  padding-right: 0.1em;
  padding-bottom: 0.15em;
  margin-right: -0.1em;
  left: -0.15em;
  position: relative;
  opacity: 0;
}

.line {
  position: absolute;
  clip-path: polygon(calc(100% - 5rem) 0, 100% 0%, 5rem 100%, 0% 100%);
  pointer-events: none;
  z-index: 5;
}
.line::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #387fc2;
  transform: translateY(100%);
}
.line.light::before {
  background-color: #5fc8ff;
}
.line.purple::before {
  background-color: #A99CE1;
}
.line.red::before {
  background-color: #C40606;
}
.line.white::before {
  background-color: #fff;
}
.line.is-active::before {
  animation: line cubic-bezier(0.9, 0, 0, 1) 1.5s forwards;
  animation-delay: 1s;
}

@keyframes line {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  75.1% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
    mask-image: linear-gradient(to bottom, #000, #000);
  }
}
#masthead.site-header,
#masthead_for_dropmenu.site-header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 105;
  height: 90rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 701px) {
  #masthead.site-header,
#masthead_for_dropmenu.site-header {
    background: #fff;
    box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 700px) {
  #masthead.site-header,
#masthead_for_dropmenu.site-header {
    height: 115rem;
  }
}
#masthead.site-header .header_box,
#masthead_for_dropmenu.site-header .header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding-left: 23rem;
  padding-right: 30rem;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #masthead.site-header .header_box,
#masthead_for_dropmenu.site-header .header_box {
    padding-left: 27rem;
    width: 100%;
  }
}
#masthead.site-header .header_box .site-branding .site-title a,
#masthead_for_dropmenu.site-header .header_box .site-branding .site-title a {
  transition: all 0.1s ease;
}
#masthead.site-header .header_box .site-branding .site-title a img,
#masthead_for_dropmenu.site-header .header_box .site-branding .site-title a img {
  width: 240rem;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  #masthead.site-header .header_box .site-branding .site-title a img,
#masthead_for_dropmenu.site-header .header_box .site-branding .site-title a img {
    width: 345rem;
  }
}
#masthead.site-header .header_box .main-navigation,
#masthead_for_dropmenu.site-header .header_box .main-navigation {
  width: 759rem;
}
#masthead.site-header .header_box .main-navigation.main-navigation,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation {
  position: relative;
  z-index: 1001;
  width: unset;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 {
  margin-left: 30rem;
  padding: 33rem 0;
  position: relative;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list {
  border-radius: 10rem;
  box-shadow: none;
  margin-top: -20rem;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(20rem);
  overflow: hidden;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item {
  position: relative;
  width: 226rem;
  height: 83rem;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover {
  background: #387fc2;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover .text_ja,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover .text_ja {
  color: #fff;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover .text_en,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:hover .text_en {
  color: #fff;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item::before,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item::before {
  content: "";
  position: absolute;
  right: 20rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 23rem;
  height: 23rem;
  background: url("../images/menu_dropdown_arrow.png") no-repeat center/contain;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:not(:last-of-type)::after,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0px);
  bottom: 0;
  width: 186rem;
  border-top: 1px solid #fff;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item > a,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20rem;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item .text_ja,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item .text_ja {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item .text_en,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1 .child_list .child_item .text_en {
  font-family: "tt-commons-pro";
  font-weight: 500;
  font-size: 14rem;
  line-height: 1;
  color: #387fc2;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1.contact,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1.contact {
  margin-left: 26rem;
}
#masthead.site-header .header_box .main-navigation.main-navigation .list_1 .item_1.contact a,
#masthead_for_dropmenu.site-header .header_box .main-navigation.main-navigation .list_1 .item_1.contact a {
  width: 160rem;
  height: 50rem;
  border-radius: 25rem;
  background: #e65043;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tt-commons-pro";
  font-weight: 500;
  letter-spacing: 0.1em;
}

.drawer-toggle.button {
  width: 120rem;
  height: 120rem;
  background: url("../images/nav_button_open.png") no-repeat center/cover;
  right: 20rem;
  top: 20rem;
  position: fixed;
  outline: 0;
  border: 0;
  z-index: 201;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.drawer-toggle.button hr {
  width: 60rem;
  height: 1rem;
  border-top: 1rem solid #000;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

body.drawer--right nav.drawer-nav {
  right: -100vw;
  width: 100vw;
  z-index: 200;
  background: transparent;
}
body.drawer--right nav.drawer-nav .line_box {
  z-index: 3;
  height: 1200rem;
}
body.drawer--right nav.drawer-nav .line.line_a {
  width: 125.98rem;
  height: 246.47rem;
  left: 657.01rem;
  top: calc(120.26rem);
}
body.drawer--right nav.drawer-nav .line.line_b {
  width: 125.98rem;
  height: 246.47rem;
  left: -95.98rem;
  top: calc(830.26rem);
}
body.drawer--right nav.drawer-nav .line.line_c {
  width: 125.98rem;
  height: 246.47rem;
  left: 564.01rem;
  top: calc(1093rem);
}
body.drawer--right nav.drawer-nav .drawer-nav-inner {
  height: 1375rem;
  padding-left: 50rem;
  padding-right: 50rem;
  position: relative;
  background: linear-gradient(#387fc2 0%, #005aaf 100%);
}
body.drawer--right nav.drawer-nav .site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-left: -20rem;
  padding-top: 30rem;
  margin-bottom: 35rem;
}
body.drawer--right nav.drawer-nav .site-branding img {
  width: 340rem;
  height: 59.98rem;
}
body.drawer--right nav.drawer-nav .title_text {
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #203964;
  margin-bottom: 7rem;
}
@media screen and (max-width: 700px) {
  body.drawer--right nav.drawer-nav .title_text {
    font-size: 42rem;
    margin-bottom: -4rem;
  }
}
body.drawer--right nav.drawer-nav .subtitle_text {
  font-family: shippori-mincho, serif;
  font-weight: 500;
  font-size: 13rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 18rem;
}
@media screen and (max-width: 700px) {
  body.drawer--right nav.drawer-nav .subtitle_text {
    font-size: 22rem;
    padding-left: 26rem;
  }
}
body.drawer--right nav.drawer-nav .subtitle_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  width: 10rem;
  height: 10rem;
  background: #203964;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  body.drawer--right nav.drawer-nav .subtitle_text::before {
    top: 8rem;
    width: 16rem;
    height: 16rem;
  }
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main {
  margin-bottom: 30rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 {
  width: 600rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li {
  height: 125rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li:not(:last-of-type) {
  border-bottom: 1px solid #80a4ce;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 73rem;
  position: relative;
  width: 100%;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li a::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 50rem;
  height: 50rem;
  background: url("../images/nav_arrow_1_sp.png") no-repeat center/contain;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li a .title {
  font-weight: 500;
  font-size: 30rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 15rem;
  margin-top: 6rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__main .list_1 li a .subtitle {
  font-family: "tt-commons-pro";
  font-weight: 500;
  font-size: 20rem;
  line-height: 1;
  text-align: left;
  color: #9cc0e1;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__sub a {
  font-weight: 500;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 32rem;
  position: relative;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__sub a::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 15rem;
  height: 15rem;
  background: url("../images/nav_arrow_2_sp.png") no-repeat center/contain;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__sub a:nth-of-type(odd) {
  width: 311rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__sub a:nth-of-type(even) {
  width: 182.99rem;
  margin-right: 20rem;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__recruit a {
  display: block;
}
body.drawer--right nav.drawer-nav .box_block .mobile-navigation__recruit a img {
  width: 600rem;
  height: 120rem;
}

.drawer--right.drawer-open .drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.drawer-open .drawer-toggle.sp {
  position: absolute !important;
  background: url("../images/nav_button_close.png") no-repeat center/26rem;
}
body.drawer-open .drawer-toggle.sp hr {
  opacity: 0;
}

main#primary {
  margin-top: 90rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  main#primary {
    margin-top: unset;
    padding-top: 140rem;
  }
}

#contact_banner {
  position: relative;
  z-index: 102;
}
@media screen and (min-width: 701px) {
  #contact_banner {
    margin-top: -50rem;
  }
}
#contact_banner .contact_link {
  position: relative;
  width: 1080rem;
  height: 98rem;
  border-radius: 49rem;
  background: #e6edf5;
  border: 1rem solid #387fc2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.05em;
  color: #387fc2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  #contact_banner .contact_link {
    font-size: 28rem;
    width: 587rem;
    height: 120rem;
    border-radius: 60rem;
    left: -6rem;
  }
}
#contact_banner .contact_link::before {
  content: "";
  position: absolute;
  right: 40rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 35rem;
  height: 35rem;
  background: url("../images/contact_banner_arrow_blue.png") no-repeat center/contain;
  z-index: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  #contact_banner .contact_link::before {
    width: 50rem;
    height: 50rem;
    right: 36rem;
  }
}
#contact_banner .contact_link:hover {
  background: #e65043;
  border: 1px solid #e65043;
  color: #fff;
}
#contact_banner .contact_link:hover::before {
  right: 30rem;
  background: url("../images/contact_banner_arrow_red.png") no-repeat center/contain;
}

.contact_button_sp {
  z-index: 100;
  width: 600rem;
  height: 120rem;
  border-radius: 60rem;
  background: #e65043;
  font-family: "tt-commons-pro";
  font-weight: 500;
  font-size: 32rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0px);
  bottom: 10rem;
}

footer.site-footer {
  background: #f7f7f7;
  position: relative;
  background: #387fc2;
  margin-top: -49rem;
  z-index: 101;
  padding-bottom: 23rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer {
    margin-top: -60rem;
  }
}
footer.site-footer .site-info .footer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 138rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box {
    padding-top: 190rem;
    padding-bottom: 57rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .brand_logo img {
  width: 280rem;
  margin-bottom: 27rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .brand_logo img {
    width: 522rem;
    margin-bottom: 60rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .brand_logo p {
  width: 365rem;
  color: #fff;
  font-size: 16rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .brand_logo p {
    width: 600rem;
    color: #fff;
    font-size: 27rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .address {
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .address {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 42rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 17rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo {
    margin-bottom: 45rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo .text_1 {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo .text_1 {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo img {
  width: 200rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .footer_box .footer_box_1 .group_brand_logo img {
    width: 355rem;
    margin-bottom: 20rem;
  }
}
footer.site-footer .site-info .group_link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .group_link {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 110rem;
  }
}
footer.site-footer .site-info .group_link .logo_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 270rem;
  height: 65rem;
  border-radius: 5rem;
  background: #fff;
  border: 1rem solid #fff;
  padding-left: 20rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .group_link .logo_link {
    width: 480rem;
    height: 116rem;
  }
}
footer.site-footer .site-info .group_link .logo_link:hover {
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}
footer.site-footer .site-info .group_link .logo_link:hover::before {
  right: 10rem;
}
footer.site-footer .site-info .group_link .logo_link::before {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  background: url("../images/footer_logo_link_arrow.png") no-repeat center/contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  right: 20rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .group_link .logo_link::before {
    width: 26rem;
    height: 26rem;
  }
}
footer.site-footer .site-info .group_link .logo_link img {
  width: 200rem;
  height: 25.7rem;
}
@media screen and (max-width: 700px) {
  footer.site-footer .site-info .group_link .logo_link img {
    width: 355.56rem;
    height: 45.69rem;
  }
}
footer.site-footer .site-info .footer_box_2 .footer_nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -5rem;
}
footer.site-footer .site-info .footer_box_2 .footer_nav ul.list_1:not(:last-of-type) {
  margin-right: 67rem;
}
footer.site-footer .site-info .footer_box_2 .footer_nav li {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 32rem;
  color: #fff;
}
footer.site-footer .site-info .footer_box_2 .footer_nav li.items_1 {
  margin-bottom: 18rem;
}
footer.site-footer .site-info .footer_box_2 .footer_nav li.items_2 a {
  font-size: 14rem;
}
footer.site-footer .copyright_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.39);
}
@media screen and (max-width: 700px) {
  footer.site-footer .copyright_box {
    width: 390rem;
    height: 89rem;
    line-height: 1.2;
  }
}
footer.site-footer .copyright_box .copyright_box_1 {
  font-size: 12rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 700px) {
  footer.site-footer .copyright_box .copyright_box_1 {
    font-size: 18rem;
    letter-spacing: 0.1em;
  }
}
footer.site-footer .copyright_box .copyright_box_2 a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
footer.site-footer .copyright_box .copyright_box_2 a:not(:last-of-type) {
  margin-right: 46rem;
}
footer.site-footer .copyright_box .copyright_box_2 .page_top {
  padding-right: 56rem;
  position: relative;
}
footer.site-footer .copyright_box .copyright_box_2 .page_top::before {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
  width: 35rem;
  height: 35rem;
  background: url("../images/page_top.png") no-repeat center/contain;
}
footer.site-footer .page_top_sp {
  position: absolute;
  right: 66rem;
  bottom: 36rem;
  display: block;
}
footer.site-footer .page_top_sp img {
  width: 125.48rem;
  height: 146.31rem;
}

section.large-scale-repair-common {
  background: #f7f7f7;
  padding-top: 118rem;
  padding-bottom: 120rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common {
    padding-top: 118rem;
    padding-bottom: 169rem;
  }
}
section.large-scale-repair-common::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0rem);
  top: 0;
  width: 1rem;
  height: 100rem;
  background: #203964;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common::before {
    left: calc(50% + 0rem);
    width: 1rem;
    height: 100rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_1 {
  font-family: shippori-mincho, serif;
  font-weight: 500;
  font-size: 36rem;
  line-height: 60rem;
  text-align: center;
  color: #203964;
  margin-bottom: 83rem;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_1 {
    font-size: 36rem;
    line-height: 60rem;
    margin-bottom: 69rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 90rem 120rem;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 {
    justify-content: center;
    gap: 90rem 0;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item {
  width: 480rem;
  height: 453.5rem;
  position: relative;
  border-bottom: 1rem solid #8c99ae;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item {
    width: 600rem;
    height: unset;
    border-bottom-width: 1rem;
    margin-bottom: 8rem;
  }
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item:last-child {
    margin-bottom: 0;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  right: -60rem;
  top: 0;
  width: 1rem;
  height: 100%;
  background: #e2e4e5;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item:nth-of-type(odd)::before {
    right: -60rem;
    width: 1rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item:hover .image_1 {
  opacity: 0.5;
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item:hover .arrow_btn {
  background: #0383b9 !important;
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .image_1 {
  margin-bottom: 31rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .image_1 {
    margin-bottom: 45rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .title_1 {
  font-family: shippori-mincho, serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #203964;
  position: relative;
  padding-left: 25rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .title_1 {
    font-size: 28rem;
    padding-left: 36rem;
    margin-bottom: 1rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .title_1::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0rem);
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 1rem solid #203964;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .title_1::before {
    top: calc(50% + 0rem);
    width: 26rem;
    height: 26rem;
    border-width: 1rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .text_1 {
  width: 100%;
  max-width: 380rem;
  font-size: 13rem;
  letter-spacing: 0.1em;
  line-height: 26rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .text_1 {
    max-width: 100%;
    font-size: 22rem;
    line-height: 44rem;
    margin-bottom: 118rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .arrow_btn {
  width: 50rem;
  height: 50rem;
  background: #203964;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .arrow_btn {
    width: 80rem;
    height: 80rem;
  }
}
section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .arrow_btn::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: calc(50% + 0rem);
  left: calc(50% + 0rem);
  width: 20rem;
  height: 5rem;
  background: url("../images/reassurance_card_5.png") no-repeat center/contain;
}
@media screen and (max-width: 700px) {
  section.large-scale-repair-common .large-scale-repair_box .large-scale-repair_box_2 .card_item .text_content .arrow_btn::before {
    top: calc(50% + 0rem);
    left: calc(50% + 0rem);
    width: 32rem;
    height: 16rem;
  }
}

section.service_links {
  border-top: 1px solid #9cc0e1;
}
@media screen and (max-width: 700px) {
  section.service_links {
    margin-bottom: 16rem;
  }
}
section.service_links .service_link_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  section.service_links .service_link_list {
    flex-direction: column;
    justify-content: flex-start;
  }
}
section.service_links .service_link_list .link_item {
  width: 50%;
  height: 330rem;
  padding-top: 90rem;
  position: relative;
}
@media screen and (min-width: 701px) {
  section.service_links .service_link_list .link_item:last-of-type {
    padding-left: 100rem;
    border-left: 1px solid #9cc0e1;
  }
}
@media screen and (max-width: 700px) {
  section.service_links .service_link_list .link_item:last-of-type::after {
    content: "";
    position: absolute;
    left: -50rem;
    top: 0;
    width: 700rem;
    border-top: 1px solid #9cc0e1;
  }
}
@media screen and (max-width: 700px) {
  section.service_links .service_link_list .link_item {
    padding-top: 110rem;
    width: 100%;
    height: 315rem;
  }
}
section.service_links .service_link_list .link_item .text_sub {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  color: #387fc2;
  margin-bottom: 10rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  section.service_links .service_link_list .link_item .text_sub {
    font-size: 24rem;
    letter-spacing: 0.04em;
  }
}
section.service_links .service_link_list .link_item .link_title {
  font-family: "tt-commons-pro";
  font-weight: 500;
  font-size: 64rem;
  line-height: 60rem;
  color: #387fc2;
  transition: all 0.3s ease;
}
@media screen and (min-width: 701px) {
  section.service_links .service_link_list .link_item .link_title {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 700px) {
  section.service_links .service_link_list .link_item .link_title {
    font-size: 72rem;
  }
}
section.service_links .service_link_list .link_item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 640rem;
  height: 330rem;
  transition: all 0.3s ease;
  z-index: -1;
}
section.service_links .service_link_list .link_item.item_transport:before {
  right: 0;
  background: url("../images/service_links_1.jpg?ver=1.1") no-repeat center/cover;
  opacity: 0;
}
@media screen and (min-width: 701px) {
  section.service_links .service_link_list .link_item.item_transport:hover .text_sub {
    color: #fff;
  }
  section.service_links .service_link_list .link_item.item_transport:hover .link_title {
    color: #fff;
  }
  section.service_links .service_link_list .link_item.item_transport:hover::before {
    opacity: 1;
  }
}
section.service_links .service_link_list .link_item.item_warehousing:before {
  left: 0;
  background: url("../images/service_links_2.jpg") no-repeat center/cover;
  opacity: 0;
}
@media screen and (min-width: 701px) {
  section.service_links .service_link_list .link_item.item_warehousing:hover .text_sub {
    color: #fff;
  }
  section.service_links .service_link_list .link_item.item_warehousing:hover .link_title {
    color: #fff;
  }
  section.service_links .service_link_list .link_item.item_warehousing:hover::before {
    opacity: 1;
  }
}