/*! destyle.css v4.0.0 | 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-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*/
}

/* 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 {
  -webkit-box-sizing: content-box;
          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] {
  -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 {
  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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --main-color:#00a758;
  --point-color:#ec6453;
}

.section_header.js-inview::after {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
          transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.section_header.js-inview.is-view::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.step_item.js-inview::before {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
          transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.step_item.js-inview.is-view::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.message *.js-inview,
.question *.js-inview,
.question_item.js-inview,
.ttl1.js-inview,
.ttl2.js-inview,
.ttl3.js-inview,
.txt1.js-inview,
.txt2.js-inview,
.txt3.js-inview,
.txt4.js-inview,
.txt5.js-inview,
.point.js-inview,
.point2.js-inview,
.txt_wrap.js-inview,
.img_wrap.js-inview,
.point_list li.js-inview,
.product_item.js-inview,
.product_caution.js-inview,
.clause.js-inview,
.btn_wrap.js-inview {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.message *.js-inview.is-view,
.question *.js-inview.is-view,
.question_item.js-inview.is-view,
.ttl1.js-inview.is-view,
.ttl2.js-inview.is-view,
.ttl3.js-inview.is-view,
.txt1.js-inview.is-view,
.txt2.js-inview.is-view,
.txt3.js-inview.is-view,
.txt4.js-inview.is-view,
.txt5.js-inview.is-view,
.point.js-inview.is-view,
.point2.js-inview.is-view,
.txt_wrap.js-inview.is-view,
.img_wrap.js-inview.is-view,
.point_list li.js-inview.is-view,
.product_item.js-inview.is-view,
.product_caution.js-inview.is-view,
.clause.js-inview.is-view,
.btn_wrap.js-inview.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main_visual .img_wrap.js-inview {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

/*===============================================*
*	commcon
*===============================================*/
/* margin
------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

@media (max-width: 768px) {
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
  .smt105 {
    margin-top: 105px !important;
  }
  .smr105 {
    margin-right: 105px !important;
  }
  .smb105 {
    margin-bottom: 105px !important;
  }
  .sml105 {
    margin-left: 105px !important;
  }
  .smt110 {
    margin-top: 110px !important;
  }
  .smr110 {
    margin-right: 110px !important;
  }
  .smb110 {
    margin-bottom: 110px !important;
  }
  .sml110 {
    margin-left: 110px !important;
  }
  .smt115 {
    margin-top: 115px !important;
  }
  .smr115 {
    margin-right: 115px !important;
  }
  .smb115 {
    margin-bottom: 115px !important;
  }
  .sml115 {
    margin-left: 115px !important;
  }
  .smt120 {
    margin-top: 120px !important;
  }
  .smr120 {
    margin-right: 120px !important;
  }
  .smb120 {
    margin-bottom: 120px !important;
  }
  .sml120 {
    margin-left: 120px !important;
  }
  .smt125 {
    margin-top: 125px !important;
  }
  .smr125 {
    margin-right: 125px !important;
  }
  .smb125 {
    margin-bottom: 125px !important;
  }
  .sml125 {
    margin-left: 125px !important;
  }
  .smt130 {
    margin-top: 130px !important;
  }
  .smr130 {
    margin-right: 130px !important;
  }
  .smb130 {
    margin-bottom: 130px !important;
  }
  .sml130 {
    margin-left: 130px !important;
  }
  .smt135 {
    margin-top: 135px !important;
  }
  .smr135 {
    margin-right: 135px !important;
  }
  .smb135 {
    margin-bottom: 135px !important;
  }
  .sml135 {
    margin-left: 135px !important;
  }
  .smt140 {
    margin-top: 140px !important;
  }
  .smr140 {
    margin-right: 140px !important;
  }
  .smb140 {
    margin-bottom: 140px !important;
  }
  .sml140 {
    margin-left: 140px !important;
  }
  .smt145 {
    margin-top: 145px !important;
  }
  .smr145 {
    margin-right: 145px !important;
  }
  .smb145 {
    margin-bottom: 145px !important;
  }
  .sml145 {
    margin-left: 145px !important;
  }
  .smt150 {
    margin-top: 150px !important;
  }
  .smr150 {
    margin-right: 150px !important;
  }
  .smb150 {
    margin-bottom: 150px !important;
  }
  .sml150 {
    margin-left: 150px !important;
  }
}
/* padding
------------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

@media (max-width: 768px) {
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
  .spt105 {
    padding-top: 105px !important;
  }
  .spr105 {
    padding-right: 105px !important;
  }
  .spb105 {
    padding-bottom: 105px !important;
  }
  .spl105 {
    padding-left: 105px !important;
  }
  .spt110 {
    padding-top: 110px !important;
  }
  .spr110 {
    padding-right: 110px !important;
  }
  .spb110 {
    padding-bottom: 110px !important;
  }
  .spl110 {
    padding-left: 110px !important;
  }
  .spt115 {
    padding-top: 115px !important;
  }
  .spr115 {
    padding-right: 115px !important;
  }
  .spb115 {
    padding-bottom: 115px !important;
  }
  .spl115 {
    padding-left: 115px !important;
  }
  .spt120 {
    padding-top: 120px !important;
  }
  .spr120 {
    padding-right: 120px !important;
  }
  .spb120 {
    padding-bottom: 120px !important;
  }
  .spl120 {
    padding-left: 120px !important;
  }
  .spt125 {
    padding-top: 125px !important;
  }
  .spr125 {
    padding-right: 125px !important;
  }
  .spb125 {
    padding-bottom: 125px !important;
  }
  .spl125 {
    padding-left: 125px !important;
  }
  .spt130 {
    padding-top: 130px !important;
  }
  .spr130 {
    padding-right: 130px !important;
  }
  .spb130 {
    padding-bottom: 130px !important;
  }
  .spl130 {
    padding-left: 130px !important;
  }
  .spt135 {
    padding-top: 135px !important;
  }
  .spr135 {
    padding-right: 135px !important;
  }
  .spb135 {
    padding-bottom: 135px !important;
  }
  .spl135 {
    padding-left: 135px !important;
  }
  .spt140 {
    padding-top: 140px !important;
  }
  .spr140 {
    padding-right: 140px !important;
  }
  .spb140 {
    padding-bottom: 140px !important;
  }
  .spl140 {
    padding-left: 140px !important;
  }
  .spt145 {
    padding-top: 145px !important;
  }
  .spr145 {
    padding-right: 145px !important;
  }
  .spb145 {
    padding-bottom: 145px !important;
  }
  .spl145 {
    padding-left: 145px !important;
  }
  .spt150 {
    padding-top: 150px !important;
  }
  .spr150 {
    padding-right: 150px !important;
  }
  .spb150 {
    padding-bottom: 150px !important;
  }
  .spl150 {
    padding-left: 150px !important;
  }
}
/* text-align
------------------------------------------------*/
.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignC {
  text-align: center !important;
}

