@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&Montserrat:wght@700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul {
  padding: 0;
}

a {
  transition: all 0.4s ease-in-out;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  counter-reset: number 0;
  position: relative;
}
body *:not(br) {
  line-height: 1.8;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #1C1C1C;
}
img {
  width: 100%;
  vertical-align: middle;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

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

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

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

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

.pagetop {
  position: fixed;
  right: 0;
  bottom: -40px;
  transform: rotate(90deg);
  transform-origin: top right;
  width: 160px;
  height: 40px;
  margin: 0;
  padding: 0;
  z-index: 50;
}
.pagetop a {
  display: flex;
  position: relative;
  height: 100%;
  color: #3378D3;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: none;
  z-index: 50;
}
@media screen and (max-width: 1090px) {
  .pagetop a {
    background-color: #fff;
  }
}
.pagetop a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 8px 0 0;
  border-width: 7px 10px 7px 0;
  border-color: transparent #3378D3 transparent transparent;
  border-style: solid;
}

/* フッター */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #E8EDF0;
  border-radius: 3px;
  padding: 3px;
  background-color: #E8EDF0;
  width: 100%;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: #3378D3;
  color: #fff;
  font-size: clamp(15px, 3.9473684211vw, 15px);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.8;
  }
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43OTEiIGhlaWdodD0iMjEuMzU1IiB2aWV3Qm94PSIwIDAgMjUuNzkxIDIxLjM1NSI+DQogIDxwYXRoIGlkPSLjg5HjgrlfMjM3ODYwIiBkYXRhLW5hbWU9IuODkeOCuSAyMzc4NjAiIGQ9Ik0yNS42OTEsNDQuODZhMS44MTYsMS44MTYsMCwwLDEtMS4yNTgtLjUwN0wxOC4xNTEsMzguMzFhMS44MTUsMS44MTUsMCwxLDEsMi41MTctMi42MTZsNC45MjYsNC43MzlMNDAuMjE4LDI0LjEwOWExLjgxNSwxLjgxNSwwLDEsMSwyLjcsMi40MjJMMjcuMDQzLDQ0LjI1NmExLjgxNywxLjgxNywwLDAsMS0xLjI4NS42aC0uMDY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcuNTk0IC0yMy41MDUpIiBmaWxsPSIjZmZiMTQ2Ii8+DQo8L3N2Zz4NCg==");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

.product_logos {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product_logos .marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.product_logos .marquee-content {
  display: flex;
  align-items: center;
  animation: marquee 20s linear infinite;
  width: max-content;
}
.product_logos .marquee-content img {
  height: 40px;
  width: auto;
  margin: 0 5px;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1090px) {
  .product_logos .marquee-content img {
    height: 30px;
    margin: 0 5px;
  }
}
.header {
  display: none;
}
@media screen and (max-width: 1090px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3378D3;
    padding: 5px 0 5px 25px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1019607843);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    height: 80px;
  }
}
@media screen and (max-width: 1090px) and (max-width: 1090px) {
  .header {
    width: 60%;
  }
}
@media screen and (max-width: 1090px) and (max-width: 900px) {
  .header {
    width: 100%;
    max-width: 100%;
    height: 65px;
  }
}
@media screen and (max-width: 1090px) {
  .header_ttl {
    width: 56%;
  }
  .header_ttl img {
    width: 100%;
  }
}

