html {
  font-size: 1vw;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

* {
  margin: 0;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  font-size: 68.8px;
  font-size: 4.3rem;
  line-height: 1.8;
}

a {
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

.u-desktop {
  display: none;
}

.client {
  margin-top: 426.667px;
  margin-top: 26.6667rem;
}

.client__header {
  text-align: center;
}

.client__headerMain {
  color: #004BB1;
  font-size: 110.933px;
  font-size: 6.933342rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1.3;
}

.client__headerMain::after {
  content: '';
  display: block;
  height: 3px;
  width: 157.868px;
  width: 9.86679rem;
  background-color: currentColor;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.client__headerSub {
  font-size: 68.266px;
  font-size: 4.266672rem;
  font-weight: 500;
  color: #98a6b5;
  margin-top: 10px;
}

.client__body {
  margin-top: 128px;
  margin-top: 8rem;
  width: 1339.75px;
  width: 83.73438rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 266.672px;
  margin-bottom: 16.667rem;
}

.client__item {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
}

.client__item > a {
  padding: 8px 33px 8px 25px;
  padding: 8px 140.8px 8px 106.666px;
  padding: 8px 8.800011rem 8px 6.666675rem;
  background-color: #e3f2fd;
  color: #454444;
  display: block;
  border-radius: 5px;
  line-height: 1.7;
  position: relative;
}

.client__item > a::after {
  content: '';
  display: inline-block;
  margin-left: auto;
  width: 9px;
  height: 9px;
  border: none;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 33px;
  right: 140.8px;
  right: 8.800011rem;
}

.client__item + .client__item {
  margin-top: 6px;
}

.othersSection {
  margin-top: 160px;
  margin-top: 10rem;
}

.othersSection__spLink {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  display: block;
  color: #004BB1;
  font-size: 68.8px;
  font-size: 4.3rem;
  font-weight: 700;
  padding: 15px 25px 15px 22px;
  position: relative;
}

.othersSection__spLink::after {
  content: '';
  display: inline-block;
  margin-left: auto;
  width: 9px;
  height: 9px;
  border: none;
  border-right: 2px solid #777879;
  border-bottom: 2px solid #777879;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
}

.p-stickyIcons {
  display: none;
}

.p-stickyIcons__item {
  width: 256px;
  width: 16rem;
  height: 256px;
  height: 16rem;
  padding: 25.6px;
  padding: 1.6rem;
  background-color: #3E6FF4;
  border-radius: 5px;
}

.p-stickyIcons__item + .p-stickyIcons__item {
  margin-top: 10px;
}

.p-stickyIcons__link {
  width: 100%;
  height: 100%;
  display: block;
}

.p-stickyIcons__link img {
  display: block;
  height: 160px;
  height: 10rem;
  width: 171.2px;
  width: 10.7rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
}

.p-stickyIcons__link p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.p-topSliderPc {
  display: none;
}

.p-topSliderPc__item {
  width: 1180px;
  max-width: 100%;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

.p-topSliderPc__item:not(.swiper-slide-active) {
  opacity: .3;
}

.p-topSliderPc__item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.topMessage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 213.333px;
  padding-top: 13.333333333rem;
  padding-bottom: 213.333px;
  padding-bottom: 13.333333333rem;
  color: #3B4043;
}

.topMessage__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(82.6666rem + 40px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.topMessage__title {
  font-size: 68.266px;
  font-size: 4.266666667rem;
  font-weight: 300;
  text-decoration: underline;
}

.topMessage__body {
  margin-top: 64px;
  margin-top: 4rem;
  font-size: 64px;
  font-size: 4rem;
}

.topMessage__text {
  font-size: inherit;
}

.navi_achievements {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 1000px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: rgb(104, 157, 255);
  color: white;
  overflow: scroll;
  z-index: 150;
}

.navi_achievements .navi_achievements_close {
  display: inline-block;
  width: 208px;
  width: 13rem;
  float: right;
  margin-top: 48px;
  margin-top: 3rem;
}

.navi_achievements .navi_achievements_close img {
  display: block;
  width: 100%;
}

.navi_achievements_inner {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 192px;
  padding-bottom: 12rem;
}

.navi_achievements h5 {
  font-size: 64px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 544px;
  padding-top: 34rem;
}

.navi_achievements h3 {
  font-size: 83.2px;
  font-size: 5.2rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  padding-bottom: 176px;
  padding-bottom: 11rem;
}

.navi_achievements_a_area {
  padding: 17.6px 0;
  padding: 1.1rem 0;
}

.navi_achievements a {
  font-size: 62.4px;
  font-size: 3.9rem;
  text-decoration: none;
  color: white !important;
  line-height: 1.4;
}

.navi_achievements a span {
  font-size: 80%;
}

.top_wrapper {
  position: relative;
  height: 2400px;
  height: 150rem;
  background-color: rgb(242, 249, 253);
}

.top_img_area {
  position: relative;
}

.top_imgs_outer {
  overflow-x: hidden;
}

.top_imgs {
  white-space: nowrap;
}
.top_img_each{
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  position: relative;
}
.top_imgs img {
  display: block;
  width: 1600px;
  width: 100%;
}

.top_inst_title_area {
  position: absolute;
  top: 1056px;
  top: 66rem;
}


.top_inst_title_area h3 p {
  display: inline-block;
  color: white;
  font-size: 112px;
  font-size: 7rem;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  background-color: rgb(87, 149, 250);
  padding: 0 2rem;
  line-height: 1;
}

.top_inst_title_area h5 p {
  display: inline-block;
  color: white;
  font-size: 64px;
  font-size: 4rem;
  white-space: nowrap;
  font-weight: normal;
  margin-top: 1rem;
  background-color: rgb(87, 149, 250);
  padding: 0 5rem;
  line-height: 1;
}


.top_wrapper .mini_navi_area {
  position: absolute;
  width: 1200px;
  width: 75rem;
  left: 80px;
  left: 5rem;
  bottom: 80px;
  bottom: 5rem;
}

.top_wrapper .mini_navi_bg {
  background-color: white;
}

.top_wrapper .mini_navi {
  display: block;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 1rem #ccc;
  box-shadow: 0 0 1rem #ccc;
  padding: 16px;
  padding: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_wrapper .mini_navi > div {
  display: inline-block;
  vertical-align: middle;
  z-index: 0 !important;
}

.top_wrapper .mini_navi_img_area {
  width: 50%;
  position: relative;
  background-size: cover;
}

.mini_navi_img_area03 img{
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}


.top_wrapper .mini_navi_txt_area {
  width: 35%;
  margin-left: 5%;
}

.top_wrapper .mini_navi_txt_blue {
  font-size: 64px;
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 75, 117);
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
}

.top_wrapper .mini_navi_txt_black {
  font-size: 64px;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  color: black;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
}

.top_wrapper .mini_navi_arrow_area {
  width: 8%;
}

.top_wrapper .mini_navi_arrow_area p {
  font-size: 64px;
  font-size: 4rem;
  color: black;
  padding-left: 32px;
  padding-left: 2rem;
  text-decoration: none;
}

.news_wrapper table {
  width: 80%;
  margin: 0 auto;
  padding-top: 64px;
  padding-top: 4rem;
}

.news_wrapper th {
  font-size: 64px;
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
  border: none;
  line-height: 1.4;
  vertical-align: top;
  font-weight: normal;
}

.news_wrapper td {
  font-size: 60.8px;
  font-size: 3.8rem;
  border: none;
  line-height: 1.4;
  padding-left: 1.5em;
  vertical-align: top;
  padding-top: 11.2px;
  padding-top: .7rem;
}

.blue_h2 {
  font-size: 112px;
  font-size: 7rem;
  text-align: center;
  font-weight: bold;
  padding-top: 160px;
  padding-top: 10rem;
  line-height: 1.1;
  color: rgb(0, 75, 177);
}

.blue_h2:after {
  border-bottom: solid 11.2px rgb(0, 75, 177);
  border-bottom: solid .7rem rgb(0, 75, 177);
  display: block;
  width: 160px;
  width: 10rem;
  content: '';
  margin: 0 auto;
}

.gray_h3 {
  font-size: 72px;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding-top: .7em;
  padding-bottom: 2em;
  color: rgb(155, 169, 183);
}

.work_type_main_img {
  display: block;
  width: 100%;
}

.work_type_main_img {
  position: relative;
}

.work_type_main_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 48%;
}

.work_type_main_img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work_type_inner {
  background-color: rgba(255, 255, 255, .8);
  width: 75%;
  margin: 0 auto;
  margin-top: -112px;
  margin-top: -7rem;
  margin-bottom: 352px;
  margin-bottom: 22rem;
  -webkit-box-shadow: 0 0 1rem #ccc;
  box-shadow: 0 0 1rem #ccc;
  padding: 144px 80px 80px;
  padding: 9rem 5rem 5rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.work_type_inner h5 {
  font-size: 56px;
  font-size: 3.5rem;
  display: inline-block;
  vertical-align: bottom;
  color: rgb(0, 75, 177);
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.work_type_inner h4 {
  font-size: 72px;
  font-size: 4.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(155, 169, 183);
  padding-left: 1em;
}

.work_type_inner_p {
  padding-top: 1em;
}

.work_type_inner_a {
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 2;
  margin-top: 56px;
  margin-top: 3.5rem;
  color: rgb(121, 122, 123);
}

.work_type_inner_a:hover {
  opacity: 1;
  color: rgb(0, 75, 177);
}

.work_type_inner_a p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 60.8px;
  font-size: 3.8rem;
}

.work_type_inner_a p:nth-of-type(2n) {
  float: right;
}

@media screen and (min-width: 600px) {

  .work_type_main_img::before {
    padding-top: 67.79661017%;
  }

}

@media screen and (min-width: 768px) {

  html {
    font-size: .8474576271vw;
  }

  a[href^='tel:'] {
    pointer-events: none;
  }

  a:hover {
    opacity: .8;
  }

  p {
    font-size: 1.6rem;
  }

  .container {
    width: 1230px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }

  

  .u-desktop {
    display: block;
  }

  .u-desktop--inline {
    display: inline;
  }

  .u-fullWidthPc {
    width: 100vw;
    width: var(--vw);
    margin-left: calc(50% - 50vw);
    margin-left: calc(50% - 50vw + (100vw - var(--vw)) / 2);
  }

  .u-fullWidthPc__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1230px;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .u-grayBgPc {
    background-color: #F7F7F8;
  }

  .u-indentPc {
    margin-left: 12rem !important;
  }

  .u-marginPc--t40 {
    margin-top: 4rem !important;
  }

  .u-marginPc--t30 {
    display: block;
    margin-top: 3rem !important;
  }

  .u-mobile {
    display: none;
  }

  .u-paddingPc--100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .othersSection__head {
    background-color: #98a6b5;
    padding: 1.5rem 3.4rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
  }

  .othersSection__list {
    margin-top: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 78.4rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }

  .othersSection__item {
    margin-left: 3rem;
    line-height: 1.875;
  }

  .othersSection__item:first-child {
    margin-left: 0;
  }

  .othersSection__spLink {
    display: none;
  }

  .p-stickyIcons {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    bottom: auto;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  .p-stickyIcons.is-active {
    opacity: 1;
    visibility: visible;
  }

  .p-topSliderPc {
    display: block;
  }

  .topMessage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104.4rem;
    max-width: 100%;
  }

  .topMessage__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    color: #CECECE;
  }

  .topMessage__body {
    margin-top: 0;
    margin-left: 2rem;
    font-size: 1.6rem;
  }

  .navi_achievements {
    overflow: auto;
    max-width: 600px;
  }

  .navi_achievements .navi_achievements_close {
    width: 5rem;
  }

  .navi_achievements h5 {
    padding-top: 12rem;
    font-size: 1.6rem;
  }

  .navi_achievements h3 {
    font-size: 1.8rem;
    padding-bottom: 4rem;
  }

  .navi_achievements a {
    font-size: 1.6rem;
  }

  .top_wrapper {
    width: 100vw;
    width: var(--vw);
    margin-left: calc(50% - 50vw);
    margin-left: calc(50% - 50vw + (100vw - var(--vw)) / 2);
    height: 60rem;
  }

  .top_img_area {
    display: none;
  }

  .top_wrapper .mini_navi_area {
    display: none;
  }

  .news_wrapper table {
    width: 89.2rem;
    max-width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(255, 255, 255, .16) inset, 0 0 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(255, 255, 255, .16) inset, 0 0 6px rgba(0, 0, 0, .16);
    padding: 18px 20px;
  }

  .news_wrapper th {
    font-size: 1.8rem;
  }

  .news_wrapper td {
    font-size: 1.6rem;
    padding-top: 0;
  }

  .blue_h2 {
    font-size: 5rem;
  }

  .blue_h2:after {
    border-bottom-width: 2px;
    width: 3.7rem;
  }

  .gray_h3 {
    padding-top: .8rem;
    padding-bottom: 9rem;
    font-size: 2.2rem;
  }

  .work_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .work_type + .work_type {
    margin-top: 10rem;
  }

  .work_type:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .work_type_main_img {
    margin-bottom: 5.5rem;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .work_type_inner {
    margin-top: 7rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f7f8;
    width: auto;
    position: static;
    padding-top: 12.5rem;
    padding-bottom: 5.5rem;
  }

  .work_type:nth-child(odd) .work_type_inner {
    margin-left: -8.2rem;
    padding-right: 5rem;
    padding-left: 12.5rem;
  }

  .work_type:nth-child(even) .work_type_inner {
    margin-right: -8.2rem;
    padding-right: 5rem;
    padding-right: 12.5rem;
  }

  .work_type_inner h5 {
    font-size: 2.6rem;
    vertical-align: middle;
  }

  .work_type_inner h4 {
    font-size: 2rem;
    font-weight: 500;
    vertical-align: middle;
  }

  .work_type_inner_p {
    font-size: 1.6rem;
    color: #3B4043;
  }

  .work_type_inner_a {
    font-size: 1.6rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .work_type_inner_a p {
    font: inherit;
  }

  .work_type_inner_a p:nth-of-type(2n) {
    margin-left: 1em;
  }

}

@media (min-width: 1180px) {

  html {
    font-size: 10px;
  }

}



@media (max-width:767px) {
  .mini_navi_img_area{
    height: 13vw;
  }
}


/*# sourceMappingURL=style.css.map */
