@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap";
@import "https://office-ing.github.io/css/animate_v2.min.css";
@import "https://office-ing.github.io/css/helper-sm_v3.min.css";
@import "https://office-ing.github.io/css/base-sm_v6.min.css";

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,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

ol,
li {
  list-style-type: none;
}

body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.btn {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .btn {
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  }
}

.btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .btn:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
  }
}

.relative {
  position: relative;
}

.block {
  display: block;
}

@media screen and (min-width: 751px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .hidden-sp {
    display: none;
  }
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

/* chatbot：bootstrapのスタイル抑止 */
#smart-dialog .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.fv {
  position: relative;
}

.fv_movie {
  position: absolute;
  top: 35.2%;
  right: 7%;
  width: 26.6%;
  z-index: 2;
}

.fv_movie > .movie {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.btn {
  display: block;
}

.btn1 {
  width: 89.33%;
  top: 80%;
}

.btn2 {
  width: 46.66%;
  top: 84%;
  left: 28%;
}

.btn3 {
  width: 46.66%;
  top: 84%;
  left: 74%;
}

.cv03_btn {
  position: absolute;
  width: 89.334%;
  max-width: 670px;
  top: 87.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec01_movie {
  width: 84%;
  margin: 0 auto;
}

.sec01_movie .movie {
  width: 100%;
}

.sec05 {
  position: relative;
}

.sec05_inner {
  width: 74.667%;
  position: absolute;
  top: 59.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec05_item {
  position: relative;
}

.sec05_item + .sec05_item {
  margin-top: 3.576%;
}

.sec05_item__text {
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 13%;
  text-align: right;
  font-size: 5.06667vw;
  line-height: 1;
}

@media screen and (min-width: 751px) {
  .sec05_item__text {
    font-size: 38px;
  }
}

.sec07 {
  margin-top: -6.4%;
  position: relative;
  z-index: -1;
}

.sec09 {
  margin-top: -7.4%;
  position: relative;
  z-index: -1;
}

.sec21 {
  margin-bottom: 26.4%;
}

.qa_inner {
  width: 100%;
  background-image: url(../img/qa_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 10.667%;
}

.qa_content {
  width: 84%;
  margin: 0 auto;
}

.accordion_one {
  width: 100%;
  padding: 5.08% 4.764%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 9.524%;
  -webkit-box-shadow: 1.06667vw 1.6vw 3.73333vw rgba(0, 0, 0, 0.08);
  box-shadow: 1.06667vw 1.6vw 3.73333vw rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 751px) {
  .accordion_one {
    -webkit-box-shadow: 8px 12px 28px rgba(0, 0, 0, 0.08);
    box-shadow: 8px 12px 28px rgba(0, 0, 0, 0.08);
  }
}

.accordion_header {
  position: relative;
}

.accordion_inner {
  display: none;
}

.btn_close {
  display: none;
}

.open {
  display: block;
}

.close {
  display: none;
}

.accordion_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.265%;
}

.floating {
  position: fixed;
  width: 100%;
  max-width: 750px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
}

.floating_inner {
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
