@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
:root {
  --view-size2: 1630;
}

@media screen and (max-width: 768px) {
  :root {
    --view-size2: 375;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / var(--view-size2) * 100vw);
  letter-spacing: calc(4 / var(--view-size2) * 100vw);
  font-weight: 400;
  line-height: 1.8;
}

body header {
  letter-spacing: normal;
}

main ~ .top_contact {
  display: none;
}

@media (max-width: 768px) {
  body {
    letter-spacing: calc(2 / var(--view-size2) * 100vw);
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.service_other_row {
    justify-content: center;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: calc(900 / var(--view-size2) * 100vw);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: calc(345 / var(--view-size2) * 100vw);
  }
}

/* display */
@media (max-width: 768px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 768px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

.common_ttl_01 {
  text-align: center;
  margin-bottom: calc(40 / var(--view-size2) * 100vw);
  font-size: calc(34 / var(--view-size2) * 100vw);
  color: #1280bc;
  letter-spacing: calc(8 / var(--view-size2) * 100vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .common_ttl_01 {
    font-size: calc(26 / var(--view-size2) * 100vw);
    letter-spacing: calc(5 / var(--view-size2) * 100vw);
    margin-bottom: calc(24 / var(--view-size2) * 100vw);
    line-height: 1.6;
  }
}

.common_read {
  text-align: center;
  font-size: calc(16 / var(--view-size2) * 100vw);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .common_read {
    font-size: calc(14 / var(--view-size2) * 100vw);
    text-align: left;
    width: calc(300 / var(--view-size2) * 100vw);
    margin: 0 auto;
  }
}

.common_btn_01 {
  width: calc(240 / var(--view-size2) * 100vw);
  background-color: #fff;
  border: calc(1.5 / var(--view-size2) * 100vw) solid #1280bc;
  border-radius: calc(64 / var(--view-size2) * 100vw);
  text-align: center;
  padding: calc(12 / var(--view-size2) * 100vw);
  color: #1280bc;
  position: relative;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  letter-spacing: calc(2 / var(--view-size2) * 100vw);
    font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .common_btn_01 {
    width: calc(280 / var(--view-size2) * 100vw);
    font-size: calc(14 / var(--view-size2) * 100vw);
  }
}
.common_btn_01:hover {
  opacity: 1;
  background-color: #1280bc;
  color: #fff;
}

.top_btn {
  position: fixed;
  bottom: calc(30 / var(--view-size2) * 100vw);
  right: calc(30 / var(--view-size2) * 100vw);
  z-index: 100;
  width: calc(65 / var(--view-size2) * 100vw);
  height: calc(65 / var(--view-size2) * 100vw);
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .top_btn {
    bottom: calc(90 / var(--view-size2) * 100vw);
    right: calc(20 / var(--view-size2) * 100vw);
  }
}

.top_btn.active {
  opacity: 1;
}

#features_anker,
#service_other_anker,
#flow_anker,
#service_check_anker {
  padding-top: calc(72 / var(--view-size2) * 100vw);
  margin-top: calc(-72 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  #features_anker,
  #service_other_anker,
  #flow_anker,
  #service_check_anker {
    padding-top: calc(88 / var(--view-size2) * 100vw);
    margin-top: calc(-88 / var(--view-size2) * 100vw);
  }
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: calc(63 / var(--view-size2) * 100vw);
    height: calc(50 / var(--view-size2) * 100vw);
    position: relative;
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: calc(2 / var(--view-size2) * 100vw);
    width: calc(22 / var(--view-size2) * 100vw);
    background-color: #fff;
    border-radius: calc(10 / var(--view-size2) * 100vw);
    position: absolute;
    top: calc(8 / var(--view-size2) * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: calc(16 / var(--view-size2) * 100vw);
  }
  .menu_btn span:nth-child(2) {
    top: calc(25 / var(--view-size2) * 100vw);
  }
  .menu_btn span:nth-child(3) {
    top: calc(34 / var(--view-size2) * 100vw);
  }
}


.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}


/* footer */
footer {
  padding: calc(16 / var(--view-size2) * 100vw) 0;
}
footer .copyright {
  font-size: calc(10 / var(--view-size2) * 100vw);
  text-align: center;
  color: #002585;
  letter-spacing: 0;
}

.top_mv2 {
  padding-top: calc(50 / var(--view-size2) * 100vw);
  position: relative;
  margin-bottom: calc(120 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 {
    padding-top: calc(110 / var(--view-size2) * 100vw);
    margin-bottom: calc(100 / var(--view-size2) * 100vw);
  }
}
.top_mv2 .inner {
  width: calc(1160 / var(--view-size2) * 100vw);
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .top_mv2 .inner {
    width: calc(345 / var(--view-size2) * 100vw);
  }
}
.top_mv2 .top_mv_ttl_01 {
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(48 / var(--view-size2) * 100vw);
  color: #1280bc;
  margin-bottom: calc(24 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_ttl_01 {
    font-size: calc(24 / var(--view-size2) * 100vw);
    margin-bottom: calc(8 / var(--view-size2) * 100vw);
    font-weight: 600;
  }
}
.top_mv2 .top_mv_ttl_02 {
  font-size: calc(22 / var(--view-size2) * 100vw);
  font-family: "tbudgothic-std", sans-serif;
  color: #1280bc;
  letter-spacing: calc(10 / var(--view-size2) * 100vw);
  margin-bottom: calc(16 / var(--view-size2) * 100vw);
  font-weight: 400;
  padding-left: calc(5 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_ttl_02 {
    font-size: calc(16 / var(--view-size2) * 100vw);
    letter-spacing: calc(3.6 / var(--view-size2) * 100vw);
    font-weight: 600;
  }
}
.top_mv2 .top_mv_text {
  font-size: calc(14 / var(--view-size2) * 100vw);
  margin-bottom: calc(32 / var(--view-size2) * 100vw);
  letter-spacing: calc(2.6 / var(--view-size2) * 100vw);
  color: #1280bc;
  line-height: 2;
  padding-left: calc(5 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_text {
    width: calc(300 / var(--view-size2) * 100vw);
    margin: 0 auto;
    margin-bottom: calc(16 / var(--view-size2) * 100vw);
    letter-spacing: calc(3.2 / var(--view-size2) * 100vw);
    font-weight: 600;
    padding-left: 0;
  }
}
.top_mv2 .top_mv_point {
  margin-bottom: calc(64 / var(--view-size2) * 100vw);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_point {
    flex-direction: row;
    justify-content: center;
    width: calc(303 / var(--view-size2) * 100vw);
    margin: 0 auto;
    margin-bottom: calc(16 / var(--view-size2) * 100vw);
  }
}
.top_mv2 .mv_point_item {
  margin-bottom: calc(16 / var(--view-size2) * 100vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: calc(19 / var(--view-size2) * 100vw);
  padding: calc(10 / var(--view-size2) * 100vw) 0;
  padding-left: calc(72 / var(--view-size2) * 100vw);
  letter-spacing: calc(6 / var(--view-size2) * 100vw);
  background-color: #fff;
  border-radius: calc(40 / var(--view-size2) * 100vw);
  position: relative;
  display: block;
  width: calc(220 / var(--view-size2) * 100vw);
  letter-spacing: calc(10 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 .mv_point_item {
    background: transparent;
    width: calc(84 / var(--view-size2) * 100vw);
    padding: 0;
    padding-top: calc(55 / var(--view-size2) * 100vw);
    border-radius: 0;
    font-size: calc(16 / var(--view-size2) * 100vw);
    letter-spacing: calc(4 / var(--view-size2) * 100vw);
    margin-right: calc(18 / var(--view-size2) * 100vw);
    margin-bottom: 0;
    font-weight: 600;
  }
  .top_mv2 .mv_point_item:last-child {
    margin-right: 0;
  }
}
.top_mv2 .mv_point_item::before {
  content: "";
  width: calc(25 / var(--view-size2) * 100vw);
  height: calc(25 / var(--view-size2) * 100vw);
  position: absolute;
  top: 50%;
  left: calc(32 / var(--view-size2) * 100vw);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top_mv2 .mv_point_item::before {
    width: calc(51 / var(--view-size2) * 100vw);
    height: calc(51 / var(--view-size2) * 100vw);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_mv2 .mv_point_item:last-child {
  margin-bottom: 0;
}
.top_mv2 .mv_point_item.mv_point_item_01 {
  color: #1280bc;
  border: calc(2 / var(--view-size2) * 100vw) solid #1280bc;
}
@media (max-width: 768px) {
  .top_mv2 .mv_point_item.mv_point_item_01 {
    border: none;
  }
}
.top_mv2 .mv_point_item.mv_point_item_01::before {
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/top_mv_point01.png) center/cover no-repeat;
}
.top_mv2 .mv_point_item.mv_point_item_02 {
  color: #934386;
  border: calc(2 / var(--view-size2) * 100vw) solid #934386;
}
@media (max-width: 768px) {
  .top_mv2 .mv_point_item.mv_point_item_02 {
    border: none;
  }
}
.top_mv2 .mv_point_item.mv_point_item_02::before {
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/top_mv_point02.png) center/cover no-repeat;
}
.top_mv2 .mv_point_item.mv_point_item_03 {
  color: #2aa3a7;
  border: calc(2 / var(--view-size2) * 100vw) solid #2aa3a7;
}
@media (max-width: 768px) {
  .top_mv2 .mv_point_item.mv_point_item_03 {
    border: none;
  }
}
.top_mv2 .mv_point_item.mv_point_item_03::before {
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/top_mv_point03.png) center/cover no-repeat;
}
.top_mv2 .top_mv_img {
  width: calc(739 / var(--view-size2) * 100vw);
  position: absolute;
  right: 0;
  bottom: calc(72 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_img {
    width: calc(315 / var(--view-size2) * 100vw);
    position: initial;
    margin: 0 auto;
    margin-bottom: calc(20 / var(--view-size2) * 100vw);
  }
}
.top_mv2 .top_mv_bg {
  position: absolute;
  bottom: calc(-248 / var(--view-size2) * 100vw);
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .top_mv2 .top_mv_bg {
    bottom: calc(265 / var(--view-size2) * 100vw);
  }
}
.top_mv2 .top_mv_scroll {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: calc(14 / var(--view-size2) * 100vw);
  text-align: center;
  color: #1280bc;
  position: relative;
  letter-spacing: calc(3 / var(--view-size2) * 100vw);
}
.top_mv2 .top_mv_scroll::before {
  animation: scroll 2s infinite;
  background-color: #1280bc;
  bottom: calc(-45 / var(--view-size2) * 100vw);
  content: "";
  height: calc(30 / var(--view-size2) * 100vw);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: calc(1 / var(--view-size2) * 100vw);
}
.top_mv2 .top_mv_scroll::after {
  content: "";
  width: calc(5 / var(--view-size2) * 100vw);
  height: calc(5 / var(--view-size2) * 100vw);
  border-radius: 50%;
  background-color: #1280bc;
  position: absolute;
  bottom: calc(-45 / var(--view-size2) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

.top_mv2 .top_mv_scroll .mv_scroll_text {
    text-align: center;
}
.service_pdf_text {
    text-align: center;
}

.top_features {
  position: relative;
  z-index: 900;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top_features {
    padding-bottom: calc(64 / var(--view-size2) * 100vw);
  }
}
.top_features .inner {
  width: calc(940 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_features .inner {
    width: calc(345 / var(--view-size2) * 100vw);
    position: relative;
    z-index: 100;
  }
}
.top_features .top_features_cont {
  margin-top: calc(160 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_features .top_features_cont {
    margin-top: calc(80 / var(--view-size2) * 100vw);
  }
}
.top_features .top_features_item {
  margin-bottom: calc(168 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_features .top_features_item {
    margin-bottom: calc(90 / var(--view-size2) * 100vw);
  }
  .top_features .top_features_item .row {
    flex-direction: column-reverse;
  }
}
.top_features .top_features_item:last-child {
  margin-bottom: 0;
}
.top_features .top_features_item:nth-child(2) .top_features_img::before {
  right: auto;
  left: calc(-70 / var(--view-size2) * 100vw);
}
.top_features .top_features_img {
  width: calc(513 / var(--view-size2) * 100vw);
  position: relative;
}
@media (max-width: 768px) {
  .top_features .top_features_img {
    width: calc(336 / var(--view-size2) * 100vw);
    margin: 0 auto;
    margin-bottom: calc(32 / var(--view-size2) * 100vw);
  }
}
.top_features .top_features_img::before {
  content: "";
  position: absolute;
  top: calc(-70 / var(--view-size2) * 100vw);
  right: calc(-70 / var(--view-size2) * 100vw);
  background-image: linear-gradient(60deg, rgb(252, 253, 249), rgb(210, 226, 240));
  width: calc(304 / var(--view-size2) * 100vw);
  height: calc(266 / var(--view-size2) * 100vw);
  border-radius: calc(10 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_features .top_features_img::before {
    width: calc(254 / var(--view-size2) * 100vw);
    height: calc(182 / var(--view-size2) * 100vw);
    top: calc(-48 / var(--view-size2) * 100vw);
    right: calc(-64 / var(--view-size2) * 100vw);
  }
}
.top_features .top_features_img img {
  box-shadow: 0px 0px calc(12 / var(--view-size2) * 100vw) 0px rgba(0, 0, 0, 0.3);
  border-radius: calc(10 / var(--view-size2) * 100vw);
  position: relative;
  z-index: 100;
}
.top_features .top_features_textarea {
  width: calc(364 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_features .top_features_textarea {
    width: calc(300 / var(--view-size2) * 100vw);
    margin: 0 auto;
  }
}
.top_features .top_features_textarea h3 {
  font-size: calc(20 / var(--view-size2) * 100vw);
  font-weight: 500;
  color: #1280bc;
  margin-bottom: calc(24 / var(--view-size2) * 100vw);
  letter-spacing: calc(2 / var(--view-size2) * 100vw);
}
.top_features .top_features_text {
  line-height: 2;
  letter-spacing: calc(1.2 / var(--view-size2) * 100vw);
}
.top_features .top_features_bg {
  position: absolute;
  left: 0;
  bottom: calc(-290 / var(--view-size2) * 100vw);
  width: 100%;
}
@media (max-width: 768px) {
  .top_features .top_features_bg {
    bottom: calc(-20 / var(--view-size2) * 100vw);
    z-index: 10;
  }
}

.top_service {
  padding: calc(150 / var(--view-size2) * 100vw) 0;
  position: relative;
  z-index: 900;
}
@media (max-width: 768px) {
  .top_service {
    padding-top: 0;
    padding-bottom: calc(64 / var(--view-size2) * 100vw);
  }
}
.top_service .top_service_bg {
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/top_service_bg_pc.png) top/cover no-repeat;
  padding-top: calc(120 / var(--view-size2) * 100vw);
  padding-bottom: calc(150 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_service .top_service_bg {
    background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/top_service_bg_sp.png) top center/cover no-repeat;
    padding-top: calc(96 / var(--view-size2) * 100vw);
    padding-bottom: calc(80 / var(--view-size2) * 100vw);
    transform: translateY(calc(-20 / var(--view-size2) * 100vw));
  }
}
.top_service .top_service_cont {
  margin-top: calc(50 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_service .top_service_cont {
    margin: 0 auto;
    margin-top: calc(40 / var(--view-size2) * 100vw);
    justify-content: center;
  }
}
.top_service .top_service_box {
  width: calc(260 / var(--view-size2) * 100vw);
  background-color: #fff;
  border-radius: calc(10 / var(--view-size2) * 100vw);
  box-shadow: 0px 0px calc(6 / var(--view-size2) * 100vw) 0px rgba(0, 0, 0, 0.3);
  padding: calc(40 / var(--view-size2) * 100vw) 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service .top_service_box {
    margin-bottom: calc(40 / var(--view-size2) * 100vw);
  }
  .top_service .top_service_box:last-child {
    margin-bottom: 0;
  }
}
.top_service .top_service_box:nth-child(1) .service_box_ttl {
  color: #1280bc;
}
.top_service .top_service_box:nth-child(2) .service_box_ttl {
  color: #934386;
}
.top_service .top_service_box:nth-child(3) .service_box_ttl {
  color: #2aa3a7;
}
.top_service .service_box_img {
  width: calc(105 / var(--view-size2) * 100vw);
  margin: 0 auto;
  margin-bottom: calc(12 / var(--view-size2) * 100vw);
}
.top_service .service_box_ttl {
  font-size: calc(26 / var(--view-size2) * 100vw);
  font-weight: 500;
  letter-spacing: calc(8 / var(--view-size2) * 100vw);
  margin-bottom: calc(12 / var(--view-size2) * 100vw);
  text-align: center;
}
.top_service .top_service_pdf {
  margin-top: calc(56 / var(--view-size2) * 100vw);
  text-align: center;
}
.top_service .top_service_pdf .service_pdf_text {
  font-size: calc(16 / var(--view-size2) * 100vw);
  margin-bottom: calc(8 / var(--view-size2) * 100vw);
  display: block;
}
@media (max-width: 768px) {
  .top_service .top_service_pdf .service_pdf_text {
    margin-bottom: calc(16 / var(--view-size2) * 100vw);
  }
}
.top_service .top_service_pdf .common_btn_01 {
  width: calc(400 / var(--view-size2) * 100vw);
  font-size: calc(18 / var(--view-size2) * 100vw);
  text-align: left;
  padding: calc(24 / var(--view-size2) * 100vw) 0;
  padding-left: calc(76 / var(--view-size2) * 100vw);
  letter-spacing: calc(5 / var(--view-size2) * 100vw);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top_service .top_service_pdf .common_btn_01 {
    width: calc(300 / var(--view-size2) * 100vw);
    font-size: calc(15 / var(--view-size2) * 100vw);
    padding-left: calc(50 / var(--view-size2) * 100vw);
    letter-spacing: calc(4 / var(--view-size2) * 100vw);
  }
}
.top_service .top_service_pdf .common_btn_01:hover::after {
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/icon_pdf_white.png) center/cover no-repeat;
}
.top_service .top_service_pdf .common_btn_01::after {
  content: "";
  background: url(https://smt.fuji.co.jp/wp-content/themes/fss/assets/kaizen_service/images/icon_pdf.png) center/cover no-repeat;
  width: calc(20 / var(--view-size2) * 100vw);
  height: calc(23 / var(--view-size2) * 100vw);
  position: absolute;
  right: calc(72 / var(--view-size2) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top_service .top_service_pdf .common_btn_01::after {
    right: calc(40 / var(--view-size2) * 100vw);
  }
}
.top_service .top_service_other {
  padding-top: calc(130 / var(--view-size2) * 100vw);
  padding-bottom: calc(150 / var(--view-size2) * 100vw);
  position: relative;
}
@media (max-width: 768px) {
  .top_service .top_service_other {
    padding-top: calc(72 / var(--view-size2) * 100vw);
    padding-bottom: calc(72 / var(--view-size2) * 100vw);
  }
}
.top_service .top_service_other .inner {
  position: relative;
  z-index: 900;
  width: calc(816 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_service .top_service_other .inner {
    width: calc(345 / var(--view-size2) * 100vw);
  }
}
.top_service .service_other_box {
  width: calc(380 / var(--view-size2) * 100vw);
  box-shadow: 0px 0px calc(10 / var(--view-size2) * 100vw) calc(-5 / var(--view-size2) * 100vw) #777777;
}
@media (max-width: 768px) {
  .top_service .service_other_box {
    width: 100%;
    margin-bottom: calc(50 / var(--view-size2) * 100vw);
  }
  .top_service .service_other_box:last-child {
    margin-bottom: 0;
  }
}
.top_service .service_other_box:first-child .service_other_ttl {
  height: calc(57.59 / var(--view-size2) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .top_service .service_other_box:first-child .service_other_ttl {
    height: auto;
    display: block;
  }
}
.top_service .service_other_img img {
  border-radius: calc(10 / var(--view-size2) * 100vw) calc(10 / var(--view-size2) * 100vw) 0 0;
}
.top_service .service_other_textarea {
  border-radius: 0 0 calc(10 / var(--view-size2) * 100vw) calc(10 / var(--view-size2) * 100vw);
  background-color: #fff;
  padding: calc(32 / var(--view-size2) * 100vw);
  padding-top: calc(20 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_service .service_other_textarea {
    padding: calc(30 / var(--view-size2) * 100vw) calc(20 / var(--view-size2) * 100vw);
    font-size: calc(14 / var(--view-size2) * 100vw);
  }
}
.top_service .service_other_ttl {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: calc(24 / var(--view-size2) * 100vw);
  text-align: center;
  letter-spacing: calc(5 / var(--view-size2) * 100vw);
  margin-bottom: calc(4 / var(--view-size2) * 100vw);
  color: #1280bc;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .top_service .service_other_ttl {
    margin-bottom: calc(16 / var(--view-size2) * 100vw);
    font-weight: 700;
  }
}
.top_service .service_other_text {
  margin-bottom: calc(16 / var(--view-size2) * 100vw);
  letter-spacing: calc(2 / var(--view-size2) * 100vw);
}
.top_service .top_service_other_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top_flow {
  padding-bottom: calc(150 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_flow {
    padding-bottom: calc(90 / var(--view-size2) * 100vw);
  }
}
.top_flow .top_flow_cont {
  margin-top: calc(48 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_flow .top_flow_cont {
    margin-top: 0;
    width: calc(300 / var(--view-size2) * 100vw);
    margin: 0 auto;
  }
}
.top_flow .top_flow_item {
  margin-bottom: calc(48 / var(--view-size2) * 100vw);
  padding-bottom: calc(24 / var(--view-size2) * 100vw);
  border-bottom: calc(1 / var(--view-size2) * 100vw) solid #b3b3b3;
  position: relative;
}
.top_flow .top_flow_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top_flow .top_flow_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.top_flow .top_flow_item:last-child::after {
  content: none;
}
.top_flow .top_flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(7 / var(--view-size2) * 100vw) solid transparent;
  border-left: calc(7 / var(--view-size2) * 100vw) solid transparent;
  border-top: calc(10 / var(--view-size2) * 100vw) solid #1280bc;
  border-bottom: 0;
  position: absolute;
  bottom: calc(-35 / var(--view-size2) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top_flow .top_flow_item::after {
    bottom: calc(-10 / var(--view-size2) * 100vw);
  }
}
.top_flow .top_flow_ttl {
  width: calc(280 / var(--view-size2) * 100vw);
  padding-left: calc(50 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_flow .top_flow_ttl {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: calc(8 / var(--view-size2) * 100vw);
  }
}
.top_flow .top_flow_ttl h3 {
  font-size: calc(18 / var(--view-size2) * 100vw);
  color: #1280bc;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top_flow .top_flow_ttl h3 {
    line-height: 1.2;
  }
}
.top_flow .top_flow_ttl .top_flow_number {
  font-family: "Bebas Neue", sans-serif;
  font-size: calc(25 / var(--view-size2) * 100vw);
  margin-right: calc(16 / var(--view-size2) * 100vw);
  vertical-align: middle;
  font-weight: 300;
}
@media (max-width: 768px) {
  .top_flow .top_flow_ttl .top_flow_number {
    display: block;
    margin-right: 0;
    font-size: calc(20 / var(--view-size2) * 100vw);
  }
}
.top_flow .top_flow_text {
  width: calc(620 / var(--view-size2) * 100vw);
  padding-left: calc(50 / var(--view-size2) * 100vw);
  font-size: calc(14 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_flow .top_flow_text {
    padding-left: 0;
    width: calc(280 / var(--view-size2) * 100vw);
    margin: 0 auto;
  }
}

.top_contact {
  background-image: linear-gradient(180deg, rgb(45, 124, 190), rgb(41, 93, 153));
  padding: calc(64 / var(--view-size2) * 100vw) 0;
}
.top_contact .top_contact_ttl {
  color: #fff;
}
@media (max-width: 768px) {
  .top_contact .top_contact_ttl {
    font-weight: 400;
    line-height: 1.6;
  }
}
.top_contact .top_contact_ttl .sp_dn {
  display: inline;
}
@media (max-width: 768px) {
  .top_contact .top_contact_ttl .sp_dn {
    display: none;
  }
}
.top_contact .top_contact_read {
  color: #fff;
  margin-bottom: calc(24 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_read {
    text-align: center;
    font-weight: 300;
  }
}
.top_contact .top_contact_btn {
  background-color: #fff;
  padding: calc(16 / var(--view-size2) * 100vw);
  font-size: calc(18 / var(--view-size2) * 100vw);
  border: calc(1.5 / var(--view-size2) * 100vw) solid #fff;
  width: calc(400 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_btn {
    width: calc(300 / var(--view-size2) * 100vw);
    margin: 0 auto;
    font-size: calc(16 / var(--view-size2) * 100vw);
  }
}
.top_contact .top_contact_btn:hover {
  background-color: #1280bc;
  color: #fff;
}

html[lang=en] body {
  font-family: "Roboto", serif;
  letter-spacing: calc(2 / var(--view-size2) * 100vw);
  line-height: 1.5;
}
html[lang=en] body .common_btn_01 {
  width: 100%;
}
html[lang=en] body .common_ttl_01 {
  line-height: 1.4;
}

@media (max-width: 768px) {
  html[lang=en] .top_mv2 .top_mv_bg {
    bottom: calc(180 / var(--view-size2) * 100vw);
  }
}
@media (max-width: 768px) {
  html[lang=en] .top_mv2 .top_mv_ttl_01 {
    font-size: calc(23 / var(--view-size2) * 100vw);
    letter-spacing: calc(3 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_mv2 .top_mv_ttl_02 {
  letter-spacing: calc(3 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_mv2 .top_mv_ttl_02 {
    font-size: calc(13 / var(--view-size2) * 100vw);
    letter-spacing: calc(1 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_mv2 .top_mv_text {
  letter-spacing: calc(3 / var(--view-size2) * 100vw);
  line-height: 1.5;
}
@media (max-width: 768px) {
  html[lang=en] .top_mv2 .top_mv_text {
    letter-spacing: calc(1.4 / var(--view-size2) * 100vw);
    font-size: calc(12 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_mv2 .mv_point_item {
  width: calc(300 / var(--view-size2) * 100vw);
  letter-spacing: calc(1 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_mv2 .mv_point_item {
    line-height: 1.1;
    text-align: center;
    padding-top: calc(64 / var(--view-size2) * 100vw);
    font-weight: bold;
  }
}
html[lang=en] .top_service .service_other_box:first-child .service_other_ttl {
  height: auto;
  display: block;
}
html[lang=en] .top_service .service_box_ttl {
  letter-spacing: calc(4 / var(--view-size2) * 100vw);
  line-height: 1;
  margin-bottom: calc(20 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_service .service_box_ttl {
    margin-bottom: calc(12 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_service .top_service_box {
  padding: calc(40 / var(--view-size2) * 100vw) calc(20 / var(--view-size2) * 100vw);
}
html[lang=en] .top_service .service_box_list li {
  line-height: 1.2;
  margin-bottom: calc(8 / var(--view-size2) * 100vw);
}
html[lang=en] .top_service .service_box_list li:last-child {
  margin-bottom: 0;
}
html[lang=en] .top_service .top_service_pdf .common_btn_01 {
  padding-left: calc(60 / var(--view-size2) * 100vw);
  line-height: 1.5;
  width: calc(560 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_service .top_service_pdf .common_btn_01 {
    padding-left: calc(16 / var(--view-size2) * 100vw);
    width: 100%;
    letter-spacing: calc(2 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_service .top_service_pdf .common_btn_01::after {
  right: calc(45 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_service .top_service_pdf .common_btn_01::after {
    right: calc(16 / var(--view-size2) * 100vw);
  }
}
html[lang=en] .top_service .service_other_ttl {
  line-height: 1.2;
  margin-bottom: calc(16 / var(--view-size2) * 100vw);
}
html[lang=en] .top_service .service_other_textarea {
  padding-top: calc(24 / var(--view-size2) * 100vw);
}
html[lang=en] .top_contact .common_ttl_01 {
  font-size: calc(28 / var(--view-size2) * 100vw);
}
html[lang=en] .top_contact .common_btn_01 {
  width: calc(400 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=en] .top_contact .common_btn_01 {
    width: 90%;
  }
}

html[lang=zh-Hant] body {
  font-family: "微软雅黑", "宋体" !important;
}
html[lang=zh-Hant] body .common_btn_01 {
  line-height: 1.2;
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .top_mv_bg {
    bottom: calc(125 / var(--view-size2) * 100vw);
  }
}
html[lang=zh-Hant] .top_mv2 .top_mv_ttl_02,
html[lang=zh-Hant] .top_mv2 .top_mv_ttl_01 {
  font-family: "微软雅黑", "宋体" !important;
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .top_mv_ttl_01 {
    font-size: calc(23 / var(--view-size2) * 100vw);
    letter-spacing: calc(4 / var(--view-size2) * 100vw);
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .top_mv_ttl_02 {
    font-size: calc(15 / var(--view-size2) * 100vw);
    letter-spacing: calc(1 / var(--view-size2) * 100vw);
  }
}
html[lang=zh-Hant] .top_mv2 .top_mv_text {
  line-height: 1.7;
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .top_mv_text {
    letter-spacing: calc(1.4 / var(--view-size2) * 100vw);
    font-size: calc(12 / var(--view-size2) * 100vw);
    line-height: 1.7;
    width: calc(319 / var(--view-size2) * 100vw);
  }
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .top_mv_point {
    width: calc(319 / var(--view-size2) * 100vw);
    justify-content: space-between;
  }
}
html[lang=zh-Hant] .top_mv2 .mv_point_item {
  width: calc(265 / var(--view-size2) * 100vw);
  font-family: "微软雅黑", "宋体" !important;
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_mv2 .mv_point_item {
    line-height: 1.4;
    margin-right: 0;
    letter-spacing: calc(1 / var(--view-size2) * 100vw);
    text-align: center;
    width: 33%;
  }
  html[lang=zh-Hant] .top_mv2 .mv_point_item:last-child {
    margin-right: 0;
  }
}
html[lang=zh-Hant] .top_service .service_other_box:first-child .service_other_ttl {
  height: auto;
  display: block;
}
html[lang=zh-Hant] .top_service .service_other_ttl {
  font-family: "微软雅黑", "宋体" !important;
}
html[lang=zh-Hant] .top_service .service_box_list li {
  letter-spacing: calc(2 / var(--view-size2) * 100vw);
}
html[lang=zh-Hant] .top_service .service_box_list li span {
  letter-spacing: calc(1 / var(--view-size2) * 100vw);
}
html[lang=zh-Hant] .top_service .service_other_textarea {
  padding: calc(32 / var(--view-size2) * 100vw) calc(30 / var(--view-size2) * 100vw);
  padding-top: calc(24 / var(--view-size2) * 100vw);
}
@media (max-width: 768px) {
  html[lang=zh-Hant] .top_service .service_other_textarea {
    padding: calc(30 / var(--view-size2) * 100vw) calc(20 / var(--view-size2) * 100vw);
  }
}
html[lang=zh-Hant] .top_service .top_service_pdf .common_btn_01 {
  line-height: 1.2;
  padding-left: calc(84 / var(--view-size2) * 100vw);
}

.leftin {
  opacity: 0;
  transform: translateX(-10%);
}
.leftin.active {
  animation: 0.8s forwards leftin;
}

.leftin2 {
  opacity: 0;
  transform: translateX(-10%);
}
.leftin2.active {
  animation: 0.8s forwards 0.2s leftin;
}

.leftin3 {
  opacity: 0;
  transform: translateX(-10%);
}
.leftin3.active {
  animation: 0.8s forwards 0.4s leftin;
}

.leftin4 {
  opacity: 0;
  transform: translateX(-10%);
}
.leftin4.active {
  animation: 0.8s forwards 0.6s leftin;
}

.rightin {
  opacity: 0;
  transform: translateX(10%);
}
.rightin.active {
  animation: 0.8s forwards rightin;
}

.rightin2 {
  opacity: 0;
  transform: translateX(10%);
}
.rightin2.active {
  animation: 0.8s forwards 0.2s rightin;
}

.rightin3 {
  opacity: 0;
  transform: translateX(10%);
}
.rightin3.active {
  animation: 0.8s forwards 0.4s rightin;
}

.rightin4 {
  opacity: 0;
  transform: translateX(10%);
}
.rightin4.active {
  animation: 0.8s forwards 0.6s rightin;
}

.bottomin1 {
  opacity: 0;
  transform: translateY(5%);
}
.bottomin1.active {
  animation: 0.8s forwards bottomin;
}

.bottomin2 {
  opacity: 0;
  transform: translateY(5%);
}
.bottomin2.active {
  animation: 0.8s forwards 0.2s bottomin;
}

.bottomin3 {
  opacity: 0;
  transform: translateY(5%);
}
.bottomin3.active {
  animation: 0.8s forwards 0.4s bottomin;
}

.bottomin4 {
  opacity: 0;
  transform: translateY(5%);
}
.bottomin4.active {
  animation: 0.8s forwards 0.6s bottomin;
}

.leftslide {
  transform: translateX(-300%);
}
.leftslide.active {
  animation: 0.8s forwards leftslide;
}

.rightslide {
  transform: translateX(300%);
}
.rightslide.active {
  animation: 0.8s forwards rightslide;
}

@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftslide {
  0% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightslide {
  0% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}/*# sourceMappingURL=style.css.map */