@import url("https://fonts.googleapis.com/css2?family=Staatliches&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.13vw;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.c-ttl_en {
  font-size: 100rem;
  line-height: 1;
  color: #5ED2F2;
  background-image: -webkit-gradient(linear, left top, right top, from(#5ED2F2), color-stop(#9EC8E8), color-stop(#CBBFE0), to(#FFB5D8));
  background-image: linear-gradient(90deg, #5ED2F2, #9EC8E8, #CBBFE0, #FFB5D8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl_jp {
  font-size: 40rem;
  line-height: 1;
  margin-top: 25rem;
}

.header {
  position: absolute;
  padding: 20px 30px 0 43px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-tel {
  width: 280px;
  height: 100px;
  background-color: white;
  border: 1px solid #95d0d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-tel_txt {
  font-size: 15px;
  font-weight: bold;
  color: #69bac4;
}
.header-tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #69bac4;
  font-family: "Yu Mincho", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.header-tel_num span:first-child {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 2px;
}
.header-tel_num span:last-child {
  font-size: 28px;
  line-height: 1;
}
.header-tel:hover {
  opacity: 0.8;
}
.header-web {
  width: 130px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #69bac4;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-web span:first-child {
  font-size: 15px;
  font-family: "Yu Mincho", sans-serif;
  line-height: 1;
}
.header-web span:last-child {
  font-size: 22px;
  line-height: 1;
  font-family: "Yu Mincho", sans-serif;
  margin-top: 10px;
}
.header-web:hover {
  opacity: 0.8;
}
.header-line {
  background-color: #00b832;
  width: 130px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-line .txt {
  font-size: 20px;
  font-family: "Yu Mincho", sans-serif;
  color: white;
  margin-top: -7px;
}
.header-line:hover {
  opacity: 0.8;
}

@media (max-width: 1440px) {
  .header {
    padding: 10px 20px 0 30px;
  }
  .header-logo img {
    width: 400px;
  }
  .header-tel {
    width: 200px;
    height: 66px;
  }
  .header-tel_txt {
    font-size: 13px;
  }
  .header-tel_num {
    margin-top: 3px;
  }
  .header-tel_num span:first-child {
    font-size: 16px;
  }
  .header-tel_num span:last-child {
    font-size: 22px;
  }
  .header-web {
    width: 110px;
    height: 66px;
  }
  .header-web span:first-child {
    font-size: 13px;
  }
  .header-web span:last-child {
    font-size: 20px;
  }
  .header-line {
    width: 110px;
    height: 66px;
  }
  .header-line .icon_line img {
    width: 25px;
  }
}
@media (max-width: 900px) {
  .header-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .header-tel {
    width: 40%;
  }
  .header-web {
    width: 30%;
  }
  .header-line {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-ttl_en {
    text-align: center;
  }
  .c-ttl_jp {
    text-align: center;
    line-height: 1.5;
  }
  .spNone {
    display: none;
  }
  .header {
    padding-left: 20px;
  }
  .header-logo img {
    width: 570rem;
  }
  .header-tel {
    height: 110rem;
  }
  .header-tel_txt {
    font-size: 20rem;
  }
  .header-tel_num {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-tel_num span:nth-child(2) img {
    width: 29rem;
    margin-right: 10rem;
  }
  .header-tel_num span:last-child {
    font-size: 30rem;
  }
  .header-web {
    height: 110rem;
  }
  .header-web span:first-child {
    font-size: 24rem;
  }
  .header-web span:last-child {
    font-size: 32rem;
    margin-top: unset;
    margin-top: 9px;
  }
  .header-line {
    height: 110rem;
  }
  .header-line p:first-child {
    font-size: 24rem;
  }
  .header-line p:last-child {
    font-size: 32rem;
    margin-top: 0px;
  }
}
.fv {
  background: url(../img/fv_img.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 302rem 0 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.fv_ttl img {
  width: 939rem;
}
.fv .box {
  position: relative;
  z-index: 0;
}
.fv .box_area {
  background: #FFBC81;
  background: linear-gradient(92deg, rgba(255, 188, 129, 0.9) 0%, rgba(240, 143, 150, 0.9) 24%, rgba(210, 154, 197, 0.9) 50%, rgba(153, 189, 229, 0.9) 77%, rgba(138, 220, 170, 0.9) 100%);
  padding: 35rem 30rem 40rem;
  width: 100%;
  max-width: 670rem;
  margin-top: 30rem;
  position: relative;
}
.fv .box_area::after {
  content: "";
  position: absolute;
  border-right: 60rem solid transparent;
  border-left: 60rem solid transparent;
  border-bottom: unset;
  border-top: 28rem solid #d2a2c9;
  bottom: -26rem;
  left: calc(50% - 60rem);
}
.fv .box_area_txt1 {
  font-size: 24rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.fv .box_area_txt2 {
  font-size: 34rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top: 10rem;
}
.fv .box_area_txt2 span {
  color: #fffc00;
}
.fv .box_bottom {
  max-width: 670rem;
  width: 100%;
  margin-top: 60rem;
}
.fv .box_bottom_area {
  max-width: 310rem;
  width: 310rem;
  padding: 1rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd83), color-stop(#feb9b8), color-stop(#f69091), color-stop(#a0b9e2), to(#8adda8));
  background: linear-gradient(to right, #ffbd83, #feb9b8, #f69091, #a0b9e2, #8adda8);
  padding: 3rem;
}
.fv .box_bottom_txt1 {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5555555556;
  background-color: white;
  text-align: center;
  padding: 15rem 0;
}
.fv .box_abs {
  position: absolute;
  top: -40rem;
  left: -65rem;
  z-index: -1;
}
.fv .box_abs img {
  width: 99rem;
}
.fv_abs {
  position: absolute;
  bottom: 40rem;
  right: 60rem;
}
.fv_abs_bg img {
  width: 150rem;
}
.fv_abs_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10rem;
}
.fv_abs_box:last-child {
  margin-right: unset;
}
.fv_abs_txt1 {
  position: absolute;
  font-size: 37rem;
  font-weight: bold;
  line-height: 1.1351351351;
}
.fv_abs_txt2 {
  position: absolute;
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.fv_abs_txt3 {
  position: absolute;
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.fv_abs_txt3 span {
  font-size: 34rem;
}
.fv_abs_txt3 .num {
  font-size: 42rem;
}

.simulation {
  position: relative;
}
.simulation .c-ttl {
  padding: 50rem 0 30rem;
  position: relative;
}
.simulation .c-ttl::after {
  content: "";
  border-right: 60rem solid transparent;
  border-left: 60rem solid transparent;
  border-bottom: unset;
  border-top: 26rem solid white;
  position: absolute;
  bottom: -24rem;
  left: calc(50% - 60rem);
}
.simulation .item {
  background-color: #69bac4;
  padding: 50rem 0 30rem;
}
.simulation .item_ttl {
  text-align: center;
  font-size: 34rem;
  font-weight: bold;
  color: white;
}
.simulation .item_ttl span {
  color: #fffc00;
}
.simulation .item_txt {
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20rem;
  color: white;
}
.simulation .item_box {
  margin: 20rem 0 35rem;
}
.simulation .item_box_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15rem;
}
.simulation .item_box_group:last-child {
  margin-right: unset;
}
.simulation .item_box_bg img {
  width: 235rem;
}
.simulation .item_box_txt {
  font-size: 20rem;
  font-weight: bold;
  color: #2b95a2;
  position: absolute;
  text-align: center;
  line-height: 1.5;
}
.simulation .item_bottom {
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
  color: white;
}
.simulation .item_bottom span {
  color: #fffc00;
}
.simulation_abs1 {
  position: absolute;
  top: 20rem;
  left: 0;
}
.simulation_abs1 img {
  width: 297rem;
}
.simulation_abs2 {
  position: absolute;
  top: 35rem;
  right: 0;
}
.simulation_abs2 img {
  width: 464rem;
}

.future {
  padding: 90rem 0;
  position: relative;
}
.future::after {
  content: "";
  width: 100%;
  height: 86.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f6fafb;
  z-index: -1;
}
.future .lead {
  margin-top: 60rem;
}
.future .lead_img img {
  width: 896rem;
}
.future .lead_area {
  max-width: 980rem;
  width: 60%;
  position: relative;
}
.future .lead_ttl {
  font-size: 36rem;
  font-weight: bold;
  color: #69bac4;
  letter-spacing: 0.07em;
  padding-bottom: 15rem;
}
.future .lead_ttl::after {
  content: "";
  background-color: #69bac4;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 60rem;
  left: 0;
}
.future .lead_content {
  max-width: 640rem;
  margin-top: 20rem;
}
.future .lead_content_ttl {
  font-size: 30rem;
  font-weight: 600;
  line-height: 2;
}
.future .lead_content_ttl .clr1 {
  color: #ff8a00;
}
.future .lead_content_ttl .bg1 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFEE69));
  background: linear-gradient(transparent 60%, #FFEE69 0%);
}
.future .lead_content_txt {
  font-size: 18rem;
  font-weight: 500;
  margin-top: 30rem;
  line-height: 2.2222222222;
}
.future .lead_content_txt .bg1 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFEE69));
  background: linear-gradient(transparent 60%, #FFEE69 0%);
}
.future .step_inner {
  max-width: 1200rem;
  margin: 50rem auto 0;
}
.future .step_lead {
  font-size: 36rem;
  font-weight: bold;
  color: #69bac4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15rem;
}
.future .step_lead span {
  position: relative;
}
.future .step_lead span::after {
  content: "";
  width: 150%;
  height: 1rem;
  background-color: #69bac4;
  position: absolute;
  bottom: 0;
  right: 0;
}
.future .step_item .box {
  margin-top: 40rem;
  background-color: white;
  border: 3rem solid #d3e6e9;
  border-radius: 20rem;
  padding: 20rem 35rem;
  position: relative;
}
.future .step_item .box::after {
  content: "";
  border-right: 45rem solid transparent;
  border-left: 45rem solid transparent;
  border-bottom: unset;
  border-top: 30rem solid #95d0d8;
  position: absolute;
  bottom: -40rem;
  left: calc(50% - 45rem);
}
.future .step_item .box:last-child::after {
  content: unset;
}
.future .step_item .box_img img {
  width: 361rem;
}
.future .step_item .box_lead_num {
  font-size: 24rem;
  font-weight: bold;
  padding: 15rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: #00B899;
  background: linear-gradient(92deg, rgb(0, 184, 153) 0%, rgb(65, 197, 229) 100%);
}
.future .step_item .box_lead_ttl {
  font-size: 24rem;
  margin-left: 20rem;
  font-weight: bold;
}
.future .step_item .box_txt {
  font-size: 18rem;
  font-weight: 500;
  line-height: 2.2222222222;
  margin-top: 20rem;
}

.three {
  padding: 90rem 0 50rem;
}
.three_box {
  max-width: 1420rem;
  margin: 65rem auto 0;
}
.three_box_img img {
  width: 585rem;
}
.three_box .area {
  margin-left: 55rem;
}
.three_box .area_lead {
  position: relative;
}
.three_box .area_lead::after {
  content: "";
  width: 148%;
  height: 7rem;
  background: #FFBC81;
  background: linear-gradient(92deg, rgb(255, 188, 129) 0%, rgb(240, 143, 150) 23%, rgb(210, 154, 197) 50%, rgb(153, 189, 229) 75%, rgb(138, 220, 170) 100%);
  position: absolute;
  bottom: -15rem;
  left: 0;
}
.three_box .area .num {
  padding-left: 10rem;
}
.three_box .area .num span {
  background: #00B899;
  background: linear-gradient(139deg, #90c4df 0%, #8adea8 100%);
  font-size: 120rem;
  font-family: "Staatliches", sans-serif;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.three_box .area .ttl {
  font-size: 36rem;
  line-height: 1.3888888889;
  letter-spacing: 0.07em;
  font-weight: 500;
  margin-left: 20rem;
}
.three_box .area .txt {
  max-width: 720rem;
  margin-top: 60rem;
  font-size: 18rem;
  font-weight: 500;
  line-height: 2.2222222222;
  padding-left: 10rem;
}
.three_box.left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three_box.left .area {
  margin-left: unset;
}
.three_box.left .area_lead::after {
  left: unset;
  right: 0;
  width: 140%;
}
.three_box.left .area .num {
  padding-left: 10rem;
}
.three_box.left .area .num span {
  background: #00B899;
  background: linear-gradient(139deg, #ffbd90 0%, #f9a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.three_box:nth-child(4) .area .num span {
  background: #00B899;
  background: linear-gradient(139deg, #d598c0 0%, #94bfe7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.three .c-ttl.bottom {
  margin-top: 50rem;
}

.difference {
  background: url(../img/difference_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60rem 0 90rem;
}
.difference .head_ttl {
  position: relative;
  font-size: 50rem;
  letter-spacing: 0.07em;
}
.difference .head_ttl span {
  color: #ff9600;
}
.difference .head_ttl::after {
  content: "";
  width: 410rem;
  height: 7rem;
  background: #FFBC81;
  background: linear-gradient(92deg, rgb(255, 188, 129) 0%, rgb(240, 143, 150) 23%, rgb(210, 154, 197) 50%, rgb(153, 189, 229) 75%, rgb(138, 220, 170) 100%);
  position: absolute;
  bottom: -15rem;
  left: calc(50% - 205rem);
}
.difference-box .item {
  max-width: 1200rem;
  margin: 70rem auto 0;
}
.difference-box .item_box {
  position: relative;
  background-color: white;
  border-radius: 30rem;
  padding: 30rem;
  width: 540rem;
  -webkit-box-shadow: 10rem 10rem 0rem 0rem #c859a9;
          box-shadow: 10rem 10rem 0rem 0rem #c859a9;
}
.difference-box .item_box:nth-child(2) {
  -webkit-box-shadow: 10rem 10rem 0rem 0rem #cbbfe0;
          box-shadow: 10rem 10rem 0rem 0rem #cbbfe0;
}
.difference-box .item_box_ttl {
  font-size: 36rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15rem;
}
.difference-box .item_box_txt {
  font-size: 22rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  border-top: 2rem solid #c859a9;
  padding-top: 15rem;
}
.difference-box .item_box_txt span {
  color: #ff9600;
  font-weight: 900;
}
.difference-box .item_box_abs {
  position: absolute;
  top: -30rem;
  left: -30rem;
}
.difference-box .item_box_abs img {
  width: 113rem;
}
.difference-box:nth-child(2) {
  margin-top: 80rem;
}
.difference-box .wrap {
  max-width: 1500rem;
  margin: 20rem auto 0;
  gap: 4%;
}
.difference-box .wrap_item {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd83), color-stop(#feb9b8), color-stop(#f69091), color-stop(#a0b9e2), to(#8adda8));
  background: linear-gradient(to right, #ffbd83, #feb9b8, #f69091, #a0b9e2, #8adda8);
  padding: 1px;
  max-width: 460rem;
  margin-top: 50rem;
}
.difference-box .wrap_item_box {
  background-color: white;
  padding: 20rem 13rem 40rem;
  height: 100%;
}
.difference-box .wrap_area {
  padding: 0 20rem;
}
.difference-box .wrap_ttl {
  font-size: 33rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5151515152;
  margin: 20rem 0;
}
.difference-box .wrap_ttl .clr {
  color: #ff9600;
  font-size: 36rem;
}
.difference-box .wrap_ttl .up {
  font-size: 36rem;
}
.difference-box .wrap_ttl.up {
  font-size: 36rem;
}
.difference-box .wrap_txt {
  font-size: 18rem;
  line-height: 2.2222222222;
  font-weight: 500;
}

.voice {
  position: relative;
}
.voice_lead {
  background-color: #f9f7f5;
  padding: 50rem 0 30rem;
  position: relative;
}
.voice_lead .c-ttl::after {
  content: "";
  border-right: 60rem solid transparent;
  border-left: 60rem solid transparent;
  border-bottom: unset;
  border-top: 26rem solid #f9f7f5;
  position: absolute;
  bottom: -24rem;
  left: calc(50% - 60rem);
}
.voice_item {
  background-color: #69bac4;
  padding: 30rem 0;
}
.voice_ttl {
  margin-top: 20rem;
}
.voice_ttl .ttl {
  font-size: 34rem;
  font-weight: bold;
  color: white;
}
.voice_ttl .ttl span {
  color: #fffc00;
}
.voice_ttl_abs1 {
  margin-right: 10rem;
  margin-top: -10rem;
}
.voice_ttl_abs1 img {
  width: 39rem;
}
.voice_ttl_abs2 {
  margin-left: 10rem;
  margin-top: -10rem;
}
.voice_ttl_abs2 img {
  width: 39rem;
}
.voice_wrap {
  max-width: 1200rem;
  margin: 30rem auto 0;
}
.voice_wrap .box {
  max-width: 361rem;
}
.voice_wrap .box_img img {
  width: 279rem;
}
.voice_wrap .box_txt {
  font-size: 18rem;
  font-weight: bold;
  color: white;
  margin-top: 15rem;
}
.voice_wrap .box_txt span {
  color: #fffc00;
}
.voice_abs1 {
  position: absolute;
  top: 20rem;
  left: 0;
}
.voice_abs1 img {
  width: 297rem;
}
.voice_abs2 {
  position: absolute;
  top: 40rem;
  right: 0;
}
.voice_abs2 img {
  width: 464rem;
}

.caution {
  padding: 100rem 0 0;
}
.caution-item {
  margin-top: 20rem;
  background-color: #f6fafb;
  padding: 40rem 0;
}
.caution-item .inner {
  max-width: 1200rem;
  margin: 0 auto;
}
.caution-item .box {
  margin-top: 60rem;
}
.caution-item .box_ttl {
  font-size: 36rem;
  font-weight: bold;
  color: #0fa5b7;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1rem solid #0fa5b7;
}
.caution-item .box_row {
  background-color: white;
  border: 1rem solid #607ba8;
  padding: 23rem 42rem 23rem 15rem;
  margin-top: 30rem;
}
.caution-item .box_row_ttl {
  font-size: 28rem;
  font-weight: 500;
  color: #2d4d8f;
  margin-left: 15rem;
}
.caution-item .box_row_txt {
  max-width: 675rem;
}
.caution-item .box_icon img {
  width: 68rem;
}
.caution-lead_img img {
  width: 431rem;
}
.caution-lead .area {
  margin-left: 60rem;
}
.caution-lead .area_icon img {
  width: 123rem;
}
.caution-lead .area_txt {
  font-size: 26rem;
  font-weight: bold;
  line-height: 1.7307692308;
  text-align: center;
  margin-top: 20rem;
}
.caution-lead .area_txt span {
  color: #ff0000;
}

.finally {
  padding: 100rem 0 50rem;
}
.finally .inner {
  max-width: 1200rem;
  margin: 0 auto;
}
.finally .leadBox {
  margin-top: 50rem;
  background-color: #69bac4;
  padding: 10rem;
}
.finally .leadArea {
  border: 1rem solid #daedef;
  padding: 45rem 0 40rem;
}
.finally .leadArea_ttl {
  font-size: 36rem;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 0.05em;
}
.finally .leadArea_txt {
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  margin-top: 20rem;
}
.finally .leadArea_txt span {
  color: #fffc00;
}
.finally .item {
  margin-top: 80rem;
}
.finally .item_lead span {
  color: #69bac4;
  font-size: 36rem;
  font-weight: bold;
  position: relative;
}
.finally .item_lead span::after {
  content: "";
  width: 200%;
  height: 1rem;
  background-color: #69bac4;
  position: absolute;
  right: 0;
  bottom: -5rem;
}
.finally .item .wrap {
  margin-top: 40rem;
}
.finally .item .wrap .box {
  border: 3rem solid #d3e6e9;
  background-color: white;
  border-radius: 30rem;
  padding: 40rem 35rem;
  max-width: 575rem;
  position: relative;
}
.finally .item .wrap .box:first-child {
  margin-bottom: 60rem;
}
.finally .item .wrap .box:nth-child(2) {
  margin-bottom: 60rem;
}
.finally .item .wrap .box_abs {
  position: absolute;
  top: -30rem;
  left: 20rem;
}
.finally .item .wrap .box_abs span {
  position: relative;
  width: 55rem;
  height: 55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFBC81;
  background: linear-gradient(92deg, #00b899 0%, #41c5e5 100%);
  font-size: 24rem;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.finally .item .wrap .box_ttl {
  font-size: 26rem;
  font-weight: bold;
  color: #010101;
  margin: 20rem 0 5rem;
}
.finally .item .wrap .box_txt {
  font-size: 18rem;
  font-weight: 500;
  line-height: 2.2222222222;
}

.future.greeting::after {
  height: 72.5%;
}
.future.greeting .lead_area {
  max-width: 1000rem;
}
.future.greeting .lead_content {
  max-width: 750rem;
}
.future.greeting .lead_content_ttl {
  font-weight: 500;
  letter-spacing: 0;
}
.future.greeting .lead_content_txt {
  font-size: 16rem;
  line-height: 1.875;
}
.future.greeting .lead_content_bottom {
  margin-top: 25rem;
}
.future.greeting .lead_content_company {
  font-size: 20rem;
  text-align: right;
}
.future.greeting .lead_content_name {
  font-size: 20rem;
  text-align: right;
}
.future.greeting .lead_content_name span:nth-child(2) {
  font-weight: bold;
  margin-left: 20rem;
}

.trial {
  padding-top: 100rem;
}
.trial-item {
  margin-top: 40rem;
  background: url(../img/trial_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30rem 0;
}
.trial-item .inner {
  max-width: 1200rem;
  margin: 0 auto;
}
.trial-item .leadBox {
  background: #FFBC81;
  background: linear-gradient(92deg, rgba(255, 188, 129, 0.9) 0%, rgba(240, 143, 150, 0.9) 24%, rgba(210, 154, 197, 0.9) 50%, rgba(153, 189, 229, 0.9) 77%, rgba(138, 220, 170, 0.9) 100%);
  padding: 45rem 0 40rem;
}
.trial-item .leadBox_abs1 img, .trial-item .leadBox_abs2 img {
  width: 39rem;
}
.trial-item .leadBox_ttl {
  font-size: 55rem;
  font-weight: bold;
  line-height: 1.5454545455;
  text-align: center;
  color: white;
}
.trial-item .leadBox_other {
  font-size: 40rem;
  font-weight: bold;
  color: #fffc00;
  text-align: center;
  margin: 15rem 0;
}
.trial-item .leadBox_txt {
  font-size: 22rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8181818182;
  color: white;
}
.trial-item .wrap {
  margin: 95rem 0 70rem;
}
.trial-item .wrap_box {
  position: relative;
  margin-right: 12rem;
}
.trial-item .wrap_img {
  width: 150rem;
}
.trial-item .wrap_txt {
  position: absolute;
  font-weight: bold;
  text-align: center;
}
.trial-item .wrap_txt.size {
  font-size: 30rem;
  line-height: 1.2666666667;
}
.trial-item .wrap_txt.size1 {
  font-size: 25rem;
}
.trial-item .wrap_txt.size2 {
  font-size: 28rem;
}
.trial-item .wrap_txt .num {
  font-size: 42rem;
  line-height: 1;
}
.trial-item .wrap_txt .general {
  font-size: 35rem;
  line-height: 1;
}
.trial-item .bottom {
  max-width: 830rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffbd83), color-stop(#feb9b8), color-stop(#f69091), color-stop(#a0b9e2), to(#8adda8));
  background: linear-gradient(to right, #ffbd83, #feb9b8, #f69091, #a0b9e2, #8adda8);
  padding: 3rem;
}
.trial-item .bottomArea {
  background-color: white;
}
.trial-item .bottomArea_txt {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5555555556;
  padding: 10rem 30rem;
}

.contact {
  padding-top: 100rem;
}
.contact-item {
  background-color: #f6fafb;
  padding: 45rem 0 55rem;
  margin-top: 40rem;
}
.contact-item .inner {
  max-width: 1100rem;
  margin: 0 auto;
}
.contact-btn {
  max-width: 970rem;
  width: 970rem;
  color: white;
  font-size: 50rem;
  font-weight: bold;
  border-radius: 20rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-btn.btn1 {
  background: #00B899;
  background: linear-gradient(92deg, #00b899 0%, #41c5e5 100%);
  height: 170rem;
}
.contact-btn.btn2 {
  background: #00b832;
  background: linear-gradient(92deg, #00b832 0%, #1fbe4a 100%);
  height: 140rem;
  margin-top: 30rem;
}
.contact-btn:hover {
  opacity: 0.8;
}
.contact-icon img {
  width: 71rem;
}
.contact-txt {
  margin-left: 20rem;
}
.contact-sub {
  font-size: 22rem;
  font-weight: bold;
  text-align: center;
  margin: 30rem 0 40rem;
  color: #2daebe;
}
.contact-bottom_logo img {
  width: 223rem;
}
.contact-bottom_left .area {
  margin-left: 25rem;
}
.contact-bottom_left .area_ttl {
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.contact-bottom_left .area_txt {
  font-size: 16rem;
  font-weight: 500;
}
.contact-bottom_right {
  background-color: white;
  border: 1rem solid #69bac4;
  padding: 20rem 30rem;
}
.contact-info_sm {
  font-size: 16rem;
  font-weight: bold;
  color: #40b1bf;
  text-align: right;
}
.contact-info_num {
  color: #40b1bf;
  font-family: "Yu Mincho", sans-serif;
  font-size: 30rem;
  margin-top: 5rem;
}
.contact-info_num span:last-child {
  font-size: 44rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contact-info_other {
  font-size: 16rem;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: right;
  color: #40b1bf;
  line-height: 1;
}

.companyMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.companyMap iframe {
  width: 100%;
}

.copyright {
  background-color: #00ada8;
  font-size: 14rem;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 15rem 0;
}

@media (max-width: 1440px) {
  .simulation .item_ttl {
    font-size: 38rem;
  }
  .simulation .item_txt {
    font-size: 30rem;
  }
  .simulation .item_box_bg img {
    width: 365rem;
  }
  .simulation .item_box_txt {
    font-size: 30rem;
  }
  .simulation .item_bottom {
    font-size: 30rem;
  }
  .future .lead {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .future .lead_img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top left;
       object-position: top left;
  }
  .future .lead_ttl {
    font-size: 42rem;
  }
  .future .lead_content {
    max-width: 795rem;
  }
  .future .lead_content_ttl {
    font-size: 38rem;
  }
  .future .lead_content_txt {
    font-size: 30rem;
  }
  .future .step_inner {
    max-width: 1600rem;
  }
  .future .step_lead {
    font-size: 42rem;
  }
  .future .step_item .box_lead_ttl {
    font-size: 38rem;
  }
  .future .step_item .box_lead_num {
    font-size: 38rem;
  }
  .future .step_item .box_txt {
    font-size: 28rem;
  }
  .three_box {
    max-width: 1600rem;
  }
  .three_box .area .ttl {
    font-size: 38rem;
  }
  .three_box .area .txt {
    font-size: 30rem;
    max-width: 930rem;
  }
  .three_box .area_lead::after {
    width: 124%;
  }
  .three_box.left .area_lead::after {
    width: 121%;
  }
  .difference-box .item {
    max-width: 1480rem;
  }
  .difference-box .item_box {
    width: 690rem;
  }
  .difference-box .item_box_txt {
    font-size: 30rem;
  }
  .difference-box .wrap {
    max-width: 1600rem;
    gap: 2%;
  }
  .difference-box .wrap_item {
    max-width: 512rem;
  }
  .difference-box .wrap_ttl {
    font-size: 42rem;
  }
  .difference-box .wrap_ttl .clr {
    font-size: 44rem;
  }
  .difference-box .wrap_ttl .up {
    font-size: 44rem;
  }
  .difference-box .wrap_ttl.up {
    font-size: 44rem;
  }
  .difference-box .wrap_txt {
    font-size: 30rem;
  }
  .voice_ttl .ttl {
    font-size: 38rem;
  }
  .voice_wrap {
    max-width: 1400rem;
  }
  .voice_wrap .box {
    max-width: 445rem;
  }
  .voice_wrap .box_txt {
    font-size: 28rem;
  }
  .finally .inner {
    max-width: 1480rem;
  }
  .finally .leadArea_ttl {
    font-size: 40rem;
  }
  .finally .leadArea_txt {
    font-size: 30rem;
  }
  .finally .item_lead span {
    font-size: 40rem;
  }
  .finally .item .wrap .box {
    max-width: 710rem;
  }
  .finally .item .wrap .box_abs span {
    font-size: 38rem;
  }
  .finally .item .wrap .box_ttl {
    font-size: 34rem;
  }
  .finally .item .wrap .box_txt {
    font-size: 30rem;
  }
  .future.greeting .lead_content {
    max-width: 950rem;
  }
  .future.greeting .lead_content_txt {
    font-size: 26rem;
  }
  .future.greeting .lead_content_company {
    font-size: 30rem;
  }
  .future.greeting .lead_content_name {
    font-size: 32rem;
  }
  .trial-item .leadBox_txt {
    font-size: 28rem;
  }
  .trial-item .bottomArea_txt {
    font-size: 26rem;
  }
  .trial-item .bottom {
    max-width: 1160rem;
  }
  .contact-item .inner {
    max-width: 1400rem;
  }
  .contact-sub {
    font-size: 28rem;
  }
  .contact-bottom_left .area_ttl {
    font-size: 32rem;
  }
  .contact-bottom_left .area_txt {
    font-size: 24rem;
  }
  .contact-info_sm {
    font-size: 24rem;
  }
  .contact-info_num {
    font-size: 45rem;
  }
  .contact-info_num span:last-child {
    font-size: 60rem;
  }
  .contact-info_other {
    font-size: 24rem;
  }
  .copyright {
    font-size: 26rem;
  }
}
@media (max-width: 767px) {
  .fv {
    background: url(../img/fv_img_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 270rem 0 60rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv_ttl img {
    width: 704rem;
  }
  .fv .item {
    width: 100%;
  }
  .fv .box_area {
    padding: 20rem 5rem;
    max-width: 700rem;
  }
  .fv .box_area_txt1 {
    font-size: 28rem;
    letter-spacing: 0;
  }
  .fv .box_area_txt2 {
    font-size: 40rem;
  }
  .fv .box_abs {
    left: unset;
    right: 30rem;
  }
  .fv .box_abs img {
    width: 120rem;
  }
  .fv .box_bottom {
    max-width: 730rem;
    margin-top: 40rem;
  }
  .fv .box_bottom_area {
    max-width: 360rem;
    width: 360rem;
  }
  .fv .box_bottom_txt1 {
    font-size: 21rem;
  }
  .fv_abs {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 30rem;
  }
  .fv_abs_bg img {
    width: 180rem;
  }
  .fv_abs_txt1 {
    font-size: 43rem;
  }
  .fv_abs_txt2 {
    font-size: 29rem;
  }
  .fv_abs_txt3 {
    font-size: 29rem;
  }
  .fv_abs_txt3 .num {
    font-size: 49rem;
  }
  .fv_abs_txt3 span {
    font-size: 39rem;
  }
  .simulation .item_txt {
    font-size: 28rem;
  }
  .simulation .item_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 88%;
    margin: 30rem auto 0;
  }
  .simulation .item_box_group {
    margin-right: unset;
    width: 48%;
    margin-bottom: 3%;
  }
  .simulation .item_box_bg img {
    width: 100%;
  }
  .simulation .item_box_txt {
    font-size: 28rem;
  }
  .simulation .item_bottom {
    font-size: 32rem;
  }
  .future .lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .future .lead_img img {
    width: 100%;
  }
  .future .lead_area {
    max-width: unset;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 30rem;
  }
  .future .lead_ttl {
    font-size: 42rem;
  }
  .future .lead_ttl::after {
    width: 90%;
    top: 80rem;
  }
  .future .lead_content {
    max-width: unset;
  }
  .future .lead_content_ttl {
    font-size: 34rem;
  }
  .future .lead_content_txt {
    font-size: 28rem;
  }
  .future .step_inner {
    margin-top: 70rem;
    max-width: unset;
    width: 94%;
  }
  .future .step_lead {
    padding-left: 50rem;
    font-size: 42rem;
  }
  .future .step_item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20rem 0;
  }
  .future .step_item .box_img {
    padding-left: 35rem;
    padding-right: 35rem;
  }
  .future .step_item .box_img img {
    width: 100%;
  }
  .future .step_item .box_area {
    margin-top: 30rem;
  }
  .future .step_item .box_lead_num {
    font-size: 32rem;
    padding: 15rem;
  }
  .future .step_item .box_lead_ttl {
    font-size: 32rem;
  }
  .future .step_item .box_txt {
    padding-left: 35rem;
    padding-right: 35rem;
    font-size: 28rem;
  }
  .three_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 88%;
    position: relative;
    padding-top: 160rem;
  }
  .three_box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .three_box_img img {
    width: 100%;
  }
  .three_box .area {
    margin-left: unset;
  }
  .three_box .area_lead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .three_box .area_lead::after {
    width: 106.7%;
  }
  .three_box .area .txt {
    font-size: 28rem;
  }
  .three_box .area .ttl {
    font-size: 36rem;
  }
  .three .c-ttl_jp {
    letter-spacing: 0;
    font-size: 36rem;
  }
  .difference-box .item {
    max-width: unset;
    width: 82%;
  }
  .difference-box .item_box {
    width: 100%;
  }
  .difference-box .item_box:nth-child(2) {
    margin-top: 50rem;
  }
  .difference-box .item_box_ttl {
    font-size: 42rem;
  }
  .difference-box .item_box_txt {
    font-size: 30rem;
  }
  .difference-box .item_box_abs {
    top: -12rem;
    left: -18rem;
  }
  .difference-box .wrap {
    max-width: unset;
    width: 90%;
  }
  .difference-box .wrap_item {
    max-width: unset;
    width: 100%;
  }
  .difference-box .wrap_ttl {
    font-size: 50rem;
  }
  .difference-box .wrap_ttl .up {
    font-size: 54rem;
  }
  .difference-box .wrap_ttl .clr {
    font-size: 54rem;
  }
  .difference-box .wrap_ttl.up {
    font-size: 54rem;
  }
  .difference-box .wrap_txt {
    font-size: 28rem;
  }
  .voice_ttl .ttl {
    font-size: 38rem;
  }
  .voice_abs1 img {
    width: 154rem;
  }
  .voice_abs2 img {
    width: 216rem;
  }
  .voice_wrap {
    max-width: unset;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .voice_wrap .box {
    max-width: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.596);
    padding-bottom: 30rem;
    padding-top: 30rem;
  }
  .voice_wrap .box:first-child {
    padding-top: unset;
  }
  .voice_wrap .box:last-child {
    border-bottom: unset;
    padding-bottom: unset;
  }
  .voice_wrap .box_img img {
    width: 420rem;
  }
  .voice_wrap .box_txt {
    font-size: 28rem;
  }
  .voice_lead .c-ttl::after {
    bottom: -23rem;
  }
  .caution-item .inner {
    max-width: unset;
  }
  .caution-item .box_ttl {
    font-size: 42rem;
  }
  .caution-item .box_row {
    width: 94%;
    margin: 30rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .caution-item .box_row_ttl {
    font-size: 36rem;
  }
  .caution-item .box_row_txt {
    font-size: 28rem;
    margin-top: 25rem;
    padding-left: 30rem;
  }
  .caution-lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 94%;
    margin: 0 auto;
  }
  .caution-lead_img img {
    width: 100%;
  }
  .caution-lead .area {
    margin-left: unset;
    margin-top: 30rem;
  }
  .caution-lead .area_txt {
    font-size: 30rem;
  }
  .finally .leadBox {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .finally .leadArea_txt {
    font-size: 28rem;
  }
  .finally .item_lead span {
    font-size: 46rem;
  }
  .finally .item .wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .finally .item .wrap .box {
    max-width: unset;
    padding: 50rem;
  }
  .finally .item .wrap .box:nth-child(3) {
    margin-bottom: 60rem;
  }
  .finally .item .wrap .box_abs span {
    width: 65rem;
    height: 65rem;
    font-size: 38rem;
  }
  .finally .item .wrap .box_ttl {
    font-size: 38rem;
  }
  .finally .item .wrap .box_txt {
    font-size: 28rem;
  }
  .future.greeting .lead_ttl {
    font-size: 38rem;
  }
  .future.greeting .lead_content_txt {
    font-size: 28rem;
  }
  .future.greeting .lead_content_company {
    font-size: 32rem;
  }
  .future.greeting .lead_content_name {
    font-size: 32rem;
  }
  .trial-item {
    background: url(../img/trial_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50rem;
  }
  .trial-item .leadBox_txt {
    font-size: 28rem;
  }
  .trial-item .wrap {
    margin-top: 270rem;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-bottom: 20rem;
  }
  .trial-item .wrap_img {
    width: 160rem;
  }
  .trial-item .wrap_box {
    margin-right: unset;
  }
  .trial-item .bottom {
    max-width: unset;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .trial-item .bottomArea_txt {
    font-size: 28rem;
  }
  .contact-item .inner {
    max-width: unset;
    width: 88%;
  }
  .contact-txt.textC {
    text-align: center;
  }
  .contact-sub {
    font-size: 28rem;
  }
  .contact-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-bottom_logo {
    margin-top: 50rem;
  }
  .contact-bottom_logo img {
    width: 280rem;
  }
  .contact-bottom_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-bottom_left .area {
    margin-left: unset;
    margin: 25rem 0;
  }
  .contact-bottom_left .area_ttl {
    font-size: 32rem;
    text-align: center;
  }
  .contact-bottom_left .area_txt {
    font-size: 28rem;
    text-align: center;
  }
  .contact-bottom_right {
    padding: 30rem 40rem;
  }
  .contact-info_sm {
    font-size: 24rem;
  }
  .contact-info_num span:first-child {
    font-size: 44rem;
  }
  .contact-info_num span:last-child {
    font-size: 62rem;
  }
  .contact-info_other {
    font-size: 24rem;
  }
  .companyMap iframe {
    height: 500rem;
  }
  .copyright {
    font-size: 24rem;
    margin-bottom: 110rem;
  }
}
.sp-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-color: #69bac4;
  width: 100rem;
  height: 100rem;
  position: relative;
}
.sp-menu-txt {
  font-size: 20rem;
  color: white;
  line-height: 1;
  position: absolute;
  bottom: 10rem;
  text-align: center;
}

.sp-menu-item span {
  border-bottom: 2rem solid white;
  width: 28rem;
  display: block;
  margin-bottom: 6rem;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  width: 28rem;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2rem, 4rem);
  transform: rotate(-45deg) translate(-2rem, 4rem);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 28rem;
  -webkit-transform: rotate(45deg) translate(-3rem, -4rem);
  transform: rotate(45deg) translate(-3rem, -4rem);
}

.menu-overlay {
  display: none;
  position: fixed;
  width: 85%;
  height: calc(100% - 214rem);
  z-index: 20;
  margin-top: 214rem;
  padding: 30px 28rem;
  background-color: #69bac4;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}

.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
  right: 0;
  width: 85%;
  display: block;
}

.menu-overlay .overlay-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-overlay .overlay-links .overlay-links__contact {
  width: 100%;
}
.menu-overlay .overlay-links .overlay-links__contact .l-header__contact {
  margin-top: 20px;
  background: #0355BB;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 85, 187)), to(rgb(0, 154, 229)));
  background: linear-gradient(90deg, rgb(3, 85, 187) 0%, rgb(0, 154, 229) 100%);
  color: white;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay-links__group {
  margin-bottom: 25px;
  width: 100%;
}

.overlay-links__lead {
  color: white;
  font-weight: bold;
  font-size: 16px !important;
  margin-left: unset !important;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.568);
  padding-bottom: 25rem;
  padding-top: 25rem;
  position: relative;
  padding-left: 10rem;
}
.overlay-links__lead span:last-child {
  position: absolute;
  top: calc(50% - 8rem);
  right: 10rem;
}
.overlay-links__lead span:last-child img {
  width: 19rem;
}

@media (max-width: 900px) {
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-menu-item span {
    border-bottom: 2px solid white;
    width: 22px;
    margin-bottom: 5px;
  }
  .sp-menu-item span:last-child {
    width: 22px;
  }
  .sp-menu-item.change span:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 4px);
            transform: rotate(-45deg) translate(-2px, 4px);
  }
  .sp-menu-item.change span:last-child {
    width: 22px;
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
            transform: rotate(45deg) translate(-1px, -3px);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__inner {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
@media (max-width: 767px) {
  .menu-overlay {
    height: calc(100% - 130rem);
    margin-top: 130rem;
  }
}
.faq-item {
  max-width: 1200rem;
  margin: 60rem auto 0;
}

.faq__item {
  background-color: #FFFFFF;
  margin-top: 35rem;
}

.collapsible {
  background-color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24rem;
  font-weight: bold;
  color: white;
}

.collapsible p:first-child {
  color: white;
  font-size: 32rem;
  font-weight: bold;
  background-color: #1aa0b0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 62rem;
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.collapsible p:last-child {
  font-size: 24rem;
  background: #FFBC81;
  background: linear-gradient(92deg, rgb(255, 188, 129) 0%, rgb(240, 143, 150) 24%, rgb(210, 154, 197) 50%, rgb(153, 189, 229) 77%, rgb(138, 220, 170) 100%);
  background-color: black;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: calc(100% - 62rem);
  height: 100%;
  min-height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 45px;
}

.collapsible::after {
  content: "";
  background: url("../img/icon_plus.png") no-repeat;
  display: inline-block;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: calc(50% - 10rem);
  right: 30px;
  background-size: contain;
}

.collapsible.active::after {
  content: "";
  background: url("../img/icon_minus.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20rem;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
}

.content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  width: 100%;
}
.content-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 50px 0 25px;
}
.content-other p {
  font-size: 18rem;
  font-weight: 500;
  line-height: 2.2222222222;
}

.content p {
  padding: 0 0 20px 0;
}

@media (max-width: 1440px) {
  .faq-item {
    max-width: 1480rem;
  }
  .collapsible p:first-child {
    width: 100rem;
    height: 100rem;
    font-size: 44rem;
  }
  .collapsible p:last-child {
    width: calc(100% - 100rem);
    min-height: 100rem;
    font-size: 36rem;
  }
  .collapsible::after {
    width: 30rem;
    height: 30rem;
    top: calc(50% - 15rem);
  }
  .collapsible.active::after {
    width: 30rem;
  }
  .content p {
    font-size: 30rem;
  }
}
@media (max-width: 767px) {
  .collapsible p:first-child {
    font-size: 44rem;
  }
  .collapsible p:nth-child(2) {
    font-size: 28rem;
    padding-left: 10rem;
    padding-right: 20rem;
  }
  .collapsible::after {
    right: 30rem;
  }
  .collapsible.active::after {
    right: 30rem;
  }
  .content-other {
    padding: 20rem 30rem;
  }
  .content p {
    font-size: 28rem;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
