@charset "UTF-8";
/*********************************
	RESET
*********************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  margin: 0;
  padding: 0;
  padding-inline: 0;
}

/*********************************
	LAYOUT
*********************************/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  color: #1a1a1a;
  background: #e8f7fe;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }
}

.inner {
  max-width: 1024px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.inner._wrap {
  padding: 70px 0;
}

a:hover {
  opacity: 0.8;
}

.chapter_title {
  font-size: 4rem;
  color: #002061;
  padding-bottom: 40px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .chapter_title {
    font-size: 3rem;
    padding-bottom: 30px;
  }
}
.chapter_title .small {
  font-size: 2.5rem;
  color: #1a1a1a;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .chapter_title .small {
    font-size: 1.7rem;
  }
}
.chapter_title-border {
  padding-bottom: 60px;
}
.chapter_title-border:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #002061;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}

/*********************************
	HEADER
*********************************/
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__wrap-left {
  max-width: 190px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__wrap-left {
    max-width: 130px;
  }
}
.header__wrap-left svg {
  width: 100%;
  height: auto;
}
.header__wrap-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  display: block;
}

.nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 100%;
  padding: 10px 0 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .nav {
    top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    height: 100vh;
  }
}
.nav__items {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 15px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .nav__items {
    grid-auto-flow: unset;
    gap: 20px;
  }
}
.nav__items-item {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .nav__items-item {
    text-align: center;
  }
}
.nav__items-item a {
  font-size: 1.6rem;
  color: #002061;
  font-weight: 600;
}
.nav__items .item-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .nav__items .item-sp {
    display: block;
  }
}
.nav.active {
  display: block;
}

.hamburger {
  width: 40px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .hamburger {
    width: 30px;
  }
}
.hamburger-line {
  width: 40px;
  height: 2px;
  background-color: #002061;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
@media screen and (max-width: 480px) {
  .hamburger-line {
    width: 30px;
  }
}
.hamburger-line:nth-child(1) {
  top: 0;
}
.hamburger-line:nth-child(2) {
  margin: 4px 0;
}
.hamburger-line:nth-child(3) {
  top: 0;
}
.hamburger.active .hamburger-line:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger-line:nth-child(3) {
  top: -7px;
  transform: rotate(-45deg);
}

/*********************************
	CONTENTS
*********************************/
.first_view {
  background: url(../img/fv-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .first_view {
    padding-top: 50px;
  }
}
.first_view-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .first_view-img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.negative {
  background: url(../img/negative-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 90px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .negative {
    background: url(../img/negative-bg-sp.png);
    padding: 50px 0 59px;
  }
}
.negative__img {
  margin-bottom: 35px;
}
.negative:after {
  content: url(../img/negative-arrow.svg);
  width: 15px;
  height: 100px;
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  margin: auto;
}

.intro {
  padding-top: 75px;
  text-align: center;
}
.intro__catch {
  position: relative;
}
.intro .intro__img-axia {
  margin-bottom: 30px;
}
.intro .intro__img-woman {
  position: absolute;
  right: 70px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .intro .intro__img-woman {
    right: -10px;
    bottom: -24px;
  }
}
@media screen and (max-width: 480px) {
  .intro .intro__img-woman {
    display: none;
  }
}
.intro .intro__img-suggest {
  margin-bottom: 40px;
}
.intro .intro__img-kanren {
  margin-bottom: 60px;
}
.intro .intro__img-summary {
  margin-bottom: 60px;
}

.high {
  padding-bottom: 90px;
  background: #efefef;
  text-align: center;
}
.high__title {
  position: relative;
  background: #213d76;
  padding: 15px 0;
  margin-bottom: 80px;
}
.high__title-02 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -44px;
  margin: auto;
}
.high__example-title {
  vertical-align: top;
}
.high__example-img {
  margin-bottom: 40px;
}
.high__example-img:last-of-type {
  margin-bottom: 0;
}

.cta {
  background: url(../img/cta-bg.jpg);
  background-size: cover;
  padding: 30px 0 0;
  text-align: center;
}
.cta__bnr {
  display: flex;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 480px) {
  .cta__bnr {
    flex-direction: column;
  }
}
.cta__bnr-link {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .cta__bnr-link {
    width: 100%;
  }
}
.cta__bnr-link img {
  width: 100%;
}

.burst {
  background: url(../img/burst-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}
.burst__list {
  margin-bottom: 50px;
}

.customer {
  padding: 70px 0;
  text-align: center;
  background: #f1f1f1;
}
.customer__title {
  margin-bottom: 10px;
}
.customer__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .customer__list {
    flex-direction: column;
  }
}
.customer__list-img {
  width: calc(50% - 10px);
}
@media screen and (max-width: 480px) {
  .customer__list-img {
    width: 100%;
  }
}

.case {
  text-align: center;
  padding: 70px 0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8ebf0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8ebf0 calc(100% - 1px));
  background-color: #fff;
  background-size: 15px 15px;
}
.case__title {
  text-align: center;
}
.case__title p {
  display: inline-block;
  background: #002061;
  color: #fff;
  font-size: 3rem;
  padding: 15px 40px;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .case__title p {
    font-size: 2rem;
    padding: 10px 15px;
  }
}
.case__box {
  border: 4px solid #002061;
  border-radius: 5px;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  .case__box {
    padding: 10px;
  }
}
.case__box-contents {
  background: #e8f7fe;
  box-shadow: 3px 3px #eee;
  padding: 35px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .case__box-contents {
    padding: 15px 0;
  }
}
.case__box-contents:hover {
  cursor: pointer;
}
.case__box .case_contents-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents-title {
    padding-right: 10px;
  }
}
.case__box .case_contents-title-lead {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 15px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents-title-lead {
    font-size: 1.5rem;
  }
}
.case__box .case_contents-title-arrow {
  width: 37px;
  height: 37px;
  margin-left: auto;
  transform: rotate(180deg);
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents-title-arrow {
    width: 16px;
    height: 16px;
  }
}
.case__box .case_contents-title.open .case_contents-title-arrow {
  transform: rotate(360deg);
}
@media screen and (max-width: 480px) {
  .case__box .case_contents-title-laber {
    width: 60px;
  }
}
.case__box .case_contents-leading {
  display: none;
}
.case__box .case_contents-leading.open {
  display: block;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents .leading {
    padding: 0 15px;
  }
}
.case__box .case_contents .leading-wrap {
  background: #fff;
  padding: 25px;
  margin: 15px 35px 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents .leading-wrap {
    padding: 15px;
    margin: 15px 0 0;
  }
}
.case__box .case_contents .leading-wrap:after {
  content: url(../img/case-end.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents .leading-wrap:after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .case__box .case_contents .leading-img {
    padding: 0;
  }
}
.case__box .case_contents .leading-title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b9b9b9;
}
@media screen and (max-width: 480px) {
  .case__box .case_contents .leading-title {
    font-size: 1.5rem;
  }
}
.case__box .case_contents .leading-title .caution {
  color: #d32c25;
}

