@charset "UTF-8";
/*----------------------------------------------------------------------
breadcrumbs
----------------------------------------------------------------------*/
#breadcrumbs {
  font-size: 0.75rem; /* 12px */
  margin-top: 40px;
  margin-bottom: 20px;
}

#breadcrumbs ul {
  list-style: none;
  letter-spacing: -0.4em;
  padding: 0;
}

#breadcrumbs li {
  display: inline-block;
  letter-spacing: 0;
}

#breadcrumbs li + li {
  margin-left: 1em;
}

#breadcrumbs li:first-child {
  margin-right: 0.2em;
}

#breadcrumbs li:before {
  content: "＞";
  display: inline-block;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child:before {
  display: none;
}

/* =====================================================================
common
===================================================================== */
#contactus-fixed.is-fixed {
  overflow: visible;
}

#contactus-fixed.is-fixed::before,
#contactus-fixed.is-fixed::after {
  content: "";
  position: absolute;
  width: calc(50vw - 50% - 8.5px);
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

#contactus-fixed.is-fixed::before {
  left: 0.5px;
  transform: translateX(-100%);
}

#contactus-fixed.is-fixed::after {
  right: 0.5px;
  transform: translateX(100%);
}

#contactus-fixed {
  flex-wrap: wrap;
}

#contactus-fixed p {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
}

.compt.button-link.contact a, .compt.button-link.contact .act {
  background: #e46200 url("../../../lib/img/common/icon/contact.svg") no-repeat 20px center/50px 30px;
}
@media screen and (max-width: 768px) {
  .compt.button-link.contact a, .compt.button-link.contact .act {
    background: #e46200 url(../../../lib/img/common/icon/contact.svg) no-repeat center 22%;
    background-size: 3em auto;
    font-size: 1em;
  }
}

.btnCommon01 {
  background: #fff;
  width: 26em;
  height: 4.125em;
  box-shadow: 0.25em 0.25em 1.3125em rgba(0, 72, 170, 0.25);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btnCommon01 {
    width: auto;
    height: 3.5em;
  }
}
.btnCommon01 a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgb(53, 172, 240);
  background: linear-gradient(to right, rgb(53, 172, 240) 0%, rgb(0, 111, 176) 100%);
  position: relative;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .btnCommon01 a {
    font-size: 1.15em;
  }
}
.btnCommon01 a:hover {
  text-decoration: none;
  background: rgb(0, 111, 176);
  background: linear-gradient(to right, rgb(0, 111, 176) 0%, rgb(53, 172, 240) 100%);
  opacity: 0.8;
}
.btnCommon01 a::after {
  content: "";
  display: inline-block;
  background: url("../img/arrow01.svg") no-repeat;
  background-size: cover;
  width: 0.5em;
  height: 0.8125em;
  position: absolute;
  top: 50%;
  right: 5.5em;
  transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .btnCommon01 a::after {
    width: 0.4em;
    height: 0.62em;
    right: 2.5em;
  }
}

.btnCommon02 {
  display: flex;
  justify-content: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .btnCommon02 {
    margin: 40px auto 0 auto;
  }
}
.btnCommon02 a {
  position: relative;
  display: block;
  padding: 24px 0;
  width: 100%;
  max-width: 650px;
  background: #114ab1;
  background: linear-gradient(90deg, #e258ac 0%, #7945d8 50%, #114ab1 100%);
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  border-radius: 65px;
}
@media screen and (max-width: 599px) {
  .btnCommon02 a {
    font-size: 1.15em;
    padding: 16px 0;
  }
}
.btnCommon02 a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #114ab1 0%, #7945d8 50%, #e258ac 100%);
  opacity: 0.8;
}
.btnCommon02 a::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow01.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 55px;
  bottom: 38px;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 599px) {
  .btnCommon02 a::after {
    width: 0.4em;
    height: 0.62em;
    right: 2.5em;
  }
}
.btnCommon02 a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 55%;
}
@media screen and (max-width: 599px) {
  .btnCommon02 a span {
    font-size: 70%;
  }
}

/* =====================================================================
otsecurity
===================================================================== */
#otsecurity {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  #otsecurity {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 599px) {
  #otsecurity {
    font-size: 3.7vw;
  }
}
#otsecurity a {
  transition: all 0.2s ease;
}

@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .-pc {
    display: none;
  }
}

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