.footer {
  background-color: #fff;
  border-top: 1px solid #D1D1D1;
  padding: 30px 15px 60px;
}
@media screen and (max-width: 1090px) {
  .footer {
    padding: 30px 15px 60px;
  }
}
.footer_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .footer_inner {
    max-width: 350px;
  }
}
.footer * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.footer_logo {
  width: 162px;
  margin: 0 auto 5px;
}
.footer_address {
  font-size: clamp(13px, 3.4210526316vw, 13px);
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.footer_time {
  font-size: clamp(13px, 3.4210526316vw, 13px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.footer_tel_txt {
  font-size: clamp(12px, 3.1578947368vw, 12px);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  color: #3378D3;
  font-weight: 700;
}
.footer_tel_link {
  display: block;
  font-size: clamp(22px, 5.7894736842vw, 25px);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer_tel_link span {
  font-size: clamp(14px, 3.6842105263vw, 16px);
  line-height: 1;
  font-weight: 400;
}
.footer_tel_link::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i44Kw44Or44O844OXXzI5NDAyMCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMjk0MDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCiAgPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzMiIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDMiIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzJmNjdlOCIvPg0KICA8cGF0aCBpZD0iSWNvbl9tYXAtdm9sdW1lLWNvbnRyb2wtdGVsZXBob25lIiBkYXRhLW5hbWU9Ikljb24gbWFwLXZvbHVtZS1jb250cm9sLXRlbGVwaG9uZSIgZD0iTTQuMyw4LjU5SDUuNDQ3Yy4zNDUsMCwuNTY2LS41MDguNTY2LS44NVY0LjExM2MwLS4zNDMtLjIyMS0uMjQ3LS41NjYtLjI0N0g0LjNabTAsNi44NzJINS40NDdjLjM0NSwwLC41NjYuNC41NjYuNzQydjMuNjI2YzAsLjM0MS0uMjIxLjc4Ni0uNTY2Ljc4Nkg0LjNabS0xLjUyLTMuNDM2Yy0uMDEtMy4zMTUuNjEzLTMuNDM2Ljk2OS0zLjQzNmguMTIyVjMuODY2SDMuNzE5QzMuMDg2LDMuODY2LDAsNC45MDUsMCwxMi4yNDFzMy4wODYsOC4zNzYsMy43MTksOC4zNzZoLjE0N1YxNS40NjJIMy43NDNDMy4zODgsMTUuNDYyLDIuNzg0LDE1LjMzOSwyLjc3NSwxMi4wMjZaTTYuOTU2LDQuODg3YTEuNCwxLjQsMCwwLDEsMCwxLjc4NmwuNjg2LjU2NGEyLjMsMi4zLDAsMCwwLDAtMi45MTZsLS42ODYuNTY1Wk05LjE2MSw4Ljg2NmE0LjQzOCw0LjQzOCwwLDAsMCwwLTUuOTg1TDguNSwzLjQ2M2EzLjU1LDMuNTUsMCwwLDEtLjAxLDQuODIybC42NzIuNTgyWm0xLjUxOCwxLjYyOGE2LjYsNi42LDAsMCwwLC4wMTUtOS4wNTRsLS42NTcuNmE1LjcxOSw1LjcxOSwwLDAsMS0uMDEsNy44NTdaTTEyLjIsMTIuMTIzQTguNzcxLDguNzcxLDAsMCwwLDEyLjIxNywwbC0uNjQyLjYxM2E3Ljg3NSw3Ljg3NSwwLDAsMS0uMDE1LDEwLjg5M2wuNjQyLjYxN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuODA1IDEzLjEwNCkgcm90YXRlKC00NSkiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .x_link {
  display: block;
  width: 28px;
  margin: 0 auto 20px;
}
.footer .x_link img {
  width: 100%;
}
.footer_copyright {
  font-size: clamp(11px, 2.8947368421vw, 11px);
  line-height: 1.2;
  text-align: center;
  display: block;
}

.main {
  overflow-x: hidden;
  position: relative;
  z-index: 5;
  width: 28%;
  margin: 20px 15.73% 20px auto;
  background-color: #E5F0FD;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.1490196078);
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 40%;
    margin: 20px 10% 20px auto;
  }
}
@media screen and (max-width: 1090px) {
  .main {
    margin: 0 auto;
    width: 60%;
    border-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .main {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.menu-trigger {
  display: none;
}

@media screen and (max-width: 1090px) {
  .menu-trigger {
    display: block;
    width: 81.38px;
    height: 81.38px;
    z-index: 1400;
    cursor: pointer;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    z-index: 1400;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1.5px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 31px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 40px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 31px;
  }
  .menu-trigger.active::before {
    display: block;
    content: " ";
  }
  .menu-trigger.active span {
    height: 1.5px;
    background-color: #fff;
    box-shadow: none;
  }
  .menu-trigger.active span:nth-of-type(1) {
    width: 36px;
    transform: translateY(8px) rotate(-35deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    width: 36px;
    transform: translateY(-10px) rotate(35deg);
  }
}
#overlay {
  display: block;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.6s ease-out;
  transform: translateX(100%);
  padding: 0 30px 40px;
  box-sizing: border-box;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  #overlay {
    width: 100vw;
    padding: 0 30px 40px;
  }
}
#overlay * {
  opacity: 0 !important;
  visibility: hidden;
}
#overlay.view {
  visibility: visible;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  transform: translateX(0);
  transition: all 0.6s ease-out;
}
#overlay.view * {
  opacity: 1 !important;
  visibility: visible;
}
#overlay .overlay_inner {
  width: 100%;
  height: 100%;
  margin-top: 90px;
}
#overlay .overlay_inner .sp_nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #3378D3;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3378D3;
}
#overlay .overlay_inner .sp_nav a:last-child {
  margin-bottom: 0;
}
#overlay .overlay_inner .sp_nav a::after {
  content: "";
  display: inline-block;
  width: 10.5px;
  height: 12px;
  background-color: #3378D3;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  margin-right: 10px;
}

.sticky {
  display: none;
}
@media screen and (max-width: 1090px) {
  .sticky {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background-color: #3378D3;
    padding: 10px;
    z-index: 1100;
    max-height: 105px;
  }
  .sticky_inner {
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sticky {
    width: 100%;
    max-width: 100%;
  }
}

.text {
  font-size: clamp(16px, 4.2105263158vw, 18px);
}
.text.-ct {
  text-align: center;
}
@media screen and (max-width: 601px) {
  .text.-ct {
    text-align: left;
  }
}
.text.-lft {
  text-align: left;
}
.text.-rgt {
  text-align: right;
}
.text span {
  font-size: clamp(14px, 3.6842105263vw, 16px);
}

.u_note {
  font-size: clamp(12px, 3.1578947368vw, 12px);
}

.mg20 {
  margin-bottom: 20px !important;
}

.mg30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 601px) {
  .mg30 {
    margin-bottom: 20px !important;
  }
}

.mg40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 601px) {
  .mg40 {
    margin-bottom: 30px !important;
  }
}

.mg0 {
  margin-bottom: 0 !important;
}

.col_2 {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 40px;
}
.col_2.-ff {
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .col_2 {
    display: block;
    margin-bottom: 30px;
  }
}

.col_3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 22%;
  column-gap: 20px;
}
@media screen and (max-width: 601px) {
  .col_3 {
    display: block;
  }
}

