@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
@font-face {
  font-family: "LINESeedJPApp";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJPApp";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJPApp";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800; /* Extra Bold */
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJPApp";
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100; /* Thin */
  font-style: normal;
}
:root {
  --view-size: 1920;
}

@media screen and (max-width: 768px) {
  :root {
    --view-size: 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, header, 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(16 / var(--view-size) * 100vw);
  color: #1a1a1a;
  font-weight: 500;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

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

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

.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(1100 / var(--view-size) * 100vw);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: calc(360 / var(--view-size) * 100vw);
  }
}

.inner_02 {
  width: calc(1000 / var(--view-size) * 100vw);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner_02 {
    width: calc(360 / var(--view-size) * 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 {
  font-family: "LINESeedJPApp", sans-serif;
  font-weight: 800;
  font-size: calc(70 / var(--view-size) * 100vw);
  color: #1171b1;
  margin-bottom: calc(60 / var(--view-size) * 100vw);
  text-align: center;
}
@media (max-width: 768px) {
  .common_ttl {
    font-size: calc(40 / var(--view-size) * 100vw);
    margin-bottom: calc(20 / var(--view-size) * 100vw);
  }
}

.text_yellow {
  color: #f4d421;
}

.text_blue {
  color: #1171b1;
}

.cta_area {
  background-color: #003e86;
}
.cta_area .inner_02 {
  padding: calc(20 / var(--view-size) * 100vw) 0 calc(80 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .cta_area .inner_02 {
    padding: calc(20 / var(--view-size) * 100vw) 0;
  }
}
.cta_area .cta_area_box {
  margin-bottom: calc(48 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .cta_area .cta_area_box {
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.cta_area .cta_area_btns .cta_area_item {
  width: calc(470 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .cta_area .cta_area_btns .cta_area_item {
    width: calc(176 / var(--view-size) * 100vw);
  }
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn_text {
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #fff;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  text-align: center;
}
@media (max-width: 768px) {
  .cta_area .cta_area_btns .cta_area_item .cta_area_btn_text {
    font-size: calc(10 / var(--view-size) * 100vw);
  }
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn {
  border-radius: calc(8 / var(--view-size) * 100vw);
  padding: calc(20 / var(--view-size) * 100vw) 0;
  padding-left: calc(140 / var(--view-size) * 100vw);
  display: block;
  font-size: calc(27 / var(--view-size) * 100vw);
  font-family: "LINESeedJPApp", sans-serif;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .cta_area .cta_area_btns .cta_area_item .cta_area_btn {
    padding: calc(8 / var(--view-size) * 100vw) 0;
    padding-left: calc(42 / var(--view-size) * 100vw);
    font-size: calc(12 / var(--view-size) * 100vw);
    border-radius: calc(4 / var(--view-size) * 100vw);
  }
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn:hover {
  opacity: 1;
  transform: translateY(calc(4 / var(--view-size) * 100vw));
  box-shadow: none !important;
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn::before {
  content: "";
  position: absolute;
  left: calc(75 / var(--view-size) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  width: calc(45 / var(--view-size) * 100vw);
  height: calc(45 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .cta_area .cta_area_btns .cta_area_item .cta_area_btn::before {
    width: calc(18 / var(--view-size) * 100vw);
    height: calc(18 / var(--view-size) * 100vw);
    left: calc(16 / var(--view-size) * 100vw);
  }
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_tel {
  background-color: #f4d421;
  box-shadow: 0px calc(4 / var(--view-size) * 100vw) 0px 0px #ab7821;
  color: #003e86;
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_tel::before {
  background: url(../images/icon_tel_blue.png) center/cover no-repeat;
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_line {
  background-color: #55b032;
  box-shadow: 0px calc(4 / var(--view-size) * 100vw) 0px 0px #227100;
  color: #fff;
}
.cta_area .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_line::before {
  background: url(../images/icon_line_white.png) center/cover no-repeat;
}

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

.top_btn.active {
  opacity: 1;
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: calc(60 / var(--view-size) * 100vw);
    height: calc(30 / var(--view-size) * 100vw);
    position: relative;
    margin-top: calc(10 / var(--view-size) * 100vw);
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: calc(4 / var(--view-size) * 100vw);
    width: calc(35 / var(--view-size) * 100vw);
    background-color: #000;
    border-radius: calc(10 / var(--view-size) * 100vw);
    position: absolute;
    top: calc(8 / var(--view-size) * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: calc(5 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(2) {
    top: calc(15 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(3) {
    top: calc(25 / var(--view-size) * 100vw);
  }
}

.nav_sp {
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  transition: 500ms ease-out;
  padding: calc(90 / var(--view-size) * 100vw) 0 0;
  text-align: center;
}
.nav_sp li {
  margin-bottom: calc(20 / var(--view-size) * 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%;
}

.open .nav_sp {
  opacity: 1 !important;
  left: 0 !important;
}

/* footer */
footer {
  padding: calc(8 / var(--view-size) * 100vw) 0;
  text-align: center;
  background-color: #1171b1;
}
footer .copyright {
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    padding-bottom: calc(60 / var(--view-size) * 100vw);
  }
}
footer .copyright a {
  color: #fff;
}

.top_nayami {
  padding-top: calc(80 / var(--view-size) * 100vw);
  background-color: #d4e6ec;
}
@media (max-width: 768px) {
  .top_nayami {
    padding-top: calc(24 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_cont {
  background-color: #d4e6ec;
  padding-bottom: calc(70 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_cont {
    padding-bottom: calc(36 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_cont .nayami_soudan_sankaku {
  background-color: #fff;
  height: calc(72 / var(--view-size) * 100vw);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin-bottom: calc(80 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_cont .nayami_soudan_sankaku {
    height: calc(36 / var(--view-size) * 100vw);
    margin-bottom: calc(20 / var(--view-size) * 100vw);
  }
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row {
    flex-direction: column-reverse;
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_img {
  width: calc(460 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_img {
    width: 100%;
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea {
  font-family: "LINESeedJPApp", sans-serif;
  width: calc(614 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea {
    width: 100%;
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text {
  color: #1171b1;
  font-size: calc(50 / var(--view-size) * 100vw);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text {
    font-size: calc(30 / var(--view-size) * 100vw);
    line-height: 1.4;
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text .text_small {
  font-size: calc(44 / var(--view-size) * 100vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text .text_small {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text .text_large {
  font-size: calc(60 / var(--view-size) * 100vw);
  letter-spacing: calc(-3.2 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text .text_large {
    font-size: calc(34 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue {
  font-size: calc(48 / var(--view-size) * 100vw);
  margin-bottom: calc(10 / var(--view-size) * 100vw);
  letter-spacing: calc(-1.6 / var(--view-size) * 100vw);
  font-weight: 800;
  color: #003e86;
  position: relative;
  z-index: 1;
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue::before {
  content: "";
  background-color: #f4d421;
  width: calc(595 / var(--view-size) * 100vw);
  height: calc(111 / var(--view-size) * 100vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(3% 49%, 100% 0%, 97% 50%, 0% 100%);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue::before {
    height: calc(65 / var(--view-size) * 100vw);
    width: calc(344 / var(--view-size) * 100vw);
  }
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue {
    font-size: calc(28 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue .text_large {
  font-size: calc(64 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_text_blue .text_large {
    font-size: calc(38 / var(--view-size) * 100vw);
  }
}
.top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_caption {
  font-size: calc(24 / var(--view-size) * 100vw);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: calc(-1.6 / var(--view-size) * 100vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  .top_nayami .nayami_soudan_row .nayami_soudan_textarea .nayami_soudan_caption {
    font-size: calc(15 / var(--view-size) * 100vw);
  }
}

.top_faq {
  padding: calc(130 / var(--view-size) * 100vw) 0 calc(100 / var(--view-size) * 100vw);
  background-color: #d4e6ec;
}
@media (max-width: 768px) {
  .top_faq {
    padding: calc(48 / var(--view-size) * 100vw) 0;
  }
}
.top_faq .top_faq_cont .top_faq_item {
  padding: calc(20 / var(--view-size) * 100vw) calc(30 / var(--view-size) * 100vw);
  padding-right: calc(32 / var(--view-size) * 100vw);
  background-color: #fff;
  border-radius: calc(10 / var(--view-size) * 100vw);
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_faq .top_faq_cont .top_faq_item {
    padding: calc(12 / var(--view-size) * 100vw);
    border-radius: calc(8 / var(--view-size) * 100vw);
    margin-bottom: calc(15 / var(--view-size) * 100vw);
  }
}
.top_faq .top_faq_cont .top_faq_item:last-child {
  margin-bottom: 0;
}
.top_faq .top_faq_cont .top_faq_item .question {
  font-size: calc(24 / var(--view-size) * 100vw);
  color: #003e86;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .top_faq .top_faq_cont .top_faq_item .question {
    font-size: calc(16 / var(--view-size) * 100vw);
    padding-right: calc(48 / var(--view-size) * 100vw);
  }
}
.top_faq .top_faq_cont .top_faq_item .question::after {
  content: "";
  background: url(../images/faq_arrow.png) center/cover no-repeat;
  width: calc(17 / var(--view-size) * 100vw);
  height: calc(10 / var(--view-size) * 100vw);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_faq .top_faq_cont .top_faq_item .question.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.top_faq .top_faq_cont .top_faq_item .answer {
  display: none;
  padding-top: calc(20 / var(--view-size) * 100vw);
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_faq .top_faq_cont .top_faq_item .answer {
    font-size: calc(14 / var(--view-size) * 100vw);
    padding-top: calc(10 / var(--view-size) * 100vw);
  }
}

.top_area {
  padding: calc(130 / var(--view-size) * 100vw) 0 calc(120 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area {
    padding: calc(48 / var(--view-size) * 100vw) 0;
  }
}
.top_area .top_area_row {
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area .top_area_row {
    margin-bottom: calc(20 / var(--view-size) * 100vw);
  }
}
.top_area .top_area_row .top_area_map {
  width: calc(506 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area .top_area_row .top_area_map {
    width: calc(200 / var(--view-size) * 100vw);
    margin: 0 auto calc(20 / var(--view-size) * 100vw);
  }
}
.top_area .top_area_row .top_area_textarea {
  width: calc(480 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area .top_area_row .top_area_textarea {
    width: 100%;
  }
}
.top_area .top_area_row .top_area_textarea .common_ttl {
  text-align: left;
  font-size: calc(64 / var(--view-size) * 100vw);
}
.top_area .top_area_row .top_area_textarea .top_area_item {
  margin-bottom: calc(28 / var(--view-size) * 100vw);
}
.top_area .top_area_row .top_area_textarea .top_area_item .top_area_item_ttl {
  font-size: calc(28 / var(--view-size) * 100vw);
  font-weight: bold;
  margin-bottom: calc(12 / var(--view-size) * 100vw);
  color: #003e86;
  font-weight: bold;
}
@media (max-width: 768px) {
  .top_area .top_area_row .top_area_textarea .top_area_item .top_area_item_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(6 / var(--view-size) * 100vw);
  }
}
.top_area .top_area_row .top_area_textarea .top_area_item .top_area_item_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area .top_area_row .top_area_textarea .top_area_item .top_area_item_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_area .top_area_row .top_area_textarea .top_area_caption {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_area .top_area_row .top_area_textarea .top_area_caption {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}

.top_company {
  background-color: #003e86;
  padding: calc(80 / var(--view-size) * 100vw) 0 calc(100 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company {
    padding: calc(48 / var(--view-size) * 100vw) 0;
  }
}
.top_company .top_company_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: calc(24 / var(--view-size) * 100vw);
  font-size: calc(50 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_ttl {
    font-size: calc(30 / var(--view-size) * 100vw);
    line-height: 1.2;
  }
}
.top_company .top_company_ttl .text_small {
  font-size: calc(37 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_ttl .text_small {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_subttl {
  background-color: #fff;
  border-radius: calc(64 / var(--view-size) * 100vw);
  padding: calc(12 / var(--view-size) * 100vw) 0;
  margin-bottom: calc(40 / var(--view-size) * 100vw);
  position: relative;
}
@media (max-width: 768px) {
  .top_company .top_company_subttl {
    padding: calc(8 / var(--view-size) * 100vw) 0;
  }
}
.top_company .top_company_subttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(13 / var(--view-size) * 100vw) solid transparent;
  border-left: calc(13 / var(--view-size) * 100vw) solid transparent;
  border-top: calc(18 / var(--view-size) * 100vw) solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: calc(-18 / var(--view-size) * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top_company .top_company_subttl::before {
    border-right: calc(10 / var(--view-size) * 100vw) solid transparent;
    border-left: calc(10 / var(--view-size) * 100vw) solid transparent;
    border-top: calc(15 / var(--view-size) * 100vw) solid #fff;
    bottom: calc(-15 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_subttl .top_company_subttl_text {
  font-size: calc(44 / var(--view-size) * 100vw);
  color: #003e86;
  font-family: "LINESeedJPApp", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .top_company .top_company_subttl .top_company_subttl_text {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_staff {
  margin-bottom: calc(72 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_staff {
    margin-bottom: calc(36 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_box {
  width: calc(475 / var(--view-size) * 100vw);
  background-color: #f2eee8;
  padding: calc(20 / var(--view-size) * 100vw);
  border-radius: calc(10 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_box {
    width: 100%;
    margin-bottom: calc(24 / var(--view-size) * 100vw);
    padding: calc(14 / var(--view-size) * 100vw);
  }
  .top_company .top_company_box:last-child {
    margin-bottom: 0;
  }
}
.top_company .top_company_box .company_box_img {
  width: calc(185 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_box .company_box_img {
    width: calc(160 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_box .company_box_img img {
  border-radius: calc(10 / var(--view-size) * 100vw);
}
.top_company .top_company_box .company_box_text {
  width: calc(235 / var(--view-size) * 100vw);
  font-size: calc(20 / var(--view-size) * 100vw);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top_company .top_company_box .company_box_text {
    width: calc(156 / var(--view-size) * 100vw);
    line-height: 1.4;
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_map {
  width: calc(420 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_map {
    width: 100%;
  }
}
.top_company .top_company_map iframe {
  height: calc(320 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_map iframe {
    height: calc(240 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_info {
  width: calc(550 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info {
    width: 100%;
  }
}
.top_company .top_company_info .company_info_table .company_info_item {
  border-bottom: calc(1 / var(--view-size) * 100vw) dashed #fff;
  padding: calc(10 / var(--view-size) * 100vw) 0;
  padding-left: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_table .company_info_item {
    padding-left: 0;
  }
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_name {
  color: #f4d421;
  width: calc(200 / var(--view-size) * 100vw);
  font-weight: bold;
  font-size: calc(18 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_table .company_info_item .company_info_name {
    width: calc(120 / var(--view-size) * 100vw);
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_cont {
  width: calc(314 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_table .company_info_item .company_info_cont {
    width: calc(240 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_cont_text {
  color: #fff;
  font-size: calc(20 / var(--view-size) * 100vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_cont_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_cont_text.text_large {
  font-weight: bold;
  font-size: calc(29 / var(--view-size) * 100vw);
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_img {
  width: calc(120 / var(--view-size) * 100vw);
  margin-right: calc(30 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_img {
    width: calc(110 / var(--view-size) * 100vw);
    margin-right: calc(10 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_info .company_info_table .company_info_item .company_info_cont .company_info_img:last-child {
  margin-right: 0;
}
.top_company .top_company_info .company_info_text {
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #fff;
  font-weight: 500;
  margin-top: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_info .company_info_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_access {
  margin-top: calc(30 / var(--view-size) * 100vw);
}
.top_company .top_company_access .company_access_item {
  width: calc(476 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_access .company_access_item {
    width: 100%;
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_access .company_access_item .company_access_name {
  font-size: calc(23 / var(--view-size) * 100vw);
  color: #f4d421;
  font-weight: 500;
  margin-bottom: calc(10 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_company .top_company_access .company_access_item .company_access_name {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_company .top_company_access .company_access_item .company_access_text {
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #fff;
}
@media (max-width: 768px) {
  .top_company .top_company_access .company_access_item .company_access_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}

.top_voice {
  padding: calc(130 / var(--view-size) * 100vw) 0 calc(100 / var(--view-size) * 100vw);
  background-color: #d4e6ec;
}
@media (max-width: 768px) {
  .top_voice {
    padding: calc(48 / var(--view-size) * 100vw) 0;
  }
}
.top_voice .common_ttl {
  color: #003e86;
}
.top_voice .voice_list {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0 2em;
}
@media (max-width: 768px) {
  .top_voice .voice_list {
    padding: 2em 0;
  }
}
.top_voice .voice_list .shadow {
  padding: 2em;
  background: #FFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_voice .voice_list .shadow {
    width: 100%;
    padding: 1em;
  }
}
.top_voice .shadow_flex {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.top_voice .photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10%;
  margin: 0;
  border: solid 5px #FFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  flex-basis: 100px;
}
.top_voice .name {
  font-size: calc(28 / var(--view-size) * 100vw);
  font-weight: bold;
  flex-basis: calc(100% - 110px);
}
@media (max-width: 768px) {
  .top_voice .name {
    font-size: 1.2em;
  }
}
.top_voice .sentence {
  font-size: 16px;
  margin: 10px 0;
}

.top_contact {
  background-color: #f0f0f0;
  padding: calc(80 / var(--view-size) * 100vw) 0 calc(100 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact {
    padding: calc(48 / var(--view-size) * 100vw) 0;
  }
}
.top_contact .error_blank {
  color: #d3171a;
}
.top_contact .top_contact_form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dl {
    margin-bottom: calc(28 / var(--view-size) * 100vw);
  }
}
.top_contact .top_contact_form dl:last-child {
  margin-bottom: 0;
}
.top_contact .top_contact_form dl.col_01 dt,
.top_contact .top_contact_form dl.col_01 dd {
  width: 100%;
}
.top_contact .top_contact_form dl.col_01 dt {
  margin-bottom: calc(10 / var(--view-size) * 100vw);
}
.top_contact .top_contact_form dl.tool_wrap li {
  display: block;
  margin-right: calc(16 / var(--view-size) * 100vw);
}
.top_contact .top_contact_form dl.tool_wrap li:last-child {
  margin-right: 0;
}
.top_contact .top_contact_form dl.tool_wrap label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top_contact .top_contact_form dl.tool_wrap label input {
  width: auto;
}
.top_contact .top_contact_form dl.tool_wrap label span {
  white-space: nowrap;
  font-size: calc(22 / var(--view-size) * 100vw);
  font-weight: bold;
  padding-left: calc(4 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dl.tool_wrap label span {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_contact .top_contact_form dt {
  width: calc(120 / var(--view-size) * 100vw);
  font-size: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dt {
    width: 100%;
    margin-bottom: calc(4 / var(--view-size) * 100vw);
    font-size: calc(18 / var(--view-size) * 100vw);
  }
}
.top_contact .top_contact_form dt .required_text {
  background-color: #d3171a;
  color: #fff;
  font-size: calc(16 / var(--view-size) * 100vw);
  padding: calc(1 / var(--view-size) * 100vw) calc(4 / var(--view-size) * 100vw);
  border-radius: calc(4 / var(--view-size) * 100vw);
  margin-left: calc(4 / var(--view-size) * 100vw);
}
.top_contact .top_contact_form dd {
  width: calc(860 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dd {
    width: 100%;
  }
}
.top_contact .top_contact_form dd input,
.top_contact .top_contact_form dd textarea {
  padding: calc(16 / var(--view-size) * 100vw);
  background-color: #fff;
  width: 100%;
  border-radius: calc(10 / var(--view-size) * 100vw);
  border: none;
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dd input,
  .top_contact .top_contact_form dd textarea {
    padding: calc(10 / var(--view-size) * 100vw);
    font-size: calc(18 / var(--view-size) * 100vw);
  }
}
.top_contact .top_contact_form dd textarea {
  height: calc(540 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form dd textarea {
    height: calc(360 / var(--view-size) * 100vw);
  }
}
.top_contact .top_contact_form #form_submit_button {
  background-color: #003e86;
  color: #fff;
  border-radius: calc(10 / var(--view-size) * 100vw);
  padding: calc(16 / var(--view-size) * 100vw) 0;
  text-align: center;
  font-size: calc(27 / var(--view-size) * 100vw);
  width: calc(470 / var(--view-size) * 100vw);
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: calc(1 / var(--view-size) * 100vw) solid #003e86;
  margin-top: calc(64 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_contact .top_contact_form #form_submit_button {
    width: calc(300 / var(--view-size) * 100vw);
    margin-top: calc(32 / var(--view-size) * 100vw);
    font-size: calc(18 / var(--view-size) * 100vw);
  }
}
.top_contact .privacy {
  text-align: center;
  margin-top: calc(24 / var(--view-size) * 100vw);
}
.top_contact .privacy a {
  color: #1171b1;
  text-decoration: underline;
}

.cta_area.cta_area_footer {
  padding: calc(40 / var(--view-size) * 100vw) 0;
}
@media (max-width: 768px) {
  .cta_area.cta_area_footer {
    padding: calc(12 / var(--view-size) * 100vw) 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1a1a4e;
  }
  .cta_area.cta_area_footer .cta_area_btns .cta_area_item {
    width: 32%;
  }
  .cta_area.cta_area_footer .cta_area_btns .cta_area_item .cta_area_btn {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
  .cta_area.cta_area_footer .cta_area_btns .cta_area_item .cta_area_btn::before {
    width: calc(20 / var(--view-size) * 100vw);
    height: calc(20 / var(--view-size) * 100vw);
  }
  .cta_area.cta_area_footer .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_mail {
    background-color: #1171b1;
    color: #fff;
    box-shadow: 0px calc(4 / var(--view-size) * 100vw) 0px 0px #0A4166;
  }
  .cta_area.cta_area_footer .cta_area_btns .cta_area_item .cta_area_btn.cta_area_btn_mail::before {
    background: url(../images/icon_mail.png) center/cover no-repeat;
    height: calc(15 / var(--view-size) * 100vw);
  }
}
.cta_area.cta_area_footer .inner_02 {
  padding: 0;
}
.cta_area.cta_area_footer .cta_area_footer_text {
  font-size: calc(24 / var(--view-size) * 100vw);
  text-align: center;
  color: #fff;
  margin-top: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .cta_area.cta_area_footer .cta_area_footer_text {
    font-size: calc(16 / var(--view-size) * 100vw);
    margin-top: calc(8 / var(--view-size) * 100vw);
  }
}

.thanks_page {
  padding-top: calc(100 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .thanks_page {
    padding-top: calc(64 / var(--view-size) * 100vw);
  }
}
.thanks_page .common_ttl {
  font-size: calc(28 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .thanks_page .common_ttl {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.thanks_page .thanks_page_text {
  font-size: calc(20 / var(--view-size) * 100vw);
  text-align: center;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .thanks_page .thanks_page_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.thanks_page .thanks_page_btn {
  width: calc(470 / var(--view-size) * 100vw);
  margin: 0 auto;
  display: block;
  font-size: calc(20 / var(--view-size) * 100vw);
  font-family: "LINESeedJPApp", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: calc(20 / var(--view-size) * 100vw) 0;
  background-color: #003e86;
  color: #fff;
  border-radius: calc(10 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .thanks_page .thanks_page_btn {
    font-size: calc(16 / var(--view-size) * 100vw);
    width: 100%;
    padding: calc(16 / var(--view-size) * 100vw) 0;
  }
}

.top_countermeasure {
  padding: calc(84 / var(--view-size) * 100vw) 0;
  background-color: #d4e6ec;
}
@media (max-width: 768px) {
  .top_countermeasure {
    padding: calc(40 / var(--view-size) * 100vw) 0;
  }
  .top_countermeasure .inner_02 {
    width: calc(335 / var(--view-size) * 100vw);
  }
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item {
  width: calc(475 / var(--view-size) * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top_countermeasure .top_countermeasure_row .top_countermeasure_item {
    width: 100%;
    margin-bottom: calc(50 / var(--view-size) * 100vw);
  }
  .top_countermeasure .top_countermeasure_row .top_countermeasure_item:last-child {
    margin-bottom: 0;
  }
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_textarea {
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_ttl {
  font-size: calc(30 / var(--view-size) * 100vw);
  font-weight: bold;
  color: #003e86;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_img {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_btn {
  position: relative;
  background-color: #1171b1;
  color: #fff;
  padding: calc(14 / var(--view-size) * 100vw);
  display: block;
  text-align: center;
  font-size: calc(24 / var(--view-size) * 100vw);
  border-radius: calc(8 / var(--view-size) * 100vw);
  box-shadow: 0px calc(8 / var(--view-size) * 100vw) 0px 0px #006093;
}
@media (max-width: 768px) {
  .top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_btn {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_btn::after {
  content: "";
  background: url(../images/arrow_bottom_white.png) center/cover no-repeat;
  width: calc(12 / var(--view-size) * 100vw);
  height: calc(5 / var(--view-size) * 100vw);
  position: absolute;
  right: calc(20 / var(--view-size) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top_countermeasure .top_countermeasure_row .top_countermeasure_item .top_countermeasure_btn:hover {
  opacity: 1;
  transform: translateY(calc(8 / var(--view-size) * 100vw));
  box-shadow: none;
}

.top_product .top_product_flow {
  padding: calc(80 / var(--view-size) * 100vw) 0;
  background-color: #F0F0F0;
}
@media (max-width: 768px) {
  .top_product .top_product_flow {
    padding: calc(40 / var(--view-size) * 100vw) 0;
  }
  .top_product .top_product_flow .inner_02 {
    width: calc(335 / var(--view-size) * 100vw);
  }
  .top_product .top_product_flow .common_ttl {
    font-size: calc(36 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_flow .product_flow_img {
  width: calc(500 / var(--view-size) * 100vw);
  margin-right: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_flow .product_flow_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(30 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_flow .product_flow_textarea {
  width: calc(455 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_flow .product_flow_textarea {
    width: 100%;
  }
}
.top_product .top_product_flow .product_flow_textarea .product_flow_item {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_flow .product_flow_textarea .product_flow_item {
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_flow .product_flow_textarea .product_flow_item:last-child {
  margin-bottom: 0;
}
.top_product .top_product_flow .product_flow_textarea .product_flow_item .product_flow_ttl {
  font-size: calc(30 / var(--view-size) * 100vw);
  color: #003e86;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_flow .product_flow_textarea .product_flow_item .product_flow_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_flow .product_flow_textarea .product_flow_item .product_flow_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_flow .product_flow_textarea .product_flow_item .product_flow_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak {
  padding: calc(80 / var(--view-size) * 100vw) 0 calc(160 / var(--view-size) * 100vw);
  background-color: #F0F0F0;
}
@media (max-width: 768px) {
  .top_product .top_product_sneak {
    padding: calc(40 / var(--view-size) * 100vw) 0 calc(72 / var(--view-size) * 100vw);
  }
  .top_product .top_product_sneak .inner_02 {
    width: calc(335 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .common_ttl {
  color: #1171b1;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .common_ttl {
    font-size: calc(32 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .common_ttl .text_small {
  font-size: calc(36 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .common_ttl .text_small {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_row {
  margin-bottom: calc(48 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .product_sneak_cont .product_sneak_row {
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_row:last-child {
  margin-bottom: 0;
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_img {
  width: calc(500 / var(--view-size) * 100vw);
  margin-right: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .product_sneak_cont .product_sneak_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea {
  width: calc(455 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea {
    width: 100%;
  }
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea .product_sneak_ttl {
  font-size: calc(30 / var(--view-size) * 100vw);
  color: #003e86;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea .product_sneak_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea .product_sneak_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_sneak .product_sneak_cont .product_sneak_textarea .product_sneak_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_detail {
  padding: calc(180 / var(--view-size) * 100vw) 0 calc(80 / var(--view-size) * 100vw);
  background-color: #d4e6ec;
  position: relative;
}
@media (max-width: 768px) {
  .top_product .top_product_detail {
    padding: calc(64 / var(--view-size) * 100vw) 0 calc(24 / var(--view-size) * 100vw);
  }
  .top_product .top_product_detail .inner_02 {
    width: calc(335 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_detail .product_detail_banner {
  position: absolute;
  left: 50%;
  top: calc(-100 / var(--view-size) * 100vw);
  transform: translateX(-50%);
  width: calc(696 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_detail .product_detail_banner {
    width: calc(335 / var(--view-size) * 100vw);
    top: calc(-50 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_detail .product_detail_row .product_detail_img {
  width: calc(500 / var(--view-size) * 100vw);
  margin-right: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_detail .product_detail_row .product_detail_img {
    margin-right: 0;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_detail .product_detail_row .product_detail_textarea {
  width: calc(455 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_detail .product_detail_row .product_detail_textarea {
    width: 100%;
  }
}
.top_product .top_product_detail .product_detail_row .product_detail_textarea .product_detail_ttl {
  font-size: calc(30 / var(--view-size) * 100vw);
  color: #003e86;
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_detail .product_detail_row .product_detail_textarea .product_detail_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_detail .product_detail_row .product_detail_textarea .product_detail_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_detail .product_detail_row .product_detail_textarea .product_detail_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example {
  background-color: #F0F0F0;
  padding: calc(80 / var(--view-size) * 100vw) 0 calc(180 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example {
    padding: calc(24 / var(--view-size) * 100vw) 0 calc(80 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example.top_product_example_02 {
  padding: calc(80 / var(--view-size) * 100vw) 0;
}
@media (max-width: 768px) {
  .top_product .top_product_example.top_product_example_02 {
    padding: calc(24 / var(--view-size) * 100vw) 0;
  }
}
.top_product .top_product_example .common_ttl {
  color: #003e86;
}
@media (max-width: 768px) {
  .top_product .top_product_example .common_ttl {
    font-size: calc(36 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_cont .product_example_row {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row {
    margin-bottom: calc(16 / var(--view-size) * 100vw);
    flex-direction: column-reverse;
  }
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea {
  width: calc(455 / var(--view-size) * 100vw);
  margin-right: calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea {
    width: 100%;
    margin-right: 0;
  }
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_item {
  margin-bottom: calc(36 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_item {
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_item:last-child {
  margin-bottom: 0;
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_ttl {
  font-size: calc(30 / var(--view-size) * 100vw);
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  color: #003e86;
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_text {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row .product_example_textarea .product_example_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_cont .product_example_row .product_example_img {
  width: calc(500 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_cont .product_example_row .product_example_img {
    width: 100%;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_set {
    line-height: 1.2;
    margin-top: calc(32 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_set .product_example_price {
  font-size: calc(30 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_set .product_example_price {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
  .top_product .top_product_example .product_example_set .product_example_price .text_blue {
    font-size: calc(40 / var(--view-size) * 100vw);
  }
}
.top_product .top_product_example .product_example_set .product_example_price .text_large {
  font-weight: 900;
  font-size: calc(60 / var(--view-size) * 100vw);
}
.top_product .top_product_example .product_example_set .product_example_caption {
  font-size: calc(20 / var(--view-size) * 100vw);
  margin-top: calc(16 / var(--view-size) * 100vw);
}
@media (max-width: 768px) {
  .top_product .top_product_example .product_example_set .product_example_caption {
    font-size: calc(16 / var(--view-size) * 100vw);
    margin-top: calc(8 / var(--view-size) * 100vw);
  }
}

.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;
}

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

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

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

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

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

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

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

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

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

.rightslide {
  transform: translateY(100%);
}
.rightslide.active {
  animation: 0.8s forwards rightslide;
}

@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes leftslide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightslide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@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 */