/* =====================================================================
mv
===================================================================== */
.mv {
  position: relative;
}
@media screen and (max-width: 599px) {
  .mv {
    height: 560px;
  }
}
.mv .bg {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .mv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 599px) {
  .mv__txt {
    position: relative;
    left: 2.5vw;
    top: 90px;
    transform: translateY(0);
    width: 95vw;
  }
}
.mv__txt h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .mv__txt h2 {
    margin-bottom: 0;
    font-size: 6.6vw;
  }
}
.mv__txt h2 div {
  padding: 0 16px;
  background: linear-gradient(90deg, #e258ac 0%, #7945d8 50%, #114ab1 100%);
  box-shadow: 5px 5px #fff;
}
@media screen and (max-width: 599px) {
  .mv__txt h2 div {
    display: inline-block;
  }
}
.mv__txt h2 div:not(:first-child) {
  display: inline-block;
  margin-top: 8px;
}
.mv__txt p {
  font-weight: 700;
  line-height: 1.6;
}
.mv__txt a {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 24px 0;
  max-width: 350px;
  background: #ffa200;
  background: linear-gradient(0deg, #ffa200 0%, #ff6c00 100%);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  .mv__txt a {
    margin-top: 28px;
    margin-left: 2.5vw;
    padding: 16px 0;
    font-size: 16px;
  }
}
.mv__txt a::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow01.svg) no-repeat;
  background-size: cover;
  width: 0.5em;
  height: 0.8125em;
}
.mv__txt a:hover {
  text-decoration: none;
  background: linear-gradient(0deg, #ff6c00 0%, #ffa200 100%);
  opacity: 0.8;
}

/* =====================================================================
about
===================================================================== */
.about {
  padding: 100px 0;
  background-image: url("../img/bg_about.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .about {
    padding: 60px 0;
  }
}
.about .inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.about__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .about__wrap {
    gap: 16px;
  }
}
.about__content {
  width: calc((100% - 40px) / 3);
  padding-top: 16px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #c3c3c3;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .about__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
  }
}
.about__content:first-child img {
  transform: scale(1.2) translateY(15px);
}
@media screen and (max-width: 599px) {
  .about__content:first-child img {
    transform: scale(1) translateY(0) translateX(20px);
    width: 65%;
  }
}
.about__content:nth-child(2) img {
  width: 85%;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .about__content:nth-child(2) img {
    width: 50vw;
  }
}
.about__content:last-child img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .about__content:last-child img {
    width: 55%;
    transform: translateX(15px);
  }
}
.about__ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .about__ttl {
    font-size: 4.4vw;
  }
}
.about h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .about h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 5.6vw;
  }
}
.about p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* =====================================================================
problem
===================================================================== */
.problem {
  padding: 100px 0;
  background-color: #e8edf4;
}
@media screen and (max-width: 599px) {
  .problem {
    padding: 60px 0;
  }
}
.problem .inner {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .problem h3 {
    font-size: 4.7vw;
  }
}
.problem h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 42px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 16px 0;
  background: linear-gradient(90deg, #e258ac 0%, #7945d8 50%, #114ab1 100%);
}
@media screen and (max-width: 599px) {
  .problem h2 {
    margin-bottom: 24px;
    font-size: 6vw;
  }
}
.problem h2::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/arrow-problem.png");
  background-size: cover;
  background-position: center;
  width: 45px;
  height: 21px;
}
@media screen and (max-width: 599px) {
  .problem h2::after {
    top: 85%;
  }
}
.problem__wrap {
  position: relative;
}
.problem__wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e258ac 0%, #7945d8 50%, #114ab1 100%);
  opacity: 0.4;
  z-index: 1;
}
.problem__list {
  position: relative;
  background-image: url("../img/bg_problem.png");
  background-size: cover;
  background-position: center;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .problem__list {
    padding: 30px 24px;
  }
}
.problem__list li {
  position: relative;
  padding-left: 36px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .problem__list li {
    padding-left: 28px;
    font-size: 3.6vw;
  }
}
.problem__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../img/checkbox.png");
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 26px;
}
@media screen and (max-width: 599px) {
  .problem__list li::before {
    top: 1px;
    transform: translateY(0);
    width: 20px;
    height: 20px;
  }
}
.problem__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .problem__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.problem .support {
  margin-top: 80px;
}
.problem .support .img-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .problem .support .img-ttl {
    margin-bottom: 40px;
  }
}
.problem .support .img-ttl + p {
  font-size: 26px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .problem .support .img-ttl + p {
    font-size: 4vw;
    width: 80%;
    margin: 0 auto;
  }
}
.problem .support .answer_figure {
  margin: 40px auto 60px auto;
  width: 80%;
  max-width: 1000px;
}
@media screen and (max-width: 599px) {
  .problem .support .answer_figure {
    margin: 30px auto 40px auto;
  }
}
.problem .support .answer_figure img {
  width: 100%;
  height: auto;
}
.problem .support__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
@media screen and (max-width: 599px) {
  .problem .support__wrap {
    gap: 12px 8px;
  }
}
.problem .support__content {
  position: relative;
  width: calc((100% - 32px) / 3);
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px #acccd8;
}
@media screen and (max-width: 599px) {
  .problem .support__content {
    width: calc((100% - 8px) / 2);
    padding: 12px;
  }
}
.problem .support__content:last-child .support__img {
  margin-top: 30px;
  height: 150px;
}
.problem .support__content p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .problem .support__content p {
    text-align: left;
    font-size: 3.6vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .problem .support__content:nth-child(2) .support__img {
    transform: translateX(10px);
  }
  .problem .support__content:nth-child(3), .problem .support__content:nth-child(4) {
    padding-top: 42px;
  }
  .problem .support__content:nth-child(3) .support__img, .problem .support__content:nth-child(4) .support__img {
    height: 90px;
  }
}
.problem .support__content:nth-child(5) {
  padding-top: 35px;
}
.problem .support__content:last-child p {
  margin-top: 35px;
}
@media screen and (max-width: 599px) {
  .problem .support__content:last-child p {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .problem .support__content:last-child .support__img {
    margin-top: 30px;
    margin-bottom: 33px;
    height: 70px;
  }
}
.problem .support__num {
  position: absolute;
  top: 20px;
  left: 30px;
  width: auto;
  height: 55px;
}
@media screen and (max-width: 599px) {
  .problem .support__num {
    position: absolute;
    top: 16px;
    left: 16px;
    width: auto;
    height: 24px;
  }
}
.problem .support__img {
  display: block;
  width: auto;
  height: 180px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 599px) {
  .problem .support__img {
    height: 100px;
    margin: 0 auto 10px auto;
  }
}

/* =====================================================================
feature
===================================================================== */
#feature {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  #feature {
    padding: 60px 0;
  }
}
#feature .inner {
  width: 1200px;
  max-width: 93%;
  margin: 0 auto;
}
#feature .inner h2 {
  font-weight: 900;
  font-size: 3.625em;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
  line-height: 1.38;
}
@media screen and (max-width: 599px) {
  #feature .inner h2 {
    font-size: 9vw;
    margin-bottom: 24px;
  }
}
#feature .inner h2 span {
  display: block;
  margin-bottom: 8px;
  font-size: 40%;
}
#feature .inner .box02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 6.5em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 {
    display: block;
    margin-bottom: 30px;
  }
}
#feature .inner .box02 .box0201 {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 {
    width: 100%;
  }
}
#feature .inner .box02 .box0201 .icon01 {
  width: 6.9375em;
  height: auto;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 .icon01 {
    width: 80px;
    margin-bottom: 16px;
  }
}
#feature .inner .box02 .box0201 h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4375;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 h3 {
    font-size: 1.25em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
}
#feature .inner .box02 .box0201 p {
  line-height: 1.77;
  font-size: 1.125em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 p {
    line-height: 1.5;
    font-size: 1em;
    margin-top: 0;
  }
}
#feature .inner .box02 .box0201 .list01 {
  padding-top: 1em;
  list-style-type: disc;
  margin-left: 1.3em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 .list01 {
    padding-top: 0.75em;
  }
}
#feature .inner .box02 .box0201 .list01 li {
  font-size: 1.125em;
  margin-top: 0.25em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 .list01 li {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 .list02 {
    padding-top: 0.75em;
  }
}
#feature .inner .box02 .box0201 .list02 li {
  font-size: 1.125em;
  text-indent: -1em;
  margin: 0.25em 0 0 1em;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0201 .list02 li {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.5;
  }
}
#feature .inner .box02 .box0202 {
  width: calc(50% - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50px);
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0202 {
    margin: 1.25em 15% 1.5em auto;
    width: 65%;
    transform: translateY(0);
  }
}
#feature .inner .box02 .box0202.img01 img {
  width: 70%;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0202.img01 img {
    width: 90%;
  }
}
#feature .inner .box02 .box0202.img02 img {
  width: 88%;
}
#feature .inner .box02 .box0202.img03 img {
  width: 70%;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .box0202.img03 img {
    width: 90%;
  }
}
#feature .inner .box02 .bg01 {
  position: absolute;
  top: -95%;
  right: -35%;
  height: auto;
  width: 76.25%;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02 .bg01 {
    top: -13%;
    right: auto;
    left: -35%;
    width: 80%;
    opacity: 0.8;
  }
}
#feature .inner .box02.box03 {
  flex-direction: row;
}
#feature .inner .box02.box03 .bg01 {
  left: -50%;
  right: auto;
  top: 0;
}
@media screen and (max-width: 599px) {
  #feature .inner .box02.box03 .bg01 {
    left: auto;
    right: -35%;
    top: -20%;
  }
}