.cta_sec {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 23px;
  border-radius: 20px;
  border: 2px solid #474747;
}
.cta_sec img {
  width: 100%;
  height: 100%;
}
.cta_sec_ttl {
  margin-bottom: 0;
}
.cta_sec_txt {
  width: 80% !important;
  margin: 0 auto 10px;
}
.cta_sec_tel {
  display: block;
  font-size: clamp(33px, 8.6842105263vw, 33px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.cta_sec_tel_link {
  margin-bottom: 10px;
  display: block;
  filter: drop-shadow(2px 5px 0 rgba(255, 162, 23, 0.5));
  transition: all 0.3s ease;
}
@media screen and (hover: hover) {
  .cta_sec_tel_link:hover {
    filter: drop-shadow(0 0 0 rgba(255, 162, 23, 0.5));
    transform: translate(2px, 5px);
  }
}
.cta_sec .note {
  font-size: clamp(14px, 3.6842105263vw, 16px);
  text-align: center;
  margin-bottom: 10px;
}
.cta_sec_mail_link {
  display: block;
  filter: drop-shadow(2px 5px 0 rgba(247, 66, 108, 0.55));
  transition: all 0.3s ease;
}
@media screen and (hover: hover) {
  .cta_sec_mail_link:hover {
    filter: drop-shadow(0 0 0 rgba(247, 66, 108, 0.55));
    transform: translate(2px, 5px);
  }
}

.pc_sec {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/pc_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1090px) {
  .pc_sec {
    display: none;
  }
}
.pc_sec_inner {
  position: relative;
  width: 48%;
  margin: 20px auto 20px 3%;
}
.pc_sec_logo {
  width: 50%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .pc_sec_logo {
    width: 80%;
    margin-bottom: 20px;
  }
}
.pc_sec_nav {
  width: 350px;
  margin: 0 auto 30px;
}
.pc_sec_nav a {
  display: block;
  font-size: 1vw;
  color: #3378D3;
  margin-bottom: 10px;
}
@media (min-width: 1900px) {
  .pc_sec_nav a {
    font-size: 18px;
  }
}
.pc_sec_nav a:last-child {
  margin-bottom: 0;
}
.pc_sec_nav a::before {
  content: "";
  display: inline-block;
  width: 14.5px;
  height: 16px;
  background-color: #3378D3;
  opacity: 0.25;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  margin-right: 10px;
}
.pc_sec .cta_sec {
  max-width: 300px;
}
.pc_sec .gastankun {
  width: 25%;
  height: 0;
  padding-top: 25%;
  background-image: url(../img/gastankun.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6em;
  left: 1em;
}
.pc_sec .ecor {
  width: 25%;
  height: 0;
  padding-top: 30%;
  background-image: url(../img/ecor.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.pc_sec .line_link {
  width: 8%;
  position: absolute;
  top: 1.5em;
  right: 1em;
  filter: drop-shadow(2px 5px 0 rgba(255, 255, 255, 0.5));
  transition: all 0.3s ease;
}
@media screen and (hover: hover) {
  .pc_sec .line_link:hover {
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.55));
    transform: translate(2px, 5px);
    opacity: 1;
  }
}

section {
  width: 100%;
  position: relative;
}

.fv {
  width: 100%;
  height: 0;
  padding-top: 164.5%;
  background-image: url(../img/fv.png);
  background-size: 100%;
}
@media screen and (max-width: 1090px) {
  .fv {
    margin-top: 80%;
  }
}
@media screen and (max-width: 900px) {
  .fv {
    margin-top: 65px;
  }
}

.cta {
  background-color: #FAAE00;
  padding: 30px 20px;
}

.campaign {
  background-color: #E5F0FD;
  padding: 30px 15px 15px;
}
.campaign__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .campaign__inner {
    max-width: 350px;
  }
}
.campaign_ttl {
  display: inline-block;
  font-size: clamp(18px, 4.7368421053vw, 20px);
  color: #fff;
  text-align: center;
  background-color: #3378D3;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 0 auto;
  position: relative;
  z-index: 2;
}
.campaign_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -15px;
  z-index: 1;
}

.showroom {
  background-color: #fff;
  padding: 30px 15px 30px;
}
.showroom__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .showroom__inner {
    max-width: 400px;
  }
}
.showroom_ttl {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.showroom .swiper {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.showroom_link {
  width: 100%;
  height: auto;
  display: block;
}

.reform {
  background-color: #E5F0FD;
  padding: 30px 15px 30px;
}
.reform__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .reform__inner {
    max-width: 400px;
  }
}
.reform img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.reform img:last-child {
  margin-bottom: 0;
}

.product {
  background-color: #E5F0FD;
  padding: 30px 15px 30px;
}
.product__inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .product__inner {
    max-width: 400px;
  }
}
.product_ttl {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 18px;
}
.product_bord {
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 601px) {
  .product_bord {
    padding: 20px;
  }
}
.product_logos {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_list {
  width: 100%;
  height: auto;
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 601px) {
  .product_list {
    gap: 10px;
  }
}
.product_item {
  width: 100%;
  height: auto;
  display: block;
}
.product_item * {
  text-align: center;
}
.product_item_img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.product_item_logo {
  height: 28px;
  width: auto;
  display: block;
  margin: 0 auto 5px;
}
.product_item_name {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
}
.product_item_note {
  font-size: 0.7vw;
  color: #474747;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1090px) {
  .product_item_note {
    font-size: 11px;
  }
}
.product_item_ttl {
  font-size: 1.1vw;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #50D2FC;
  border: 2px solid #50D2FC;
  padding: 2.5px;
  border-radius: 50px;
}
@media screen and (max-width: 1090px) {
  .product_item_ttl {
    font-size: 16px;
  }
}
.product_item_txt {
  font-size: 0.75vw;
  color: #474747;
  margin-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #474747;
}
.product_item_txt.bdn {
  border-bottom: none;
}
@media screen and (max-width: 1090px) {
  .product_item_txt {
    font-size: 12px;
  }
}
.product_item_pricettl {
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
  color: #3378D3;
  border: 2px solid #3378D3;
  padding: 2.5px;
  border-radius: 50px;
}
@media screen and (max-width: 1090px) {
  .product_item_pricettl {
    font-size: 15px;
  }
}
.product_item_price .yen {
  font-size: 1.4vw;
  color: #474747;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .product_item_price .yen {
    font-size: clamp(22px, 5.7894736842vw, 22px);
  }
}
.product_item_price .price {
  font-size: 1.6vw;
  color: #474747;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .product_item_price .price {
    font-size: 24px;
  }
}
.product_item_price .tax {
  font-size: 0.75vw;
  color: #474747;
  line-height: 1;
}
@media screen and (max-width: 1090px) {
  .product_item_price .tax {
    font-size: 13px;
  }
}

.works {
  background-color: #E5F0FD;
  padding: 30px 15px 30px;
}
.works_ttl {
  display: block;
  margin-bottom: 26px;
  font-size: clamp(22px, 5.7894736842vw, 24px);
  color: #3378D3;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.works__inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 0;
  border: 2px solid #3378D3;
  text-align: center;
}
@media screen and (max-width: 1090px) {
  .works__inner {
    max-width: 400px;
  }
}
@media screen and (max-width: 601px) {
  .works__inner {
    padding: 20px;
  }
}
.works_item {
  width: 90%;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #3378D3;
}
@media screen and (max-width: 601px) {
  .works_item {
    width: 100%;
  }
}
.works_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.works_item_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
.works_item_case {
  display: inline-block;
  font-size: clamp(22px, 5.7894736842vw, 22px);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  color: #3378D3;
  border: 2px solid #3378D3;
  padding: 5px 20px;
  border-radius: 50px;
}
.works_item_ttl {
  font-size: clamp(20px, 5.2631578947vw, 20px);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.works_item_price {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}
.works_item_detailttl {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  background-color: #3378D3;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
}
.works_item_detail {
  margin-bottom: 15px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.works_item ._note {
  margin-top: 15px;
}
@media screen and (max-width: 601px) {
  .works_item ._note {
    font-size: 12px;
  }
}

.area {
  background-color: #3378D3;
  padding: 30px 15px;
}
.area__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .area__inner {
    max-width: 400px;
  }
}
.area__inner img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}
.area_contact {
  width: 100%;
  height: auto;
  display: block;
  padding: 12px 20px;
  background-color: #fff;
  border-radius: 20px;
}
.area_contact_ttl {
  font-size: clamp(18px, 4.7368421053vw, 18px);
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}
.area_contact_ttl span {
  color: #3378D3;
  line-height: 1.5;
}
.area_contact_box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area_contact_box_item {
  width: 55%;
  height: auto;
  display: block;
}
.area_contact_box_item_ttl {
  font-size: clamp(15px, 3.9473684211vw, 15px);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
  background-color: #3378D3;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
}
.area_contact_box_item_txt {
  font-size: clamp(14px, 3.6842105263vw, 15px);
  line-height: 1.5;
  margin-bottom: 5px;
}
.area_contact_box_item_map {
  width: 100%;
  height: auto;
  display: block;
}
.area_contact_box_item_map img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.area_contact_img {
  width: 42%;
  height: auto;
  display: block;
}
.area_contact_img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.flow {
  background-color: #E5F0FD;
  padding: 30px 15px;
}
.flow__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .flow__inner {
    max-width: 400px;
  }
}
.flow__inner img {
  width: 100%;
  height: auto;
  display: block;
}

.footer_cta {
  background-color: #fff;
  padding: 30px 15px;
}
.footer_cta__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .footer_cta__inner {
    max-width: 400px;
  }
}
.footer_cta__ttl {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}
.footer_cta__tel {
  display: block;
  font-size: clamp(38px, 10vw, 42px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.footer_cta .note {
  font-size: clamp(14px, 3.6842105263vw, 16px);
  text-align: center;
  margin-bottom: 30px;
}
.footer_cta_box {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 33px;
  padding: 32px 12px 16px;
  border: 2px solid #FAAE00;
  border-radius: 20px;
  position: relative;
}
.footer_cta_box_ttl {
  display: inline-block;
  font-size: clamp(17px, 4.4736842105vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #FAAE00;
  padding: 10px 15px;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.footer_cta_box_flex {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.footer_cta_box_flex_txtbox {
  width: 55%;
  height: auto;
  display: block;
}
.footer_cta_box_flex_txt {
  font-size: clamp(14px, 3.6842105263vw, 15px);
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  color: #FAAE00;
}
.footer_cta_box_flex_img {
  width: 42%;
  height: auto;
  display: block;
}
.footer_cta_box_flex_img img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_cta_box_btn {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(2px 5px 0 rgba(255, 162, 23, 0.5));
  transition: all 0.3s ease;
}
@media screen and (hover: hover) {
  .footer_cta_box_btn:hover {
    filter: drop-shadow(0 0 0 rgba(255, 162, 23, 0.5));
    transform: translate(2px, 5px);
  }
}
.footer_cta_box:last-child {
  margin-bottom: 0;
  border: 2px solid #FF83B3;
}
.footer_cta_box:last-child .footer_cta_box_ttl {
  background-color: #FF83B3;
}
.footer_cta_box:last-child .footer_cta_box_flex_txt {
  color: #FF83B3;
}
.footer_cta_box:last-child .footer_cta_box_btn {
  filter: drop-shadow(2px 5px 0 rgba(247, 66, 108, 0.55));
  transition: all 0.3s ease;
}
@media screen and (hover: hover) {
  .footer_cta_box:last-child .footer_cta_box_btn:hover {
    filter: drop-shadow(0 0 0 rgba(247, 66, 108, 0.55));
    transform: translate(2px, 5px);
  }
}
/*# sourceMappingURL=map/style.css.map */
