@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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*/
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #333;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: "Roboto", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Marcellus", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0714285714vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

@-webkit-keyframes name {}

@keyframes name {}
a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

.nav_button,
.nav_button-close {
  display: none;
}
@media (max-width: 768px) {
  .nav_button,
  .nav_button-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100rem;
    height: 100rem;
  }
}

@media (max-width: 768px) {
  .nav_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_button .is-open {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav_button-close {
    display: none;
  }
  .is-open .nav_button-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html {
  scroll-behavior: smooth;
}

.header_inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 46rem auto 12rem;
  width: 1290rem;
}
@media (max-width: 768px) {
  .header_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23rem;
    margin-bottom: 25rem;
    width: 340rem;
  }
}
.header_logo {
  width: 200rem;
}
@media (max-width: 768px) {
  .header_logo {
    width: 110rem;
  }
}
.header_logo a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header_nav {
  position: relative;
  top: -12rem;
}
@media (max-width: 768px) {
  .header_nav {
    top: 0;
  }
}
.header_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d2087;
  font-weight: 700;
  font-size: 20rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .header_lang {
    font-size: 12rem;
  }
}
@media (hover: hover) {
  .header_lang:hover {
    opacity: 0.7;
  }
}
.header_lang::before {
  content: "";
  display: block;
  margin-right: 10rem;
  width: 32rem;
  height: 32rem;
  background-image: url(../image/icon_lang.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .header_lang::before {
    margin-right: 8rem;
    width: 16rem;
    height: 16rem;
  }
}
.header_lang::after {
  content: "";
  display: block;
  margin-left: 20rem;
  width: 12rem;
  height: 12rem;
  background-image: url(../image/arrow_lang.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .header_lang::after {
    margin-left: 5rem;
    width: 10rem;
    height: 10rem;
  }
}
.header_list {
  position: absolute;
  bottom: -16rem;
  left: -9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 183rem;
  border-radius: 10rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8rem rgba(134, 140, 108, 0.3);
          box-shadow: 0 0 8rem rgba(134, 140, 108, 0.3);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .header_list {
    right: 0;
    bottom: -14rem;
    left: auto;
    max-width: none;
    width: 130rem;
    border-radius: 14rem;
    -webkit-box-shadow: 0 0 4rem rgba(134, 140, 108, 0.3);
            box-shadow: 0 0 4rem rgba(134, 140, 108, 0.3);
  }
}
.is-nav-show + .header_list {
  opacity: 1;
  pointer-events: auto;
}
.header_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45rem;
  color: #a5a6cf;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .header_item a {
    height: 32.5rem;
    font-size: 14rem;
  }
}
.header_item.is-active a {
  color: #1d2087;
  pointer-events: none;
}
.header_item:last-child a {
  font-weight: normal;
}

