@charset "UTF-8";
/*********************************/
/*            commmon            */
/*********************************/
/*********************************/
/*               PC              */
/*********************************/
/*********************************/
/*               SP              */
/*********************************/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500&display=swap");
/*********************************/
/*            commmon            */
/*********************************/
/*********************************/
/*               PC              */
/*********************************/
/*********************************/
/*               SP              */
/*********************************/
/*********************************************/
/*                    SCSS                   */
/*********************************************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  position: relative;
}
body * a {
  cursor: pointer;
}

/* クラス名「forSp」をつけると、768px以下でのみ表示されるようにしてあります。ƒ
クラス名「forPc」をつけると769px以上でのみ表示されます。 */
.forSp {
  display: none;
}
.forPc {
  display: block;
}

.cursor {
  border-radius: 50%;
  position: absolute;
  z-index: 100000;
  top: -2rem;
  left: -2rem;
  cursor: none;
  display: none;
  pointer-events: none;
  width: 5.1rem;
  height: 5.1rem;
  background-color: #ffe100;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 5.1rem;
}

.header {
  position: relative;
  z-index: 990;
}
.header-box {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 119rem;
  height: 7rem;
  z-index: 990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #187fc3;
  border-radius: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
          box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
}
.header-box-logo {
  width: 11.4rem;
  padding-left: 3rem;
}
.header-service {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 113.5rem;
  height: 7.6rem;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 6.8rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  z-index: 60;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.header-service-content {
  font-size: 1.6rem;
  color: #262626 !important;
}
.header-service-content:hover {
  color: #187fc3 !important;
}
.header-index {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 119rem;
  height: 7rem;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #187fc3;
  border-radius: 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
          box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
}
.header-index-logo {
  width: 11.4rem;
  padding-left: 3rem;
}

.submenu:hover .header-service {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-700rem);
            transform: translateX(-700rem);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-700rem);
            transform: translateX(-700rem);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn3 {
  from {
    opacity: 0;
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  to {
    opacity: 1;
  }
}
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 999;
}

#loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #187fc2;
  -webkit-transition: all 3s;
  transition: all 3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.load-wrapp {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  width: 100px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}
.load-6 {
  -webkit-animation-name: loadingF;
          animation-name: loadingF;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
}

.letter {
  -webkit-animation-name: loadingF;
          animation-name: loadingF;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
}
.letter-holder {
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 2rem;
}

.l-1 {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.l-2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.l-3 {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.l-4 {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.l-5 {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.l-6 {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.l-7 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.l-8 {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.l-9 {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.l-10 {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}

.line {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0.3rem;
  background-color: #fff;
}

.load-3 .line:nth-last-child(1) {
  -webkit-animation: loadingC 0.6s 0.1s linear infinite;
          animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  -webkit-animation: loadingC 0.6s 0.2s linear infinite;
          animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  -webkit-animation: loadingC 0.6s 0.3s linear infinite;
          animation: loadingC 0.6s 0.3s linear infinite;
}

@-webkit-keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
/*********************************/
/*            PC Base            */
/*********************************/
html {
  scroll-behavior: smooth;
}

.gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.3em;
  list-style: none;
  text-align: center;
  padding-left: 5rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gnavi01 {
  width: 5.6rem;
  padding: 0 1.5rem;
  height: 30%;
  margin-top: 2.5rem;
}
.gnavi02 {
  width: 11.2rem;
  padding: 2rem 1.5rem;
  margin-top: 1.8rem;
}
.gnavi03 {
  width: 11.2rem;
  padding: 1rem 1.5rem;
  margin-top: 2.5rem;
}
.gnavi04 {
  background-color: #ffe100;
  width: 15rem;
  height: 5rem;
  padding: 1.7rem 2.7rem;
  border-radius: 16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.gnavi04:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.gnavi04:hover .span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #187fc3;
}
.gnavi04:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.gnavi04:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}
.gnavi05 {
  color: #262626;
  padding: 1.6rem;
}
.gnavi06 {
  color: #187fc3;
  padding: 1.6rem;
}

.gnavi li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.gnavi li {
  height: 100%;
}

/*==================================================
　5-3-9 テキストが入れ替わる
===================================*/
.gnavi li a {
  position: relative;
  overflow: hidden;
}

.gnavi li span {
  position: absolute;
  left: 50%;
  top: 0;
  /*アニメーションの指定*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  /*X方向に-50% ※中央寄せにするため*/
  /*ブロック要素にして透過なし、テキスト折り返しなし*/
  display: block;
  opacity: 1;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.gnavi li span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

/*hoverするとテキストが入れ替わる設定*/
.gnavi li:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.gnavi li:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #ffe100;
}

.gnavi li:hover .span02 {
  top: 1rem;
}

.gnavi li span:nth-child(3) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.gnavi li:hover span:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #187fc3;
}

.service__arrow {
  padding-left: 1rem;
}

.company-scroll {
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #262626;
  right: 1%;
  z-index: 18;
  position: fixed;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.company-scroll::-webkit-scrollbar {
  display: none;
}
.company-scroll01, .company-scroll02, .company-scroll04, .company-scroll05, .company-scroll06 {
  padding-bottom: 2.2rem;
}
.company-scroll01, .company-scroll02, .company-scroll03, .company-scroll04, .company-scroll05, .company-scroll06, .company-scroll07 {
  display: block;
}
.company-scroll01:hover, .company-scroll02:hover, .company-scroll03:hover, .company-scroll04:hover, .company-scroll05:hover, .company-scroll06:hover, .company-scroll07:hover {
  color: #187fc3;
}
.company-scroll-change {
  color: #187fc3;
  font-weight: 500;
}
.company-scroll2 {
  display: none;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #262626;
  right: 1%;
  position: fixed;
  overflow-y: scroll;
  z-index: 18;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.company-scroll2::-webkit-scrollbar {
  display: none;
}
.company-first {
  padding-top: 12rem;
  position: relative;
}
.company-first__img {
  width: 100%;
  height: 25.4rem;
}
.company-first-text {
  position: absolute;
  font-family: "Montserrat";
  font-weight: lighter;
  width: 102rem;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.company-first-text__title {
  font-size: 5.6rem;
}
.company-first-text__sub-title {
  font-size: 1.6rem;
}

.container__innerMiddle {
  padding-top: 3rem;
  width: 50vw;
  margin: 0 auto;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.font30 {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.form {
  width: 85.5rem;
  margin: 0 auto;
  padding: 0 0 6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #3e3e3e;
}
.form-top {
  padding-bottom: 4rem;
  text-align: center;
}
.form__title {
  padding-bottom: 3rem;
}
.form__span {
  color: #ed081a;
  padding-right: 0.5rem;
}
.form__span__right {
  color: #ed081a;
  padding-left: 0.5rem;
}
.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  margin: 0 0 -1px;
}
.form-box:first-of-type {
  padding: 2rem 0;
}
.form-box__left {
  width: 23.4rem;
}
.form-box__right {
  width: 55rem;
}
.form-box__right02 {
  width: 55rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form-agree {
  width: 33rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-agree__text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.form-agree__text:hover {
  cursor: pointer;
}
.form-submit {
  width: 33rem;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.Radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Radio02 {
  margin-top: 1rem;
}

.Radio04,
.Radio05 {
  margin-top: 1rem;
}

.Radio-Input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Radio-Text::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1rem;
}

.Radio-Text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3rem;
}

.Radio-Text::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Radio-Input:checked + .Radio-Text::after {
  content: "";
  position: absolute;
  left: calc(0.9rem - 0.5rem);
  display: block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #187fc3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.viewBtn {
  position: relative;
  font-family: "Montserrat";
  width: 18rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.viewBtn-Text {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 8;
}
.viewBtn-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.4rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.viewBtn-Text:hover {
  color: #187fc3;
}
.viewBtn-Text:hover:before {
  width: 103%;
  height: 102%;
}

.viewBtn-white {
  position: relative;
  font-family: "Montserrat";
  width: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: lighter;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
.viewBtn-white-Text {
  width: 100%;
  height: 100%;
  color: #707070;
  z-index: 8;
}
.viewBtn-white-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #187fc3;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.viewBtn-white-Text:hover {
  color: #fff;
}
.viewBtn-white-Text:hover:before {
  width: 103%;
  height: 102%;
}

.yellowBtn {
  width: 15rem;
  height: 5rem;
  padding: 0 2.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe100;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: lighter;
  border-radius: 16rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
.yellowBtn-Text {
  z-index: 200;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.yellowBtn:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.yellowBtn:hover .yellowBtn-Text {
  color: #187fc3;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.yellowBtn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.yellowBtn:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}

.yellowBtn-white {
  width: 28rem;
  margin: 0 auto;
  padding: 1.7rem 4.7rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16rem;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
.yellowBtn-white-Text {
  z-index: 1000;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.yellowBtn-white:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.yellowBtn-white:hover .yellowBtn-white-Text {
  color: #ffffff;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.yellowBtn-white:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #187fc3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.yellowBtn-white:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}

.customerBtn-white {
  width: 18rem;
  padding: 1.7rem 4.7rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16rem;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-top: 2rem;
}
.customerBtn-white-Text {
  z-index: 1000;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.customerBtn-white:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.customerBtn-white:hover .customerBtn-white-Text {
  color: #ffffff;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.customerBtn-white:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #187fc3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
.customerBtn-white:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}

.pageTop__btn {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0.5rem 1rem 0.1rem rgba(100, 100, 100, 0.2);
          box-shadow: 0 0.5rem 1rem 0.1rem rgba(100, 100, 100, 0.2);
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 5rem;
  top: 90vh;
  z-index: 600;
}
.pageTop__btn::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0px;
  border-top: solid 2px #646464;
  border-right: solid 2px #646464;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 57%;
  left: 50%;
  border-bottom-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pageTop-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.partner__text {
  font-size: 1.6rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.06em;
  color: #3e3e3e;
}

.partnerBtn {
  position: relative;
  font-family: "Montserrat";
  width: 44.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: lighter;
  background-color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.partnerBtn-Text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 8;
}
.partnerBtn-Text__arrow {
  color: #187fc2;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin-right: 8rem;
  margin-left: 2.3rem;
}
.partnerBtn-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.partnerBtn-Text:hover {
  color: #187fc3;
}
.partnerBtn-Text:hover:before {
  width: 103%;
  height: 102%;
}
.partnerBtn-Text:hover .partnerBtn-Text__arrow {
  background-color: #187fc2;
  color: #fff;
}

/*blue*/
.customerBtn01 {
  position: relative;
  font-family: "Montserrat";
  width: 38.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: lighter;
  background-color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.customerBtn01-Text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 8;
}
.customerBtn01-Text__arrow {
  color: #187fc2;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin-right: 8rem;
  margin-left: 2.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customerBtn01-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #187fc3;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customerBtn01-Text:hover .customerBtn02-Text02 {
  color: #fff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.customerBtn01-Text:hover:before {
  width: 103%;
  height: 102%;
}

/*white*/
.customerBtn02 {
  position: relative;
  font-family: "Montserrat";
  width: 38.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: lighter;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.customerBtn02-Text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #187fc3;
  z-index: 8;
}
.customerBtn02-Text__arrow {
  color: #187fc2;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin-right: 8rem;
  margin-left: 2.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customerBtn02-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #187fc3;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customerBtn02-Text:hover {
  color: #fff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.customerBtn02-Text:hover:before {
  width: 103%;
  height: 102%;
}

/*blue　右*/
.customerBtn03 {
  position: relative;
  font-family: "Montserrat";
  width: 38.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: lighter;
  background-color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.customerBtn03-Text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 8;
}
.customerBtn03-Text__arrow {
  color: #187fc2;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin-right: 8rem;
  margin-left: 2.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customerBtn03-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #187fc3;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customerBtn03-Text:hover .customerBtn02-Text02 {
  color: #fff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.customerBtn03-Text:hover:before {
  width: 103%;
  height: 102%;
}

/*white　左*/
.customerBtn04 {
  position: relative;
  font-family: "Montserrat";
  width: 38.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: lighter;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 1.6rem 0;
  border-radius: 16rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.customerBtn04-Text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #187fc3;
  z-index: 8;
}
.customerBtn04-Text__arrow {
  color: #187fc2;
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  margin-right: 8rem;
  margin-left: 2.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.customerBtn04-Text:before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  bottom: 0;
  width: 0;
  display: block;
  background: #187fc3;
  border-radius: 16rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customerBtn04-Text:hover {
  color: #fff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.customerBtn04-Text:hover:before {
  width: 103%;
  height: 102%;
}

.title01 {
  font-family: "Montserrat";
  font-size: 4.2rem;
  font-weight: lighter;
  padding-bottom: 0.6rem;
}

.sub-title01 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.title02 {
  font-family: "Montserrat";
  font-weight: lighter;
}

.top__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 37.7rem;
}
.top__bg02 {
  width: 100%;
  height: 25.4rem;
}
.top__title {
  font-family: "Montserrat";
  font-size: 5.6rem;
  font-weight: lighter;
}
.top__sub-title {
  font-size: 1.6rem;
  line-height: 1.4;
}
.top-down {
  margin: 10rem 0;
}
.top-down02 {
  margin-top: 11.5rem;
}
.top-block {
  position: relative;
}
.top-block__text {
  position: absolute;
  width: 102rem;
  top: 40%;
  left: 13%;
}

.update__box {
  position: relative;
  margin: 0 auto;
  z-index: 33;
  width: 100rem;
  padding-top: 20rem;
  padding-bottom: 6rem;
}
.update__title {
  font-family: "Montserrat";
  font-size: 5.6rem;
  font-weight: lighter;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.update__subtitle {
  font-size: 1.6rem;
  line-height: 1.4;
}

.under__bg {
  width: 100%;
}

.contact {
  background-color: #187fc3;
  padding: 10rem 0;
}
.contact-box {
  width: 102rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-box-left {
  color: #fff;
}
.contact-box-left__title {
  font-size: 8rem;
}
.contact-box-left__sub-title {
  font-size: 1.6rem;
  line-height: 1.4;
}
.contact-box-left__text {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 3.9rem 0;
}
.contact-box-left__button {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Montserrat";
  font-weight: lighter;
  padding: 1.6rem 0;
  width: 31rem;
  text-align: center;
  border-radius: 16rem;
  margin-left: 0;
}
.contact-box-right-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.7rem 3.5rem 4.6rem 3.5rem;
}
.contact-box-right__img {
  display: block;
  margin: 0 auto;
}
.contact-box-right__text {
  text-align: center;
  color: #187fc3;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 3.1rem 0 3.7rem 0;
}
.contact-button {
  margin-left: 15%;
  overflow: hidden;
}

.form__input,
textarea {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0.3rem;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 1.7rem 3rem;
}
.form__input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.form__input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.form__input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.form__input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.form__input::placeholder,
textarea::placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.input-check {
  margin-bottom: 1rem;
}
.input-agree {
  width: 2rem;
  height: 2rem;
  margin: initial;
  margin-right: 1rem;
  position: relative;
  top: -0.2rem;
}
.input-agree:hover {
  cursor: pointer;
}
.input-submit {
  width: 31.4rem;
  border-radius: 16rem;
  background-color: #ffe100;
  color: #262626;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  border: none;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.7rem 3rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.input-submit::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.input-submit::-moz-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.input-submit:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.input-submit::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.input-submit::placeholder {
  color: #a0a0a0;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.input-submit:hover {
  cursor: pointer;
}

textarea {
  height: 18rem;
  letter-spacing: 0.3em;
}

.wrapper60 {
  width: 60%;
  margin: 0 auto;
}

.wrapper-top {
  position: relative;
  height: 37.7rem;
}

.top {
  position: relative;
}
.top__text {
  position: absolute;
  top: 20rem;
  left: 13rem;
}
.top__title {
  font-family: "Montserrat";
  font-size: 5.6rem;
  font-weight: lighter;
}
.top__sub-title {
  font-size: 1.6rem;
  line-height: 1.4;
}
.top-img {
  width: 100%;
  height: 37.7rem;
}

.last {
  position: relative;
  z-index: 2;
}
.last-bg {
  position: absolute;
  width: 100%;
  height: 37.6rem;
  bottom: 0;
}

.width81 {
  position: relative;
  z-index: 8;
  width: 81rem;
  margin: 0 auto;
}

.thanks {
  padding: 20rem 0 10rem 0;
  color: #3e3e3e;
}
.thanks-message {
  text-align: center;
  letter-spacing: 0.06em;
}
.thanks-message__first {
  font-size: 3rem;
  line-height: 1.1;
}
.thanks-message__second {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 6rem 0;
}
.thanks-gray {
  width: 50%;
  margin: 0 auto;
  padding: 3rem 9.8rem;
  border-radius: 1rem;
  background-color: #fafafa;
}
.thanks-gray-box {
  margin: 0 auto;
}
.thanks-gray__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.thanks-gray__text__first {
  padding-bottom: 3rem;
}
.thanks-gray__text__last {
  padding-left: 2.5rem;
}
.thanks-gray__check {
  color: #187fc3;
  padding-right: 1rem;
}
.thanks-gray__again {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 3rem 0;
}
.thanks-gray__again span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 75%, #ffe100 0%);
  background: linear-gradient(transparent 75%, #ffe100 0%);
}
.thanks-gray__button {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 5rem;
  display: block;
  background-color: #ffe100;
  border-radius: 16rem;
  width: 31.4rem;
  text-align: center;
  margin: 0 auto;
}
.thanks-totop {
  display: block;
  font-size: 1.6rem;
  padding-top: 3rem;
}
.thanks-totop__arrow {
  padding-left: 1rem;
}
.thanks-totop:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.partner-top-text {
  width: 81.4rem;
  margin: 0 auto;
}
.partner-top-text__first {
  padding-bottom: 12.7rem;
}
.partner-top-text__second {
  padding-bottom: 4rem;
}
.partner-top-text__third {
  padding-bottom: 1rem;
}
.partner-top-block__text {
  padding-top: 10rem;
}
.partner-title {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}
.partner-title02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.partner-sub-title {
  font-size: 1.6rem;
  line-height: 1.6;
}

#product .product-block {
  width: 81rem;
  margin: 0 auto;
  padding: 10rem 0;
}
#product .product-block:nth-of-type(2) {
  padding-top: 0;
}
#product .product-block__title {
  font-size: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  color: #262626;
  letter-spacing: 0.06em;
  margin-bottom: 6rem;
}
#product .product-block__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 2rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #262626;
}
#product .product-block__sub-title {
  font-size: 1.6rem;
  padding-bottom: 6rem;
  color: #3e3e3e;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#product .product-block-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 4rem 6rem;
  background-color: #187fc3;
  border-radius: 1rem;
}
#product .product-block-box__title {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #fff;
}
#product .product-block-box-contents {
  width: 69.4rem;
  height: 37.4rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .product-block-box-content {
  width: 34rem;
  height: 18rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-block-box-content01 {
  padding: 4rem 0;
}
#product .product-block-box-content02 {
  padding: 2.8rem 0;
}
#product .product-block-box-content__img {
  display: block;
  margin: 0 auto;
}
#product .product-block-box-content__text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #262626;
  padding-top: 2.1rem;
  text-align: center;
}
#product .product-block-box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  width: 100%;
  height: 53.4rem;
}
#product .product-block-box02-content {
  width: 19.4rem;
  text-align: center;
}
#product .product-block-box02-content__img {
  height: 7rem;
}
#product .product-block-box02-content__title {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #262626;
  padding: 3rem 0 2rem 0;
}
#product .product-block-box02-content__text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #262626;
}
#product .product-block__text {
  width: 100%;
  margin: 0 auto;
  color: #3e3e3e;
  padding-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-block__img {
  width: 100%;
}
#product .product-block__img02 {
  width: 100%;
  padding: 6rem 0;
}
#product .product-block02 {
  padding: 6rem 0 10rem 0;
  background-color: #fff;
  width: 102rem;
  margin: 0 auto;
  position: relative;
}
#product .product-block02-top__text {
  width: 14rem;
  text-align: center;
  margin: 0 auto;
  color: #187fc3;
  padding-bottom: 1.1rem;
  border-bottom: 2px solid #187fc3;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-block02-top__second {
  color: #3e3e3e;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 6rem;
  text-align: center;
}
#product .product-block02-top__img {
  width: 48.6rem;
  display: block;
  margin: 0 auto;
}
#product .product-block02-box {
  padding-top: 14rem;
  width: 81rem;
  margin: 0 auto;
}
#product .product-block02-box__title {
  position: relative;
  color: #3e3e3e;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 4.2rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box__title__span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
  background: linear-gradient(transparent 70%, #ffe100 0%);
}
#product .product-block02-box__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#product .product-block02-box__text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-block02-box__text02 {
  padding-bottom: 2rem;
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-block02-box__title {
  margin-bottom: 2rem;
}
#product .product-block02-box__img {
  width: 100%;
  padding-top: 6rem;
}
#product .product-block02-box__img02 {
  width: 100%;
  margin: 2rem auto;
}
#product .product-block02-box__blue {
  width: 100%;
  background-color: #187fc3;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 5.2rem;
  margin-bottom: 6rem;
}
#product .product-block02-box__bold {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 3rem;
}
#product .product-block02-box__bold02 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
}
#product .product-block02-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0 10rem 0;
}
#product .product-block02-box-flex__img {
  width: 36.3rem;
  height: auto;
}
#product .product-block02-box-flex-block {
  width: 38.7rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-flex-block__dot {
  color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.6;
}
#product .product-block02-box-flex-block__text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 1rem;
}
#product .product-block02-box-flex-block__title {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#product .product-block02-box-flex__last {
  padding: 6rem 0 6rem 0;
}
#product .product-block02-box-function {
  width: 100%;
}
#product .product-block02-box-function__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 3rem;
}
#product .product-block02-box-function-block {
  width: 100%;
  margin-bottom: 2.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#product .product-block02-box-function-block__text {
  width: 9.3rem;
  height: 9.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 9.3rem;
  font-weight: bold;
  background-color: #187fc3;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
}
#product .product-block02-box-function-block-right {
  width: 71.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .product-block02-box-function-block-right__img {
  width: 10rem;
  height: 9.3rem;
}
#product .product-block02-box-function-block-right-box {
  position: relative;
}
#product .product-block02-box-function-block-right-box:hover .product-block02-box-function-block-right-box__text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 8.2rem;
}
#product .product-block02-box-function-block-right-box__text {
  position: absolute;
  color: #fff;
  background-color: #3e3e3e;
  width: 47rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  top: 10rem;
  left: -19rem;
  z-index: 333;
}
#product .product-block02-box-function-block-right-box__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: -1rem;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #3e3e3e transparent;
  border-width: 0 10px 10px 10px;
  z-index: 333;
}
#product .product-block02-box-composition {
  width: 81rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box-composition-left {
  width: 68.4rem;
}
#product .product-block02-box-composition-left__title {
  line-height: 3.8rem;
  display: inline-block;
  color: #fff;
  background-color: #3e3e3e;
  border-radius: 0.2rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3rem;
}
#product .product-block02-box-composition-left-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#product .product-block02-box-composition-left-list {
  width: 65rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-composition-left-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition-left-blue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  background-color: #e0f0fa;
  border-radius: 0.4rem;
}
#product .product-block02-box-composition-left-blue-list {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-composition-left-blue-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition-left-blue-list__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-block02-box-composition-left-blue-list-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.4rem;
}
#product .product-block02-box-composition-left-blue-list-second__text {
  width: 46.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#product .product-block02-box-composition-left-blue-list-second__img {
  width: 10rem;
  height: 10rem;
}
#product .product-block02-box-composition-right {
  width: 10rem;
}
#product .product-block02-box-composition-right__img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 0.4rem;
}
#product .product-block02-box-composition02 {
  width: 81rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box-composition02:last-child {
  margin-bottom: 0;
}
#product .product-block02-box-composition02-list {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
#product .product-block02-box-composition02-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition02-list__content {
  width: 100%;
}
#product .product-block02-box-composition02-list02 {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
#product .product-block02-box-composition02-list02__dot {
  margin-right: 1rem;
  color: #187fc3;
}
#product .product-block02-box-composition02-list02__content {
  width: 100%;
}
#product .product-block02-box-composition02-list02__text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#product .product-block02-box02 {
  width: 81rem;
  margin: 0 auto;
}
#product .product-block02-box03 {
  padding: 6rem 0;
}
#product .product-block02__up {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  background-color: #f8f8f8;
  color: #3e3e3e;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}
