@charset "UTF-8";
/* placeholder color */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
/**********************************************************************************************

　common

**********************************************************************************************/
body {
  color: #333;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}

main {
  background-color: #F8FDFF;
}

a {
  color: #3399ff;
  background-color: transparent;
  cursor: pointer;
}

.header {
  background-color: transparent;
  align-items: center;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  height: 64px;
}

.header__wrapper {
  display: flex;
  max-width: 1062px;
  margin: auto;
  align-items: center;
  height: 64px;
  white-space: nowrap;
}

.header__logo {
  margin: 0 60px 0 0;
  width: 180px;
}

.header__hamburger {
  font-size: 30px;
  cursor: pointer;
  display: none;
}

/* .header__logo--inner {
  top: 9px;
  left: 428px;
  position: absolute;
  width: 168px;
  height: 44px;
} */

.mega-navigation {
  display: flex;
  align-items: center;
  margin: auto;
  margin-right: 40px;
}

.mega-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  gap: 30px;
}

.mega-navigation li {
  position: relative;
}

.header__menu-item {
}

.header__menu-item a {
  color: #333;
}

.header__form--links {
}

.header__form--links a {
  padding: 14px 16px;
  font-size: 16px;
  background-color: #F3972D;
  color: #fff;
  border-radius: 4px;
}

@media (min-width: 769px) {
  #navigation-sp {
    display: none;
  }
}

/* ---------メインビジュアル-------- */

.hero__wrapper {
  width: 100%;
  background-image: url(../img/hero-bg.svg);
  background-position: left bottom 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  max-width: 1062px;
  width: 100%;
  padding: 2% 0 2.8%;
  margin: auto;
}

.hero__inner {
  display: flex;
}

@media (min-width: 441px) {
  .hero__textlink {
    transform: translateX(16px);
  }
  .hero__img--device {
    max-height: 444px;
    transform: translateX(8px);
  }
}


.hero__img--device {
  transform: translateX(8px);
}

.hero__text {
  font-size: 64px;
  font-weight: bold;
  line-height: 90px;
  margin: 18px 0 32px;
}

.hero__links h2 {
  font-size: 18px;
  padding: 16px;
  width: 60%;
  text-align: center;
  border-radius: 8px;
  min-width: 192px;
}

.link__button--primary {
  background-color: #F3972D;
  color: white;
  margin-bottom: 16px;
}

.link__button--secondary {
  background-color: white;
  color: #2A80C4;
  border: 1px solid #2A80C4;
}

.text__block {
  display: block;
}

.text__block:first-child {
  letter-spacing: -6px;
  white-space: nowrap;
}

.text__block:last-child {
  letter-spacing: 4px;
}

/* ---------CLIENT・業界-------- */


.client__industy {
  display: flex;
  gap: 20px;
  margin: auto;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
}

.client__wrapper {
  padding: 40px 0;
  background-color: #fff;
}

.client__industy--list {
  width: 120px;
  text-align: center;
  padding: 8px 16px;
  background-color: white;
  color: #2A80C4;
  border: 1px solid #2A80C4;
  border-radius: 24px;
  font-size: 16px;
}

.client__statement {
  position: relative;
  margin: auto;
  width: fit-content;
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: inherit;
  text-align: center;
}
.client__statement:before  {
  content: "";
  position: absolute;
  width: 0;
  height: 28px;
  border-right: 2px solid #d2d2d2;
  transform: translateX(-22px) translateY(0) rotate(-28deg);
}

.client__statement:after  {
  content: "";
  position: absolute;
  width: 0;
  height: 28px;
  border-right: 2px solid #d2d2d2;
  transform: translateX(10px) translateY(0) rotate(28deg);
}

/* ---------monitについて-------- */

.about {
  width: 100%;
  margin: 0 auto 120px;
}



.about__inner {
  background-image: url(../img/about-monit-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 720px;
  max-width: 100%;
  overflow: hidden;
  background-size: cover;
}

.about__logo {
  width: 360px;
  margin: auto;
  display: block;
  padding: 0 24px;
  margin: 54px auto;
}

.about__text {
  font-size: 18px;
  margin: 0 16% 48px;
  line-height: 36px;
}

.about__text span {
  background-color: #fff;
  color: #2A80C4;
  font-weight: bold;
  padding: 6px;
  margin: 0 8px;
}

.about__issue {
  background-color: white;
  width: 74%;
  padding: 32px 2%;
  margin: 0 auto 40px;
  border-radius: 6px;
  max-width: 840px;
}

.about__issue--heading {
  width: fit-content;
  margin: 0 auto 48px;
  font-size: 18px;
}

/* .about__issue--heading::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px;
  border-color: #fa8836 #fa8836 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  left: -11px;
  top: 0;
  bottom: 0;
  margin: auto;
} */

.about__issue--list {
  column-count: 2;

  line-height: 24px;
}

.about__issue--list li {
  margin-left: 24px;
  position: relative;
  font-size: 14px;
  padding: 0 12px;
  margin-bottom: 8px;
}

.about__issue--item::before {
  content: '';
  position: absolute;
  background-color: #F3972D;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 8px;
      top: 4px;
    left: -12px;
}

.about-monitSolution {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.sectionTitle {
  margin: auto;
  width: fit-content;
  margin: 0 auto 72px;
}

.subTitle {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 24px;
  width: fit-content;
  color: #2A80C4;
  border-top: 3px solid;
}

.titleText {
  font-size: 40px;
  font-weight: bold;
}

.feature__inner {
  counter-reset: verNum 0;
}

.feature__item {
  display: flex;
  gap: 24px;
  margin: 0 auto 82px;
  width: fit-content;
}

.feature__item:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.feature__img {
  width: 60%;
}

.feature__textbox {
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 54px 20px;
  max-width: 565px;
  min-height: 200px;
  background-color: #fff;
}

.feature__textbox::before {
  counter-increment: verNum 1;
  content: "0" counter(verNum);
  position: absolute;
  top: -40px;
  right: 28px;
  font-size: 160px;
  font-weight: 900;
  color: #ebf1f7;
  font-family: "Noto Sans JP", sans-serif;
  
}

.feature__textbox--heading {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 24px;
  z-index: 10;
}

.feature__textbox--heading span {
  color: #ED7F00;
  margin: 0 8px;
}

.feature__textbox--paragraph {
  position: relative;
  font-size: 15px;
  z-index: 10;
  line-height: 2.0;
}

/* ---------SOLUTION-------- */

.solution {
  position: relative;
  margin-bottom: 120px;
}

.solution__heading {
  width: 100%;
}

.solution__heading--text--bg {
  background-image: url(../img/solution-bg.svg);
  background-repeat: no-repeat;
  height: 266px;
  background-position: center;
}

.solution__heading--text {
  color: #fff;
  text-align: center;
  padding-top: 48px;
}


.solution__item {
  margin: 20px 0;
  border-right: dashed 3px #EEE;
  border-bottom: none;
  text-align: center;
  border: 1px solid #ddd;
  height: 260px;
  margin-top: 0;
  background-color: #fff;
  border-radius: 8px;
  flex: 260px;
  padding: 20px 20px 16px;
  box-sizing: border-box;
}

.solution__inner {
  max-width: 1062px;
  margin: auto;
  transform: translateY(-112px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.solution__thumb {
  width: 36%;
  margin: 0 auto 10px;
  display: block;
}

.solution__textbox--heading {
  font-size: 18px;
  margin-bottom: 12px;
}

.solution__textbox--paragraph {
  font-size: 14px;
}

/* ---------FLOW-------- */


.flow__inner {
  display: flex;
  gap: 20px;
}

.flow__step {
  padding: 32px;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  max-width: 340px;
}

.flow__step--label {
  color: #fff;
  background-color: #2A80C4;
  padding: 12px;
  width: 128px;
  margin: 0 auto 24px;
  border-radius: 4px;
  font-size: 16px;
}

.flow__step--heading {
  font-size: 16px;
  margin-bottom: 12px;
}

.flow__step--paragraph {
  font-size: 14px;
}

.flow__step--label, .flow__step--heading {
  text-align: center;
}

/* ---------FAQ-------- */

.faq__inner {
  width: 96%;
  max-width: 660px;
  margin: auto;
  font-size: 16px;
}

.faq__item {
  margin-bottom: 32px;
}

.faq__question {
  display: flex;
}

.faq__question--paragraph {
  display: flex;
  margin-bottom: 16px;
}

.faq__question--Q {
  color: #fff;
  background-color: #2A80C4;
  width: 24px;
  height: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 12px;
}

.faq__question--text {
  margin-left: 20px;
  font-weight: bold;
}

.faq__anser--paragraph {
  padding: 20px;
  background-color: #E3F3FF;
  border-radius: 4px;
}

/* ---------フッター-------- */

.footer {
  background-color: #2A80C4;
}

.footer__inner {
  padding: 64px;
}

.footer__paragraph p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 64px;
  text-wrap: nowrap;
}

.footer__button--wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
}

.footer__button a {
  display: block;
  width: 240px;
  background-color: #F3972D;
  height: 56px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  border-radius: 4px;
}

.footer a, .footer p {
  color: #fff;
}

.footer__logo {
  margin: auto;
  display: block;
  max-width: 216px;
  margin-bottom: 32px;
}

.footer__link {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}

.footer__link a {
  display: block;
  padding: 8px;
}

.footer__copyright {
  display: block;
  text-align: center;
  margin: auto;
  font-size: 12px;
  padding-bottom: 12px;
  color: white;
}


.feature, .feature, .flow, .faq {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto 210px;
}

.hero__img--device--sp {
  display: none;
}

.sp__newline {
  display: none;
}

.close {
  display: none;
}

.footer__button-link {
  font-weight: bold;
  padding: 2px 4px 4px;
  height: 56px;
}

/* ---------ページTOPへ戻る--------- */

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  border-radius: 4px;
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


/* ---------ボタン、テキストホバー処理--------- */

a:hover {
  opacity: 1;
}

.link__button--primary,.form__button--small,.footer__button-link {
  border: 1px solid #F3972D!important;
}

.link__button--primary:hover,.form__button--small:hover,.footer__button-link:hover,#submit:hover,.submitBtn:hover {
  background-color: white;
  color: #F3972D;
}

.link__button--secondary:hover {
  background-color: #2A80C4;
  color: white;
}

.link__button--secondary--sp:hover {
  border: 1px solid #fff;
}

.header__menu-item a:hover,.footer__link--list a:hover {
  text-decoration: underline;
}

.footer__link--list a:hover {
  color: white;
}


/* ---------レスポンシブ--------- */


@media (min-width: 1689px) {
  .about__inner {
  height: 840px;
  background-position: top;
  }
}

@media (max-width: 1688px) {
  .about__inner {
  height: 810px;
  background-size: auto 100%;
  }
}


@media (max-width: 1440px) {
  .about__inner {
  height: 764px;
  }
}

@media (max-width: 1172px) {
  .about__inner {
  height: 794px;
  }
}

@media (max-width: 1120px) {
  .about__inner {
    height: 766px;
  }
}

@media (max-width: 1078px) {
  .about__inner {
    height: 786px;
  }
}


@media screen and (max-width: 1062px) {
  .header__wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1020px) {
  .about__inner {
    height: 792px;
  }
}

@media (max-width: 1004px) {
  .about__inner {
    height: 810px;
  }
}

@media (max-width: 800px) {
  .about__inner {
    height: 842px;
  }
}

@media (max-width: 969px) {
  .hero__text {
    font-size: 6.4vw;
    text-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .about__issue {
    width: 88%;
  }
  .mega-navigation, .header__form--links {
    display: none;
  }

  /* ハンバーガーメニュー */
  .header__hamburger {
    display: block;
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    width: 50px;
      height:50px;
    cursor: pointer;
    background:#fff;
    margin-left: auto;
  }
  /*ボタン内側*/

  .header__hamburger span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #666;
  }


  .header__hamburger span:nth-of-type(1) {
    top: 20px; 
    width: 50%;
  }

  .header__hamburger span:nth-of-type(2) {
    top: 30px;
    width: 50%;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .header__hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 48%;
  }

  .header__hamburger.active span:nth-of-type(2) {
    top: 30px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 48%;
  }

  .header__wrapper {
    margin-right: 8px;
    margin-left: 20px;
    position: relative;
  }
  
  .header--sp {
    padding-bottom: 32px;
    position: absolute;
    z-index: 10;
    background-color: #2A80C4;
    width: 100%;
    margin: 3%;
    width: 94%;
    border-radius: 8px;
  }

  .header--sp a {
    color: #fff;
    font-size: 15px;
  }

  .navigation--sp {
    margin: 16px 20px 24px;
  }

  .menu-item--sp {
    position: relative;
    padding: 12px 4%;
    border-bottom: 1px solid #fff;
  }
  
  .menu-item--sp a::after {
    content: "";
    top: 21px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
  }

  .link__button--primary--sp, .link__button--secondary--sp {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 612px) {
  .about__inner {
    height: 940px;
  }
}

@media (max-width: 538px) {
  .about__inner {
    height: 930px;
  }
}

@media (max-width: 504px) {
  .about__inner {
    height: 980px;
  }
}

@media (max-width: 490px) {
  .about__inner {
    height: 1000px;
  }
}

@media (max-width: 486px) {
  .about__inner {
    height: 1040px;
  }
}


@media (max-width: 440px) {
  .hero__text {
    font-size: 32px;
    margin: 0px 2.5% 24px;
  }
  .hero__inner {
    display: block;
  }
  
  .hero__img--device {
    display: none;
  }
  
  .hero__img--device--sp {
    display: block;
    width: 86%!important;
    margin: 0 auto 32px;
  }

  .text__block {
    text-align: center;
    height: 50px;
  }

  .text__block:first-child {
    letter-spacing: 0px;
  }

  .hero__links {
    margin: 0 auto 32px;
  }

  .link__button h2 {
    margin: 0 auto 16px;
    padding: 12px;
  }

  .client__statement {
    font-size: 13px;
  }

  .client__statement:before {
    transform: translateX(-28px) translateY(6px) rotate(-28deg);
  }
  .client__statement:after {
    transform: translateX(28px) translateY(-14px) rotate(28deg);
  }

  .client__industy--list {
    padding: 4px 22px;
    font-size: 14px;
  }

  .about__text {
    margin: 0 6% 48px;
  }

  .about__issue--heading {
    margin: 0 20px 48px;
  }

  .about__issue--list {
    column-count: 1;
  }

  .about__inner {
    height: 1042px;
  }

  .subTitle {
    font-size: 20px;
  }

  .titleText {
    font-size: 26px;
  }

  .feature__inner {
    width: 88%;
    margin: auto;
  }

  .feature__item, .feature__item:nth-child(2n-1) {
    flex-direction: column;
  }

  .feature__img {
    width: 100%;
  }

  .solution__inner {
    width: 88%;
    margin: auto;
    transform: translateY(-138px);
    gap: 4px;
  }

  .flow__inner {
    display: grid;
    gap: 32px;
  }

  .flow__step {
    width: 88%;
    max-width: 800px;
    margin: auto;
  }

  .faq__inner {
    width: 88%;
  }

  .footer__inner {
    width: 96%;
    padding: 54px 32px;
  }

  .footer__button--wrap {
    display: grid;
  }

  .footer__link {
    display: grid;
  }

  .sp__newline {
    display: block;
  }

  .feature, .feature, .flow, .faq {
    margin: 0 auto 120px;
  }
  .solution {
    margin-bottom: -12px;
  }
}

@media (max-width: 422px) {
  .about__inner {
    height: 1080px;
  }
}

@media (max-width: 382px) {
  .about__inner {
    height: 1120px;
  }
}

@media (max-width: 371px) {
  .about__inner {
    height: 1154px;
  }
}