@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 0.625vw;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* reset.css end */
/* base.css start */
/* common */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

article {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 751px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 751px) {
  .sp-hidden {
    display: none;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 751px) {
  .inner {
    width: 100%;
    max-width: 173.3333333333vw;
  }
}

/* header */
.header {
  background-color: transparent;
  position: fixed;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  z-index: 50;
}
.header.is-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.header.is-fixed .header__wrapper {
  padding-top: 9px;
  padding-bottom: 7px;
}
@media screen and (max-width: 751px) {
  .header.is-fixed .header__wrapper {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
}
.header.is-fixed .header__wrapper nav {
  margin-top: 0;
}
.header__wrapper {
  max-width: 100%;
  width: auto;
  margin: 0 20px 0 27px;
  padding-top: 20px;
  z-index: 40;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .header__wrapper {
    padding-top: 6.9333333333vw;
    margin: 0 12.8vw 0 7.4666666667vw;
  }
}
.header__wrapper .logo {
  max-width: 94px;
  width: 7%;
}
@media screen and (max-width: 751px) {
  .header__wrapper .logo {
    width: fit-content;
    height: 7.2vw;
    max-width: none;
  }
}
.header__wrapper .logo a {
  display: block;
}
.header__wrapper .logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 751px) {
  .header__wrapper .logo a img {
    height: 7.2vw;
  }
}
.header__wrapper nav {
  width: 70%;
  margin-left: auto;
}
.header__wrapper nav #g-navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2.196193265vw;
}
@media screen and (max-width: 751px) {
  .header__wrapper nav #g-navi {
    flex-direction: column;
    row-gap: 13.3333333333vw;
  }
}
.header__wrapper nav #g-navi li {
  font-size: 14px;
  font-weight: 300;
}
.header__wrapper nav #g-navi li:hover {
  filter: opacity(0.8);
}
.header__wrapper nav #g-navi li.circle {
  background-color: #80a2bc;
  color: #fff;
  max-width: 118px;
  width: 100%;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 41px;
  transition: all 0.3s;
}
@media screen and (max-width: 751px) {
  .header__wrapper nav #g-navi li.circle {
    max-width: 31.4666666667vw;
    border-radius: 13.3333333333vw;
    line-height: 10.9333333333vw;
  }
}
.header__wrapper nav #g-navi li.circle:hover {
  filter: opacity(80%);
  transition: all 0.3s;
}
.header__wrapper nav #g-navi li.circle a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 751px) {
  .header__wrapper nav #g-navi li {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

/* header */
/* ハンバーガーメニュー */
/* チェックボックスを非表示 */
.drawer-hidden {
  display: none;
}

@media screen and (max-width: 751px) {
  #drawer-check:checked ~ .drawer-content {
    width: 100vw;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 21.3333333333vw;
  }
  .menu-icon {
    width: 7.2vw;
    height: 7.2vw;
    display: none;
  }
  .open-icon {
    display: block;
  }
  /* ハンバーガーアイコン外枠 */
  .drawer-open {
    display: flex;
    height: 7.2vw;
    max-width: 4vw;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 4.8vw;
    right: 5.3333333333vw;
    z-index: 100;
  }
  #drawer-check:checked + .drawer-open .open-icon {
    display: none;
  }
  #drawer-check:checked + .drawer-open .close-icon {
    display: block;
  }
  /* メニュー(非表示中)*/
  .drawer-content {
    width: 100vw;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 90;
    color: #313d4b;
    background: #fff;
    transition: 0.5s;
    margin: 0;
    text-align: center;
    font-weight: 500;
    /* 必要に応じて高さを調整 */
    overflow-y: auto;
    /* 縦方向にスクロールを許可 */
    overflow-x: hidden;
    top: -100vh;
    padding-top: 42.6666666667vw;
  }
}
/* ハンバーガーメニュー */
.main .inner {
  padding-top: 103px;
}
@media screen and (max-width: 751px) {
  .main .inner {
    padding-top: 27.4666666667vw;
  }
}
.main .inner .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 751px) {
  .main .inner .title {
    margin-bottom: 16vw;
  }
}
.main .inner .title .subttl {
  display: block;
  font-weight: normal;
  font-size: clamp(14px, 2vw, 22px);
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 751px) {
  .main .inner .title .subttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.main .inner .title .mainttl {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.4523809524;
  font-size: 4.2rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #7c909f;
  position: relative;
}
@media screen and (max-width: 751px) {
  .main .inner .title .mainttl {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.main .inner .title .mainttl::after {
  content: "";
  background: url(../images/ill01.svg) no-repeat center/contain;
  width: 93px;
  height: 188px;
  position: absolute;
  left: calc(100% - 43px);
  top: 100%;
}
@media screen and (max-width: 751px) {
  .main .inner .title .mainttl::after {
    width: 24.8vw;
    height: 26.6666666667vw;
    left: calc(100% - 11.4666666667vw);
  }
}
.main .inner .btn {
  transition: all 0.3s;
  margin: auto;
  max-width: 269px;
  width: 100%;
}
@media screen and (max-width: 751px) {
  .main .inner .btn {
    max-width: 71.7333333333vw;
  }
}
.main .inner .btn a {
  background-color: #80a2bc;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 59px;
  color: #fff;
  border-radius: 33px;
  margin: auto auto 20px;
}
@media screen and (max-width: 751px) {
  .main .inner .btn a {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 15.7333333333vw;
    border-radius: 8.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.main .inner .btn:hover {
  filter: opacity(80%);
  transition: all 0.3s;
}
.main .inner .attention {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  margin-bottom: 101px;
}
@media screen and (max-width: 751px) {
  .main .inner .attention {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 26.6666666667vw;
  }
}
.main .inner .imagelist {
  display: flex;
  column-gap: 38px;
}
@media screen and (max-width: 751px) {
  .main .inner .imagelist {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    justify-content: center;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 751px) {
  .main .inner .imagelist .list-item {
    width: 44%;
  }
}
.main .inner .imagelist .list-item figure img {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.title .subttl {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #7090a8;
  display: block;
  margin-bottom: 48px;
}
@media screen and (max-width: 751px) {
  .title .subttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 12.8vw;
  }
}
.title .mainttl {
  font-weight: normal;
  font-size: 3.6rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 751px) {
  .title .mainttl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.has-bg {
  background: url(../images/bg-top.jpg) no-repeat top/100vw auto;
  margin-top: -37.9941434846vw;
  background-color: #ecf1f5;
  border-radius: 0 0 150px 150px;
}
@media screen and (max-width: 751px) {
  .has-bg {
    background-size: 100% auto;
    border-radius: 0 0 21.3333333333vw 21.3333333333vw;
    margin-top: -26.6666666667vw;
  }
}
.has-bg .about .inner {
  padding-top: 56.4421669107vw;
  padding-bottom: 272px;
}
@media screen and (max-width: 751px) {
  .has-bg .about .inner {
    padding-top: 53.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.has-bg .about .inner .title {
  margin-bottom: 58px;
}
@media screen and (max-width: 751px) {
  .has-bg .about .inner .title {
    margin-bottom: 15.4666666667vw;
  }
}
.has-bg .about .inner .maintxt {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3;
  font-size: 16px;
  text-align: center;
  margin-bottom: 71px;
}
@media screen and (max-width: 751px) {
  .has-bg .about .inner .maintxt {
    font-size: 15px;
    font-size: 4vw;
    width: 90%;
    margin: auto;
  }
}
.has-bg .about .inner figure {
  text-align: center;
}
@media screen and (max-width: 751px) {
  .has-bg .about .inner figure {
    width: 90%;
    margin: auto;
  }
}
.has-bg .movie .inner {
  padding-bottom: 259px;
}
@media screen and (max-width: 751px) {
  .has-bg .movie .inner {
    padding-bottom: 26.6666666667vw;
  }
}
.has-bg .movie .inner .title {
  margin-bottom: 65px;
}
@media screen and (max-width: 751px) {
  .has-bg .movie .inner .title {
    margin-bottom: 15.4666666667vw;
  }
}
.has-bg .movie .inner .container {
  text-align: center;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.08));
}
.has-bg .movie .inner .container iframe {
  max-width: 807px;
  width: 100%;
}
@media screen and (max-width: 751px) {
  .has-bg .movie .inner .container iframe {
    max-width: 90%;
    margin: auto;
    height: 53.3333333333vw;
  }
}

.features .inner {
  max-width: 880px;
  padding-top: 160px;
}
@media screen and (max-width: 751px) {
  .features .inner {
    padding-top: 26.6666666667vw;
    max-width: 90%;
    margin: auto;
  }
}
.features .inner .mainttl {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 751px) {
  .features .inner .mainttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 16vw;
  }
}
.features .inner .feature-item {
  display: flex;
  column-gap: 6.8081991215vw;
  margin-bottom: 190px;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item {
    flex-direction: column;
    row-gap: 10.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
  .features .inner .feature-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.features .inner .feature-item:last-child {
  margin-bottom: 0;
}
.features .inner .feature-item .imagesec {
  max-width: 276px;
  width: 100%;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .imagesec {
    max-width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .imagesec figure {
    text-align: center;
  }
}
.features .inner .feature-item .imagesec figure img {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.features .inner .feature-item .detailsec .title {
  display: flex;
  column-gap: 30px;
  margin-bottom: 59px;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title {
    column-gap: 5.3333333333vw;
    margin-bottom: 15.4666666667vw;
  }
}
@media screen and (max-width: 1100px) {
  .features .inner .feature-item .detailsec .title figure {
    width: 13%;
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title figure {
    width: 13%;
    margin: auto 0;
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title {
    column-gap: 8vw;
    margin-bottom: 15.4666666667vw;
  }
}
.features .inner .feature-item .detailsec .title .block_ttl {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title .block_ttl {
    row-gap: 1.6vw;
  }
}
.features .inner .feature-item .detailsec .title .block_ttl .featureno {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #80a2bc;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title .block_ttl .featureno {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.features .inner .feature-item .detailsec .title .block_ttl .featurettl {
  font-weight: normal;
  font-size: 3.6rem;
  color: #7090a8;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .title .block_ttl .featurettl {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.features .inner .feature-item .detailsec .catch {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.1818181818;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #666;
  margin-bottom: 38px;
}
@media screen and (max-width: 1100px) {
  .features .inner .feature-item .detailsec .catch {
    font-size: clamp(14px, 2vw, 22px);
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .catch {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.features .inner .feature-item .detailsec .maintxt {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.375;
  font-size: 16px;
  color: #666;
  padding-bottom: 40px;
  border-bottom: 1px solid #ecf1f5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .features .inner .feature-item .detailsec .maintxt {
    font-size: clamp(14px, 1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .maintxt {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 15.4666666667vw;
  }
}
.features .inner .feature-item .detailsec .column-item {
  display: flex;
  column-gap: 44px;
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .column-item {
    column-gap: 8vw;
  }
}
.features .inner .feature-item .detailsec .column-item .columnttl {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.375;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #7090a8;
}
@media screen and (max-width: 1100px) {
  .features .inner .feature-item .detailsec .column-item .columnttl {
    font-size: clamp(14px, 1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .column-item .columnttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.features .inner .feature-item .detailsec .column-item dd {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .features .inner .feature-item .detailsec .column-item dd {
    flex-direction: column;
  }
}
@media screen and (max-width: 751px) {
  .features .inner .feature-item .detailsec .column-item dd {
    column-gap: 8vw;
  }
}
.features .inner .feature-item .detailsec .column-item dd .dot-list .list-item {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2;
  font-size: 14px;
  color: #7090a8;
}
@media screen and (max-width: 1100px) {
  .features
    .inner
    .feature-item
    .detailsec
    .column-item
    dd
    .dot-list
    .list-item {
    font-size: clamp(14px, 1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 751px) {
  .features
    .inner
    .feature-item
    .detailsec
    .column-item
    dd
    .dot-list
    .list-item {
    font-size: 15px;
    font-size: 4vw;
  }
}

.conversion .inner {
  max-width: 1200px;
  padding-top: 123px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1100px) {
  .conversion .inner {
    padding-top: 23.4260614934vw;
  }
}
@media screen and (max-width: 751px) {
  .conversion .inner {
    padding-top: 32.8vw;
    padding-bottom: 26.6666666667vw;
  }
}
.conversion .inner .container {
  border-radius: 40px;
  background: rgba(236, 241, 245, 0.4);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container {
    border-radius: 10.6666666667vw;
    width: 90%;
    margin: auto;
  }
}
.conversion .inner .container::before {
  content: "";
  background: url(../images/ill02.svg) no-repeat center/contain;
  width: 123px;
  height: 124px;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 62px;
  transform: rotate(1deg);
  z-index: 5;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container::before {
    width: 32.8vw;
    height: 21.3333333333vw;
    left: 8vw;
  }
}
.conversion .inner .container .inner {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 107px;
}
@media screen and (max-width: 1100px) {
  .conversion .inner .container .inner {
    flex-direction: column;
    row-gap: 40px;
    padding-top: 7.3206442167vw;
    padding-bottom: 7.8330893119vw;
  }
}
@media screen and (max-width: 751px) {
  .conversion .inner .container .inner {
    row-gap: 8vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.conversion .inner .container .inner .title .subttl {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin-bottom: 11px;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container .inner .title .subttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 2.9333333333vw;
  }
}
.conversion .inner .container .inner .title .mainttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-size: 3.2rem;
  color: #333;
  border-bottom: 1px solid #7c909f;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container .inner .title .mainttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.conversion .inner .container .inner .btn {
  max-width: 400px;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container .inner .btn {
    max-width: 74.6666666667vw;
  }
}
.conversion .inner .container .inner .btn:hover {
  filter: opacity(80%);
  transition: all 0.3s;
}
.conversion .inner .container .inner .btn a {
  background: #80a2bc;
  border-radius: 40px;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 751px) {
  .conversion .inner .container .inner .btn a {
    border-radius: 10.6666666667vw;
    line-height: 13.3333333333vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.conversion.blue {
  margin-top: -145px;
}
@media screen and (max-width: 751px) {
  .conversion.blue {
    margin-top: -38.6666666667vw;
  }
}
.conversion.blue .inner {
  padding: 0;
}
.conversion.blue .inner .container {
  background: #80a2bc;
}
.conversion.blue .inner .container::before {
  content: "";
  background: url(../images/ill03.svg) no-repeat center/contain;
  width: 119px;
  height: 132px;
  position: absolute;
  left: auto;
  right: 70px;
  bottom: calc(100% - 4px);
}
@media screen and (max-width: 751px) {
  .conversion.blue .inner .container::before {
    width: 31.7333333333vw;
    height: 26.6666666667vw;
    right: 13.3333333333vw;
  }
}
.conversion.blue .inner .container .title .subttl,
.conversion.blue .inner .container .title .mainttl {
  color: #fff;
}
.conversion.blue .inner .container .title .mainttl {
  border-bottom: 1px solid #fff;
}
.conversion.blue .inner .container .btn a {
  background-color: #fff;
  color: #7090a8;
}

.has-bg02 {
  border-radius: 150px 150px 0px 0px;
  background: #ecf1f5;
  padding-bottom: 394px;
}
@media screen and (max-width: 751px) {
  .has-bg02 {
    border-radius: 21.3333333333vw 21.3333333333vw 0 0;
    padding-bottom: 74.6666666667vw;
  }
}
.has-bg02 .voice .inner {
  padding-top: 160px;
  padding-bottom: 220px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.has-bg02 .voice .inner .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .title {
    margin-bottom: 15.7333333333vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list {
    width: 90%;
    margin: auto;
  }
}
.has-bg02 .voice .inner .voice-list .list-item {
  border-radius: 20px;
  background: #fff;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  max-width: 540px;
  width: 49%;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list .list-item {
    max-width: 100%;
    width: 90%;
    margin: auto auto 5.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.has-bg02 .voice .inner .voice-list .list-item .maintxt {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list .list-item .maintxt {
    max-width: 100%;
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.has-bg02 .voice .inner .voice-list .list-item .column-item {
  display: flex;
  column-gap: 20px;
  max-width: 460px;
  width: 100%;
  margin: auto auto 0 auto;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list .list-item .column-item {
    max-width: 100%;
    column-gap: 5.3333333333vw;
  }
}
.has-bg02 .voice .inner .voice-list .list-item .column-item .voice-sub {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list .list-item .column-item .voice-sub {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.has-bg02 .voice .inner .voice-list .list-item .column-item .voice-name {
  font-weight: bold;
  font-size: 16px;
  color: #7090a8;
}
@media screen and (max-width: 751px) {
  .has-bg02 .voice .inner .voice-list .list-item .column-item .voice-name {
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02 .fee .inner {
  padding-bottom: 260px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner {
    padding-bottom: 26.6666666667vw;
  }
}
.has-bg02 .fee .inner .title {
  margin-bottom: 80px;
  /* TODO: Remove later */
  padding-top: 100px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .title {
    margin-bottom: 15.4666666667vw;
  }
}
.has-bg02 .fee .inner .fee-table {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr);
  text-align: center;
  column-gap: 20px;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .fee .inner .fee-table {
    column-gap: 1.4641288433vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .fee-table {
    max-width: 320vw;
    grid-template-columns: 40vw repeat(4, 40vw);
  }
}
.has-bg02 .fee .inner .row {
  display: contents;
  /* .rowをテーブル行のように扱う */
}
.has-bg02 .fee .inner .row .highlight {
  border-left: 5px solid #7090a8;
  border-right: 5px solid #7090a8;
}
.has-bg02 .fee .inner .row.price .cell .container {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #7090a8;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row.price .cell .container {
    padding: 5.3333333333vw 0 2.6666666667vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02 .fee .inner .row.price .cell .container span {
  font-size: 3rem;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row.price .cell .container span {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.has-bg02 .fee .inner .row.price .cell .container strong {
  font-size: 4rem;
  font-weight: inherit;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row.price .cell .container strong {
    font-size: 30px;
    font-size: 8vw;
  }
}
.has-bg02 .fee .inner .row.point .cell .container {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row.point .cell .container {
    padding: 5.3333333333vw 0;
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02 .fee .inner .row.point .cell .container span {
  font-size: 2.2rem;
  font-size: clamp(14px, 2vw, 22px);
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row.point .cell .container span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.has-bg02 .fee .inner .row .cell {
  background-color: #fff;
  position: relative;
}
.has-bg02 .fee .inner .row .cell::after {
  content: "";
  width: 180px;
  height: 1px;
  background-color: rgba(128, 162, 188, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .fee .inner .row .cell::after {
    width: 13.17715959vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell::after {
    width: 80%;
  }
}
.has-bg02 .fee .inner .row .cell .container {
  padding: 32px 0 26px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell .container {
    padding: 4vw 0;
  }
}
.has-bg02 .fee .inner .row .cell:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #7090a8;
  background-color: transparent;
  border: none;
  margin: auto 0;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .fee .inner .row .cell:first-child {
    font-size: clamp(14px, 1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell:first-child {
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02 .fee .inner .row .cell:first-child::after {
  content: none;
}
.has-bg02 .fee .inner .row .cell.maru .container {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell.maru .container {
    padding: 5.3333333333vw 0;
  }
}
.has-bg02 .fee .inner .row .cell.maru .container::before {
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 3px solid #80a2bc;
  border-radius: 50px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell.maru .container::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.8vw;
  }
}
.has-bg02 .fee .inner .row .cell.batsu .container {
  position: relative;
  padding: 0;
  height: 62px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell.batsu .container {
    height: 16.5333333333vw;
  }
}
.has-bg02 .fee .inner .row .cell.batsu .container::before,
.has-bg02 .fee .inner .row .cell.batsu .container::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #b7b7b7;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row .cell.batsu .container::before,
  .has-bg02 .fee .inner .row .cell.batsu .container::after {
    width: 0.8vw;
    height: 4vw;
  }
}
.has-bg02 .fee .inner .row .cell.batsu .container::after {
  transform: rotate(-45deg);
}
.has-bg02 .fee .inner .row:last-child .cell {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.has-bg02 .fee .inner .row:last-child .cell::after {
  bottom: 40px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell::after {
    bottom: 10.6666666667vw;
  }
}
.has-bg02 .fee .inner .row:last-child .cell.batsu .container {
  padding-bottom: 102px;
  height: 62px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell.batsu .container {
    padding-bottom: 26.6666666667vw;
    height: 16.5333333333vw;
  }
}
.has-bg02 .fee .inner .row:last-child .cell.batsu .container::before,
.has-bg02 .fee .inner .row:last-child .cell.batsu .container::after {
  top: 24px;
  bottom: auto;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell.batsu .container::before,
  .has-bg02 .fee .inner .row:last-child .cell.batsu .container::after {
    top: 6.4vw;
  }
}
.has-bg02 .fee .inner .row:last-child .cell.highlight {
  border-bottom: 5px solid #7090a8;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell.highlight {
    border-bottom-width: 1.3333333333vw;
  }
}
.has-bg02 .fee .inner .row:last-child .cell:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .row:last-child .cell:first-child {
    margin-top: 5.3333333333vw;
  }
}
.has-bg02 .fee .inner .t_header .cell {
  border-radius: 10px 10px 0px 0px;
  background: #7090a8;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding: 14px 0 12px;
}
.has-bg02 .fee .inner .t_header .cell:first-child {
  background-color: transparent;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .t_header .cell {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0 3.2vw;
  }
}
.has-bg02 .fee .inner .t_header .cell span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .inner .t_header .cell span {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .scroll-table {
    overflow-x: scroll;
    width: 90%;
    margin: auto;
  }
}
.has-bg02 .fee .note-mark {
  font-size: 12px !important;
}
.has-bg02 .fee .note-container {
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .fee .note-container {
    margin: 12px 8px;
  }
}
.has-bg02 .fee .note-container .note {
  font-size: 12px;
  font-weight: 600;
  color: #707070;
}
.has-bg02 .media .inner {
  padding-bottom: 220px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .media .inner {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .media .inner .title {
    margin-bottom: 15.4666666667vw;
  }
}
.has-bg02 .media .inner .title .subttl {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .title .subttl {
    text-align: center;
  }
}
.has-bg02 .media .inner .title .mainttl {
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .title .mainttl {
    text-align: center;
  }
}
.has-bg02 .media .inner .column-item {
  display: flex;
  column-gap: 95px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .column-item {
    flex-direction: column;
  }
}
.has-bg02 .media .inner .column-item .rightsec {
  max-width: 720px;
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .column-item .rightsec {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .media .inner .column-item .rightsec {
    max-width: 90%;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 1100px) {
  .has-bg02 .media .inner .column-item .rightsec .swiper-container {
    position: relative;
    padding-top: 13.3333333333vw;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item {
  display: flex;
  column-gap: 47px;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item
  figure {
  max-width: 350px;
  width: 50%;
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item
  a {
  display: flex;
  column-gap: 47px;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item
    a {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item
    figure {
    max-width: 100%;
    width: 100%;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item
  figure
  img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item
    figure {
    width: 100%;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item
  dl
  dt {
  font-weight: 500;
  font-size: 16px;
  color: #7090a8;
  margin-bottom: 12px;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item
    dl
    dt {
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-slide
  .slide-item
  dl
  dd {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper
    .swiper-slide
    .slide-item
    dl
    dd {
    font-size: 15px;
    font-size: 4vw;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper
  .swiper-pagination-bullet-active {
  background: #7090a8;
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-button-prev,
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-button-next {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  width: 61px;
  height: 61px;
  left: 0;
  right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-prev,
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-next {
    top: 5%;
    left: 40%;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-prev,
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-next {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    top: 2%;
    left: 30%;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-button-prev:after,
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-rtl
  .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  left: 0;
  background: url("../images/left.svg") no-repeat center/contain;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-prev:after,
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-rtl
    .swiper-button-next:after {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-button-next {
  left: 7%;
  right: auto;
}
@media screen and (max-width: 1100px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-next {
    right: 40%;
    left: auto;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-next {
    right: 30%;
  }
}
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-button-next:after,
.has-bg02
  .media
  .inner
  .column-item
  .rightsec
  .swiper-container
  .swiper-rtl
  .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  left: 0;
  background: url("../images/right.svg") no-repeat center/contain;
}
@media screen and (max-width: 751px) {
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-button-next:after,
  .has-bg02
    .media
    .inner
    .column-item
    .rightsec
    .swiper-container
    .swiper-rtl
    .swiper-button-prev:after {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
  }
}
.title#area-1,
.qa#area-4 {
  padding-top: 20px;
}
.has-bg02 .qa .inner {
  padding-bottom: 214px;
  max-width: 879px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner {
    padding-bottom: 26.6666666667vw;
  }
}
.has-bg02 .qa .inner .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .title {
    margin-bottom: 15.4666666667vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item {
    width: 90%;
    margin: auto auto 5.3333333333vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-question {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
  font-size: 20px;
  color: #7090a8;
  width: 100%;
  transition: margin-bottom 0.3s ease;
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-question p {
  max-width: 740px;
  width: 85%;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-question p {
    max-width: none;
    width: 82%;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-question p {
    max-width: 70%;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-question {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-question.active {
  margin-bottom: 20px;
  transition: margin-bottom 0.3s ease;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-question.active {
    margin-bottom: 5.3333333333vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-question.active .arrow {
  transform: rotate(180deg);
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-question .icon {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  color: #7090a8;
  background-color: #ffffff;
  border-radius: 10px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-question .icon {
    min-width: 8vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 2.6666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-answer {
  position: relative;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  color: #666;
  padding-left: 90px;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, min-height 0.3s ease-out;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-answer {
    font-size: 15px;
    font-size: 4vw;
    padding-left: 12vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .faq-answer .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  background-color: #80a2bc;
  color: #fff;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .faq-answer .icon {
    width: 8vw;
    height: 8vw;
    border-radius: 2.6666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.has-bg02
  .qa
  .inner
  .faq-container
  .faq-item
  .faq-question.active
  + .faq-answer {
  max-height: 1000px;
  min-height: 60px;
}
.has-bg02 .qa .inner .faq-container .faq-item .arrow {
  display: inline-block;
  width: 21px;
  height: 12px;
  position: relative;
  margin-left: auto;
  transition: all 0.3s;
  transform-origin: center;
  margin-top: 12px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .arrow {
    width: 5.6vw;
    height: 3.2vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .arrow:before,
.has-bg02 .qa .inner .faq-container .faq-item .arrow:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background-color: #80a2bc;
  top: 30%;
  left: 50%;
  transform-origin: center;
}
@media screen and (max-width: 751px) {
  .has-bg02 .qa .inner .faq-container .faq-item .arrow:before,
  .has-bg02 .qa .inner .faq-container .faq-item .arrow:after {
    width: 0.8vw;
    height: 3.7333333333vw;
  }
}
.has-bg02 .qa .inner .faq-container .faq-item .arrow:before {
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 20%;
}
.has-bg02 .qa .inner .faq-container .faq-item .arrow:after {
  transform: rotate(45deg) translate(-50%, -50%);
}
.has-bg02 .update .inner {
  max-width: 880px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .update .inner {
    width: 90%;
    margin: auto;
  }
}
.has-bg02 .update .inner .update-box {
  border: 1px solid #7090a8;
  padding-bottom: 50px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .update .inner .update-box {
    padding-bottom: 13.3333333333vw;
  }
}
.has-bg02 .update .inner .update-box .update-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #222;
  background-color: #ecf1f5;
  line-height: 62px;
  width: fit-content;
  margin: -31px auto 27px auto;
  padding: 0 35px;
}
@media screen and (max-width: 751px) {
  .has-bg02 .update .inner .update-box .update-title {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
    margin: -5.3333333333vw auto 5.3333333333vw auto;
    padding: 0 2.6666666667vw;
  }
}
.has-bg02 .update .inner .update-box .update-list {
  padding-left: 89px;
}
@media screen and (max-width: 1100px) {
  .has-bg02 .update .inner .update-box .update-list {
    padding-left: 6.5153733529vw;
  }
}
@media screen and (max-width: 751px) {
  .has-bg02 .update .inner .update-box .update-list {
    padding-left: 5.3333333333vw;
  }
}
.has-bg02 .update .inner .update-box .update-list li {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 751px) {
  .has-bg02 .update .inner .update-box .update-list li {
    font-size: 15px;
    font-size: 4vw;
    width: 90%;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.footer .inner {
  padding-top: 19.9121522694vw;
  padding-bottom: 10.1756954612vw;
  padding-left: 160px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer .inner {
    width: 90%;
  }
}
@media screen and (max-width: 751px) {
  .footer .inner {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
    padding-left: 0;
  }
}
.footer .inner .container {
  position: relative;
}
.footer .inner .container::before {
  content: "";
  position: absolute;
  background: url(../images/ill04.svg) no-repeat center/contain;
  width: 73px;
  height: 160px;
  right: calc(100% + 48px);
  bottom: -9px;
}
.footer .inner .container .f_logo {
  display: block;
  margin-bottom: 23px;
}
@media screen and (max-width: 751px) {
  .footer .inner .container .f_logo {
    margin-bottom: 5.3333333333vw;
  }
}
.footer .inner .container .f_navi {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .footer .inner .container .f_navi {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media screen and (max-width: 751px) {
  .footer .inner .container .f_navi {
    margin-bottom: 10.6666666667vw;
    flex-direction: column;
  }
}
.footer .inner .container .f_navi li {
  font-weight: normal;
  font-size: 16px;
  color: #222;
  padding-right: 30px;
  border-right: 1px solid #80a2bc;
  padding-left: 30px;
}
@media screen and (max-width: 1100px) {
  .footer .inner .container .f_navi li {
    width: 33%;
    padding: 0;
    text-align: center;
    font-size: clamp(14px, 1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 751px) {
  .footer .inner .container .f_navi li {
    font-size: 15px;
    font-size: 4vw;
    padding: 0;
    border: none;
    width: 100%;
  }
}
.footer .inner .container .f_navi li:first-child {
  padding-left: 0;
}
.footer .inner .container .f_navi li:last-child {
  border: none;
  padding-right: 0;
}
@media screen and (max-width: 751px) {
  .footer .inner .container figure {
    text-align: center;
  }
}
.footer .inner .container .copy {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #7090a8;
}
@media screen and (max-width: 751px) {
  .footer .inner .container .copy {
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-align: center;
    display: block;
  }
} /*# sourceMappingURL=style.css.map */
