@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-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 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a:active,
a:focus,
a:link,
a:visited {
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

ul li {
  list-style: none;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

*:focus {
  outline: none;
}

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

.header {
  width: 100%;
  background: #fff;
}
.header .header__inner {
  width: 1280px;
  margin: auto;
  padding: 20px 0;
}
.header .header__inner .header__logo {
  width: 180px;
  height: auto;
  margin-left: 100px;
}
.header .header__inner .header__logo img {
  display: block;
  height: auto;
}

.sec-01 {
  width: 100%;
  overflow: hidden;
  background: url(../images/pc_bg01.webp?v251023) top center repeat-y #ffffd2;
  background-size: 1920px 234px;
}
.sec-01__inner {
  width: 1280px;
  margin: 0 auto;
}
.sec-01__inner .kv {
  width: 100%;
  margin: 0 auto;
}
.sec-01__inner .kv .kv__h1 {
  width: 1280px;
  margin: 0 auto;
}
.sec-01__inner .lead {
  font-size: 19px;
  line-height: 1.3157894737em;
  font-weight: 700;
  text-align: center;
  margin: 3px auto 13px;
}
.sec-01__inner .notes01 {
  font-size: 10.4px;
  line-height: 1.5384615385em;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 24px;
}
.sec-01__inner .img01 {
  width: 546px;
  margin: 0 auto 8px;
}
.sec-01__inner .img02 {
  width: 472px;
  margin: 0 auto 11px;
}
.sec-01__inner .notes02 {
  width: 470px;
  font-size: 11px;
  line-height: 1.4545454545em;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 13px;
}
.sec-01__inner .img03 {
  width: 546px;
  margin: 0 auto 60px;
}

.sec-02 {
  width: 100%;
  overflow: hidden;
}
.sec-02__inner {
  width: 1280px;
  margin: 0 auto;
}
.sec-02__inner .sec-02__h2 {
  width: 270px;
  margin: 57px auto 34px;
}
.sec-02__inner .lead {
  font-size: 29px;
  line-height: 1.2413793103em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 8px;
}
.sec-02__inner ul.apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; /* 中央揃え */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中央 */
  gap: 0px; /* ボタンの間隔 */
  width: 750px; /* コンテナ幅 */
  height: 150px;
  margin: 0 auto 10px; /* 中央寄せ */
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; /* 750px以下で折り返し */
}
.sec-02__inner ul.apps li {
  width: 375px;
  height: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; /* 各要素の幅を自然に */
  position: relative;
}
.sec-02__inner ul.apps li a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sec-02__inner ul.apps li:first-child {
  background: url(../images/pc_sec02_img02.webp?v251023) top center no-repeat;
  background-size: 100%;
}
.sec-02__inner ul.apps li:first-child a.btn {
  width: 243px;
  display: block;
  position: absolute;
  right: 22px;
  bottom: 16px;
}
.sec-02__inner ul.apps li:nth-child(2) {
  background: url(../images/pc_sec02_img03.webp?v251023) top center no-repeat;
  background-size: 100%;
}
.sec-02__inner ul.apps li:nth-child(2) a.btn {
  width: 243px;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 16px;
}
.sec-02__inner .steps {
  width: 504px;
  margin: 0 auto 50px;
}
.sec-02__inner .steps dt {
  margin-top: 24px;
}
.sec-02__inner .steps dt.step-01 {
  width: 504px;
  margin-top: 0;
}
.sec-02__inner .steps dt.step-02 {
  width: 504px;
}
.sec-02__inner .steps dt.step-03 {
  width: 504px;
}
.sec-02__inner .steps dd {
  margin: 8px 0 0 15px;
}
.sec-02__inner .steps dd p {
  font-size: 15px;
  line-height: 1.4666666667em;
  font-weight: 500;
}
.sec-02__inner .steps dd p.note {
  font-size: 12px;
  line-height: 1.6666666667em;
  font-weight: 500;
  color: #ef8337;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.sec-02__inner .detail {
  width: 360px;
  margin: 0 auto 62px;
}
.sec-02__inner .detail a.btn {
  display: block;
}

.sec-03 {
  background: #ffffd2;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
.sec-03__inner {
  width: 1280px;
  margin: 0 auto;
}
.sec-03__inner .sec-03__h2 {
  width: 270px;
  margin: 59px auto 30px;
}
.sec-03__inner .lead {
  font-size: 29px;
  line-height: 1.2413793103em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0;
}
.sec-03__inner .flow {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 0;
  /* 左：スクショ群 */
  /* 右：テキスト */
}
.sec-03__inner .flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.sec-03__inner .flow__shots {
  width: 253px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sec-03__inner .flow__shots .flow__shot:nth-child(2), .sec-03__inner .flow__shots .flow__shot:nth-child(3) {
  margin-bottom: 6px;
}
.sec-03__inner .flow__shots .flow__shot:nth-child(4) {
  margin-bottom: 10px;
}
.sec-03__inner .flow__shots .flow__shot img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-03__inner .flow__texts {
  width: 347px;
  margin: 67px auto 0;
}
.sec-03__inner .flow__texts .steps {
  margin: 0;
}
.sec-03__inner .flow__texts .steps__title {
  width: 300px;
  margin: 0 auto -3px;
  display: block;
  line-height: 0;
}
.sec-03__inner .flow__texts .steps__title img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-03__inner .flow__texts .steps__desc {
  position: relative;
  margin-bottom: 161px;
  /* 最後のステップは矢印を出さない */
}
.sec-03__inner .flow__texts .steps__desc:last-of-type {
  margin-bottom: 0;
}
.sec-03__inner .flow__texts .steps__desc p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
}
.sec-03__inner .flow__texts .steps__desc .accent {
  color: #e4007f;
  font-weight: 700;
}
.sec-03__inner .flow__texts .steps__desc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 86px;
  pointer-events: none;
  background: no-repeat center/contain;
  background-image: url("../images/pc_sec03_arrow_down.webp?v251023");
}
.sec-03__inner .flow__texts .steps__desc:last-of-type::after {
  content: none;
}
.sec-03__inner .attention {
  max-width: 578px;
  margin: 0 auto;
}
.sec-03__inner .attention__inner {
  border: 2px solid #007961;
  background: #fff;
  position: relative;
}
.sec-03__inner .attention__title {
  background: #007961;
  color: #fff;
  font-size: 17px;
  line-height: 1.1764705882em;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  padding: 3px 0;
}
.sec-03__inner .attention__body {
  padding: 6px 16px 6px;
}
.sec-03__inner .attention__body p {
  font-size: 13px;
  line-height: 1.3846153846em;
}
.sec-03__inner .attention__body .attention__small {
  font-size: 10px;
  line-height: 1.8em;
}
.sec-03__inner .attention__caution {
  margin: 9px 59px 3px;
}
.sec-03__inner .attention__caution li {
  font-size: 10px;
  line-height: 1.4em;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.sec-03__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 32px;
  pointer-events: none;
  z-index: 0;
  /* タイル画像 */
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 32px 32px;
  /* 通常 */
  background-image: url("../images/pc_bg02.webp?v251023");
}

.sec-04 {
  background: #ffffd2;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sec-04__inner {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec-04__inner .course {
  width: 578px;
  position: relative;
  z-index: 1;
  /* ネガティブマージンで重ねる */
}
.sec-04__inner .course picture,
.sec-04__inner .course img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-04__inner .course--beginner {
  margin-top: 54px;
  margin-bottom: -30px;
  z-index: 3;
}
.sec-04__inner .course--advance {
  margin-bottom: -30px;
  z-index: 2;
}
.sec-04__inner .course--expert {
  z-index: 1;
}
.sec-04__inner .text {
  text-align: center;
  margin: 23px auto 67px;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 500;
  text-align: center;
}
.sec-04__inner .text .note {
  font-size: 10px;
  line-height: 2.5em;
  font-weight: 500;
  text-align: center;
}
.sec-04__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 32px;
  pointer-events: none;
  z-index: 0;
  /* タイル画像 */
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 32px 32px;
  /* 通常 */
  background-image: url("../images/pc_bg02.webp?v251023");
}