.effect {
  padding: 40px 0 120px;
  text-align: center;
  background: repeating-linear-gradient(-50deg, #e8f7fe, #e8f7fe 7px, #fff 7px, #fff 10px);
}
.effect__arrow {
  margin-bottom: 20px;
}
.effect__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .effect__list {
    flex-direction: column;
    gap: 20px;
  }
}
.effect__list-item {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 480px) {
  .effect__list-item {
    width: 100%;
  }
}

.suggest {
  background: #213d76;
  text-align: center;
  height: 90px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .suggest {
    height: 65px;
  }
}
.suggest-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .suggest-img {
    width: 80%;
  }
}

.merit {
  text-align: center;
  background: url(../img/merit-bg-pc.png) #fff;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .merit__list {
    flex-direction: column;
    gap: 20px;
  }
}
.merit__list-item {
  width: calc(50% - 15px);
  background: #fff;
  border: 5px solid #cbedfd;
  border-radius: 15px;
  box-shadow: 5px 5px #eee;
  padding: 50px 30px 30px;
  aspect-ratio: 4/3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit__list-item {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .merit__list-item {
    width: 100%;
    border-radius: 10px;
  }
}
.merit__list-item-laber {
  position: absolute;
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .merit__list-item-laber {
    width: 50px;
    left: 10px;
  }
}
.merit__list-item-title {
  font-size: 3.5rem;
  line-height: 1.4;
  margin: 15px auto;
}
@media screen and (max-width: 480px) {
  .merit__list-item-title {
    font-size: 2.5rem;
  }
}
.merit__list-item-lead {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .merit__list-item-icon {
    max-width: 220px;
  }
}

.monitoring {
  padding: 70px 0;
  text-align: center;
}
.monitoring .inner {
  max-width: 800px;
}
.monitoring__lead {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .monitoring__lead {
    font-size: 1.5rem;
  }
}
.monitoring__img {
  margin-bottom: 30px;
}

.comparison {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8ebf0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8ebf0 calc(100% - 1px));
  background-color: #fff;
  background-size: 15px 15px;
  padding: 70px 0;
  text-align: center;
}

