@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

figure {
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(10px, 2.6666666667vw, 100vw);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
}

select,
input,
textarea,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

::-webkit-full-page-media,
:future,
:root body,
select,
input,
textarea,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #000000;
}

@media screen and (min-width: 768px) {
  ._pc {
    display: none !important;
  }
}
._pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block !important;
  }
}

._sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  box-sizing: border-box;
  z-index: 999;
}
.header__container {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 44.8vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo {
    width: 250px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13.3333333333vw;
  padding: 0 0 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    height: 5.5555555556vw;
    padding: 0.3472222222vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__wrapper {
    height: 80px;
    padding: 5px 20px;
  }
}
.header__btns {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__btns {
    display: flex;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btns {
    gap: 20px;
  }
}
.header__btn {
  font-size: 1.5rem;
  height: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header__btn {
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn {
    height: 50px;
  }
}
.header__btn--reception {
  width: 72vw;
}
@media screen and (min-width: 768px) {
  .header__btn--reception {
    width: 18.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--reception {
    width: 270px;
  }
}
.header__btn--reception a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: bold;
  color: #000000;
  background-color: #FFCC22;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #FFCC22;
}
@media screen and (min-width: 768px) {
  .header__btn--reception a {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #FFCC22;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--reception a {
    border-radius: 50px;
    border: 1px solid #FFCC22;
  }
}
.header__btn--reception a:hover {
  opacity: 1;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  transition: 0.3s ease;
}
.header__btn--contact {
  width: 45.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header__btn--contact {
    width: 11.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--contact {
    width: 170px;
  }
}
.header__btn--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: inherit;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #000000;
}
@media screen and (min-width: 768px) {
  .header__btn--contact a {
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #000000;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn--contact a {
    border-radius: 50px;
    border: 1px solid #000000;
  }
}
.header__btn--contact a:hover {
  opacity: 1;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  transition: 0.3s ease;
}
.header__tel {
  cursor: pointer;
}
.header__tel:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.header__tel a {
  display: none;
  position: relative;
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header__tel a {
    display: block;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel a {
    margin-right: 20px;
  }
}
.header__tel a span {
  background-color: #204F9B;
  color: #ffffff;
  padding: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .header__tel a span {
    display: block;
    padding: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel a span {
    padding: 5px;
  }
}
.header__tel a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__tel a img {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel a img {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .header__sbtn {
    display: none;
  }
}
.header__float {
  position: fixed;
  z-index: 999;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .header__float {
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__float {
    right: 30px;
    bottom: 30px;
    width: 120px;
  }
}
.header__float:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}

.gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: block;
    background-color: #204F9B;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav {
    height: 30px;
  }
}
.gnav__list {
  width: 100%;
  display: none;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__list {
    padding: 0;
    max-width: 1000px;
  }
}
.gnav__item a {
  background: #204F9B;
  width: 100%;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
.gnav__item a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.gnav__item a::before {
  position: absolute;
  content: "";
  width: 0.2666666667vw;
  height: 60%;
  background-color: #ffffff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .gnav__item a::before {
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__item a::before {
    width: 1px;
  }
}
.gnav__item:last-child a::before {
  opacity: 0;
}

.sbtn {
  display: block;
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  padding: 1.3333333333vw;
  text-align: center;
  font-weight: 600;
  background-color: #204F9B;
}
.sbtn span {
  position: absolute;
  display: inline-block;
  width: 6.368vw;
  height: 0.8vw;
  border-radius: 1.3333333333vw;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}
.sbtn span:nth-child(1) {
  top: 2.1333333333vw;
}
.sbtn span:nth-child(2) {
  top: 3.7333333333vw;
}
.sbtn span:nth-child(3) {
  top: 5.3333333333vw;
}
.sbtn--active {
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  padding: 1.3333333333vw;
  text-align: center;
  font-weight: 600;
  z-index: 100;
}
.sbtn--active span {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 0.8vw;
  border-radius: 1.3333333333vw;
  top: 50%;
  left: 25%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.3s;
  box-sizing: border-box;
}
.sbtn--active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 4vw;
}
.sbtn--active span:nth-child(2) {
  display: none;
}
.sbtn--active span:nth-child(3) {
  top: 4vw;
  transform: rotate(45deg);
}
.sbtn__menu {
  position: absolute;
  text-align: center;
  top: auto;
  bottom: 1.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  font-size: 1rem;
  color: #ffffff;
}

.smenu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
  right: 0;
  transition: 0.5s;
  transform: translate3d(100%, 0, 0);
  padding: 18.6666666667vw 13.3333333333vw 13.3333333333vw;
  background-color: #ffffff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .smenu {
    display: none;
  }
}
.smenu--active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.smenu__item {
  text-align: center;
}
.smenu__item a {
  font-size: 1.6rem;
  color: #204F9B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4vw;
}

.main {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 7.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .main {
    padding-top: 110px;
  }
}

.section {
  width: 100%;
}
.section--keyvisual {
  content: "";
  position: absolute;
  background-image: url("../img/index/keyvisual_img_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: static;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section--keyvisual {
    background-image: url("../img/index/keyvisual_img_bg1.jpg");
  }
}
.section--keyvisual .section__inner {
  display: flex;
  justify-content: left;
  align-items: center;
  aspect-ratio: 375/520;
}
@media screen and (min-width: 768px) {
  .section--keyvisual .section__inner {
    aspect-ratio: 1400/900;
  }
}
.section--strength {
  background: linear-gradient(to bottom, transparent calc(100% - 34.6666666667vw), #F0F3F7 34.6666666667vw);
}
@media screen and (min-width: 768px) {
  .section--strength {
    background: linear-gradient(to bottom, transparent calc(100% - 9.0277777778vw), #F0F3F7 9.0277777778vw);
  }
}
@media screen and (min-width: 1440px) {
  .section--strength {
    background: linear-gradient(to bottom, transparent calc(100% - 130px), #F0F3F7 130px);
  }
}
.section--trouble {
  background-color: #F0F3F7;
}
.section--products {
  background-color: #204F9B;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--products {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--products {
    padding: 100px 0;
  }
}
.section--process {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--process {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--process {
    padding: 100px 0;
  }
}
.section--price {
  content: "";
  position: absolute;
  background-image: url("../img/index/price_img_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left;
  position: static;
  overflow: hidden;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--price {
    content: "";
    position: absolute;
    background-image: url("../img/index/price_img_bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: static;
    overflow: hidden;
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--price {
    padding: 100px 0;
  }
}
.section--application {
  background-color: #204F9B;
}
.section--faq {
  background-color: #F0F3F7;
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--faq {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--faq {
    padding: 100px 0;
  }
}
.section--blog {
  padding: 16vw 0;
}
@media screen and (min-width: 768px) {
  .section--blog {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .section--blog {
    padding: 100px 0;
  }
}
.section__inner {
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    max-width: 1000px;
  }
}
.section__container {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #ffffff;
  background-color: #204F9B;
  gap: 9.3333333333vw;
  width: fit-content;
  padding: 7.2vw 8vw;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .section__container {
    width: auto;
    gap: 2.4305555556vw;
    padding: 2.0833333333vw 3.4722222222vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__container {
    gap: 35px;
    padding: 30px 50px;
    margin-bottom: 60px;
  }
}
.section__container--right {
  justify-content: left;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .section__container--right {
    margin-left: 66.5%;
  }
}
.section__container--left {
  justify-content: right;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section__container--left {
    margin-right: 66.5%;
  }
}
.section__container--white {
  color: #000000;
  background-color: #ffffff;
}
.section__container--white .section__title--en::before {
  background-color: #000000;
}
.section__title span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .section__title span {
    font-size: 1.6rem;
  }
}
.section__title--jp {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section__title--jp {
    font-size: 3rem;
  }
}
.section__title--en {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section__title--en {
    font-size: 2.4rem;
  }
}
.section__title--en::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 4.2666666667vw;
  height: 0.5333333333vw;
  top: 50%;
  left: -6.6666666667vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .section__title--en::before {
    width: 1.1111111111vw;
    height: 0.1388888889vw;
    left: -1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--en::before {
    width: 16px;
    height: 2px;
    left: -25px;
  }
}