#product .product-gray {
  background-color: #f8f8f8;
}
#product .product-gray02 {
  padding: 10rem 0;
  background-color: #f8f8f8;
}
#product .product-button {
  width: 81rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#product .product-button-menu {
  width: 15.8rem;
  height: 6rem;
  font-size: 1.6rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-button-menu:hover {
  background-color: #ffe100 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
#product .product-button-menu:hover .product-button-menu__text {
  opacity: 100% !important;
}
#product .product-button-menu:hover .product-button-menu__arrow {
  opacity: 100% !important;
  top: 4.7rem !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
#product .product-button-menu__text {
  width: 100%;
  color: #262626;
  text-align: center;
  line-height: 6rem;
  opacity: 50%;
}
#product .product-button-menu__arrow {
  position: absolute;
  color: #262626;
  top: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 50%;
}
#product .product-button-menu__active {
  background-color: #ffe100 !important;
}
#product .product-button-menu__active .product-button-menu__text {
  opacity: 100%;
}
#product .product-button-menu__active .product-button-menu__arrow {
  opacity: 100%;
  top: 4.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product-button-menu:first-child {
  background-color: #ffe100;
}
#product .product-button-menu:first-child .product-button-menu__oracle__text {
  opacity: 100%;
}
#product .product-button-menu:first-child .product-button-menu__arrow {
  opacity: 100%;
  top: 4.7rem;
}
#product .product-solution {
  padding: 6.8rem 0 10rem 0;
}
#product .product-solution-block {
  width: 81rem;
  margin: 0 auto;
  padding: 6rem 0;
  border-top: 1px solid #d8d8d8;
}
#product .product-solution-block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3e3e3e;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 6rem;
}
#product .product-solution-block-title__square {
  margin-right: 1rem;
}
#product .product-solution-block-text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 3rem;
}
#product .product-solution-block__img {
  width: 100%;
}
#product .product-solution-block-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
#product .product-solution-block-flex__text {
  width: 45.9rem;
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-solution-block-flex__img {
  width: 31.2rem;
}
#product .product-solution-block-white {
  background-color: #fff;
  width: 81rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 3rem 5.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-solution-block-white-title {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  width: 69rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-solution-block-white-title__check {
  color: #187fc3;
  margin-right: 2rem;
}
#product .product-solution-block-white-title__text {
  color: #3e3e3e;
}
#product .product-solution-block-white__text {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#product .product-solution-top {
  width: 81rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  padding: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3e3e;
  margin-bottom: 10rem;
  position: relative;
}
#product .product-solution-top__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding-bottom: 3rem;
  width: 69rem;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
#product .product-solution-top__content {
  width: 69rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding-top: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-solution-top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2rem;
  left: -75rem;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #187fc3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#product .product-solution-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 75rem;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #187fc3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product .product-download {
  width: 102rem;
  padding: 10rem 0 20rem 0;
  margin: 0 auto;
}
#product .product-download__title {
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.06em;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
#product .product-download-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  width: 81rem;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
#product .product-download-block {
  padding-bottom: 1.1rem;
  width: 81rem;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
#product .product-download-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#product .product-download-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .product-download-block-left__img {
  width: 3.3rem;
  height: 4.5rem;
  margin-right: 2.4rem;
}
#product .product-download-block-left__text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-download-block-right {
  width: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.5rem;
}
#product .product-download-block-right__img {
  width: 2.2rem;
  height: 2.4rem;
}

.product-button-menu__oracle {
  background-color: red;
}

#product__oracle {
  display: block;
}
#product__sql {
  display: none;
}
#product__mysql {
  display: none;
}
#product__java {
  display: none;
}
#product__maxgauge {
  display: none;
}

.news-content-left__button {
  overflow: hidden;
}

.slide-text {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}

#footer {
  background-color: #1f1b1c;
  padding: 10rem 0 3.9rem 0;
}
#footer .footer-block {
  width: 102rem;
  margin: 0 auto;
}
#footer .footer-block__logo {
  width: 11.4rem;
  margin-bottom: 3rem;
}
#footer .footer-block-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.7rem;
}
#footer .footer-block-box-left {
  width: 41.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#footer .footer-block-box-left-01-box {
  display: block;
  padding-top: 3rem;
}
#footer .footer-block-box-left-01-box:first-of-type {
  padding-top: 0;
}
#footer .footer-block-box-left-01-box:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .footer-block-box-left-01__title {
  font-size: 1.6rem;
  color: #fff;
}
#footer .footer-block-box-left-01__sub-title {
  font-size: 1.2rem;
  color: #fff;
  padding-top: 0.5rem;
}
#footer .footer-block-box-right {
  width: 15rem;
}
#footer .footer-block-box-right-box {
  width: 78.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-block-box-right-01 {
  width: 15rem;
}
#footer .footer-block-box-right-button {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 20rem;
  margin-top: 1rem;
  font-family: "Montserrat";
  font-weight: lighter;
  width: 15rem;
  height: 6rem;
  text-align: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footer-block-box-right-contact {
  background-color: #ffe100;
  color: #187fc3;
}
#footer .footer-block-box-right__sub-title {
  font-size: 1.2rem;
  font-family: "游ゴシック体";
}
#footer .footer-block-box-right-02 {
  padding-top: 2.9rem;
  width: 9.4rem;
  margin: 0 auto;
}
#footer .footer-block-box-right-02__text {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 1.4rem;
  color: #fff;
  text-align: center;
}
#footer .footer-block-box-right-02-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-block-box-right-02-flex__button {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#footer .footer-block-box-right-02-flex__button:hover {
  opacity: 60%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#footer .footer-block-box-right-02__block {
  display: block;
  font-size: 1.8rem;
  color: #1f1b1c;
  background-color: #ffffff;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 0.4rem;
  text-align: center;
}
#footer .footer-block__unders {
  width: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-bottom: 1.1rem;
}
#footer .footer-block__under {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 2rem;
  text-align: right;
}
#footer .footer-block__under:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .footer-block__under02 {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 2rem;
  text-align: right;
}
#footer .footer-Btn {
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #187fc3;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  padding: 1.3rem 0;
  border-radius: 20rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
#footer .footer-Btn-Text {
  z-index: 1000;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  color: #fff;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
#footer .footer-Btn:hover {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
#footer .footer-Btn:hover .footer-Btn-Text {
  color: #187fc3;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
#footer .footer-Btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
#footer .footer-Btn:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}
#footer .footer-Btn-Text .footer-Btn-white {
  display: inline-block;
}
#footer .footer-Btn-Text .footer-Btn-blue {
  display: none;
}
#footer .footer-Btn-Text:hover .footer-Btn-white {
  display: none;
}
#footer .footer-Btn-Text:hover .footer-Btn-blue {
  display: inline-block;
}
#footer .footer-Btn02 {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe100;
  -webkit-transition: initial;
  transition: initial;
  overflow: hidden;
  text-decoration: none;
  padding: 1.3rem 0;
  border-radius: 20rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
#footer .footer-Btn02-Text {
  z-index: 1000;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  color: #1f1b1c;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
#footer .footer-Btn02:hover .footer-Btn02-Text {
  color: #187fc3;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
#footer .footer-Btn02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 100px;
  height: 60px;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
#footer .footer-Btn02:hover:before {
  -webkit-transform: scale(4.2);
          transform: scale(4.2);
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 81.4rem;
  margin: 1rem auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2.5rem;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 5.6rem 6rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.title__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.title__right01 {
  background-color: #f8f8f8;
  border-radius: 2.5rem;
  color: #3e3e3e;
  padding: 2.2rem;
  display: block;
}
.title__right02 {
  background-color: #f8f8f8;
  border-radius: 2.5rem;
  color: #3e3e3e;
  padding: 2.2rem;
  display: none;
}

/*　closeというクラスがついたら形状変化　*/
.title.close .title__right01 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  background: #fff;
  width: 63.4rem;
  margin: 0 auto;
  padding-bottom: 7.9rem;
}