.vAlignM {
  vertical-align: middle !important;
}

/* float
------------------------------------------------*/
.floatL {
  float: left !important;
  display: inline !important;
}

.floatR {
  float: right !important;
  display: inline !important;
}

.floatN {
  float: none !important;
}

/* display
------------------------------------------------*/
.disBlock {
  display: block !important;
}

.disInlBlock {
  display: inline-block !important;
}

.disInline {
  display: inline !important;
}

/* indent
------------------------------------------------*/
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

/* font-weight
------------------------------------------------*/
.fwB {
  font-weight: bold;
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}

.fs41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.fs43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.fs45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.fs47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.fs49 {
  font-size: 49px;
  font-size: 4.9rem;
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 768px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 768px) {
  .pc_hide {
    display: block !important;
  }
}

/* hide
------------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.hover:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.animation_line a,
a.animation_line {
  --link_color1:#000;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--link_color1);
  text-decoration: none;
}
.animation_line a:after,
a.animation_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--link_color1);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
.animation_line a:hover:after,
a.animation_line:hover:after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html {
  font-size: 10px;
  color: #282b3e;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
.inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  background: #FFF;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
.cta_btn_wrap {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .cta_btn_wrap {
    right: 0;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.cta_btn_wrap.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 25.5905511811vw;
  }
}
#footer .inner {
  padding: 35px 60px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #footer .inner {
    padding: 6.8241469816vw 6.2992125984vw 7.874015748vw;
    font-size: 3.280839895vw;
  }
}
#footer .clause {
  margin-bottom: 1em;
}
#footer .clause li {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3103448276;
  padding-left: 1.4em;
}
@media (max-width: 768px) {
  #footer .clause li {
    font-size: 3.280839895vw;
  }
}
#footer .clause li::before {
  content: "";
  background: var(--main-color);
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
}
#footer .copyright {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 60px;
}
@media (max-width: 768px) {
  #footer .copyright {
    font-size: 3.280839895vw;
    margin-top: 7.6115485564vw;
  }
}

.totop {
  --btn_border_color1:#5e6073;
  --btn_bg_color1:#fff;
  --btn_txt_color1:#5e6073;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--btn_border_color1);
  background: var(--btn_bg_color1);
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg);
  opacity: 0;
  z-index: 8;
}
@media (max-width: 768px) {
  .totop {
    display: none;
  }
}
.totop::after {
  content: "";
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid var(--btn_txt_color1);
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.totop:hover {
  --btn_border_color1:#fff;
  --btn_bg_color1:#5e6073;
  --btn_txt_color1:#fff;
  -webkit-transform: scale(1.2) rotate(-90deg);
          transform: scale(1.2) rotate(-90deg);
}

.is-scroll .totop {
  opacity: 1;
  pointer-events: auto;
  bottom: 100px;
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.btn {
  width: 160px;
  height: 36px;
  border-radius: 24px;
  border: 1px solid var(--btn_border_color1);
  background: var(--btn_bg_color1);
  color: var(--btn_txt_color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --btn_border_color1:#000;
  --btn_bg_color1:#fff;
  --btn_txt_color1:#000;
}
@media (max-width: 768px) {
  .btn {
    font-size: 4.1010498688vw;
  }
}
@media (min-width: 769px) {
  .btn:hover {
    --btn_border_color1:#fff;
    --btn_bg_color1:#000;
    --btn_txt_color1:#fff;
  }
}
.btn_cta {
  --btn_border_color1:var(--point-color);
  --btn_bg_color1:var(--point-color);
  --btn_txt_color1:#fff;
  height: 90px;
  width: 459px;
  border-radius: 20px;
  font-weight: 700;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta {
    height: 8.4905660377vw;
    width: 43.3018867925vw;
    border-radius: 1.8867924528vw;
  }
}
@media (max-width: 768px) {
  .btn_cta {
    height: 25.5905511811vw;
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 769px) {
  .btn_cta:hover {
    --btn_bg_color1:var(--point-color);
    --btn_txt_color1:#fff;
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.btn_cta .btn_label {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: #fff;
  color: var(--point-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta .btn_label {
    font-size: 1.6981132075vw;
    height: 6.0377358491vw;
    width: 6.0377358491vw;
  }
}
@media (max-width: 768px) {
  .btn_cta .btn_label {
    font-size: 4.1666666667vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}
.btn_cta .txt_wrap {
  margin-left: 18px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta .txt_wrap {
    margin-left: 1.6981132075vw;
  }
}
.btn_cta .txt_wrap span {
  display: block;
  text-align: center;
}
.btn_cta .txt_wrap .btn_row1 {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta .txt_wrap .btn_row1 {
    font-size: 2.358490566vw;
  }
}
@media (max-width: 768px) {
  .btn_cta .txt_wrap .btn_row1 {
    font-size: 5.6299212598vw;
  }
}
.btn_cta .txt_wrap .btn_row2 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta .txt_wrap .btn_row2 {
    font-size: 1.5094339623vw;
  }
}
@media (max-width: 768px) {
  .btn_cta .txt_wrap .btn_row2 {
    font-size: 4.1509186352vw;
    border: 1px solid #fff;
    line-height: 1.6666666667;
    margin-top: 5px;
  }
}
.btn_cta::after {
  content: "";
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 4px solid var(--btn_txt_color1);
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .btn_cta::after {
    border: 1.0498687664vw solid var(--btn_txt_color1);
    border-left: 0;
    border-bottom: 0;
    width: 3.1496062992vw;
    height: 3.1496062992vw;
  }
}
@media (min-width: 769px) {
  .btn_cta_float {
    --btn_border_color1:#fff;
    --btn_bg_color1:var(--point-color);
    --btn_txt_color1:#fff;
    height: 74px;
    width: 395px;
    border-radius: 14px;
    border-width: 2px;
    -webkit-box-shadow: 14px 0 20px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 14px 0 20px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) {
  .btn_cta_float:hover {
    --btn_bg_color1:var(--point-color);
    --btn_txt_color1:#fff;
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media (min-width: 769px) {
  .btn_cta_float .btn_label {
    height: 46px;
    width: 46px;
    font-size: 13.5px;
    font-size: 1.35rem;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 769px) {
  .btn_cta_float .txt_wrap {
    margin-left: 7px;
  }
}
@media (min-width: 769px) {
  .btn_cta_float .txt_wrap .btn_row1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta_float .txt_wrap .btn_row1 {
    font-size: 2.358490566vw;
  }
}
@media (min-width: 769px) {
  .btn_cta_float .txt_wrap .btn_row2 {
    font-size: 12px;
    font-size: 1.2rem;
    border: 1px solid #fff;
    line-height: 1.6666666667;
    margin-top: 5px;
  }
}
@media (max-width: 1060px) and (min-width: 769px) {
  .btn_cta_float .txt_wrap .btn_row2 {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 769px) {
  .btn_cta_float::after {
    width: 10px;
    height: 10px;
    border: 3px solid var(--btn_txt_color1);
    border-left: 0;
    border-bottom: 0;
  }
}
.btn_close {
  --btn_border_color1:#5e6073;
  --btn_bg_color1:#fff;
  --btn_txt_color1:#5e6073;
  width: 178px;
  height: 42px;
  border-radius: 21px;
}
@media (max-width: 768px) {
  .btn_close {
    width: 46.9816272966vw;
    height: 11.0236220472vw;
    border-radius: 5.5118110236vw;
  }
}
@media (min-width: 769px) {
  .btn_close:hover {
    --btn_border_color1:#fff;
    --btn_bg_color1:#5e6073;
    --btn_txt_color1:#fff;
  }
}
.btn_pamphlet {
  --btn_border_color1:#5e6073;
  --btn_bg_color1:#fff;
  --btn_txt_color1:#5e6073;
  width: 329px;
  height: 64px;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .btn_pamphlet {
    width: 57.7427821522vw;
    height: 11.0236220472vw;
    border-radius: 5.5118110236vw;
  }
}
@media (min-width: 769px) {
  .btn_pamphlet:hover {
    --btn_border_color1:#fff;
    --btn_bg_color1:#5e6073;
    --btn_txt_color1:#fff;
  }
}
.btn_pamphlet::after {
  content: "";
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid var(--btn_txt_color1);
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}
@media (max-width: 768px) {
  .btn_pamphlet::after {
    width: 1.968503937vw;
    height: 1.968503937vw;
  }
}

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrap.sp_hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .btn_wrap.sp_hide {
    display: none !important;
  }
}

/*-----------------------------------------------------------
iundex
-------------------------------------------------------------*/
.main_visual {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.main_visual .inner {
  background: var(--main-color);
  height: 678px;
  position: relative;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .inner {
    height: 63.9622641509vw;
  }
}
@media (max-width: 768px) {
  .main_visual .inner {
    height: 177.8215223097vw;
  }
}
.main_visual .logo {
  width: 227.5px;
  height: 73px;
  position: absolute;
  left: 83px;
  top: 83px;
}
.main_visual .logo img {
  width: 100%;
}
@media (max-width: 1060px) {
  .main_visual .logo {
    width: 21.4150943396vw;
    height: 6.8867924528vw;
    left: 7.8301886792vw;
    top: 7.8301886792vw;
  }
}
@media (max-width: 768px) {
  .main_visual .logo {
    width: 27.5590551181vw;
    height: 8.9238845144vw;
    left: 7.0866141732vw;
    top: 7.0866141732vw;
  }
}
.main_visual .mv_ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: absolute;
  left: 163px;
  top: 244px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl_wrap {
    left: 15.3773584906vw;
    top: 23.0188679245vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl_wrap {
    left: 9.0551181102vw;
    top: 38.188976378vw;
  }
}
.main_visual .mv_ttl1 {
  position: relative;
  overflow: hidden;
  display: block;
}
.main_visual .mv_ttl1 span {
  font-size: 37px;
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.64;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
          transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  position: relative;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl1 span {
    font-size: 3.4905660377vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl1 span {
    font-size: 6.1679790026vw;
  }
}
.main_visual .mv_ttl1 span.has-dot::before, .main_visual .mv_ttl1 span.has-dot::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: -3px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl1 span.has-dot::before, .main_visual .mv_ttl1 span.has-dot::after {
    width: 0.7547169811vw;
    height: 0.7547169811vw;
    top: -0.2830188679vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl1 span.has-dot::before, .main_visual .mv_ttl1 span.has-dot::after {
    width: 1.5748031496vw;
    height: 1.5748031496vw;
    top: -0.5249343832vw;
  }
}
.main_visual .mv_ttl1 span.has-dot::before {
  left: 16px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl1 span.has-dot::before {
    left: 1.5094339623vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl1 span.has-dot::before {
    left: 2.624671916vw;
  }
}
.main_visual .mv_ttl1 span.has-dot::after {
  left: 53px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl1 span.has-dot::after {
    left: 5vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl1 span.has-dot::after {
    left: 9.186351706vw;
  }
}
.main_visual .mv_ttl1::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
          transition-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.main_visual .mv_ttl1 + .mv_ttl1 span {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.main_visual .mv_ttl1.is-view span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main_visual .mv_ttl1.is-view::before {
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
.main_visual .mv_ttl_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 31px;
  position: absolute;
  left: 158px;
  top: 394px;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl_wrap2 {
    gap: 0 2.9245283019vw;
    left: 14.9056603774vw;
    top: 37.1698113208vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl_wrap2 {
    left: 8.2677165354vw;
    top: 92.5196850394vw;
    width: 54.4619422572vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.937007874vw 0;
  }
}
.main_visual .mv_ttl_wrap2 .mv_ttl2 {
  font-size: 21px;
  font-size: 2.1rem;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  width: 202px;
  height: 65px;
  border-radius: 33px;
  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;
  text-align: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  opacity: 0;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .mv_ttl_wrap2 .mv_ttl2 {
    font-size: 1.9811320755vw;
    gap: 0 2.9245283019vw;
    width: 19.0566037736vw;
    height: 6.1320754717vw;
    border-radius: 3.1132075472vw;
  }
}
@media (max-width: 768px) {
  .main_visual .mv_ttl_wrap2 .mv_ttl2 {
    font-size: 4.9212598425vw;
    height: 13.3858267717vw;
    border-radius: 6.6929133858vw;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_visual .mv_ttl_wrap2 .mv_ttl2:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.main_visual .mv_ttl_wrap2 .mv_ttl2:nth-child(2) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.main_visual .mv_ttl_wrap2 .mv_ttl2:nth-child(3) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.main_visual .mv_ttl_wrap2 .mv_ttl2.is-view {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.main_visual .btn_wrap {
  position: absolute;
  left: 247px;
  top: 507px;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .btn_wrap {
    left: 23.3018867925vw;
    top: 47.8301886792vw;
  }
}
@media (max-width: 768px) {
  .main_visual .btn_wrap {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25.5905511811vw;
  }
}
.main_visual .img_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 155px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1060px) and (min-width: 769px) {
  .main_visual .img_wrap {
    width: 14.6226415094vw;
  }
}
@media (max-width: 768px) {
  .main_visual .img_wrap {
    width: 25.4593175853vw;
    height: calc(100% - 25.5905511811vw);
  }
}
.main_visual .img_wrap .img_item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out 0s;
  transition: 0.8s ease-in-out 0s;
}
.main_visual .img_wrap .img_item span {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.main_visual .img_wrap .img_item span.img_pc {
  display: block;
}
@media (max-width: 768px) {
  .main_visual .img_wrap .img_item span.img_pc {
    display: none;
  }
}
.main_visual .img_wrap .img_item span.img_sp {
  display: none;
}
@media (max-width: 768px) {
  .main_visual .img_wrap .img_item span.img_sp {
    display: block;
  }
}
.main_visual .img_wrap .img_item:nth-child(1) {
  height: 40.5604719764%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.main_visual .img_wrap .img_item:nth-child(2) {
  height: 16.6666666667%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.main_visual .img_wrap .img_item:nth-child(3) {
  height: 16.5191740413%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.main_visual .img_wrap .img_item:nth-child(4) {
  height: 26.2536873156%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.main_visual .img_wrap .img_item.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section.section1 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section.section1 {
    margin-bottom: 0;
  }
}
.section.section1 .message {
  background: url("../../assets/img/sec1_bg01.png") no-repeat 50% 50%/cover;
  height: 566px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .section.section1 .message {
    background: url("../../assets/img/sec1_bg01_sp.png") no-repeat 50% 50%/cover;
    height: 148.8188976378vw;
  }
}
.section.section1 .message .txt_wrap {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 700;
  text-shadow: 0px 6px 25px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 8.3962264151%;
}
@media (max-width: 768px) {
  .section.section1 .message .txt_wrap {
    font-size: 4.9212598425vw;
    line-height: 2.1333333333;
    top: 14.6981627297vw;
    text-shadow: none;
  }
}
.section.section1 .question {
  background: #ededed;
  padding: 65px 0 35px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section.section1 .question {
    margin-bottom: 0;
    padding: 6.8241469816vw 6.2992125984vw 8.1364829396vw;
  }
}
.section.section1 .question .txt1 {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 60px;
}
@media (max-width: 768px) {
  .section.section1 .question .txt1 {
    font-size: 5.5118110236vw;
    line-height: 12.8608923885vw;
  }
}
.section.section1 .question .txt1 span {
  display: inline-block;
  position: relative;
  padding: 0 0.3em;
}
.section.section1 .question .txt1 span::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: auto;
}
@media (max-width: 768px) {
  .section.section1 .question .txt1 span::before {
    width: 12.8608923885vw;
    height: 12.8608923885vw;
  }
}
.section.section1 .question .txt2 {
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  margin-top: 4px;
}
.section.section1 .question .txt3 {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.022em;
  line-height: 1.2878787879;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .section.section1 .question .txt3 {
    text-align: left;
    font-size: 4.0682414698vw;
    line-height: 1.3225806452;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section.section1 .question .img_wrap {
  width: 714px;
  height: 342px;
  background: url("../../assets/img/sec1_img01.png") no-repeat 50% 100%;
  background-size: auto 254px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap {
    background: none;
    width: auto;
    height: 117.7165354331vw;
    position: relative;
  }
  .section.section1 .question .img_wrap::after {
    content: "";
    background: url("../../assets/img/sec1_img01.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 6.2992125984vw;
    width: 30.1837270341vw;
    height: 47.5065616798vw;
    z-index: 5;
  }
}
.section.section1 .question .img_wrap .caption {
  border: 3px solid var(--main-color);
  background: #fff;
  padding: 25px 0;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5135135135;
  font-weight: 400;
  position: absolute;
  border-radius: 115px;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap .caption {
    font-size: 4.0682414698vw;
    line-height: 1.6774193548;
    padding: 7.874015748vw 0;
  }
}
.section.section1 .question .img_wrap .caption span {
  font-weight: 700;
  color: var(--point-color);
}
.section.section1 .question .img_wrap .caption.caption1 {
  width: 225px;
  top: 0;
  left: 109px;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap .caption.caption1 {
    width: 52.4934383202vw;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.section.section1 .question .img_wrap .caption.caption2 {
  width: 214px;
  top: 0;
  right: 113px;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap .caption.caption2 {
    width: 52.4934383202vw;
    right: 0;
    top: 72.1784776903vw;
    z-index: 4;
  }
}
.section.section1 .question .img_wrap .caption.caption3 {
  width: 296px;
  top: 126px;
  left: 0;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap .caption.caption3 {
    width: 60.7611548556vw;
    right: 0;
    left: auto;
    top: 23.6220472441vw;
    z-index: 2;
  }
}
.section.section1 .question .img_wrap .caption.caption4 {
  width: 286px;
  top: 126px;
  right: 0;
}
@media (max-width: 768px) {
  .section.section1 .question .img_wrap .caption.caption4 {
    width: 58.0052493438vw;
    left: 0;
    right: auto;
    top: 47.2440944882vw;
    z-index: 3;
  }
}
.section.section1 .question_item {
  border: 6px solid var(--main-color);
  padding: 0 0 50px;
  width: 88.679245283%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section.section1 .question_item {
    width: 100%;
    border: none;
  }
}
.section.section1 .question_item + .question_item {
  margin-top: 58px;
}
@media (max-width: 768px) {
  .section.section1 .question_item + .question_item {
    margin-top: 0;
  }
}
.section.section1 .question_item .question_ttl {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2575757576;
  padding: 30px 0 16px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_ttl {
    padding: 6.56167979vw 0 3.937007874vw;
    font-size: 6.8241469816vw;
    font-weight: 500;
  }
}
.section.section1 .question_item .question_ttl .label {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_ttl .label {
    font-size: 4.0682414698vw;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_ttl .label .num {
    font-size: 150%;
  }
}
.section.section1 .question_item .question_ttl::before {
  content: "";
  display: block;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -49px;
}
.section.section1 .question_item .question_answer_title {
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_title {
    margin: 0 6.2992125984vw;
  }
}
.section.section1 .question_item .question_answer_title p {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section.section1 .question_item .question_answer_title p span.big {
  font-size: 132%;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_title p span.big {
    font-weight: 700;
    font-size: 160.9756097561%;
  }
  .section.section1 .question_item .question_answer_title p span.big .red {
    font-size: 164.7058823529%;
    line-height: 1;
  }
}
.section.section1 .question_item .question_answer_title p span.red {
  color: var(--point-color);
}
.section.section1 .question_item .question_answer_title p.txt1 {
  width: 160px;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--main-color);
  line-height: 46px;
  font-weight: 700;
  margin: 0 auto 35px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_title p.txt1 {
    font-size: 4.0682414698vw;
    line-height: 7.6115485564vw;
    width: 26.5091863517vw;
    margin: 0 auto 4.9868766404vw;
  }
}
.section.section1 .question_item .question_answer_title p.txt2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2682926829;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_title p.txt2 {
    font-size: 5.3805774278vw;
    font-weight: 500;
    line-height: 1.2682926829;
  }
}
.section.section1 .question_item .question_answer_title p.txt3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2682926829;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_title p.txt3 {
    font-size: 5.3805774278vw;
    font-weight: 500;
    line-height: 1.2682926829;
  }
}
.section.section1 .question_item .question_answer_body {
  width: 85.6382978723%;
  background: url("../../assets/img/dot.png") repeat-x 50% 0/auto 4.5px;
  margin: 0 auto;
  padding: 48px 0 0;
  display: none;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body {
    width: auto;
    margin: 0 6.2992125984vw;
  }
}
.section.section1 .question_item .question_answer_body .txt1 {
  font-size: 18.75px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5675675676;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt1 {
    font-size: 5.468503937vw;
  }
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt1.is-sec2 {
    text-align: left;
    letter-spacing: 0.01em;
  }
  .section.section1 .question_item .question_answer_body .txt1.is-sec2 span {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt1.is-sec2_2 {
    text-align: left;
  }
}
.section.section1 .question_item .question_answer_body .txt2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt2 {
    font-size: 7.217847769vw;
    font-weight: 500;
    line-height: 1.7272727273;
  }
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt2.is-sec2 {
    font-size: 4.1010498688vw;
    line-height: 1.26656;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt2.is-sec2_2 {
    font-size: 6.8595800525vw;
    line-height: 1.3653846154;
    font-weight: 700;
  }
}
.section.section1 .question_item .question_answer_body .txt2 .point {
  color: var(--point-color);
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt2 .point {
    font-size: 10.3241469816vw;
    font-weight: 700;
    line-height: 1.2179487179;
  }
}
.section.section1 .question_item .question_answer_body .txt3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.059em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt3 {
    font-size: 3.280839895vw;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.section.section1 .question_item .question_answer_body .txt4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt4 {
    font-size: 4.9212598425vw;
    line-height: 1.6666666667;
    text-align: left;
    margin-left: 5.249343832vw;
  }
}
.section.section1 .question_item .question_answer_body .txt5 {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 100px;
  position: relative;
  padding: 29px 0 29px 36px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt5 {
    margin: 0 auto;
    padding: 3.6745406824vw 0 3.6745406824vw 5.7742782152vw;
  }
}
.section.section1 .question_item .question_answer_body .txt5 .icon {
  position: absolute;
  width: 93px;
  right: -25px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt5 .icon {
    width: 18.2414698163vw;
    bottom: 0;
    right: 3.280839895vw;
  }
}
.section.section1 .question_item .question_answer_body .txt5 .icon img {
  width: 100%;
}
.section.section1 .question_item .question_answer_body .txt5 .txt_wrap {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .txt5 .txt_wrap {
    font-size: 5.468503937vw;
  }
  .section.section1 .question_item .question_answer_body .txt5 .txt_wrap span {
    font-weight: 700;
  }
}
.section.section1 .question_item .question_answer_body .txt6 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8095238095;
  padding: 0 20px;
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  border-radius: 38px;
}
.section.section1 .question_item .question_answer_body .img_wrap {
  margin: 0 auto;
}
.section.section1 .question_item .question_answer_body .img_wrap.size1 {
  max-width: 613px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .img_wrap.size1 {
    max-width: 69.6850393701vw;
  }
}
.section.section1 .question_item .question_answer_body .img_wrap.size2 {
  max-width: 804px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .img_wrap.size2 {
    max-width: 100%;
  }
}
.section.section1 .question_item .question_answer_body .img_wrap.size3 {
  max-width: 505px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .question_answer_body .img_wrap.size3 {
    max-width: 81.7585301837vw;
  }
}
.section.section1 .question_item .question_answer_body .img_wrap img {
  width: 100%;
}
.section.section1 .question_item .btn_wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section.section1 .question_item .btn_wrap {
    margin-top: 5.249343832vw;
  }
}
.section.section1 .question_item .btn_wrap .label1 {
  display: block;
}
.section.section1 .question_item .btn_wrap .label2 {
  display: none;
}
.section.section1 .question_item .question_answer_body.is-view + .btn_wrap .label1 {
  display: none;
}
.section.section1 .question_item .question_answer_body.is-view + .btn_wrap .label2 {
  display: block;
}
.section.section2 .inner {
  background: #ededed;
  padding: 0 0 65px;
}
.section.section2 .section_header {
  background: #282b3e url("../../assets/img/sec2_bg01.png") no-repeat 0 50%/cover;
  height: 289px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 94px;
  position: relative;
}
@media (max-width: 768px) {
  .section.section2 .section_header {
    background: #282b3e url("../../assets/img/sec2_bg01_sp.png") no-repeat 0 50%/cover;
    height: 83.7270341207vw;
  }
}
.section.section2 .section_header .ttl1 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.42;
}
@media (max-width: 768px) {
  .section.section2 .section_header .ttl1 {
    font-size: 4.9212598425vw;
  }
}
.section.section2 .section_header .ttl1 + .ttl1 {
  margin-top: 22px;
}
@media (max-width: 768px) {
  .section.section2 .section_header .ttl1 + .ttl1 {
    margin-top: 2.624671916vw;
  }
}
.section.section2 .section_header .ttl1 .label {
  display: inline-block;
  background: #fff;
  color: #282b3e;
  padding: 0 9px;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .section.section2 .section_header .ttl1 .label {
    margin-top: 10px;
  }
}
.section.section2 .section_header .ttl1 .big {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section.section2 .section_header .ttl1 .big {
    font-size: 170%;
  }
}
.section.section2 .section_header::after {
  content: "";
  background: url("../../assets/img/arrow04.png") no-repeat 0 50%/100%;
  width: 25px;
  height: 100px;
  bottom: -59px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.section.section2 .ttl2 {
  font-size: 33px;
  font-size: 3.3rem;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section2 .ttl2 {
    font-size: 6.8241469816vw;
  }
}
@media (max-width: 768px) {
  .section.section2 .ttl2 .big {
    font-size: 170%;
  }
}
.section.section2 .txt1 {
  font-size: 18.75px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.022em;
  line-height: 1.4594594595;
}
@media (max-width: 768px) {
  .section.section2 .txt1 {
    font-size: 4.1010498688vw;
  }
}
.section.section2 .ttl3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section.section2 .ttl3 {
    font-size: 4.9212598425vw;
  }
}
.section.section2 .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .section.section2 .point {
    gap: 1.8372703412vw;
  }
}
.section.section2 .point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #8e90a2;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  color: #fff;
  font-size: 18.75px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.022em;
  line-height: 1.4594594595;
}
@media (max-width: 768px) {
  .section.section2 .point li {
    width: 27.0341207349vw;
    height: 27.0341207349vw;
    font-size: 3.5433070866vw;
  }
}
.section.section2 .point2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .section.section2 .point2 {
    gap: 3.6745406824vw;
  }
}
.section.section2 .point2 .img_wrap {
  width: 110px;
}
@media (max-width: 768px) {
  .section.section2 .point2 .img_wrap {
    width: 18.1102362205vw;
  }
}
.section.section2 .point2 .img_wrap img {
  width: 100%;
}
.section.section2 .point2 .txt_wrap {
  width: 290px;
}
@media (max-width: 768px) {
  .section.section2 .point2 .txt_wrap {
    width: 62.9921259843vw;
  }
}
.section.section3 .inner {
  padding: 63px 0 85px;
}
.section.section3 .ttl1 {
  color: var(--main-color);
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section.section3 .ttl1 {
    font-size: 4.1010498688vw;
    margin-bottom: 10px;
  }
}
.section.section3 .ttl2 {
  background: var(--main-color);
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 114px;
  border-radius: 57px;
  margin: 0 133px 50px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section.section3 .ttl2 {
    margin: 0 auto 7.6115485564vw;
    width: 85.5643044619vw;
    height: 23.6220472441vw;
    border-radius: 11.811023622vw;
    font-size: 4.1010498688vw;
  }
}
.section.section3 .ttl2 .full {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section.section3 .ttl2 .full {
    margin-bottom: 1.8372703412vw;
  }
}
.section.section3 .ttl2 .big {
  font-size: 33px;
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  .section.section3 .ttl2 .big {
    font-size: 7.375328084vw;
  }
}
.section.section3 .ttl2 .num {
  display: inline-block;
  background: #fff;
  color: var(--main-color);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .section.section3 .ttl2 .num {
    width: 10.1049868766vw;
    height: 10.1049868766vw;
  }
}
.section.section3 .step_wrap {
  margin: 0 60px;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap {
    margin: 0 6.2992125984vw;
  }
}
.section.section3 .step_wrap .step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap .step_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.624671916vw 0;
  }
}
.section.section3 .step_wrap .step_item .img_wrap {
  width: 48.6170212766%;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap .step_item .img_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section.section3 .step_wrap .step_item .img_wrap img {
  width: 100%;
}
.section.section3 .step_wrap .step_item .txt_wrap {
  width: 47.8723404255%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap .step_item .txt_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.section.section3 .step_wrap .step_item + .step_item {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap .step_item + .step_item {
    margin-top: 14.8293963255vw;
  }
}
.section.section3 .step_wrap .step_item + .step_item::before {
  content: "";
  display: block;
  background-color: #dddee4;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 71px;
  height: 38px;
  position: absolute;
  left: 193px;
  top: -69px;
}
@media (max-width: 768px) {
  .section.section3 .step_wrap .step_item + .step_item::before {
    width: 13.6482939633vw;
    height: 7.874015748vw;
    left: 0;
    right: 0;
    margin: auto;
    top: -8.9238845144vw;
  }
}
.section.section3 .ttl3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section.section3 .ttl3 {
    font-size: 4.9212598425vw;
    margin-bottom: 2.624671916vw;
  }
}
.section.section3 .ttl3 span {
  font-size: 33px;
  font-size: 3.3rem;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .section.section3 .ttl3 span {
    font-size: 10.9356955381vw;
  }
}
.section.section3 .txt1 {
  font-size: 18.75px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6756756757;
}
@media (max-width: 768px) {
  .section.section3 .txt1 {
    font-size: 4.1010498688vw;
  }
}
.section.section4 .inner {
  background: var(--main-color);
  padding-bottom: 50px;
}
.section.section4 .ttl1_wrap {
  background: #282b3e url("../../assets/img/sec3_bg01.png") no-repeat 0 50%/cover;
  width: 100%;
  height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
  padding-left: 23.5849056604%;
  position: relative;
}
@media (max-width: 768px) {
  .section.section4 .ttl1_wrap {
    background: #282b3e url("../../assets/img/sec3_bg01_sp.png") no-repeat 0 50%/cover;
    height: 98.1627296588vw;
  }
}
.section.section4 .ttl1_wrap .ttl1 {
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section.section4 .ttl1_wrap .ttl1 {
    font-size: 10.3648293963vw;
    line-height: 1.6307926057;
    position: absolute;
    left: 7.217847769vw;
    top: 8.9238845144vw;
  }
}
.section.section4 .ttl2_wrap {
  background: #282b3e;
  position: relative;
  margin-bottom: 90px;
  text-align: center;
  padding: 55px 0 30px;
}
@media (max-width: 768px) {
  .section.section4 .ttl2_wrap {
    padding: 6.9553805774vw 0 5.6430446194vw;
    margin-bottom: 15.7480314961vw;
  }
}
.section.section4 .ttl2_wrap::after {
  content: "";
  display: block;
  background-color: #282b3e;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -49px;
  z-index: 0;
}
@media (max-width: 768px) {
  .section.section4 .ttl2_wrap::after {
    bottom: -9.7112860892vw;
    height: 9.842519685vw;
  }
}
.section.section4 .ttl2_wrap .ttl2 {
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.079em;
  line-height: 1.2575757576;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section.section4 .ttl2_wrap .ttl2 {
    font-size: 5.843832021vw;
    font-weight: 500;
    line-height: 1.7291713452;
  }
  .section.section4 .ttl2_wrap .ttl2 span {
    font-size: 8.4750656168vw;
    font-weight: 700;
    line-height: 1.1923196036;
  }
}
.section.section4 .txt1 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5151515152;
}
@media (max-width: 768px) {
  .section.section4 .txt1 {
    font-size: 4.9212598425vw;
  }
}
.section.section4 .txt1 span {
  font-size: 120%;
}
@media (max-width: 768px) {
  .section.section4 .txt1 span {
    font-size: 150%;
  }
}
.section.section4 .point_list {
  margin: 0 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .section.section4 .point_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 6.2992125984vw 6.56167979vw;
    gap: 2.624671916vw;
  }
}
.section.section4 .point_list li {
  width: 100%;
  background: #fff;
  padding: 33px 30px 25px;
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section.section4 .point_list li {
    font-size: 4.1010498688vw;
    line-height: 1.472;
    font-weight: 500;
    position: relative;
    padding: 3.937007874vw 3.937007874vw 3.937007874vw 17.8477690289vw;
  }
}
.section.section4 .point_list li span {
  display: block;
  background: var(--main-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .section.section4 .point_list li span {
    width: 10.498687664vw;
    height: 10.498687664vw;
    line-height: 10.498687664vw;
    left: 3.937007874vw;
    font-size: 6.1515748031vw;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
.section.section5 .inner {
  background: #ededed;
  padding: 75px 60px 55px;
}
@media (max-width: 768px) {
  .section.section5 .inner {
    padding: 13.1233595801vw 6.2992125984vw 7.874015748vw;
  }
}
.section.section5 .ttl1 {
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section.section5 .ttl1 {
    text-align: center;
    font-size: 6.8241469816vw;
  }
}
.section.section5 .ttl2 {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section.section5 .ttl2 {
    text-align: center;
    font-size: 4.9212598425vw;
  }
}
.section.section5 .product_item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
}
@media (max-width: 768px) {
  .section.section5 .product_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section.section5 .product_item .img_wrap {
  width: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .section.section5 .product_item .img_wrap {
    width: 100%;
  }
}
.section.section5 .product_item .img_wrap .img_width1 {
  width: 290px;
}
@media (max-width: 768px) {
  .section.section5 .product_item .img_wrap .img_width1 {
    width: 60.3674540682vw;
  }
}
.section.section5 .product_item .img_wrap .img_width2 {
  width: 288px;
}
@media (max-width: 768px) {
  .section.section5 .product_item .img_wrap .img_width2 {
    width: 69.0288713911vw;
  }
}
.section.section5 .product_item .img_wrap .img_width3 {
  width: 322px;
}
@media (max-width: 768px) {
  .section.section5 .product_item .img_wrap .img_width3 {
    width: 72.4409448819vw;
  }
}
.section.section5 .product_item .txt_wrap {
  width: calc(100% - 392px);
  font-size: 18.75px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .section.section5 .product_item .txt_wrap {
    width: 100%;
    font-size: 4.1010498688vw;
    line-height: 1.2;
    margin: 3.4120734908vw 7.0866141732vw 0;
    padding-right: 0;
  }
}
.section.section5 .product_caution + .product_item {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .section.section5 .product_caution + .product_item {
    margin-top: 5.905511811vw;
  }
}
.section.section5 .product_caution {
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .section.section5 .product_caution {
    font-size: 4.1010498688vw;
    text-align: left;
  }
}
.section.section5 .product_caution a {
  text-decoration: underline;
}
.section.section5 .btn_wrap {
  margin-top: 25px;
}