/* =====================================================================
operation
===================================================================== */
.operation {
  padding-bottom: 100px;
  background-color: #e8edf4;
}
@media screen and (max-width: 599px) {
  .operation {
    padding-bottom: 60px;
  }
}
.operation .inner {
  padding-top: 60px;
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}
.operation__content {
  background-color: #fff;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 0 10px #c3c3c3;
}
.operation__content:first-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.operation__content:first-child img {
  width: calc((100% - 32px) / 3);
  height: auto;
}
@media screen and (max-width: 599px) {
  .operation__content:first-child img {
    width: 95%;
  }
}
.operation__content:nth-child(2) {
  display: flex;
  align-items: flex-start;
  padding: 24px 50px;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) {
    position: relative;
    display: block;
    padding: 36px 20px;
  }
}
.operation__content:nth-child(2) .operation__txt {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) .operation__txt {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.operation__content:nth-child(2) .operation__txt h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) .operation__txt h3 {
    font-size: 4.4vw;
  }
}
.operation__content:nth-child(2) .operation__txt h3 div {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ffe100;
}
.operation__content:nth-child(2) .operation__txt h3 div:first-child {
  margin-bottom: 4px;
}
.operation__content:nth-child(2) .operation__txt p {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) .operation__txt p {
    font-size: 3.6vw;
  }
}
.operation__content:nth-child(2) .operation__txt h4 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) .operation__txt h4 {
    font-size: 4.3vw;
  }
}
.operation__content:nth-child(2) .operation__txt h4 strong {
  font-size: 170%;
  color: #0051d6;
}
.operation__content:nth-child(2) img {
  width: calc(30% - 24px);
  height: auto;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(2) img {
    position: absolute;
    top: 22px;
    right: 13px;
    z-index: 2;
  }
}
.operation__content:nth-child(3) {
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(3) {
    padding: 30px 10px;
  }
}
.operation__content:nth-child(3) h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(3) h2 {
    font-size: 4.8vw;
  }
}
.operation__content:nth-child(3) h2 span {
  display: block;
  margin-bottom: 4px;
  font-size: 65%;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(3) h2 span {
    margin-bottom: 24px;
    font-size: 70%;
  }
}
.operation__content:nth-child(3) .operation__img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .operation__content:nth-child(3) .operation__img {
    width: 90%;
  }
}
.operation__content:nth-child(3) .operation__img img {
  width: 100%;
  height: auto;
}
.operation h5 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.operation h5 + p {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
}

/* =====================================================================
related
===================================================================== */
.related {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .related {
    padding: 60px 0;
  }
}
.related .inner {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
}
.related h2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .related h2 {
    margin-bottom: 24px;
    font-size: 6vw;
  }
}
.related__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.related__content {
  position: relative;
  display: block;
  width: calc((100% - 24px) / 4);
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .related__content {
    width: calc((100% - 8px) / 2);
    height: 150px;
  }
}
.related__content:hover {
  opacity: 0.6;
}
.related__content p {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 85%;
}
@media screen and (max-width: 599px) {
  .related__content p {
    left: 8px;
    bottom: 8px;
    width: 90%;
    font-size: 2.7vw;
  }
}
.related__content p img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .related__content p img {
    width: 15px;
  }
}
.related__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =====================================================================
contact
===================================================================== */
#contact {
  background: url("../img/contactImg01.png") 0 0 no-repeat #004ba0;
  background-size: auto 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #contact {
    background: url("../img/contactImg01.png") -100% 0 no-repeat #004ba0;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 599px) {
  #contact {
    background: #004ba0;
  }
}
#contact .box01 {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #contact .box01 {
    display: block;
  }
}
#contact .box01 .inner {
  width: 25.625em;
  max-width: 100%;
  padding: 6em 0;
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner {
    width: 100%;
    padding: 0.5em 0 4em;
  }
}
#contact .box01 .inner .txt01 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner .txt01 {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 1.85em;
  }
}
#contact .box01 .inner .btn01 {
  background: transparent;
  height: auto;
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner .btn01 {
    width: 21em;
    max-width: 100%;
  }
}
#contact .box01 .inner .btn01 li:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner .btn01 li:not(:last-child) {
    margin-bottom: 1.125em;
  }
}
#contact .box01 .inner .btn01 li a {
  padding: 1.375em 0;
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner .btn01 li a {
    padding: 0.9em 0;
  }
}
@media screen and (max-width: 599px) {
  #contact .box01 .inner .btn01 li a::after {
    right: 1.25em;
  }
}