/*particle*/
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*animation*/
.top__title01:nth-child(odd),
.top__sub-title01:nth-child(odd) {
  font-size: 40px;
  opacity: 0;
  -webkit-animation-name: topanimate;
          animation-name: topanimate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topanimate {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes topanimate {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.top__title01:nth-child(even),
.top__sub-title01:nth-child(even) {
  font-size: 40px;
  opacity: 0;
  -webkit-animation-name: topanimate-even;
          animation-name: topanimate-even;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topanimate-even {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes topanimate-even {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes border_anim {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border_anim {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*--------マウス--------*/
/*スクロールダウン全体の場所*/
.scrolldown3 {
  position: absolute;
  z-index: 100;
  right: 47%;
  width: 3.5rem;
  height: 6rem;
  /*マウスの動き1.6秒かけて動く永遠にループ*/
  -webkit-animation: mousemove 1.6s ease-in-out infinite;
          animation: mousemove 1.6s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@-webkit-keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}
/*Scrollテキストの描写*/
.scrolldown3 span {
  /*描画位置*/
  position: absolute;
  bottom: 105px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown3 span::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -70px;
  left: 13px;
  /*線の形状*/
  width: 1px;
  height: 15px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: mousepathmove 1.4s linear infinite;
          animation: mousepathmove 1.4s linear infinite;
  opacity: 0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@-webkit-keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
@keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
/*マウスの描写 */
.scrolldown3:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 60px;
  /*マウスの形状*/
  width: 25px;
  height: 37px;
  border-radius: 13px;
  border: 1px solid #eee;
}

/*マウスの中の丸の描写*/
.scrolldown3:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 86px;
  left: 10px;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #eee;
}

#partner {
  display: none;
}

#customer-content02 {
  display: none;
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.9rem 1.1rem;
  font-family: "Montserrat";
  font-size: 1.8rem;
  margin-bottom: 12rem;
}
.pagination li {
  margin: 0 1rem;
  background-color: #fafafa;
}
.pagination li:first-child {
  background-color: #fff;
}
.pagination li:last-child {
  background-color: #fff;
}
.pagination a {
  display: block;
  text-decoration: none;
  color: #262626;
  padding: 20px;
}
.pagination a:hover {
  background-color: #187fc3;
  color: #ffffff;
}

/*********************************/
/*         PC Responsive         */
/*********************************/
@media (min-width: 1500px) {
  .container {
    width: 60%;
  }

  .title03__text {
    width: 60%;
  }
}
/*********************************/
/*               SP              */
/*********************************/
@media (max-width: 768px) {
  /* クラス名「forSp」をつけると、768px以下でのみ表示されるようにしてあります。
  クラス名「forPc」をつけると769px以上でのみ表示されます。 */
  /*アコーディオン全体*/
  .accordion-area {
    list-style: none;
    width: 31.5rem;
    margin: 2rem auto;
  }

  .accordion-area li {
    margin: 10px 0;
  }

  .accordion-area section {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2.5rem;
  }

  .dboperation-last__content__img {
    width: 31.5rem;
  }

  /*アコーディオンタイトル*/
  .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 4rem 3rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .title__right01 {
    background-color: #f8f8f8;
    border-radius: 2.5rem;
    color: #3e3e3e;
    padding: 2.2rem;
    display: block;
  }
  .title__right02 {
    background-color: #f8f8f8;
    border-radius: 2.5rem;
    color: #3e3e3e;
    padding: 2.2rem;
    display: none;
  }

  /*　closeというクラスがついたら形状変化　*/
  .title.close .title__right01 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /*アコーディオンで現れるエリア*/
  .box {
    display: none;
    background: #fff;
    width: 25.5rem;
    margin: 0 auto;
    padding-bottom: 6rem;
    font-size: 1.4rem;
  }

  .forSp {
    display: block;
  }
  .forPc {
    display: none;
  }

  .title__en {
    font-size: 30px;
  }

  .container {
    width: 93%;
  }

  .header {
    position: relative;
  }
  .header-box {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    width: 35.6rem;
    height: 6rem;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #187fc3;
    border-radius: 7rem;
    padding-left: 3rem;
    padding-right: 2.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
            box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
  }
  .header-box-logo {
    width: 11.4rem;
    padding-left: 0;
  }
  .header-box-yellowBtn {
    display: none;
    width: 15rem;
    height: 5rem;
    padding: 0 2.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffe100;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Montserrat";
    font-weight: lighter;
    border-radius: 16rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .header-box-yellowBtn-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .header-box-yellowBtn:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .header-box-yellowBtn:hover .header-box-yellowBtn-Text {
    color: #187fc3;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .header-box-yellowBtn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .header-box-yellowBtn:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }
  .header-index {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    width: 35.6rem;
    height: 7rem;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #187fc3;
    border-radius: 7rem;
    padding-left: 3rem;
    padding-right: 2.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
            box-shadow: 3px 3px 5px rgba(214, 214, 214, 0.16);
  }
  .header-index-logo {
    width: 11.4rem;
    padding-left: 3rem;
  }

  .gnavi {
    display: none;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100rem);
              transform: translateX(-100rem);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateX(-100rem);
              transform: translateX(-100rem);
    }
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn2 {
    from {
      opacity: 0;
      -webkit-transform: translateX(100rem);
              transform: translateX(100rem);
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn2 {
    from {
      opacity: 0;
      -webkit-transform: translateX(100rem);
              transform: translateX(100rem);
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn3 {
    from {
      opacity: 0;
      -webkit-transform: translateY(10rem);
              transform: translateY(10rem);
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn3 {
    from {
      opacity: 0;
      -webkit-transform: translateY(10rem);
              transform: translateY(10rem);
    }
    to {
      opacity: 1;
    }
  }
  html {
    scroll-behavior: smooth;
  }

  .gnavi {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.3em;
    list-style: none;
    text-align: center;
  }
  .gnavi01 {
    width: 5.6rem;
    padding: 1rem 1.5rem;
  }
  .gnavi02 {
    width: 11.2rem;
    padding: 2rem 1.5rem;
  }
  .gnavi03 {
    width: 11.2rem;
    padding: 1rem 1.5rem;
  }

  .gnavi li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }

  /*===5-3-9 テキストが入れ替わる===*/
  .gnavi li a {
    /*テキストの基点とするためrelativeを指定*/
    position: relative;
    /*はみ出る要素を隠す*/
    overflow: hidden;
  }

  .gnavi li span {
    /*絶対配置でテキストの位置を決める*/
    position: absolute;
    left: 50%;
    top: 0;
    /*アニメーションの指定*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    /*X方向に-50% ※中央寄せにするため*/
    /*ブロック要素にして透過なし、テキスト折り返しなし*/
    display: block;
    opacity: 1;
    white-space: nowrap;
  }

  /*差し替わるテキストの設定*/
  .gnavi li span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }

  /*hoverするとテキストが入れ替わる設定*/
  .gnavi li:hover span:nth-child(1) {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }

  .gnavi li:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #ffe100;
  }

  .gnavi li:hover .span02 {
    top: 1rem;
  }

  /*ボタン内側*/
  .openbtn2 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    width: 5rem;
    height: 50px;
    cursor: pointer;
  }

  .openbtn2 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 1.3rem;
    height: 0.2rem;
    background-color: #fff;
  }

  .openbtn2 span:nth-of-type(1) {
    top: 1.9rem;
    width: 50%;
  }

  .openbtn2 span:nth-of-type(2) {
    top: 3rem;
    width: 50%;
  }

  .closebtn3 {
    position: absolute;
    /*ボタン内側の基点となるためrelativeを指定*/
    top: 2.7rem;
    right: 3rem;
    width: 5rem;
    height: 4rem;
    cursor: pointer;
    z-index: 999;
  }

  .closebtn3 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 1.3rem;
    height: 0.2rem;
    background-color: #fff;
  }

  .closebtn3 span:nth-of-type(1) {
    top: 1.9rem;
    width: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .closebtn3 span:nth-of-type(2) {
    top: 1.9rem;
    width: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .closebtn3.is-active {
    display: inline-block;
    opacity: 1;
  }

  .closebtn2 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    width: 5rem;
    height: 40px;
    cursor: pointer;
    display: none;
    z-index: 999;
  }

  .closebtn2 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 1.3rem;
    height: 0.2rem;
    background-color: #fff;
  }

  .closebtn2 span:nth-of-type(1) {
    top: 1.9rem;
    width: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .closebtn2 span:nth-of-type(2) {
    top: 1.9rem;
    width: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .closebtn2.is-active {
    display: block;
  }

  .openbtn2 span:nth-of-type(1).is-active,
.openbtn2 span:nth-of-type(2).is-active {
    content: "";
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .hamburger.is-active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .header-box.is-none {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }

  .header-index.is-none {
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }

  .hamburger-box-content-menu.is-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hamburger-box-content-accordion-block-top.is-none {
    border-top: 1px solid #187fc3;
  }

  .hamburger-box-content__arrow__service.rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .hamburger {
    width: 100%;
    background-color: #187fc3;
    padding: 3.2rem 0 8rem 0;
    position: fixed;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    z-index: 990;
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hamburger-box {
    width: 31rem;
    margin: 0 auto;
  }
  .hamburger-box-logo {
    width: 11.4rem;
    padding-bottom: 5rem;
  }
  .hamburger-box-content {
    background-color: #fff;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3rem;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
  }
  .hamburger-box-content05 {
    margin-top: 1rem;
  }
  .hamburger-box-content__sub-title {
    font-size: 1.4rem;
    padding-top: 0.4rem;
    font-weight: bold;
    color: #262626;
  }
  .hamburger-box-content__arrow {
    color: #187fc3;
    font-size: 2rem;
  }
  .hamburger-box-content__arrow__service {
    color: #fff;
    background-color: #187fc3;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .hamburger-box-content-menu {
    background-color: #fff;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 3rem;
    border-radius: 0.3rem;
  }
  .hamburger-box-content-accordion {
    margin: 0 auto;
    display: none;
    background-color: #fff;
    padding-top: 1.9rem;
    padding: 0 3rem 2rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .hamburger-box-content-accordion__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 25.3rem;
    margin: 0 auto;
    padding-top: 1.2rem;
  }
  .hamburger-box-content-accordion__flex__first {
    border-top: 1px solid #187fc3;
    padding-top: 1.8rem;
  }
  .hamburger-box-content-accordion__flex__text {
    font-size: 1.4rem;
    color: #262626;
  }
  .hamburger-box-content-accordion__flex__arrow {
    color: #187fc3;
    font-weight: bold;
  }
  .hamburger-box-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3rem;
  }
  .hamburger-box-btn-left {
    width: 15rem;
    margin-bottom: 0rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffe100;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    padding: 1.3rem 0;
    border-radius: 20rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .hamburger-box-btn-left-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    color: #187fc2;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .hamburger-box-btn-left:hover .hamburger-box-btn-left-Text {
    color: #fff;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .hamburger-box-btn-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #187fc2;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .hamburger-box-btn-left:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }
  .hamburger-box-btn-right {
    width: 15rem;
    margin-bottom: 0rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    padding: 1.3rem 0;
    border-radius: 20rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .hamburger-box-btn-right-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    color: #187fc2;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .hamburger-box-btn-right:hover .hamburger-box-btn-right-Text {
    color: #fff;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .hamburger-box-btn-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #187fc2;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .hamburger-box-btn-right:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }
  .hamburger-box-btn-right-Text .hamburger-box-btn-right-img02 {
    display: inline-block;
  }
  .hamburger-box-btn-right-Text .hamburger-box-btn-right-img {
    display: none;
  }
  .hamburger-box-btn-right-Text:hover .hamburger-box-btn-right-img02 {
    display: none;
  }
  .hamburger-box-btn-right-Text:hover .hamburger-box-btn-right-img {
    display: inline-block;
  }

  /*particle*/
  #particles-js {
    position: absolute;
    width: 100%;
    height: 50rem;
    background-color: #fff;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 15rem;
  }

  .company-scroll {
    display: none !important;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #262626;
    position: absolute;
    right: 8%;
    position: fixed;
    overflow-y: scroll;
  }
  .company-scroll01, .company-scroll02 {
    padding-bottom: 2.2rem;
  }
  .company-scroll01, .company-scroll02, .company-scroll03 {
    display: block;
  }
  .company-scroll-change {
    color: #187fc3;
    font-weight: 500;
  }
  .company-scroll2 {
    display: none !important;
  }
  .company-first {
    padding-top: 8rem;
    position: relative;
  }
  .company-first__img {
    position: relative;
    width: 100%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .company-first-text {
    position: absolute;
    font-family: "Montserrat";
    font-weight: lighter;
    z-index: 55;
    width: 31.5rem;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .company-first-text__title {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
  .company-first-text__sub-title {
    font-size: 1.6rem;
  }

  .container__innerMiddle {
    padding-top: 4rem;
    width: 35.5rem;
    margin: 0 auto;
  }

  .fa-arrow-right {
    padding-left: 0;
  }

  .font30 {
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  .form {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #3e3e3e;
  }
  .form-top {
    padding-bottom: 4rem;
    text-align: center;
  }
  .form__title {
    padding-bottom: 2rem;
    text-align: center;
  }
  .form__span {
    color: #ed081a;
    padding-right: 0.5rem;
  }
  .form__span__right {
    color: #ed081a;
    padding-left: 0.5rem;
  }
  .form-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2rem 0;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    width: 31.5rem;
    margin: 0 auto;
  }
  .form-box:first-of-type {
    padding: 2rem 0;
  }
  .form-box__left {
    width: 100%;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .form-box__right {
    width: 100%;
  }
  .form-box__right02 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form-agree {
    margin: 0 auto;
    margin-top: 3rem;
    padding-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .form-agree__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  .form-agree__text:hover {
    cursor: pointer;
  }
  .form-submit {
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .scrolldown3 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    z-index: 100;
    right: 43%;
    width: 3.5rem;
    height: 6rem;
    /*マウスの動き1.6秒かけて動く永遠にループ*/
    -webkit-animation: mousemove 1.6s ease-in-out infinite;
            animation: mousemove 1.6s ease-in-out infinite;
  }

  /*下からの距離が変化して上から下に動く*/
  @-webkit-keyframes mousemove {
    0% {
      bottom: 10px;
    }
    50% {
      bottom: 5px;
    }
    100% {
      bottom: 10px;
    }
  }
  @keyframes mousemove {
    0% {
      bottom: 10px;
    }
    50% {
      bottom: 5px;
    }
    100% {
      bottom: 10px;
    }
  }
  /*Scrollテキストの描写*/
  .scrolldown3 span {
    /*描画位置*/
    position: absolute;
    bottom: 145px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }

  /*マウスの中の線描写 */
  .scrolldown3 span::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: -80px;
    left: 13px;
    /*線の形状*/
    width: 1px;
    height: 15px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    -webkit-animation: mousepathmove 1.4s linear infinite;
            animation: mousepathmove 1.4s linear infinite;
    opacity: 0;
  }

  /*上からの距離・不透明度・高さが変化して上から下に流れる*/
  @-webkit-keyframes mousepathmove {
    0% {
      height: 0;
      top: 10px;
      opacity: 0;
    }
    50% {
      height: 15px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 30px;
      opacity: 0;
    }
  }
  @keyframes mousepathmove {
    0% {
      height: 0;
      top: 10px;
      opacity: 0;
    }
    50% {
      height: 15px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 30px;
      opacity: 0;
    }
  }
  /*マウスの描写 */
  .scrolldown3:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 90px;
    /*マウスの形状*/
    width: 25px;
    height: 37px;
    border-radius: 13px;
    border: 1px solid #eee;
  }

  /*マウスの中の丸の描写*/
  .scrolldown3:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 116px;
    left: 10px;
    /*丸の形状*/
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #eee;
  }

  .Radio {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
  }

  .Radio02,
.Radio03 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .Radio04,
.Radio05 {
    margin-top: 0;
  }

  .Radio05 {
    margin-bottom: 0;
  }

  .Radio-Input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .Radio-Text::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #f8f8f8;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.5rem;
  }

  .Radio-Text02::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #f8f8f8;
    width: 1.8rem;
    height: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.5rem;
  }

  .Radio-Text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 3rem;
  }

  .Radio-Text02 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
  }

  .Radio-Text::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    display: block;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .Radio-Text02::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    display: block;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .Radio-Input:checked + .Radio-Text::after {
    content: "";
    position: absolute;
    left: calc(0.9rem - 0.5rem);
    display: block;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #187fc3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .Radio-Input:checked + .Radio-Text02::after {
    content: "";
    position: absolute;
    left: calc(0.9rem - 0.5rem);
    display: block;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #187fc3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .pageTop__btn {
    right: 3rem;
	 top: 83vh;
	  opacity: 1;
  }

  .viewBtn {
    position: relative;
    font-family: "Montserrat";
    width: 15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #187fc3;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 16rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .viewBtn-Text {
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 8;
  }
  .viewBtn-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    border-radius: 16rem;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .viewBtn-Text:hover {
    color: #187fc3;
  }
  .viewBtn-Text:hover:before {
    width: 103%;
    height: 102%;
  }

  .viewBtn-white {
    position: relative;
    font-family: "Montserrat";
    width: 15rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #ffffff;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 16rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .viewBtn-white-Text {
    width: 100%;
    height: 100%;
    color: #707070;
    z-index: 8;
  }
  .viewBtn-white-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #187fc3;
    border-radius: 16rem;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .viewBtn-white-Text:hover {
    color: #fff;
  }
  .viewBtn-white-Text:hover:before {
    width: 103%;
    height: 102%;
  }

  .yellowBtn {
    width: 1rem;
    height: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffe100;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    z-index: 13;
  }
  .yellowBtn-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .yellowBtn:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .yellowBtn:hover .yellowBtn-Text {
    color: #187fc3;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .yellowBtn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .yellowBtn:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }

  .yellowBtn-white {
    width: 31.5rem;
    margin: 0 auto;
    padding: 1.7rem 0rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16rem;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  .yellowBtn-white-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .yellowBtn-white:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .yellowBtn-white:hover .yellowBtn-white-Text {
    color: #ffffff;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .yellowBtn-white:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #187fc3;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .yellowBtn-white:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }

  .customerBtn-white {
    width: 21rem;
    padding: 1.7rem 2.2rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16rem;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    margin-top: 2rem;
  }
  .customerBtn-white-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .customerBtn-white:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .customerBtn-white:hover .customerBtn-white-Text {
    color: #ffffff;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .customerBtn-white:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #187fc3;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .customerBtn-white:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }

  .partner-top-text {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 0rem;
  }
  .partner-top-text__first {
    padding-bottom: 12.7rem;
  }
  .partner-top-text__second {
    padding-bottom: 4rem;
  }
  .partner-top-text__third {
    padding-bottom: 1rem;
  }
  .partner-top-block__text {
    padding-top: 0rem;
  }
  .partner-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 3rem;
  }
  .partner-sub-title {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .partner__text {
    font-size: 1.4rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  .partnerBtn {
    position: relative;
    font-family: "Montserrat";
    width: 31.5rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: lighter;
    background-color: #187fc3;
    font-size: initial;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 16rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .partnerBtn-Text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 8;
  }
  .partnerBtn-Text__arrow {
    color: #187fc2;
    background-color: #fff;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    margin-right: 2rem;
    margin-left: 1rem;
  }
  .partnerBtn-Text__big {
    font-size: 1.8rem;
  }
  .partnerBtn-Text__little {
    font-size: 1.4rem;
  }
  .partnerBtn-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    border-radius: 16rem;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .partnerBtn-Text:hover {
    color: #187fc3;
  }
  .partnerBtn-Text:hover:before {
    width: 103%;
    height: 102%;
  }
  .partnerBtn-Text:hover .partnerBtn-Text__arrow {
    background-color: #187fc2;
    color: #fff;
  }

  /*blue*/
  .customerBtn01 {
    position: relative;
    font-family: "Montserrat";
    width: 14.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: lighter;
    background-color: #187FC3;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 2.5rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }
  .customerBtn01-Text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 8;
  }
  .customerBtn01-Text__arrow {
    color: #187FC2;
    background-color: #FFF;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    margin-top: 1rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .customerBtn01-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #187FC3;
    border-radius: 0rem;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .customerBtn01-Text:before:hover {
    color: #FFF;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .customerBtn01-Text:before:hover:before {
    width: 113%;
    height: 102%;
  }

  /*white*/
  .customerBtn02 {
    position: relative;
    font-family: "Montserrat";
    width: 14.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: lighter;
    background-color: #FFF;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 2.5rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .customerBtn02-Text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: #187FC3;
    z-index: 8;
  }
  .customerBtn02-Text__arrow {
    color: #187FC2;
    background-color: #FFF;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    margin-top: 1rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .customerBtn02-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #187FC3;
    border-radius: 0rem;
    z-index: -1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .customerBtn02-Text:hover {
    color: #FFF;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .customerBtn02-Text:hover:before {
    width: 113%;
    height: 102%;
  }

  /*blue*/
  .customerBtn03 {
    position: relative;
    font-family: "Montserrat";
    width: 14.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: lighter;
    background-color: #187FC3;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 2.5rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }
  .customerBtn03-Text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 8;
  }
  .customerBtn03-Text__arrow {
    color: #187FC2;
    background-color: #FFF;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    margin-top: 1rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .customerBtn03-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #187FC3;
    border-radius: 0rem;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .customerBtn03-Text:before:hover {
    color: #FFF;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .customerBtn03-Text:before:hover:before {
    width: 113%;
    height: 102%;
  }

  /*white*/
  .customerBtn04 {
    position: relative;
    font-family: "Montserrat";
    width: 14.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: lighter;
    background-color: #FFF;
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 1.6rem 0;
    border-radius: 2.5rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .customerBtn04-Text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: #187FC3;
    z-index: 8;
  }
  .customerBtn04-Text__arrow {
    color: #187FC2;
    background-color: #FFF;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    margin-top: 1rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .customerBtn04-Text:before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    bottom: 0;
    width: 0;
    display: block;
    background: #187FC3;
    border-radius: 0rem;
    z-index: -1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .customerBtn04-Text:hover {
    color: #FFF;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .customerBtn04-Text:hover:before {
    width: 113%;
    height: 102%;
  }

  .title01 {
    font-family: "Montserrat";
    font-size: 3.2rem;
    font-weight: lighter;
    padding-bottom: 0.6rem;
  }

  .sub-title01 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .title02 {
    font-family: "Montserrat";
    font-weight: lighter;
  }

  .update__box {
    position: relative;
    margin: 0 auto;
    z-index: 33;
    width: 31.5rem;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .update__title {
    font-family: "Montserrat";
    font-size: 3.6rem;
    font-weight: lighter;
    line-height: 1.2;
    padding-bottom: 1rem;
  }
  .update__subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .under__bg {
    width: 100%;
    height: 24.6rem;
  }

  .contact {
    background-color: #187fc3;
    padding: 8rem 0;
  }
  .contact-box {
    width: 32rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-box-left {
    color: #fff;
    padding-bottom: 6rem;
  }
  .contact-box-left__title {
    font-size: 6rem;
    text-align: center;
  }
  .contact-box-left__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    padding-top: 1rem;
  }
  .contact-box-left__text {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    padding: 3rem 0;
    text-align: center;
  }
  .contact-box-left__button {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Montserrat";
    font-weight: lighter;
    padding: 1.6rem 0;
    width: 100%;
    text-align: center;
    border-radius: 16rem;
  }
  .contact-box-right {
    width: 100%;
  }
  .contact-box-right-box {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem 6.5rem;
  }
  .contact-box-right__img {
    display: block;
    margin: 0 auto;
  }
  .contact-box-right__text {
    text-align: center;
    color: #187fc3;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 2rem 0;
  }
  .contact-button {
    margin: 0 auto;
    overflow: hidden;
  }

  .form__input,
textarea {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0.3rem;
    height: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    letter-spacing: 0.1em;
    padding: 1.4rem 2rem;
  }
  .form__input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .form__input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a0a0a0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .form__input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .form__input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .form__input::placeholder,
textarea::placeholder {
    color: #a0a0a0;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }

  .input-check {
    margin-bottom: 1rem;
  }
  .input-agree {
    width: 2rem;
    height: 2rem;
    margin: initial;
    margin-right: 1rem;
    position: relative;
    top: -0.2rem;
  }
  .input-agree:hover {
    cursor: pointer;
  }
  .input-submit {
    -webkit-appearance: none;
    width: 31.4rem;
    border-radius: 16rem;
    background-color: #ffe100;
    color: #262626;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
    border: none;
    height: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.7rem 3rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  }
  .input-submit::-webkit-input-placeholder {
    color: #a0a0a0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .input-submit::-moz-placeholder {
    color: #a0a0a0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .input-submit:-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .input-submit::-ms-input-placeholder {
    color: #a0a0a0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .input-submit::placeholder {
    color: #a0a0a0;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .input-submit:hover {
    cursor: pointer;
  }

  label {
    padding-right: 0;
  }
  label:hover {
    cursor: pointer;
  }

  textarea {
    height: 19rem;
    padding: 1.4rem 2rem;
    letter-spacing: 0.1em;
  }

  .wrapper60 {
    width: 60%;
    margin: 0 auto;
  }

  .wrapper-top {
    position: relative;
    height: 23rem;
  }

  .top {
    position: relative;
  }
  .top__text {
    position: absolute;
    top: 10rem;
    left: 10%;
  }
  .top__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .top-img {
    width: 100%;
    height: 25.7rem;
  }

  .top__bg {
    width: 100%;
    height: 24.6rem;
  }
  .top__bg02 {
    width: 100%;
    height: 15rem;
  }
  .top__title {
    font-family: "Montserrat";
    font-size: 3.6rem;
    font-weight: lighter;
  }
  .top__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 1rem;
  }
  .top-down {
    margin: 10rem 0;
  }
  .top-down02 {
    margin-top: 8rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-block {
    width: 100%;
    position: relative;
  }
  .top-block__text {
    position: absolute;
    top: 40%;
    left: 13%;
  }

  .last {
    position: relative;
    z-index: 2;
  }
  .last-bg {
    position: absolute;
    width: 100%;
    height: 21.4rem;
    bottom: 0;
    z-index: 1;
  }

  .width81 {
    position: relative;
    z-index: 8;
    width: 31.5rem;
    margin: 0 auto;
  }

  .thanks {
    padding: 20rem 0 10rem 0;
    color: #3e3e3e;
  }
  .thanks-message {
    text-align: center;
    letter-spacing: 0.06em;
  }
  .thanks-message__first {
    font-size: 3rem;
    line-height: 1.1;
  }
  .thanks-message__second {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 6rem 0;
  }
  .thanks-gray {
    width: 50%;
    margin: 0 auto;
    padding: 3rem 9.8rem;
    border-radius: 1rem;
    background-color: #fafafa;
  }
  .thanks-gray-box {
    margin: 0 auto;
  }
  .thanks-gray__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .thanks-gray__text__first {
    padding-bottom: 3rem;
  }
  .thanks-gray__text__last {
    padding-left: 2.5rem;
  }
  .thanks-gray__check {
    color: #187fc3;
    padding-right: 1rem;
  }
  .thanks-gray__again {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    padding: 3rem 0;
  }
  .thanks-gray__again span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffe100));
    background: -webkit-linear-gradient(transparent 75%, #ffe100 0%);
    background: linear-gradient(transparent 75%, #ffe100 0%);
  }
  .thanks-gray__button {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 5rem;
    display: block;
    background-color: #ffe100;
    border-radius: 16rem;
    width: 31.4rem;
    text-align: center;
    margin: 0 auto;
  }
  .thanks-totop {
    display: block;
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  .thanks-totop__arrow {
    padding-left: 1rem;
  }

  .slide-text {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.3;
  }

  #footer {
    background-color: #1f1b1c;
    padding: 8rem 0 3rem 0;
  }
  #footer .footer-block {
    width: 31.5rem;
    margin: 0 auto;
  }
  #footer .footer-block__logo {
    width: 11.4rem;
    margin-bottom: 4rem;
  }
  #footer .footer-block-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0rem;
  }
  #footer .footer-block-box-left {
    padding-bottom: 4rem;
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #footer .footer-block-box-left-01-box {
    display: block;
    padding-top: 3rem;
    -webkit-transition: 3s;
    transition: 3s;
  }
  #footer .footer-block-box-left-01-box:first-of-type {
    padding-top: 0;
  }
  #footer .footer-block-box-left-01-box:hover {
    opacity: 0.6;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  #footer .footer-block-box-left-01__title {
    font-size: 1.4rem;
    color: #fff;
  }
  #footer .footer-block-box-left-01__sub-title {
    font-size: 1.2rem;
    color: #fff;
    padding-top: 0.5rem;
  }
  #footer .footer-block-box-right-box {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  #footer .footer-block-box-right-01 {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-block-box-right-button {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    border-radius: 20rem;
    margin-top: 1rem;
    font-family: "Montserrat";
    font-weight: lighter;
    width: 15rem;
    height: 6rem;
    text-align: center;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .footer-block-box-right-contact {
    background-color: #ffe100;
    color: #187fc3;
  }
  #footer .footer-block-box-right__sub-title {
    font-size: 1.2rem;
    font-family: "游ゴシック体";
  }
  #footer .footer-block-box-right-02 {
    padding: 2rem 0;
    width: 31.5rem;
    margin: 0 auto;
  }
  #footer .footer-block-box-right-02__text {
    font-family: "Montserrat";
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1.4rem;
    color: #fff;
    text-align: center;
  }
  #footer .footer-block-box-right-02-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 9.4rem;
    margin: 0 auto;
  }
  #footer .footer-block-box-right-02-flex__button {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  #footer .footer-block-box-right-02-flex__button:hover {
    opacity: 60%;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  #footer .footer-block-box-right-02__block {
    display: block;
    font-size: 1.8rem;
    color: #1f1b1c;
    background-color: #ffffff;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    border-radius: 0.4rem;
    text-align: center;
  }
  #footer .footer-block__unders {
    width: 30rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  #footer .footer-block__under {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-left: 0;
    text-align: center;
  }
  #footer .footer-block__under02 {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding-left: 0;
    text-align: center;
  }
  #footer .footer-Btn {
    width: 15rem;
    margin-bottom: 0rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #187fc3;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    padding: 1.3rem 0;
    border-radius: 20rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    z-index: 13;
  }
  #footer .footer-Btn-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    color: #fff;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  #footer .footer-Btn:hover .footer-Btn-Text {
    color: #187fc3;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  #footer .footer-Btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  #footer .footer-Btn:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }
  #footer .footer-Btn-Text .footer-Btn-white {
    display: inline-block;
  }
  #footer .footer-Btn-Text .footer-Btn-blue {
    display: none;
  }
  #footer .footer-Btn-Text:hover .footer-Btn-white {
    display: none;
  }
  #footer .footer-Btn-Text:hover .footer-Btn-blue {
    display: inline-block;
  }
  #footer .footer-Btn02 {
    width: 15rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffe100;
    -webkit-transition: initial;
    transition: initial;
    overflow: hidden;
    text-decoration: none;
    padding: 1.2rem 0;
    border-radius: 20rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    z-index: 13;
  }
  #footer .footer-Btn02-Text {
    z-index: 1000;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    color: #1f1b1c;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
  #footer .footer-Btn02:hover .footer-Btn02-Text {
    color: #187fc3;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  #footer .footer-Btn02:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 100px;
    height: 60px;
    background: #fff;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  #footer .footer-Btn02:hover:before {
    -webkit-transform: scale(4.2);
            transform: scale(4.2);
  }
}
/*********************************/
/*            PC Base            */
/*********************************/
html {
  font-size: 62.5%;
  /*ベースを10pxにしています*/
  overflow: visible;
}

#index {
  z-index: 2;
}
#index .top {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #d6d6d6;
}
#index .top__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .top__black {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
}
#index .top-text {
  position: absolute;
  width: 118rem;
  top: 28.6rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
#index .top-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-left: solid 3px #fff;
  -webkit-animation: border_anim 1s linear forwards;
          animation: border_anim 1s linear forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#index .top-right {
  position: absolute;
  bottom: 6rem;
  right: 0;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#fff));
  background: -webkit-linear-gradient(bottom, #d4d4d4, #fff);
  background: linear-gradient(to top, #d4d4d4, #fff);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.7rem 4rem 2rem 4rem;
  border-radius: 10px 0 0 0;
  -webkit-animation: fadeIn2 2s ease 3s 1 normal backwards;
          animation: fadeIn2 2s ease 3s 1 normal backwards;
  z-index: 33;
}
#index .top-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .top-right-text__title {
  font-family: "游明朝体";
  font-size: 3.4rem;
  padding-right: 4rem;
}
#index .top-right-text__sub-title {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding-left: 3.6rem;
  border-left: 2px solid #262626;
}
#index .top-right-movies {
  padding: 1.5rem 0 2rem 0;
}
#index .top-right-movies__contents {
  padding-right: 2rem;
}
#index .top-right-button {
  text-align: center;
  z-index: 3;
  background-color: #f8f8f8;
}
#index .top-right-button__logo {
  display: inline-block;
  color: #262626;
  padding-left: 1rem;
  height: 1.1rem;
}
#index .top-right-button__logo02 {
  display: none;
  padding-left: 1rem;
  height: 1.1rem;
}
#index .top-right-button:hover .top-right-button__logo {
  display: none;
}
#index .top-right-button:hover .top-right-button__logo02 {
  display: inline-block;
}
#index .top__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .top__title01 {
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}
#index .top__sub-titles {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .top__sub-title01 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#index .top__sub-title01 span {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
#index .news-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 6rem;
  background-color: #187fc3;
  font-size: 1.6rem;
  overflow: hidden;
}
#index .news-bar-content {
  width: 102rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
#index .news-bar-content-left {
  width: 92rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .news-bar-content-left__title {
  color: #ffe100;
  width: 25%;
  text-align: center;
}
#index .news-bar-content-left-campaign {
  width: 75%;
}
#index .news-bar-content-left-campaign__list {
  width: 100%;
}
#index .news-bar-content-left-campaign__list a {
  color: #fff;
}
#index .news-bar-content__right {
  width: 8.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .news-bar-content__right-button__left {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  text-align: center;
  line-height: 4rem;
}
#index .news-bar-content__right-button__left__arrow {
  line-height: 4rem;
}
#index .news-bar-content__right-button__left:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index .news-bar-content__right-button__right {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  text-align: center;
  line-height: 4rem;
}
#index .news-bar-content__right-button__right:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index .news-block {
  font-family: "Montserrat";
  width: 102rem;
  padding: 10rem 0 12rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: lighter;
  color: #262626;
}
#index .news-block-left {
  width: 24.5%;
}
#index .news-block-left__title {
  font-size: 4.2rem;
  padding-bottom: 0.6rem;
}
#index .news-block-left__sub-title {
  font-size: 1.6rem;
}
#index .news-block-left__button {
  margin-top: 8.2rem;
  overflow: hidden;
}
#index .news-block-right {
  width: 75.5%;
}
#index .news-block-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 2.2rem 0;
  border-bottom: 1px solid #f8f8f8;
  -webkit-transition: 0;
  transition: 0;
}
#index .news-block-right-block:first-child {
  border-top: 1px solid #f8f8f8;
}
#index .news-block-right-block__date {
  padding-right: 3.3rem;
}
#index .news-block-right-block__content {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#index .news-block-right-block:hover {
  color: #ffe100;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#index .news-block__button {
  display: none;
}
#index .product {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
}
#index .product__container {
  width: 77%;
  margin: 0 auto;
  padding: 10rem 0 7rem 0;
}
#index .product-left-block {
  color: #707070;
  width: 58%;
  padding-bottom: 2.1rem;
  margin-bottom: 5rem;
  position: relative;
}
#index .product-left-block__title {
  font-size: 5.6rem;
  font-family: "Montserrat";
  font-weight: lighter;
}
#index .product-left-block__sub-title {
  font-size: 1.6rem;
  line-height: 1.4;
}
#index .product-left-block::before {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-color: #ffe100;
  display: none;
  border-radius: 50%;
  top: 2rem;
  left: -3rem;
}
#index .product-left-block01:hover {
  border-bottom: 1px solid #1f1b1c;
  color: #1f1b1c;
  cursor: pointer;
}
#index .product-left-block01:hover::before {
  display: inline-block;
}
#index .product-left-block01:hover ~ .product-right-block01 {
  display: block;
}
#index .product-left-block02:hover {
  border-bottom: 1px solid #1f1b1c;
  color: #1f1b1c;
  cursor: pointer;
}
#index .product-left-block02:hover::before {
  display: inline-block;
}
#index .product-left-block02:hover ~ .product-right-block02 {
  display: block;
}
#index .product-left-block03:hover {
  border-bottom: 1px solid #1f1b1c;
  color: #1f1b1c;
  cursor: pointer;
}
#index .product-left-block03:hover::before {
  display: inline-block;
}
#index .product-left-block03:hover ~ .product-right-block03 {
  display: block;
}
#index .product-right-block01 {
  position: absolute;
  top: 0;
  right: 12%;
  width: 26%;
  padding-top: 10rem;
  display: none;
}
#index .product-right-block01__img {
  width: 100%;
}
#index .product-right-block01__text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 4rem;
}
#index .product-right-block02 {
  position: absolute;
  top: 0;
  right: 12%;
  width: 26%;
  padding-top: 10rem;
  display: none;
}
#index .product-right-block02__img {
  width: 100%;
}
#index .product-right-block02__text {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 4rem;
}
#index .product-right-block03 {
  position: absolute;
  top: 0;
  right: 12%;
  width: 26%;
  padding-top: 10rem;
  display: none;
}
#index .product-right-block03__img {
  width: 100%;
}
#index .product-right-block03__text {
  font-size: 1.6rem;
  line-height: 1.4;
}
#index .product-right-block03__text01 {
  margin-top: 3rem;
}
#index .product-right-block03__text02 {
  margin-top: 4rem;
}
#index .product-right-block03__text__title {
  margin-bottom: 1.5rem;
}
#index .product01 {
  padding: 9.4rem 0 10.4rem 0;
  background-color: #f8f8f8;
}
#index .product01-flex {
  width: 102rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f1b1c;
}
#index .product01-left__text {
  padding: 6rem 0 5rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
