/*
Theme Name: gaforce
Theme URI: https://gaforce.members.co.jp/themes/gaforce
Author: Members
Author URI: https://gaforce.members.co.jp/
Description: Growth Analytics Force
Version: 1.0
*/
@charset "UTF-8";

.test {
  margin-top: 120px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/* .wp-block-heading{

} */

.header {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__wrapper {
  position: relative;
  width: 87%;
  height: 120px;
  max-width: 1250px;
  align-items: center;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
  display: flex;
  gap: 16px;
}

.header__right {
  display: flex;
  gap: 16px;
}

.header__hamburger {
  display: none;
  width: 45px;
}

.header__menu-line {
  margin: 10px 0 10px auto;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background-color: #4285f4;
  transition: 0.4s ease-in-out;
}

.header__menu-box {
  width: 40px;
  margin: 0 auto;
  text-align: right;
}

.header__menu-line:first-child {
  width: 32px;
}

.header__menu-line.animation:first-child {
  transform: translateY(13px) rotate(45deg);
  width: 40px;
}

.header__menu-line.animation:nth-child(2) {
  opacity: 0;
}

.header__menu-line.animation:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
  width: 40px;
}

.header__logobox {
  text-decoration: none;
}

.header__campany-logo {
  width: 227px;
  margin-bottom: -7px;
}

.header__campany-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -6px;
  color: #000000;
}

.header__nav {
  display: flex;
  transition: max-height 0.3s ease-in-out;
  margin-right: 14px;
}

.header__nav-arrow {
  display: none;
}

.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
  list-style: none;
}

.header__nav-link {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #2a3f64;
  padding: 8px 0;
  white-space: nowrap;
}

.header__nav-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4285f4;
  bottom: -20px;
  /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header__nav-link:hover::after {
  visibility: visible;
  bottom: -5px;
  opacity: 1;
}

.header__nav__button {
  display: inline-block;
  width: 115px;
  border: 2px solid #4285f4;
  border-radius: 20px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4285f4;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.header__nav__button:hover {
  background-color: #4285f4;
  color: #ffffff;
}

.header__infomation {
  display: none;
}

.header__button-box {
  width: 100%;
  height: 42px;
  text-align: center;
  display: inline-block;
}

.header__button {
  display: inline-block;
  width: 115px;
  border: 2px solid #4285f4;
  border-radius: 20px;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4285f4;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}

.header__button:hover {
  background-color: #4285f4;
  color: #ffffff;
}

.header__button-sponly {
  display: none;
}

.main {
  overflow: hidden;
  position: relative;
}

.main__top {
  position: absolute;
  right: 4%;
  transition: 0.8s;
  opacity: 0;
}

.main__top.fixed {
  bottom: 9%;
  position: fixed;
  opacity: 1;
  z-index: 100;
}

.main__top-appear {
  position: absolute;
  top: 80%;
  z-index: -100;
}

.main__background {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.main__background-logo {
  position: absolute;
  width: 690px;
  height: 690px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateX(-400px);
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 600px, rgba(0, 0, 0, 0.95) 770px, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 600px, rgba(0, 0, 0, 0.95) 770px, rgba(0, 0, 0, 0) 100%);
  z-index: -2;
}

.main__visual {
  position: relative;
}

.main__visual__wrapper {
  position: relative;
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding: 170px 0px 130px 0px;
}

.main__visual__popUpContainer {
  width: fit-content;
  /* position: absolute; */
  position: fixed;
  transform: translate(-100%, -100%);
  top: 76%;
  left: 95%;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 10px;
  height: 142px;
}

.main__visual__popUpContainer--sp {
  display: none;
}

.main__visual__popUpImg {
  width: 343px;
  height: auto;
  transition: .3s;
  box-shadow: 10px 13px 15px -5px #777777;
}

.main__visual__popUpImg:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.main__visual__popUpClose {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 100%;
}

.main__visual__subtext {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  padding: 40px 0;
  color: #4285f4;
}

.main__visual__subtext-first {
  width: 100%;
  margin-bottom: 20px;
}

.main__visual__subtext-first--large {
  font-size: 44px;
  font-weight: 600;
}

.main__visual__subtext-second {
  width: 100%;
}

.main__visual__subtext-second--large {
  font-size: 32px;
}

.main__visual__details {
  font-size: 18px;
  font-weight: 500;
  color: #4285f4;
  line-height: 1.75;
  padding-bottom: 70px;
}

.main__visual__details--break {
  display: none;
}

.main__visual__image:first-child {
  width: 444px;
  position: absolute;
  height: 426px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateX(150px);
  z-index: -2;
}

.main__visual__image:nth-child(2) {
  width: 420px;
  position: absolute;
  height: 426px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateX(480px);
  z-index: -2;
}

.main__visual__image:nth-child(3) {
  position: absolute;
  width: 355px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%) translateX(826px);
  z-index: -2;
}

.main__visual__image:nth-child(4) {
  position: absolute;
  width: 407px;
  top: 296px;
  left: 50%;
  transform: translateX(-50%) translateX(800px);
  z-index: -2;
}

.main__visual__image__tab {
  position: absolute;
  display: none;
}

.main__visual__image__sp {
  position: absolute;
  display: none;
}

.main__visual__bottom {
  display: none;
}

.main__visual__background {
  background-color: #ffffff;
  pointer-events: none;
  /* ベールがクリックをブロックしないように */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.main__about {
  position: relative;
}

.main__about__wrapper {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.main__about__cross {
  position: absolute;
  top: 45px;
  left: 49%;
  transform: translateX(-50%);
}

.main__sectionTtlContainer {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
  text-align: center;
}

.main__sectionTtl {
  font-size: 32px;
  font-weight: 600;
  color: #2a3f64;
}

.main__about__maintext {
  max-width: 601px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #2a3f64;
  line-height: 1.5;
}

.main__about__maintext--large {
  font-size: 18px;
  font-weight: 600;
}

.main__about__textbox {
  position: relative;
  max-width: 760px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 6%;
  padding-left: 80px;
  padding-right: 80px;
  border: 3px solid #4285f4;
  border-radius: 20px;
  gap: 30px;
}

.main__about__mission {
  max-width: 210px;
}

.main__about__mission-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #4285f4;
  margin-bottom: 35px;
}

.main__about__mission-text {
  font-size: 16px;
  line-height: 1.6;
  color: #2a3f64;
}

.main__about__vision {
  max-width: 210px;
}

.main__about__vision-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #4285f4;
  margin-bottom: 20px;
}

.main__about__vision-text {
  font-size: 16px;
  line-height: 1.6;
  color: #133d84;
}

.main__about__background {
  background: #f6f6f6;
  pointer-events: none;
  /* ベールがクリックをブロックしないように */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.main__service {
  background-color: #f4f8ff;
}

.main__service__wrapper {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.main__service__strength {
  background-color: #ffffff;
  padding: 50px 36px;
  border-radius: 56px;
  margin-bottom: 56px;
}

.main__service__strength__support {
  background-color: #ffffff;
  padding: 50px 36px;
  border-radius: 56px;
  margin-bottom: 56px;
}

.main__service__title {
  max-width: 145px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #2a3f64;
  text-align: center;
}

.main__service__slash {
  position: absolute;
  top: 5%;
  left: 0;
}

.main__service__slash-image {
  width: 0.5em;
}

.main__service__textbox {
  text-align: center;
}

.main__service__subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #4285F4;
}

.main__service__subtitle--kerning {
  margin-left: -10px;
  font-size: 22px;
}

.main__service__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.main__service__item {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
}

.main__service__item:first-child.slide {
  opacity: 0;
  transform: translate(150px, 0);
  transition: transform 1.5s, opacity 1.5s;
  transition-delay: 0.4s;
}

.main__service__item:first-child.slide.visible {
  transform: translate(0, 0);
  transition-delay: 0.4s;
  opacity: 1;
}

.main__service__item:nth-child(2).slide {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: transform 1.5s, opacity 1.5s;
  transition-delay: 0.6s;
}

.main__service__item:nth-child(2).slide.visible {
  transform: translate(0, 0);
  transition-delay: 0.6s;
  opacity: 1;
}

.main__service__item:nth-child(3).slide {
  opacity: 0;
  transform: translate(150px, 0);
  transition: transform 1.5s, opacity 1.5s;
  transition-delay: 0.8s;
}

.main__service__item:nth-child(3).slide.visible {
  transform: translate(0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.main__service__insourcing {
  width: 70%;
}

.main__service__insourcing-title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #2a3f64;
  margin-bottom: 10px;
}

.main__service__insourcing-title--blue {
  font-size: 22px;
  font-family: 'Noto Sans';
  font-weight: 600;
  margin-right: 5px;
  color: #4285f4;
}

.main__service__insourcing-title--kerning {
  margin: 1px 0 0 2px;
}

.main__service__insourcing-details {
  font-size: 16px;
  color: #2a3f64;
  display: block;
}

.main__service__insourcing-image {
  width: 140px;
  height: 100%;
  aspect-ratio: 160/98;
  margin-bottom: -10px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
}

.main__service__insourcing-image__sp {
  display: none;
}

.main__service__understanding {
  width: 72%;
}

.main__service__understanding-title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #2a3f64;
  margin-bottom: 10px;
}

.main__service__understanding-title--blue {
  font-size: 22px;
  font-weight: 600;
  color: #4285f4;
  margin-right: 10px;
}

.main__service__understanding-title--bold {
  font-weight: 600;
  font-size: 22px;
}

.main__service__understanding-details {
  font-size: 16px;
  color: #2a3f64;
  display: block;
}

.main__service__understanding-image {
  width: 130px;
  height: 100%;
  margin-bottom: -10px;
  aspect-ratio: 153/116;
  -o-object-fit: contain;
  object-fit: contain;
}

.main__service__understanding-image__sp {
  display: none;
}

.main__service__GA4 {
  width: 77%;
}

.main__service__GA4-title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #2a3f64;
  margin-bottom: 10px;
}

.main__service__GA4-title--blue {
  font-size: 22px;
  font-weight: 600;
  color: #4285f4;
  margin-right: 10px;
}

.main__service__GA4-title--bold {
  font-weight: 600;
  font-size: 22px;
}

.main__service__GA4-title--right {
  text-align: left;
}

.main__service__GA4-details {
  font-size: 16px;
  width: 90%;
  color: #2a3f64;
  display: block;
}

.main__service__GA4-image {
  width: 135px;
  height: 100%;
  aspect-ratio: 160/145;
  -o-object-fit: contain;
  object-fit: contain;
}

.main__service__GA4-image__sp {
  display: none;
}

.main__service__support-title {
  text-align: center;
  color: #4285F4;
  font-size: 22px;
}

.main__service__support-subtext {
  font-size: 16px;
  max-width: 680px;
  margin: 48px auto 70px auto;
  color: #2a3f64;
  padding: 0 20px 0 20px;
}

.main__service__support-subtext--break {
  display: none;
}

.main__service__support-PDCA {
  position: relative;
  max-width: 784px;
  margin: 0 auto;
}

.main__service__support-PDCA__sp {
  display: none;
  width: 80%;
  margin: 0 auto;
}

.main__service__support-imagebox {
  width: 100%;
  margin: 0 auto;
}

.main__service__support-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: translate(0, -50px);
  transition: 1.5s;
}

.main__service__support-image__sp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__service__support-image.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.2s;
}

.main__service__support-contents {
  padding: 50px 0 10px 0;
  display: none;
}

.main__service__support__plan {
  position: relative;
  margin-bottom: 30px;
  width: 250px;
}

.main__service__support__plan-title {
  font-size: 20px;
  font-weight: 600;
  color: #4285f4;
  margin-bottom: 10px;
}

.main__service__support__plan-list {
  list-style: none;
}

.main__service__support__plan-etc {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.main__service__support__plan.fade {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.4s;
}

.main__service__support__plan.fade.visible {
  transform: translateY(0);
  transition-delay: 0.4s;
  opacity: 1;
}

.main__service__support__do {
  position: relative;
  width: 250px;
  margin-bottom: 30px;
}

.main__service__support__do-title {
  font-size: 20px;
  font-weight: 600;
  color: #f8aa01;
  margin-bottom: 10px;
}

.main__service__support__do-list {
  list-style: none;
}

.main__service__support__do-etc {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.main__service__support__do.fade {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.6s;
}

.main__service__support__do.fade.visible {
  transform: translateY(0);
  transition-delay: 0.6s;
  opacity: 1;
}

.main__service__support__check {
  position: relative;
  width: 250px;
  margin-bottom: 30px;
}

.main__service__support__check-title {
  font-size: 20px;
  font-weight: 600;
  color: #4285f4;
  margin-bottom: 10px;
}

.main__service__support__check-list {
  list-style: none;
}

.main__service__support__check-etc {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.main__service__support__check.fade {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s, opacity 1s;
  transition-delay: 0.8s;
}

.main__service__support__check.fade.visible {
  transform: translateY(0);
  transition-delay: 0.8s;
  opacity: 1;
}

.main__service__support__action {
  position: relative;
  width: 250px;
  margin-bottom: 30px;
}

.main__service__support__action-title {
  font-size: 20px;
  font-weight: 600;
  color: #f8aa01;
  margin-bottom: 10px;
}

.main__service__support__action-list {
  list-style: none;
}

.main__service__support__action-etc {
  position: absolute;
  font-size: 12px;
  bottom: 0;
  right: 0;
}

.main__service__support__action.fade {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s, opacity 1s;
  transition-delay: 1s;
}

.main__service__support__action.fade.visible {
  transform: translateY(0);
  transition-delay: 1s;
  opacity: 1;
}

.main__service__button-box {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.main__service__button {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid #4285f4;
  border-radius: 50px;
  color: #4285f4;
  background-color: #ffffff;
  width: 240px;
  line-height: 50px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.main__service__button:hover {
  background-color: #4285f4;
  color: #ffffff;
}

.main__newsSection {
  width: 100%;
  margin: 80px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news__list--top {
  width: 63vw;
  max-width: 900px;
}

.main__news__moreContainer {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: end;
}

.main__news__more {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
  position: relative;
}

.main__news__moreText {
  position: relative;
  font-family: 'Noto Sans JP';
  transition: .3s;
}

.main__news__moreText::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #4F88F9;
  transition: .3s;
}

.main__news__more:hover>.main__news__moreText {
  color: #4F88F9;
}

.main__news__more:hover>.main__news__moreText::after {
  opacity: 1;
}

.main__news__moreBtnContainer {
  position: relative;
}

.main__news__moreBtn {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: .3s;
  vertical-align: middle;
}

.main__news__more:hover .main__news__moreBtn {
  opacity: 0;
}

.main__news__moreBtn--hover {
  position: absolute;
  left: 0;
  top: 0;
}

.main__news__moreLink {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}


.main__news__title {
  max-width: 120px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #2a3f64;
  text-align: center;
}

.main__news__slash {
  position: absolute;
  top: 5%;
  left: 0;
}

.main__news__contents-box__list {
  list-style: none;
}

.main__news__contents-box__list li:first-child {
  border-top: 1px solid #9db0d1;
}

.main__news__contents-box__list-item {
  /* display: grid;
  grid-template-columns: 19% 81%;
  gap: 28px; */
  display: flex;
  font-size: 17px;
  font-weight: 600;
  padding: 46px 50px;
  border-bottom: 1px solid #9db0d1;
}

.main__news__contents-box__list-item__span {
  display: flex;
  justify-content: space-between;
  margin-right: 28px;
}

.main__news__contents-box__list-item__span-tag {
  width: 80px;
  height: 25px;
  text-align: center;
  background-color: #4285f4;
  color: #ffffff;
  margin-right: 18px;
}

.main__news__contents-box__list-item__span-date {
  color: #9db0d1;
}

.main__news__contents-box__list-item a {
  text-decoration: none;
  color: #23303a;
}

.main__results__wrapper {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.main__blog__wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.main__blog__title {
  max-width: 105px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #2a3f64;
  text-align: center;
}

.main__blog__slash {
  position: absolute;
  top: 5%;
  left: 0;
}

.main__blog__contents-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.main__blog__contents-box :not(:last-child) {
  margin-right: 10px;
}

.main__blog__contents-box__item {
  max-width: 308px;
}

.main__blog__contents-box__item a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.main__blog__contents-box__item__date {
  color: #9db0d1;
}

.main__blog__contents-box__item__title {
  color: #2a3f64;
}

.main__blog__contents-box__view-all {
  display: flex;
  justify-content: right;
}

.main__blog__contents-box__view-all a {
  text-decoration: none;
  color: #2a3f64;
  font-size: 17px;
  font-weight: 600;
}

.main__blog__contents-box__view-all a span {
  font-size: 12px;
  font-weight: 500;
}


.main__message__wrapper {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 30px 80px;
}

.main__message__title {
  max-width: 168px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 70px;
  color: #2a3f64;
  text-align: center;
}

.main__message__slash {
  position: absolute;
  top: 5%;
  left: 0;
}

.main__message__slash-image {
  width: 0.5em;
}

.main__message__statement-box {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.main__message__statement {
  display: flex;
  justify-content: center;
}

.main__message__post {
  font-size: 16px;
  color: #4285f4;
}

.main__message__post--visible {
  font-size: 16px;
  color: #4285f4;
  display: none;
}

.main__message__name {
  font-size: 24px;
  font-weight: bold;
  color: #4285f4;
}

.main__message__name--visible {
  font-size: 24px;
  font-weight: bold;
  color: #4285f4;
  display: none;
}

.main__message__text-details {
  padding-top: 36px;
  color: #2a3f64;
}

.main__message__imagebox {
  margin:0 40px 0 10px
}

.main__message__image-ichikawa {
  max-width: 190px;
  opacity: 0;
  transform: translate(-80px, 0);
  transition: 1.2s;
  border-radius: 23px;
  
}

.main__message__image-kawamura {
  max-width: 190px;
  opacity: 0;
  transform: translate(-80px, 0);
  transition: 1.2s;
  border-radius: 23px;
}

.main__message__image-ichikawa.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 1.2s;
}

.main__message__image-kawamura.lazyloaded {
  transform: translate(0, 0);
  transition-delay: 1.4s;
  opacity: 1;
}

.main__message__textbox {
  font-size: 16px;
}

.main__message__bookContainer {
  margin-top: 40px;
}

.main__message__book {
  text-decoration: none;
  color: #2A3F64;
  transition: .3s;
}

.main__message__book:hover {
  color: #4F88F9;
}

.main__message__bookImg {
  width: 14px;
  height: 14px;
  height: auto;
}

.main__contact {
  background-color: #f6f6f6;
}

.main__contact__wrapper {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}

.main__contact__textbox {
  display: flex;
  justify-content: center;
  gap: 95px;
}

.main__contact__title {
  max-width: 155px;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 55px;
  color: #2a3f64;
  text-align: center;
}

.main__contact__slash {
  position: absolute;
  top: 5%;
  left: 0;
}

.main__contact__slash-image {
  width: 0.5em;
}

.main__contact__box {
  max-width: 400px;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 16px;
}

.main__contact__box-subtitle {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
  color: #2a3f64;
}

.main__contact__box-text {
  font-size: 16px;
  color: #2a3f64;
  padding: 24px 32px 24px;
}

.main__contact__button {
  width: 255px;
  height: 56px;
  color: #ffffff;
  background-color: #4285f4;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.main__contact__button-box {
  text-align: center;
  margin: 0 auto;
}

.main__contact__button:hover {
  background-color: #133d84;
  color: #ffffff;
}

.footer {
  background: #4285f4 100%;
}

.footer__wrapper {
  color: #ffffff;
  width: 87%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 76px 0px 30px 0px;
  font-size: 16px;
}

.footer__title {
  font-weight: 600;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 20px;
}

.footer__address{
  font-size: 14px;
}

.footer__address--break {
  display: none;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__nav-list {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 52px;
}

.footer__nav-list--upper {
  display: flex;
  list-style: none;
  justify-content: end;
  gap: 17px;
}

.footer__nav-link {
  display: inline-block;
  font-weight: 400;
  position: relative;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  padding: 5px 0;
}

.footer__nav-link--upper {
  display: inline-block;
  font-weight: 600;
  position: relative;
  color: white;
  text-decoration: none;
}

.footer__nav-item__icon--note{
  width: auto;
  height: 30px;
}

.footer__navContainer {
  width: 137px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  transition: .3s;
}

.footer__navContainer:hover {
  background-color: #000060;
  border: 2px solid #000060;
}

.footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform-origin: bottom center;
  opacity: 0;
  transition: opacity 0.5s;
}

.footer__nav-link:hover::after {
  transform-origin: bottom center;
  opacity: 1;
}

/* 目じるし（忘れずに削除）　フッターのCTA欄ーーーーーーーーーーーーーーーーーーーーーーーー */
.footer__nav-button-list {
  list-style: none;
}

.footer__nav-button-list li:not(:last-child) {
  margin-bottom: 25px;
}

.footer__contact__button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.footer__contact__button__inquiry-arrow {
  padding-left: 65px;
}

.footer__corporate-name {
  font-size: 20px;
}

.footer__middle {
  padding: 20px 0 60px 0;
  font-weight: 400;
}

.footer__campany-overview {
  display: flex;
  font-weight: 400;
  gap: 20px;
  padding-bottom: 70px;
}

.footer__link-image {
  image-rendering: -webkit-optimize-contrast;
  width: 15px;
  margin-bottom: -2px;
  margin-left: 3px;
}

.footer__details {
  margin-bottom: 10px;
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 10px;
  font-size: 10px;
}

.footer__details-link {
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.footer__details-link:hover {
  opacity: 0.5;
}

.footer__details-link--small {
  color: white;
  font-size: 10px;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 3px;
}

.footer__details-link--small:hover {
  opacity: 0.5;
}

.footer__bottom-copy {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
}

.footer__details-item-policy {
  position: relative;
}

.footer__details-item-policy::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-top: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 105%;
}

.breadcrumb {
  margin-top: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.breadcrumb__list {
  width: 63vw;
  max-width: 900px;
  display: flex;
  gap: 20px;
}

.breadcrumb__item {
  list-style: none;
  position: relative;
  display: flex;
}

.breadcrumb__item a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: 'Noto Sans JP';
}

.breadcrumb__item a span {
  transition: .3s;
  white-space: nowrap;
}

.breadcrumb__item a span:hover {
  color: #4F88F9;
}

.breadcrumb__item a span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 0%;
  height: 1px;
  background-color: #4F88F9;
  transition: .3s;
}

.breadcrumb__item a span:hover::after {
  width: 100%;
}

.breadcrumb__item span {
  color: #000000;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  transition: .3s;
}

.breadcrumb__item>span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news {
  width: 100vw;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.news__container {
  width: 63vw;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news__ttlContainer {
  display: flex;
  white-space: nowrap;
  margin: 0px 0 38px;
  gap: 24px;
}

.news__ttl {
  font-size: 32px;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
}

.news__subttl {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #4F88F9;
}

.news__list {
  width: 100%;
  margin-top: 46px;
}

.news__item--first {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #B7BBC2;
  border-bottom: 1px solid #B7BBC2;
}

.news__item {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #B7BBC2;
}

.news__item__link {
  text-decoration: none;
}

.news__item__link--hover {
  text-decoration: none;
}

.news__headerContainer {
  display: flex;
  gap: 18px;
}

.news__item__tag {
  width: 56px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 2px 4px;
  color: #ffffff;
  background-color: #4F88F9;
  font-family: 'Noto Sans JP';
}

.news__headerContainer:hover~.news__item__link>.news__item__ttl {
  color: #4F88F9;
  transition: .3s;
}

.news__headerContainer:hover~.news__item__link>.news__item__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #4F88F9;
  transition: .3s;
}

.news__item__date {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  color: #B7BBC2;
  transition: .3s;
  font-weight: 500;
}

.news__item__ttl {
  font-size: 16px;
  color: #2A3F64;
  transition: .3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news__item__ttl:hover {
  color: #4F88F9;
}

.news__item__ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 0px;
  height: 1px;
  background-color: #4F88F9;
  transition: .3s;
}

.news__item__ttl:hover::after {
  width: 100%;
}

.news__archives {
  margin: 30px 0px 80px;
}

.news__archives__ttl {
  display: flex;
  color: #4F88F9;
  font-size: 24px;
  font-family: 'Noto Sans JP';
}

.news__archives__year {
  margin-top: 24px;
}

.news__archives__year a {
  width: auto;
  line-height: 2.0;
  position: relative;
  border-right: 1px solid #B7BBC2;
  padding: 0 22px;
  font-size: 16px;
  font-family: 'Noto Sans', 'Noto Sans JP';
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  transition: .2s;
}

.news__archives__year a:hover {
  color: #4F88F9;
}

.news__archives__year a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #4F88F9;
  transition: 0.3s all;
}

.news__archives__year a:hover::after {
  width: 80%;
}

.news__archives__year a:first-child {
  border-left: 1px solid #B7BBC2;
  border-right: 1px solid #B7BBC2;
}

.newsDetail {
  width: 100%;
  margin: 72px 0px;
  display: flex;
  justify-content: center;
}

.newsDetail__container {
  width: 63vw;
  max-width: 900px;
}

.newsDetail__date {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  color: #B7BBC2;
}

.newsDetail__ttl {
  font-size: 32px;
  font-family: 'Noto Sans JP';
  margin-top: 20px;
}

.newsDetail__content {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans JP';
  gap: 20px;
  margin: 64px 0px 80px;
  line-height: 1.75;
}

.newsDetail__content p {
  font-size: 16px;
  color: #2A3F64;
}

.newsDetail__content figure {
  width: 100%;
  display: flex;
  justify-content: center;
}

.newsDetail__btnContainer {
  display: flex;
  justify-content: center;
}

.newsDetail__backbtn:hover {
  background-image: url('assets/img/pcsp_btn_01.png');
}

.results {
  width: 100%;
  margin: 60px 0px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.results__container {
  width: 63vw;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.results__ttlContainer {
  width: 100%;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 41px;
}

.results__mainTtl {
  display: flex;
  gap: 24px;
}

.results__ttl {
  font-size: 34px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
}

.results__subttl {
  font-size: 24px;
  text-align: center;
  font-family: 'Noto Sans JP';
  color: #4F88F9;
}

.results__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  /* grid-template-columns: 1fr 1fr; */
  grid-template-rows: auto;
  gap: 60px;
}

.results__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 1px solid #B7BBC2;
  position: relative;
  z-index: 9;
  gap: 0px;
  transition: .3s;
}

.results__item:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.results__item--top {
  padding-bottom: 36px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border: none;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  gap: 0px;
  transition: .3s;
}

.results__item--top:hover {
  opacity: 0.6;
  filter: brightness(110%);
}

.results__item__img {
  width: 100%;
  height: auto;
}

.results__item__link {
  text-decoration: none;
  color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.results__item__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.results__item__date {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  margin: 20px 0px 0px 36px;
  color: #B7BBC2;
}

.results__item__date--top {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  margin: 20px 0px 16px 40px;
  color: #B7BBC2;
}

.results__item__ttl {
  margin: 0px 36px;
  font-size: 20px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.results__item__ttl--top {
  margin: 0px 40px;
  font-size: 20px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.results__item__content {
  margin: 16px 36px 36px;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  color: #2A3F64;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.resultsDetail {
  width: 100%;
  margin: 63px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultsDetail__container {
  width: 63vw;
  max-width: 900px;
}

.resultsDetail__date {
  font-size: 16px;
  color: #B7BBC2;
}

.resultsDetail__ttl {
  margin-top: 10px;
  font-size: 32px;
  color: #2A3F64;
  line-height: 1.5;
}

.resultsDetail__imgContainer {
  margin: 64px 10% 0;
}

.resultsDetail__img {
  width: 100%;
  height: auto;
}

.resultsDetail__content {
  margin-bottom: 56px;
}

.resultsDetail__content p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2A3F64;
}

.resultsDetail__content h1 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content h2 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content h3 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content h4 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content h5 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content h6 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #4F88F9;
}

.resultsDetail__content figure {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .header__right {
    align-items: center;
    margin-bottom: -5px;
  }

  .header__nav {
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 120px;
    left: 0;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    background-color: #4285f4;
    margin-right: 0;
  }

  .header__nav-arrow {
    display: inline-block;
  }

  .header__nav-list {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 24px;
    padding: 40px 5% 70px;
  }

  .header__nav-item {
    width: 100%;
    margin: 0 auto;
  }

  .header__nav-link {
    width: 100%;
    font-size: 16px;
    text-align: start;
    color: #ffffff;
    display: flex;
    justify-content: center;
    transition: 0.5s;
  }

  .header__nav-link:hover {
    opacity: 0.3;
  }

  .header__nav.show {
    max-height: calc(100% - 120px);
    overflow: scroll;
  }

  .header__button-box {
    width: 100%;
  }

  .header__button-pconly {
    display: none;
  }

  .header__button-sponly {
    display: inline;
    width: 100%;
  }

  .header__nav__button {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 30px;
    font-size: 16px;
    opacity: 1;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    margin: 24px 0;
    padding: 1px 13px;
  }

  .header__nav__button:hover {
    background-color: #ffffff;
    color: #4285f4;
    opacity: 0.5;
  }

  .header__infomation {
    display: none
  }

  .header__hamburger {
    display: inline-block;
  }

  .header__button {
    width: 100px;
    height: 42px;
    border: 2px solid #4285f4;
    line-height: 36px;
  }

  .results__item__header {
    display: flex;
  }

  .results__item__date {
    margin: 18px 0px 0px 18px;
  }

  .results__item__ttl {
    margin: 0px 18px;
  }

  .results__item__content {
    margin: 16px 18px 18px;
  }

  .footer__wrapper {
    font-size: 14px;
    padding-top: 80px ;
  }

  .footer__top {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__nav-link {
    font-size: 16px;
  }

  .footer__nav-list {
    display: flex;
    flex-flow: column;
    gap: 10px;
  }

  .footer__nav-list--upper {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }

  .footer__nav-item {
    width: 100%;
  }

  .footer__nav-link {
    width: 100%;
  }

  .footer__nav-link--upper {
    width: 100%;
  }

  .footer__navContainer {
    width: 100%;
  }

  .footer__title {
    order: 1;
  }

  .footer__middle {
    padding: 20px 0;
  }

}

@media screen and (max-width: 920px) {

  .main__top.fixed {
    bottom: 9%;
  }

  .main__visual__wrapper {
    padding: 145px 30px 105px 30px;
  }

  .main__visual__popUpContainer {
    display: none;
  }

  .main__visual__popUpImg {
    box-shadow: 10px 2px 15px -5px #777777;
  }

  .main__visual__popUpContainer--sp {
    display: block;
    width: fit-content;
    height: 142px;
    position: fixed;
    transform: translate(-100%, -100%);
    top: 75%;
    left: 95%;
    z-index: 10;
    background-color: transparent;
    border-radius: 10px;
  }

  .main__visual__popUpImg:hover {
    opacity: 1.0;
    filter: brightness(100%);
  }

  .main__visual__subtext {
    padding: 20px 0 40px 0;
  }

  .main__visual__imagebox__tab {
    position: absolute;
    top: 0;
    right: 0;
  }

  .main__visual__image {
    display: none;
  }

  .main__visual__image__tab {
    display: inline-block;
  }

  .main__visual__image__tab:first-child {
    width: 133px;
    position: absolute;
    top: 120px;
    right: 144px;
    z-index: -2;
  }

  .main__visual__image__tab:nth-child(2) {
    width: 133px;
    position: absolute;
    top: 290px;
    right: 143px;
    z-index: -2;
  }

  .main__visual__image__tab:nth-child(3) {
    width: 133px;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -2;
  }

  .main__visual__image__tab:nth-child(4) {
    width: 131px;
    position: absolute;
    top: 257px;
    right: 0;
    z-index: -2;
  }

  .main__contact__wrapper {
    width: 100%;
    padding: 80px 15px;
  }

  .main__contact__title {
    margin-bottom: 0;
  }

  .main__contact__textbox {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 50px;
  }

  .main__contact__box-text {
    padding: 14px 40px 25px;
  }

  .main__contact__button {
    width: 240px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
  }

  .main__contact__button__inquiry-arrow {
    width: 24px;
    height: 24px;
    margin-bottom: -4px;
  }

  .main__contact__button__recruit-arrow {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
  }

 
}

@media screen and (max-width: 770px) {
  .header__wrapper {
    width: 90%;
    height: auto;
    padding: 24px 0;
  }

  .breadcrumb {
    margin-top: 92px;
  }

  .header__nav {
    top: 90px;
    /* height: 100%; */
  }
 
  .header__nav.show {
    max-height: calc(100% - 90px);
    overflow: scroll;
  }

  .main__background {
    margin-top: -28px;
  }

  .main__background-logo {
    top: 120px;
    left: -30px;
    transform: translateX(-20px);
    width: 420px;
    height: 420px;
  }

  .main__visual__wrapper {
    width: 100%;
    padding: 130px 30px 120px 30px;

  }

  .main__visual__subtext {
    font-size: 16px;
    line-height: 35px;
    padding: 30px 0 30px 0;
  }

  .main__visual__subtext-first {
    margin-bottom: 0;
  }

  .main__visual__subtext-first--large {
    font-size: 24px;
    font-weight: 600;
  }

  .main__visual__subtext-second--large {
    font-size: 20px;
  }

  .main__visual__details {
    max-width: 280px;
    font-size: 16px;
    padding-bottom: 55px;
    line-height: 34px;
  }

  .main__visual__bottom {
    position: absolute;
    bottom: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    animation: bounce 2s infinite;
  }

  .main__visual__bottom-image {
    width: 29px;
  }

  .main__sectionTtl {
    font-size: 28px;
  }

  @keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }

    40% {
      transform: translateY(-10px);
    }

    60% {
      transform: translateY(-7px);
    }
  }

  .main__about__wrapper {
    width: 100%;
    padding: 62px 15px 80px 15px;
  }

  .main__about__content {
    padding: 25px 30px;
  }

  .main__about__title {
    max-width: 115px;
    font-size: 26px;
  }

  .main__about__maintext {
    padding: 0 20px;
    max-width: 450px;
  }

  .main__about__textbox {
    max-width: 450px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 25px;
  }

  .main__about__cross {
    position: static;
    transform: translateX(0);
  }

  .main__about__mission {
    max-width: 280px;
  }

  .main__about__mission-title {
    margin-bottom: 10px;
  }

  .main__about__vision {
    max-width: 280px;
  }

  .main__about__vision-title {
    margin-bottom: 10px;
  }

  .main__news__moreContainer {
    justify-content: center;
  }

  .main__service__wrapper {
    width: 100%;
    padding: 62px 15px 70px 15px;
  }

  .main__service__title {
    max-width: 130px;
    font-size: 26px;
  }

  .main__service__button {
    width: 336px;
    display: inline-block;
    font-size: 20px;
  }

  .main__service__subtitle {
    font-size: 20px;
    margin-left: -5px;
    margin-bottom: 40px;
  }

  .main__service__subtitle--kerning {
    font-size: 20px;
  }

  .main__service__list {
    gap: 60px;
  }

  .main__service__item {
    max-width: 450px;
  }

  .main__service__strength {
    padding: 48px 0px;
    border-radius: 30px;
    margin-bottom: 33px;
  }

  .main__service__strength__support {
    padding: 48px 0px;
    margin-top: 48px;
    border-radius: 30px;
    margin-bottom: 33px;
  }

  .main__service__insourcing {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .main__service__insourcing-title {
    max-width: 390px;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 0 27px;
    margin: 0 auto;
    padding: 0 18px;
  }

  .main__service__insourcing-title--blue {
    font-size: 26px;
  }

  .main__service__insourcing-title--kerning {
    font-size: 18px;
  }

  .main__service__insourcing-image {
    display: none;
  }

  .main__service__insourcing-image__sp {
    margin: 25px auto 10px auto;
    display: block;
  }

  .main__service__insourcing-details {
    width: 78%;
    margin: 0 auto;
  }

  .main__service__understanding {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .main__service__understanding-title {
    max-width: 390px;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto;
    padding: 0 27px;
    font-size: 18px;
  }

  .main__service__understanding-title--blue {
    font-size: 26px;
  }

  .main__service__understanding-title--bold {
    font-size: 20px;
  }

  .main__service__understanding-details {
    width: 78%;
    margin: 0 auto;
  }

  .main__service__understanding-image {
    display: none;
  }

  .main__service__understanding-image__sp {
    margin: 25px auto 10px auto;
    display: block;
    width: 30%;
  }

  .main__service__GA4 {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  .main__service__GA4-title {
    max-width: 390px;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto;
    padding: 0 27px;
    font-size: 18px;
  }

  .main__service__GA4-title--blue {
    font-size: 26px;
  }

  .main__service__GA4-title--bold {
    font-size: 20px;
  }

  .main__service__GA4-title--right {
    text-align: center;
  }

  .main__service__GA4-details {
    width: 78%;
    margin: 0 auto;
  }

  .main__service__GA4-image {
    display: none;
  }

  .main__service__GA4-image__sp {
    margin: 15px auto 15px auto;
    padding-left: 20px;
    display: block;
  }

  .main__service__support {
    border-radius: 16px;
  }

  .main__service__support__wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }

  .main__service__support-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .main__service__support-subtext {
    margin: 20px auto 50px auto;
    padding: 0;
    max-width: 350px;
  }

  .main__service__support-subtext--break {
    display: inline;
  }

  .main__service__support-PDCA {
    display: none;
  }

  .main__service__support-PDCA__sp {
    display: block;
    width: 350px;
  }

  .main__service__support-contents {
    display: flex;
    flex-wrap: wrap;
    color: #2a3f64;
    gap: 55px;
  }

  .main__service__support__plan {
    width: 350px;
    margin: 0 auto;
  }

  .main__service__support__do {
    width: 350px;
    margin: 0 auto;
  }

  .main__service__support__check {
    width: 350px;
    margin: 0 auto;
  }

  .main__service__support__action {
    width: 350px;
    margin: 0 auto;
  }

  .main__results__wrapper {
    width: 100%;
    padding: 62px 15px 64px 15px;
  }

  .main__message__wrapper {
    width: 100%;
    padding: 62px 15px 70px 15px;
  }

  .main__message__title {
    max-width: 150px;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .main__message__statement {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main__message__statement-box {
    gap: 70px;
  }

  .main__message__imagebox {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .main__message__text-details {
    padding-top: 54px;
  }

  .main__message__textbox {
    width: 400px;
    font-size: 16px;
  }

  .main__message__post {
    display: none;
  }

  .main__message__post--visible {
    display: inline-block;
    font-size: 14px;
  }

  .main__message__name {
    display: none;
  }

  .main__message__name--visible {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .main__contact__title {
    max-width: 135px;
    font-size: 26px;
  }

  .footer__corporate-name {
    font-size: 16px;
  }

  .footer__address{
    font-size: 16px;
  }

  .footer__link-image {
    margin-left: 2px;
  }

  .news__list {
    margin-top: 44px;
  }

  .news__list--top {
    width: 91vw;
  }

  .news__archives__year a {
    padding: 0 28px;
  }

  .breadcrumb__list {
    width: 91vw;
    display: flex;
    gap: 15px;
  }

  .breadcrumb__item a {
    font-size: 10px;
  }

  .breadcrumb__item span {
    font-size: 10px;
  }

  .main__newsSection {
    margin: 65px 0px;
  }

  .news__container {
    width: 91vw;
  }

  .news__ttl {
    font-size: 28px;
  }

  .news__subttl {
    font-size: 20px;
  }

  .news__item--first {
    flex-direction: column;
    align-items: start;
    padding: 32px 0;
    gap: 16px;
  }

  .news__item {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .news__archives__ttl {
    font-size: 24px;
  }

  .news__archives {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .news__archives__year {
    margin-top: 16px;
  }

  .newsDetail {
    margin-top: 37px;
    margin-bottom: 64px;
  }

  .newsDetail__container {
    width: 91vw;
  }

  .newsDetail__date {
    font-size: 17px;
  }

  .newsDetail__ttl {
    font-size: 20px;
    margin-top: 16px;
  }

  .newsDetail__content {
    gap: 15px;
    margin: 48px 0px 64px;
  }

  .results {
    margin: 37px 0px 64px;
  }

  .results__ttl {
    font-size: 28px;
  }

  .results__ttlContainer {
    gap: 37px;
  }

  .results__subttl {
    font-size: 20px;
  }

  .results__container {
    width: 91vw;
    gap: 33px;
  }

  .results__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .results__item--top {
    padding-bottom: 36px;
    display: flex;
    flex-direction: column;
  }

  .results__item {
    display: flex;
    flex-direction: column;
  }

  .results__item__ttl {
    font-size: 18px;
  }

  .results__item__content {
    font-size: 16px;
  }

  .results__item__header {
    margin-bottom: 16px;
  }

  .resultsDetail {
    width: 100%;
    margin: 41px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .resultsDetail__container {
    width: 91vw;
  }

  .resultsDetail__ttl {
    margin-top: 0px;
    font-size: 20px;
  }

  .resultsDetail__imgContainer {
    margin: 48px 0px 0;
  }

  .resultsDetail__date {
    font-weight: 600;
    margin-bottom: 16px;
  }

  .resultsDetail__content p {
    margin-bottom: 10px;
  }

  .resultsDetail__content h1 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content h2 {
    margin-top: 46px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content h5 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content h6 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .resultsDetail__content figure {
    margin-bottom: 48px;
  }

  .results__item--top {
    padding-bottom: 24px;
  }

  .results__item__date--top {
    margin: 24px 24px 0px;
  }

  .results__item__ttl--top {
    margin: 0px 24px;
  }

}

@media screen and (max-width: 650px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  .main__visual__details--break {
    display: inline;
  }

  .main__about__maintext {
    max-width: 360px;
  }

  .main__about__textbox {
    max-width: 340px;
  }

  .main__about__mission-text {
    max-width: 220px;
  }

  .main__about__vision-text {
    max-width: 255px;
  }

  .main__service__item {
    max-width: 340px;
  }

  .main__service__support-subtext {
    max-width: 265px;
  }

  .main__service__support-PDCA__sp {
    width: 265px;
  }

  .main__service__support__plan {
    width: 265px;
    margin: 0 auto;
  }

  .main__service__support__do {
    width: 265px;
    margin: 0 auto;
  }

  .main__service__support__check {
    width: 265px;
    margin: 0 auto;
  }

  .main__service__support__action {
    width: 265px;
    margin: 0 auto;
  }

  .main__service__support__plan {
    order: 0;
  }

  .main__service__support__do {
    order: 1;
  }

  .main__service__support__check {
    order: 2;
  }

  .main__service__support__action {
    order: 3;
  }

  .main__message__textbox {
    max-width: 330px;
  }

  .main__news__contents-box__list-item {
    flex-flow: column;
    padding: 26px 30px;
  }

  .main__news__contents-box__list-item__span {
    justify-content: flex-start;
    margin: 0 0 10px 0;
  }

  .main__contact__box {
    max-width: 342px;
    padding: 32px 27.5px;
  }

  .main__contact__box-subtitle {
    font-size: 20px;
  }

  .main__contact__box-text {
    padding: 14px 0 30px;
    font-size: 16px;
  }

  .main__contact__button {
    width: 75%;
  }

}

@media screen and (max-width: 550px) {
  .main__background-logo {
    transform: translateX(-20px);
    padding-top: 45px;
    width: 370px;
    height: 370px;
  }

  .main__visual__wrapper {
    width: 100%;
  }

  .main__service__support-image {
    width: 100%;
  }

  .footer__campany-overview {
    flex-direction: column;
    gap: 10px;
  }

  .footer__address--break {
    display: inline;
  }

  .main__blog__contents-box__item {
    max-width: 100%;
  }

  .main__blog__contents-box {
    flex-flow: column;
  }

  .main__blog__contents-box :not(:last-child) {
    margin-right: 0px;
  }

  .main__visual__popUpImg {
    width: 90vw;
    max-width: 343px;
  }
}

@media screen and (max-width: 525px) {
  .header__campany-logo {
    width: 158px;
    margin-bottom: -10px;
  }

  .header__right {
    gap: 10px;
  }

  .main__visual__image__tab {
    display: none;
  }

  .main__visual__image__sp {
    display: inline-block;
  }

  .main__visual__wrapper {
    padding: 150px 30px 100px 30px;
  }

  .main__visual__image__sp:first-child {
    width: 81px;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -2;
  }

  .main__visual__image__sp:nth-child(2) {
    width: 81px;
    position: absolute;
    top: 245px;
    right: 0;
    z-index: -2;
  }

  .main__visual__image__sp:nth-child(3) {
    width: 81px;
    position: absolute;
    top: 372px;
    right: 0;
    z-index: -2;
  }

  .main__visual__image__sp:nth-child(4) {
    width: 80px;
    position: absolute;
    top: 456px;
    right: 0;
    z-index: -2;
  }
}

@media screen and (max-width: 380px) {
  .header__nav-list {
    padding: 60px 5% 70px 5%;
  }

  .header__nav-link {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }

  .header__nav__button {
    white-space: nowrap;
    font-size: 16px;
  }

  .main__contact__box {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 375px) {
  .main__service__button {
    width: 100%;
  }

  .main__service__support__wrapper {
    padding: 0 32px;
  }
  
  .main__service__support-PDCA__sp {
    width: 100%;
    max-width: 265px;
  }

  .main__service__support__plan {
    width: 100%;
    order: 0;
  }

  .main__service__support__do {
    width: 100%;
    order: 1;
  }

  .main__service__support__check {
    width: 100%;
    order: 2;
  }

  .main__service__support__action {
    width: 100%;
    order: 3;
  }
}

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