@charset "UTF-8";
/*! 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 {
  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 */
  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 {
  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"] {
  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 
----------------------------------------------------- */
:root {
  --color-white: #fff;
  --color-glay-1: #333;
  --color-glay-2: #f5f5f5;
  --color-glay-3: #dbdbdb;
  --color-glay-4: #ccc;
  --color-glay-5: #bebebe;
  --color-glay-6: #fafafa;
  --color-blue-1: #004ea5;
  --color-blue-2: #008cdc;
  --color-blue-3: #008CDC;
  --color-blue-4: #009bf3;
  --color-lightblue-1: #e6f5ff;
  --color-lightblue-2: #d9ebff;
  --color-inquiry-1: #edf7f5;
  --color-inquiry-2: #16ab7c;
  --color-font-normal: var(--color-glay-1);
  --color-font-white: var(--color-white);
  --color-font-blue: var(--color-blue-1);
  --color-background-normal: var(--color-white);
  --color-background-blue: var(--color-blue-2);
  --color-background-lightblue: var(--color-lightblue-1);
  --color-background-glay-1: var(--color-glay-2);
  --color-background-glay-2: var(--color-glay-4);
}

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

html, body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.625;
  color: var(--color-font-normal);
  background-color: var(--color-background-normal);;
}
@media screen and (min-width:769px) {
  body {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

main {
  overflow-x: hidden;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  font-style: normal;
  color: var(--color-blue-1);
}

a {
  color: var(--color-blue-2);
  text-decoration: underline;
}

strong > a {
  color: var(--color-blue-1);
}

a:visited {
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

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

figure {
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: var(--color-font-normal);
}

p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 1.2rem;
}

ul, ol {
  list-style-type: none;
}

ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

/* -----------------------------------------------------
Header
----------------------------------------------------- */
.header {
  border-bottom: 1px solid var(--color-glay-3);
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.header .header-inner {
  margin: 0 auto;
  padding: 15px 20px;
  max-width: 1000px;
}

@media screen and (min-width:769px) {
  .header .header-inner {
    padding: 18px 20px;
  }
}

.header .logo {
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width:768px) {
  .header .logo {
    width: 67px;
  }
}

/* -----------------------------------------------------
Footer
----------------------------------------------------- */
@media screen and (max-width: 768px){
  .footer {
    margin-top: 30px;
    padding: 0 10px 20px;
  }
}

@media screen and (min-width: 769px){
  .footer {
    margin-top: 40px;
    padding: 0 20px 30px;
  }
}

.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
} 

.footer .item:first-child {
  width: 43px;
}

@media screen and (min-width: 769px){
  .footer .item:first-child {
    width: 56px;
  }
}

.footer .item:last-child {
  margin-top: 3px;
  padding-left: 15px;
}

@media screen and (min-width: 769px){
  .footer .item:last-child {
    margin-top: 10px;
  }
}

.footer .copyright {
  font-size: 1rem;
  text-align: right;
}

@media screen and (min-width: 769px){
  .footer .copyright {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------
Common
----------------------------------------------------- */
/*      Section      */
.section {
  padding: 50px 20px;
}

@media screen and (min-width: 769px) {
  .section {
    padding: 80px 20px;
  }
}

@media screen and (max-width: 768px) {
  .section._about {
    padding: 55px 20px 48px;
  }

  .section._download {
    padding: 36px 20px 30px;
  }

  .section._note {
    padding: 50px 20px 95px;
  }
}

@media screen and (min-width: 769px) {
  .section._about {
    padding: 106px 20px 50px;
  }

  .section._download {
    padding: 45px 20px 50px;
  }

  .section._note {
    padding: 48px 20px 90px;
  }
}

.section._bg-01 {
  background-color: var(--color-background-lightblue);
}

.section._bg-02 {
  background-color: var(--color-background-glay-1);
}

.section._bg-03 {
  background-color: var(--color-background-blue);
}

@media screen and (max-width: 768px) {
  .section._bg-04 {
    padding: 30px 20px;
    background: var(--color-background-blue) url("/splie/images/bg_about_01_sp.png") bottom right no-repeat;
  }
}

@media screen and (min-width: 769px) {
  .section._bg-04 {
    background: var(--color-background-blue) url("/splie/images/bg_about_01.png") top center no-repeat;
  }
}

.section > .section-inner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (min-width: 769px) {
  .section._bg-04 > .section-inner {
    max-width: 740px;
  }
}

.section > .section-inner > *:last-child {
  margin-bottom: 0;
}

.section._bg-03 > .section-inner > *,
.section._bg-04 > .section-inner > * {
  color: var(--color-font-white);
}

/*      Heading      */
/* hdg-l2-01 */
.hdg-l2-01 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-font-blue);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .hdg-l2-01 {
    margin-bottom: 50px;
    font-size: 4.8rem;
  }
}

/* hdg-l2-02 */
.hdg-l2-02 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 26px;
  line-height: 1.1;
  color: var(--color-font-normal);
}

.hdg-l2-02 .image {
  margin-right: 5px;
  transform: translateY(-3px);
}

.hdg-l2-02 .text {
  font-size: 2.4rem;
}

@media screen and (min-width: 769px) {
  .hdg-l2-02 {
    margin-bottom: 32px;
  }

  .hdg-l2-02 .image {
    transform: translateY(-5px);
  }

  .hdg-l2-02 .text {
    font-size: 3.8rem;
  }
}

/* hdg-l2-03 */
.hdg-l2-03 {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  line-height: 1.1;
  text-align: center;
  color: var(--color-font-white);
}

.hdg-l2-03 > .text-01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hdg-l2-03 > .text-01 .sub {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .hdg-l2-03 {
    flex-direction: column;
  }

  .hdg-l2-03 > .text-01 .image {
    margin-right: 3px;
    transform: translateY(-5px);
    width: 85px;
  }

  .hdg-l2-03 > .text-02 {
    padding-top: 3px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .hdg-l2-03 {
    align-items: flex-end;
    margin-bottom: 23px;
  }

  .hdg-l2-03 > .text-01 .image {
    margin-right: 8px;
    transform: translateY(-3px);
  }

  .hdg-l2-03 > .text-02 {
    padding-left: 5px;
    font-size: 3.8rem;
  }
}

/*      Text      */
.main p {
  margin-bottom: 16px;
}

.text-small {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .text-small {
    font-size: 1.4rem;
  }
}

/* lead-01 */
.main .lead-01 {
  margin-bottom: 26px;
  font-size: 1.6rem;
  color: var(--color-blue-3);
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main .lead-01 {
    margin-bottom: 48px;
    font-size: 3rem;
  }
}

/*      List      */
/* list-number-01 */
.list-number-01 {
  margin-bottom: 20px;
}

.list-number-01 .item {
  display: flex;
}

.list-number-01 .num {
  padding-right: 3px;
}

/* list-note-01 */
.list-note-01 {
  margin-bottom: 20px;
}

.list-note-01 .item {
  display: flex;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .list-note-01 .item {
    font-size: 1.4rem;
  }
}

.list-note-01 .item + .item {
  margin-top: 5px;
}

.list-note-01 .mark {
  padding-right: 3px;
}

.section._bg-03 .list-note-01 {
  color: var(--color-font-white);
}

/*      Link      */
/* icon-blank */
.icon-blank {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}

/* link-banner-01 */
.link-banner-01 {
  display: flex;
  justify-content: center;
}

.link-banner-01 > li:first-child {
  margin-right: 3px;
}

.link-banner-01 > li:last-child {
  margin-left: 3px;
}

@media screen and (min-width: 769px) {
  .link-banner-01 > li:first-child {
    margin-right: 10px;
  }

  .link-banner-01 > li:last-child {
    margin-left: 10px;
  }
}

/* link-anchor-01 */
.link-anchor-01 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .link-anchor-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
}

.link-anchor-01 .item {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .link-anchor-01 .item {
    margin-bottom: 15px;
    width: 48.648648%; /* 360/740*100% */
  }

  .link-anchor-01 .item:nth-child(odd) {
    margin-right: 2.702702%; /* 20/740*100% */
  }
}

.link-anchor-01 .inner {
  display: block;
  padding: 10px 40px 10px 15px;
  position: relative;
  border-radius: 5px;
  background-color: var(--color-background-normal);
}

@media screen and (min-width: 769px) {
  .link-anchor-01 .inner {
    padding: 0;
    border-radius: 10px;
  }
}

.link-anchor-01 .inner::before {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .link-anchor-01 .inner::before {
    top: 0;
    right: 23px;
    bottom: 0;
    border-top: 3px solid var(--color-blue-1);
    border-right: 3px solid var(--color-blue-1);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 769px) {
  .link-anchor-01 .inner::before {
    right: 0;
    bottom: 22px;
    left: 0;
    border-top: 5px solid var(--color-blue-1);
    border-right: 5px solid var(--color-blue-1);
    width: 22px;
    height: 22px;
  }
}

.link-anchor-01 .inner img {
  opacity: 1;
  transition: opacity .2s ease-out;
}

@media screen and (min-width: 769px) {
  .link-anchor-01 .inner:hover img {
    opacity: .5;
  }
}

/*      Button      */
/* btn-01 */
.btn-01 {
  display: flex;
  justify-content: center;
}

.btn-01 > .item {
  padding: 16px;
  background-color: var(--color-blue-3);
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  color: var(--color-font-white);
  transition: background-color .2s ease-out;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .btn-01 > .item {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .btn-01 > .item {
    padding: 18px;
    min-width: 500px;
    font-size: 3rem;
  }

  .btn-01 > .item:hover,
  .btn-01 > .item:focus,
  .btn-01 > .item:active {
    background-color: var(--color-blue-4);
    text-decoration: none;
  }
}

/*      Image      */
/* media */
.media {
    margin: 20px 0;
    text-align: center;
}

@media screen and (min-width: 769px) {
  .media {
      margin: 50px 0;
  }
}

.media > .item {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

/* media-lyt */
.media-lyt {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .media-lyt {
    margin-bottom: 50px;
  }
}

.media-lyt > .inner {
  display: flex;
}

.media-lyt._middle > .inner {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .media-lyt > .inner {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 769px) {
  .media-lyt > .inner {
    flex-direction: row-reverse;
  }
}

.media-lyt > .inner > .content {
  padding-top: 5px;
}

.media-lyt > .inner > .content *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .media-lyt > .inner > .image {
    margin-bottom: 13px;
    text-align: center;
  }

  .media-lyt > .inner > .image img._qr {
    max-width: 180px;
  }

  .media-lyt > .inner > .image img._jdepo {
    max-width: 80px;
  }

  .media-lyt > .inner > .image img._splie {
    max-width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .media-lyt > .inner > .image {
    margin-right: 28px;
  }

  .media-lyt._store > .inner > .image {
    margin-right: 50px;
  }

  .media-lyt > .inner > .image img {
    max-width: inherit;
  }
}

/*      Table      */
/* table-01 */
.table-01 {
  margin: 27px 0 20px;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 769px) {
  .table-01 {
    margin: 48px 0 20px;
  }
}

.table-01 th {
  padding: 13px 10px;
  border: 1px solid var(--color-glay-5);
  width: 33.333333%;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .table-01 th {
    padding: 16px 10px;
  }
}

.table-01 td {
  padding: 16px 10px;
  border: 1px solid var(--color-glay-5);
  width: 33.333333%;
  text-align: center;
}

.table-01 thead th,
.table-01 thead td {
  background-color: var(--color-lightblue-2);
}

.table-01 tbody th {
  background-color: var(--color-glay-6);
}

.table-01 tbody td {
  background-color: var(--color-white);
}

.table-01 tbody td *:last-child {
  margin-bottom: 0;
}

/* table-02 */
.table-02 {
  width: 100%;
  border-collapse: collapse;
}

.table-02 th,
.table-02 td {
  border-bottom: 1px solid var(--color-glay-5);
  text-align: left;
}

.table-02 th {
  padding: 17px 0;
  width: 35%;
}

@media screen and (min-width: 769px) {
  .table-02 th {
    width: 30%;
  }
}

.table-02 td {
  padding: 17px 0 17px 12px;
  width: 65%;
}

@media screen and (min-width: 769px) {
  .table-02 td {
    width: 70%;
  }
}

.table-02 td > p {
  margin-bottom: 3px;
}

@media screen and (min-width: 769px) {
  .table-02 td > p {
    margin-bottom: 8px;
  }
}

.table-02 td *:last-child {
  margin-bottom: 0;
}

/*      Panel      */
/* panel-01 */
.panel-01 {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}

@media screen and (min-width: 769px) {
  .panel-01 {
    flex-direction: row;
    justify-content: center;
    margin-top: 48px;
  }
}

.panel-01 > .col {
  padding: 25px 30px 26px;
  border: solid 1px var(--color-glay-4);
  border-radius: 20px;
  background-color: var(--color-background-normal);
  width: 100%;
}

@media screen and (min-width: 769px) {
  .panel-01 > .col {
    max-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .panel-01 > .col + .col {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .panel-01 > .col + .col {
    margin-left: 20px;
  }
}

.panel-01 > .col > .hdg {
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .panel-01 > .col > .hdg {
    margin-bottom: 38px;
  }
}

.panel-01 > .col > *:last-child {
  margin-bottom: 0;
}

/* panel-scroll-01 */
.panel-scroll-01 {
  margin-bottom: 20px;
  position: relative;
  overflow-x: scroll;
  height: 100%;
}

.panel-scroll-01::-webkit-scrollbar {
  width: 10px
}
.panel-scroll-01::-webkit-scrollbar-track-piece {
  background: var(--color-glay-2);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px var(--color-glay-2);
}
.panel-scroll-01::-webkit-scrollbar-thumb {
  background: var(--color-background-glay-2);
  border-radius: 5px;
  box-shadow: none
}

.panel-scroll-01 > .inner {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  width: 2380px;
}

@media screen and (min-width: 769px) {
  .panel-scroll-01 > .inner {
    width: 3100px;
  }
}

.panel-scroll-01 .col {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: var(--color-background-normal);
  border-radius: 20px;
  width: 280px;
}

@media screen and (min-width: 769px) {
  .panel-scroll-01 .col {
    width: 370px;
    padding: 28px 30px;
  }
}

.panel-scroll-01 .col + .col {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .panel-scroll-01 .col > .content {
    min-height: 14em;
  }
}

@media screen and (min-width: 769px) {
  .panel-scroll-01 .col > .content {
    min-height: 12em;
  }
}

.panel-scroll-01 .col > .content > .hdg-01 {
  margin-bottom: 18px;
  text-align: center;
}

.panel-scroll-01 .col > .content > .hdg-02 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.panel-scroll-01 .col > .content > .hdg-02 > .sub {
  display: block;
  padding-top: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .panel-scroll-01 .col > .content > .hdg-02 {
    font-size: 1.8rem;
  }

  .panel-scroll-01 .col > .content > .hdg-02 > .sub {
    font-size: 1.5rem;
  }
}

.panel-scroll-01 .col > .content > .text {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .panel-scroll-01 .col > .content > .text {
    font-size: 1.4rem;
  }
}

.panel-scroll-01 .col > .image {
  margin-top: auto;
  text-align: center;
}

/* panel-toggle-01 */
.panel-toggle-01 {
  background-color: var(--color-background-normal);
  border-radius: 5px;
}

.panel-toggle-01 > .hdg,
.panel-toggle-01 > .hdg > .js-toggle-hook {
  background-color: var(--color-background-normal);
  border-radius: 5px;
  text-align: left;
}

.panel-toggle-01 > .hdg .item {
  display: block;
  padding: 20px 50px 20px 20px;
  font-size: 2rem;;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .panel-toggle-01 > .hdg .item {
    padding: 22px 50px 22px 40px;
    font-size: 3rem;;
  }
}

.panel-toggle-01 > .content {
  padding: 10px 20px 30px;
  border-top: solid 1px var(--color-glay-5);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (min-width: 769px) {
  .panel-toggle-01 > .content {
    padding: 30px 40px 50px;
  }
}

/* -----------------------------------------------------
Main Visual
----------------------------------------------------- */
.mv {
  padding: 0 35px;
  background: linear-gradient(90deg, rgba(0, 78, 165, 1) 50%, rgba(0, 140, 220, 1) 50%);
}

@media screen and (min-width: 769px) {
  .mv {
    padding: 0 120px;
  }
}

.mv > .inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  background-color: var(--color-background-normal);
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 769px) {
  .mv > .inner {
    max-width: 940px;
  }
}

.mv > .inner::before,
.mv > .inner::after {
  display: block;
  content: "";
  position: absolute;
  top: -.5px;
  background-color: var(--color-background-normal);
  width: 105px;
  height: 100.5%;
}

.mv > .inner::before {
  left: -104.5px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.mv > .inner::after {
  right: -104.5px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.mv .hdg {
  padding: 58px 20px 74px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mv .hdg {
    padding: 55px 0 75px 0;
  }
}

.mv .link-banner-01 {
  margin: 0 -2px 29px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .mv .link-banner-01 {
    margin: 0 0 40px;
  }
}

.mv .text {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mv .text {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------
Inquiry
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  .section._inquiry {
    padding: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .section._inquiry {
    padding: 0 20px;
  }
}

.section._inquiry > .section-inner {
  max-width: 1000px;
}

.section._inquiry .hdg-01 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section._inquiry .hdg-01 {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }
}

.section._inquiry .hdg-02 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section._inquiry .hdg-02 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}

.section._inquiry .panel-inquiry {
  display: flex;
}

@media screen and (max-width: 768px) {
  .section._inquiry .panel-inquiry {
    flex-direction: column;
  }
}

.section._inquiry .panel-inquiry .item {
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .section._inquiry .panel-inquiry .item {
    width: calc((485 / 1000) * 100%);
  }
}

.section._inquiry .panel-inquiry .item:first-child {
  background-color: var(--color-inquiry-1);
}

.section._inquiry .panel-inquiry .item:last-child {
  border: solid var(--color-inquiry-2) 1px;
}

@media screen and (max-width: 768px) {
  .section._inquiry .panel-inquiry .item:last-child {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .section._inquiry .panel-inquiry .item:last-child {
    margin-left: calc((30 / 1000) * 100%);
  }
}

.section._inquiry .panel-inquiry .item *:last-child {
  margin-bottom: 0;
}

.section._inquiry .panel-inquiry p,
.section._inquiry .panel-inquiry .list li {
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .section._inquiry .panel-inquiry p,
  .section._inquiry .panel-inquiry .list li {
    font-size: 1.4rem;
  }
}

.section._inquiry .panel-inquiry .list li + li {
  margin-top: 3px;
}

/* -----------------------------------------------------
widget
----------------------------------------------------- */
/* Toggle */
[data-script-enabled="true"] .js-toggle .js-toggle-hook {
  display: block;
  position: relative;
  background-color: var(--color-background-normal);
  width: 100%;
}

[data-script-enabled="true"] .js-toggle .js-toggle-hook::after,
[data-script-enabled="true"] .js-toggle .js-toggle-hook::before {
  display: block;
  content: '';
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 3px;
  background-color: var(--color-blue-1);
  transition: transform .5s ease-out, background-color .2s ease-out;
}

@media screen and (min-width: 769px) {
  [data-script-enabled="true"] .js-toggle .js-toggle-hook::after,
  [data-script-enabled="true"] .js-toggle .js-toggle-hook::before {
    margin-top: -2.5px;
    width: 24px;
    height: 5px;
  }
}

[data-script-enabled="true"] .js-toggle .js-toggle-hook::after {
  transform: rotate(90deg);
}

[data-script-enabled="true"] .js-toggle .js-toggle-hook.is-active::before {
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(270deg);
}

[data-script-enabled="true"] .js-toggle .js-toggle-hook.is-active::after {
  transform: rotate(360deg);
}

[data-script-enabled="true"] .js-toggle .js-toggle-content {
  display: none;
}

/* -----------------------------------------------------
Ajust
----------------------------------------------------- */
.center {
  text-align: center;
}

@media screen and (min-width: 769px) {
 .wide-center {
    text-align: center;
 }
}

.break {
  display: block;
}

@media screen and (max-width: 768px) {
  .narrow-break {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .wide-break {
    display: block;
  }
}
