@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
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #000;
  word-break: break-all;
  background-color: #f9f9f9;
  font-size: 2.8rem;
}

@media screen and (max-width: 740px) {
  body {
    font-size: 3.7837837838vw;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p a {
  color: #0871a8;
  text-decoration: underline;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

strong {
  color: #f05f5a;
}

hr {
  border: none;
}

a, button {
  cursor: pointer;
  border: none;
  transition: 0.3s all ease;
}

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

button {
  color: #000;
  background: none;
}

input, select, button, textarea {
  font-family: "Noto Sans JP", sans-serif;
}

input, textarea {
  display: block;
  border: none;
}
input::placeholder, textarea::placeholder {
  color: #a2a2a2;
}

select {
  -webkit-appearance: none;
}

table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
  display: block;
}

/* ----------------------------------------------------------------------------
 * WRAPPER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-wrapper {
  max-width: 740px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -10px 20px rgba(139, 142, 144, 0.2);
  background: #fff;
}

/* ----------------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-header {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l-header[data-type="1"] .m-headerLogo {
  width: 165px;
}
.l-header[data-type="1"] .m-headerCatch {
  padding: 0 20px;
}
.l-header[data-type="2"] .m-headerLogo {
  width: 220px;
}
.l-header[data-type="2"] .m-headerCatch {
  padding: 0 30px;
}

@media screen and (max-width: 740px) {
  .l-header {
    box-shadow: 0 0 1.3513513514vw rgba(0, 0, 0, 0.1);
  }
  .l-header[data-type="1"] .m-headerLogo {
    width: 22.2972972973vw;
  }
  .l-header[data-type="1"] .m-headerCatch {
    padding: 0 4.0540540541vw;
  }
  .l-header[data-type="2"] .m-headerLogo {
    width: 29.7297297297vw;
  }
  .l-header[data-type="2"] .m-headerCatch {
    padding: 0 2.7027027027vw;
  }
}
/* ------------------------------------
 * MODULE
 * --------------------------------- */
.m-headerLogo {
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #c9e3e0;
}
.m-headerLogo img {
  width: 100%;
}
.m-headerCatch {
  height: 100px;
  font-size: 3.4rem;
  color: #669b9d;
  letter-spacing: 0.15em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-headerCatch span, .m-headerCatch em {
  font-weight: normal;
  display: block;
}
.m-headerCatch span {
  font-size: 2.2rem;
}
.m-headerBtn {
  width: 86px;
  height: 86px;
  margin: -43px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}
.m-headerBtn img {
  width: 86px;
  height: 86px;
}
.m-headerBtn[data-type=calendar] {
  width: 86px;
  height: 94px;
  margin-top: 0;
  top: 0;
}
.m-headerBtn[data-type=calendar] img {
  width: 86px;
  height: 94px;
}

@media screen and (max-width: 740px) {
  .m-headerLogo {
    height: 13.5135135135vw;
  }
  .m-headerCatch {
    height: 13.5135135135vw;
    font-size: 4.5945945946vw;
  }
  .m-headerCatch span {
    font-size: 2.972972973vw;
  }
  .m-headerBtn {
    width: 11.6216216216vw;
    height: 11.6216216216vw;
    margin: -5.8108108108vw 0 0;
    right: 1.3513513514vw;
  }
  .m-headerBtn img {
    width: 11.6216216216vw;
    height: 11.6216216216vw;
  }
  .m-headerBtn[data-type=calendar] {
    width: 11.6216216216vw;
    height: 12.7027027027vw;
  }
  .m-headerBtn[data-type=calendar] img {
    width: 11.6216216216vw;
    height: 12.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-footer {
  max-width: 740px;
  margin: 0 auto;
  padding: 45px 0 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .l-footer {
    padding: 6.0810810811vw 0 0;
  }
}
/* ------------------------------------
 * MODULE
 * --------------------------------- */
.m-footerNav {
  padding: 0 20px;
}
.m-footerNav__list li {
  margin: 45px 0 0;
}
.m-footerNav__list li:first-child {
  margin-top: 0;
}
.m-footerNav__list a {
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.m-footerCopy {
  width: 100%;
  height: 90px;
  margin: 45px 0 0;
  padding: 0 20px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a3a9;
}

@media screen and (max-width: 740px) {
  .m-footerNav {
    padding: 0 2.7027027027vw;
  }
  .m-footerNav__list li {
    margin: 6.0810810811vw 0 0;
  }
  .m-footerNav__list a {
    font-size: 4.5945945946vw;
  }
  .m-footerCopy {
    height: 12.1621621622vw;
    margin: 6.0810810811vw 0 0;
    padding: 0 2.7027027027vw;
    font-size: 3.2432432432vw;
  }
}
/* ----------------------------------------------------------------------------
 * MAIN
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * STRUCTURE
 * --------------------------------- */
.l-content {
  padding: 0 20px;
}

@media screen and (max-width: 740px) {
  .l-content {
    padding: 0 2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * HEADING
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * COMMON
 * --------------------------------- */
.m-hdg,
.m-hdg2,
.m-hdg3,
.m-hdg4,
.m-hdg5 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  background: #fff;
}

.m-hdg,
.m-hdg2 {
  color: #00a3a9;
}

@media screen and (max-width: 740px) {
  .m-hdg,
.m-hdg2,
.m-hdg3,
.m-hdg4,
.m-hdg5 {
    font-size: 7.4324324324vw;
  }
}
/* ------------------------------------
 * HEADING1
 * --------------------------------- */
.m-hdg {
  margin: 0 -20px;
  padding: 15px 40px;
}
.m-hdg::before {
  width: calc(100% - 80px);
  height: 5px;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 0;
  border-bottom: 5px dotted #00a3a9;
  content: "";
}
.m-hdg span {
  margin: 0 auto;
  padding: 0 25px;
  display: table;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .m-hdg {
    margin: 0 -2.7027027027vw;
    padding: 2.027027027vw 5.4054054054vw;
  }
  .m-hdg::before {
    width: calc(100% - 10.8108108108vw);
    height: 0.6756756757vw;
    margin: -0.2702702703vw 0 0;
    left: 5.4054054054vw;
    border-bottom-width: 0.6756756757vw;
  }
  .m-hdg span {
    padding: 0 3.3783783784vw;
  }
}
/* ------------------------------------
 * HEADING2
 * --------------------------------- */
.m-hdg2 {
  padding: 20px;
}
.m-hdg2 span {
  margin: 0 auto;
  padding: 0 30px 15px;
  display: table;
  border-bottom: 5px dotted #00a3a9;
}

@media screen and (max-width: 740px) {
  .m-hdg2 {
    padding: 2.7027027027vw;
  }
  .m-hdg2 span {
    padding: 0 4.0540540541vw 2.027027027vw;
    border-bottom-width: 0.6756756757vw;
  }
}
/* ------------------------------------
 * HEADING3
 * --------------------------------- */
.m-hdg3 {
  margin: 60px 0;
  font-size: 4rem;
  text-align: center;
}
.m-hdg3 + * {
  margin-top: 60px !important;
}

@media screen and (max-width: 740px) {
  .m-hdg3 {
    margin: 8.1081081081vw 0;
    font-size: 5.4054054054vw;
  }
  .m-hdg3 + * {
    margin-top: 8.1081081081vw !important;
  }
}
/* ------------------------------------
 * HEADING4
 * --------------------------------- */
.m-hdg4 {
  margin: 70px 0 15px;
  font-size: 3rem;
  text-align: left;
}
.m-hdg4 + * {
  margin-top: 15px !important;
}

@media screen and (max-width: 740px) {
  .m-hdg4 {
    margin: 9.4594594595vw 0 2.027027027vw;
    font-size: 4.0540540541vw;
  }
  .m-hdg4 + * {
    margin-top: 2.027027027vw !important;
  }
}
/* ------------------------------------
 * HEADING5
 * --------------------------------- */
.m-hdg5 {
  margin: 50px 0 15px;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: left;
  background: #eee;
}
.m-hdg5 + * {
  margin-top: 15px !important;
}

@media screen and (max-width: 740px) {
  .m-hdg5 {
    margin: 6.7567567568vw 0 2.027027027vw;
    padding: 2.027027027vw 2.7027027027vw;
    font-size: 3.7837837838vw;
  }
  .m-hdg5 + * {
    margin-top: 2.027027027vw !important;
  }
}
/* ----------------------------------------------------------------------------
 * TEXT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * TEXT
 * --------------------------------- */
.m-txt {
  margin: 25px 0 0;
  text-align: justify;
}

@media screen and (max-width: 740px) {
  .m-txt {
    margin: 3.3783783784vw 0 0;
  }
}
/* ----------------------------------------------------------------------------
 * LIST
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * LIST1
 * --------------------------------- */
.m-list {
  margin: 25px 0 0;
}
.m-list li {
  padding: 0 0 0 1em;
  text-align: justify;
  position: relative;
}
.m-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media screen and (max-width: 740px) {
  .m-list {
    margin: 3.3783783784vw 0 0;
  }
}
/* ------------------------------------
 * NOTES_LIST
 * --------------------------------- */
.m-listNotes {
  margin: 15px 0 0;
  padding: 0 15px;
  display: table;
}
.m-listNotes li {
  padding: 0 0 0 1.2em;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  position: relative;
}
.m-listNotes li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.m-listNotes[data-align=right] {
  margin-left: auto;
}
.m-listNotes[data-type="1"] li {
  padding-left: 0;
  letter-spacing: 0.12em;
}
.m-listNotes[data-type="1"] li::before {
  display: none;
}
.m-listNotes[data-type="2"] {
  padding: 0;
}
.m-listNotes[data-type="2"] li {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-listNotes[data-type="2"] li::before {
  display: none;
}
.m-listNotes[data-type="2"] li span {
  white-space: nowrap;
}
.m-listNotes[data-type="2"] li div {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 740px) {
  .m-listNotes {
    margin: 2.027027027vw 0 0;
    padding: 0 2.027027027vw;
  }
  .m-listNotes li {
    font-size: 2.4324324324vw;
  }
  .m-listNotes[data-type="2"] li div {
    margin: 0 0 0 0.6756756757vw;
  }
}
/* ----------------------------------------------------------------------------
 * TABLE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * TABLE
 * --------------------------------- */
.m-tbl {
  display: block;
  border: none;
}
.m-tbl tbody, .m-tbl tr, .m-tbl th, .m-tbl td {
  width: 100%;
  display: block;
}
.m-tbl tr {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.m-tbl tr:first-child {
  border-top: 1px solid #ccc;
}
.m-tbl tr th, .m-tbl tr td {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5;
}
.m-tbl tr th > *:first-child, .m-tbl tr td > *:first-child {
  margin-top: 0 !important;
}
.m-tbl tr th {
  width: 25%;
  text-align: left;
}
.m-tbl tr td {
  width: 75%;
  padding-left: 25px;
  text-align: justify;
}
.m-tbl tr td img {
  margin: 0 0 20px;
  display: block;
}

@media screen and (max-width: 740px) {
  .m-tbl tr {
    padding: 2.7027027027vw 0;
  }
  .m-tbl tr th, .m-tbl tr td {
    padding-left: 1.3513513514vw;
    padding-right: 1.3513513514vw;
  }
  .m-tbl tr td {
    padding-left: 3.3783783784vw;
  }
  .m-tbl tr td img {
    margin: 0 0 2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * BUTTON
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * COMMON
 * --------------------------------- */
.m-btn,
.m-btn2 {
  width: 100%;
  max-width: 610px;
  height: 120px;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  background: #06c655;
}
.m-btn em,
.m-btn2 em {
  display: block;
}

@media screen and (max-width: 740px) {
  .m-btn,
.m-btn2 {
    max-width: 82.4324324324vw;
    height: 16.2162162162vw;
    padding: 1.3513513514vw;
    text-align: center;
    box-shadow: 0 0.4054054054vw 0.6756756757vw rgba(0, 0, 0, 0.4);
    border-radius: 2.7027027027vw;
  }
}
/* ------------------------------------
 * BUTTON1
 * --------------------------------- */
.m-btn em {
  margin: 12px 0 0;
  font-size: 3.4rem;
}

@media screen and (max-width: 740px) {
  .m-btn em {
    margin: 1.6216216216vw 0 0;
    font-size: 4.5945945946vw;
  }
}
/* ------------------------------------
 * BUTTON2
 * --------------------------------- */
.m-btn2 {
  font-size: 2.8rem;
  line-height: 1.3;
}
.m-btn2 em {
  font-size: 3.8rem;
}
.m-btn2[data-type=line] {
  padding-left: 70px;
  position: relative;
}
.m-btn2[data-type=line]::before {
  width: 64px;
  height: 61px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  left: 45px;
  background: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -181px -40px;
  content: "";
}

@media screen and (max-width: 740px) {
  .m-btn2 {
    font-size: 3.7837837838vw;
  }
  .m-btn2 em {
    font-size: 5.1351351351vw;
  }
  .m-btn2[data-type=line] {
    padding-left: 9.4594594595vw;
  }
  .m-btn2[data-type=line]::before {
    width: 8.6486486486vw;
    height: 8.2432432432vw;
    margin: -4.0540540541vw 0 0;
    left: 6.0810810811vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -24.4594594595vw -5.4054054054vw;
  }
}
/* ------------------------------------
 * BUTTON_CV
 * --------------------------------- */
.m-btnCv img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
 * CASE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-case {
  margin: 0 -20px;
  padding: 60px 20px;
  background: #ecf8f8;
}
.m-caseLead {
  margin: 35px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-caseBox {
  margin: 40px 0 20px;
  padding: 45px 25px 35px;
  border-radius: 30px;
  border: 4px solid #00a3a9;
  background: url(../img/bg_box.png);
}
.m-caseBox__img img {
  width: 100%;
}
.m-caseBox__txt {
  margin: 25px 10px 0;
  padding: 15px 20px 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  background: #f5f5f5;
}

@media screen and (max-width: 740px) {
  .m-case {
    margin: 0 -2.7027027027vw;
    padding: 8.1081081081vw 2.7027027027vw;
  }
  .m-caseLead {
    margin: 4.7297297297vw 0 0;
    font-size: 4.3243243243vw;
  }
  .m-caseBox {
    margin: 5.4054054054vw 0 2.7027027027vw;
    padding: 6.0810810811vw 3.3783783784vw 4.7297297297vw;
    border-radius: 4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-caseBox__txt {
    margin: 3.3783783784vw 1.3513513514vw 0;
    padding: 2.027027027vw 2.7027027027vw 2.7027027027vw;
    font-size: 2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * FAQ
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * FAQ
 * --------------------------------- */
.m-faq {
  margin: 0 -20px;
  padding: 50px 0;
  background: #ebf8f8;
}
.m-faqList {
  margin: 50px 0 0;
}
.m-faqList__item {
  margin: 25px 0 0;
}
.m-faqList__item:first-child {
  margin-top: 0;
}
.m-faqList__head {
  width: calc(100% - 20px);
  min-height: 70px;
  margin: 0 20px 0 0;
  padding: 10px 80px 12px 115px;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0 35px 35px 0;
  background: #00a3a9;
}
.m-faqList__head::before, .m-faqList__head::after {
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  background-image: url(../img/icn_sprite.png);
  background-repeat: no-repeat;
  background-size: 2000px 2000px;
  content: "";
}
.m-faqList__head::before {
  width: 34px;
  height: 40px;
  left: 40px;
  background-position: -40px -40px;
}
.m-faqList__head::after {
  width: 3px;
  height: 40px;
  left: 94px;
  background-position: -84px -40px;
}
.m-faqList__head span::after {
  width: 0;
  height: 0;
  margin: -8px 0 0;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  right: 40px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 16px 9px 0px 9px;
  content: "";
}
.m-faqList__head.is-active span::after {
  transform: rotate(-180deg);
}
.m-faqList__body {
  margin: 20px 0 0;
  padding: 0 40px;
  display: none;
  display: block;
}
.m-faqList__inner {
  padding: 0 0 25px;
}
.m-faqList__inner > *:first-child {
  margin-top: 0 !important;
}
.m-faqList__txt {
  margin: 10px 0 0;
}
.m-faqList__notes {
  margin: 5px 0 0;
  padding: 0 0 0 1.2em;
  font-size: 2.4rem;
  position: relative;
}
.m-faqList__notes::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media screen and (max-width: 740px) {
  .m-faq {
    margin: 0 -2.7027027027vw;
    padding: 6.7567567568vw 0;
  }
  .m-faqList {
    margin: 6.7567567568vw 0 0;
  }
  .m-faqList__item {
    margin: 3.3783783784vw 0 0;
  }
  .m-faqList__head {
    width: calc(100% - 2.7027027027vw);
    min-height: 9.4594594595vw;
    margin: 0 2.7027027027vw 0 0;
    padding: 1.3513513514vw 10.8108108108vw 1.6216216216vw 15.5405405405vw;
    font-size: 4.3243243243vw;
    border-radius: 0 4.7297297297vw 4.7297297297vw 0;
  }
  .m-faqList__head::before, .m-faqList__head::after {
    margin: -2.7027027027vw 0 0;
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-faqList__head::before {
    width: 4.5945945946vw;
    height: 5.4054054054vw;
    left: 5.4054054054vw;
    background-position: -5.4054054054vw -5.4054054054vw;
  }
  .m-faqList__head::after {
    width: 0.4054054054vw;
    height: 5.4054054054vw;
    left: 12.7027027027vw;
    background-position: -11.3513513514vw -5.4054054054vw;
  }
  .m-faqList__head span::after {
    margin: -1.0810810811vw 0 0;
    right: 5.4054054054vw;
    border-width: 2.1621621622vw 1.2162162162vw 0 1.2162162162vw;
  }
  .m-faqList__body {
    margin: 2.7027027027vw 0 0;
    padding: 0 5.4054054054vw;
  }
  .m-faqList__inner {
    padding: 0 0 3.3783783784vw;
  }
  .m-faqList__txt {
    margin: 1.3513513514vw 0 0;
  }
  .m-faqList__notes {
    margin: 0.6756756757vw 0 0;
    font-size: 3.2432432432vw;
  }
}
/* ----------------------------------------------------------------------------
 * FEATURE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * GENERAL
 * --------------------------------- */
.m-feature {
  margin: 60px -20px 0;
  padding: 0 20px 60px;
  background: #ebf8f8;
}

@media screen and (max-width: 740px) {
  .m-feature {
    margin: 8.1081081081vw -2.7027027027vw 0;
    padding: 0 2.7027027027vw 8.1081081081vw;
  }
}
/* ------------------------------------
 * HEADING
 * --------------------------------- */
.m-featureHdg[data-level="2"] {
  margin: 0 -20px 90px;
  padding: 60px 20px 30px;
  color: #fff;
  position: relative;
  background: #ff4d6a;
}
.m-featureHdg[data-level="2"]::after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -58px;
  left: 0;
  border-style: solid;
  border-color: #ff4d6a transparent transparent transparent;
  border-width: 60px 370px 0px 370px;
  content: "";
}
.m-featureHdg[data-level="2"] .m-featureHdg__label {
  margin: 0 auto;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 3.4rem;
  color: #ff4d6a;
  letter-spacing: 0.05em;
  line-height: 1;
  display: table;
  position: relative;
  background: #fff;
}
.m-featureHdg[data-level="2"] .m-featureHdg__label::after {
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  left: 50%;
  bottom: -13px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  content: "";
}
.m-featureHdg[data-level="2"] .m-featureHdg__sub, .m-featureHdg[data-level="2"] .m-featureHdg__main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
.m-featureHdg[data-level="2"] .m-featureHdg__sub {
  margin: 30px 0 0;
  font-size: 4rem;
}
.m-featureHdg[data-level="2"] .m-featureHdg__main {
  font-size: 6rem;
}
.m-featureHdg[data-level="2"] .m-featureHdg__main em {
  font-size: 6rem;
  color: #ffff80;
}
.m-featureHdg[data-level="2"] .m-featureHdg__main em span {
  font-size: 8rem;
}
.m-featureHdg[data-level="3"] {
  margin: 40px 10px 30px;
  padding: 0 0 30px;
  position: relative;
}
.m-featureHdg[data-level="3"]::before, .m-featureHdg[data-level="3"]::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #00a3a9;
  content: "";
}
.m-featureHdg[data-level="3"]::before {
  top: 58px;
}
.m-featureHdg[data-level="3"]::after {
  bottom: 0;
}
.m-featureHdg[data-level="3"] .m-featureHdg__label {
  width: 230px;
  height: 60px;
  margin: 0 auto 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0 0;
  background: #00a3a9;
}
.m-featureHdg[data-level="3"] .m-featureHdg__sub, .m-featureHdg[data-level="3"] .m-featureHdg__main {
  margin: 15px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
.m-featureHdg[data-level="3"] .m-featureHdg__sub {
  font-size: 5rem;
}
.m-featureHdg[data-level="3"] .m-featureHdg__main {
  font-size: 6rem;
  color: #ff4d6a;
}
.m-featureHdg[data-level="3"] .m-featureHdg__main span {
  font-size: 5rem;
  color: initial;
}
.m-featureHdg[data-level="4"] {
  margin: 60px -20px 0;
  padding: 15px 20px 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background: #00a3a9;
}

@media screen and (max-width: 740px) {
  .m-featureHdg[data-level="2"] {
    margin: 0 -2.7027027027vw 12.1621621622vw;
    padding: 8.1081081081vw 2.7027027027vw 4.0540540541vw;
  }
  .m-featureHdg[data-level="2"]::after {
    bottom: -7.8378378378vw;
    border-width: 8.1081081081vw 50vw 0 50vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__label {
    padding: 2.027027027vw 3.3783783784vw;
    font-size: 4.5945945946vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__label::after {
    margin: 0 0 0 -2.027027027vw;
    bottom: -1.7567567568vw;
    border-width: 2.027027027vw 2.027027027vw 0 2.027027027vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__sub {
    margin: 4.0540540541vw 0 0;
    font-size: 5.4054054054vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__main {
    font-size: 8.1081081081vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__main em {
    font-size: 8.1081081081vw;
  }
  .m-featureHdg[data-level="2"] .m-featureHdg__main em span {
    font-size: 10.8108108108vw;
  }
  .m-featureHdg[data-level="3"] {
    margin: 5.4054054054vw 1.3513513514vw 4.0540540541vw;
    padding: 0 0 4.0540540541vw;
  }
  .m-featureHdg[data-level="3"]::before, .m-featureHdg[data-level="3"]::after {
    height: 0.2702702703vw;
  }
  .m-featureHdg[data-level="3"]::before {
    top: 7.8378378378vw;
  }
  .m-featureHdg[data-level="3"] .m-featureHdg__label {
    width: 31.0810810811vw;
    height: 8.1081081081vw;
    margin: 0 auto 3.3783783784vw;
    font-size: 4.0540540541vw;
    border-radius: 4.0540540541vw 4.0540540541vw 0 0;
  }
  .m-featureHdg[data-level="3"] .m-featureHdg__sub, .m-featureHdg[data-level="3"] .m-featureHdg__main {
    margin: 2.027027027vw 0 0;
  }
  .m-featureHdg[data-level="3"] .m-featureHdg__sub {
    font-size: 6.7567567568vw;
  }
  .m-featureHdg[data-level="3"] .m-featureHdg__main {
    font-size: 8.1081081081vw;
  }
  .m-featureHdg[data-level="3"] .m-featureHdg__main span {
    font-size: 6.7567567568vw;
  }
  .m-featureHdg[data-level="4"] {
    margin: 8.1081081081vw -2.7027027027vw 0;
    padding: 2.027027027vw 2.7027027027vw 2.2972972973vw;
    font-size: 6.4864864865vw;
  }
}
/* ------------------------------------
 * STEP
 * --------------------------------- */
.m-featureStep {
  margin: 50px 0 0;
}
.m-featureStep__item {
  margin: 30px 0 0;
  padding: 4px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 30px;
  border: 4px solid #00a3a9;
  background: #fff;
}
.m-featureStep__item:first-child {
  margin-top: 0;
}
.m-featureStep__item:last-child::after {
  display: none;
}
.m-featureStep__item::after {
  width: 0;
  height: 0;
  margin: 0 0 0 -40px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  border-style: solid;
  border-color: #00a3a9 transparent transparent transparent;
  border-width: 24px 40px 0px 40px;
  content: "";
}
.m-featureStep__img {
  min-width: 235px;
  max-width: 235px;
  order: 1;
  overflow: hidden;
  border-radius: 0 0 0 25px;
}
.m-featureStep__body {
  margin: 0 0 0 20px;
  padding: 30px 20px 20px 0;
  order: 2;
}
.m-featureStep__num {
  width: 80px;
  height: 80px;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -4px;
  left: -4px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 0;
  background: #00a3a9;
}
.m-featureStep__num span {
  font-size: 3.2rem;
  display: block;
}
.m-featureStep__ttl {
  font-weight: 500;
  font-size: 3.6rem;
  color: #00a3a9;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.m-featureStep__txt {
  margin: 10px 0 0;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 740px) {
  .m-featureStep {
    margin: 6.7567567568vw 0 0;
  }
  .m-featureStep__item {
    margin: 4.0540540541vw 0 0;
    padding: 0.5405405405vw;
    border-radius: 4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-featureStep__item::after {
    margin: 0 0 0 -5.4054054054vw;
    bottom: -3.2432432432vw;
    border-width: 3.2432432432vw 5.4054054054vw 0 5.4054054054vw;
  }
  .m-featureStep__img {
    min-width: 31.7567567568vw;
    max-width: 31.7567567568vw;
    border-radius: 0 0 0 3.3783783784vw;
  }
  .m-featureStep__body {
    margin: 0 0 0 2.7027027027vw;
    padding: 4.0540540541vw 2.7027027027vw 2.7027027027vw 0;
  }
  .m-featureStep__num {
    width: 10.8108108108vw;
    height: 10.8108108108vw;
    font-size: 2.7027027027vw;
    top: -0.5405405405vw;
    left: -0.5405405405vw;
    border-radius: 0 0 2.7027027027vw 0;
  }
  .m-featureStep__num span {
    font-size: 4.3243243243vw;
  }
  .m-featureStep__ttl {
    font-size: 4.8648648649vw;
  }
  .m-featureStep__txt {
    margin: 1.3513513514vw 0 0;
    font-size: 3.7837837838vw;
  }
}
/* ------------------------------------
 * IMAGE
 * --------------------------------- */
.m-featureImg__fig {
  padding: 0 10px;
}
.m-featureImg__fig img {
  width: 100%;
}
.m-featureImg__txt {
  margin: 20px 0 0;
  padding: 0 15px;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 740px) {
  .m-featureImg__fig {
    padding: 0 1.3513513514vw;
  }
  .m-featureImg__txt {
    margin: 2.7027027027vw 0 0;
    padding: 0 2.027027027vw;
  }
}
/* ------------------------------------
 * BOX
 * --------------------------------- */
.m-featureBox {
  margin: 30px 10px 0;
  padding: 40px 15px 45px;
  position: relative;
  border-radius: 30px;
  border: 4px solid #00a3a9;
  background: url(../img/bg_box.png);
}
.m-featureBox::before, .m-featureBox::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  border-radius: 50%;
  background: #00a3a9;
  content: "";
}
.m-featureBox::before {
  left: 15px;
}
.m-featureBox::after {
  right: 15px;
}
.m-featureBox__inner::before, .m-featureBox__inner::after {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 15px;
  border-radius: 50%;
  background: #00a3a9;
  content: "";
}
.m-featureBox__inner::before {
  left: 15px;
}
.m-featureBox__inner::after {
  right: 15px;
}
.m-featureBox__list li {
  margin: 40px 0 0;
  padding: 40px 35px 0 265px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
}
.m-featureBox__list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.m-featureBox__list li:first-child::before, .m-featureBox__list li:first-child::after {
  width: 280px;
  height: 2px;
  position: absolute;
  bottom: -35px;
  background: #000;
  content: "";
}
.m-featureBox__list li:first-child::before {
  left: 0;
}
.m-featureBox__list li:first-child::after {
  right: 0;
}
.m-featureBox__list li:first-child > div::before {
  background-position: -346px -40px;
}
.m-featureBox__list li:last-child::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -40px;
  position: absolute;
  top: -18px;
  left: 50%;
  border-style: solid;
  border-color: #00a3a9 transparent transparent transparent;
  border-width: 24px 40px 0px 40px;
  content: "";
}
.m-featureBox__list li:last-child > div::before {
  background-position: -567px -41px;
}
.m-featureBox__list li > div {
  position: relative;
}
.m-featureBox__list li > div::before {
  width: 210px;
  height: 210px;
  margin: -105px 0 0;
  position: absolute;
  top: 50%;
  left: -235px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  content: "";
}
.m-featureBox__list em {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 3.4rem;
  color: #00a3a9;
  letter-spacing: 0.05em;
  display: block;
}
.m-featureBox__txt {
  margin: 40px 0 0;
  height: 160px;
  padding: 0 0 0 150px;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  background: #f5f5f5;
}
.m-featureBox__txt::before {
  width: 94px;
  height: 105px;
  margin: -51px 0 0;
  position: absolute;
  top: 50%;
  left: 40px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -331px -264px;
  content: "";
}

@media screen and (max-width: 740px) {
  .m-featureBox {
    margin: 4.0540540541vw 1.3513513514vw 0;
    padding: 5.4054054054vw 2.027027027vw 6.0810810811vw;
    border-radius: 4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-featureBox::before, .m-featureBox::after {
    width: 1.3513513514vw;
    height: 1.3513513514vw;
    top: 2.027027027vw;
  }
  .m-featureBox::before {
    left: 2.027027027vw;
  }
  .m-featureBox::after {
    right: 2.027027027vw;
  }
  .m-featureBox__inner::before, .m-featureBox__inner::after {
    width: 1.3513513514vw;
    height: 1.3513513514vw;
    bottom: 2.027027027vw;
  }
  .m-featureBox__inner::before {
    left: 2.027027027vw;
  }
  .m-featureBox__inner::after {
    right: 2.027027027vw;
  }
  .m-featureBox__list li {
    margin: 5.4054054054vw 0 0;
    padding: 5.4054054054vw 4.7297297297vw 0 35.8108108108vw;
    font-size: 3.7837837838vw;
  }
  .m-featureBox__list li:first-child::before, .m-featureBox__list li:first-child::after {
    width: 37.8378378378vw;
    height: 0.2702702703vw;
    bottom: -4.7297297297vw;
  }
  .m-featureBox__list li:first-child > div::before {
    background-position: -46.7567567568vw -5.4054054054vw;
  }
  .m-featureBox__list li:last-child::before {
    margin: 0 0 0 -5.4054054054vw;
    top: -2.4324324324vw;
    border-width: 3.2432432432vw 5.4054054054vw 0px 5.4054054054vw;
  }
  .m-featureBox__list li:last-child > div::before {
    background-position: -76.6216216216vw -5.5405405405vw;
  }
  .m-featureBox__list li > div::before {
    width: 28.3783783784vw;
    height: 28.3783783784vw;
    margin: -14.1891891892vw 0 0;
    left: -31.7567567568vw;
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-featureBox__list em {
    margin: 0 0 0.6756756757vw;
    font-size: 4.5945945946vw;
  }
  .m-featureBox__txt {
    margin: 5.4054054054vw 0 0;
    height: 21.6216216216vw;
    padding: 0 0 0 20.2702702703vw;
    font-size: 3.5135135135vw;
  }
  .m-featureBox__txt::before {
    width: 12.7027027027vw;
    height: 14.1891891892vw;
    margin: -6.8918918919vw 0 0;
    left: 5.4054054054vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -44.7297297297vw -35.6756756757vw;
  }
}
/* ----------------------------------------------------------------------------
 * FLOAT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-float {
  width: 100%;
  padding: 10px 0 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.m-float__inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 740px) {
  .m-float {
    padding: 1.3513513514vw 0 0.6756756757vw;
  }
  .m-float__inner {
    max-width: 100vw;
    padding: 0 2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * INTRO
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-introSummary {
  margin: 0 -20px;
  padding: 50px 20px 40px 50px;
  position: relative;
  overflow: hidden;
}
.m-introSummary::after {
  width: 277px;
  height: 366px;
  position: absolute;
  top: 25px;
  right: -25px;
  background: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -38px -147px;
  content: "";
}
.m-introSummary__ttl {
  font-weight: 500;
  font-size: 4rem;
  color: #444;
  line-height: 1;
  letter-spacing: 0.1em;
  display: table;
  position: relative;
}
.m-introSummary__ttl::after {
  width: 52px;
  height: 46px;
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  right: -65px;
  background: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -119px -84px;
  content: "";
}
.m-introSummary__ttl span {
  color: #00a3a9;
  background: linear-gradient(transparent 70%, #ffff80 70%);
}
.m-introSummary__list {
  margin: 60px 0 0 -20px;
  padding: 0 250px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.m-introSummary__listItem {
  width: 50%;
  padding: 0 0 0 20px;
}
.m-introSummary__listItem__inner {
  padding: 40px 15px 25px;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #00a3a9;
}
.m-introSummary__listItem__inner::before, .m-introSummary__listItem__inner::after {
  position: absolute;
  left: 50%;
  content: "";
}
.m-introSummary__listItem__inner::before {
  width: 60px;
  height: 60px;
  margin: -70px 0 0 -30px;
  box-sizing: border-box;
  border: 4px solid #00a3a9;
  border-radius: 50%;
  background: #fff;
}
.m-introSummary__listItem__inner::after {
  background: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
}
.m-introSummary__listItem__inner[data-type="1"]::after {
  width: 31px;
  height: 33px;
  margin: -16px 0 0 -16px;
  top: 0;
  background-position: -40px -98px;
}
.m-introSummary__listItem__inner[data-type="2"]::after {
  width: 26px;
  height: 34px;
  margin: -16px 0 0 -13px;
  top: 0;
  background-position: -80px -97px;
}
.m-introSummary__listItem__inner em {
  font-weight: 500;
  color: #ffff80;
}
.m-introCv {
  margin: 0 -20px 25px;
  padding: 20px 20px 20px;
  background: #c8e3df;
}
.m-introCv__lead {
  font-weight: 500;
  font-size: 2.6rem;
  color: #444;
  letter-spacing: 0.15em;
  text-align: center;
  display: none;
}
.m-introCv__btn {
  margin: 10px 0 0;
}
.m-introCompare {
  margin: 70px 0 0;
  padding: 0 20px;
}
.m-introCompare__list {
  margin: 0 0 0 -90px;
  display: flex;
  flex-wrap: nowrap;
}
.m-introCompare__listItem {
  width: 50%;
  padding: 0 0 0 90px;
}
.m-introCompare__listItem__inner {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.m-introCompare__listItem__body > *:first-child {
  margin-top: 0 !important;
}
.m-introCompare__listItem__img[data-type="1"] {
  width: 62px;
  height: 170px;
}
.m-introCompare__listItem__img[data-type="2"] {
  width: 77px;
  height: 162px;
}
.m-introCompare__listItem__hdg {
  line-height: 1;
  text-align: center;
}
.m-introCompare__listItem__hdg[data-level="2"] {
  height: 60px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.15em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.m-introCompare__listItem__hdg[data-level="3"] {
  margin: 25px 0 0;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.m-introCompare__listItem__hdg[data-type="1"] {
  background: #6a6a6a;
}
.m-introCompare__listItem__hdg[data-type="2"] {
  background: #00a3a9;
}
.m-introCompare__listItem__price {
  margin: 7px 0 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}
.m-introCompare__listItem__price em {
  font-weight: bold;
  font-size: 3.6rem;
}
.m-introCompare__listItem__price em span {
  font-size: 2rem;
}
.m-introCompare__img {
  margin: 30px 0 0;
  position: relative;
}
.m-introCompare__imgTxt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 1;
}
.m-introCompare__imgTxt__sub, .m-introCompare__imgTxt__price, .m-introCompare__imgTxt__em {
  margin: 7px 0 0;
  line-height: 1;
  display: block;
}
.m-introCompare__imgTxt__sub {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.m-introCompare__imgTxt__price {
  font-size: 1.8rem;
  line-height: 1;
}
.m-introCompare__imgTxt__price em {
  font-weight: bold;
  font-size: 3.4rem;
}
.m-introCompare__imgTxt__em {
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1;
}
.m-introCompare__imgFigure img {
  width: 660px;
  height: 292px;
}
.m-introCourse {
  margin: 40px 0 0;
}
.m-introCase {
  margin: 60px 0 0;
}

@media screen and (max-width: 740px) {
  .m-introSummary {
    margin: 0 -2.7027027027vw;
    padding: 6.7567567568vw 2.7027027027vw 5.4054054054vw 6.7567567568vw;
  }
  .m-introSummary::after {
    width: 37.4324324324vw;
    height: 49.4594594595vw;
    top: 3.3783783784vw;
    right: -3.3783783784vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -5.1351351351vw -19.8648648649vw;
  }
  .m-introSummary__ttl {
    font-size: 5.4054054054vw;
  }
  .m-introSummary__ttl::after {
    width: 7.027027027vw;
    height: 6.2162162162vw;
    margin: -3.1081081081vw 0 0;
    right: -8.7837837838vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -16.0810810811vw -11.3513513514vw;
  }
  .m-introSummary__list {
    margin: 8.1081081081vw 0 0 -2.7027027027vw;
    padding: 0 33.7837837838vw 0 0;
  }
  .m-introSummary__listItem {
    padding: 0 0 0 2.7027027027vw;
  }
  .m-introSummary__listItem__inner {
    padding: 5.4054054054vw 2.027027027vw 3.3783783784vw;
    font-size: 4.0540540541vw;
  }
  .m-introSummary__listItem__inner::before {
    width: 8.1081081081vw;
    height: 8.1081081081vw;
    margin: -9.4594594595vw 0 0 -4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-introSummary__listItem__inner::after {
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-introSummary__listItem__inner[data-type="1"]::after {
    width: 4.1891891892vw;
    height: 4.4594594595vw;
    margin: -2.1621621622vw 0 0 -2.1621621622vw;
    background-position: -5.4054054054vw -13.2432432432vw;
  }
  .m-introSummary__listItem__inner[data-type="2"]::after {
    width: 3.5135135135vw;
    height: 4.5945945946vw;
    margin: -2.1621621622vw 0 0 -1.7567567568vw;
    background-position: -10.8108108108vw -13.1081081081vw;
  }
  .m-introCv {
    margin: 0 -2.7027027027vw 3.3783783784vw;
    padding: 2.7027027027vw 2.7027027027vw 2.7027027027vw;
  }
  .m-introCv__lead {
    font-size: 3.5135135135vw;
  }
  .m-introCv__btn {
    margin: 1.3513513514vw 0 0;
  }
  .m-introCompare {
    margin: 9.4594594595vw 0 0;
    padding: 0 2.7027027027vw;
  }
  .m-introCompare__list {
    margin: 0 0 0 -12.1621621622vw;
  }
  .m-introCompare__listItem {
    padding: 0 0 0 12.1621621622vw;
  }
  .m-introCompare__listItem__inner {
    margin: 2.7027027027vw 0 0;
  }
  .m-introCompare__listItem__img[data-type="1"] {
    width: 8.3783783784vw;
    height: 22.972972973vw;
  }
  .m-introCompare__listItem__img[data-type="2"] {
    width: 10.4054054054vw;
    height: 21.8918918919vw;
  }
  .m-introCompare__listItem__hdg[data-level="2"] {
    height: 8.1081081081vw;
    font-size: 3.7837837838vw;
    border-radius: 1.3513513514vw;
  }
  .m-introCompare__listItem__hdg[data-level="3"] {
    margin: 3.3783783784vw 0 0;
    font-size: 2.972972973vw;
  }
  .m-introCompare__listItem__price {
    margin: 0.9459459459vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-introCompare__listItem__price em {
    font-size: 4.8648648649vw;
  }
  .m-introCompare__listItem__price em span {
    font-size: 2.7027027027vw;
  }
  .m-introCompare__img {
    margin: 4.0540540541vw 0 0;
  }
  .m-introCompare__imgTxt {
    top: 12.8378378378vw;
  }
  .m-introCompare__imgTxt__sub, .m-introCompare__imgTxt__price, .m-introCompare__imgTxt__em {
    margin: 0.9459459459vw 0 0;
  }
  .m-introCompare__imgTxt__sub {
    font-size: 2.7027027027vw;
  }
  .m-introCompare__imgTxt__price {
    font-size: 2.4324324324vw;
  }
  .m-introCompare__imgTxt__price em {
    font-size: 4.5945945946vw;
  }
  .m-introCompare__imgTxt__em {
    font-size: 6.2162162162vw;
  }
  .m-introCompare__imgFigure img {
    width: 89.1891891892vw;
    height: 39.4594594595vw;
  }
  .m-introCourse {
    margin: 5.4054054054vw 0 0;
  }
  .m-introCase {
    margin: 8.1081081081vw 0 0;
  }
}
/* ----------------------------------------------------------------------------
 * ABOUT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-about {
  padding: 40px;
  border: 2px solid #b1b1b1;
}
.m-aboutHdg {
  line-height: 1;
}
.m-aboutHdg[data-level="2"] {
  text-align: center;
}
.m-aboutHdg[data-level="2"] + * {
  margin-top: 35px !important;
}
.m-aboutHdg[data-level="3"] {
  margin: 30px 0 10px;
}

@media screen and (max-width: 740px) {
  .m-about {
    padding: 5.4054054054vw;
    border-width: 0.2702702703vw;
  }
  .m-aboutHdg[data-level="2"] + * {
    margin-top: 4.7297297297vw !important;
  }
  .m-aboutHdg[data-level="3"] {
    margin: 4.0540540541vw 0 1.3513513514vw;
  }
}
/* ----------------------------------------------------------------------------
 * COURSE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-course {
  position: relative;
  border: 5px solid #00a3a9;
}
.m-courseHead {
  padding: 25px 35px;
  background: #c8e3df;
}
.m-courseHead__hdg {
  padding: 0 30px;
  display: table;
  border-radius: 50px;
  background: #00a3a9;
}
.m-courseHead__hdg span {
  height: 80px;
  font-weight: 500;
  font-size: 4.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-courseBody {
  padding: 35px 35px 45px;
}
.m-courseBody__infoName, .m-courseBody__infoTxt, .m-courseBody__infoPrice {
  line-height: 1;
  display: block;
}
.m-courseBody__infoName {
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  display: block;
}
.m-courseBody__infoTxt {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.m-courseBody__infoPrice {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.m-courseBody__infoPrice em {
  font-size: 6.6rem;
  line-height: 1;
  position: relative;
}
.m-courseBody__infoPrice em::before {
  height: 4px;
  position: absolute;
  top: 50px;
  left: 0;
  transform: rotate(7deg);
  background: #ff4d6a;
  content: "";
}
.m-courseBody__infoPrice em span {
  font-size: 4rem;
}
.m-courseBody__img {
  position: absolute;
  top: 0;
  right: 0;
}
.m-courseBody__price {
  margin: 35px 0 0;
  display: flex;
  flex-wrap: nowrap;
}
.m-courseBody__priceTtl {
  width: 190px;
  height: 100px;
  padding: 7px 0 0;
  position: relative;
  background: #ff4d6a;
}
.m-courseBody__priceTtl::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 2;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ff4d6a;
  border-right: 0;
  content: "";
}
.m-courseBody__priceTtl__sub, .m-courseBody__priceTtl__main {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.m-courseBody__priceTtl__sub {
  font-size: 2rem;
  color: #fff;
}
.m-courseBody__priceTtl__main {
  font-size: 3rem;
  color: #ffff80;
  letter-spacing: 0;
  position: relative;
  top: -3px;
}
.m-courseBody__priceTtl__main em {
  font-size: 6.8rem;
}
.m-courseBody__priceTtl__main em span {
  font-size: 4.6rem;
}
.m-courseBody__priceTtl__main > span {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
}
.m-courseBody__priceValue {
  margin: 0 0 0 40px;
  font-weight: bold;
  color: #ff4d6a;
  line-height: 1;
  position: relative;
  top: -10px;
}
.m-courseBody__priceValue em {
  font-size: 10rem;
  letter-spacing: -0.01em;
}
.m-courseBody__priceValue em span {
  font-size: 5rem;
}
.m-courseBody__priceValue > span {
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0;
  position: absolute;
  top: 22px;
  right: -5px;
}
.m-courseBody__em {
  width: 100%;
  height: 46px;
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 2.8rem;
  color: #ff4d6a;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 22px;
  border: 1px solid #ff4d6a;
}
.m-courseBody__em em {
  font-size: 3.4rem;
}
.m-courseBody__label {
  margin: 20px 0 0 -10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-courseBody__label li {
  width: 50%;
  padding: 0 0 0 10px;
}
.m-courseBody__label li div {
  font-weight: 500;
  font-size: 3.4rem;
  color: #ff4d6a;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #ffff80;
}
.m-courseBody__notes {
  margin: 0 -15px;
}
.m-courseBody__btn {
  margin: 25px 0 0;
}
.m-course[data-type="1"] .m-courseBody__infoPrice em::before, .m-course[data-type="2"] .m-courseBody__infoPrice em::before {
  width: 280px;
}
.m-course[data-type="1"] .m-courseBody__img, .m-course[data-type="2"] .m-courseBody__img {
  width: 155px;
  height: 326px;
  top: 25px;
  right: 43px;
}
.m-course[data-type="3"] .m-courseBody__infoPrice em::before, .m-course[data-type="4"] .m-courseBody__infoPrice em::before, .m-course[data-type="5"] .m-courseBody__infoPrice em::before {
  width: 320px;
}
.m-course[data-type="3"] .m-courseBody__img {
  width: 226px;
  height: 317px;
  top: 45px;
  right: 10px;
}
.m-course[data-type="4"] .m-courseBody__img {
  width: 239px;
  height: 332px;
  top: 30px;
  right: 10px;
}
.m-course[data-type="5"] .m-courseBody__img {
  width: 220px;
  height: 292px;
  top: 30px;
  right: 5px;
}

@media screen and (max-width: 740px) {
  .m-course {
    border-width: 0.6756756757vw;
  }
  .m-courseHead {
    padding: 3.3783783784vw 4.7297297297vw;
  }
  .m-courseHead__hdg {
    padding: 0 4.0540540541vw;
    border-radius: 6.7567567568vw;
  }
  .m-courseHead__hdg span {
    height: 10.8108108108vw;
    font-size: 5.9459459459vw;
  }
  .m-courseBody {
    padding: 4.7297297297vw 4.7297297297vw 6.0810810811vw;
  }
  .m-courseBody__infoName {
    font-size: 4.8648648649vw;
  }
  .m-courseBody__infoTxt {
    margin: 2.027027027vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-courseBody__infoPrice {
    margin: 0.6756756757vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-courseBody__infoPrice em {
    font-size: 8.9189189189vw;
  }
  .m-courseBody__infoPrice em::before {
    height: 0.5405405405vw;
    top: 6.7567567568vw;
  }
  .m-courseBody__infoPrice em span {
    font-size: 5.4054054054vw;
  }
  .m-courseBody__price {
    margin: 4.7297297297vw 0 0;
  }
  .m-courseBody__priceTtl {
    width: 25.6756756757vw;
    height: 13.5135135135vw;
    padding: 0.9459459459vw 0 0;
  }
  .m-courseBody__priceTtl::after {
    right: -4.0540540541vw;
    border-top-width: 6.7567567568vw;
    border-bottom-width: 6.7567567568vw;
    border-left-width: 4.0540540541vw;
  }
  .m-courseBody__priceTtl__sub {
    font-size: 2.7027027027vw;
  }
  .m-courseBody__priceTtl__main {
    font-size: 4.0540540541vw;
    top: -0.4054054054vw;
  }
  .m-courseBody__priceTtl__main em {
    font-size: 9.1891891892vw;
  }
  .m-courseBody__priceTtl__main em span {
    font-size: 6.2162162162vw;
  }
  .m-courseBody__priceTtl__main > span {
    font-size: 2.4324324324vw;
    top: 1.3513513514vw;
  }
  .m-courseBody__priceValue {
    margin: 0 0 0 5.4054054054vw;
    top: -1.3513513514vw;
  }
  .m-courseBody__priceValue em {
    font-size: 13.5135135135vw;
  }
  .m-courseBody__priceValue em span {
    font-size: 6.7567567568vw;
  }
  .m-courseBody__priceValue > span {
    font-size: 2.7027027027vw;
    top: 2.972972973vw;
    right: -0.6756756757vw;
  }
  .m-courseBody__em {
    height: 6.2162162162vw;
    margin: 2.7027027027vw 0 0;
    font-size: 3.7837837838vw;
    border-radius: 2.972972973vw;
  }
  .m-courseBody__em em {
    font-size: 4.5945945946vw;
  }
  .m-courseBody__label {
    margin: 2.7027027027vw 0 0 -1.3513513514vw;
  }
  .m-courseBody__label li {
    padding: 0 0 0 1.3513513514vw;
  }
  .m-courseBody__label li div {
    font-size: 4.5945945946vw;
  }
  .m-courseBody__notes {
    margin: 0 -2.027027027vw;
  }
  .m-courseBody__btn {
    margin: 3.3783783784vw 0 0;
  }
  .m-course[data-type="1"] .m-courseBody__infoPrice em::before, .m-course[data-type="2"] .m-courseBody__infoPrice em::before {
    width: 37.8378378378vw;
  }
  .m-course[data-type="1"] .m-courseBody__img, .m-course[data-type="2"] .m-courseBody__img {
    width: 20.9459459459vw;
    height: 44.0540540541vw;
    top: 3.3783783784vw;
    right: 5.8108108108vw;
  }
  .m-course[data-type="3"] .m-courseBody__infoPrice em::before, .m-course[data-type="4"] .m-courseBody__infoPrice em::before, .m-course[data-type="5"] .m-courseBody__infoPrice em::before {
    width: 43.2432432432vw;
  }
  .m-course[data-type="3"] .m-courseBody__img {
    width: 30.5405405405vw;
    height: 42.8378378378vw;
    top: 6.0810810811vw;
    right: 1.3513513514vw;
  }
  .m-course[data-type="4"] .m-courseBody__img {
    width: 32.2972972973vw;
    height: 44.8648648649vw;
    top: 4.0540540541vw;
    right: 1.3513513514vw;
  }
  .m-course[data-type="5"] .m-courseBody__img {
    width: 29.7297297297vw;
    height: 39.4594594595vw;
    top: 4.0540540541vw;
    right: 0.6756756757vw;
  }
}
/* ----------------------------------------------------------------------------
 * SECTION
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-section[data-type=faq], .m-section[data-type=about] {
  margin: 60px 0 0;
}

@media screen and (max-width: 740px) {
  .m-section[data-type=faq], .m-section[data-type=about] {
    margin: 8.1081081081vw 0 0;
  }
}
/* ----------------------------------------------------------------------------
 * PRODUCT
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-productMain {
  margin: 50px -20px 145px;
  display: flex;
  flex-direction: column;
  background: #c8e2df;
}
.m-productMain__catch {
  padding: 150px 20px 20px;
  order: 1;
  position: relative;
  background: #ff4d6a;
}
.m-productMain__catch::after {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -64px;
  border-style: solid;
  border-color: #ff4d6a transparent transparent transparent;
  border-width: 65px 370px 0px 370px;
  content: "";
}
.m-productMain__catchList {
  margin: -170px 0 0 -50px;
  padding: 0 75px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-productMain__catchList li {
  width: 33.3333333333%;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 4rem;
  color: #ff4d6a;
  letter-spacing: 0.2em;
}
.m-productMain__catchList li > div {
  width: 140px;
  height: 140px;
  padding: 0 0 0 4px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #ff4d6a;
  border-radius: 50%;
  background: #fff;
}
.m-productMain__catchList li > div::before, .m-productMain__catchList li > div::after {
  position: absolute;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  content: "";
}
.m-productMain__catchList li > div::before {
  width: 30px;
  height: 22px;
  margin: 0 0 0 -15px;
  top: 18px;
  left: 50%;
  background-position: -41px -522px;
}
.m-productMain__catchList li > div::after {
  width: 35px;
  height: 5px;
  margin: 4px 0 0;
  top: 50%;
  right: -50px;
  background-position: -40px -556px;
}
.m-productMain__catchList li:last-child > div::after {
  display: none;
}
.m-productMain__catchTxt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
}
.m-productMain__catchTxt em {
  font-weight: 500;
  font-size: 7rem;
  color: #ffff80;
}
.m-productMain__lead {
  margin: 105px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  order: 2;
}
.m-productMain__lead em {
  margin: 20px auto 0;
  padding: 10px 10px 15px 20px;
  font-weight: 500;
  font-size: 7.8rem;
  color: #ff4d6a;
  display: table;
  position: relative;
  background: #ffff80;
}
.m-productMain__lead em::before {
  width: 61px;
  height: 48px;
  position: absolute;
  top: -30px;
  left: -25px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -89px -523px;
  content: "";
}
.m-productMain__img {
  margin: 40px 0 0;
  order: 3;
}
.m-productMain__hdg {
  margin: 30px 0 0;
  padding: 0 20px;
  order: 4;
}
.m-productMain__hdgTxt {
  margin: 0 auto;
  display: table;
}
.m-productMain__hdgTxt span {
  height: 60px;
  padding: 0 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #00a3a9;
}
.m-productMain__hdgImg {
  margin: 30px auto 0;
  display: table;
}
.m-productMain__hdgImg img {
  width: 345px;
  height: 98px;
}
.m-productMain__feature {
  margin: 15px 0 -80px -10px;
  padding: 0 10px;
  order: 5;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-productMain__feature li {
  padding: 0 0 0 10px;
}
.m-productMain__feature li div {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  padding: 35px 0 0;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background: #00a3a9;
}
.m-productMain__feature li div::before, .m-productMain__feature li div::after {
  position: absolute;
  content: "";
}
.m-productMain__feature li div::before {
  width: 200px;
  height: 200px;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
}
.m-productMain__feature li div::after {
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  top: 50%;
  right: -22px;
  z-index: 1;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -41px -574px;
}
.m-productMain__feature li em {
  color: #ffff80;
  background: linear-gradient(transparent 60%, #00858c 60%);
}
.m-productMain__feature li[data-type="1"] em {
  font-size: 4rem;
}
.m-productMain__feature li[data-type="2"] em {
  font-size: 3.4rem;
}
.m-productMain__feature li[data-type="3"] div::after {
  display: none;
}
.m-productMain__feature li[data-type="3"] em {
  font-size: 5rem;
}
.m-productMain__feature li[data-type="3"] em span {
  font-size: 3.6rem;
}
.m-productCourse__item {
  margin: 40px 0 0;
}
.m-productCourse__item:first-child {
  margin-top: 0;
}
.m-productItem {
  margin: 40px 0 0;
  padding: 30px 45px 25px;
  position: relative;
  border: 4px solid #919191;
}
.m-productItem__img {
  width: 90px;
  position: absolute;
  top: 30px;
  right: 45px;
}
.m-productItem__infoName, .m-productItem__infoPrice, .m-productItem__infoTxt {
  line-height: 1;
  display: block;
}
.m-productItem__infoName {
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  display: block;
}
.m-productItem__infoTxt {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.m-productItem__infoPrice {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-productItem__infoPrice__label {
  height: 50px;
  padding: 0 20px;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #d6d6d6;
}
.m-productItem__infoPrice__value {
  margin: 0 0 0 20px;
  font-size: 4rem;
  position: relative;
  top: -7px;
}
.m-productItem__infoPrice__value span {
  font-size: 6.6rem;
}
.m-productItem__infoPrice__txt {
  margin: 0 0 0 7px;
  position: relative;
  top: 5px;
}
.m-productItem__btn {
  margin: 25px 0 0;
}
.m-productBenefit {
  margin: 90px -20px 50px;
  padding: 0 20px;
  position: relative;
  background: #ebf8f8;
}
.m-productBenefit::after {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -55px;
  border-style: solid;
  border-right: 370px solid transparent;
  border-left: 370px solid transparent;
  border-top: 55px solid #ebf8f8;
  border-bottom: 0;
  content: "";
}
.m-productBenefit__hdgItem[data-type=sub] {
  margin: 0 auto;
  display: table;
}
.m-productBenefit__hdgItem[data-type=sub] span {
  height: 60px;
  margin: -30px 0 0;
  padding: 0 20px;
  font-size: 500;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #00a3a9;
}
.m-productBenefit__hdgItem[data-type=sub] span::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -10px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #00a3a9;
  border-bottom: 0;
  content: "";
}
.m-productBenefit__hdgItem[data-type=main] {
  margin: 40px auto 0;
  padding: 0 0 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 5.7rem;
  color: #00a3a9;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: table;
  border-bottom: 1px solid #00a3a9;
}
.m-productBenefit__hdgItem[data-type=main] span {
  color: #000;
}
.m-productBenefit__list {
  margin: 30px 0 0 -20px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.m-productBenefit__listItem {
  width: 50%;
  margin: 15px 0 0;
  padding: 0 0 0 20px;
}
.m-productBenefit__listItem:nth-child(-n+2) {
  margin-top: 0;
}
.m-productBenefit__listItem__inner {
  width: 100%;
  height: 210px;
  padding: 20px 25px 0;
  color: #fff;
  position: relative;
  border-radius: 30px;
  background: #ff4d6a;
}
.m-productBenefit__listItem__inner::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #fff;
  content: "";
}
.m-productBenefit__listItem__ttl {
  padding: 0 0 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  border-bottom: 5px dotted #fff;
}
.m-productBenefit__listItem__txt {
  margin: 15px 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
.m-productBenefit__listItem__txt em {
  font-size: 4.8rem;
  color: #ffff80;
}
.m-productBenefit__listItem__txt em span {
  font-size: 3.8rem;
}
.m-productBenefit__listItem__notes {
  margin: 5px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-productRecommend {
  margin: 0 0 35px;
}
.m-productRecommend__hdg {
  height: 140px;
  margin: 0 -20px;
  padding: 35px 0 0;
  font-weight: 500;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  background: #00a3a9;
}
.m-productRecommend__hdg span {
  margin: 0 auto;
  padding: 0 0 15px;
  display: table;
  border-bottom: 7px dotted #fff;
}
.m-productRecommend__hdg em {
  font-weight: 500;
  color: #ffff80;
}
.m-productRecommend__feature {
  margin: -30px 0 0 -20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-productRecommend__feature li {
  width: 33.3333333333%;
  padding: 0 0 0 20px;
}
.m-productRecommend__feature li > div {
  height: 200px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid #ff4d6a;
  background: #fff;
}
.m-productRecommend__feature li > div em {
  color: #ff4d6a;
  background: linear-gradient(transparent 60%, #ffff80 60%);
}
.m-productRecommend__feature li[data-type="1"] {
  font-size: 2.8rem;
}
.m-productRecommend__feature li[data-type="1"] b {
  font-size: 3rem;
}
.m-productRecommend__feature li[data-type="1"] em {
  font-size: 5.4rem;
}
.m-productRecommend__feature li[data-type="1"] em span {
  font-size: 2.4rem;
}
.m-productRecommend__feature li[data-type="1"] em b {
  font-size: 3.8rem;
}
.m-productRecommend__feature li[data-type="2"] {
  font-size: 2.4rem;
}
.m-productRecommend__feature li[data-type="2"] em {
  font-size: 3.4rem;
}
.m-productRecommend__feature li[data-type="3"] em {
  font-size: 3.6rem;
}
.m-productBox {
  margin: 0 0 45px;
}
.m-productBox__inner {
  border: 5px solid #00a3a9;
}
.m-productBox__head {
  padding: 46px 25px 35px;
  position: relative;
  background: #c6e1dd;
}
.m-productBox__body {
  padding: 40px 10px 10px;
  background: #fff;
}
.m-productBox__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  color: #00a3a9;
  letter-spacing: 0.1em;
  position: relative;
}
.m-productBox__hdg::before {
  width: 100%;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  border-top: 7px dotted #00a3a9;
  content: "";
}
.m-productBox__hdg span {
  margin: 0 auto;
  padding: 0 18px;
  display: table;
  position: relative;
  z-index: 1;
  background: #fff;
}
.m-productBox__img {
  width: 312px;
  height: 323px;
  position: absolute;
  top: 5px;
  right: 30px;
}
.m-productBox__img img {
  width: 312px;
  height: 323px;
}
.m-productBox__infoName {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.m-productBox__infoTxt {
  margin: 15px 0 0;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.m-productBox__infoPrice {
  margin: 15px 0 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.m-productBox__infoPrice__ttl {
  font-size: 2.2rem;
  display: block;
}
.m-productBox__infoPrice__value {
  font-size: 1.5rem;
  display: block;
}
.m-productBox__infoPrice__value em {
  font-size: 6.6rem;
}
.m-productBox__infoPrice__value em span {
  font-size: 4rem;
}
.m-productBox__course {
  margin: 15px 0 0 -5px;
  display: flex;
  flex-wrap: nowrap;
}
.m-productBox__courseItem {
  width: 33.3333333333%;
  padding: 0 0 0 5px;
}
.m-productBox__courseItem__outer {
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #00a3a9;
  background: #fff;
}
.m-productBox__courseItem__head {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 22px 22px 0 0;
  background: #00a3a9;
}
.m-productBox__courseItem__hdg {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.m-productBox__courseItem__inner {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-productBox__courseItem__price {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.m-productBox__courseItem__price em {
  font-size: 4.2rem;
}
.m-productBox__courseItem__txt {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-productOther {
  margin: 0 0 55px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.m-productOther::after {
  width: 307px;
  height: 70px;
  margin: 0 0 0 -154px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -85px -584px;
  content: "";
}
.m-productOther__main, .m-productOther__sub {
  margin: 0 auto;
  display: table;
}
.m-productOther__main {
  padding: 10px 20px 10px 25px;
  color: #ff4d6a;
  position: relative;
  background: #ffff80;
}
.m-productOther__main::before, .m-productOther__main::after {
  width: 33px;
  height: 67px;
  position: absolute;
  top: 20px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -38px -619px;
  content: "";
}
.m-productOther__main::before {
  left: -50px;
}
.m-productOther__main::after {
  right: -50px;
  transform: rotate(180deg);
}
.m-productOther__sub {
  margin-top: 25px;
}

@media screen and (max-width: 740px) {
  .m-productMain {
    margin: 6.7567567568vw -2.7027027027vw 19.5945945946vw;
  }
  .m-productMain__catch {
    padding: 20.2702702703vw 2.7027027027vw 2.7027027027vw;
  }
  .m-productMain__catch::after {
    bottom: -8.6486486486vw;
    border-width: 8.7837837838vw 50vw 0px 50vw;
  }
  .m-productMain__catchList {
    margin: -22.972972973vw 0 0 -6.7567567568vw;
    padding: 0 10.1351351351vw;
  }
  .m-productMain__catchList li {
    padding: 0 0 0 6.7567567568vw;
    font-size: 5.4054054054vw;
  }
  .m-productMain__catchList li > div {
    width: 18.9189189189vw;
    height: 18.9189189189vw;
    padding: 0 0 0 0.5405405405vw;
    border-width: 0.4054054054vw;
  }
  .m-productMain__catchList li > div::before, .m-productMain__catchList li > div::after {
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-productMain__catchList li > div::before {
    width: 4.0540540541vw;
    height: 2.972972973vw;
    margin: 0 0 0 -2.027027027vw;
    top: 2.4324324324vw;
    background-position: -5.5405405405vw -70.5405405405vw;
  }
  .m-productMain__catchList li > div::after {
    width: 4.7297297297vw;
    height: 0.6756756757vw;
    margin: 0.5405405405vw 0 0;
    right: -6.7567567568vw;
    background-position: -5.4054054054vw -75.1351351351vw;
  }
  .m-productMain__catchTxt {
    font-size: 6.4864864865vw;
  }
  .m-productMain__catchTxt em {
    font-size: 9.4594594595vw;
  }
  .m-productMain__lead {
    margin: 14.1891891892vw 0 0;
    font-size: 6.4864864865vw;
  }
  .m-productMain__lead em {
    margin: 2.7027027027vw auto 0;
    padding: 1.3513513514vw 1.3513513514vw 2.027027027vw 2.7027027027vw;
    font-size: 10.5405405405vw;
  }
  .m-productMain__lead em::before {
    width: 8.2432432432vw;
    height: 6.4864864865vw;
    top: -4.0540540541vw;
    left: -3.3783783784vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -12.027027027vw -70.6756756757vw;
  }
  .m-productMain__img {
    margin: 5.4054054054vw 0 0;
  }
  .m-productMain__hdg {
    margin: 4.0540540541vw 0 0;
    padding: 0 2.7027027027vw;
  }
  .m-productMain__hdgTxt span {
    height: 8.1081081081vw;
    padding: 0 4.0540540541vw;
    font-size: 4.5945945946vw;
    border-radius: 4.0540540541vw;
  }
  .m-productMain__hdgImg {
    margin: 4.0540540541vw auto 0;
  }
  .m-productMain__hdgImg img {
    width: 46.6216216216vw;
    height: 13.2432432432vw;
  }
  .m-productMain__feature {
    margin: 2.027027027vw 0 -10.8108108108vw -1.3513513514vw;
    padding: 0 1.3513513514vw;
  }
  .m-productMain__feature li {
    padding: 0 0 0 1.3513513514vw;
  }
  .m-productMain__feature li div {
    width: 28.3783783784vw;
    height: 28.3783783784vw;
    padding: 4.7297297297vw 0 0;
    font-size: 3.2432432432vw;
  }
  .m-productMain__feature li div::before {
    width: 27.027027027vw;
    height: 27.027027027vw;
    top: 0.6756756757vw;
    left: 0.6756756757vw;
  }
  .m-productMain__feature li div::after {
    width: 4.7297297297vw;
    height: 4.7297297297vw;
    margin: -2.4324324324vw 0 0;
    right: -2.972972973vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -5.5405405405vw -77.5675675676vw;
  }
  .m-productMain__feature li[data-type="1"] em {
    font-size: 5.4054054054vw;
  }
  .m-productMain__feature li[data-type="2"] em {
    font-size: 4.5945945946vw;
  }
  .m-productMain__feature li[data-type="3"] em {
    font-size: 6.7567567568vw;
  }
  .m-productMain__feature li[data-type="3"] em span {
    font-size: 4.8648648649vw;
  }
  .m-productCourse__item {
    margin: 5.4054054054vw 0 0;
  }
  .m-productItem {
    margin: 5.4054054054vw 0 0;
    padding: 4.0540540541vw 6.0810810811vw 3.3783783784vw;
    border-width: 0.5405405405vw;
  }
  .m-productItem__img {
    width: 12.1621621622vw;
    top: 4.0540540541vw;
    right: 6.0810810811vw;
  }
  .m-productItem__infoName {
    font-size: 4.8648648649vw;
  }
  .m-productItem__infoTxt {
    margin: 2.027027027vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-productItem__infoPrice {
    margin: 4.0540540541vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-productItem__infoPrice__label {
    height: 6.7567567568vw;
    padding: 0 2.7027027027vw;
  }
  .m-productItem__infoPrice__value {
    margin: 0 0 0 2.7027027027vw;
    font-size: 5.4054054054vw;
    top: -0.9459459459vw;
  }
  .m-productItem__infoPrice__value span {
    font-size: 8.9189189189vw;
  }
  .m-productItem__infoPrice__txt {
    margin: 0 0 0 0.9459459459vw;
    top: 0.6756756757vw;
  }
  .m-productItem__btn {
    margin: 3.3783783784vw 0 0;
  }
  .m-productBenefit {
    margin: 12.1621621622vw -2.7027027027vw 6.7567567568vw;
    padding: 0 2.7027027027vw;
  }
  .m-productBenefit::after {
    bottom: -7.4324324324vw;
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-width: 7.4324324324vw;
  }
  .m-productBenefit__hdgItem[data-type=sub] span {
    height: 8.1081081081vw;
    margin: -4.0540540541vw 0 0;
    padding: 0 2.7027027027vw;
    font-size: 4.8648648649vw;
  }
  .m-productBenefit__hdgItem[data-type=sub] span::before {
    margin: 0 0 0 -1.3513513514vw;
    bottom: -1.3513513514vw;
    border-right-width: 1.3513513514vw;
    border-left-width: 1.3513513514vw;
    border-top-width: 1.3513513514vw;
  }
  .m-productBenefit__hdgItem[data-type=main] {
    margin: 5.4054054054vw auto 0;
    padding: 0 0 2.027027027vw;
    font-size: 7.7027027027vw;
  }
  .m-productBenefit__list {
    margin: 4.0540540541vw 0 0 -2.7027027027vw;
    padding: 0 1.3513513514vw;
  }
  .m-productBenefit__listItem {
    margin: 2.027027027vw 0 0;
    padding: 0 0 0 2.7027027027vw;
  }
  .m-productBenefit__listItem__inner {
    height: 28.3783783784vw;
    padding: 2.7027027027vw 3.3783783784vw 0;
    border-radius: 4.0540540541vw;
  }
  .m-productBenefit__listItem__inner::before {
    width: calc(100% - 1.3513513514vw);
    height: calc(100% - 1.3513513514vw);
    top: 0.6756756757vw;
    left: 0.6756756757vw;
    border-radius: 3.3783783784vw;
  }
  .m-productBenefit__listItem__ttl {
    padding: 0 0 2.027027027vw;
    border-bottom-width: 0.6756756757vw;
  }
  .m-productBenefit__listItem__txt {
    margin: 2.027027027vw 0 0;
  }
  .m-productBenefit__listItem__txt em {
    font-size: 6.4864864865vw;
  }
  .m-productBenefit__listItem__txt em span {
    font-size: 5.1351351351vw;
  }
  .m-productBenefit__listItem__notes {
    margin: 0.6756756757vw 0 0;
    font-size: 2.1621621622vw;
  }
  .m-productRecommend {
    margin: 0 0 4.7297297297vw;
  }
  .m-productRecommend__hdg {
    height: 18.9189189189vw;
    margin: 0 -2.7027027027vw;
    padding: 4.7297297297vw 0 0;
    font-size: 4.8648648649vw;
  }
  .m-productRecommend__hdg span {
    padding: 0 0 2.027027027vw;
    border-bottom-width: 0.9459459459vw;
  }
  .m-productRecommend__feature {
    margin: -4.0540540541vw 0 0 -2.7027027027vw;
  }
  .m-productRecommend__feature li {
    padding: 0 0 0 2.7027027027vw;
  }
  .m-productRecommend__feature li > div {
    height: 27.027027027vw;
    border-radius: 4.0540540541vw;
    border-width: 0.2702702703vw;
  }
  .m-productRecommend__feature li[data-type="1"] {
    font-size: 3.7837837838vw;
  }
  .m-productRecommend__feature li[data-type="1"] b {
    font-size: 4.0540540541vw;
  }
  .m-productRecommend__feature li[data-type="1"] em {
    font-size: 7.2972972973vw;
  }
  .m-productRecommend__feature li[data-type="1"] em span {
    font-size: 3.2432432432vw;
  }
  .m-productRecommend__feature li[data-type="1"] em b {
    font-size: 5.1351351351vw;
  }
  .m-productRecommend__feature li[data-type="2"] {
    font-size: 3.2432432432vw;
  }
  .m-productRecommend__feature li[data-type="2"] em {
    font-size: 4.5945945946vw;
  }
  .m-productRecommend__feature li[data-type="3"] em {
    font-size: 4.8648648649vw;
  }
  .m-productBox {
    margin: 0 0 6.0810810811vw;
  }
  .m-productBox__inner {
    border-width: 0.6756756757vw;
  }
  .m-productBox__head {
    padding: 6.2162162162vw 3.3783783784vw 4.7297297297vw;
  }
  .m-productBox__body {
    padding: 5.4054054054vw 1.3513513514vw 1.3513513514vw;
    background: #fff;
  }
  .m-productBox__hdg {
    font-size: 4.5945945946vw;
  }
  .m-productBox__hdg::before {
    margin: -0.2702702703vw 0 0;
    border-top-width: 0.9459459459vw;
  }
  .m-productBox__hdg span {
    margin: 0 auto;
    padding: 0 2.4324324324vw;
  }
  .m-productBox__img {
    width: 42.1621621622vw;
    height: 43.6486486486vw;
    position: absolute;
    top: 0.6756756757vw;
    right: 4.0540540541vw;
  }
  .m-productBox__img img {
    width: 42.1621621622vw;
    height: 43.6486486486vw;
  }
  .m-productBox__infoName {
    font-size: 4.8648648649vw;
  }
  .m-productBox__infoTxt {
    margin: 2.027027027vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-productBox__infoPrice {
    margin: 2.027027027vw 0 0;
  }
  .m-productBox__infoPrice__ttl {
    font-size: 2.972972973vw;
  }
  .m-productBox__infoPrice__value {
    font-size: 2.027027027vw;
  }
  .m-productBox__infoPrice__value em {
    font-size: 8.9189189189vw;
  }
  .m-productBox__infoPrice__value em span {
    font-size: 5.4054054054vw;
  }
  .m-productBox__course {
    margin: 2.027027027vw 0 0 -0.6756756757vw;
  }
  .m-productBox__courseItem {
    padding: 0 0 0 0.6756756757vw;
  }
  .m-productBox__courseItem__outer {
    padding: 1.0810810811vw;
    border-radius: 4.0540540541vw;
    border-width: 0.2702702703vw;
  }
  .m-productBox__courseItem__head {
    height: 6.7567567568vw;
    border-radius: 2.972972973vw 2.972972973vw 0 0;
  }
  .m-productBox__courseItem__hdg {
    font-size: 3.2432432432vw;
  }
  .m-productBox__courseItem__inner {
    min-height: 12.1621621622vw;
  }
  .m-productBox__courseItem__price {
    font-size: 3.7837837838vw;
  }
  .m-productBox__courseItem__price em {
    font-size: 5.6756756757vw;
  }
  .m-productBox__courseItem__txt {
    margin: 1.3513513514vw 0 0;
    font-size: 2.4324324324vw;
  }
  .m-productOther {
    margin: 0 0 7.4324324324vw;
    font-size: 5.4054054054vw;
  }
  .m-productOther::after {
    width: 41.4864864865vw;
    height: 9.4594594595vw;
    margin: 0 0 0 -20.8108108108vw;
    bottom: -8.7837837838vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -11.4864864865vw -78.9189189189vw;
    content: "";
  }
  .m-productOther__main {
    padding: 1.3513513514vw 2.7027027027vw 1.3513513514vw 3.3783783784vw;
  }
  .m-productOther__main::before, .m-productOther__main::after {
    width: 4.4594594595vw;
    height: 9.0540540541vw;
    top: 2.7027027027vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -5.1351351351vw -83.6486486486vw;
  }
  .m-productOther__main::before {
    left: -6.7567567568vw;
  }
  .m-productOther__main::after {
    right: -6.7567567568vw;
  }
  .m-productOther__sub {
    margin-top: 3.3783783784vw;
  }
}
/* ----------------------------------------------------------------------------
 * ISSUE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * DATA
 * --------------------------------- */
.m-issueData {
  padding: 60px 10px;
}
.m-issueData__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-issueData__lead em,
.m-issueData__lead strong {
  display: block;
}
.m-issueData__lead em {
  margin: 0 auto;
  display: table;
}
.m-issueData__lead em span {
  height: 55px;
  padding: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
}
.m-issueData__lead em span::after {
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 16px solid #000;
  border-bottom: 0;
  content: "";
}
.m-issueData__lead strong {
  margin: 25px 0 20px;
  font-size: 6rem;
  color: #00a3a9;
  background: linear-gradient(transparent 60%, #ffff80 60%);
}
.m-issueData__list {
  margin: 25px 0 0;
  padding: 6px 6px 35px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 4px solid #00a3a9;
}
.m-issueData__list::before {
  width: 2px;
  height: calc(100% - 32px);
  margin: 0 0 0 -1px;
  position: absolute;
  top: 16px;
  left: 50%;
  background: #00a3a9;
  content: "";
}
.m-issueData__list li {
  width: 50%;
}
.m-issueData__list li:first-child em {
  border-radius: 24px 0 0 0;
}
.m-issueData__list li:last-child em {
  border-radius: 0 24px 0 0;
}
.m-issueData__list em {
  padding: 40px 20px 60px;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  display: block;
  background: #ebf8f8;
}
.m-issueData__list em span {
  text-decoration: underline;
}
.m-issueData__list img {
  margin: -40px auto 0;
  padding: 0 30px;
}

@media screen and (max-width: 740px) {
  .m-issueData {
    padding: 8.1081081081vw 1.3513513514vw;
  }
  .m-issueData__lead {
    font-size: 5.4054054054vw;
  }
  .m-issueData__lead em span {
    height: 7.4324324324vw;
    padding: 0 3.3783783784vw;
    font-size: 4.5945945946vw;
  }
  .m-issueData__lead em span::after {
    margin: 0 0 0 -2.027027027vw;
    bottom: -2.027027027vw;
    border-right-width: 2.027027027vw;
    border-left-width: 2.027027027vw;
    border-top-width: 2.1621621622vw;
  }
  .m-issueData__lead strong {
    margin: 3.3783783784vw 0 2.7027027027vw;
    font-size: 8.1081081081vw;
  }
  .m-issueData__list {
    margin: 3.3783783784vw 0 0;
    padding: 0.8108108108vw 0.8108108108vw 4.7297297297vw;
    border-radius: 4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-issueData__list::before {
    width: 0.2702702703vw;
    height: calc(100% - 4.3243243243vw);
    margin: 0 0 0 -0.1351351351vw;
    top: 2.1621621622vw;
  }
  .m-issueData__list li:first-child em {
    border-radius: 3.2432432432vw 0 0 0;
  }
  .m-issueData__list li:last-child em {
    border-radius: 0 3.2432432432vw 0 0;
  }
  .m-issueData__list em {
    padding: 5.4054054054vw 2.7027027027vw 8.1081081081vw;
    font-size: 4.3243243243vw;
  }
  .m-issueData__list img {
    margin: -5.4054054054vw auto 0;
    padding: 0 4.0540540541vw;
  }
}
/* ------------------------------------
 * DISEASE
 * --------------------------------- */
.m-issueDisease {
  margin: 0 -20px;
  padding: 0 20px 60px;
  background: #ebf8f8;
}
.m-issueDisease__hdg {
  margin: 0 -20px;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  background: #00a3a9;
}
.m-issueDisease__hdg span {
  font-size: 7rem;
  color: #ffff80;
}
.m-issueDisease__box {
  margin: 40px 10px 0;
  padding: 15px 25px 25px;
  position: relative;
  border-radius: 30px;
  border: 4px solid #00a3a9;
  background: url(../img/bg_box.png);
}
.m-issueDisease__box::before, .m-issueDisease__box::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  border-radius: 50%;
  background: #00a3a9;
  content: "";
}
.m-issueDisease__box::before {
  left: 15px;
}
.m-issueDisease__box::after {
  right: 15px;
}
.m-issueDisease__list {
  margin: 0 0 0 -35px;
  display: flex;
  flex-wrap: nowrap;
}
.m-issueDisease__list::before, .m-issueDisease__list::after {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 15px;
  border-radius: 50%;
  background: #00a3a9;
  content: "";
}
.m-issueDisease__list::before {
  left: 15px;
}
.m-issueDisease__list::after {
  right: 15px;
}
.m-issueDisease__list li {
  width: 33.3333333333%;
  padding: 0 0 0 35px;
}
.m-issueDisease__list em {
  margin: -35px auto 0;
  display: table;
}
.m-issueDisease__list em span {
  height: 45px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.15em;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #000;
}
.m-issueDisease__list em span::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -8px;
  position: absolute;
  top: -12px;
  left: 50%;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 0 8px 12px 8px;
  content: "";
}
.m-issueDisease__txt {
  padding: 10px 30px 0;
}

@media screen and (max-width: 740px) {
  .m-issueDisease {
    margin: 0 -2.7027027027vw;
    padding: 0 2.7027027027vw 8.1081081081vw;
  }
  .m-issueDisease__hdg {
    margin: 0 -2.7027027027vw;
    padding: 2.7027027027vw;
    font-size: 5.4054054054vw;
  }
  .m-issueDisease__hdg span {
    font-size: 9.4594594595vw;
  }
  .m-issueDisease__box {
    margin: 5.4054054054vw 1.3513513514vw 0;
    padding: 2.027027027vw 3.3783783784vw 3.3783783784vw;
    border-radius: 4.0540540541vw;
    border-width: 0.5405405405vw;
  }
  .m-issueDisease__box::before, .m-issueDisease__box::after {
    width: 1.3513513514vw;
    height: 1.3513513514vw;
    top: 2.027027027vw;
  }
  .m-issueDisease__box::before {
    left: 2.027027027vw;
  }
  .m-issueDisease__box::after {
    right: 2.027027027vw;
  }
  .m-issueDisease__list {
    margin: 0 0 0 -4.7297297297vw;
  }
  .m-issueDisease__list::before, .m-issueDisease__list::after {
    width: 1.3513513514vw;
    height: 1.3513513514vw;
    bottom: 2.027027027vw;
  }
  .m-issueDisease__list::before {
    left: 2.027027027vw;
  }
  .m-issueDisease__list::after {
    right: 2.027027027vw;
  }
  .m-issueDisease__list li {
    padding: 0 0 0 4.7297297297vw;
  }
  .m-issueDisease__list em {
    margin: -4.7297297297vw auto 0;
  }
  .m-issueDisease__list em span {
    height: 6.0810810811vw;
    padding: 0 2.027027027vw;
    font-size: 4.0540540541vw;
  }
  .m-issueDisease__list em span::before {
    margin: 0 0 0 -1.0810810811vw;
    top: -1.6216216216vw;
    border-width: 0 1.0810810811vw 1.6216216216vw 1.0810810811vw;
  }
  .m-issueDisease__txt {
    padding: 1.3513513514vw 4.0540540541vw 0;
  }
}
/* ------------------------------------
 * CAUTION
 * --------------------------------- */
.m-issueCaution {
  margin: 0 -20px;
  padding: 0 20px 60px;
  background: #b8dbd6;
}
.m-issueCaution__hdg {
  Margin: 0 auto 20px;
  padding: 0 40px;
  display: table;
  border-radius: 0 0 30px 30px;
  background: #00a3a9;
}
.m-issueCaution__hdg > span {
  height: 80px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-issueCaution__hdg > span > em {
  font-size: 4rem;
  color: #ffff80;
}
.m-issueCaution__list {
  margin: 40px 0 0 -20px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.m-issueCaution__list li {
  width: 50%;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
}
.m-issueCaution__list li:nth-child(-n+2) {
  margin-top: 0;
}
.m-issueCaution__list li div {
  padding: 15px 15px 20px;
  position: relative;
  background: #e9f4f2;
}
.m-issueCaution__list li div::before, .m-issueCaution__list li div::after {
  position: absolute;
  content: "";
}
.m-issueCaution__list li div::before {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 0;
  border-style: solid;
  border-color: #b8dbd6 transparent transparent transparent;
  border-width: 50px 50px 0px 0px;
}
.m-issueCaution__list li div::after {
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  z-index: 2;
  background-image: url(../img/icn_sprite.png);
  background-position: -255px -40px;
  background-size: 2000px 2000px;
}
.m-issueCaution__list li img {
  position: relative;
  z-index: 1;
}
.m-issueCaution__list li span {
  margin: 17px 0 0;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  display: block;
}
.m-issueCaution__em {
  margin: 40px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
.m-issueCaution__em > em,
.m-issueCaution__em > span {
  margin: 0 auto;
  display: table;
}
.m-issueCaution__em > em {
  margin-top: 15px;
  padding: 10px 20px 12px;
  font-size: 6rem;
  color: #00a3a9;
  letter-spacing: 0.1em;
  background: #fff;
}
.m-issueCaution__em > span {
  margin-bottom: 30px;
  padding: 10px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  background: #00a3a9;
}
.m-issueCaution__em > span::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 16px solid #00a3a9;
  border-bottom: 0;
  content: "";
}
.m-issueCaution .m-hdg2 {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 740px) {
  .m-issueCaution {
    margin: 0 -2.7027027027vw;
    padding: 0 2.7027027027vw 8.1081081081vw;
  }
  .m-issueCaution__hdg {
    Margin: 0 auto 2.7027027027vw;
    padding: 0 5.4054054054vw;
    border-radius: 0 0 4.0540540541vw 4.0540540541vw;
  }
  .m-issueCaution__hdg > span {
    height: 10.8108108108vw;
    font-size: 4.0540540541vw;
  }
  .m-issueCaution__hdg > span > em {
    font-size: 5.4054054054vw;
  }
  .m-issueCaution__list {
    margin: 5.4054054054vw 0 0 -2.7027027027vw;
    padding: 0 1.3513513514vw;
  }
  .m-issueCaution__list li {
    margin: 2.7027027027vw 0 0;
    padding: 0 0 0 2.7027027027vw;
  }
  .m-issueCaution__list li div {
    padding: 2.027027027vw 2.027027027vw 2.7027027027vw;
  }
  .m-issueCaution__list li div::before {
    border-width: 6.7567567568vw 6.7567567568vw 0px 0px;
  }
  .m-issueCaution__list li div::after {
    width: 3.3783783784vw;
    height: 3.3783783784vw;
    top: 0.6756756757vw;
    left: 0.6756756757vw;
    background-position: -34.4594594595vw -5.4054054054vw;
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-issueCaution__list li span {
    margin: 2.2972972973vw 0 0;
    font-size: 3.2432432432vw;
  }
  .m-issueCaution__em {
    margin: 5.4054054054vw 0 0;
    font-size: 5.4054054054vw;
  }
  .m-issueCaution__em > em {
    margin-top: 2.027027027vw;
    padding: 1.3513513514vw 2.7027027027vw 1.6216216216vw;
    font-size: 8.1081081081vw;
  }
  .m-issueCaution__em > span {
    margin-bottom: 4.0540540541vw;
    padding: 1.3513513514vw 3.3783783784vw;
    font-size: 4.5945945946vw;
  }
  .m-issueCaution__em > span::before {
    margin: 0 0 0 -2.027027027vw;
    bottom: -2.027027027vw;
    border-right-width: 2.027027027vw;
    border-left-width: 2.027027027vw;
    border-top-width: 2.1621621622vw;
  }
  .m-issueCaution .m-hdg2 {
    margin-left: -2.7027027027vw;
    margin-right: -2.7027027027vw;
  }
}
/* ------------------------------------
 * COMPARE
 * --------------------------------- */
.m-issueCompare {
  margin: 135px -20px 0;
  padding: 120px 20px 60px;
  position: relative;
  background: #ebf8f8;
}
.m-issueCompare__main {
  min-height: 390px;
}
.m-issueCompare__main:before {
  width: 740px;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_issue_compare_main.jpg);
  background-size: 740px 390px;
  content: "";
}
.m-issueCompare__hdg {
  margin: -15px 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.m-issueCompare__hdg span {
  color: #ff4d6a;
}
.m-issueCompare__hdg em {
  margin: 15px 0 0 -30px;
  padding: 20px 45px 25px 30px;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  display: table;
  border-radius: 0 50px 50px 0;
  background: #00a3a9;
}
.m-issueCompare__feature {
  width: calc(100% + 60px);
  margin: -70px 0 0 -60px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.m-issueCompare__feature li {
  padding: 0 0 0 60px;
}
.m-issueCompare__feature li div {
  width: 140px;
  height: 140px;
  padding: 13px 0 0;
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff4d6a;
}
.m-issueCompare__feature li div::before {
  width: 30px;
  height: 22px;
  margin: 0 0 0 -15px;
  position: absolute;
  top: 25px;
  left: 50%;
  background-position: -249px -74px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  content: "";
}
.m-issueCompare__feature li span {
  position: relative;
  left: 2px;
}
.m-issueCompare__tbl {
  margin: -110px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  .m-issueCompare {
    margin: 18.2432432432vw -2.7027027027vw 0;
    padding: 16.2162162162vw 2.7027027027vw 8.1081081081vw;
  }
  .m-issueCompare__main {
    min-height: 52.7027027027vw;
  }
  .m-issueCompare__main:before {
    width: 100vw;
    height: 52.7027027027vw;
    background-size: 100vw 52.7027027027vw;
  }
  .m-issueCompare__hdg {
    margin: -2.027027027vw 0 0 1.3513513514vw;
    font-size: 5.4054054054vw;
  }
  .m-issueCompare__hdg em {
    margin: 2.027027027vw 0 0 -4.0540540541vw;
    padding: 2.7027027027vw 6.0810810811vw 3.3783783784vw 4.0540540541vw;
    font-size: 8.1081081081vw;
    border-radius: 0 6.7567567568vw 6.7567567568vw 0;
  }
  .m-issueCompare__feature {
    width: calc(100% + 8.1081081081vw);
    margin: -9.4594594595vw 0 0 -8.1081081081vw;
  }
  .m-issueCompare__feature li {
    padding: 0 0 0 8.1081081081vw;
  }
  .m-issueCompare__feature li div {
    width: 18.9189189189vw;
    height: 18.9189189189vw;
    padding: 1.7567567568vw 0 0;
    font-size: 5.4054054054vw;
  }
  .m-issueCompare__feature li div::before {
    width: 4.0540540541vw;
    height: 2.972972973vw;
    margin: 0 0 0 -2.027027027vw;
    top: 3.3783783784vw;
    background-position: -33.6486486486vw -10vw;
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-issueCompare__feature li span {
    left: 0.2702702703vw;
  }
  .m-issueCompare__tbl {
    margin: -14.8648648649vw 0 0;
  }
}
/* ------------------------------------
 * RESULT
 * --------------------------------- */
.m-issueResult {
  padding: 80px 0 60px;
}
.m-issueResult__head {
  background: #c8e2df;
}
.m-issueResult__foot {
  background: #fff;
}
.m-issueResult__body {
  margin: 0 -20px 150px;
  padding: 15px 30px 0;
  background: #c8e2df;
}
.m-issueResult__hdg {
  margin: 0 -20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 5rem;
  color: #00a3a9;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  background: #fff;
}
.m-issueResult__hdg > em {
  margin: 20px 0 0;
  padding: 17px 20px 20px;
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  display: block;
  background: #00a3a9;
}
.m-issueResult__hdg > span {
  margin: 0 auto 35px;
  padding: 13px 25px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  display: table;
  background: #ff4d6a;
}
.m-issueResult__hdg > span::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-style: solid;
  border-color: #ff4d6a transparent transparent transparent;
  border-width: 16px 15px 0px 15px;
  content: "";
}
.m-issueResult__hdg > img {
  width: 100%;
}
.m-issueResult__txt {
  letter-spacing: 0.18em;
}
.m-issueResult__list {
  margin: 40px 0 0 -10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-issueResult__list li {
  width: 33.3333333333%;
  margin: 0 0 -110px;
  padding: 0 0 0 10px;
}
.m-issueResult__list li > div {
  width: 220px;
  height: 220px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00a3a9;
}
.m-issueResult__list li > div::before, .m-issueResult__list li > div::after {
  position: absolute;
  content: "";
}
.m-issueResult__list li > div::before {
  width: 200px;
  height: 200px;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}
.m-issueResult__list li > div::after {
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  top: 50%;
  right: -21px;
  z-index: 1;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -291px -41px;
}
.m-issueResult__list li > div em {
  color: #ffff80;
  background: linear-gradient(transparent 60%, #00858c 60%);
}
.m-issueResult__list li:last-child > div::after {
  display: none;
}
.m-issueResult__list li[data-type="1"] em {
  font-size: 5.4rem;
}
.m-issueResult__list li[data-type="1"] em > span {
  font-size: 3.8rem;
  color: #fff;
}
.m-issueResult__list li[data-type="1"] span {
  color: #ffff80;
}
.m-issueResult__list li[data-type="2"] em {
  font-size: 3.4rem;
}
.m-issueResult__list li[data-type="3"] em {
  font-size: 5rem;
}
.m-issueResult__list li[data-type="3"] em span {
  font-size: 3.6rem;
}

@media screen and (max-width: 740px) {
  .m-issueResult {
    padding: 10.8108108108vw 0 8.1081081081vw;
  }
  .m-issueResult__body {
    margin: 0 -2.7027027027vw 20.2702702703vw;
    padding: 2.027027027vw 4.0540540541vw 0;
  }
  .m-issueResult__hdg {
    margin: 0 -2.7027027027vw;
    font-size: 6.7567567568vw;
  }
  .m-issueResult__hdg > em {
    margin: 2.7027027027vw 0 0;
    padding: 2.2972972973vw 2.7027027027vw 2.7027027027vw;
    font-size: 8.1081081081vw;
  }
  .m-issueResult__hdg > span {
    margin: 0 auto 4.7297297297vw;
    padding: 1.7567567568vw 3.3783783784vw 2.027027027vw;
    font-size: 4.5945945946vw;
  }
  .m-issueResult__hdg > span::before {
    margin: 0 0 0 -2.027027027vw;
    bottom: -2.027027027vw;
    border-width: 2.1621621622vw 2.027027027vw 0px 2.027027027vw;
  }
  .m-issueResult__list {
    margin: 5.4054054054vw 0 0 -1.3513513514vw;
  }
  .m-issueResult__list li {
    margin: 0 0 -14.8648648649vw;
    padding: 0 0 0 1.3513513514vw;
  }
  .m-issueResult__list li > div {
    width: 29.7297297297vw;
    height: 29.7297297297vw;
    font-size: 3.2432432432vw;
  }
  .m-issueResult__list li > div::before {
    width: 27.027027027vw;
    height: 27.027027027vw;
    top: 1.3513513514vw;
    left: 1.3513513514vw;
    border-width: 0.1351351351vw;
  }
  .m-issueResult__list li > div::after {
    width: 4.7297297297vw;
    height: 4.7297297297vw;
    margin: -2.4324324324vw 0 0;
    right: -2.8378378378vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -39.3243243243vw -5.5405405405vw;
  }
  .m-issueResult__list li[data-type="1"] em {
    font-size: 7.2972972973vw;
  }
  .m-issueResult__list li[data-type="1"] em > span {
    font-size: 5.1351351351vw;
  }
  .m-issueResult__list li[data-type="2"] em {
    font-size: 4.5945945946vw;
  }
  .m-issueResult__list li[data-type="3"] em {
    font-size: 6.7567567568vw;
  }
  .m-issueResult__list li[data-type="3"] em span {
    font-size: 4.8648648649vw;
  }
}
/* ------------------------------------
 * DOCTOR
 * --------------------------------- */
.m-issueDoctor {
  margin: 0 -20px;
  padding: 60px 0 80px;
  background: #ebf8f8;
}
.m-issueDoctor__body {
  margin: 40px 0 0;
  position: relative;
  overflow: hidden;
}
.m-issueDoctor__lead {
  padding: 0 0 0 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}
.m-issueDoctor__lead span {
  color: #ff4d6a;
  background: linear-gradient(transparent 60%, #ffff80 60%);
}
.m-issueDoctor__txt {
  margin: 0 20px;
  padding: 50px 30px 30px;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  border-radius: 30px;
  background: #fff;
}
.m-issueDoctor__name {
  margin: 25px 0 -30px;
  padding: 6px 80px 8px 60px;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  display: table;
  border-radius: 0 45px 45px 0;
  background: #00a3a9;
}
.m-issueDoctor__name em {
  font-size: 2.8rem;
}
.m-issueDoctor__img {
  width: 310px;
  height: 310px;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 0;
}

@media screen and (max-width: 740px) {
  .m-issueDoctor {
    margin: 0 -2.7027027027vw;
    padding: 8.1081081081vw 0 10.8108108108vw;
  }
  .m-issueDoctor__body {
    margin: 5.4054054054vw 0 0;
  }
  .m-issueDoctor__lead {
    padding: 0 0 0 6.7567567568vw;
    font-size: 5.9459459459vw;
  }
  .m-issueDoctor__txt {
    margin: 0 2.7027027027vw;
    padding: 6.7567567568vw 4.0540540541vw 4.0540540541vw;
    font-size: 3.7837837838vw;
    border-radius: 4.0540540541vw;
  }
  .m-issueDoctor__name {
    margin: 3.3783783784vw 0 -4.0540540541vw;
    padding: 0.8108108108vw 10.8108108108vw 1.0810810811vw 8.1081081081vw;
    font-size: 2.7027027027vw;
    border-radius: 0 6.0810810811vw 6.0810810811vw 0;
  }
  .m-issueDoctor__name em {
    font-size: 3.7837837838vw;
  }
  .m-issueDoctor__img {
    width: 41.8918918919vw;
    height: 41.8918918919vw;
    top: 1.3513513514vw;
    right: -1.3513513514vw;
  }
}
/* ----------------------------------------------------------------------------
 * PLAN
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-planHead {
  margin: 0 -20px;
  padding: 0 30px;
}
.m-planHead__main {
  min-height: 475px;
  margin: 0 -30px;
  padding: 30px 30px 125px 390px;
  position: relative;
  background: #c8e3df;
}
.m-planHead__img {
  position: absolute;
  top: 27px;
  left: 43px;
}
.m-planHead__img img {
  width: 325px;
  height: 338px;
}
.m-planHead__info {
  width: 339px;
  height: 339px;
  padding: 50px 0 0;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 28px;
  right: 15px;
  background-image: url(../img/bg_plan_info.png);
  background-size: 339px 339px;
}
.m-planHead__infoName {
  font-size: 3rem;
  color: #00a3a9;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.m-planHead__infoTxt {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.m-planHead__infoPrice {
  margin: 30px 0 0;
  font-weight: bold;
}
.m-planHead__infoPrice__ttl, .m-planHead__infoPrice__value {
  line-height: 1;
  display: block;
}
.m-planHead__infoPrice__ttl {
  font-size: 2rem;
}
.m-planHead__infoPrice__value {
  margin: 5px 0 0;
  font-size: 3.2rem;
}
.m-planHead__infoPrice__value span {
  font-size: 2.4rem;
}
.m-planHead__course {
  margin: -100px 0 0 -10px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.m-planHead__courseItem {
  width: 33.3333333333%;
  padding: 0 0 0 10px;
}
.m-planHead__courseItem__outer {
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #00a3a9;
  background: #fff;
}
.m-planHead__courseItem__head {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 22px 22px 0 0;
  background: #00a3a9;
}
.m-planHead__courseItem__hdg {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.m-planHead__courseItem__inner {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-planHead__courseItem__price {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.m-planHead__courseItem__price em {
  font-size: 4.2rem;
}
.m-planHead__courseItem__txt {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-planBody {
  margin: 0 -20px;
  padding: 55px 20px 50px;
  background: #ebf8f8;
}
.m-planBody__info {
  width: 339px;
  height: 339px;
  padding: 50px 0 0;
  font-weight: 500;
  text-align: center;
  position: relative;
  background-image: url(../img/bg_plan_info.png);
  background-size: 339px 339px;
}
.m-planBody__infoName {
  font-size: 3rem;
  color: #00a3a9;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.m-planBody__infoTxt {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.m-planBody__infoPrice {
  margin: 30px 0 0;
  font-weight: bold;
}
.m-planBody__infoPrice__ttl, .m-planBody__infoPrice__value {
  line-height: 1;
  display: block;
}
.m-planBody__infoPrice__ttl {
  font-size: 2rem;
}
.m-planBody__infoPrice__value {
  margin: 5px 0 0;
  font-size: 3.2rem;
}
.m-planBody__infoPrice__value span {
  font-size: 2.4rem;
}
.m-planBody__infoPer {
  width: 140px;
  height: 140px;
  padding: 28px 0 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 0;
  right: -90px;
  border-radius: 50%;
  background: #ffff80;
}
.m-planBody__infoPer::before {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 4px;
  left: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #fff;
  content: "";
}
.m-planBody__infoPer em, .m-planBody__infoPer b {
  display: block;
}
.m-planBody__infoPer em {
  font-size: 3.8rem;
  color: #ff4d6a;
}
.m-planBody__infoPer em span {
  font-size: 2.4rem;
}
.m-planBody__infoPer b {
  color: #ff4d6a;
}
.m-planBody__other {
  margin: 0 0 55px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.m-planBody__other::after {
  width: 307px;
  height: 70px;
  margin: 0 0 0 -154px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -85px -664px;
  content: "";
}
.m-planBody__otherMain, .m-planBody__otherSub {
  margin: 0 auto;
  display: table;
}
.m-planBody__otherMain {
  padding: 10px 20px 10px 25px;
  color: #ff4d6a;
  position: relative;
  background: #ffff80;
}
.m-planBody__otherMain::before, .m-planBody__otherMain::after {
  width: 33px;
  height: 67px;
  position: absolute;
  top: 20px;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -38px -619px;
  content: "";
}
.m-planBody__otherMain::before {
  left: -50px;
}
.m-planBody__otherMain::after {
  right: -50px;
  transform: rotate(180deg);
}
.m-planBody__otherSub {
  margin-top: 25px;
}
.m-planBody__box {
  margin: -20px 20px 0;
  padding: 50px 20px 20px;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 163, 169, 0.2);
  border-radius: 20px;
  background: #fff;
}
.m-planBody__box::before, .m-planBody__box::after {
  position: absolute;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  content: "";
}
.m-planBody__box::before {
  width: 47px;
  height: 70px;
  top: 30px;
  left: 20px;
  background-position: -40px -757px;
}
.m-planBody__box::after {
  width: 70px;
  height: 94px;
  top: 23px;
  right: 18px;
  background-position: -105px -754px;
}
.m-planBody__em {
  height: 60px;
  margin: 30px -40px 0;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #ff4d6a;
}
.m-planBody__em::before {
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-style: solid;
  border-color: #ff4d6a transparent transparent transparent;
  border-width: 16px 15px 0px 15px;
  content: "";
}
.m-planBody__img {
  position: absolute;
  top: 70px;
  right: 70px;
}
.m-planBody__img img {
  width: 129px;
  height: 270px;
}
.m-planBody__notes {
  margin: -40px 0 0 0;
}
.m-planBody__course {
  margin: 25px -40px 0 -50px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.m-planBody__courseItem {
  width: 33.3333333333%;
  padding: 0 0 0 10px;
}
.m-planBody__courseItem__outer {
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #ff4d6a;
  background: #fff;
}
.m-planBody__courseItem__head {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 22px 22px 0 0;
  background: #ff4d6a;
}
.m-planBody__courseItem__hdg {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.m-planBody__courseItem__inner {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-planBody__courseItem__price {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  color: #ff4d6a;
  letter-spacing: 0.02em;
  text-align: center;
}
.m-planBody__courseItem__price em {
  font-size: 4.2rem;
}
.m-planBody__courseItem__txt {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem {
  width: 25%;
  padding: 0 0 0 8px;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem__outer {
  height: 100%;
  padding: 6px;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem__hdg {
  font-size: 2rem;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem__price {
  font-size: 2.4rem;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem__price em {
  font-size: 3.2rem;
}
.m-planBody__course[data-col="4"] .m-planBody__courseItem__txt {
  font-size: 1.4rem;
}
.m-planBody__txt {
  margin: 30px 0 0;
  padding: 30px 20px 30px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 30px;
  background: url(../img/bg_box_02.png);
}
.m-planBody__txt em, .m-planBody__txt span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
}
.m-planBody__txt em {
  color: #ff4d6a;
  background: linear-gradient(transparent 60%, #ffff80 60%);
}
.m-planBody__btn {
  padding: 55px 0 0;
}
.m-planFoot {
  margin: 0 -20px;
}
.m-planFoot__head {
  padding: 0 20px;
  background: #c8e2df;
}
.m-planFoot__body {
  padding: 0 20px 25px;
  background: #ebf8f8;
}
.m-planFoot__btn {
  padding: 180px 0 0;
}
.m-planFoot__hdg {
  margin: 0 -20px;
  padding: 35px 0 0;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  background: #c8e2df;
}
.m-planFoot__hdg span {
  margin: 0 auto;
  padding: 0 0 15px;
  display: table;
  border-bottom: 7px dotted #fff;
}
.m-planFoot__hdg em {
  font-weight: 500;
  color: #ff4d6a;
}
.m-planFoot__list {
  margin: 15px 0 -150px 0;
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.m-planFoot__list li {
  width: 33.3333333333%;
}
.m-planFoot__list li > div {
  width: 220px;
  height: 220px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00a3a9;
}
.m-planFoot__list li > div::before, .m-planFoot__list li > div::after {
  position: absolute;
  content: "";
}
.m-planFoot__list li > div::before {
  width: 200px;
  height: 200px;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
}
.m-planFoot__list li > div::after {
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  top: 50%;
  right: -21px;
  z-index: 1;
  background-image: url(../img/icn_sprite.png);
  background-size: 2000px 2000px;
  background-position: -291px -41px;
}
.m-planFoot__list li > div em {
  color: #ffff80;
  background: linear-gradient(transparent 60%, #00858c 60%);
}
.m-planFoot__list li:last-child > div::after {
  display: none;
}
.m-planFoot__list li[data-type="1"] em {
  font-size: 5.4rem;
}
.m-planFoot__list li[data-type="1"] em > span {
  font-size: 3.8rem;
}
.m-planFoot__list li[data-type="1"] b {
  color: #ffff80;
}
.m-planFoot__list li[data-type="2"] em {
  font-size: 3.4rem;
}
.m-planFoot__list li[data-type="3"] em {
  font-size: 3.6rem;
}
.m-planNote {
  padding: 40px 20px;
  background: #fff;
}
.m-planNote > * {
  margin-top: 0;
}

@media screen and (max-width: 740px) {
  .m-planHead {
    margin: 0 -2.7027027027vw;
    padding: 0 4.0540540541vw;
  }
  .m-planHead__main {
    min-height: 64.1891891892vw;
    margin: 0 -4.0540540541vw;
    padding: 4.0540540541vw 4.0540540541vw 16.8918918919vw 52.7027027027vw;
  }
  .m-planHead__img {
    top: 3.6486486486vw;
    left: 5.8108108108vw;
  }
  .m-planHead__img img {
    width: 43.9189189189vw;
    height: 45.6756756757vw;
  }
  .m-planHead__info {
    width: 45.8108108108vw;
    height: 45.8108108108vw;
    padding: 6.7567567568vw 0 0;
    top: 3.7837837838vw;
    right: 2.027027027vw;
    background-size: 45.8108108108vw 45.8108108108vw;
  }
  .m-planHead__infoName {
    font-size: 4.0540540541vw;
  }
  .m-planHead__infoTxt {
    margin: 1.3513513514vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-planHead__infoPrice {
    margin: 4.0540540541vw 0 0;
  }
  .m-planHead__infoPrice__ttl {
    font-size: 2.7027027027vw;
  }
  .m-planHead__infoPrice__value {
    margin: 0.6756756757vw 0 0;
    font-size: 4.3243243243vw;
  }
  .m-planHead__infoPrice__value span {
    font-size: 3.2432432432vw;
  }
  .m-planHead__course {
    margin: -13.5135135135vw 0 0 -1.3513513514vw;
  }
  .m-planHead__courseItem {
    padding: 0 0 0 1.3513513514vw;
  }
  .m-planHead__courseItem__outer {
    padding: 1.0810810811vw;
    border-radius: 4.0540540541vw;
    border-width: 0.2702702703vw;
  }
  .m-planHead__courseItem__head {
    height: 6.7567567568vw;
    border-radius: 2.972972973vw 2.972972973vw 0 0;
  }
  .m-planHead__courseItem__hdg {
    font-size: 3.2432432432vw;
  }
  .m-planHead__courseItem__inner {
    min-height: 12.1621621622vw;
  }
  .m-planHead__courseItem__price {
    font-size: 3.7837837838vw;
  }
  .m-planHead__courseItem__price em {
    font-size: 5.6756756757vw;
  }
  .m-planHead__courseItem__txt {
    margin: 1.3513513514vw 0 0;
    font-size: 2.4324324324vw;
  }
  .m-planBody {
    margin: 0 -2.7027027027vw;
    padding: 7.4324324324vw 2.7027027027vw 6.7567567568vw;
  }
  .m-planBody__info {
    width: 45.8108108108vw;
    height: 45.8108108108vw;
    padding: 6.7567567568vw 0 0;
    background-size: 45.8108108108vw 45.8108108108vw;
  }
  .m-planBody__infoName {
    font-size: 4.0540540541vw;
  }
  .m-planBody__infoTxt {
    margin: 1.3513513514vw 0 0;
    font-size: 2.7027027027vw;
  }
  .m-planBody__infoPrice {
    margin: 4.0540540541vw 0 0;
  }
  .m-planBody__infoPrice__ttl {
    font-size: 2.7027027027vw;
  }
  .m-planBody__infoPrice__value {
    margin: 0.6756756757vw 0 0;
    font-size: 4.3243243243vw;
  }
  .m-planBody__infoPrice__value span {
    font-size: 3.2432432432vw;
  }
  .m-planBody__infoPer {
    width: 18.9189189189vw;
    height: 18.9189189189vw;
    padding: 3.7837837838vw 0 0;
    font-size: 2.7027027027vw;
    right: -12.1621621622vw;
  }
  .m-planBody__infoPer::before {
    width: 17.8378378378vw;
    height: 17.8378378378vw;
    top: 0.5405405405vw;
    left: 0.5405405405vw;
    border-width: 0.5405405405vw;
  }
  .m-planBody__infoPer em {
    font-size: 5.1351351351vw;
  }
  .m-planBody__infoPer em span {
    font-size: 3.2432432432vw;
  }
  .m-planBody__other {
    margin: 0 0 7.4324324324vw;
    font-size: 5.4054054054vw;
  }
  .m-planBody__other::after {
    width: 41.4864864865vw;
    height: 9.4594594595vw;
    margin: 0 0 0 -20.8108108108vw;
    bottom: -8.7837837838vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -11.4864864865vw -89.7297297297vw;
  }
  .m-planBody__otherMain {
    padding: 1.3513513514vw 2.7027027027vw 1.3513513514vw 3.3783783784vw;
  }
  .m-planBody__otherMain::before, .m-planBody__otherMain::after {
    width: 4.4594594595vw;
    height: 9.0540540541vw;
    top: 2.7027027027vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -5.1351351351vw -83.6486486486vw;
  }
  .m-planBody__otherMain::before {
    left: -6.7567567568vw;
  }
  .m-planBody__otherMain::after {
    right: -6.7567567568vw;
  }
  .m-planBody__otherSub {
    margin-top: 3.3783783784vw;
  }
  .m-planBody__box {
    margin: -2.7027027027vw 2.7027027027vw 0;
    padding: 6.7567567568vw 2.7027027027vw 2.7027027027vw;
    box-shadow: 1.3513513514vw 1.3513513514vw 1.3513513514vw rgba(0, 163, 169, 0.2);
    border-radius: 2.7027027027vw;
  }
  .m-planBody__box::before, .m-planBody__box::after {
    background-size: 270.2702702703vw 270.2702702703vw;
  }
  .m-planBody__box::before {
    width: 6.3513513514vw;
    height: 9.4594594595vw;
    top: 4.0540540541vw;
    left: 2.7027027027vw;
    background-position: -5.4054054054vw -102.2972972973vw;
  }
  .m-planBody__box::after {
    width: 9.4594594595vw;
    height: 12.7027027027vw;
    top: 3.1081081081vw;
    right: 2.4324324324vw;
    background-position: -14.1891891892vw -101.8918918919vw;
  }
  .m-planBody__em {
    height: 8.1081081081vw;
    margin: 4.0540540541vw -5.4054054054vw 0;
    font-size: 3.7837837838vw;
    border-radius: 3.7837837838vw;
  }
  .m-planBody__em::before {
    margin: 0 0 0 -2.027027027vw;
    bottom: -2.027027027vw;
    border-width: 2.1621621622vw 2.027027027vw 0px 2.027027027vw;
  }
  .m-planBody__img {
    top: 9.4594594595vw;
    right: 9.4594594595vw;
  }
  .m-planBody__img img {
    width: 17.4324324324vw;
    height: 36.4864864865vw;
  }
  .m-planBody__notes {
    margin: -5.4054054054vw 0 0 0;
  }
  .m-planBody__course {
    margin: 3.3783783784vw -5.4054054054vw 0 -6.7567567568vw;
  }
  .m-planBody__courseItem {
    padding: 0 0 0 1.3513513514vw;
  }
  .m-planBody__courseItem__outer {
    padding: 1.0810810811vw;
    border-radius: 4.0540540541vw;
    border-width: 0.2702702703vw;
  }
  .m-planBody__courseItem__head {
    height: 6.7567567568vw;
    border-radius: 2.972972973vw 2.972972973vw 0 0;
  }
  .m-planBody__courseItem__hdg {
    font-size: 3.2432432432vw;
  }
  .m-planBody__courseItem__inner {
    min-height: 12.1621621622vw;
  }
  .m-planBody__courseItem__price {
    font-size: 3.7837837838vw;
  }
  .m-planBody__courseItem__price em {
    font-size: 5.6756756757vw;
  }
  .m-planBody__courseItem__txt {
    margin: 1.3513513514vw 0 0;
    font-size: 2.4324324324vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem {
    padding: 0 0 0 1.0810810811vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem__outer {
    padding: 0.8108108108vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem__hdg {
    font-size: 2.7027027027vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem__price {
    font-size: 3.2432432432vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem__price em {
    font-size: 4.3243243243vw;
  }
  .m-planBody__course[data-col="4"] .m-planBody__courseItem__txt {
    font-size: 1.8918918919vw;
  }
  .m-planBody__txt {
    margin: 4.0540540541vw 0 0;
    padding: 4.0540540541vw 2.7027027027vw 4.0540540541vw;
    font-size: 2.7027027027vw;
    border-radius: 4.0540540541vw;
  }
  .m-planBody__txt em, .m-planBody__txt span {
    font-size: 4.0540540541vw;
  }
  .m-planBody__btn {
    padding: 7.4324324324vw 0 0;
  }
  .m-planFoot {
    margin: 0 -2.7027027027vw;
  }
  .m-planFoot__head {
    padding: 0 2.7027027027vw;
  }
  .m-planFoot__body {
    padding: 0 2.7027027027vw 3.3783783784vw;
  }
  .m-planFoot__btn {
    padding: 24.3243243243vw 0 0;
  }
  .m-planFoot__hdg {
    margin: 0 -2.7027027027vw;
    padding: 4.7297297297vw 0 0;
    font-size: 4.8648648649vw;
  }
  .m-planFoot__hdg span {
    padding: 0 0 2.027027027vw;
    border-bottom-width: 0.9459459459vw;
  }
  .m-planFoot__list {
    margin: 2.027027027vw 0 -20.2702702703vw 0;
    padding: 0 1.3513513514vw;
  }
  .m-planFoot__list li > div {
    width: 29.7297297297vw;
    height: 29.7297297297vw;
    font-size: 3.2432432432vw;
  }
  .m-planFoot__list li > div::before {
    width: 27.027027027vw;
    height: 27.027027027vw;
    top: 1.3513513514vw;
    left: 1.3513513514vw;
  }
  .m-planFoot__list li > div::after {
    width: 4.7297297297vw;
    height: 4.7297297297vw;
    margin: -2.4324324324vw 0 0;
    right: -2.8378378378vw;
    background-size: 270.2702702703vw 270.2702702703vw;
    background-position: -39.3243243243vw -5.5405405405vw;
  }
  .m-planFoot__list li[data-type="1"] em {
    font-size: 7.2972972973vw;
  }
  .m-planFoot__list li[data-type="1"] em > span {
    font-size: 5.1351351351vw;
  }
  .m-planFoot__list li[data-type="2"] em {
    font-size: 4.5945945946vw;
  }
  .m-planFoot__list li[data-type="3"] em {
    font-size: 4.8648648649vw;
  }
  .m-planNote {
    padding: 5.4054054054vw 2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * MODAL
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-modal {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 20px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  display: none;
}
.m-modal.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}
.m-modalContent {
  width: 370px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 30px;
}
.m-modalClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
  border-radius: 50%;
  background: #fff;
}
.m-modalClose::before {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/icn_close.svg);
  background-size: 14px 14px;
  content: "";
}
.m-modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.m-modal[data-type="1"] .m-modalContent {
  width: 400px;
}

@media screen and (max-width: 740px) {
  .m-modal {
    width: calc(100% - 10.811vw);
    padding: 0 5.405vw;
  }
  .m-modalContent {
    width: 100vw;
    box-shadow: rgba(0, 0, 0, 0.3) 1.081vw 1.081vw 8.108vw;
  }
  .m-modalClose {
    width: 10.811vw;
    height: 10.811vw;
    top: -5.405vw;
    right: -5.405vw;
    box-shadow: rgba(0, 0, 0, 0.3) 0.541vw 0.541vw 1.351vw;
  }
  .m-modalClose::before {
    width: 3.784vw;
    height: 3.784vw;
    margin: -1.892vw 0 0 -1.892vw;
    background-size: 3.784vw 3.784vw;
  }
}
/* ----------------------------------------------------------------------------
 * GOOGLE
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-google {
  margin: 0 -20px;
}

@media screen and (max-width: 740px) {
  .m-google {
    margin: 0 -2.7027027027vw;
  }
}
/* ----------------------------------------------------------------------------
 * MAIN_VISUAL
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ELEMENT
 * --------------------------------- */
.m-main {
  margin: 0 -20px;
}
.m-mainImg img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .m-main {
    margin: 0 -2.7027027027vw;
  }
}
/* ============================================================================
 * BASE
 * ========================================================================= */
/* ============================================================================
 * LAYOUT
 * ========================================================================= */
/* ============================================================================
 * MODULE
 * ========================================================================= */