.mv {
  position: relative;
  padding-bottom: 170rem;
}
@media (max-width: 768px) {
  .mv {
    overflow: hidden;
    padding-bottom: 65rem;
  }
}
.mv::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 1360rem;
  aspect-ratio: 1360/125;
  background: url(../image/kiso_deco.svg) top/contain no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .mv::after {
    max-width: none;
    width: 382rem;
    height: 36rem;
  }
}
.mv_upper {
  position: relative;
  margin: 0 auto;
  padding-top: 140rem;
  padding-left: 48rem;
  width: 1240rem;
  height: 505rem;
}
@media (max-width: 768px) {
  .mv_upper {
    padding: 0;
    width: 90%;
    height: auto;
  }
}
.mv_image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  width: 840rem;
  border-radius: 40rem;
}
@media (max-width: 768px) {
  .mv_image {
    position: relative;
    margin-bottom: 12rem;
    width: 100%;
    border-radius: 20rem;
  }
}
.mv_catch01 {
  margin-bottom: 30rem;
  text-shadow: 0 0 8rem #fff, 0 0 8rem #fff, 0 0 8rem #fff, 0 0 8rem #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 32rem;
}
@media (max-width: 768px) {
  .mv_catch01 {
    margin-bottom: -10rem;
    margin-left: 10rem;
    font-size: 22rem;
    line-height: 1.45;
  }
}
.mv_catch02 {
  display: block;
  margin-bottom: 20rem;
  color: #1d2087;
  font-weight: 700;
  font-size: 26rem;
  line-height: 1.64;
}
@media (max-width: 768px) {
  .mv_catch02 {
    margin-bottom: 5rem;
    font-size: 16rem;
    line-height: 1.5;
  }
}
.mv_title {
  display: block;
  margin-bottom: 18rem;
  width: 400rem;
}
@media (max-width: 768px) {
  .mv_title {
    margin-bottom: 6rem;
    width: 247rem;
  }
}
.mv_catch03 {
  margin-bottom: 78rem;
  text-shadow: 0 0 6rem rgb(255, 255, 255), 0 0 6rem rgb(255, 255, 255), 0 0 6rem rgb(255, 255, 255);
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .mv_catch03 {
    margin-top: 20rem;
    margin-bottom: 0;
    font-size: 17rem;
  }
}
.mv_lower {
  position: relative;
  margin: 0 auto;
  width: 920rem;
}
@media (max-width: 768px) {
  .mv_lower {
    width: 340rem;
  }
}
.mv_point {
  margin-top: -40rem;
  margin-bottom: -40rem;
  width: 58rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .mv_point {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 40rem;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.mv_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38rem;
}
@media (max-width: 768px) {
  .mv_point_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mv_point_item {
  width: 240rem;
}
@media (max-width: 768px) {
  .mv_point_item {
    position: relative;
    width: auto;
  }
  .mv_point_item:nth-of-type(1) {
    margin-top: 45rem;
    margin-bottom: 53rem;
  }
  .mv_point_item:nth-of-type(1) div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mv_point_item:nth-of-type(2) {
    margin-bottom: 37rem;
  }
  .mv_point_item:nth-of-type(3) div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .mv_point_item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 310rem;
  }
}
.mv_point_item div::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto -35rem;
  width: 112rem;
  aspect-ratio: 112/98;
  background: center/contain no-repeat;
}
@media (max-width: 768px) {
  .mv_point_item div::before {
    position: absolute;
    top: -38rem;
    left: 40rem;
    width: 65rem;
  }
}
.mv_point_item:nth-of-type(1) div::before {
  background-image: url(../image/mv_point01.svg);
}
@media (max-width: 768px) {
  .mv_point_item:nth-of-type(1) div::before {
    top: -43rem;
    right: 26rem;
    left: auto;
  }
}
.mv_point_item:nth-of-type(2) div::before {
  background-image: url(../image/mv_point02.svg);
}
@media (max-width: 768px) {
  .mv_point_item:nth-of-type(2) div::before {
    top: -36rem;
    left: 26rem;
  }
}
.mv_point_item:nth-of-type(3) div::before {
  background-image: url(../image/mv_point03.svg);
  background-size: 62rem;
}
@media (max-width: 768px) {
  .mv_point_item:nth-of-type(3) div::before {
    top: -33rem;
    right: 44rem;
    left: auto;
    width: 35rem;
    height: 42rem;
    background-size: contain;
  }
}
.mv_point_item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 18rem;
  padding-top: 1em;
  width: 180rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e3007f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mv_point_item h2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0.5em;
    min-width: 120rem;
    max-width: 120rem;
    height: 120rem;
    font-size: 15rem;
    line-height: 1.26666667;
  }
}
.mv_point_item h3 {
  color: #1d2087;
  font-weight: 700;
  font-size: 18rem;
  line-height: 1.66666667;
}
@media (max-width: 768px) {
  .mv_point_item h3 {
    width: 170rem;
    text-align: left;
    font-size: 15rem;
    line-height: 1.46666667;
  }
}

.worry {
  padding: 86rem 0 100rem;
  background-color: #ebebeb;
}
@media (max-width: 768px) {
  .worry {
    padding: 50rem 0 40rem;
  }
}
.worry_title {
  margin: 0 auto;
  width: 600rem;
}
@media (max-width: 768px) {
  .worry_title {
    margin-bottom: 12rem;
    width: 90%;
  }
}
.worry_list {
  margin: 0 auto 45rem;
  width: 980rem;
}
@media (max-width: 768px) {
  .worry_list {
    width: 340rem;
  }
}
.worry_next {
  margin: 0 auto;
  width: 1008rem;
}
@media (max-width: 768px) {
  .worry_next {
    width: 310rem;
  }
}
.worry_next img {
  width: 100%;
}

.cta {
  padding: 60rem 0 70rem;
  background-color: #e3007f;
  color: #fff;
}
@media (max-width: 768px) {
  .cta {
    padding: 20rem 0 28rem;
  }
}
.cta_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14rem;
  text-align: center;
  font-weight: 700;
  font-size: 40rem;
  -webkit-column-gap: 26rem;
     -moz-column-gap: 26rem;
          column-gap: 26rem;
}
@media (max-width: 768px) {
  .cta_title {
    margin-bottom: 4rem;
    font-size: 21rem;
    -webkit-column-gap: 9rem;
       -moz-column-gap: 9rem;
            column-gap: 9rem;
  }
}
.cta_title::before {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.cta_title::after {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.cta_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem 40rem;
}
@media (max-width: 768px) {
  .cta_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta_item {
  width: 440rem;
}
@media (max-width: 768px) {
  .cta_item {
    width: 305rem;
  }
}
.cta_item_head {
  margin-bottom: 10rem;
  text-align: center;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .cta_item_head {
    margin-bottom: 2rem;
    font-size: 15rem;
  }
}
.cta_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 86rem;
  border-radius: 500rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cta_btn {
    height: 60rem;
  }
}
.cta_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25rem;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
  .cta_btn::before {
    right: 15rem;
    width: 9rem;
  }
}
.cta_btn-tel[href^="tel:"] {
  border: 2px solid #1d2087;
  background-color: #fff;
  color: #1d2087;
  font-size: 30rem;
}
@media (max-width: 768px) {
  .cta_btn-tel[href^="tel:"] {
    border: 1px solid #1d2087;
    font-size: 22rem;
  }
}
.cta_btn-tel[href^="tel:"] img {
  margin-right: 18rem;
  width: 35rem;
}
@media (max-width: 768px) {
  .cta_btn-tel[href^="tel:"] img {
    margin-right: 9rem;
    width: 24rem;
  }
}
.cta_btn-tel[href^="tel:"]::before {
  border-top: 3px solid #1d2087;
  border-right: 3px solid #1d2087;
}
@media (max-width: 768px) {
  .cta_btn-tel[href^="tel:"]::before {
    border-top: 2px solid #1d2087;
    border-right: 2px solid #1d2087;
  }
}
.cta_btn-mail {
  padding-right: 80rem;
  background-color: #1d2087;
  color: #fff;
  font-size: 25rem;
}
@media (max-width: 768px) {
  .cta_btn-mail {
    padding-right: 0;
    font-size: 17rem;
  }
}
.cta_btn-mail img {
  margin-right: 80rem;
  width: 47rem;
}
@media (max-width: 768px) {
  .cta_btn-mail img {
    margin-right: 11rem;
    width: 33rem;
  }
}
.cta_btn-mail::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 768px) {
  .cta_btn-mail::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.sol {
  overflow: hidden;
  padding: 118rem 0 82rem;
  background-color: #3c4a89;
}
@media (max-width: 768px) {
  .sol {
    padding: 54rem 0 62rem;
  }
}
.sol_title {
  margin: 0 auto 95rem;
  width: 892rem;
}
@media (max-width: 768px) {
  .sol_title {
    margin-bottom: 60rem;
    width: 290rem;
  }
}
.sol_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 150rem;
}
@media (max-width: 768px) {
  .sol_list {
    row-gap: 0;
  }
}
.sol_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
}
@media (max-width: 768px) {
  .sol_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    width: 93%;
  }
}
.sol_item::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  display: block;
  width: 435rem;
  height: 394rem;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sol_item::before {
    top: -54rem;
    bottom: auto;
    width: 147rem;
    aspect-ratio: 147/106;
    background-position: bottom right;
    background-size: 147rem;
  }
}
.sol_no {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30rem;
  margin-bottom: -22rem;
  padding-left: 30rem;
  width: 980rem;
}
@media (max-width: 768px) {
  .sol_no {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0rem;
    margin-bottom: 25rem;
    padding-left: 15rem;
  }
}
.sol_no img {
  width: 170rem;
}
@media (max-width: 768px) {
  .sol_no img {
    margin-right: 13rem;
    margin-bottom: 0;
    width: 70rem;
  }
}
.sol_no span {
  color: #fff;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .sol_no span {
    -ms-writing-mode: horizontal-tb;
    font-size: 22rem;
    line-height: 1.31818182;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
.sol_content {
  padding: 60rem 0;
  width: 980rem;
  border-radius: 30rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sol_content {
    padding: 30rem 0 40rem;
    border-radius: 15rem;
  }
}
.sol_head, .sol_image_box {
  padding: 0 60rem;
}
@media (max-width: 768px) {
  .sol_head, .sol_image_box {
    padding: 0;
  }
}
.sol_point {
  padding: 0 0 0 60rem;
}
@media (max-width: 768px) {
  .sol_point {
    padding: 0 20rem;
  }
}
.sol_head {
  margin-bottom: 20rem;
  color: #e3007f;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.42857143;
}
@media (max-width: 768px) {
  .sol_head {
    margin-right: auto;
    margin-bottom: 15rem;
    margin-left: auto;
    width: 290rem;
    font-size: 17rem;
  }
}
.sol_image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  margin-bottom: 20rem;
}
@media (max-width: 768px) {
  .sol_image_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 30rem;
  }
}
.sol_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400rem;
}
@media (max-width: 768px) {
  .sol_image {
    margin-bottom: 20rem;
    padding: 0 25rem;
    width: 100%;
  }
}
.sol_image_caption {
  margin-top: -0.4425em;
  width: 426rem;
  font-size: 18rem;
  line-height: 1.66666667;
}
@media (max-width: 768px) {
  .sol_image_caption {
    margin-top: 0;
    padding: 0 20rem;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.sol_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 810rem;
  row-gap: 4rem;
}
.sol_point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15rem;
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sol_point li {
    gap: 12rem;
    font-size: 17rem;
    line-height: 1.47;
  }
}
.sol_point li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 14rem;
  width: 20rem;
  aspect-ratio: 1/1;
  background-color: #e3007f;
}
@media (max-width: 768px) {
  .sol_point li::before {
    margin-top: 9rem;
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(1) {
    margin-bottom: 75rem;
  }
}
.sol_item:nth-of-type(1)::before {
  top: 0;
  bottom: auto;
  left: calc(50% + 306rem);
  width: 265rem;
  height: 323rem;
  background-image: url(../image/sol_deco01.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(1)::before {
    right: 10rem;
    left: auto;
    width: 107rem;
    height: 128rem;
    background-image: url(../image/sol_deco01-sp.svg);
    background-size: contain;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 57rem;
  }
}
.sol_item:nth-of-type(2)::before {
  top: 0;
  bottom: auto;
  left: calc(50% + 320rem);
  width: 253rem;
  height: 273rem;
  background-image: url(../image/sol_deco02.svg);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(2)::before {
    right: 10rem;
    left: auto;
    width: 109rem;
    height: 117.5rem;
    background-image: url(../image/sol_deco02-sp.svg);
    background-size: contain;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.sol_item:nth-of-type(2) .sol_no {
  margin-right: 16rem;
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(2) .sol_image_caption {
    width: auto;
  }
}
.sol_item:nth-of-type(3)::before {
  top: 0;
  bottom: auto;
  left: calc(50% + 370rem);
  width: 200rem;
  height: 244rem;
  background-image: url(../image/sol_deco03.svg);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(3)::before {
    right: 10rem;
    left: auto;
    width: 83rem;
    height: 101rem;
    background-image: url(../image/sol_deco03-sp.svg);
    background-size: contain;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.sol_item:nth-of-type(3) .sol_no {
  margin-left: 16rem;
}
.sol_item:nth-of-type(3) .sol_no span {
  margin-top: -20rem;
}
@media (max-width: 768px) {
  .sol_item:nth-of-type(3) .sol_no span {
    margin-top: 0;
  }
}

.kiso {
  position: relative;
  overflow: hidden;
  padding: 86rem 0 0rem;
}
@media (max-width: 768px) {
  .kiso {
    padding: 53rem 0 58rem;
  }
}
.kiso_title {
  margin: 0 auto 50rem;
  width: 800rem;
}
@media (max-width: 768px) {
  .kiso_title {
    margin-bottom: 25rem;
    width: 93%;
  }
}
.kiso_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 920rem;
}
@media (max-width: 768px) {
  .kiso_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 340rem;
  }
}
.kiso_text {
  width: 340rem;
  font-size: 18rem;
  line-height: 1.66666667;
}
@media (max-width: 768px) {
  .kiso_text {
    position: relative;
    margin: auto;
    margin-bottom: 0;
    width: 300rem;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.kiso_text span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .kiso_text span {
    color: #1d2087;
  }
}
.kiso_image {
  margin: 0 0 0 auto;
  width: 570rem;
}
@media (max-width: 768px) {
  .kiso_image {
    margin: 0 auto 30rem;
    width: 100%;
  }
}

.footer {
  position: relative;
  margin: 0 auto;
  padding: 80rem 0 50rem;
  width: 980rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 70rem;
    padding-bottom: 26rem;
    width: 100%;
  }
}
.footer .pagetop {
  position: absolute;
  top: -48rem;
  right: -96rem;
  width: 96rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .footer .pagetop {
    top: -13rem;
    right: 17.5rem;
    width: 60rem;
  }
}
.footer_logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90rem;
  margin-bottom: 80rem;
}
@media (max-width: 768px) {
  .footer_logo-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45rem;
    margin-bottom: 65rem;
  }
}
.footer_logo-link {
  width: auto;
  height: 120rem;
}
@media (max-width: 768px) {
  .footer_logo-link {
    height: auto;
  }
}
.footer_logo-image {
  width: auto;
  height: 120rem;
}
@media (max-width: 768px) {
  .footer_logo-image {
    width: 218.5rem;
    height: auto;
  }
}
.footer_logo-link:last-of-type .footer_logo-image {
  height: 138rem;
}
@media (max-width: 768px) {
  .footer_logo-link:last-of-type .footer_logo-image {
    height: auto;
  }
}
.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
}
@media (max-width: 768px) {
  .footer_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16rem;
    margin-bottom: 15rem;
  }
}
.footer_item {
  font-size: 20rem;
}
@media (max-width: 768px) {
  .footer_item {
    font-size: 14rem;
  }
}
.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16rem 18rem;
}
@media (max-width: 768px) {
  .footer_bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copyright {
  text-align: right;
  font-size: 20rem;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 12rem;
  }
}
.footer_logo {
  width: 160rem;
}
@media (max-width: 768px) {
  .footer_logo {
    width: 86rem;
  }
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */