@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Barlow:ital,wght@1,500&display=swap");
/* ==========================================================================
viewport指定
============================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  margin-top: 0 !important;
}

@media screen and (max-width: 849px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #595757;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

@media screen and (min-width: 850px) and (max-width: 1099px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 849px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 850px), print {
  body {
    font-size: 1.5rem;
  }
}

[lang="en"] {
  font-family: "Barlow", serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #352522;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #666;
  opacity: .7;
}

p a {
  color: #de3c14;
}

img {
  width: 100%;
  height: auto;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

.for-tab {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 849px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}

@media screen and (min-width: 850px) and (max-width: 1099px) {
  .for-tab {
    display: inherit;
  }
}

/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0em {
  margin-top: 0em;
}

.mb-0em {
  margin-bottom: 0em;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

.mt-8em {
  margin-top: 8em;
}

.mb-8em {
  margin-bottom: 8em;
}

.mt-9em {
  margin-top: 9em;
}

.mb-9em {
  margin-bottom: 9em;
}

.mt-10em {
  margin-top: 10em;
}

.mb-10em {
  margin-bottom: 10em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: '';
  height: 1em;
}

@media screen and (max-width: 849px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}

@media screen and (max-width: 849px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.eng {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: italic;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #fe7235;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 81.25%;
}

.txt-large {
  font-size: 112.5%;
}

@media screen and (max-width: 849px) {
  .txt-large {
    font-size: 110%;
  }
}

.txt-large_2 {
  font-size: 137.5%;
}

@media screen and (max-width: 849px) {
  .txt-large_2 {
    font-size: 130%;
  }
}

.txt-xlarge {
  font-size: 162.5%;
}

@media screen and (max-width: 849px) {
  .txt-xlarge {
    font-size: 140%;
  }
}

.txt-xlarge_2 {
  font-size: 175%;
}

@media screen and (max-width: 849px) {
  .txt-xlarge_2 {
    font-size: 160%;
  }
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

@media screen and (max-width: 849px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: .5em;
}

.ls-__4 {
  letter-spacing: .04em;
}

.ls-__8 {
  letter-spacing: .08em;
}

/* indent */
/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}