.message {
  padding: 70px 0;
  text-align: center;
  background: url(../img/message-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.price {
  padding: 70px 0;
  background: #efefef;
}
.price__lead {
  max-width: 800px;
  margin: 0 auto 40px;
}
.price__list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .price__list {
    flex-direction: column;
  }
}
.price__list-item {
  width: calc(33.3333333333% - 13px);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .price__list-item {
    width: 80%;
    margin: 0 auto;
  }
}
.price__list-caption {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.price__function {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .price__function {
    font-size: 1.7rem;
    text-align: left;
  }
}

.flow {
  text-align: center;
  padding: 70px 0;
}

.faq {
  padding: 70px 0;
  background-color: #f1f2f6;
  background-image: linear-gradient(-90deg, transparent 2px, #fff 2px), linear-gradient(transparent 2px, #fff 2px);
  background-size: 13px 13px;
}
.faq__contents {
  background: #efefef;
  margin-bottom: 25px;
  padding: 10px 20px;
  border-radius: 5px;
}
.faq__contents-question {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.faq__contents-question-lead {
  font-weight: 600;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .faq__contents-question-icon {
    max-width: 35px;
  }
}
.faq__contents-question::after {
  content: "";
  border-bottom: solid 2px #959595;
  border-right: solid 2px #959595;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: auto;
  transition: all 0.5s;
}
.faq__contents-question:hover {
  cursor: pointer;
}
.faq__contents-question.open:after {
  transform: rotate(225deg);
}
.faq__contents-answer {
  display: none;
}
@media screen and (max-width: 480px) {
  .faq__contents-answer-icon {
    max-width: 35px;
  }
}
.faq__contents-answer.open {
  display: block;
}
.faq__contents-answer-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}
.faq__contents.open-question:after {
  transform: rotate(225deg);
}
.contact {
  padding: 100px 0 70px;
}
@media screen and (max-width: 480px) {
  .contact {
    padding: 70px 0;
  }
}
.contact .contact__box {
  max-width: 850px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.contact .contact__box-header {
  position: relative;
  top: -53px;
}
@media screen and (max-width: 480px) {
  .contact .contact__box-header {
    top: 0;
  }
}
.contact .contact__box-header-comment {
  display: none;
}
@media screen and (max-width: 480px) {
  .contact .contact__box-header-comment {
    display: block;
    position: absolute;
    right: 0;
    top: -60px;
  }
}
.contact .contact__box-form {
  padding: 30px 50px 50px;
}
@media screen and (max-width: 768px) {
  .contact .contact__box-form {
    padding: 15px 15px 30px;
  }
}
.contact .contact__box .form__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media screen and (max-width: 480px) {
  .contact .contact__box .form__contents {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.contact .contact__box .form__contents-title {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .contact .contact__box .form__contents-title {
    width: 100%;
    font-size: 1.5rem;
  }
}
.contact .contact__box .form__contents-title .req {
  font-size: 1rem;
  background: #002061;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 3px 10px;
  margin-right: 10px;
}
.contact .contact__box .form__contents-title-privacy {
  width: 100%;
}
.contact .contact__box .form__contents-item {
  width: calc(70% - 10px);
}
@media screen and (max-width: 480px) {
  .contact .contact__box .form__contents-item {
    width: 100%;
  }
}
.contact .contact__box .form__contents-item input,
.contact .contact__box .form__contents-item textarea {
  width: 100%;
  background: #f2f2f2;
  border: 0;
  padding: 5px 20px;
}
.contact .contact__box .form__contents-item-privacy {
  width: 100%;
}
.contact .contact__box .form__contents-item-privacy input {
  margin-bottom: 10px;
}
.contact .contact__box .form__contents-item-privacy-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
.contact .contact__box .form__contents-item-privacy-text a {
  color: #da5e29;
  text-decoration: underline;
  font-weight: 600;
}
.contact .contact__box .form__submit {
  margin: 0 auto;
  display: block;
  background: linear-gradient(0deg, rgb(226, 68, 0) 0%, rgb(231, 120, 47) 100%);
  color: #fff;
  max-width: 275px;
  width: 100%;
  border: 0;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .contact .contact__box .form__submit {
    font-size: 2rem;
  }
}

.company {
  padding: 70px 0;
  background: #fff;
}
.company__detail {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  border-collapse: collapse;
}
@media screen and (max-width: 480px) {
  .company__detail {
    font-size: 1.5rem;
  }
}
.company__detail-title {
  border-bottom: 1px solid #b0b0b0;
  color: #002061;
  padding: 15px 20px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .company__detail-title {
    width: 100%;
    display: block;
    padding: 15px 0 0;
    border-bottom: 0;
  }
}
.company__detail-text {
  border-bottom: 1px solid #b0b0b0;
  padding: 15px 20px;
}
@media screen and (max-width: 480px) {
  .company__detail-text {
    width: 100%;
    display: block;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .company__detail tr:last-of-type td {
    border-bottom: 0;
  }
}

.sp-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-contact {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.5s;
  }
}
.sp-contact__title {
  background: #002b81;
  border-radius: 5px 5px 0 0;
  text-align: center;
  height: 40px;
}
.sp-contact__title-wrap {
  display: inline-block;
  position: relative;
}
.sp-contact__title-img {
  position: absolute;
  bottom: 0;
  left: -50px;
}
.sp-contact__title-text {
  color: #fff;
  font-size: 2rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
  left: 20px;
}
.sp-contact__title-text .big {
  font-size: 2.4rem;
}
.sp-contact__bnr {
  display: none;
}
.sp-contact__bnr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 10px solid #002b81;
  border-top: 0;
  border-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .sp-contact__bnr-wrap {
    flex-direction: column;
  }
}

.footer {
  background: #213d76;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer__copy {
  padding: 18px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .tab_hide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .smart_hide {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */