@charset "UTF-8";
.header {
  background: none;
  height: auto;
  display: block;
  top: 4rem;
  left: 5rem;
  width: 25.5rem;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .header {
    width: calc(100% - 2rem);
    top: 2rem;
    left: 2rem;
  }
}
.header__wrapper {
  display: block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    width: 21.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header__logo {
    width: 25.4rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 100%;
  }
}
.header__nav {
  display: inline-block;
  margin-bottom: 5rem;
}
.header__nav .navigation li {
  margin-bottom: 4rem;
}
.header__nav .navigation li a {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.header .scrolldown {
  display: block;
  width: 4rem;
}
@media only screen and (max-width: 767px) {
  .header .scrolldown {
    display: none;
  }
}
.header .scrolldown p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.header .scrolldown img {
  margin: 0 auto 1.5rem;
  display: block;
}
.header .scrolldown .arrow {
  position: relative;
  margin: auto;
  width: 1.8rem;
  height: 6.9rem;
}

.main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .main {
    padding-top: 2rem;
  }
}

.mv {
  width: calc(100% - 20rem);
  position: relative;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 767px) {
  .mv {
    width: calc(100% - 2rem);
    margin-bottom: 7rem;
  }
}
.mv img {
  width: 100%;
  height: auto;
}
.mv__catch {
  position: absolute;
  right: 5rem;
  bottom: 6.5rem;
  z-index: 2;
  color: #fff;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .mv__catch {
    right: 2rem;
    bottom: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv__catch {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.mv__catch span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: inherit;
  font-size: 11rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv__catch span {
    font-size: 7.2rem;
    margin-bottom: 2rem;
  }
}
.mv .swiper-container {
  width: 100%;
}
.mv .swiper-container.slider {
  overflow: hidden;
  position: relative;
}
.mv .swiper-container.slider-thumbnail .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .mv .swiper-container.slider-thumbnail .swiper-wrapper {
    margin-top: 4rem;
  }
}
.mv .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  margin: 0 6rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 1rem;
  width: auto !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .mv .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 2.5rem;
  }
}
.mv .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 0;
  height: 2px;
  background: #113C7A;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 3s;
}
@-webkit-keyframes border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.mv .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.mv .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  -webkit-animation: border-animation 4s ease alternate infinite;
          animation: border-animation 4s ease alternate infinite;
}

.section-ttl {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 11rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .section-ttl {
    font-size: 8rem;
  }
}
.section-ttl span {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-ttl span {
    display: block;
    width: 100%;
    font-size: 2.2rem;
    text-align: center;
    margin: 1rem 0 0 !important;
  }
}

.philosophy {
  position: relative;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .philosophy {
    padding: 7rem 0 11rem;
    margin-bottom: -7rem;
  }
}
.philosophy::before {
  content: "";
  background: url("../img/top/content-bg1.svg") no-repeat center top/120%;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: calc(100% - 6rem);
}
@media only screen and (max-width: 767px) {
  .philosophy::before {
    background: url("../img/top/sp/content-bg1.svg") no-repeat center top/250%;
    top: 0;
    height: 100%;
  }
}
.philosophy .inner {
  max-width: 94%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.philosophy .inner .section-ttl {
  justify-content: center;
  margin-bottom: 6rem;
}
.philosophy .inner .section-ttl span {
  margin-left: 3.5rem;
}
.philosophy__content {
  margin-bottom: 6rem;
  text-align: center;
}
.philosophy__ttl {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .philosophy__ttl {
    font-size: 3.6rem;
  }
}
.philosophy__txt {
  font-size: 2.112rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .philosophy__txt {
    font-size: 2.8rem;
  }
}
.philosophy__list {
  width: 41.5rem;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .philosophy__list {
    width: 54.8rem;
  }
}
.philosophy__list li {
  font-size: 2.112rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .philosophy__list li {
    font-size: 2.8rem;
  }
}
.philosophy__list li::before {
  content: "●";
  color: rgba(17, 60, 122, 0.5);
}
.philosophy__list li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.business {
  position: relative;
  padding-bottom: 14rem;
}
.business::before {
  content: "";
  width: 100%;
  height: calc(100% - 7rem);
  background: #F8F8F8 url("../img/top/business-bg.jpg") no-repeat right top/100%;
  top: 7rem;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .business::before {
    background: #F8F8F8 url("../img/top/sp/business-bg.jpg") no-repeat right top/100%;
    top: 5rem;
  }
}
.business .inner {
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .business .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .business .inner {
    padding: 0 4rem;
  }
}
.business .section-ttl {
  justify-content: flex-end;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .business .section-ttl {
    justify-content: center;
  }
}
.business .section-ttl span {
  margin-right: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .business .section-ttl span {
    order: 2;
  }
}
.business__read {
  margin: 0 auto 4rem;
}
@media print, screen and (min-width: 768px) {
  .business__read {
    width: 85rem;
  }
}
.business__read::after {
  content: "";
  width: 25rem;
  height: 6rem;
  background-color: rgba(15, 58, 116, 0.25);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .business__read::after {
    width: 20rem;
    height: 4.8rem;
  }
}
.business__read h3 {
  text-align: center;
  background: #113C7A;
  border-radius: 5.9rem;
  line-height: 5.9rem;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .business__read h3 {
    line-height: 7rem;
    margin-bottom: 3.4rem;
  }
}
.business__read ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .business__read ul {
    gap: 1rem;
  }
}
.business__read ul li {
  border: 1px solid #040000;
  border-radius: 26rem;
  height: 26rem;
  padding: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .business__read ul li {
    height: 22.3rem;
    padding: 3.2rem 2.5rem 2rem;
  }
}
.business__read ul li p {
  font-size: 2.47rem;
  font-weight: 700;
  color: #0F3A74;
  line-height: 1.5;
  color: #0F3A74;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .business__read ul li p {
    font-size: 2.3rem;
  }
}
.business__read ul li span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  border-bottom: 1px solid #040000;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  .business__read ul li span {
    margin-bottom: 1rem;
  }
}
.business__content .inner {
  margin: 0 auto 3.5rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0 5rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .business__content .inner {
    width: 65rem;
  }
}
.business__content__title {
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  background: #F8F8F8;
  padding: 0 2rem;
  top: -2.5rem;
}
.business__content dl:not(:last-of-type) {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.business__content dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.business__content dl dt h4 {
  color: #113C7A;
  font-size: 2.8rem;
  font-weight: 700;
}
.business__content dl dt::before {
  content: "";
  display: block;
  margin-right: 1rem;
  width: 3.84rem;
  height: 2.64rem;
}
.business__content dl dt.web::before {
  background: url("../img/top/attempt-icon1.svg") no-repeat center/100%;
}
.business__content dl dt.consulting::before {
  background: url("../img/top/attempt-icon2.svg") no-repeat center/100%;
  height: 3.48rem;
}
.business__content dl dt.pr::before {
  background: url("../img/top/attempt-icon3.svg") no-repeat center/100%;
}
.business__content dl dd {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business__content dl dd {
    font-size: 2.4rem;
  }
}
.business__content .bottom {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .business__content .bottom {
    font-size: 2.8rem;
  }
}

.column {
  background: url("../img/top/content-bg2.svg") no-repeat top center/128%;
  padding: 14rem 0 24rem;
  margin-bottom: -12rem;
}
@media only screen and (max-width: 767px) {
  .column {
    background: url("../img/top/content-bg2.svg") repeat top center/260%;
    margin-bottom: -8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .column .inner {
    width: 120rem;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .column .inner {
    padding: 0 4rem;
  }
}
.column .section-ttl {
  text-align: center;
  display: block;
  margin-bottom: 4rem;
}
.column .section-ttl span {
  display: block;
  margin-top: 1rem;
}
.column__list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5rem;
}
.column__single {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .column__single {
    padding: 4rem 0;
    align-items: flex-start;
  }
}
.column__single .image {
  width: 26rem;
  margin-right: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .column__single .image {
    width: 26.6rem;
    margin-right: 4rem;
  }
}
.column__single .image img {
  border-radius: 2.6rem;
}
.column__text {
  width: 83rem;
}
@media only screen and (max-width: 767px) {
  .column__text {
    width: 38rem;
  }
}
.column__info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.column__info time {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #1B3B61;
  font-size: 1.7rem;
  font-weight: 500;
  margin-right: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .column__info time {
    font-size: 2.55rem;
  }
}
.column__info .new-icon {
  width: 11rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  background: #0F3A74;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .column__info .new-icon {
    font-size: 2.4rem;
    line-height: 3rem;
    border-radius: 2rem;
    width: 16.5rem;
  }
}
.column h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .column h3 {
    font-size: 2.8rem;
  }
}
.column__category {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.column__category li {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .column__category li {
    margin: 0 3rem 1.25rem 0;
  }
}
.column__category li a {
  color: #113C7A;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .column__category li a {
    font-size: 2.4rem;
  }
}
.column__category li a::before {
  content: "＃";
}
.column .more {
  width: 23rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .column .more {
    width: 40.2rem;
  }
}
.column .more a {
  display: block;
  text-align: center;
  line-height: 5rem;
  border: 1px solid #040000;
  background: #fff;
  border-radius: 5rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .column .more a {
    line-height: 8.7rem;
    font-size: 2.8rem;
  }
}
.column .more a::after {
  content: "";
  background: url("../img/common/more-arrow.svg") no-repeat center/100%;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  right: 1.7rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .column .more a::after {
    width: 3.1rem;
    height: 3.2rem;
    right: 3rem;
  }
}

#company {
  padding-top: 3rem;
  margin-top: 7rem;
}

.company {
  position: relative;
  padding-bottom: 15rem;
}
.company::before {
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background: #F8F8F8 url("../img/top/compnay-bg.jpg") no-repeat right top/100%;
  top: 6rem;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .company::before {
    background: #F8F8F8 url("../img/top/sp/compnay-bg.jpg") no-repeat right top/100%;
  }
}
.company .inner {
  position: relative;
  margin: 0 auto;
  padding-left: 4rem;
}
@media print, screen and (min-width: 768px) {
  .company .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .company .inner {
    padding: 0 4rem;
  }
}
.company .inner span {
  margin-left: 3.5rem;
}
.company .section-ttl {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 767px) {
  .company .section-ttl {
    justify-content: center;
  }
}
.company__content {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .company__content {
    width: 100rem;
  }
}
@media print, screen and (min-width: 768px) {
  .company__content dl {
    display: flex;
    align-items: stretch;
  }
}
.company__content dl:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .company__content dl:not(:last-of-type) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.company__content dl dt {
  font-size: 1.7rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .company__content dl dt {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .company__content dl dt {
    font-size: 3rem;
  }
}
.company__content dl dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .company__content dl dd {
    width: 75.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .company__content dl dd {
    font-size: 2.8rem;
  }
}
.company__content dl dd ul li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media only screen and (max-width: 767px) {
  .company__content dl dd ul li {
    font-size: 2.8rem;
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
}
.company__content dl .googlemap {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .company__content dl .googlemap {
    margin-top: 2rem;
  }
}
.company__content dl .googlemap iframe {
  width: 100%;
  height: 30.3rem;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .company__content dl .googlemap iframe {
    height: 26.5rem;
  }
}
.company.other {
  margin-top: 10rem;
}
/*# sourceMappingURL=style.css.map */