#index .product01-left__text02 {
  padding: 6rem 0 2.3rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
}
#index .product01-left__text03 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 2.3rem;
}
#index .product01-left__text04 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding-bottom: 0;
}
#index .product01-left__contents {
  padding-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .product01-left-content {
  margin-right: 6rem;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#index .product01-left-content__arrow {
  background-color: #187fc3;
  color: #fff;
  font-size: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  margin-right: 1rem;
  border-radius: 50%;
}
#index .product01-left-content:hover .product01-left-content__arrow {
  background-color: #ffe100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index .product01-left-content__column {
  line-height: 2.1rem;
}
#index .product01-left-box {
  padding-bottom: 4rem;
}
#index .product01-left-box__img__box {
  display: none;
}
#index .product01-left-box__img02__box {
  display: none;
}
#index .product01-left-box__img03__box {
  display: none;
}
#index .product01-left-box01 {
  padding-top: 6rem;
}
#index .product01-left-box02 {
  padding-top: 6rem;
  padding-bottom: 0;
}
#index .product01-left__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .product01-left__column__under {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .product01-right {
  width: 50rem;
  height: 29.5rem;
  overflow: hidden;
}
#index .product01-right__img {
  width: 100%;
  padding-top: 5rem;
}
#index .product01-right__img02 {
  width: 100%;
  padding-top: 10rem;
}
#index .product01-right__img03 {
  width: 100%;
  padding-top: 15rem;
}
#index .product01-button {
  margin-top: 2rem;
  margin-left: 0;
  overflow: hidden;
}
#index .product02 {
  padding: 9.4rem 0 10.4rem 0;
  background-color: #fff;
}
#index .blog01 {
  width: 102rem;
  padding: 12rem 0;
  margin: 0 auto;
}
#index .blog01-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
#index .blog01-box {
  width: 30.5rem;
  height: 36.7rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#index .blog01-box-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#index .blog01-box-img__box {
  width: 30.5rem;
  height: 15.2rem;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#index .blog01-box-text {
  padding: 3rem 2rem;
}
#index .blog01-box-category {
  width: 19rem;
  font-size: 14px;
  color: #fff;
  background-color: #187fc3;
  display: inline-block;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.7rem;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index .blog01-box-date {
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 12px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  color: #1f1b1c;
}
#index .blog01-box-title {
  color: #262626;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 2rem 0;
}
#index .blog01-box-content {
  color: #262626;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#index .blog01-box:hover {
  background-color: #fafafa;
}
#index .blog01-box:hover .blog01-box-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index .blog01-circles01 {
  width: 102rem;
}
#index .blog01-circles01__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 0;
  margin-bottom: 4rem;
}
#index .blog01-circles01-arrow {
  color: #fff;
  background-color: #187fc3;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  display: inline-block;
  z-index: 50;
}
#index .blog01-circles01-arrow:hover {
  cursor: pointer;
}
#index .blog01-circle01 {
  width: 102rem;
  height: 18rem;
  position: absolute;
  top: 4rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  z-index: 1;
}
#index .blog01-circle01::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#index .blog01-circle01-blocks {
  height: 17rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem 0 1rem;
}
#index .blog01-circle01-block {
  position: relative;
  display: inline-block;
  width: 16rem;
  height: 16rem;
  line-height: 1.4;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  color: #187fc3;
  margin: 0 2rem;
}
#index .blog01-circle01-block__text {
  position: absolute;
  width: 12rem;
  text-align: center;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#index .blog01-circle01-block__arrow {
  position: absolute;
  bottom: 2.9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#index .blog01-circle01-block:hover {
  background-color: #fafafa;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#index .blog01-circle01-block:hover .blog01-circle01-block__arrow {
  bottom: 1.8rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#index .blog01-button {
  margin: 0 auto;
  overflow: hidden;
}
#index .company01 {
  position: relative;
  width: 100%;
}
#index .company01-bg {
  position: absolute;
  top: 17.9rem;
  width: 100%;
  height: 88rem;
  z-index: 1;
}
#index .company01-building {
  width: 80%;
  height: 35.8rem;
  overflow: hidden;
}
#index .company01-top {
  position: relative;
  display: block;
  margin-right: auto;
  z-index: 20;
  display: inline;
  background-size: 100%;
  background-position: center top;
  width: 100%;
  padding-top: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .company01-box {
  position: relative;
  width: 102rem;
  margin: 0 auto;
  padding: 10rem 0;
  z-index: 20;
}
#index .company01-box__text {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-top: 6rem;
}
#index .company01-button {
  overflow: hidden;
  margin-left: auto;
}
#index .company01-people {
  width: 100%;
  padding-top: 30rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
#index .company01-people-box {
  width: 80%;
  height: 35.8rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 20;
}
#index .recruit {
  position: relative;
  width: 100%;
  height: 100rem;
}
#index .recruit-box {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8rem;
  width: 102rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60rem;
}
#index .recruit-left {
  width: 12.9rem;
}
#index .recruit-right {
  width: 78.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index .recruit-right__top {
  font-size: 2.6rem;
  line-height: 1.5;
  padding-bottom: 4rem;
}
#index .recruit-right__content {
  font-size: 1.6rem;
  line-height: 1.8;
}
#index .recruit-right__text {
  padding-bottom: 8rem;
}
#index .recruit-right__button {
  margin-top: auto;
}
#index .recruit-button {
  overflow: hidden;
}

#thanks .thanks {
  padding: 20rem 0 10rem 0;
  color: #3e3e3e;
}
#thanks .thanks-message {
  text-align: center;
  letter-spacing: 0.06em;
}
#thanks .thanks-message__first {
  font-size: 3rem;
  line-height: 1.1;
}
#thanks .thanks-message__second {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 6rem 0;
}
#thanks .thanks-gray {
  width: 50%;
  margin: 0 auto;
  padding: 3rem 9.8rem;
  border-radius: 1rem;
  background-color: #fafafa;
}
#thanks .thanks-gray-box {
  margin: 0 auto;
}
#thanks .thanks-gray__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#thanks .thanks-gray__text__first {
  padding-bottom: 3rem;
}
#thanks .thanks-gray__text__last {
  padding-left: 2.5rem;
}
#thanks .thanks-gray__check {
  color: #187fc3;
  padding-right: 1rem;
}
#thanks .thanks-gray__again {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 3rem 0;
  line-height: 1.4;
}
#thanks .thanks-gray__again span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 75%, #ffe100 0%);
  background: linear-gradient(transparent 75%, #ffe100 0%);
}
#thanks .thanks-gray__button {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 5rem;
  display: block;
  background-color: #ffe100;
  border-radius: 16rem;
  width: 31.4rem;
  text-align: center;
  margin: 0 auto;
}
#thanks .thanks-totop {
  display: block;
  font-size: 1.6rem;
  padding-top: 3rem;
}
#thanks .thanks-totop__arrow {
  padding-left: 1rem;
}
#thanks .thanks-totop__arrow:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#thanks .thanks-totop:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#thanks-recruit .thanks-recruit-document {
  padding: 2rem 0 12rem 0;
}

#news .news-top {
  padding-top: 10rem;
}
#news .news-top-block {
  position: relative;
}
#news .news-top-block__text {
  position: absolute;
  top: 40%;
  left: 13%;
}
#news .news-content {
  padding-bottom: 10rem;
}
#news .news-content-block {
  background-color: #f8f8f8;
  padding: 7rem 0 9.5rem 0;
  margin-right: 12%;
}
#news .news-content-block-boxes {
  width: 80%;
  margin-left: auto;
}
#news .news-content-block-box {
  display: block;
  color: #262626;
  border-bottom: 2px solid #ffffff;
  padding: 3rem 0 3rem 6rem;
}
#news .news-content-block-box:hover {
  background-color: #fff;
  color: #0080c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .news-content-block-box__title {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-bottom: 2rem;
}
#news .news-content-block-box__sub-title {
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 1.6;
}
#news .news-content-block-page {
  padding-top: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .news-content-block-page__number {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  display: inline;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.8rem;
  margin: 0 1rem;
  color: #262626;
  background-color: #fff;
  -webkit-box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
          box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
}
#news .news-content-block-page__number:hover {
  color: #fff;
  background-color: #187fc3;
}
#news .news-content-block-page__border {
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  display: inline;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.8rem;
}
#news .news-content-block-page__border:hover {
  color: #fff;
  background-color: #187fc3;
}
#news .news-content__button {
  display: none;
}

#newsdetail .newsdetail {
  padding: 20rem 0;
  background-color: #f8f8f8;
}
#newsdetail .newsdetail-block {
  background-color: #fff;
  width: 120rem;
  margin: 0 auto;
  padding: 6rem;
}
#newsdetail .newsdetail-block__date {
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #187fc3;
}
#newsdetail .newsdetail-block__title {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 4rem 0 0 0;
}
#newsdetail .newsdetail-block__content {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-bottom: 3rem;
}
#newsdetail .newsdetail-block__contact {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-top: 3rem;
}
#newsdetail .newsdetail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.8rem;
}
#newsdetail .newsdetail-button-arrow {
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #187fc3;
}
#newsdetail .newsdetail-button-arrow__left {
  border-top-left-radius: 16rem;
  border-bottom-left-radius: 16rem;
}
#newsdetail .newsdetail-button-arrow__right {
  border-top-right-radius: 16rem;
  border-bottom-right-radius: 16rem;
}
#newsdetail .newsdetail-button-arrow:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #187fc3;
  background-color: #fff;
}
#newsdetail .newsdetail-button-arrow__font {
  font-size: 1.3rem;
}
#newsdetail .newsdetail-button__text {
  width: 21.4rem;
  display: inline-block;
  background-color: #187fc3;
  line-height: 5rem;
  font-family: "Montserrat";
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
#newsdetail .newsdetail-button__text:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #187fc3;
  background-color: #fff;
}

#contact .contact-top__text {
  margin: 0 0 6rem 0;
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

#privacy .privacy-top {
  margin-top: 10rem;
  color: #3e3e3e;
}
#privacy .privacy-block {
  padding-bottom: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #3e3e3e;
}
#privacy .privacy-block__top {
  padding-top: 3.1rem;
}
#privacy .privacy-block__second {
  padding: 4.2rem 0 5.8rem 0;
}
#privacy .privacy-block-box {
  padding-bottom: 60px;
}
#privacy .privacy-block-box__title {
  font-size: 2.2rem;
}
#privacy .privacy-block-box-contents {
  margin-left: 7%;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#privacy .privacy-block-box-contents__number {
  padding-right: 1rem;
}
#privacy .privacy-block-box__second {
  margin-top: 2rem;
}
#privacy .application {
  position: relative;
}
#privacy .application-bg {
  width: 100%;
  height: 37.7rem;
}
#privacy .application-block {
  position: absolute;
  top: -3rem;
  left: 20%;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 17.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3e3e;
  background-color: rgba(248, 248, 248, 0.45);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 3rem 0 3rem 3.2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
#privacy .application-block__title {
  font-size: 2.2rem;
}
#privacy .application-block__content {
  padding-top: 2rem;
  font-size: 1.4rem;
}

#company {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: relative;
}
#company .company__title {
  font-size: 3rem;
  letter-spacing: 0.02em;
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 6rem;
  color: #262626;
}
#company .company__title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 20px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #262626;
}
#company .company-top {
  width: 102rem;
  margin: 0 auto;
  padding: 8rem 0 10rem 0;
}
#company .company-top__text {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#company .company-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10rem;
  width: 78rem;
}
#company .company-top-block-box {
  width: 8rem;
}
#company .company-top-block-box__img {
  display: block;
  margin: 0 auto;
}
#company .company-top-block-box__text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
  padding-top: 2rem;
  color: #3e3e3e;
}
#company .company-blue {
  position: relative;
}
#company .company-blue-box {
  position: relative;
  z-index: 55;
  padding: 10rem 0;
  color: #fff;
  text-align: center;
  width: 62.4rem;
  margin: 0 auto;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#company .company-blue-box__title {
  font-size: 3rem;
  padding-bottom: 2rem;
}
#company .company-blue-box__img {
  width: 20rem;
  height: 20rem;
  padding: 6rem 0;
}
#company .company-blue-box__second {
  font-size: 2rem;
}
#company .company-blue-box__text {
  font-size: 1.6rem;
}
#company .company-blue__img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 78.5rem;
}
#company .company-strategy {
  padding: 10rem 0;
  text-align: center;
  width: 80.3rem;
  margin: 0 auto;
}
#company .company-strategy__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
  padding: 0 0 6rem 0;
}
#company .company-strategy__img {
  width: 100%;
}
#company .company-greeting {
  width: 81rem;
  margin: 0 auto;
  padding: 10rem 0;
  color: #3e3e3e;
}
#company .company-greeting-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .company-greeting-box-left {
  width: 51.2rem;
}
#company .company-greeting-box-left__title {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
#company .company-greeting-box-left__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-top: 6rem;
}
#company .company-greeting-box-right {
  width: 23.4rem;
}
#company .company-greeting-box-right__img {
  width: 100%;
}
#company .company-greeting-box-right__text {
  text-align: right;
  padding-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
#company .company-info {
  width: 81rem;
  margin: 0 auto;
  padding: 10rem 0;
  color: #3e3e3e;
}
#company .company-info-block {
  padding: 2rem 0;
  border-top: 1px solid #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .company-info-block__left {
  width: 15.1rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
#company .company-info-block-right {
  width: 58rem;
}
#company .company-info-block-right-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#company .company-info-block-right-flex__left02 {
  margin-right: 2rem;
}
#company .company-gray {
  background-color: #f8f8f8;
}
#company .company-about {
  width: 75rem;
  margin: 0 auto;
  margin-bottom: 10rem;
}
#company .company-about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #f8f8f8;
}
#company .company-about-box:first-of-type {
  border-top: 1px solid #f8f8f8;
}
#company .company-about-box__left {
  width: 40%;
  font-weight: bold;
}
#company .company-about-box__right {
  width: 60%;
}
#company .company-history {
  background-color: #f8f8f8;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#company .company-history-box {
  width: 75rem;
  margin: 0 auto;
}
#company .company-history-block > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
#company .company-history-block {
  width: 75%;
  padding-left: 4.8rem;
  padding-bottom: 4rem;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, #187fc3, #187fc3 4px, transparent 1px, transparent 8px);
  background-image: linear-gradient(to top, #187fc3, #187fc3 4px, transparent 1px, transparent 8px);
  background-size: 1px 7px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
#company .company-history-block:first-of-type {
  background-image: -webkit-linear-gradient(bottom, #187fc3, #187fc3 4px, transparent 1px, transparent 8px);
  background-image: linear-gradient(to top, #187fc3, #187fc3 4px, transparent 1px, transparent 8px);
  background-size: 1px 7px;
  background-position: left bottom;
  background-repeat: repeat-y;
}
#company .company-history-block:last-of-type {
  padding-bottom: 0;
}
#company .company-history-block__date {
  font-family: "Montserrat";
  font-size: 2.6rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#company .company-history-block__date::before {
  content: "";
  width: 0.9rem;
  height: 0.8rem;
  background: #187fc3;
  position: absolute;
  left: -0.4rem;
  top: 0.5rem;
  border-radius: 100%;
}
#company .company-history-block::before {
  content: "";
  width: 1.7rem;
  height: 1.6rem;
  background: #fff;
  border: 1px solid #187fc3;
  position: absolute;
  left: -0.9rem;
  border-radius: 100%;
}
#company .company-history-block__under10 {
  margin-bottom: 1rem;
}
#company .company-map {
  width: 75rem;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 20.2rem;
}
#company .company-map-text {
  margin-top: 2.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#company .company-map-text__left {
  font-size: 16px;
}
#company .company-map-text__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#company .company-map-text__right__text {
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.4rem;
}
#company .company-map-text__right__icon {
  color: #187fc3;
  font-size: 2rem;
  padding-left: 1rem;
}
#company .company-map-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #262626;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#company .company-map-box__left {
  margin-right: 0.5rem;
}
#company .company-map-box-right__top {
  margin-bottom: 2rem;
}
#company .company-map-box__top {
  padding-top: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d8d8d8;
}

#service .service__title {
  width: 75rem;
  margin: 0 auto;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#service .service__sub-title {
  width: 75rem;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#service .service-about-text-second {
  padding: 6rem 0 8.5rem 0;
}
#service .service-about-box {
  position: relative;
  z-index: 5;
  padding-bottom: 10rem;
}
#service .service-about-box-block {
  width: 75rem;
  z-index: 5;
  margin: 0 auto;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service .service-about-box-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#service .service-about-box-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#service .service-about-box-block-left {
  width: 45%;
}
#service .service-about-box-block-left__img {
  width: 100%;
}
#service .service-about-box-block-right {
  width: 37rem;
}
#service .service-about-box-block-right-second {
  width: 100%;
  padding: 3rem 0;
}
#service .service-about-box-block-right-button {
  margin-left: auto;
  overflow: hidden;
}
#service .service-under {
  position: relative;
}
#service .service-under__bg {
  display: inline;
  position: absolute;
  bottom: 0;
}

#dboperation {
  position: relative;
  color: #3e3e3e;
  letter-spacing: 0.06em;
}
#dboperation .dboperation-top {
  height: 80rem;
}
#dboperation .dboperation-top-content {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#dboperation .dboperation-top-content__img {
  width: 50%;
  height: 80rem;
}
#dboperation .dboperation-top-content-text {
  width: 50%;
  position: relative;
  z-index: 50;
}
#dboperation .dboperation-top-content-text__title {
  padding-left: 13rem;
  font-size: 4rem;
  line-height: 1.5;
}
#dboperation .dboperation-top-content-text__list {
  padding-top: 10rem;
  padding-left: 13rem;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: block;
  list-style-type: circle;
  letter-spacing: 0.06em;
}
#dboperation .dboperation-top-content-text__list__content {
  margin-bottom: 1.5rem;
}
#dboperation .dboperation-top-content-text__check {
  padding-right: 1rem;
}
#dboperation .dboperation-second {
  width: 102rem;
  margin: 0 auto;
}
#dboperation .dboperation-second__title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 2;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
#dboperation .dboperation-second-block {
  padding-top: 6rem;
  width: 75rem;
  margin: 0 auto;
}
#dboperation .dboperation-second-block__title {
  font-size: 2rem;
  padding-bottom: 3rem;
}
#dboperation .dboperation-second-block__content {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dboperation .dboperation-second-block-flex {
  padding-top: 6rem;
  padding-bottom: 9.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#dboperation .dboperation-second-block-flex-left {
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 4.5rem 6.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25.3rem;
  width: 35.4rem;
}
#dboperation .dboperation-second-block-flex-left__title {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 3rem;
}
#dboperation .dboperation-second-block-flex-left__list {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dboperation .dboperation-second-block-flex-right {
  width: 35.4rem;
}
#dboperation .dboperation-gray {
  background-color: #f8f8f8;
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#dboperation .dboperation-gray__img {
  width: 63.4rem;
}
#dboperation .dboperation-gray__ul {
  padding-top: 3rem;
}
#dboperation .dboperation-gray__list {
  list-style-type: disc;
  color: #187fc3;
}
#dboperation .dboperation-gray__list__span {
  color: #3e3e3e;
}
#dboperation .dboperation-gray__text {
  padding-bottom: 3rem;
}
#dboperation .dboperation-last {
  padding-bottom: 20rem;
  width: 102rem;
  margin: 0 auto;
}
#dboperation .dboperation-last__content {
  width: 81.4rem;
  margin: 0 auto;
  padding-top: 6rem;
  font-size: 2rem;
}
#dboperation .dboperation-last__content__text {
  padding-bottom: 3rem;
}
#dboperation .dboperation-last__content__img {
  width: 81.4rem;
}

#cloud {
  position: relative;
  color: #3e3e3e;
  letter-spacing: 0.06em;
}
#cloud .cloud-top {
  height: 80rem;
}
#cloud .cloud-top-content {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#cloud .cloud-top-content__img {
  width: 50%;
  height: 80rem;
}
#cloud .cloud-top-content-text {
  width: 50%;
  position: relative;
  z-index: 50;
}
#cloud .cloud-top-content-text__title {
  padding-left: 13rem;
  font-size: 4rem;
  line-height: 1.5;
}
#cloud .cloud-top-content-text__list {
  padding-top: 10rem;
  padding-left: 13rem;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: block;
  list-style-type: circle;
  letter-spacing: 0.06em;
}
#cloud .cloud-top-content-text__list__content {
  margin-bottom: 1.5rem;
}
#cloud .cloud-top-content-text__check {
  padding-right: 1rem;
}
#cloud .cloud-second {
  width: 102rem;
  margin: 0 auto;
}
#cloud .cloud-second__title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 2;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
#cloud .cloud-second-block {
  padding-top: 6rem;
  padding-bottom: 10rem;
  width: 75rem;
  margin: 0 auto;
}
#cloud .cloud-second-block__title {
  font-size: 2rem;
  padding-bottom: 3rem;
  line-height: 1.6;
}
#cloud .cloud-second-block__content {
  font-size: 1.6rem;
  line-height: 1.6;
}
#cloud .cloud-second-block-flex {
  padding-top: 6rem;
  padding-bottom: 9.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cloud .cloud-second-block-flex-left {
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 4.5rem 6.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25.3rem;
  width: 35.4rem;
}
#cloud .cloud-second-block-flex-left__title {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 3rem;
}
#cloud .cloud-second-block-flex-left__list {
  font-size: 1.6rem;
  line-height: 1.6;
}
#cloud .cloud-second-block-flex-right {
  width: 35.4rem;
}
#cloud .cloud-gray {
  background-color: #f8f8f8;
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#cloud .cloud-gray__img {
  width: 63.4rem;
}
#cloud .cloud-gray__ul {
  padding-bottom: 3rem;
}
#cloud .cloud-gray__list {
  list-style-type: disc;
  color: #187fc3;
}
#cloud .cloud-gray__list__span {
  color: #3e3e3e;
}
#cloud .cloud-gray__text {
  padding-bottom: 3rem;
  letter-spacing: 0.06em;
}
#cloud .cloud-last {
  padding-bottom: 20rem;
  width: 102rem;
  margin: 0 auto;
}
#cloud .cloud-last__content {
  width: 81.4rem;
  margin: 0 auto;
  padding-top: 6rem;
  font-size: 2rem;
}
#cloud .cloud-last__content__text {
  padding-bottom: 3rem;
}
#cloud .cloud-last__content__img {
  width: 81.4rem;
}

#dbdiagnose {
  position: relative;
  color: #3e3e3e;
  letter-spacing: 0.06em;
}
#dbdiagnose .dbdiagnose-top {
  height: 80rem;
}
#dbdiagnose .dbdiagnose-top-content {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#dbdiagnose .dbdiagnose-top-content__img {
  width: 50%;
  height: 80rem;
}
#dbdiagnose .dbdiagnose-top-content-text {
  width: 50%;
  position: relative;
  z-index: 50;
}
#dbdiagnose .dbdiagnose-top-content-text__title {
  padding-left: 13rem;
  font-size: 4rem;
  line-height: 1.5;
}
#dbdiagnose .dbdiagnose-top-content-text__list {
  padding-top: 10rem;
  padding-left: 13rem;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: block;
  list-style-type: circle;
  letter-spacing: 0.06em;
}
#dbdiagnose .dbdiagnose-top-content-text__list__content {
  margin-bottom: 1.5rem;
}
#dbdiagnose .dbdiagnose-top-content-text__check {
  padding-right: 1rem;
}
#dbdiagnose .dbdiagnose-second {
  width: 102rem;
  margin: 0 auto;
}
#dbdiagnose .dbdiagnose-second__title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 2;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
#dbdiagnose .dbdiagnose-second-block {
  padding-top: 6rem;
  padding-bottom: 10rem;
  width: 75rem;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