.sec-05 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sec-05__inner {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec-05__inner .title {
  width: 360px;
  text-align: center;
  margin: 60px auto 41px;
}
.sec-05__inner .title img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.sec-05__inner .lead {
  width: 504px;
  text-align: center;
  margin: 0 auto 0;
}
.sec-05__inner .lead img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.sec-05__inner .faq {
  width: 578px;
  margin: 0 auto 24px;
  list-style: none;
  padding: 0;
}
.sec-05__inner .faq .faq__item {
  background: #fff;
  overflow: hidden;
}
.sec-05__inner .faq .faq__item:nth-child(even) .faq__q {
  background: #00bd97;
}
.sec-05__inner .faq .faq__item .faq__q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: none;
  background: #007a66;
  color: #fff;
  padding: 8px 28px 8px 86px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.sec-05__inner .faq .faq__item .faq__q::before {
  content: "";
  position: absolute;
  left: 32px;
  top: calc(50% - 9.5px);
  width: 14px;
  height: 19px;
  background: url("../images/pc_sec05_icon_q.webp?v251023") no-repeat center/contain;
}
.sec-05__inner .faq .faq__item .faq__q .faq__qtext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 1.1538461538em;
  font-weight: 500;
}
.sec-05__inner .faq .faq__item .faq__q > picture {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.sec-05__inner .faq .faq__item .faq__q > picture img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec-05__inner .faq .faq__item .faq__q.is-open > picture img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec-05__inner .faq .faq__item .faq__a {
  background: #e5f1ef;
  display: none;
  position: relative;
  padding: 16px 28px 16px 86px;
}
.sec-05__inner .faq .faq__item .faq__a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: calc(50% - 7.5px);
  width: 13px;
  height: 15px;
  background: url("../images/pc_sec05_icon_a.webp?v251023") no-repeat center/contain;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 1.3846153846em;
  font-weight: 500;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__link {
  color: #007563;
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__tel {
  color: #007563;
  font-size: 25px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__mail {
  margin-left: 15px;
  color: #007563;
  font-size: 13px;
  line-height: 1.9230769231em;
  font-weight: 700;
  text-decoration: none;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq_qr {
  width: 62px;
  text-align: center;
  margin: 2px auto 0;
}
.sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq_qr img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.sec-05__inner .faq .faq__item:first-child .faq__a .faq__acontent .faq__atext {
  margin-right: 20px;
}
.sec-05__inner [hidden] {
  display: none !important;
}
.sec-05__inner .contact {
  width: 504px;
  margin: 16px auto 55px;
  text-align: center;
  color: #222;
  line-height: 1.9;
  padding: 0 12px;
}
.sec-05__inner .contact .contact__lead {
  font-size: 14px;
  line-height: 1.4285714286em;
  font-weight: 700;
  margin: 0 auto 1px;
}
.sec-05__inner .contact .contact__tel {
  margin: 0 auto 1px;
}
.sec-05__inner .contact .contact__tel a {
  color: #007563;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 700;
  text-decoration: none;
}
.sec-05__inner .contact .contact__mail {
  font-size: 14px;
  line-height: 1.4285714286em;
  font-weight: 700;
  margin: 0 auto 3px;
}
.sec-05__inner .contact .contact__mail a {
  margin-left: 30px;
  color: #007563;
  font-size: 14px;
  line-height: 1.4285714286em;
  font-weight: 700;
  text-decoration: none;
}
.sec-05__inner .contact .contact__meta {
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
}
.sec-05__inner .contact .contact__meta p:first-child {
  margin-bottom: 3px;
}
.sec-05__inner .contact .contact__meta .note {
  font-size: 10px;
  line-height: 1.9em;
  font-weight: 500;
}

.sec-06 {
  width: 100%;
  background: url(../images/pc_bg03.webp?v251023_03) top center repeat;
  background-size: 72px 72px;
}
.sec-06__inner {
  width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* ③ バナー */
}
.sec-06__inner .label {
  position: absolute;
  top: -44px;
  left: -20px;
  right: 0;
  margin: auto;
  width: 90px;
}
.sec-06__inner .label img {
  width: 100%;
  height: auto;
}
.sec-06__inner .catch {
  width: 504px;
  margin: 40px auto 0;
}
.sec-06__inner .catch img {
  width: 100%;
  height: auto;
}
.sec-06__inner .banner {
  width: 480px;
  margin: 0 auto 23px;
}
.sec-06__inner .banner img {
  display: block;
  width: 100%;
  height: auto;
}

.fixed-btn {
  width: 139px;
  position: fixed;
  z-index: 1;
  bottom: 5vh;
  right: 0;
}

.floating-bnr {
  display: none;
}

.footer {
  width: 100%;
  margin: 0 auto;
  background: #007961;
  overflow: hidden;
}
.footer__logo {
  width: 110px;
  display: block;
  margin: 48px auto 27px;
}
.footer__inner__copy {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 36px;
}
.footer__inner__copy .copy {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.5em;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal[hidden] {
  display: block;
}
.modal:not([hidden]) {
  opacity: 1;
  visibility: visible;
}
.modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal.is-fading-out {
  opacity: 0;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  z-index: 1;
  background: #fafdd2;
  width: 1080px;
  height: 80vh;
}
.modal__content__inner {
  position: relative;
  width: 100%;
  height: 80vh;
  padding: 0;
}
.modal__content__inner .modal__close {
  width: 44px;
  position: absolute;
  top: -57px;
  right: 0px;
  cursor: pointer;
}
.modal__content .modal__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.5em;
}
.modal__content .modal__inner[data-simplebar] .simplebar-track.simplebar-vertical {
  width: 10px;
  background: #fafafa;
}
.modal__content .modal__inner[data-simplebar] .simplebar-scrollbar::before {
  background: #beb4b4;
  border-radius: 10px;
  opacity: 1;
}
.modal__content .modal__inner .modal__scroll {
  position: relative;
  width: 100%;
  height: calc(80vh - 90px);
  padding: 45px 40px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5em;
}
.modal__content .modal__inner .modal__scroll .ttl {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.modal__content .modal__inner .modal__scroll .text04 {
  margin-bottom: 28px;
}
.modal__content .modal__inner .modal__scroll .text06 {
  margin-bottom: 0;
}
.modal__content .modal__inner .modal__scroll .text07 {
  margin-top: 28px;
  margin-bottom: 0;
}
.modal__content .modal__inner .modal__scroll .contact {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.modal__content .modal__inner .modal__scroll dl {
  margin: 0 auto 26px;
}
.modal__content .modal__inner .modal__scroll dl dt {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.modal__content .modal__inner .modal__scroll dl dd {
  list-style-position: outside;
  padding-left: 1.5em; /* ← 全体を字下げ（マーカーごと） */
}
.modal__content .modal__inner .modal__scroll dl dd ul.list01 li {
  padding-left: 1em; /* 全体を下げる */
  text-indent: -1em; /* 1行目だけ戻してマーカー位置を揃える */
}
.modal__content .modal__inner .modal__scroll dl dd ul.list02 {
  margin-top: 28px;
}
.modal__content .modal__inner .modal__scroll dl dd ul.list02 li {
  padding-left: 1em; /* 全体を下げる */
  text-indent: -1em; /* 1行目だけ戻してマーカー位置を揃える */
}
.modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(6),
.modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(10),
.modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(15) {
  margin-top: 28px;
}
.modal__content .modal__inner .modal__scroll dl dd .line-break {
  margin-top: 28px;
}
.modal__content .modal__inner .modal__scroll .green {
  color: #007563;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}
.modal__content .modal__inner .modal__scroll .green a {
  color: #007563;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}
.modal__content .modal__inner .modal__scroll .link02 {
  padding-bottom: 50px;
}
.modal__content .modal__inner .modal__scroll p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.modal__content .modal__inner .modal__scroll p strong {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 751px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  a.hover:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .header {
    width: 1280px;
  }
  .header .header__inner {
    width: 1280px;
  }
  .sec-01,
  .sec-02,
  .sec-03,
  .sec-04,
  .sec-05,
  .sec-06 {
    width: 1280px;
  }
  .sec-01__inner,
  .sec-02__inner,
  .sec-03__inner,
  .sec-04__inner,
  .sec-05__inner,
  .sec-06__inner {
    width: 1280px;
  }
  .footer {
    width: 1280px;
  }
}
@media screen and (max-width: 750px) {
  .header .header__inner {
    width: 100%;
    padding: 4vw 0;
  }
  .header .header__inner .header__logo {
    width: 17.6vw;
    margin-left: 4vw;
  }
  .sec-01 {
    background: url(../images/sp_bg01.webp) top center repeat-y #ffffd2;
    background-size: 100vw 32vw;
  }
  .sec-01__inner {
    width: 100%;
  }
  .sec-01__inner .kv .kv__h1 {
    width: 100vw;
    margin: 0 auto;
  }
  .sec-01__inner .lead {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286em;
    margin: 0.6666666667vw auto 2.4vw;
  }
  .sec-01__inner .notes01 {
    font-size: 2.6666666667vw;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 auto 5.4666666667vw;
  }
  .sec-01__inner .img01 {
    width: 92vw;
    margin: 0 auto 2.2666666667vw;
  }
  .sec-01__inner .img02 {
    width: 84vw;
    margin: 0 auto 2.2666666667vw;
  }
  .sec-01__inner .notes02 {
    width: 92vw;
    font-size: 2.4vw;
    line-height: 1.6666666667em;
    margin: 0 auto 3.3333333333vw;
  }
  .sec-01__inner .img03 {
    width: 92vw;
    margin: 0 auto 3.7333333333vw;
  }
  .sec-02__inner {
    width: 100%;
  }
  .sec-02__inner .sec-02__h2 {
    width: 56vw;
    margin: 6.6666666667vw auto 4.1333333333vw;
  }
  .sec-02__inner .lead {
    font-size: 5.8666666667vw;
    line-height: 1.3181818182em;
    margin: 0 auto 6.4vw;
  }
  .sec-02__inner ul.apps {
    gap: 0vw; /* ボタンの間隔 */
    width: 48vw; /* コンテナ幅 */
    height: auto;
    margin: 0 auto 10vw; /* 中央寄せ */
    gap: 7.3333333333vw;
  }
  .sec-02__inner ul.apps li {
    width: 48vw;
    height: 21.0666666667vw;
  }
  .sec-02__inner ul.apps li:first-child {
    background: url(../images/sp_sec02_img02.webp) top center no-repeat;
    background-size: 24.9333333333vw 4.5333333333vw;
  }
  .sec-02__inner ul.apps li:first-child a.btn {
    width: 48vw;
    position: absolute;
    right: auto;
    bottom: 0;
  }
  .sec-02__inner ul.apps li:nth-child(2) {
    background: url(../images/sp_sec02_img03.webp) top center no-repeat;
    background-size: 27.4666666667vw 4.5333333333vw;
  }
  .sec-02__inner ul.apps li:nth-child(2) a.btn {
    width: 48vw;
    position: absolute;
    right: auto;
    bottom: 0;
  }
  .sec-02__inner .steps {
    width: 92vw;
    margin: 0 auto 2.1333333333vw;
  }
  .sec-02__inner .steps dt {
    margin-top: 4.1333333333vw;
  }
  .sec-02__inner .steps dt.step-01 {
    width: 92vw;
  }
  .sec-02__inner .steps dt.step-02 {
    width: 92vw;
  }
  .sec-02__inner .steps dt.step-03 {
    width: 92vw;
  }
  .sec-02__inner .steps dd {
    margin: 1.6vw 0 0 4vw;
  }
  .sec-02__inner .steps dd p {
    font-size: 3.0666666667vw;
    line-height: 1.76em;
  }
  .sec-02__inner .steps dd p.note {
    font-size: 2.5333333333vw;
    line-height: 1.9em;
  }
  .sec-02__inner .detail {
    width: 85.3333333333vw;
    margin: 7.3333333333vw auto 6.6666666667vw;
  }
  .sec-03 {
    padding-bottom: 3.2vw;
  }
  .sec-03__inner {
    width: 100%;
  }
  .sec-03__inner .sec-03__h2 {
    width: 56vw;
    margin: 5.3333333333vw auto 5.4666666667vw;
  }
  .sec-03__inner .lead {
    font-size: 5.2vw;
    line-height: 1.4615384615em;
    margin: 0 5.3333333333vw;
  }
  .sec-03__inner .flow {
    width: 100%;
    margin: 0 auto 5.0666666667vw;
    padding: 6vw 0 0;
    /* 左：スクショ群 */
    /* 右：テキスト */
  }
  .sec-03__inner .flow__shots {
    width: 43.4666666667vw;
  }
  .sec-03__inner .flow__shots .flow__shot {
    margin-top: -0.1333333333vw;
  }
  .sec-03__inner .flow__shots .flow__shot:nth-child(1) {
    margin-top: 0;
  }
  .sec-03__inner .flow__shots .flow__shot:nth-child(2), .sec-03__inner .flow__shots .flow__shot:nth-child(3) {
    margin-bottom: 1.4666666667vw;
  }
  .sec-03__inner .flow__shots .flow__shot:nth-child(4) {
    margin-bottom: 2.5333333333vw;
  }
  .sec-03__inner .flow__texts {
    width: 56.5333333333vw;
    margin: 11.0666666667vw auto 0;
  }
  .sec-03__inner .flow__texts .steps__title {
    width: 48vw;
    margin: 0 auto 2.4vw;
  }
  .sec-03__inner .flow__texts .steps__desc {
    margin-bottom: 24vw;
    /* 最後のステップは矢印を出さない */
  }
  .sec-03__inner .flow__texts .steps__desc p {
    font-size: 3.3333333333vw;
    line-height: 1.56em;
    margin: 0 auto 5.3333333333vw;
  }
  .sec-03__inner .flow__texts .steps__desc::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18.4vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4vw;
    height: 13.8666666667vw;
    background: no-repeat center/contain;
    background-image: url("../images/sp_sec03_arrow_down.webp");
  }
  .sec-03__inner .attention {
    width: 77.3333333333vw;
  }
  .sec-03__inner .attention__inner {
    border: 2px solid #007961;
  }
  .sec-03__inner .attention__title {
    font-size: 2.6666666667vw;
    line-height: 1.25em;
    padding: 0.4vw 0;
  }
  .sec-03__inner .attention__body {
    padding: 0.8vw 3.0666666667vw 1.4666666667vw;
  }
  .sec-03__inner .attention__body p {
    font-size: 2.4vw;
    line-height: 1.3684210526em;
    font-weight: 500;
  }
  .sec-03__inner .attention__body .attention__small {
    font-size: 2.2666666667vw;
    line-height: 1.3529411765em;
    font-weight: 400;
  }
  .sec-03__inner .attention__caution {
    margin: 1.8666666667vw 0 3.8666666667vw;
  }
  .sec-03__inner .attention__caution li {
    font-size: 2.6666666667vw;
    line-height: 1.35em;
    font-weight: 500;
  }
  .sec-03__inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 3.2vw;
    pointer-events: none;
    z-index: 0;
    /* タイル画像 */
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 3.3333333333vw 3.2vw;
    /* 通常 */
    background-image: url("../images/sp_bg02.webp");
  }
  .sec-04__inner {
    width: 100%;
  }
  .sec-04__inner .course {
    width: 92vw;
    /* ネガティブマージンで重ねる */
  }
  .sec-04__inner .course--beginner {
    margin-top: 4vw;
    margin-bottom: -4.5333333333vw;
  }
  .sec-04__inner .course--advance {
    margin-bottom: -4.5333333333vw;
  }
  .sec-04__inner .text {
    margin: 4.6666666667vw auto 8.2666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.3076923077em;
  }
  .sec-04__inner .text .note {
    font-size: 2.6666666667vw;
    line-height: 1.5em;
  }
  .sec-04__inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 3.2vw;
    pointer-events: none;
    z-index: 0;
    /* タイル画像 */
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 3.3333333333vw 3.2vw;
    /* 通常 */
    background-image: url("../images/sp_bg02.webp");
  }
  .sec-05__inner {
    width: 100%;
  }
  .sec-05__inner .title {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto 6.6666666667vw;
  }
  .sec-05__inner .lead {
    width: 92vw;
    margin: 0 auto;
  }
  .sec-05__inner .faq {
    width: 92vw;
    margin: 0 auto 3.2vw;
  }
  .sec-05__inner .faq .faq__item .faq__q {
    padding: 1.7333333333vw 3.7333333333vw 2.2666666667vw 13.2vw;
  }
  .sec-05__inner .faq .faq__item .faq__q::before {
    content: "";
    position: absolute;
    left: 5.0666666667vw;
    top: calc(50% - 2.5333333333vw);
    width: 3.7333333333vw;
    height: 5.0666666667vw;
    background: url("../images/sp_sec05_icon_q.webp") no-repeat center/contain;
  }
  .sec-05__inner .faq .faq__item .faq__q .faq__qtext {
    font-size: 3.2vw;
    line-height: 1.1666666667em;
  }
  .sec-05__inner .faq .faq__item .faq__q > picture {
    width: 8vw;
    height: 8vw;
  }
  .sec-05__inner .faq .faq__item .faq__a {
    padding: 3.6vw 9.3333333333vw 3.6vw 13.3333333333vw;
  }
  .sec-05__inner .faq .faq__item .faq__a::before {
    content: "";
    position: absolute;
    left: 5.0666666667vw;
    top: calc(50% - 2vw);
    width: 3.4666666667vw;
    height: 4vw;
    background: url("../images/pc_sec05_icon_a.webp") no-repeat center/contain;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent {
    display: block;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext {
    font-size: 3.2vw;
    line-height: 1.375em;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext span {
    font-size: 2.8vw;
    line-height: 1.5em;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__link {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__tel {
    font-size: 6vw;
    line-height: 1.0444444444em;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq__atext .faq__mail {
    margin-left: 0;
    font-size: 3.2vw;
    line-height: 1.375em;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq_qr {
    display: none;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq_btn {
    width: 64vw;
    text-align: center;
    margin: 4.2666666667vw 0 1.4666666667vw 0.6666666667vw;
  }
  .sec-05__inner .faq .faq__item .faq__a .faq__acontent .faq_btn img {
    display: inline-block;
    height: auto;
    max-width: 100%;
  }
  .sec-05__inner .faq .faq__item:first-child .faq__a::before {
    content: "";
    position: absolute;
    left: 5.0666666667vw;
    top: 14.6666666667vw;
  }
  .sec-05__inner .faq .faq__item:first-child .faq__a .faq__acontent .faq__atext {
    margin-right: 0px;
  }
  .sec-05__inner .faq .faq__item:nth-child(4) .faq__a::before {
    content: "";
    position: absolute;
    left: 5.0666666667vw;
    top: 19.2vw;
  }
  .sec-05__inner .contact {
    width: 92vw;
    margin: 2.2666666667vw auto 17.3333333333vw;
    padding: 0 1.6vw;
  }
  .sec-05__inner .contact .contact__lead {
    font-size: 3.3333333333vw;
    line-height: 1.56em;
    margin: 0 auto 0.8vw;
  }
  .sec-05__inner .contact .contact__tel {
    margin: 0 auto 1.0666666667vw;
  }
  .sec-05__inner .contact .contact__tel a {
    font-size: 6vw;
    line-height: 1.0444444444em;
  }
  .sec-05__inner .contact .contact__mail {
    font-size: 3.3333333333vw;
    line-height: 1.55em;
    margin: 0 auto 1.3333333333vw;
  }
  .sec-05__inner .contact .contact__mail a {
    font-size: 3.4666666667vw;
    line-height: 1.4230769231em;
  }
  .sec-05__inner .contact .contact__meta {
    font-size: 3.3333333333vw;
    line-height: 1.95;
  }
  .sec-05__inner .contact .contact__meta p:first-child {
    margin-bottom: 0;
  }
  .sec-05__inner .contact .contact__meta .note {
    font-size: 2.6666666667vw;
    line-height: 1.95;
  }
  .sec-06 {
    width: 100%;
    background: url(../images/sp_bg03.webp) top center repeat;
    background-size: 15.8666666667vw 15.8666666667vw;
  }
  .sec-06__inner {
    width: 100%;
    /* ③ バナー */
  }
  .sec-06__inner .label {
    position: absolute;
    top: -10.6666666667vw;
    left: -5.3333333333vw;
    right: 0;
    margin: auto;
    width: 22.2666666667vw;
  }
  .sec-06__inner .catch {
    width: 67.2vw;
    margin: 10.5333333333vw auto 0.2666666667vw;
  }
  .sec-06__inner .banner {
    width: 92vw;
    margin: 0 auto 4vw;
  }
  .fixed-btn {
    display: none;
  }
  .floating-bnr {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9000;
    width: 88.5333333333vw;
    /* 画像をクリック可能に */
  }
  .floating-bnr .floating-bnr__link {
    display: block;
  }
  .floating-bnr .floating-bnr__link img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .footer__logo {
    width: 21.3333333333vw;
    margin: 8.5333333333vw auto 5.7333333333vw;
  }
  .footer__inner__copy {
    width: 100%;
    padding-bottom: 25.0666666667vw;
  }
  .footer__inner__copy .copy {
    font-size: 2.1333333333vw;
    line-height: 2.25em;
  }
  .modal__content {
    width: 92vw;
    height: 80vh;
  }
  .modal__content__inner .modal__close {
    width: 5.8666666667vw;
    position: absolute;
    top: -7.6vw;
    right: 0vw;
  }
  .modal__content .modal__inner {
    padding-right: 1.3333333333vw;
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner[data-simplebar] .simplebar-track.simplebar-vertical {
    width: 1.3333333333vw;
  }
  .modal__content .modal__inner[data-simplebar] .simplebar-scrollbar::before {
    border-radius: 1.3333333333vw;
  }
  .modal__content .modal__inner .modal__scroll {
    width: 100%;
    height: calc(80vh - 12vw);
    padding: 3.2vw;
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll .ttl {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll .text04 {
    margin-bottom: 3.7333333333vw;
  }
  .modal__content .modal__inner .modal__scroll .text07 {
    margin-top: 3.7333333333vw;
  }
  .modal__content .modal__inner .modal__scroll .contact {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll dl {
    margin: 0 auto 3.4666666667vw;
  }
  .modal__content .modal__inner .modal__scroll dl dt {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll dl dd {
    list-style-position: outside;
  }
  .modal__content .modal__inner .modal__scroll dl dd ul.list02 {
    margin-top: 3.7333333333vw;
  }
  .modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(6),
  .modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(10),
  .modal__content .modal__inner .modal__scroll dl dd ul.list-androrid li:nth-child(15) {
    margin-top: 3.7333333333vw;
  }
  .modal__content .modal__inner .modal__scroll dl dd .line-break {
    margin-top: 3.7333333333vw;
  }
  .modal__content .modal__inner .modal__scroll .green {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll .green a {
    font-size: 2.4vw;
    line-height: 1.5em;
  }
  .modal__content .modal__inner .modal__scroll .link02 {
    padding-bottom: 6.6666666667vw;
  }
  .modal__content .modal__inner .modal__scroll p {
    margin-bottom: 1.5em;
    line-height: 1.5em;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a img:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}