@media screen and (max-width: 849px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

.txt-asterisk {
  font-size: 86% !important;
  line-height: 1.5;
  color: #858585;
  font-weight: 600;
  padding-left: 0;
  text-indent: 0;
}

.txt-red {
  color: #d1846a;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 5px;
}

/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transition: opacity .8s ease-out, transform .8s ease-out, -webkit-transform .8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-wrapper {
  position: relative;
  width: 100%;
}

/*------------------------------
header
-------------------------------*/
.l-header .header {
  display: none;
}

.l-header .logo {
  width: 150px;
  position: absolute;
  top: 35px;
  left: 35px;
}

.l-header .logo a {
  text-decoration: none;
  text-align: center;
  display: block;
}

.l-header .logo a img {
  vertical-align: top;
  width: 130px;
}

.l-header .logo a span {
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 849px) {
  .l-header .logo {
    top: 15px;
    left: 50%;
    margin-left: -75px;
  }
  .l-header .logo a img {
    width: 70px;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  width: 100%;
  padding: 70px 0 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background-image: linear-gradient(90deg, #006abc, #12a3e4);
  color: #fff;
}

.l-footer .sec-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.05em;
}

.l-footer .footer-inner a {
  color: #fff;
  text-decoration: none;
}

.l-footer .footer_logo {
  width: 31%;
}

.l-footer .footer_logo .logo {
  width: 171px;
  font-size: 0.9rem;
  letter-spacing: 0.13em;
}

.l-footer .footer_logo .logo img {
  margin-top: 8px;
}

.l-footer .footer_nav {
  width: 19%;
}

.l-footer .footer_nav ul {
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.l-footer .footer_nav ul li {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.l-footer .footer_nav2 {
  width: 14%;
}

.l-footer .link_nav {
  width: 35%;
}

.l-footer .link_nav .link-btn {
  width: 46%;
  max-width: 196px;
  margin-left: 3%;
}

.l-footer .link_nav .link-btn a {
  font-size: 1.5rem;
  padding: 15px 0;
}

.l-footer .copyright {
  margin: 10px 0 0;
  font-size: 0.9rem;
  text-align: right;
  letter-spacing: 0;
}

@media screen and (max-width: 849px) {
  .l-footer {
    padding: 30px 0 20px;
  }
  .l-footer .footer-inner {
    display: block;
  }
  .l-footer .footer_logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-footer .footer_logo .logo img {
    margin-top: 10px;
    width: 90px;
  }
  .l-footer .footer_nav {
    width: 100%;
  }
  .l-footer .footer_nav ul {
    margin-bottom: 0;
  }
  .l-footer .footer_nav ul li {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .l-footer .footer_nav2 {
    width: 100%;
  }
  .l-footer .link_nav {
    width: 100%;
    margin-top: 20px;
  }
  .l-footer .link_nav .link-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .l-footer .link_nav .link-btn a {
    font-size: 1.5rem;
    padding: 15px 0;
  }
  .l-footer .copyright {
    margin: 15px 0 0;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0;
  }
}

.page-top .l-footer {
  margin-top: 190px;
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  padding-top: 0;
}

.l-main .l-contents {
  position: relative;
}

.page-top .l-main {
  padding-top: 0;
}

@media screen and (max-width: 849px) {
  body .l-main, body.is-h-slim .l-main {
    padding-top: 0;
  }
}

/*------------------------------
common
-------------------------------*/
.sec-midashi {
  text-align: center;
  margin: 150px 0 0;
}

.sec-midashi .midashi {
  font-size: 5.0rem;
  font-weight: 400;
  color: #231815;
  letter-spacing: 0.05em;
}

.sec-midashi .midashi .eng {
  height: 14px;
  width: auto;
  display: block;
  margin: 0 auto 15px;
}

.sec-midashi p {
  font-size: 1.8rem;
  color: #727171;
  font-weight: 500;
}

@media screen and (max-width: 849px) {
  .sec-midashi {
    margin: 60px 0 0;
  }
  .sec-midashi .midashi {
    font-size: 2.9rem;
  }
  .sec-midashi .midashi .eng {
    height: 12px;
    margin: 0 auto 5px;
  }
  .sec-midashi p {
    font-size: 1.3rem;
  }
}

.midashi-sub {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 849px) {
  .midashi-sub {
    font-size: 2.1rem;
    margin-top: 25px;
  }
}

.link-btn {
  display: inline-block;
}

.link-btn a, .link-btn span {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 6px 0;
  display: block;
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.link-btn a:before, .link-btn span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

@media screen and (max-width: 849px) {
  .link-btn a, .link-btn span {
    font-size: 1.2rem;
  }
}

.download-btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#12a3e4), to(#006abc));
  background-image: linear-gradient(90deg, #12a3e4, #006abc);
}

.download-btn a:before {
  background: url(../images/lp03/icon-download-btn.png) no-repeat center;
  background-size: 100% auto;
  width: 18px;
  height: 20px;
}

.contact-btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#fab600), to(#f59800));
  background-image: linear-gradient(90deg, #fab600, #f59800);
}

.contact-btn a:before {
  background: url(../images/lp03/icon-contact-btn.png) no-repeat center;
  background-size: 100% auto;
  width: 22px;
  height: 20px;
}

/*------------------------------
top
-------------------------------*/
.page-lp .sec_topimg {
  background: url(../images/lp03/top_bg.jpg) no-repeat;
  background-size: 100%;
}

.page-lp .sec_topimg .topimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 170px;
}

.page-lp .sec_topimg .topimg .title {
  width: 48%;
}

.page-lp .sec_topimg .topimg .title h1 {
  font-size: 5.0rem;
  font-weight: 400;
  color: #3e3a39;
  line-height: 1.5;
}

.page-lp .sec_topimg .topimg .title h1 strong {
  font-weight: 700;
  color: #f59800;
}

.page-lp .sec_topimg .topimg .title p {
  font-size: 1.8rem;
  color: #595757;
}

.page-lp .sec_topimg .topimg .title .contact {
  margin-top: 30px;
}

.page-lp .sec_topimg .topimg .title .contact .link-btn {
  max-width: 220px;
  width: 46%;
  margin-right: 2%;
}

.page-lp .sec_topimg .topimg .title .contact .link-btn a {
  padding: 17px 0;
}

.page-lp .sec_topimg .topimg .mainimg {
  width: 52%;
}

.page-lp .sec_topimg .topimg .mainimg .visual {
  position: relative;
}

.page-lp .sec_topimg .topimg .mainimg .visual .icon {
  position: absolute;
  top: -66px;
  right: -13%;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background: #fff;
  z-index: 1;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-animation: topimg_ill-01 1s ease-out;
  animation: topimg_ill-01 1s ease-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.page-lp .sec_topimg .topimg .mainimg .visual .icon img {
  width: 120px;
  margin-top: 30px;
}

.page-lp .sec_topimg .topimg .mainimg .visual .pc {
  position: absolute;
  bottom: -40px;
  right: -14%;
  width: 56%;
  max-width: 316px;
  z-index: 1;
  text-align: center;
  padding: 1% 0 5%;
}

@-webkit-keyframes topimg_ill-01 {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes topimg_ill-01 {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.page-lp .sec_topimg .topimg .mainimg .slide {
  width: 100%;
  margin: 15px auto 0 0;
  position: relative;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__track {
  overflow: inherit;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide .slideimg {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide .slideimg img {
  vertical-align: top;
  -webkit-transition: 2.5s ease-out;
  transition: 2.5s ease-out;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide .pc {
  background: url(../images/lp03/topimg_slide-pc.png) no-repeat;
  background-size: 100%;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide .pc img {
  opacity: 0;
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  width: 72%;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide.is-active .slideimg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.page-lp .sec_topimg .topimg .mainimg .slide .splide__slide.is-active .pc img {
  opacity: 1;
}

.page-lp .sec_topimg .rooptxt-container-outer {
  background-image: -webkit-gradient(linear, left top, right top, from(#12a3e4), to(#006abc));
  background-image: linear-gradient(90deg, #12a3e4, #006abc);
  padding: 2px 0;
  margin-top: 110px;
}

.page-lp .sec_topimg .rooptxt-container {
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
}

.page-lp .sec_topimg .rooptxt {
  display: inline-block;
  -webkit-animation: rooptxt 26s linear infinite;
  animation: rooptxt 26s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#12a3e4), to(#006abc));
  background: linear-gradient(90deg, #12a3e4 0%, #006abc 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 2.8rem;
}

@-webkit-keyframes rooptxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes rooptxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 849px) {
  .page-lp .sec_topimg {
    padding: 0 0 0;
  }
  .page-lp .sec_topimg .topimg {
    display: block;
    padding: 80px 0 0;
  }
  .page-lp .sec_topimg .topimg .title {
    width: 100%;
  }
  .page-lp .sec_topimg .topimg .title h1 {
    font-size: 3rem;
  }
  .page-lp .sec_topimg .topimg .title p {
    font-size: 1.4rem;
  }
  .page-lp .sec_topimg .topimg .title .contact {
    margin-top: 20px;
  }
  .page-lp .sec_topimg .topimg .title .contact .link-btn {
    max-width: 220px;
    width: 47%;
    margin: 0 1%;
  }
  .page-lp .sec_topimg .topimg .title .contact .link-btn a {
    padding: 10px 0;
  }
  .page-lp .sec_topimg .topimg .mainimg {
    width: 100%;
    background: none;
    padding: 2% 0;
  }
  .page-lp .sec_topimg .topimg .mainimg .visual .icon {
    right: -3%;
    width: 100px;
    height: 100px;
  }
  .page-lp .sec_topimg .topimg .mainimg .visual .icon img {
    width: 80px;
    margin-top: 15px;
  }
  .page-lp .sec_topimg .topimg .mainimg .visual .pc {
    bottom: -40px;
    right: -3%;
    width: 50%;
  }
  .page-lp .sec_topimg .topimg .mainimg .slide {
    width: 100%;
    margin: 80px auto 0;
  }
  .page-lp .sec_topimg .topimg .mainimg .slide .splide__track {
    border-radius: 15px;
  }
  .page-lp .sec_topimg .topimg .mainimg .slide .splide__slide .slideimg img {
    border-radius: 15px;
  }
  .page-lp .sec_topimg .rooptxt-container-outer {
    margin-top: 60px;
    padding: 1px 0;
  }
  .page-lp .sec_topimg .rooptxt {
    font-size: 5vw;
  }
  @-webkit-keyframes rooptxt {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
  @keyframes rooptxt {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  }
}

.page-lp .sec_01 .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1140px;
  width: 90%;
  margin: 50px auto 0;
}

.page-lp .sec_01 .sec-inner .sec_blc {
  width: 29%;
}

.page-lp .sec_01 .sec-inner .sec_blc .img {
  padding-bottom: 20px;
}

.page-lp .sec_01 .sec-inner .sec_blc h3 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}

.page-lp .sec_01 .sec-inner .sec_blc h3 strong {
  font-weight: 700;
  color: #f59800;
  font-size: 4.0rem;
}

.page-lp .sec_01 .sec-inner .sec_blc p {
  font-size: 1.7rem;
  color: #3e3a39;
  padding: 0 4% 0;
}

.page-lp .sec_01 .sec-inner .sec_01_blc, .page-lp .sec_01 .sec-inner .sec_03_blc, .page-lp .sec_01 .sec-inner .sec_04_blc, .page-lp .sec_01 .sec-inner .sec_06_blc {
  margin-top: 100px;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_01 .sec-inner {
    margin: 20px auto 0;
  }
  .page-lp .sec_01 .sec-inner .sec_blc {
    width: 47%;
  }
  .page-lp .sec_01 .sec-inner .sec_blc .img {
    padding-bottom: 10px;
  }
  .page-lp .sec_01 .sec-inner .sec_blc h3 {
    font-size: 1.5rem;
  }
  .page-lp .sec_01 .sec-inner .sec_blc h3 strong {
    font-size: 1.8rem;
  }
  .page-lp .sec_01 .sec-inner .sec_blc p {
    font-size: 1.3rem;
    padding: 0;
  }
  .page-lp .sec_01 .sec-inner .sec_01_blc, .page-lp .sec_01 .sec-inner .sec_03_blc, .page-lp .sec_01 .sec-inner .sec_04_blc, .page-lp .sec_01 .sec-inner .sec_06_blc {
    margin-top: 0;
  }
}

.page-lp .sec_02 .sec-inner .sec_02_blc {
  background: url(../images/lp03/co-02-bg-01.jpg) no-repeat center right -65%;
  background-size: auto 100%;
  margin-top: 80px;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner .img {
  width: 55%;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt {
  width: 38%;
  padding-left: 9%;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt h3 {
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.4;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt h3 strong {
  color: #f59800;
  font-weight: 600;
}

.page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt p {
  font-size: 1.8rem;
}

.page-lp .sec_02 .sec-inner .blc-01 .inner {
  padding: 68px 0;
}

.page-lp .sec_02 .sec-inner .blc-01 .inner .img {
  width: 60%;
}

.page-lp .sec_02 .sec-inner .blc-01 .inner .img img {
  margin-left: 5%;
}

.page-lp .sec_02 .sec-inner .blc-02 {
  background: url(../images/lp03/co-02-bg-02.jpg) no-repeat center left -71%;
  background-size: auto 100%;
}

.page-lp .sec_02 .sec-inner .blc-02 .inner {
  padding: 50px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.page-lp .sec_02 .sec-inner .blc-02 .inner .img img {
  margin-left: 7%;
}

.page-lp .sec_02 .sec-inner .blc-02 .inner .txt {
  padding-left: 0;
  padding-right: 9%;
}

.page-lp .sec_02 .sec-inner .blc-03 .inner {
  padding: 80px 0;
}

.page-lp .sec_02 .sec-inner .blc-03 .inner .img img {
  border-radius: 25px;
}

.page-lp .sec_02 .sec-table {
  text-align: center;
  margin-top: 110px;
}

.page-lp .sec_02 .sec-table .table {
  width: 90%;
  max-width: 870px;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-lp .sec_02 .sec-table .table table {
  font-weight: 600;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}

.page-lp .sec_02 .sec-table .table table th {
  font-size: 1.6rem;
  background: #e1e3f6;
  width: 50%;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

.page-lp .sec_02 .sec-table .table table td {
  font-size: 1.4rem;
  background: #f5f6f6;
  width: 50%;
  height: 65px;
  vertical-align: middle;
  border-bottom: 1px solid #c7c8c8;
}

.page-lp .sec_02 .sec-table .table table .last {
  border-bottom: none;
}

.page-lp .sec_02 .sec-table .table table .h30 {
  height: 90px;
}

.page-lp .sec_02 .sec-table .table .table-01 {
  width: 65%;
}

.page-lp .sec_02 .sec-table .table .table-01 .first {
  background: #c7c8c8;
  font-size: 1.6rem;
}

.page-lp .sec_02 .sec-table .table .table-02-outer {
  width: 33%;
  background-image: -webkit-gradient(linear, left top, right top, from(#12a3e4), to(#006abc));
  background-image: linear-gradient(90deg, #12a3e4, #006abc);
  padding: 3px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.page-lp .sec_02 .sec-table .table .table-02 {
  border-radius: 12px;
}

.page-lp .sec_02 .sec-table .table .table-02 .first {
  background-image: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background-image: linear-gradient(90deg, #006abc, #12a3e4);
  font-size: 2.4rem;
  color: #fff;
  height: 76px;
}

.page-lp .sec_02 .sec-table .table .txt-asterisk {
  width: 100%;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_02 .sec-inner .sec_02_blc {
    margin-top: 40px;
    background-position: center right -370px;
  }
  .page-lp .sec_02 .sec-inner .sec_02_blc .inner {
    margin: 0 auto 0;
    display: block;
  }
  .page-lp .sec_02 .sec-inner .sec_02_blc .inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt {
    width: 100%;
    padding-left: 0;
  }
  .page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt h3 {
    font-size: 2.5rem;
  }
  .page-lp .sec_02 .sec-inner .sec_02_blc .inner .txt p {
    font-size: 1.3rem;
  }
  .page-lp .sec_02 .sec-inner .blc-01 .inner {
    padding: 20px 0;
  }
  .page-lp .sec_02 .sec-inner .blc-01 .inner .img {
    width: 100%;
  }
  .page-lp .sec_02 .sec-inner .blc-01 .inner .img img {
    margin-left: 0;
  }
  .page-lp .sec_02 .sec-inner .blc-02 {
    background-position: center left -460px;
  }
  .page-lp .sec_02 .sec-inner .blc-02 .inner {
    padding: 20px 0;
  }
  .page-lp .sec_02 .sec-inner .blc-02 .inner .img img {
    margin-left: 0;
  }
  .page-lp .sec_02 .sec-inner .blc-02 .inner .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .page-lp .sec_02 .sec-inner .blc-03 .inner {
    padding: 20px 0;
  }
  .page-lp .sec_02 .sec-inner .blc-03 .inner .img img {
    border-radius: 15px;
  }
  .page-lp .sec_02 .sec-table {
    margin-top: 50px;
  }
  .page-lp .sec_02 .sec-table .table {
    width: 90%;
    max-width: 870px;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-lp .sec_02 .sec-table .table table {
    font-weight: 600;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .page-lp .sec_02 .sec-table .table table th {
    font-size: 1.2rem;
    background: #e1e3f6;
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
  }
  .page-lp .sec_02 .sec-table .table table td {
    font-size: 1.2rem;
    background: #f5f6f6;
    width: 50%;
    height: 80px;
    vertical-align: middle;
    border-bottom: 1px solid #c7c8c8;
  }
  .page-lp .sec_02 .sec-table .table table .last {
    border-bottom: none;
  }
  .page-lp .sec_02 .sec-table .table table .h30 {
    height: 180px;
  }
  .page-lp .sec_02 .sec-table .table .table-01 {
    width: 65%;
  }
  .page-lp .sec_02 .sec-table .table .table-01 .first {
    background: #c7c8c8;
    font-size: 1.3rem;
  }
  .page-lp .sec_02 .sec-table .table .table-02-outer {
    padding: 2px;
    border-radius: 10px;
  }
  .page-lp .sec_02 .sec-table .table .table-02 {
    border-radius: 9px;
  }
  .page-lp .sec_02 .sec-table .table .table-02 .first {
    font-size: 1.4rem;
  }
  .page-lp .sec_02 .sec-table .table .txt-asterisk {
    line-height: 1.3;
    display: block;
  }
}

.page-lp .sec_03 .sec_03_blc {
  max-width: 860px;
  width: 90%;
  margin: 15px auto 0;
}

.page-lp .sec_03 .sec_03_blc .table table {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border-spacing: 0;
  background: #f5f6f6;
  text-align: center;
}

.page-lp .sec_03 .sec_03_blc .table table th {
  background-image: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background-image: linear-gradient(90deg, #006abc, #12a3e4);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
  width: 25%;
}

.page-lp .sec_03 .sec_03_blc .table table td {
  font-size: 1.4rem;
  height: 90px;
  vertical-align: middle;
  width: 25%;
  line-height: 1.3;
}

.page-lp .sec_03 .sec_03_blc .table table td strong {
  font-size: 2.7rem;
}

.page-lp .sec_03 .sec_03_blc .table table .b-b {
  border-bottom: 1px solid #c7c8c8;
}

.page-lp .sec_03 .sec_03_blc .table table .b-r {
  border-right: 1px solid #c7c8c8;
}

.page-lp .sec_03 .sec_03_blc .table-02 table th {
  width: 33%;
}

.page-lp .sec_03 .sec_03_blc .table-02 table td {
  width: 33%;
}

.page-lp .sec_03 .sec_03_blc .table-02 table .first-01 {
  background-image: linear-gradient(120deg, #21bbd5, #6aefe5);
  font-size: 2.0rem;
  color: #fff;
}

.page-lp .sec_03 .sec_03_blc .table-02 table .first-02 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fab600), to(#f59800));
  background-image: linear-gradient(90deg, #fab600, #f59800);
  font-size: 2.0rem;
  color: #fff;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_03 .sec_03_blc .table table {
    border-radius: 10px;
  }
  .page-lp .sec_03 .sec_03_blc .table table th {
    background-image: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
    background-image: linear-gradient(90deg, #006abc, #12a3e4);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    vertical-align: middle;
    width: 25%;
  }
  .page-lp .sec_03 .sec_03_blc .table table td {
    font-size: 1.1rem;
    height: 90px;
    width: 25%;
  }
  .page-lp .sec_03 .sec_03_blc .table table td strong {
    font-size: 1.5rem;
  }
  .page-lp .sec_03 .sec_03_blc .table table .b-b {
    border-bottom: 1px solid #c7c8c8;
  }
  .page-lp .sec_03 .sec_03_blc .table table .b-r {
    border-right: 1px solid #c7c8c8;
  }
  .page-lp .sec_03 .sec_03_blc .table-02 table th {
    width: 33%;
  }
  .page-lp .sec_03 .sec_03_blc .table-02 table td {
    width: 33%;
  }
  .page-lp .sec_03 .sec_03_blc .table-02 table .first-01 {
    font-size: 1.3rem;
  }
  .page-lp .sec_03 .sec_03_blc .table-02 table .first-02 {
    font-size: 1.3rem;
  }
}

.page-lp .sec_04 .sec-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.page-lp .sec_04 .sec-inner .faq_blc {
  background: #f5f6f6;
  border-radius: 16px;
  margin: 40px 0 0;
  padding: 0 40px;
  font-size: 1.7rem;
}

.page-lp .sec_04 .sec-inner .faq_blc dt {
  padding: 40px 0 40px 50px;
  cursor: pointer;
  font-weight: 500;
  background: url(../images/lp03/co-04-icon-q.png) no-repeat top 42px left;
  position: relative;
}

.page-lp .sec_04 .sec-inner .faq_blc dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/lp03/co-04-icon-open.png) no-repeat top left;
}

.page-lp .sec_04 .sec-inner .faq_blc dd {
  border-top: 1px dotted #0883ce;
  padding: 0 0 0 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  height: 0;
}

.page-lp .sec_04 .sec-inner .faq_blc dd span {
  padding-left: 50px;
  display: block;
  background: url(../images/lp03/co-04-icon-a.png) no-repeat top 0 left;
}

.page-lp .sec_04 .sec-inner .faq_blc dt.is-open:after {
  background: url(../images/lp03/co-04-icon-close.png) no-repeat top left;
}

.page-lp .sec_04 .sec-inner .faq_blc dd.is-open {
  visibility: visible;
  padding: 40px 0 60px 0;
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_04 .sec-inner .faq_blc {
    border-radius: 10px;
    margin: 15px 0 0;
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .page-lp .sec_04 .sec-inner .faq_blc dt {
    padding: 20px 20px 20px 30px;
    background: url(../images/lp03/co-04-icon-q.png) no-repeat top 22px left;
    background-size: 20px;
  }
  .page-lp .sec_04 .sec-inner .faq_blc dt:after {
    top: 22px;
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
  .page-lp .sec_04 .sec-inner .faq_blc dd span {
    padding-left: 30px;
    background-size: 20px;
  }
  .page-lp .sec_04 .sec-inner .faq_blc dt.is-open:after {
    background-size: 100%;
  }
  .page-lp .sec_04 .sec-inner .faq_blc dd.is-open {
    padding: 20px 0 20px 0;
  }
}

.page-lp .sec_05 .sec-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.page-lp .sec_05 .sec-inner .support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.page-lp .sec_05 .sec-inner .support_list .support_blc {
  width: 30%;
  background: #f5f6f6;
  border-radius: 16px;
  margin: 60px 0 0;
  padding: 1px 30px 30px;
  font-size: 1.7rem;
}

.page-lp .sec_05 .sec-inner .support_list .support_blc .icon {
  width: 110px;
  margin: -40px auto 10px;
}

.page-lp .sec_05 .sec-inner .support_list .support_blc h3 {
  font-size: 2.2rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#12a3e4), to(#006abc));
  background: linear-gradient(90deg, #12a3e4 0%, #006abc 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-align: center;
}

.page-lp .sec_05 .sec-inner .support_list .support_blc p {
  margin: 12px 0 0;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_05 .sec-inner .support_list {
    margin-top: 20px;
  }
  .page-lp .sec_05 .sec-inner .support_list .support_blc {
    width: 100%;
    border-radius: 10px;
    margin: 30px 0 0;
    padding: 1px 20px 20px;
    font-size: 1.3rem;
  }
  .page-lp .sec_05 .sec-inner .support_list .support_blc .icon {
    width: 50px;
    margin: -20px auto 0;
  }
  .page-lp .sec_05 .sec-inner .support_list .support_blc h3 {
    font-size: 1.8rem;
  }
  .page-lp .sec_05 .sec-inner .support_list .support_blc p {
    margin: 12px 0 0;
  }
}

.page-lp .sec_contactarea .sec-midashi .midashi {
  font-size: 4.2rem;
}

.page-lp .sec_contactarea .sec-inner {
  background: url(../images/lp03/contactarea_bg.svg) no-repeat top center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
}

.page-lp .sec_contactarea .sec-inner .sec_blc {
  width: 50%;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi {
  margin: 70px 0 50px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .midashi {
  font-size: 3.8rem;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .midashi .eng {
  height: 16px;
  margin: 0 auto 5px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail {
  max-width: 470px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail .txt {
  margin: 50px 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2em;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail .img {
  position: absolute;
  right: -3%;
  top: -35px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail ul li {
  background: url(../images/lp03/contactarea-check.png) no-repeat left center;
  padding-left: 25px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt {
  font-size: 2.0rem;
  font-weight: 500;
  margin: 60px auto 10px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 10px 5px 0;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0 5px 10px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt-outer {
  max-width: 470px;
  width: 90%;
  background-image: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background-image: linear-gradient(90deg, #006abc, #12a3e4);
  padding: 2px;
  border-radius: 8px;
  margin: 33px auto 15px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt {
  background: #eaecf9;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt .blc-l {
  width: 50%;
  font-size: 2.0rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background: linear-gradient(90deg, #006abc 0%, #12a3e4 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  border-right: 2px solid #12a3e4;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt .blc-r {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#006abc), to(#12a3e4));
  background: linear-gradient(90deg, #006abc 0%, #12a3e4 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.3;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt .blc-r .tel {
  font-size: 1.8rem;
  font-weight: 700;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .link-btn {
  max-width: 470px;
  width: 90%;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .link-btn a {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  padding: 22px 0;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-btn a:before {
  width: 24px;
  height: 26px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .contact-btn a:before {
  width: 28px;
  height: 26px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .blc-dl {
  color: #fff;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .blc-dl .midashi {
  color: #fff;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .blc-dl .detail .img {
  width: 50%;
  max-width: 235px;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .blc-contact .midashi {
  color: #595757;
}

.page-lp .sec_contactarea .sec-inner .sec_blc .blc-contact .detail .img {
  width: 43%;
  max-width: 200px;
}

@media screen and (max-width: 849px) {
  .page-lp .sec_contactarea .sec-midashi .midashi {
    font-size: 2.1rem;
    line-height: 1.4;
  }
  .page-lp .sec_contactarea .sec-inner {
    background: none;
    display: block;
    margin: 10px auto 0;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc {
    width: 100%;
    position: relative;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi {
    padding: 63px 0 20px;
    margin: 0;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .midashi {
    font-size: 2.4rem;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .midashi .eng {
    height: 13px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail {
    width: auto;
    display: table;
    position: static;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail .txt {
    margin: 10px 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail .img {
    margin: 0 auto;
    right: inherit;
    left: 50%;
    top: 5px;
    margin-left: -10%;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .detail ul li {
    text-align: left;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt {
    font-size: 1.4rem;
    margin: 10px auto 10px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt:before {
    width: 20px;
    height: 1px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-txt:after {
    width: 20px;
    height: 1px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt-outer {
    max-width: 470px;
    width: 90%;
    padding: 1px;
    border-radius: 5px;
    margin: 10px auto 15px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt {
    background: #eaecf9;
    border-radius: 6px;
    display: block;
    padding: 7px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt .blc-l {
    width: 100%;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 1px solid #12a3e4;
    padding-bottom: 3px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .tel-txt .blc-r {
    width: 100%;
    padding-top: 5px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .link-btn {
    width: 80%;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .link-btn a {
    font-size: 1.6rem;
    padding: 13px 0;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .download-btn a:before {
    width: 24px;
    height: 26px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .sec-midashi .contact-btn a:before {
    width: 28px;
    height: 26px;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .blc-dl {
    background-image: linear-gradient(120deg, #21bbd5, #6aefe5);
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .blc-dl .detail .img {
    width: 20%;
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .blc-contact {
    background-image: linear-gradient(120deg, #e1e3f6, white);
  }
  .page-lp .sec_contactarea .sec-inner .sec_blc .blc-contact .detail .img {
    width: 20%;
  }
}

/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.scrollIn.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