#dbdiagnose .dbdiagnose-second-block__title {
  font-size: 2rem;
  padding-bottom: 3rem;
  line-height: 1.6;
}
#dbdiagnose .dbdiagnose-second-block__content {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dbdiagnose .dbdiagnose-second-block-flex {
  padding-top: 6rem;
  padding-bottom: 9.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dbdiagnose .dbdiagnose-second-block-flex-left {
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 4.5rem 6.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25.3rem;
  width: 35.4rem;
}
#dbdiagnose .dbdiagnose-second-block-flex-left__title {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 3rem;
}
#dbdiagnose .dbdiagnose-second-block-flex-left__list {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dbdiagnose .dbdiagnose-second-block-flex-right {
  width: 35.4rem;
}
#dbdiagnose .dbdiagnose-second-block-img {
  padding: 6rem 0;
}
#dbdiagnose .dbdiagnose-gray {
  background-color: #f8f8f8;
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#dbdiagnose .dbdiagnose-gray__img {
  width: 63.4rem;
}
#dbdiagnose .dbdiagnose-gray__ul {
  padding-bottom: 3rem;
}
#dbdiagnose .dbdiagnose-gray__list {
  list-style-type: disc;
  color: #187fc3;
}
#dbdiagnose .dbdiagnose-gray__list__span {
  color: #3e3e3e;
}
#dbdiagnose .dbdiagnose-gray__text {
  padding-bottom: 3rem;
}
#dbdiagnose .dbdiagnose-last {
  padding-bottom: 20rem;
  width: 102rem;
  margin: 0 auto;
}
#dbdiagnose .dbdiagnose-last__content {
  width: 81.4rem;
  margin: 0 auto;
  padding-top: 6rem;
  font-size: 2rem;
}
#dbdiagnose .dbdiagnose-last__content__text {
  padding-bottom: 3rem;
}
#dbdiagnose .dbdiagnose-last__content__img {
  width: 81.4rem;
}

#dbanalysis {
  position: relative;
  color: #3e3e3e;
  letter-spacing: 0.06em;
}
#dbanalysis .dbanalysis-top {
  height: 80rem;
}
#dbanalysis .dbanalysis-top-content {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#dbanalysis .dbanalysis-top-content__img {
  width: 50%;
  height: 80rem;
}
#dbanalysis .dbanalysis-top-content-text {
  width: 50%;
  position: relative;
  z-index: 50;
}
#dbanalysis .dbanalysis-top-content-text__title {
  padding-left: 13rem;
  font-size: 4rem;
  line-height: 1.5;
}
#dbanalysis .dbanalysis-top-content-text__list {
  padding-top: 10rem;
  padding-left: 13rem;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: block;
  list-style-type: circle;
  letter-spacing: 0.06em;
}
#dbanalysis .dbanalysis-top-content-text__list__content {
  margin-bottom: 1.5rem;
}
#dbanalysis .dbanalysis-top-content-text__check {
  padding-right: 1rem;
}
#dbanalysis .dbanalysis-second {
  width: 102rem;
  margin: 0 auto;
}
#dbanalysis .dbanalysis-second__title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 2;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
#dbanalysis .dbanalysis-second-block {
  padding-top: 6rem;
  padding-bottom: 10rem;
  width: 75rem;
  margin: 0 auto;
}
#dbanalysis .dbanalysis-second-block__title {
  font-size: 2rem;
  padding-bottom: 3rem;
  line-height: 1.6;
}
#dbanalysis .dbanalysis-second-block__content {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dbanalysis .dbanalysis-second-block-flex {
  padding-top: 6rem;
  padding-bottom: 9.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#dbanalysis .dbanalysis-second-block-flex-left {
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 4.5rem 6.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25.3rem;
  width: 35.4rem;
}
#dbanalysis .dbanalysis-second-block-flex-left__title {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 3rem;
}
#dbanalysis .dbanalysis-second-block-flex-left__list {
  font-size: 1.6rem;
  line-height: 1.6;
}
#dbanalysis .dbanalysis-second-block-flex-right {
  width: 35.4rem;
}
#dbanalysis .dbanalysis-second-block-img {
  width: 81.4rem;
  padding: 6rem 0;
}
#dbanalysis .dbanalysis-gray {
  background-color: #f8f8f8;
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#dbanalysis .dbanalysis-gray__img {
  width: 63.4rem;
}
#dbanalysis .dbanalysis-gray__ul {
  padding-bottom: 3rem;
}
#dbanalysis .dbanalysis-gray__list {
  list-style-type: disc;
  color: #187fc3;
}
#dbanalysis .dbanalysis-gray__list__span {
  color: #3e3e3e;
}
#dbanalysis .dbanalysis-gray__text {
  padding-bottom: 3rem;
}
#dbanalysis .dbanalysis-last {
  padding-bottom: 20rem;
  width: 102rem;
  margin: 0 auto;
}
#dbanalysis .dbanalysis-last__content {
  width: 81.4rem;
  margin: 0 auto;
  padding-top: 6rem;
  font-size: 2rem;
}
#dbanalysis .dbanalysis-last__content__text {
  padding-bottom: 3rem;
}
#dbanalysis .dbanalysis-last__content__img {
  width: 81.4rem;
}

#recruit .recruit-top-box {
  padding-top: 20rem;
  margin-left: 13%;
}
#recruit .recruit-top-content {
  position: relative;
}
#recruit .recruit-top-content-img {
  width: 100%;
}
#recruit .recruit-top-content-img-box {
  display: block;
  width: 60%;
  margin-left: auto;
  overflow: hidden;
}
#recruit .recruit-top-content-text {
  position: absolute;
  top: 23%;
  letter-spacing: 0.06em;
  width: 65rem;
  left: 0;
  right: 0;
  margin: auto;
}
#recruit .recruit-top-content-text__title {
  font-size: 3rem;
  line-height: 1.5;
}
#recruit .recruit-top-content-text__sub-title {
  font-size: 1.6rem;
  line-height: 1.6em;
  padding-top: 6rem;
}
#recruit .recruit-slide {
  padding: 11.8rem 0 12rem 0;
}
#recruit .recruit-description {
  background-color: #fafafa;
  padding: 12rem 0;
}
#recruit .recruit-description-title {
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 3rem;
  text-align: center;
}
#recruit .recruit-description-box {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 3.5rem 4rem;
  width: 81.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit .recruit-description-box-left {
  color: #3e3e3e;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
}
#recruit .recruit-description-box-right {
  color: #187fc3;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
#recruit .recruit-description-box:hover .recruit-description-box-right {
  background-color: #187fc3;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#recruit-detail .recruit-detail-detail-box {
  background-color: #fafafa;
  display: block;
  width: 64%;
  margin: 6rem auto 4rem auto;
  padding: 6rem;
}
#recruit-detail .recruit-detail-detail-box__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 4rem;
  text-align: center;
}
#recruit-detail .recruit-detail-detail-box-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 2rem;
  line-height: 1.4;
}
#recruit-detail .recruit-detail-detail-box-block-left {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 2rem;
  width: 25%;
}
#recruit-detail .recruit-detail-detail-box-block-right {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 2rem;
  padding-left: 4rem;
  width: 75%;
}

#download .download-second {
  width: 85.5rem;
  margin: 0 auto;
}
#download .download-second-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85.5rem;
  margin: 0 auto;
  padding-bottom: 1.4rem;
  position: relative;
  top: -1rem;
}
#download .download-second-box-left__sub-title {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-top: 6rem;
}
#download .download-second-box-right {
  padding-left: 8.6rem;
}
#download .download-second-box-right-img {
  width: 24.3rem;
}

#customer {
  letter-spacing: 0.06em;
}
#customer .customer-top-text {
  width: 81.4rem;
  margin: 0 auto;
}
#customer .customer-top-text__first {
  padding-bottom: 12.7rem;
}
#customer .customer-top-text__second {
  padding-bottom: 4rem;
}
#customer .customer-top-block__text {
  padding-top: 10rem;
}
#customer .customer-title {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}
#customer .customer-sub-title {
  font-size: 1.6rem;
  line-height: 1.6;
}
#customer .customer-gray {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 12.3rem;
  padding-bottom: 20rem;
}
#customer .customer-gray-box {
  width: 81rem;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 4rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#customer .customer-gray-box__title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4rem;
}
#customer .customer-gray-box-img {
  width: 100%;
}
#customer .customer-gray-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#customer .customer-gray-box-flex-img {
  width: 33.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#customer .customer-gray-box-flex-text {
  width: 32.7rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
#customer .customer-gray-box-flex-left {
  width: 33.7rem;
}
#customer .customer-gray-box-flex-right {
  width: 32.7rem;
}
#customer .customer-gray-box-flex-ul {
  padding-top: 2rem;
}
#customer .customer-gray-box-flex-list {
  font-size: 1.4rem;
  margin-top: 1rem;
}
#customer .customer-gray-box-flex-check {
  margin-right: 0.5rem;
}
#customer .customer-gray-box-button {
  margin-left: auto;
}
#customer .customer-gray-box-text {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
#customer .customer-gray-buttons {
  width: 81.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#partner {
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#partner .partner-top-text {
  width: 81.4rem;
  margin: 0 auto;
}
#partner .partner-top-text__first {
  padding-bottom: 12.7rem;
}
#partner .partner-top-text__second {
  padding-bottom: 4rem;
}
#partner .partner-top-text__third {
  padding-bottom: 1rem;
}
#partner .partner-top-block__text {
  padding-top: 10rem;
}
#partner .partner-title {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}
#partner .partner-title02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
#partner .partner-sub-title {
  font-size: 1.6rem;
  line-height: 1.6;
}
#partner .partner-gray {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 12.3rem;
  padding-bottom: 20rem;
}
#partner .partner-gray-box {
  width: 81rem;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 4rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#partner .partner-gray-box__title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4rem;
}
#partner .partner-gray-box__img {
  width: 100%;
}
#partner .partner-gray-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#partner .partner-gray-box-flex-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#partner .partner-gray-box-flex-text {
  width: 32.7rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
#partner .partner-gray-box-flex-left {
  width: 18.8rem;
}
#partner .partner-gray-box-flex-right {
  width: 44.9rem;
  margin-left: 5.7rem;
}
#partner .partner-gray-box-flex-title {
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 2rem;
}
#partner .partner-gray-box-flex-sub-title {
  font-size: 1.4rem;
  line-height: 1.4;
}
#partner .partner-gray-box-flex-sub-title__link {
  color: #3e3e3e;
}
#partner .partner-gray-box-button {
  margin-left: auto;
}
#partner .partner-gray-box-text {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
#partner .partner-gray-buttons {
  width: 81.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#partner02 {
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#partner02 .partner-top-text {
  width: 81.4rem;
  margin: 0 auto;
}
#partner02 .partner-top-text__first {
  padding-bottom: 12.7rem;
}
#partner02 .partner-top-text__second {
  padding-bottom: 4rem;
}
#partner02 .partner-top-text__third {
  padding-bottom: 1rem;
}
#partner02 .partner-top-block__text {
  padding-top: 10rem;
}
#partner02 .partner-title {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}
#partner02 .partner-title02 {
  font-size: 3rem;
  line-height: 1.5;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
#partner02 .partner-sub-title {
  font-size: 1.6rem;
  line-height: 1.6;
}
#partner02 .partner-gray {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 12.3rem;
  padding-bottom: 20rem;
}
#partner02 .partner-gray-box {
  width: 81rem;
  margin: 0 auto;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 4rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#partner02 .partner-gray-box__title {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 4rem;
}
#partner02 .partner-gray-box__img {
  width: 100%;
}
#partner02 .partner-gray-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#partner02 .partner-gray-box-flex-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#partner02 .partner-gray-box-flex-text {
  width: 32.7rem;
  font-size: 1.6rem;
  line-height: 1.7;
}
#partner02 .partner-gray-box-flex-left {
  width: 18.8rem;
}
#partner02 .partner-gray-box-flex-right {
  width: 44.9rem;
  margin-left: 5.7rem;
}
#partner02 .partner-gray-box-flex-title {
  font-size: 1.8rem;
  line-height: 1.7;
  padding-bottom: 2rem;
}
#partner02 .partner-gray-box-flex-sub-title {
  font-size: 1.4rem;
  line-height: 1.4;
}
#partner02 .partner-gray-box-flex-sub-title__link {
  color: #3e3e3e;
}
#partner02 .partner-gray-box-button {
  margin-left: auto;
}
#partner02 .partner-gray-box-text {
  font-size: 1.6rem;
  padding-bottom: 3rem;
}
#partner02 .partner-gray-buttons {
  width: 81.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#sitemap .sitemap-flex {
  position: relative;
  z-index: 22;
  width: 81rem;
  margin: 0 auto;
  letter-spacing: 0.06em;
  color: #3e3e3e;
  padding-top: 3.1rem;
  padding-bottom: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sitemap .sitemap-flex-block {
  width: 35rem;
  padding-bottom: 6rem;
}
#sitemap .sitemap-flex-block__title {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #685656;
}
#sitemap .sitemap-flex-block__sub-title {
  display: block;
  font-size: 1.6rem;
  padding-top: 1.5rem;
}
#sitemap .sitemap-flex-block__sub-title:hover .sitemap-flex-block__arrow {
  color: #187fc3;
}
#sitemap .sitemap-flex-block__arrow {
  color: #d8d8d8;
  padding-right: 2rem;
}

#academy .academy__title {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
#academy .academy__sub-title {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
#academy .academy-block {
  width: 81.4rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2.5rem;
  padding: 4rem 5.9rem;
}
#academy .academy-block-last {
  margin-bottom: 12rem;
}
#academy .academy-block-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#academy .academy-block-box {
  display: inline-block;
  width: 33rem;
  padding: 3.1rem 2.9rem;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 2.5rem;
  color: #187fc3;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}
#academy .academy-block-box:hover {
  background-color: #187fc3;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#academy .academy-block-box:hover .academy-block-box__title {
  border-bottom: 1px solid #fff;
}
#academy .academy-block-box:hover .academy-block-box__arrow {
  color: #187fc3;
}
#academy .academy-block-box__title {
  font-size: 1.8rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #187fc3;
  text-align: center;
  font-weight: bold;
}
#academy .academy-block-box__content {
  font-size: 1.4rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
#academy .academy-block-box__triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8.2rem 8.2rem;
  border-color: transparent transparent #fff transparent;
}
#academy .academy-block-box__arrow {
  position: absolute;
  right: 1.6rem;
  bottom: 1.8rem;
  font-size: 1.8rem;
}

#academy-detail .academy-detail__text {
  width: 67.7rem;
  position: absolute;
  top: 20rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 0.06em;
}
#academy-detail .academy-detail__title {
  font-size: 4rem;
  text-align: center;
  padding-bottom: 4.2rem;
}
#academy-detail .academy-detail__sub-title {
  font-size: 1.6rem;
  line-height: 1.6;
}
#academy-detail .academy-detail-block {
  width: 81.7rem;
  margin: 0 auto;
}
#academy-detail .academy-detail-box {
  width: 81.7rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#academy-detail .academy-detail-box__out {
  width: 21.4rem;
  height: 15rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#academy-detail .academy-detail-box__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#academy-detail .academy-detail-box-text {
  width: 56.2rem;
}
#academy-detail .academy-detail-box-text__date {
  width: 100%;
  font-family: "Montserrat";
  font-weight: lighter;
  font-size: 1.2rem;
  line-height: 1.8;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8f8f8;
}
#academy-detail .academy-detail-box-text__title {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 2rem 0;
}
#academy-detail .academy-detail-box-text__content {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#academy-detail .academy-detail-box:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#academy-detail .academy-detail-box:hover .academy-detail-box__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#academy-detail .academy-detail-box-sp {
  display: none;
}
#academy-detail .academy-detail-page {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 12rem;
  color: #262626;
  font-size: 1.8rem;
  font-family: "Montserrat";
  font-weight: lighter;
}
#academy-detail .academy-detail-page__border:hover {
  color: #fff;
  background-color: #187fc3;
}
#academy-detail .academy-detail-page__number {
  font-weight: lighter;
  background-color: #fafafa;
  text-align: center;
  line-height: 4rem;
  margin: 0 1rem;
  padding: 0.9rem;
}
#academy-detail .academy-detail-page__number:hover {
  color: #fff;
  background-color: #187fc3;
}

#product .product-block {
  width: 81rem;
  margin: 0 auto;
  padding: 10rem 0;
}
#product .product-block:nth-of-type(2) {
  padding-top: 0;
}
#product .product-block__title {
  font-size: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
  color: #262626;
  letter-spacing: 0.06em;
  margin-bottom: 6rem;
}
#product .product-block__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 2rem;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #262626;
}
#product .product-block__sub-title {
  font-size: 1.6rem;
  padding-bottom: 6rem;
  color: #3e3e3e;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#product .product-block-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 4rem 6rem;
  background-color: #187fc3;
  border-radius: 1rem;
}
#product .product-block-box__title {
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #fff;
}
#product .product-block-box-contents {
  width: 69.4rem;
  height: 37.4rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .product-block-box-content {
  width: 34rem;
  height: 18rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-block-box-content01 {
  padding: 4rem 0;
}
#product .product-block-box-content02 {
  padding: 2.8rem 0;
}
#product .product-block-box-content__img {
  display: block;
  margin: 0 auto;
}
#product .product-block-box-content__text {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #262626;
  padding-top: 2.1rem;
  text-align: center;
}
#product .product-block-box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  width: 100%;
  height: 53.4rem;
}
#product .product-block-box02-content {
  width: 19.4rem;
  text-align: center;
}
#product .product-block-box02-content__img {
  height: 7rem;
}
#product .product-block-box02-content__title {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #262626;
  padding: 3rem 0 2rem 0;
}
#product .product-block-box02-content__text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #262626;
}
#product .product-block__text {
  width: 100%;
  margin: 0 auto;
  color: #3e3e3e;
  padding-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-block__img {
  width: 100%;
}
#product .product-block02 {
  padding: 6rem 0 10rem 0;
  background-color: #fff;
  width: 102rem;
  margin: 0 auto;
}
#product .product-block02-top__text {
  width: 14rem;
  text-align: center;
  margin: 0 auto;
  color: #187fc3;
  padding-bottom: 1.1rem;
  border-bottom: 2px solid #187fc3;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-block02-top__second {
  color: #3e3e3e;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 6rem;
  text-align: center;
}
#product .product-block02-top__img {
  width: 48.6rem;
  display: block;
  margin: 0 auto;
}
#product .product-block02-box {
  padding-top: 14rem;
  width: 81rem;
  margin: 0 auto;
}
#product .product-block02-box__title {
  position: relative;
  color: #3e3e3e;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 4.2rem;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box__title__span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
  background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
  background: linear-gradient(transparent 70%, #ffe100 0%);
}
#product .product-block02-box__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#product .product-block02-box__text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-block02-box__img {
  width: 100%;
  padding-top: 6rem;
}
#product .product-block02-box__blue {
  width: 100%;
  background-color: #187fc3;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 5.2rem;
  margin-bottom: 6rem;
}
#product .product-block02-box__bold {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 3rem;
}
#product .product-block02-box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0 10rem 0;
}
#product .product-block02-box-flex__img {
  width: 36.3rem;
  height: 30rem;
}
#product .product-block02-box-flex-block {
  width: 38.7rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-flex-block__dot {
  color: #187fc3;
  font-size: 1.6rem;
  line-height: 1.6;
}
#product .product-block02-box-flex-block__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 1rem;
}
#product .product-block02-box-flex__last {
  padding: 6rem 0 6rem 0;
}
#product .product-block02-box-function {
  width: 100%;
}
#product .product-block02-box-function__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 3rem;
}
#product .product-block02-box-function-block {
  width: 100%;
  margin-bottom: 2.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#product .product-block02-box-function-block__text {
  width: 9.3rem;
  height: 9.3rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 9.3rem;
  font-weight: bold;
  background-color: #187fc3;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
}
#product .product-block02-box-function-block-right {
  width: 71.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .product-block02-box-function-block-right__img {
  width: 10rem;
  height: 9.3rem;
}
#product .product-block02-box-composition {
  width: 81rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box-composition-left {
  width: 68.4rem;
}
#product .product-block02-box-composition-left__title {
  line-height: 3.8rem;
  display: inline-block;
  color: #fff;
  background-color: #3e3e3e;
  border-radius: 0.2rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3rem;
}
#product .product-block02-box-composition-left-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#product .product-block02-box-composition-left-list {
  width: 65rem;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-composition-left-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition-left-blue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  background-color: #e0f0fa;
  border-radius: 0.4rem;
}
#product .product-block02-box-composition-left-blue-list {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-block02-box-composition-left-blue-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition-left-blue-list__text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-block02-box-composition-left-blue-list-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.4rem;
}
#product .product-block02-box-composition-left-blue-list-second__text {
  width: 46.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#product .product-block02-box-composition-left-blue-list-second__img {
  width: 10rem;
  height: 10rem;
}
#product .product-block02-box-composition-right {
  width: 10rem;
}
#product .product-block02-box-composition-right__img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 0.4rem;
}
#product .product-block02-box-composition02 {
  width: 81rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
}
#product .product-block02-box-composition02:last-child {
  margin-bottom: 0;
}
#product .product-block02-box-composition02-list {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
#product .product-block02-box-composition02-list__square {
  margin-right: 1rem;
}
#product .product-block02-box-composition02-list__content {
  width: 100%;
}
#product .product-block02-box-composition02-list02 {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
#product .product-block02-box-composition02-list02__dot {
  margin-right: 1rem;
  color: #187fc3;
}
#product .product-block02-box-composition02-list02__content {
  width: 100%;
}
#product .product-block02-box-composition02-list02__text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#product .product-gray {
  background-color: #f8f8f8;
}
#product .product-gray02 {
  padding: 10rem 0;
  background-color: #f8f8f8;
}
#product .product-button {
  width: 81rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#product .product-button-menu {
  width: 15.8rem;
  height: 6rem;
  font-size: 1.6rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-button-menu:hover {
  background-color: #ffe100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product-button-menu:hover .product-button-menu__text {
  opacity: 100%;
}
#product .product-button-menu:hover .product-button-menu__arrow {
  opacity: 100%;
  top: 4.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product-button-menu__text {
  width: 100%;
  color: #262626;
  text-align: center;
  line-height: 6rem;
  opacity: 50%;
}
#product .product-button-menu__arrow {
  position: absolute;
  color: #262626;
  top: 4rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 50%;
}
#product .product-button-menu__active {
  background-color: #ffe100 !important;
}
#product .product-button-menu__active .product-button-menu__text {
  opacity: 100%;
}
#product .product-button-menu__active .product-button-menu__arrow {
  opacity: 100%;
  top: 4.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#product .product-solution {
  padding: 6.8rem 0 10rem 0;
}
#product .product-solution-block {
  width: 81rem;
  margin: 0 auto;
  padding: 6rem 0;
  border-top: 1px solid #d8d8d8;
}
#product .product-solution-block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3e3e3e;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 6rem;
}
#product .product-solution-block-title__square {
  margin-right: 1rem;
}
#product .product-solution-block-text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 3rem;
}
#product .product-solution-block__img {
  width: 100%;
}
#product .product-solution-block-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
#product .product-solution-block-flex__text {
  width: 45.9rem;
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-solution-block-flex__img {
  width: 31.2rem;
}
#product .product-solution-block-white {
  background-color: #fff;
  width: 81rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding: 3rem 5.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#product .product-solution-block-white-title {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  width: 69rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#product .product-solution-block-white-title__check {
  color: #187fc3;
  margin-right: 2rem;
}
#product .product-solution-block-white-title__text {
  color: #3e3e3e;
}
#product .product-solution-block-white__text {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3e3e3e;
}
#product .product-solution-top {
  width: 81rem;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  padding: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3e3e;
  margin-bottom: 10rem;
  position: relative;
}
#product .product-solution-top__title {
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding-bottom: 3rem;
  width: 69rem;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
#product .product-solution-top__content {
  width: 69rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding-top: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#product .product-solution-top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2rem;
  left: -75rem;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #187fc3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#product .product-solution-top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 75rem;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #187fc3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product .product-download {
  width: 102rem;
  padding: 10rem 0 20rem 0;
  margin: 0 auto;
}
#product .product-download__title {
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0.06em;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
#product .product-download-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  width: 81rem;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
#product .product-download-block {
  padding-bottom: 1.1rem;
  width: 81rem;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}
#product .product-download-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #3e3e3e;
}
#product .product-download-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .product-download-block-left__img {
  width: 3.3rem;
  height: 4.5rem;
  margin-right: 2.4rem;
}
#product .product-download-block-left__text {
  color: #3e3e3e;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
#product .product-download-block-right {
  width: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.5rem;
}
#product .product-download-block-right__img {
  width: 2.2rem;
  height: 2.4rem;
}
#product .product__movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
#product .product__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) and (max-width: 1279px) {
  html {
    font-size: 50%;
  }

  #security .main {
    height: auto;
  }
  #security .main-cover {
    width: 100%;
  }
  #security .security {
    color: #666666;
    width: 54.688vw;
    margin: 0 auto;
    padding: 12.5vw 0 25vw;
  }
  #security .security__title {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.156vw;
  }
  #security .security__text {
    font-size: 1.6rem;
    line-height: 2.109vw;
    letter-spacing: 0.102vw;
    padding: 6.25vw 0 7.813vw;
  }
  #security .security__data {
    text-align: right;
    font-size: 1.6rem;
    line-height: 2.109vw;
    letter-spacing: 0.102vw;
  }

  #news .news-top {
    padding-top: 10rem;
  }
  #news .news-top-block {
    position: relative;
  }
  #news .news-top-block__text {
    position: absolute;
    top: 40%;
    left: 13%;
  }
  #news .news-content {
    padding-bottom: 10rem;
  }
  #news .news-content-block {
    background-color: #f8f8f8;
    padding: 7rem 0 9.5rem 0;
    margin-right: 12%;
  }
  #news .news-content-block-boxes {
    width: 80%;
    margin-left: auto;
  }
  #news .news-content-block-box {
    display: block;
    color: #262626;
    border-bottom: 1px solid #ffffff;
    padding: 3rem 0 3rem 6rem;
  }
  #news .news-content-block-box:hover {
    background-color: #fff;
    color: #0080c9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #news .news-content-block-box__title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding-bottom: 2rem;
  }
  #news .news-content-block-box__sub-title {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #news .news-content-block-page {
    padding-top: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .news-content-block-page__number {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
    margin: 0 1rem;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
            box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
  }
  #news .news-content-block-page__number:hover {
    color: #fff;
    background-color: #187fc3;
  }
  #news .news-content-block-page__border {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
  }
  #news .news-content-block-page__border:hover {
    color: #fff;
    background-color: #187fc3;
  }
  #news .news-content__button {
    display: none;
  }
}
/*********************************/
/*         PC Responsive         */
/*********************************/
@media (min-width: 1500px) {
  #index .top-news-title {
    margin-right: 80px;
  }
  #index .company__img {
    right: 10%;
  }
  #index .recruit-box__img {
    right: -420px;
    top: -120px;
  }

  #news .news-top {
    padding-top: 10rem;
  }
  #news .news-top-block {
    position: relative;
  }
  #news .news-top-block__text {
    position: absolute;
    top: 40%;
    left: 13%;
  }
  #news .news-content {
    padding-bottom: 10rem;
  }
  #news .news-content-block {
    background-color: #f8f8f8;
    padding: 7rem 0 9.5rem 0;
    margin-right: 12%;
  }
  #news .news-content-block-boxes {
    width: 70%;
    margin-left: auto;
  }
  #news .news-content-block-box {
    display: block;
    color: #262626;
    border-bottom: 1px solid #ffffff;
    padding: 3rem 0 3rem 6rem;
  }
  #news .news-content-block-box:hover {
    background-color: #fff;
    color: #0080c9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #news .news-content-block-box__title {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding-bottom: 2rem;
  }
  #news .news-content-block-box__sub-title {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #news .news-content-block-page {
    padding-top: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .news-content-block-page__number {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
    margin: 0 1rem;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
            box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
  }
  #news .news-content-block-page__number:hover {
    color: #fff;
    background-color: #187fc3;
  }
  #news .news-content-block-page__border {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
  }
  #news .news-content-block-page__border:hover {
    color: #fff;
    background-color: #187fc3;
  }
  #news .news-content__button {
    display: none;
  }
}
/*********************************/
/*               SP              */
/*********************************/
@media (max-width: 768px) {
  #index {
    z-index: 2;
  }
  #index .top {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #d6d6d6;
  }
  #index .top__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index .top-text {
    position: absolute;
    top: initial;
    bottom: 15vh;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 30.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 2rem;
  }
  #index .top-right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    background: -webkit-linear-gradient(top, #ffffff, #fafafa);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 1.7rem 4rem 2rem 4rem;
    border-radius: 10px 0 0 0;
  }
  #index .top-right-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .top-right-text__title {
    font-family: "游明朝体";
    font-size: 3.4rem;
    padding-right: 4rem;
  }
  #index .top-right-text__sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    padding-left: 3.6rem;
    border-left: 2px solid #262626;
  }
  #index .top-right-movies {
    padding: 1.5rem 0 2rem 0;
  }
  #index .top-right-movies__contents {
    padding-right: 2rem;
  }
  #index .top-right-button {
    text-align: center;
  }
  #index .top-right-button__logo {
    display: inline-block;
    color: #262626;
    padding-left: 1rem;
    height: 1.1rem;
  }
  #index .top-right-button__logo02 {
    display: none;
    padding-left: 1rem;
    height: 1.1rem;
  }
  #index .top-right-button:hover .top-right-button__logo {
    display: none;
  }
  #index .top-right-button:hover .top-right-button__logo02 {
    display: inline-block;
  }
  #index .top__titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index .top__title01 {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.1em;
    padding-bottom: 1rem;
  }
  #index .top__sub-titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
  #index .top__sub-titles02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index .top__sub-title01 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #index .top__sub-title01 span {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  #index .news-bar {
    position: absolute;
    width: 100%;
    height: 8.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #187fc3;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  #index .news-bar-content {
    width: 31.5rem;
    height: 8.8rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
  }
  #index .news-bar-content-left {
    width: 85%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .news-bar-content-left__title {
    padding-top: 1.3rem;
    width: 100%;
    text-align: left;
  }
  #index .news-bar-content-left-campaign {
    width: 100%;
    margin: auto;
    line-height: 1.5;
  }
  #index .news-bar-content-left-campaign__list {
    text-align: left;
  }
  #index .news-bar-content__right {
    position: relative;
    z-index: 10;
    width: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .news-bar-content__right-button__left {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    text-align: center;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
  #index .news-bar-content__right-button__left__arrow {
    line-height: 3rem;
  }
  #index .news-bar-content__right-button__left:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition: 1s;
    transition: 1s;
  }
  #index .news-bar-content__right-button__right {
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    text-align: center;
    line-height: 3rem;
  }
  #index .news-bar-content__right-button__right:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition: 1s;
    transition: 1s;
  }
  #index .news-movie {
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(#e9e9e9), to(#fff));
    background: -webkit-linear-gradient(bottom, #e9e9e9, #fff);
    background: linear-gradient(to top, #e9e9e9, #fff);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #index .news-movie-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 31.5rem;
    margin: 0 auto;
    margin-bottom: 2.1rem;
  }
  #index .news-movie-text__title {
    font-family: "游明朝体";
    font-size: 1.8rem;
    padding-right: 1.5rem;
  }
  #index .news-movie-text__sub-title {
    font-size: 1.2rem;
    padding-left: 1.3rem;
    border-left: 1px solid #262626;
    line-height: 1.3;
  }
  #index .news-movie-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #index .news-movie-button {
    z-index: 13;
    background-color: #f8f8f8;
  }
  #index .news-block {
    padding-bottom: 8rem;
    font-family: "Montserrat";
    width: 31.5rem;
    padding: 8rem 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: lighter;
    color: #262626;
  }
  #index .news-block-left {
    width: 24.5%;
  }
  #index .news-block-left__title {
    font-size: 3.6rem;
    padding-bottom: 0.6rem;
  }
  #index .news-block-left__sub-title {
    font-size: 1.6rem;
  }
  #index .news-block-left__button {
    margin-top: 8.2rem;
    display: none;
  }
  #index .news-block-right {
    width: 100%;
  }
  #index .news-block-right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 2rem 0;
    border-bottom: 1px solid #f8f8f8;
  }
  #index .news-block-right-block:first-child {
    border-top: 1px solid #f8f8f8;
    margin-top: 3rem;
  }
  #index .news-block-right-block__date {
    padding-right: 3.3rem;
    padding-bottom: 2rem;
  }
  #index .news-block-right-block__content {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  #index .news-block__button {
    display: block;
    margin-left: auto;
    margin-top: 2rem;
  }
  #index .product {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
  }
  #index .product__container {
    width: 77%;
    margin: 0 auto;
    padding: 10rem 0 7rem 0;
  }
  #index .product-left-block {
    color: #707070;
    width: 58%;
    padding-bottom: 2.1rem;
    margin-bottom: 5rem;
    position: relative;
  }
  #index .product-left-block__title {
    font-size: 5.6rem;
    font-family: "Montserrat";
    font-weight: lighter;
  }
  #index .product-left-block__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #index .product-left-block::before {
    position: absolute;
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ffe100;
    display: none;
    border-radius: 50%;
    top: 2rem;
    left: -3rem;
  }
  #index .product-left-block01:hover {
    border-bottom: 1px solid #1f1b1c;
    color: #1f1b1c;
    cursor: pointer;
  }
  #index .product-left-block01:hover::before {
    display: inline-block;
  }
  #index .product-left-block01:hover ~ .product-right-block01 {
    display: block;
  }
  #index .product-left-block02:hover {
    border-bottom: 1px solid #1f1b1c;
    color: #1f1b1c;
    cursor: pointer;
  }
  #index .product-left-block02:hover::before {
    display: inline-block;
  }
  #index .product-left-block02:hover ~ .product-right-block02 {
    display: block;
  }
  #index .product-left-block03:hover {
    border-bottom: 1px solid #1f1b1c;
    color: #1f1b1c;
    cursor: pointer;
  }
  #index .product-left-block03:hover::before {
    display: inline-block;
  }
  #index .product-left-block03:hover ~ .product-right-block03 {
    display: block;
  }
  #index .product-right-block01 {
    position: absolute;
    top: 0;
    right: 12%;
    width: 26%;
    padding-top: 10rem;
    display: none;
  }
  #index .product-right-block01__img {
    width: 100%;
  }
  #index .product-right-block01__text {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 4rem;
  }
  #index .product-right-block02 {
    position: absolute;
    top: 0;
    right: 12%;
    width: 26%;
    padding-top: 10rem;
    display: none;
  }
  #index .product-right-block02__img {
    width: 100%;
  }
  #index .product-right-block02__text {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 4rem;
  }
  #index .product-right-block03 {
    position: absolute;
    top: 0;
    right: 12%;
    width: 26%;
    padding-top: 10rem;
    display: none;
  }
  #index .product-right-block03__img {
    width: 100%;
  }
  #index .product-right-block03__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #index .product-right-block03__text01 {
    margin-top: 3rem;
  }
  #index .product-right-block03__text02 {
    margin-top: 4rem;
  }
  #index .product-right-block03__text__title {
    margin-bottom: 1.5rem;
  }
  #index .product01 {
    padding: 3rem 0 8rem 0;
    background-color: #f8f8f8;
  }
  #index .product01-flex {
    width: 31.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1f1b1c;
  }
  #index .product01-left {
    /*修正1009*/
  }
  #index .product01-left__text {
    padding: 2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #index .product01-left__text02 {
    padding: 6rem 0 2.3rem 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #index .product01-left__text03 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 1.3rem;
  }
  #index .product01-left__contents {
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index .product01-left__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index .product01-left__column__under {
    margin-bottom: 0;
  }
  #index .product01-left-content {
    margin-top: 1.5rem;
    margin-right: 5rem;
    font-size: 1.6rem;
  }
  #index .product01-left-content__arrow {
    background-color: #187fc3;
    color: #fff;
    font-size: 1rem;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    margin-right: 1rem;
    border-radius: 50%;
  }
  #index .product01-left-content__column {
    margin-right: 0;
  }
  #index .product01-left-content:hover .product01-left-content__arrow {
    background-color: #ffe100;
  }
  #index .product01-left-box {
    padding-bottom: 3.2rem;
  }
  #index .product01-left-box__img {
    width: 100%;
    height: 100%;
    padding-top: 12rem;
    margin: 0 auto;
  }
  #index .product01-left-box__img__box {
    display: block;
    width: 31.5rem;
    height: 20.1rem;
    margin-top: 3rem;
    overflow: hidden;
  }
  #index .product01-left-box__img02 {
    width: 100%;
    height: 100%;
    padding-top: 17rem;
    margin: 0 auto;
  }
  #index .product01-left-box__img02__box {
    display: block;
    width: 31.5rem;
    height: 20.1rem;
    margin-top: 3rem;
    overflow: hidden;
  }
  #index .product01-left-box__img03 {
    width: 100%;
    height: 100%;
    padding-top: 21rem;
    margin: 0 auto;
  }
  #index .product01-left-box__img03__box {
    display: block;
    width: 31.5rem;
    height: 20.1rem;
    margin-top: 3rem;
    overflow: hidden;
  }
  #index .product01-left-box01 {
    padding-top: 2rem;
  }
  #index .product01-right {
    display: none;
    width: 50rem;
    height: 29.5rem;
  }
  #index .product01-right__img {
    width: 100%;
    height: 100%;
  }
  #index .product01-button {
    margin-top: 0;
    margin-left: auto;
  }
  #index .product01-button3 {
    margin-top: 3rem;
  }
  #index .product02 {
    padding: 3rem 0 8rem 0;
    background-color: #fff;
  }
  #index .blog01 {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin: 0 auto;
  }
  #index .blog01-top {
    width: 31.5rem;
    margin: 0 auto;
  }
  #index .blog01-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 37rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem;
    margin-bottom: 4rem;
    overflow: scroll;
  }
  #index .blog01-box {
    width: 28.5rem;
    height: 36.7rem;
    margin: 0 0.7rem;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  #index .blog01-box-img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #index .blog01-box-img__box {
    width: 28.5rem;
    height: 15.2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index .blog01-box-text {
    padding: 3rem 2rem;
  }
  #index .blog01-box-category {
    width: 22rem;
    font-size: 14px;
    color: #fff;
    background-color: #187fc3;
    display: inline-block;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 0.7rem;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
  }
  #index .blog01-box-date {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 12px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    color: #1f1b1c;
  }
  #index .blog01-box-title {
    color: #262626;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    padding: 2rem 0;
  }
  #index .blog01-box-content {
    color: #262626;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  #index .blog01-circles01 {
    width: 100%;
  }
  #index .blog01-circles01__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9.7rem 0;
    margin-bottom: 3rem;
  }
  #index .blog01-circles01-arrow {
    color: #fff;
    background-color: #187fc3;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    display: inline-block;
    z-index: 50;
  }
  #index .blog01-circles01-arrow:hover {
    cursor: pointer;
  }
  #index .blog01-circle01 {
    width: 100%;
    height: 24rem;
    position: absolute;
    top: 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    z-index: 1;
  }
  #index .blog01-circle01::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #index .blog01-circle01-blocks {
    height: 24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5rem 0 1rem;
  }
  #index .blog01-circle01-block {
    position: relative;
    display: inline-block;
    width: 84vw;
    height: 6.8rem;
    line-height: 1.4;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4.3rem;
    color: #187fc3;
    margin: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #index .blog01-circle01-block__text {
    position: relative;
    text-align: center;
    line-height: 6.8rem;
    width: 100%;
    text-align: center;
  }
  #index .blog01-circle01-block__arrow {
    position: absolute;
    width: 80%;
    text-align: right;
    bottom: 2.7rem;
    line-height: 6.8rem;
  }
  #index .blog01-circle01-block:hover {
    background-color: #fafafa;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .blog01-circle01-block:hover .blog01-circle01-block__arrow {
    bottom: 1.8rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .blog01-button {
    margin-right: 5%;
    margin-top: 1.5rem;
  }
  #index .blog {
    width: 100%;
    font-family: "Montserrat";
    padding-top: 12rem;
    padding-bottom: 15%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: lighter;
    color: #262626;
  }
  #index .blog-left {
    width: 15%;
    position: relative;
    margin-left: 13%;
  }
  #index .blog-left__title {
    font-size: 3.6rem;
    padding-bottom: 0.6rem;
  }
  #index .blog-left__sub-title {
    font-size: 1.6rem;
  }
  #index .blog-left__button {
    position: absolute;
    bottom: 0;
  }
  #index .blog-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  #index .blog-box {
    width: 28.5rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-left: 3rem;
  }
  #index .blog-box__img {
    width: 100%;
  }
  #index .blog-box-under {
    padding: 2rem 2rem 3rem 2rem;
  }
  #index .blog-box-under-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .blog-box-under-top__category {
    display: inline-block;
    color: #fff;
    padding: 0.7rem 3rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    border-radius: 0.4rem;
    font-weight: 400;
  }
  #index .blog-box-under-top__labo {
    background-color: #3564b2;
  }
  #index .blog-box-under-top__blog {
    background-color: #187fc3;
  }
  #index .blog-box-under-top__media {
    background-color: #28b3d3;
  }
  #index .blog-box-under-top__date {
    font-size: 1.2rem;
    line-height: 1.8;
    padding-left: 2rem;
  }
  #index .blog-box-under__title {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: lighter;
    padding-top: 4rem;
  }
  #index .blog-box-under__content {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: lighter;
    padding-top: 2rem;
  }
  #index .company01 {
    position: relative;
    width: 100%;
  }
  #index .company01-bg {
    position: absolute;
    top: 14rem;
    width: 100%;
    height: 81.5rem;
    z-index: 1;
  }
  #index .company01-top {
    width: 120%;
    height: 120%;
    padding-top: 28rem;
  }
  #index .company01-building {
    width: 30.5rem;
    height: 28rem;
    overflow: hidden;
  }
  #index .company01-box {
    position: relative;
    width: 31.5rem;
    margin: 0 auto;
    padding: 8rem 0;
    z-index: 20;
  }
  #index .company01-box__text {
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 3rem;
  }
  #index .company01-button {
    margin: 0 auto;
    margin-top: 6rem;
  }
  #index .company01-people {
    padding-top: 33rem;
    width: 130%;
    height: 130%;
  }
  #index .company01-people-box {
    width: 30.5rem;
    height: 28rem;
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    z-index: 20;
  }
  #index .recruit {
    position: relative;
    width: 100%;
    height: 98rem;
  }
  #index .recruit-box {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8rem;
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45rem 0 0 0;
  }
  #index .recruit-left {
    width: 12.9rem;
    padding-bottom: 3rem;
  }
  #index .recruit-right {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .recruit-right__top {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 100;
    padding-bottom: 3rem;
  }
  #index .recruit-right__content {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #index .recruit-right__text {
    padding-bottom: 3rem;
  }
  #index .recruit-right__button {
    margin-top: auto;
    margin-left: auto;
  }

  #news .news-top-block {
    position: relative;
  }
  #news .news-top-block__text {
    position: absolute;
    top: 40%;
    left: 13%;
  }
  #news .news-content {
    padding-bottom: 10rem;
  }
  #news .news-content-block {
    background-color: #f8f8f8;
    padding: 3rem 1.8rem 6rem 3rem;
    margin-right: 12%;
  }
  #news .news-content-block-boxes {
    width: 29rem;
  }
  #news .news-content-block-box {
    display: block;
    color: #262626;
    border-bottom: 2px solid #ffffff;
    padding: 2rem 0 2rem 0;
    height: 8.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news .news-content-block-box:hover {
    cursor: pointer;
    background-color: initial;
    color: #0080c9;
  }
  #news .news-content-block-box__title {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding-bottom: 0rem;
  }
  #news .news-content-block-box__sub-title {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #news .news-content-block-page {
    padding-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news .news-content-block-page__number {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
    margin: 0 1rem;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
            box-shadow: -3px -3px 5px rgba(201, 201, 201, 0.16);
  }
  #news .news-content-block-page__number:hover {
    cursor: pointer;
    color: #fff;
    background-color: #187fc3;
  }
  #news .news-content-block-page__border {
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    display: inline;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
  }
  #news .news-content-block-page__border:hover {
    cursor: pointer;
    color: #fff;
    background-color: #187fc3;
  }

  #newsdetail .newsdetail {
    padding: 0;
    padding-top: 23rem;
    background-color: #f8f8f8;
  }
  #newsdetail .newsdetail-block {
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  #newsdetail .newsdetail-block__date {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #187fc3;
    width: 100%;
    padding: 0 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #newsdetail .newsdetail-block__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 2rem 8% 3rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #newsdetail .newsdetail-block__content {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.7;
    padding-bottom: 3rem;
  }
  #newsdetail .newsdetail-block__contact {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-top: 3rem;
  }
  #newsdetail .newsdetail-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3rem;
    padding-bottom: 10rem;
  }
  #newsdetail .newsdetail-button-arrow {
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #187fc3;
  }
  #newsdetail .newsdetail-button-arrow__left {
    border-top-left-radius: 16rem;
    border-bottom-left-radius: 16rem;
  }
  #newsdetail .newsdetail-button-arrow__right {
    border-top-right-radius: 16rem;
    border-bottom-right-radius: 16rem;
  }
  #newsdetail .newsdetail-button-arrow:hover {
    cursor: pointer;
    color: #187fc3;
    background-color: #fff;
  }
  #newsdetail .newsdetail-button-arrow__font {
    font-size: 1.3rem;
  }
  #newsdetail .newsdetail-button__text {
    width: 21.4rem;
    display: inline-block;
    background-color: #187fc3;
    line-height: 5rem;
    font-family: "Montserrat";
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }

  #company {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    position: relative;
  }
  #company .company__title {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
    color: #262626;
  }
  #company .company__title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 20px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #262626;
  }
  #company .company-top {
    width: 31.5rem;
    margin: 0 auto;
    padding: 8rem 0 4rem 0;
  }
  #company .company-top__text {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #company .company-top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 10rem;
    width: 100%;
  }
  #company .company-top-block-box {
    width: 8rem;
    margin-bottom: 4rem;
  }
  #company .company-top-block-box__img {
    display: block;
    margin: 0 auto;
  }
  #company .company-top-block-box__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: bold;
    padding-top: 2rem;
  }
  #company .company-blue {
    position: relative;
  }
  #company .company-blue-box {
    position: relative;
    z-index: 55;
    padding: 8rem 0;
    color: #fff;
    text-align: center;
    width: 31.5rem;
    margin: 0 auto;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #company .company-blue-box__title {
    width: 27.1rem;
    margin: 0 auto;
    font-size: 2rem;
    padding-bottom: 2rem;
    text-align: left;
  }
  #company .company-blue-box__img {
    width: 20rem;
    height: 20rem;
    padding: 4rem 0;
  }
  #company .company-blue-box__second {
    font-size: 1.6rem;
  }
  #company .company-blue-box__text {
    font-size: 1.3rem;
    text-align: left;
  }
  #company .company-blue__img {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 75.5rem;
  }
  #company .company-strategy {
    padding: 8rem 0;
    text-align: left;
    width: 31.5rem;
    margin: 0 auto;
  }
  #company .company-strategy__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #3e3e3e;
    padding: 0 0 4rem 0;
  }
  #company .company-strategy__img {
    width: 100%;
  }
  #company .company-greeting {
    width: 31.5rem;
    margin: 0 auto;
    padding: 8rem 0;
    color: #3e3e3e;
  }
  #company .company-greeting-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #company .company-greeting-box-left {
    width: 100%;
  }
  #company .company-greeting-box-left__title {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }
  #company .company-greeting-box-left__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-top: 2rem;
  }
  #company .company-greeting-box-right {
    width: 19.2rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
  }
  #company .company-greeting-box-right__img {
    width: 16.3rem;
    height: 18.7rem;
    margin: 0 auto;
  }
  #company .company-greeting-box-right__text {
    text-align: center;
    padding-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  #company .company-info {
    width: 31.5rem;
    margin: 0 auto;
    padding: 8rem 0;
  }
  #company .company-info-block {
    padding: 2rem 0;
    border-top: 1px solid #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #company .company-info-block__left {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  #company .company-info-block-right {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 1rem;
  }
  #company .company-info-block-right-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0.7rem;
  }
  #company .company-info-block-right-flex__left {
    margin-right: 0;
  }
  #company .company-info-block-right-flex__left02 {
    margin-right: 2rem;
  }
  #company .company-gray {
    background-color: #f8f8f8;
  }
  #company .company-map {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  #company .company-map-text {
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #company .company-map-text__left {
    font-size: 14px;
  }
  #company .company-map-text__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #company .company-map-text__right__text {
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.8rem;
  }
  #company .company-map-text__right__icon {
    color: #187fc3;
    font-size: 2rem;
    padding-left: 1rem;
  }
  #company .company-map-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #262626;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  #company .company-map-box__left {
    margin-right: 0.5rem;
  }
  #company .company-map-box-right__top {
    margin-bottom: 2rem;
  }
  #company .company-map-box__top {
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #d8d8d8;
  }

  #privacy .privacy-top {
    margin-top: 10rem;
  }
  #privacy .privacy-block {
    padding-bottom: 2.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #privacy .privacy-block__top {
    padding-top: 0rem;
    font-size: 1.4rem;
  }
  #privacy .privacy-block__second {
    padding: 3rem 0 0 0;
    font-size: 1.4rem;
  }
  #privacy .privacy-block-box {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  #privacy .privacy-block-box__title {
    font-size: 2rem;
  }
  #privacy .privacy-block-box-contents {
    margin-left: 7%;
    margin-top: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
  }
  #privacy .privacy-block-box-contents__number {
    padding-right: 1rem;
  }
  #privacy .privacy-block-box__second {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  #privacy .application {
    position: relative;
  }
  #privacy .application-bg {
    width: 100%;
    height: 37.7rem;
  }
  #privacy .application-block {
    position: absolute;
    width: 31.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 4.8rem;
    margin-bottom: 10rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(248, 248, 248, 0.45);
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 3rem 0 3rem 3.2rem;
    border-radius: 1rem;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  }
  #privacy .application-block__title {
    font-size: 2.2rem;
  }
  #privacy .application-block__content {
    padding-top: 2rem;
  }

  #contact .contact-top__text {
    width: 31.5rem;
    margin: 0 auto;
    margin-bottom: 6rem;
    color: #3e3e3e;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  #thanks .thanks {
    width: 31.5rem;
    margin: 0 auto;
    padding: 13rem 0 10rem 0;
    color: #3e3e3e;
  }
  #thanks .thanks-message {
    text-align: center;
    letter-spacing: 0.06em;
  }
  #thanks .thanks-message__first {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  #thanks .thanks-message__second {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 3rem 0 6rem 0;
    text-align: left;
  }
  #thanks .thanks-gray {
    width: 31.5rem;
    margin: 0 auto;
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1rem;
    background-color: #fafafa;
  }
  #thanks .thanks-gray-box {
    margin: 0 auto;
  }
  #thanks .thanks-gray__text {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-top: 1.5rem;
  }
  #thanks .thanks-gray__text__first {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  #thanks .thanks-gray__text__last {
    padding-left: 0rem;
    padding-top: 0;
  }
  #thanks .thanks-gray__check {
    color: #187fc3;
    padding-right: 1rem;
  }
  #thanks .thanks-gray__again {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding: 3rem 0;
    line-height: 1.4;
  }
  #thanks .thanks-gray__again span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffe100));
    background: -webkit-linear-gradient(transparent 75%, #ffe100 0%);
    background: linear-gradient(transparent 75%, #ffe100 0%);
  }
  #thanks .thanks-gray__button {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 5rem;
    display: block;
    background-color: #ffe100;
    border-radius: 16rem;
    width: 25.5rem;
    text-align: center;
    margin: 0 auto;
  }
  #thanks .thanks-totop {
    display: block;
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  #thanks .thanks-totop__arrow {
    padding-left: 1rem;
  }

  #download .download-second {
    width: 31.5rem;
    margin: 0 auto;
  }
  #download .download-second-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 31.5rem;
    margin: 0 auto;
    padding-bottom: 3rem;
    position: relative;
    top: -1rem;
  }
  #download .download-second-box-left__sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
  #download .download-second-box-right {
    padding-left: 0;
    margin: 0 auto;
  }
  #download .download-second-box-right-img {
    width: 24.3rem;
  }

  #recruit .recruit-top-box {
    padding-top: 20rem;
    margin-left: 13%;
  }
  #recruit .recruit-top-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #recruit .recruit-top-content-img {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  #recruit .recruit-top-content-img-box {
    display: block;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
  }
  #recruit .recruit-top-content-text {
    position: initial;
    width: 31.5rem;
    margin: 0 auto;
    letter-spacing: 0.06em;
  }
  #recruit .recruit-top-content-text__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #recruit .recruit-top-content-text__sub-title {
    font-size: 1.4rem;
    line-height: 1.6em;
    padding: 3rem 0;
  }
  #recruit .recruit-slide {
    padding: 8rem 0 13rem 0;
  }
  #recruit .recruit-description {
    background-color: #fafafa;
    padding: 8rem 3rem;
  }
  #recruit .recruit-description-title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding-bottom: 3rem;
    text-align: center;
  }
  #recruit .recruit-description-box {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.8rem;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 2.5rem 2rem;
    width: 31.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #recruit .recruit-description-box-left {
    color: #3e3e3e;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.4rem;
    width: 18.8rem;
  }
  #recruit .recruit-description-box-right {
    color: #187fc3;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
  }
  #recruit .recruit-description-box-right:hover {
    background-color: #187fc3;
    color: #fff;
  }

  #recruit-detail .recruit-detail-detail-box {
    background-color: #fafafa;
    display: block;
    width: 100%;
    margin: 0 auto 8rem auto;
    padding: 8rem 3rem 3rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #recruit-detail .recruit-detail-detail-box__title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-bottom: 4rem;
    text-align: center;
  }
  #recruit-detail .recruit-detail-detail-box-block {
    width: 31.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    margin-top: 2rem;
    margin-bottom: 5rem;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #recruit-detail .recruit-detail-detail-box-block-left {
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 1rem;
    width: 31.5rem;
    font-size: 1.6rem;
  }
  #recruit-detail .recruit-detail-detail-box-block-right {
    border-bottom: initial;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    font-size: 1.3rem;
  }

  #thanks-recruit .thanks {
    width: 31.5rem;
    margin: 0 auto;
    padding: 13rem 0 10rem 0;
    color: #3e3e3e;
  }
  #thanks-recruit .thanks-message {
    text-align: center;
    letter-spacing: 0.06em;
  }
  #thanks-recruit .thanks-message__first {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  #thanks-recruit .thanks-message__second {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 3rem 0 6rem 0;
    text-align: left;
  }
  #thanks-recruit .thanks-gray {
    width: 31.5rem;
    margin: 0 auto;
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1rem;
    background-color: #fafafa;
  }
  #thanks-recruit .thanks-gray-box {
    margin: 0 auto;
  }
  #thanks-recruit .thanks-gray__text {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-top: 1.5rem;
  }
  #thanks-recruit .thanks-gray__text__first {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  #thanks-recruit .thanks-gray__text__last {
    padding-left: 0rem;
    padding-top: 0;
  }
  #thanks-recruit .thanks-gray__check {
    color: #187fc3;
    padding-right: 1rem;
  }
  #thanks-recruit .thanks-gray__again {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding: 3rem 0;
    line-height: 1.4;
  }
  #thanks-recruit .thanks-gray__again span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ffe100));
    background: -webkit-linear-gradient(transparent 75%, #ffe100 0%);
    background: linear-gradient(transparent 75%, #ffe100 0%);
  }
  #thanks-recruit .thanks-gray__button {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 5rem;
    display: block;
    background-color: #ffe100;
    border-radius: 16rem;
    width: 25.5rem;
    text-align: center;
    margin: 0 auto;
  }
  #thanks-recruit .thanks-totop {
    display: block;
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  #thanks-recruit .thanks-totop__arrow {
    padding-left: 1rem;
  }
  #thanks-recruit .thanks-recruit-document {
    padding: 0 0 12rem 0;
  }

  #service .service__title {
    width: 31.5rem;
    margin: 0 auto;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  #service .service__sub-title {
    width: 31.5rem;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #service .service-about-text-second {
    padding: 3rem 0 8rem 0;
    font-size: 1.4rem;
  }
  #service .service-about-box {
    position: relative;
    z-index: 5;
    padding-bottom: 10rem;
  }
  #service .service-about-box-block {
    width: 31.5rem;
    z-index: 5;
    margin: 0 auto;
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #service .service-about-box-block:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .service-about-box-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #service .service-about-box-block-left {
    width: 100%;
  }
  #service .service-about-box-block-left__img {
    width: 100%;
  }
  #service .service-about-box-block-right {
    margin-top: 3rem;
    width: 100%;
  }
  #service .service-about-box-block-right-second {
    width: 100%;
    padding: 3rem 0;
    font-size: 1.4rem;
  }
  #service .service-about-box-block-right-button {
    margin-left: auto;
  }
  #service .service-under {
    position: relative;
  }
  #service .service-under__bg {
    display: inline;
    position: absolute;
    bottom: 0;
  }

  #dboperation {
    position: relative;
    color: #3e3e3e;
    letter-spacing: 0.06em;
  }
  #dboperation .dboperation-top {
    height: 74rem;
  }
  #dboperation .dboperation-top-content {
    position: absolute;
    top: 13rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dboperation .dboperation-top-content__img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #dboperation .dboperation-top-content-text {
    width: 30rem;
    margin: 0 auto;
  }
  #dboperation .dboperation-top-content-text__title {
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #dboperation .dboperation-top-content-text__list {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    list-style: block;
    list-style-type: circle;
    letter-spacing: 0.06em;
  }
  #dboperation .dboperation-top-content-text__list__content {
    margin-bottom: 1.5rem;
  }
  #dboperation .dboperation-top-content-text__check {
    padding-right: 1rem;
  }
  #dboperation .dboperation-second {
    width: 100%;
    margin: 0 auto;
  }
  #dboperation .dboperation-second__title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.36;
    width: 31.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 6rem;
  }
  #dboperation .dboperation-second-block {
    padding-top: 4rem;
    width: 31.5rem;
    margin: 0 auto;
  }
  #dboperation .dboperation-second-block__title {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
  #dboperation .dboperation-second-block__content {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #dboperation .dboperation-second-block-flex {
    padding-top: 6rem;
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dboperation .dboperation-second-block-flex-left {
    background-color: #f8f8f8;
    border-radius: 1rem;
    padding: 4.5rem 6.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25.3rem;
    width: 35.4rem;
    margin-bottom: 6rem;
  }
  #dboperation .dboperation-second-block-flex-left__title {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 3rem;
  }
  #dboperation .dboperation-second-block-flex-left__list {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #dboperation .dboperation-second-block-flex-right {
    width: 31.5rem;
  }
  #dboperation .dboperation-gray {
    background-color: #f8f8f8;
    padding-top: 10.8rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #dboperation .dboperation-gray__img {
    width: 25.5rem;
    margin: 0 auto;
  }
  #dboperation .dboperation-gray__ul {
    padding-top: 2rem;
  }
  #dboperation .dboperation-gray__list {
    list-style-type: disc;
    list-style-position: inside;
    color: #187fc3;
  }
  #dboperation .dboperation-gray__list__span {
    color: #3e3e3e;
  }
  #dboperation .dboperation-gray__text {
    padding-bottom: 3rem;
  }
  #dboperation .dboperation-last {
    padding-bottom: 10rem;
    width: 100%;
    margin: 0 auto;
  }
  #dboperation .dboperation-last__content {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 6rem;
    font-size: 2rem;
  }
  #dboperation .dboperation-last__content__text {
    padding-bottom: 2rem;
  }
  #dboperation .dboperation-last__content__img {
    width: 31.5rem;
  }

  #cloud {
    position: relative;
    color: #3e3e3e;
    letter-spacing: 0.06em;
  }
  #cloud .cloud-top {
    height: 80rem;
  }
  #cloud .cloud-top-content {
    position: absolute;
    top: 13rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cloud .cloud-top-content__img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cloud .cloud-top-content-text {
    width: 30rem;
    margin: 0 auto;
  }
  #cloud .cloud-top-content-text__title {
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #cloud .cloud-top-content-text__list {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    list-style: block;
    list-style-type: circle;
    letter-spacing: 0.06em;
  }
  #cloud .cloud-top-content-text__list__content {
    margin-bottom: 1.5rem;
  }
  #cloud .cloud-top-content-text__check {
    padding-right: 1rem;
  }
  #cloud .cloud-second {
    width: 100%;
    margin: 0 auto;
  }
  #cloud .cloud-second__title {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.36;
    width: 31.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 6rem;
  }
  #cloud .cloud-second-block {
    padding-top: 4rem;
    padding-bottom: 8rem;
    width: 31.5rem;
    margin: 0 auto;
  }
  #cloud .cloud-second-block__title {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
  #cloud .cloud-second-block__content {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #cloud .cloud-second-block-flex {
    padding-top: 6rem;
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cloud .cloud-second-block-flex-left {
    background-color: #f8f8f8;
    border-radius: 1rem;
    padding: 4.5rem 6.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25.3rem;
    width: 35.4rem;
    margin-bottom: 6rem;
  }
  #cloud .cloud-second-block-flex-left__title {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 3rem;
  }
  #cloud .cloud-second-block-flex-left__list {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #cloud .cloud-second-block-flex-right {
    width: 31.5rem;
  }
  #cloud .cloud-gray {
    background-color: #f8f8f8;
    padding-top: 10.8rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #cloud .cloud-gray__img {
    width: 25.5rem;
    margin: 0 auto;
  }
  #cloud .cloud-gray__ul {
    padding-top: 0;
  }
  #cloud .cloud-gray__list {
    list-style-type: disc;
    list-style-position: inside;
    color: #187fc3;
  }
  #cloud .cloud-gray__list__span {
    color: #3e3e3e;
  }
  #cloud .cloud-gray__text {
    padding-bottom: 3rem;
  }
  #cloud .cloud-last {
    padding-bottom: 10rem;
    width: 100%;
    margin: 0 auto;
  }
  #cloud .cloud-last__content {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 1.8rem;
  }
  #cloud .cloud-last__content__text {
    padding-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  #cloud .cloud-last__content__img {
    width: 31.5rem;
  }

  #dbdiagnose {
    position: relative;
    color: #3e3e3e;
    letter-spacing: 0.06em;
  }
  #dbdiagnose .dbdiagnose-top {
    height: 74rem;
  }
  #dbdiagnose .dbdiagnose-top-content {
    position: absolute;
    top: 13rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dbdiagnose .dbdiagnose-top-content__img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #dbdiagnose .dbdiagnose-top-content-text {
    width: 30rem;
    margin: 0 auto;
  }
  #dbdiagnose .dbdiagnose-top-content-text__title {
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #dbdiagnose .dbdiagnose-top-content-text__list {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
    list-style: block;
    list-style-type: circle;
    letter-spacing: 0.06em;
  }
  #dbdiagnose .dbdiagnose-top-content-text__list__content {
    margin-bottom: 1.5rem;
  }
  #dbdiagnose .dbdiagnose-top-content-text__check {
    padding-right: 1rem;
  }
  #dbdiagnose .dbdiagnose-second {
    width: 100%;
    margin: 0 auto;
  }
  #dbdiagnose .dbdiagnose-second__title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.36;
    width: 31.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 8rem;
  }
  #dbdiagnose .dbdiagnose-second-block {
    padding-top: 4rem;
    padding-bottom: 8rem;
    width: 31.5rem;
    margin: 0 auto;
  }
  #dbdiagnose .dbdiagnose-second-block__title {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    letter-spacing: 0.06em;
  }
  #dbdiagnose .dbdiagnose-second-block__content {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #dbdiagnose .dbdiagnose-second-block-flex {
    padding-top: 6rem;
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dbdiagnose .dbdiagnose-second-block-flex-left {
    background-color: #f8f8f8;
    border-radius: 1rem;
    padding: 4.5rem 6.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25.3rem;
    width: 35.4rem;
    margin-bottom: 6rem;
  }
  #dbdiagnose .dbdiagnose-second-block-flex-left__title {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 3rem;
  }
  #dbdiagnose .dbdiagnose-second-block-flex-left__list {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #dbdiagnose .dbdiagnose-second-block-flex-right {
    width: 31.5rem;
  }
  #dbdiagnose .dbdiagnose-second-block-img {
    width: 31.5rem;
    padding: 4rem 0;
  }
  #dbdiagnose .dbdiagnose-gray {
    background-color: #f8f8f8;
    padding-top: 10.8rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #dbdiagnose .dbdiagnose-gray__img {
    width: 25.5rem;
    margin: 0 auto;
  }
  #dbdiagnose .dbdiagnose-gray__ul {
    padding-top: 0;
  }
  #dbdiagnose .dbdiagnose-gray__list {
    list-style-type: disc;
    list-style-position: inside;
    color: #187fc3;
  }
  #dbdiagnose .dbdiagnose-gray__list__span {
    color: #3e3e3e;
  }
  #dbdiagnose .dbdiagnose-gray__text {
    padding-bottom: 3rem;
  }
  #dbdiagnose .dbdiagnose-last {
    padding-bottom: 10rem;
    width: 100%;
    margin: 0 auto;
  }
  #dbdiagnose .dbdiagnose-last__content {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 1.8rem;
  }
  #dbdiagnose .dbdiagnose-last__content__text {
    padding-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  #dbdiagnose .dbdiagnose-last__content__img {
    width: 31.5rem;
  }

  #sitemap .sitemap-flex {
    width: 31.5rem;
    margin: 0 auto;
    letter-spacing: 0.06em;
    color: #3e3e3e;
    padding-top: 0;
    padding-bottom: 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sitemap .sitemap-flex-block {
    position: relative;
    z-index: 33;
    width: 100%;
    padding-bottom: 4rem;
  }
  #sitemap .sitemap-flex-block__title {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #685656;
  }
  #sitemap .sitemap-flex-block__sub-title {
    display: block;
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
  #sitemap .sitemap-flex-block__sub-title:hover .sitemap-flex-block__arrow {
    color: #187fc3;
  }
  #sitemap .sitemap-flex-block__arrow {
    color: #d8d8d8;
    padding-right: 2rem;
  }

  #dbanalysis {
    position: relative;
    color: #3e3e3e;
    letter-spacing: 0.06em;
  }
  #dbanalysis .dbanalysis-top {
    height: 74rem;
  }
  #dbanalysis .dbanalysis-top-content {
    position: absolute;
    top: 13rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #dbanalysis .dbanalysis-top-content__img {
    width: 100%;
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #dbanalysis .dbanalysis-top-content-text {
    width: 30rem;
    margin: 0 auto;
  }
  #dbanalysis .dbanalysis-top-content-text__title {
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #dbanalysis .dbanalysis-top-content-text__list {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    list-style: block;
    list-style-type: circle;
    letter-spacing: 0.06em;
  }
  #dbanalysis .dbanalysis-top-content-text__list__content {
    margin-bottom: 1.5rem;
  }
  #dbanalysis .dbanalysis-top-content-text__check {
    padding-right: 1rem;
  }
  #dbanalysis .dbanalysis-second {
    width: 100%;
    margin: 0 auto;
  }
  #dbanalysis .dbanalysis-second__title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    line-height: 1.36;
    width: 31.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 8rem;
  }
  #dbanalysis .dbanalysis-second-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 31.5rem;
    margin: 0 auto;
  }
  #dbanalysis .dbanalysis-second-block__title {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    letter-spacing: 0.06em;
  }
  #dbanalysis .dbanalysis-second-block__content {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #dbanalysis .dbanalysis-second-block-flex {
    padding-top: 6rem;
    padding-bottom: 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #dbanalysis .dbanalysis-second-block-flex-left {
    background-color: #f8f8f8;
    border-radius: 1rem;
    padding: 4.5rem 6.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25.3rem;
    width: 35.4rem;
    margin-bottom: 6rem;
  }
  #dbanalysis .dbanalysis-second-block-flex-left__title {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 3rem;
  }
  #dbanalysis .dbanalysis-second-block-flex-left__list {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #dbanalysis .dbanalysis-second-block-flex-right {
    width: 31.5rem;
  }
  #dbanalysis .dbanalysis-second-block-img {
    width: 31.5rem;
    padding: 4rem 0;
  }
  #dbanalysis .dbanalysis-gray {
    background-color: #f8f8f8;
    padding-top: 10.8rem;
    padding-bottom: 8rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #dbanalysis .dbanalysis-gray__img {
    width: 25.5rem;
    margin: 0 auto;
  }
  #dbanalysis .dbanalysis-gray__ul {
    padding-top: 0;
  }
  #dbanalysis .dbanalysis-gray__list {
    list-style-type: disc;
    list-style-position: inside;
    color: #187fc3;
  }
  #dbanalysis .dbanalysis-gray__list__span {
    color: #3e3e3e;
  }
  #dbanalysis .dbanalysis-gray__text {
    padding-bottom: 3rem;
  }
  #dbanalysis .dbanalysis-last {
    padding-bottom: 10rem;
    width: 100%;
    margin: 0 auto;
  }
  #dbanalysis .dbanalysis-last__content {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 4rem;
    font-size: 1.8rem;
  }
  #dbanalysis .dbanalysis-last__content__text {
    padding-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  #dbanalysis .dbanalysis-last__content__img {
    width: 31.5rem;
  }

  #customer {
    letter-spacing: 0.06em;
  }
  #customer .customer-top {
    width: 31.5rem;
  }
  #customer .customer-top-text {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 0rem;
  }
  #customer .customer-top-text__first {
    padding-bottom: 12.7rem;
  }
  #customer .customer-top-text__second {
    padding-bottom: 3rem;
  }
  #customer .customer-top-block__text {
    padding-top: 0rem;
  }
  #customer .customer-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 3rem;
    letter-spacing: 0.06em;
  }
  #customer .customer-sub-title {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  #customer .customer-gray {
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding-top: 12.3rem;
    padding-bottom: 10rem;
  }
  #customer .customer-gray-box {
    width: 31.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 2.5rem;
    padding: 4rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #customer .customer-gray-box__title {
    width: 25.5rem;
    font-size: 1.6rem;
    line-height: 1.7;
    padding-bottom: 2rem;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  #customer .customer-gray-box__title__img {
    width: 100%;
  }
  #customer .customer-gray-box-img {
    width: 25.5rem;
  }
  #customer .customer-gray-box-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #customer .customer-gray-box-flex-img {
    width: 25.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    padding-bottom: 3rem;
    margin: 0 auto;
  }
  #customer .customer-gray-box-flex-text {
    width: 25.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #customer .customer-gray-box-flex-left {
    width: 25.5rem;
  }
  #customer .customer-gray-box-flex-right {
    width: 25.5rem;
  }
  #customer .customer-gray-box-flex-ul {
    padding-top: 2rem;
  }
  #customer .customer-gray-box-flex-list {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  #customer .customer-gray-box-flex-check {
    margin-right: 0.5rem;
  }
  #customer .customer-gray-box-button {
    margin-left: auto;
  }
  #customer .customer-gray-box-text {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
  #customer .customer-gray-buttons {
    width: 31.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -7.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #partner {
    letter-spacing: 0.06em;
    color: #3e3e3e;
  }
  #partner .partner-top-text {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 0rem;
  }
  #partner .partner-top-text__first {
    padding-bottom: 12.7rem;
  }
  #partner .partner-top-text__second {
    padding-bottom: 4rem;
  }
  #partner .partner-top-text__third {
    padding-bottom: 1rem;
  }
  #partner .partner-top-block__text {
    padding-top: 0rem;
  }
  #partner .partner-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 3rem;
  }
  #partner .partner-title02 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  #partner .partner-sub-title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #partner .partner-gray {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 12.3rem;
    padding-bottom: 10rem;
  }
  #partner .partner-gray-box {
    width: 31.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 2.5rem;
    padding: 4rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #partner .partner-gray-box__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.7;
    padding-bottom: 2rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #partner .partner-gray-box__img {
    width: 100%;
  }
  #partner .partner-gray-box-flex {
    width: 26rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #partner .partner-gray-box-flex-img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #partner .partner-gray-box-flex-text {
    width: 31.5rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #partner .partner-gray-box-flex-left {
    width: 18.8rem;
  }
  #partner .partner-gray-box-flex-right {
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner .partner-gray-box-flex-title {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-top: 4rem;
    padding-bottom: 2rem;
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner .partner-gray-box-flex-sub-title {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner .partner-gray-box-button {
    margin-left: auto;
  }
  #partner .partner-gray-box-text {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
  #partner .partner-gray-buttons {
    width: 31.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -7.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #partner02 {
    letter-spacing: 0.06em;
    color: #3e3e3e;
  }
  #partner02 .partner-top-text {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 0rem;
  }
  #partner02 .partner-top-text__first {
    padding-bottom: 12.7rem;
  }
  #partner02 .partner-top-text__second {
    padding-bottom: 4rem;
  }
  #partner02 .partner-top-text__third {
    padding-bottom: 1rem;
  }
  #partner02 .partner-top-block__text {
    padding-top: 0rem;
  }
  #partner02 .partner-title {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 3rem;
  }
  #partner02 .partner-title02 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  #partner02 .partner-sub-title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #partner02 .partner-gray {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 12.3rem;
    padding-bottom: 10rem;
  }
  #partner02 .partner-gray-box {
    width: 31.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 2.5rem;
    padding: 4rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #partner02 .partner-gray-box__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.7;
    padding-bottom: 2rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #partner02 .partner-gray-box__img {
    width: 100%;
  }
  #partner02 .partner-gray-box-flex {
    width: 26rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  #partner02 .partner-gray-box-flex-img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #partner02 .partner-gray-box-flex-text {
    width: 31.5rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #partner02 .partner-gray-box-flex-left {
    width: 18.8rem;
  }
  #partner02 .partner-gray-box-flex-right {
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner02 .partner-gray-box-flex-title {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-top: 4rem;
    padding-bottom: 2rem;
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner02 .partner-gray-box-flex-sub-title {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 25.5rem;
    margin: 0 auto;
  }
  #partner02 .partner-gray-box-button {
    margin-left: auto;
  }
  #partner02 .partner-gray-box-text {
    font-size: 1.6rem;
    padding-bottom: 3rem;
  }
  #partner02 .partner-gray-buttons {
    width: 31.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -7.3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #academy .academy__title {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
  #academy .academy__sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding-top: 2rem;
    padding-bottom: 1rem;
    line-height: 1.4;
  }
  #academy .academy-block {
    width: 31.5rem;
    margin: 0 auto;
    margin-bottom: 3rem;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2.5rem;
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #academy .academy-block-first {
    margin-top: 6rem;
  }
  #academy .academy-block-last {
    margin-bottom: 10rem;
  }
  #academy .academy-block-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #academy .academy-block-box {
    margin: 0 auto;
    display: inline-block;
    width: 25.5rem;
    padding: 3rem 2.1rem;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2.5rem;
    color: #187fc3;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
  }
  #academy .academy-block-box:hover {
    background-color: #187fc3;
    color: #fff;
  }
  #academy .academy-block-box:hover .academy-block-box__title {
    border-bottom: 1px solid #fff;
  }
  #academy .academy-block-box:hover .academy-block-box__arrow {
    color: #187fc3;
  }
  #academy .academy-block-box__title {
    font-size: 1.6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #187fc3;
    text-align: center;
  }
  #academy .academy-block-box__content {
    font-size: 1.3rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
  #academy .academy-block-box__triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5.6rem 5.6rem;
    border-color: transparent transparent #fff transparent;
  }
  #academy .academy-block-box__arrow {
    position: absolute;
    right: 1rem;
    bottom: 1.3rem;
    font-size: 1.4rem;
  }

  #academy-detail .academy-detail__text {
    width: 31.5rem;
    position: absolute;
    top: 11rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 0.06em;
  }
  #academy-detail .academy-detail__title {
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 3rem;
  }
  #academy-detail .academy-detail__sub-title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #academy-detail .academy-detail-block {
    width: 31.5rem;
    margin: 0 auto;
    margin-top: 6.7rem;
  }
  #academy-detail .academy-detail-box {
    width: 31.5rem;
    height: auto;
    margin-bottom: 4rem;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #f8f8f8;
  }
  #academy-detail .academy-detail-box__out {
    width: 15.8rem;
    height: 11rem;
    overflow: hidden;
  }
  #academy-detail .academy-detail-box__img {
    width: 100%;
  }
  #academy-detail .academy-detail-box-text {
    width: 13.7rem;
    margin: 0 auto;
  }
  #academy-detail .academy-detail-box-text__date {
    width: 100%;
    padding-top: 1.5rem;
    font-family: "Montserrat";
    font-weight: lighter;
    font-size: 1.2rem;
    line-height: 1.8;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  #academy-detail .academy-detail-box-text__title {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding: 0;
  }
  #academy-detail .academy-detail-box-text__content {
    position: initial;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-top: 1rem;
  }
  #academy-detail .academy-detail-box:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #academy-detail .academy-detail-box:hover .academy-detail-box__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #academy-detail .academy-detail-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #academy-detail .academy-detail-box-pc {
    display: none !important;
  }
  #academy-detail .academy-detail-page {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10rem;
    color: #262626;
    font-size: 1.8rem;
    font-family: "Montserrat";
    font-weight: lighter;
  }
  #academy-detail .academy-detail-page__border:hover {
    color: #fff;
    background-color: #187fc3;
  }
  #academy-detail .academy-detail-page__number {
    font-weight: lighter;
    background-color: #fafafa;
    text-align: center;
    line-height: 4rem;
    margin: 0 1rem;
    padding: 0.9rem;
  }
  #academy-detail .academy-detail-page__number:hover {
    color: #fff;
    background-color: #187fc3;
  }

  #product .product-block {
    width: 31.5rem;
    margin: 0 auto;
    padding: 8rem 0;
  }
  #product .product-block:nth-of-type(2) {
    padding-top: 0;
  }
  #product .product-block__title {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
    color: #262626;
    letter-spacing: 0.06em;
    margin-bottom: 5rem;
  }
  #product .product-block__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 2rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #262626;
  }
  #product .product-block__sub-title {
    font-size: 1.4rem;
    padding-bottom: 4rem;
    color: #3e3e3e;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  #product .product-block-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 3rem;
    background-color: #187fc3;
    border-radius: 1rem;
  }
  #product .product-block-box__title {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #fff;
  }
  #product .product-block-box-contents {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .product-block-box-content {
    width: 25.5rem;
    height: 11rem;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product .product-block-box-content01 {
    padding: 2rem 0;
  }
  #product .product-block-box-content02 {
    padding: 2rem 0;
    margin-top: 1rem;
  }
  #product .product-block-box-content__img {
    display: block;
    margin: 0 auto;
    width: 3.9rem;
  }
  #product .product-block-box-content__text {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: #262626;
    padding-top: 2.1rem;
    text-align: center;
  }
  #product .product-block-box02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    width: 100%;
    height: auto;
  }
  #product .product-block-box02-content {
    width: auto;
    text-align: center;
    margin-bottom: 6.4rem;
  }
  #product .product-block-box02-content:nth-last-child(2) {
    margin-bottom: 0;
  }
  #product .product-block-box02-content:last-child {
    margin-bottom: 0;
  }
  #product .product-block-box02-content__img {
    height: 7rem;
  }
  #product .product-block-box02-content__title {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #262626;
    padding: 2rem 0 1rem 0;
  }
  #product .product-block-box02-content__text {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #262626;
  }
  #product .product-block__text {
    width: 100%;
    margin: 0 auto;
    color: #3e3e3e;
    padding-top: 4rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #product .product-block__img {
    width: 100%;
  }
  #product .product-block02 {
    padding: 4rem 0 10rem 0;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
  }
  #product .product-block02-top__text {
    width: 8rem;
    text-align: center;
    margin: 0 auto;
    color: #187fc3;
    padding-bottom: 1.1rem;
    border-bottom: 2px solid #187fc3;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  #product .product-block02-top__second {
    width: 26.6rem;
    margin: 0 auto;
    color: #3e3e3e;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    padding: 4.4rem 0;
    text-align: left;
  }
  #product .product-block02-top__img {
    width: 31.5rem;
    display: block;
    margin: 0 auto;
  }
  #product .product-block02-box {
    padding-top: 8rem;
    width: 31.5rem;
    margin: 0 auto;
  }
  #product .product-block02-box__title {
    width: 100%;
    color: #3e3e3e;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
    padding: 3rem 0;
    margin-bottom: 4.2rem;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box__title__span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
    background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
    background: linear-gradient(transparent 70%, #ffe100 0%);
  }
  #product .product-block02-box__title__box {
    width: 100%;
  }
  #product .product-block02-box__text {
    color: #3e3e3e;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #product .product-block02-box__img {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
  #product .product-block02-box__blue {
    width: 100%;
    background-color: #187fc3;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  #product .product-block02-box__bold {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 2rem;
  }
  #product .product-block02-box-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0;
  }
  #product .product-block02-box-flex__img {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  #product .product-block02-box-flex-block {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box-flex-block__dot {
    color: #187fc3;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #product .product-block02-box-flex-block__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-left: 0.5rem;
  }
  #product .product-block02-box-flex__last {
    padding: 4rem 0;
  }
  #product .product-block02-box-function {
    width: 100%;
  }
  #product .product-block02-box-function__title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 3rem;
  }
  #product .product-block02-box-function-block {
    width: 100%;
    margin-bottom: 2.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #product .product-block02-box-function-block:last-child {
    margin-bottom: 8rem;
  }
  #product .product-block02-box-function-block__text {
    width: 7.4rem;
    height: 7.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 7.4rem;
    font-weight: bold;
    background-color: #187fc3;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
  }
  #product .product-block02-box-function-block-right {
    width: 23.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .product-block02-box-function-block-right__img {
    width: 7.7rem;
    height: 7.3rem;
  }
  #product .product-block02-box-function-block-right-box {
    position: relative;
  }
  #product .product-block02-box-function-block-right-box:hover .product-block02-box-function-block-right-box__text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 8.2rem;
  }
  #product .product-block02-box-function-block-right-box__text {
    position: absolute;
    color: #fff;
    background-color: #3e3e3e;
    width: 10rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    visibility: hidden;
    opacity: 0;
    top: 15rem;
    left: -2rem;
    z-index: 333;
  }
  #product .product-block02-box-function-block-right-box__text::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1rem;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #3e3e3e transparent;
    border-width: 0 10px 10px 10px;
    z-index: 333;
  }
  #product .product-block02-box-composition {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box-composition-left {
    width: 100%;
  }
  #product .product-block02-box-composition-left__title {
    line-height: 3.8rem;
    display: inline-block;
    color: #fff;
    background-color: #3e3e3e;
    border-radius: 0.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
  }
  #product .product-block02-box-composition-left-text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #product .product-block02-box-composition-left-list {
    width: 100%;
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box-composition-left-list__square {
    margin-right: 0.5rem;
  }
  #product .product-block02-box-composition-left-blue {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
    background-color: #e0f0fa;
    border-radius: 0.4rem;
  }
  #product .product-block02-box-composition-left-blue-list {
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box-composition-left-blue-list__square {
    margin-right: 1rem;
  }
  #product .product-block02-box-composition-left-blue-list__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  #product .product-block02-box-composition-left-blue-list-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 2.4rem;
  }
  #product .product-block02-box-composition-left-blue-list-second__text {
    width: 25.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #product .product-block02-box-composition-left-blue-list-second__img {
    width: 7rem;
    height: 7rem;
    margin-left: auto;
  }
  #product .product-block02-box-composition-right {
    width: 100%;
    margin-left: auto;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #product .product-block02-box-composition-right__img {
    width: 7rem;
    height: 7rem;
    margin-left: 1rem;
  }
  #product .product-block02-box-composition02 {
    width: 31.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box-composition02:last-child {
    margin-bottom: 0;
  }
  #product .product-block02-box-composition02-list {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
  }
  #product .product-block02-box-composition02-list__square {
    margin-right: 0.5rem;
  }
  #product .product-block02-box-composition02-list__content {
    width: 100%;
  }
  #product .product-block02-box-composition02-list02 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
  }
  #product .product-block02-box-composition02-list02__dot {
    margin-right: 1rem;
    color: #187fc3;
  }
  #product .product-block02-box-composition02-list02__content {
    width: 100%;
  }
  #product .product-block02-box-composition02-list02__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #3e3e3e;
  }
  #product .product-block02-box02 {
    width: 31.5rem;
    margin: 0 auto;
  }
  #product .product-block02-box02__title {
    width: 100%;
    color: #3e3e3e;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
    padding: 3rem 0;
    margin-bottom: 4.2rem;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box02__title__span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe100));
    background: -webkit-linear-gradient(transparent 70%, #ffe100 0%);
    background: linear-gradient(transparent 70%, #ffe100 0%);
  }
  #product .product-block02-box02__title__box {
    width: 100%;
  }
  #product .product-block02-box02__text {
    color: #3e3e3e;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #product .product-block02-box02__img {
    width: 31.5rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
  #product .product-block02-box02__blue {
    width: 100%;
    background-color: #187fc3;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  #product .product-block02-box02__bold {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 2rem;
  }
  #product .product-block02-box02-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0;
  }
  #product .product-block02-box02-flex__img {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
  #product .product-block02-box02-flex-block {
    width: 100%;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box02-flex-block__dot {
    color: #187fc3;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #product .product-block02-box02-flex-block__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-left: 0.5rem;
  }
  #product .product-block02-box02-flex__last {
    padding: 4rem 0;
  }
  #product .product-block02-box02-function {
    width: 100%;
  }
  #product .product-block02-box02-function__title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 3rem;
  }
  #product .product-block02-box02-function-block {
    width: 100%;
    margin-bottom: 2.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #product .product-block02-box02-function-block:last-child {
    margin-bottom: 8rem;
  }
  #product .product-block02-box02-function-block__text {
    width: 7.4rem;
    height: 7.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 7.4rem;
    font-weight: bold;
    background-color: #187fc3;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
  }
  #product .product-block02-box02-function-block-right {
    width: 23.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product .product-block02-box02-function-block-right__img {
    width: 7.7rem;
    height: 7.3rem;
  }
  #product .product-block02-box02-function-block-right-box {
    position: relative;
  }
  #product .product-block02-box02-function-block-right-box:hover .product-block02-box-function-block-right-box__text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 8.2rem;
  }
  #product .product-block02-box02-function-block-right-box__text {
    position: absolute;
    color: #fff;
    background-color: #3e3e3e;
    width: 10rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    visibility: hidden;
    opacity: 0;
    top: 15rem;
    left: -2rem;
    z-index: 333;
  }
  #product .product-block02-box02-function-block-right-box__text::after {
    content: "";
    position: absolute;
    right: 0;
    top: -1rem;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #3e3e3e transparent;
    border-width: 0 10px 10px 10px;
    z-index: 333;
  }
  #product .product-block02-box02-composition {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box02-composition-left {
    width: 100%;
  }
  #product .product-block02-box02-composition-left__title {
    line-height: 3.8rem;
    display: inline-block;
    color: #fff;
    background-color: #3e3e3e;
    border-radius: 0.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    padding: 1rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
  }
  #product .product-block02-box02-composition-left-text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #product .product-block02-box02-composition-left-list {
    width: 100%;
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box02-composition-left-list__square {
    margin-right: 0.5rem;
  }
  #product .product-block02-box02-composition-left-blue {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem;
    background-color: #e0f0fa;
    border-radius: 0.4rem;
  }
  #product .product-block02-box02-composition-left-blue-list {
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-block02-box02-composition-left-blue-list__square {
    margin-right: 1rem;
  }
  #product .product-block02-box02-composition-left-blue-list__text {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  #product .product-block02-box02-composition-left-blue-list-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 2.4rem;
  }
  #product .product-block02-box02-composition-left-blue-list-second__text {
    width: 25.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #product .product-block02-box02-composition-left-blue-list-second__img {
    width: 7rem;
    height: 7rem;
    margin-left: auto;
  }
  #product .product-block02-box02-composition-right {
    width: 100%;
    margin-left: auto;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #product .product-block02-box02-composition-right__img {
    width: 7rem;
    height: 7rem;
    margin-left: 1rem;
  }
  #product .product-block02-box02-composition02 {
    width: 31.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #d8d8d8;
  }
  #product .product-block02-box02-composition02:last-child {
    margin-bottom: 0;
  }
  #product .product-block02-box02-composition02-list {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
  }
  #product .product-block02-box02-composition02-list__square {
    margin-right: 1rem;
  }
  #product .product-block02-box02-composition02-list__content {
    width: 100%;
  }
  #product .product-block02-box02-composition02-list02 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
  }
  #product .product-block02-box02-composition02-list02__dot {
    margin-right: 1rem;
    color: #187fc3;
  }
  #product .product-block02-box02-composition02-list02__content {
    width: 100%;
  }
  #product .product-block02-box02-composition02-list02__text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #3e3e3e;
  }
  #product .product-block02-box03 {
    padding: 3rem 0;
  }
  #product .product-block02__up {
    right: 3rem;
  }
  #product .product-gray {
    background-color: #f8f8f8;
  }
  #product .product-gray02 {
    width: 100%;
    padding: 8rem 0;
    background-color: #f8f8f8;
    color: #3e3e3e;
  }
  #product .product-button {
    width: 31.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #product .product-button-menu {
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product .product-button-menu:hover {
    background-color: #ffe100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #product .product-button-menu:hover .product-button-menu__text {
    opacity: 100%;
  }
  #product .product-button-menu:hover .product-button-menu__arrow {
    opacity: 100%;
    top: 4.7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #product .product-button-menu__text {
    position: absolute;
    width: 100%;
    color: #262626;
    text-align: center;
    line-height: 1.2rem;
    font-size: 1.2rem;
    opacity: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #product .product-button-menu__text__little {
    font-size: 1rem;
  }
  #product .product-button-menu__arrow {
    position: absolute;
    color: #262626;
    top: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
  }
  #product .product-solution {
    padding: 8rem 0 0 0;
  }
  #product .product-solution-block {
    width: 31.5rem;
    margin: 0 auto;
    padding: 6rem 0;
    border-top: 1px solid #d8d8d8;
  }
  #product .product-solution-block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #3e3e3e;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-bottom: 2rem;
  }
  #product .product-solution-block-title__square {
    margin-right: 1rem;
  }
  #product .product-solution-block-text {
    color: #3e3e3e;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-bottom: 2rem;
  }
  #product .product-solution-block__img {
    width: 100%;
  }
  #product .product-solution-block-flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
  }
  #product .product-solution-block-flex__text {
    width: 100%;
    color: #3e3e3e;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #product .product-solution-block-flex__img {
    width: 100%;
  }
  #product .product-solution-block-white {
    background-color: #fff;
    width: 31.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product .product-solution-block-white-title {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    width: 25.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #product .product-solution-block-white-title__check {
    color: #187fc3;
    margin-right: 0.5rem;
    display: block;
  }
  #product .product-solution-block-white-title__text {
    color: #3e3e3e;
  }
  #product .product-solution-block-white__text {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #3e3e3e;
  }
  #product .product-solution-top {
    width: 31.5rem;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
    padding: 4.4rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #3e3e3e;
    margin-bottom: 8rem;
    position: relative;
  }
  #product .product-solution-top__title {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    padding-bottom: 1.6rem;
    width: 25.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
  }
  #product .product-solution-top__content {
    width: 25.5rem;
    margin: 0 auto;
    font-size: 1.3rem;
    padding-top: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  #product .product-solution-top::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    left: -28rem;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #187fc3 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #product .product-solution-top::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 28rem;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #187fc3 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #product .product-download {
    width: 31.5rem;
    padding: 6.7rem 0 23.8rem 0;
    margin: 0 auto;
  }
  #product .product-download__title {
    width: 100%;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    padding-bottom: 2.1rem;
    margin-bottom: 4.6rem;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  #product .product-download-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
  }
  #product .product-download-block {
    padding-bottom: 1.1rem;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
  }
  #product .product-download-block-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 21.8rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: #3e3e3e;
  }
  #product .product-download-block-left {
    width: 6.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .product-download-block-left__img {
    width: 1.5rem;
    height: 2rem;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
  #product .product-download-block-left__text {
    color: #3e3e3e;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
  }
  #product .product-download-block-right {
    width: 18.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 1.2rem;
  }
  #product .product-download-block-right__img {
    width: 1.3rem;
    height: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */