@charset "UTF-8";

/*
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*/
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-400.woff2') format('woff2'),
    url('../fonts/NotoSansJP-400.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansJP-500.woff2') format('woff2'),
    url('../fonts/NotoSansJP-500.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-700.woff2') format('woff2'),
    url('../fonts/NotoSansJP-700.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansJP-900.woff2') format('woff2'),
    url('../fonts/NotoSansJP-900.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-feature-settings: 'palt' 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 140%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}


/* ===========================================================
common
=========================================================== */
html {
  font-size: 0.625vw;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", Arial, Helvetica, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ ", Meiryo, sans-serif;
  line-height: 2;
  letter-spacing: -0.05px;
  font-weight: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  padding-bottom: 11.625vw;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 30vw;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  outline: 0;
  background: transparent;
  font-size: 100%;
  color: #000;
}

a:hover,
a:active {
  outline: none;
}

/* PC（768px以上）の時の設定 */
@media screen and (min-width: 768px) {
  .sp-tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

sup {
  font-size: 45%;
  vertical-align: super;
}

.pc-on {
  display: inline-block;
}

.sp-on {
  display: none;
}


@media (max-width: 767px) {
  html {
    font-size: 1.33vw;
  }

  .pc-on {
    display: none;
  }

  .sp-on {
    display: inline-block;
  }

  sup {
    font-size: 35%;
  }
}


/* ===========================================================
CTAボタン
=========================================================== */
.c_button-area {
  position: relative;
  z-index: 20;
}

.c-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4.2rem;
}

.c-btn_wrap {
  position: relative;
  text-align: center;
}

.c-btn_wrap:nth-of-type(2) {
  width: 54.25rem;
  margin-bottom: -.5rem;
}

.c-btn_caption {
  display: inline-block;
  position: relative;
  width: 34.4rem;
}

.c-btn-orange {
  width: 58rem;
}

.c-btn-orange {
  display: block;
  transition: opacity 0.3s;
  cursor: pointer;
}

.c-btn-orange:hover {
  opacity: 0.8;
}

.c-btn-orange img {
  width: 100%;
  height: auto;
  display: block;
}

.c-btn_caption_gray {
  width: 35.3em;
  margin: auto;
}

@media (max-width: 767px) {
  .c_button-area {
  }

  .c-buttons {
    flex-direction: column;
    padding: 0 2rem;
  }

  .c-btn_wrap {
    margin: auto;
  }

  .c-btn-orange,
  .c-btn_wrap:nth-of-type(2) {
    width: 100%;
  }

  .c-btn_caption {
    width: 37.5rem;
  }

  .c-btn_caption_gray {
    width: 55em;
  }
}


/* ===========================================================
吹き出しタイトル
=========================================================== */
.c-title_balloon {
  position: relative;
  margin: 0 auto -4rem;
  width: 100rem;
  max-width: 90%;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  filter: drop-shadow(.5rem .5rem 0rem rgba(0, 0, 0, 0.2));
  border-radius: 2rem;
  --main-color: #2a8948;
  background-color: var(--main-color);
  line-height: 1;
}

.p-point_subtitle p sup {
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-top: -2rem;
}

.c-title_balloon::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 4rem 3rem 0 3rem;
  border-color: var(--main-color) transparent transparent transparent;
}

@media (max-width: 767px) {
  .c-title_balloon {
    font-size: 4.5rem;
    line-height: 1.3;
    filter: drop-shadow(.7rem .7rem 0rem rgba(0, 0, 0, 0.2));
    border-radius: 4rem;
    padding: 3rem 0;
    max-width: none;
    width: 100%;
    margin-top: 3em;
    margin-bottom: -1.5em;
  }


    .l-point .c-title_balloon {
    font-size: 4.5rem;
    line-height: 1.3;
    filter: drop-shadow(.7rem .7rem 0rem rgba(0, 0, 0, 0.2));
    border-radius: 4rem;
    padding: 3rem 0;
    max-width: none;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/* ===========================================================
header
=========================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent;
}

.l-header__inner {
  max-width: 160rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
}

.l-header__logo {
  width: 22rem;
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.c-contact {
  text-align: right;
  color: #00a73c;
}

/* ============== tel btn ============== */
.c-contact__tel {
  font-size: 2.4rem;
  color: #01a229;
  font-weight: bold;
  position: relative;
}

.c-contact__tel::before {
  content: '';
  display: inline-block;
  width: 3rem;
  height: 2rem;
  background-image: url(../img/icon_tel02.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .5rem;
  font-size: 1.8rem;
}

.c-contact__text {
  font-size: 1.1rem;
  color: #333;
  margin-top: .5rem;
}

@media (max-width: 767px) {
  .c-contact__btn {
    color: #fff;
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
    font-weight: 900;
    line-height: 2;
    border-radius: 20px;
    text-align: center;
    background: #f2991a;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 153, 26, 0.9)), to(#f2991a));
    background: linear-gradient(180deg, rgba(242, 153, 26, 0.9) 0%, #f2991a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2991a", endColorstr="#f2991a", GradientType=1);
    position: relative;
    padding: 0 4vw 0 10vw;
    vertical-align: top;
  }

  .c-contact__btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../img/icon_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    top: 50%;
    left: 3vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-contact__text {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 1rem;
  }
}

.c-bg {
  width: 100%;
}

.c-blue {
  --bg-color: #6c9bd2;
}

.c-blue {
  background-color: #6c9bd2 !important;
}

.c-blue::after {
  border-top-color: #6c9bd2 !important;
}


/* ===========================================================
FV
=========================================================== */
.l-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-fv_container {
  position: relative;
  width: 100%;
}

.p-fv_img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-fv_hukidashi {
  position: absolute;
  top: 1em;
  left: 2rem;
  width: 8.7rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .p-fv_hukidashi {
    top: -0.5em;
  }
}


/* ===========================================================
risk
=========================================================== */
.l-risk {
  margin-top: -4.5rem;
}

.l-risk picture,
.l-risk picture img {
  display: block;
}

@media (max-width: 767px) {
  .l-risk {
    margin-top: -20rem;
  }

  .l-risk .c-title_balloon {
    width: calc(100% - 1em);
  }
}


/* ===========================================================
point
=========================================================== */
.p-point_title {
  position: relative;
  background-color: #2a8948;
  padding: 4rem 0 3rem;
  text-align: center;
}

.p-point_title .p-point_title_item {
  position: absolute;
  width: 2rem;
  top: -6rem;
}

.p-point_title span {
  font-weight: normal;
  font-size: 3.6rem;
  background-color: #000;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 1rem;
}

.p-point_title h2 {
  font-size: 6.5rem;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}

.l-point .c-btn_caption {
  width: 52.6rem;
}

.l-plan .c-btn_caption {
  width: 55em;
}

.l-point_logo {
  width: 71rem;
  margin: 3rem auto 11em;
  display: block;
}

.p-point_subtitle p {
  position: relative;
  font-size: 3.5rem;
  line-height: 1.3;
}

.p-point_subtitle span {
  font-size: 4.5rem;
}

.p-point_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 97rem;
  margin: 8rem auto 7rem;
}

.p-point_wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-point_item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-point_note {
  text-align: right;
  font-size: 1.2em;
  color: #666;
  padding-right: 3rem;
}

.p-point_note--left {
  line-height: 1.3;
  margin-left: 4em;
  text-align: left;
  margin-right: 1em;
}

@media (max-width: 767px) {
  .p-point_note--left {
  margin-left: 1em;
  text-align: left;
  font-size: 1.5em;
  margin-top: 1em;
  padding-right: 0em;
  }
}

.p-point_txt_wrapper {

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 7rem;
  max-width: 113rem;
  margin: 0 auto 9rem;
}

.p-point_txt_title {
  width: 52.5rem;
  flex-shrink: 0;
  padding-top: 3rem;
}

.p-point_txt_title h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.l-underline {
  color: #2a8948;
  background: linear-gradient(transparent 60%, #fff176 60%);
  padding: 0 4px;
}

.p-point_txt_title p {
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.p-point_txt_title p:first-child {
  font-size: 3.5em;
}

.p-point_plan_wrapper {
  width: 55.2rem;
  flex-shrink: 0;
}

.p-point_plan_group {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 10px;
}

.p-point_plan_title {
  background-color: #f0f0f0;
  padding: 1.4rem 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1.4;
  margin-bottom: 0.2em;
}

.p-point_plan_prices {
  display: flex;
  gap: 0.9em;
}

.p-point_plan_price {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
  gap: 0;
}

.p-point_plan_price--male {
  background-color: #cce6ff;
}

.p-point_plan_price--female {
  background-color: #fae5ee;
}

.p-point_plan_age {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-point_plan_age--male {
  color: #4694d1;
}

.p-point_plan_age--female {
  color: #eb6d9a;
}

.p-point_age_big {
  font-size: 4.8rem;
}

.p-point_plan_mount {
  font-size: 6.7rem;
  font-weight: bold;
  line-height: 1;
}

.p-point_plan_mount span {
  font-size: 3.6rem;
}

.p-tableWrap__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-tableWrap__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.p-tableWrap__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/icon_hatena.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.p-tableWrap {
  width: 69rem;
  margin: 11em auto 9em;
}

.p-tableWrap .p-tableWrap__head {
  margin-bottom: 1em;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 31em;
}

.p-tableWrap .p-tableWrap__title {
  color: #313131;
  border-bottom: 1px solid #313131;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}

.p-tableWrap .p-tableWrap__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/Q_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: -5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
}

.c-table {
  width: 100%;
}

.c-table th,
.c-table td {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.c-table th:last-child,
.c-table td:last-child {
  border-right: 1px solid #cccccc;
}

.c-table td {
  padding: 2rem;
}

.c-table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}

.c-table__age {
  background-color: #f3efe1 !important;
  font-size: 18px;
  font-weight: 400;
  padding: 0 6px;
  text-align: center;
  vertical-align: middle;
}

.p-tableWrap--rate {
  width: 120rem;
}

.c-table--rate {
  border-collapse: collapse;
  width: 69em;
  height: 35em;
  margin: 0 auto;
}

.c-table--rate th,
.c-table--rate td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 1.5rem 2rem;
}

.c-table--rate th {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-table--rate td {
  font-size: 2.6rem;
}

.c-table__head-age {
  background-color: #f3efe1;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}

.c-table__head-male {
  background-color: #dde8f5;
}

.c-table__head-female {
  background-color: #fde0e4;
}

.c-table__head-sub--male {
  background-color: #eef4fb;
  font-size: 1.8rem;
  font-weight: 500;
}

.c-table__head-sub--female {
  background-color: #fdeef0;
  font-size: 1.8rem;
  font-weight: 500;
}

.c-table--rate thead tr:last-child th:nth-child(1),
.c-table--rate thead tr:last-child th:nth-child(3),
.c-table--rate tbody td:nth-child(2),
.c-table--rate tbody td:nth-child(4) {
  background-color: #fcfaec;
}

.c-table--rate thead tr:last-child th:nth-child(2),
.c-table--rate thead tr:last-child th:nth-child(4),
.c-table--rate tbody td:nth-child(3),
.c-table--rate tbody td:nth-child(5) {
  background-color: #ffffff;
}

.c-table__note {
  font-size: 1.5em;
  color: #666;
  width: 69em;
  margin: 1em auto 0;
  padding-left: 11.8em;
  line-height: 1.6;
  text-align: left;
}

.c-table__catch {
  font-size: 3.3em;
  font-weight: 500;
  color: #2a8948;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .l-point {
    padding: 0 2rem;
  }

  .p-point_title {
    padding: 7rem 0 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .p-point_title .p-point_title_item {
    width: 2.8rem;
    top: -8rem;
  }

  .l-point_logo_wrap {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }

  .l-point_logo {
    width: 51rem;
  }

  .p-point_subtitle p {
    font-size: 4.5rem;
  }

  .p-point_wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .p-point_wrapper img {
    width: 100%;
  }

  .p-point_txt_wrapper {
    flex-direction: column;
  }

  .p-point_txt_title {
    width: 100%;
    text-align: center;
  }

  .p-point_txt_title h2 {
    font-size: 4.5rem;
  }

  .p-point_txt_title p {
    font-size: 4.1rem;
  }

  .p-point_txt_title p:first-child {
    font-size: 4em;
  }

  .p-point_plan_title {
    font-size: 3.5em;
  }

  .p-point_plan_wrapper {
    margin: auto;
    width: 100%;
  }

  .p-point_plan_age {
    font-size: 4rem;
  }

  .p-point_age_big {
    font-size: 6rem;
  }

  .p-point_plan_mount {
    font-size: 8.4rem;
  }

  .l-plan .c-btn_caption {
    width: 55em;
  }

  .p-tableWrap {
    width: 100%;
  }

  .p-tableWrap--rate {
    width: 100%;
  }

  .c-table--rate {
    width: 100%;
    height: auto;
  }

  .p-tableWrap .p-tableWrap__head {
    padding-top: 2em;
    padding-right: 6em;
  }

  .c-table__note {
    width: 100%;
    padding-left: 0;
    margin-left: 1em;
  }

  .c-table__catch {
    margin-top: 3.5em;
    margin-bottom: -3.5em;
  }
}


/* モーダル全体のコンテナ */
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.p-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.7);
}

.p-modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80rem;
  max-width: 100%;
  border-radius: 1rem;
  padding: 4rem 5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}



.p-modal__close {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 9rem;
}

.p-modal__text {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  color: #313131;
}

@media (max-width: 767px) {
  .p-modal__content {
    width: 100%;
  }

  .p-modal__close {
    right: 0;
  }
}


/* ===========================================================
point
=========================================================== */


.p-plan_image {
  text-align: center;
  margin: 12em 2em;
}

.p-plan_image img {
  width: 69em;
  height: 31.6em;
  max-width: 100%;
}

.p-plan_catch {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #f08300;
  margin: 2em auto 2em;
  line-height: 1.5;
}

.p-plan_btn_attention {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.p-plan_btn_attention {
  text-align: center;
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .l-plan .p-plan_subtitle {
    padding: 0 2rem;
  }

  .p-plan_catch {
    font-size: 4em;
    margin: 2em auto 2em;
    line-height: 1.5;
  }

  .p-plan_btn_attention {
    text-align: left;
    padding: 2rem;
  }

  .p-plan_image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}


/* ===========================================================
course
=========================================================== */
.l-course {
  padding: 1em 0 1em;
}

.l-course .c-title_balloon {
  margin-bottom: -1.5em;
  position: relative;
  z-index: 1;
}

.l-course img {
  display: block;
  margin: auto;
}

.l-course p {
  padding-left: 1.4rem;
  text-indent: -3rem;
  font-size: 3.5em;
  line-height: 1.4;
  width: 105rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-course {
    position: relative;
  }

  .l-course .c-title_balloon {
    margin-bottom: -1.5em;
    position: relative;
    z-index: 1;
    width: calc(100% - 1em);
  }

  .l-course p {
    font-size: 4.5em;
    width: 100%;
  }

    .l-plan .c-btn_caption_gray {
    width: 38.8em;
  }
}

/* ===========================================================
flow
=========================================================== */
.l-flow .l-sec_inner {
  margin: 4rem auto 7rem;
}

.l-flow .decoration_txt {
  color: #333333;
  width: fit-content;
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  margin: 0 auto 1rem;

  position: relative;
  padding: 0 2rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.l-flow .decoration_txt span {
  font-size: 6.9rem;
}

/* 共通の棒の設定 */
.l-flow .decoration_txt::before,
.l-flow .decoration_txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 0.9em;
  background-color: #333333;
}

.l-flow .decoration_txt::before {
  left: 0;
  transform: rotate(-25deg);
}

.l-flow .decoration_txt::after {
  right: 0;
  transform: rotate(25deg);
}

.l-flow .c-title_balloon {
  border-radius: 50rem;
  font-size: 4.8rem;
  letter-spacing: .5rem;
  width: 118rem;
  padding: 2.5rem;
  margin-bottom: 8rem;
}

.l-flow .p-step {
  margin: 3rem auto 0;
  width: 98rem;
}

.l-flow .p-step_item {
  margin-bottom: 6rem;
  position: relative;
}

.l-flow .p-step_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flow .p-step_numIcon {
  width: 12.4rem;
  height: 12.4rem;
  background-color: #2a8948;
  border-radius: 50%;
  color: #fff;
  margin-right: 2.6rem;
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.l-flow .p-step_numIcon_num {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}

.l-flow .p-step_title {
  font-size: 4.7rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  color: #2a8948;
}

.l-flow .p-step_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.4rem 0 0em 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  color: #313131;
  text-align: justify;
}

.l-flow .p-step_img {
  width: 28%;
  margin-left: 2rem;
}

.l-flow .p-step_text {
  font-size: 2.9rem;
  width: calc((100% - 28%) - 6rem);
  text-align: justify;
}

.l-flow .p-step_text2 {
  font-size: 2.8rem;
  width: calc((100% - 28%) - 6rem);
  text-align: justify;
}

@media (max-width: 767px) {
  .l-flow {
    padding: 0 2rem;
  }

  .l-flow .l-sec_inner {
    margin: 10rem auto 7rem;
  }

  .l-flow .c-title_balloon {
    font-size: 4.3rem;
    width: 100%;
    padding: 2.5rem 0;
    letter-spacing: -.1rem !important;
    max-width: none;
    margin-top: -0em;
  }

  .l-flow .p-step {
    width: 100%;
  }

  .l-flow .p-step_item {
    width: 62.7rem;
    margin: 0 auto 3rem;
  }

  .l-flow .p-step_text {
    width: 38rem;
  }

  .l-flow .p-step_img {
    width: 16.6rem;
    margin-right: 5rem;
  }
  
  .l-sec  .c-btn_caption_gray {
    width: 38.8em;
  }
}



/* ===========================================================
FAQ
=========================================================== */
.l-course_faq {
  max-width: 118rem;
  margin: 0 auto;
  font-family: sans-serif;
  color: #333;
  padding: 5rem 0 14rem;
}

.faq-main-title {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 6rem;
  font-weight: 700;
}

.faq-question {
  display: block;
  position: relative;
  padding: 3rem 8rem 3rem 5rem;
  font-size: 3.4em;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: .1rem solid #333;
}

.faq-question::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: 3.8rem;
  line-height: 1.5;
  color: #00a6ba;
}

.faq-question::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  transform: translateY(-75%) rotate(135deg);
}

.faq-item[open] .faq-question::after {
  transform: translateY(-25%) rotate(-45deg);
}

.faq-answer {
  width: 112rem;
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  padding: 4rem 3.4rem;
  margin-top: 2rem;
  margin: 2rem auto 4rem;
}

.faq-answer p {
  position: relative;
  padding-left: 2.5em;
  font-size: 2.55em;
  line-height: 1.6;
}

.answer-label {
  position: absolute;
  left: 0;
  color: #f76575;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: bold;
}

.faq-note {
  display: block;
  font-size: 0.5em;
  margin-top: -0em;
}

.faq-answer__img {
  text-align: center;
  margin-top: 3em;
}

.faq-answer__img img {
  width: 90em;
  height: 100%;
}

.faq-answer a {
  display: inline-block;
  color: #f76575;
  line-height: 1.2;
  border-bottom: .1rem solid #f76575;
}

@media (max-width: 767px) {
  .l-course_faq {
    padding: 0 2rem 10rem;
  }

  .faq-question::after {
    width: 3rem;
    height: 3rem;
  }

  .faq-answer {
    width: 100%;
  }

  .faq-answer p{
    font-size: 2.8em;
  }

  .faq-answer__img img {
  max-width: 100%;
  height: auto;
}
}


/* ===========================================================
about
=========================================================== */
.l-about {
  border-bottom: .3rem solid #2a8948;
  background-color: #eaf3ed;
  padding: 4.2rem 0 2rem;
  color: #4d4d4d;
}

.l-about .c-title_balloon {
  border-radius: 50rem;
  font-size: 3.5em;
  font-weight: 700;
  padding: 2.5rem;
  margin-bottom: 2em;
  width: 22em;
}

.l-sec__inner {
  width: 120rem;
  margin: 0 auto;
}

.c-about {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 0 0 5.4rem;
  text-align: justify;
}

.corporate-profile dl {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  line-height: 1.6;
}

.corporate-profile dl dt {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  font-weight: bold;
}

.corporate-profile dl dd {
  display: inline-block;
  width: 76%;
  margin-bottom: 1rem;
}

.corporate-profile dl dd a {
  display: inline-block;
}

@media (max-width: 767px) {
  .l-about {
    padding: 4.2rem 2rem 2rem;
  }

  .l-sec__inner {
    width: 100%;
  }

  .l-about .c-title_balloon {
    font-size: 5em;
    margin-top: 1em;
    width: 100%;
  }

  .c-about {
    font-size: 2.59em;
    line-height: 1.7;
  }

  .corporate-profile dl {
    font-size: 2.2rem;
  }

  .corporate-profile dl dd {
    display: block;
  }
}


/* ===========================================================
note
=========================================================== */
.l-note {
  color: #4d4d4d;
  border-top: .3rem solid #e7e3d6;
  padding: 5em 0 0;
  text-align: justify;
}

.c-note {
  position: relative;
  text-indent: 0em;
  padding-left: 2rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.c-aboutCaution {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1em;
}

.c-note--03 {
  line-height: 1.75;
}

.c-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-aboutNote {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 3em 6.7em 1.4rem 0;
}

@media (max-width: 767px) {
  .l-note {
    padding: 5rem 2rem;
  }

  .c-aboutCaution {
    font-size: 3rem;
    margin-bottom: 1.5em;
  }

  .c-note {
    font-size: 2.6em;
  }

  .c-aboutNote {
    font-size: 2.5rem;
    margin: 3em 1.4rem 1.4rem 0;
  }
}


/* ===========================================================
footer
=========================================================== */
.l-footer {
  background-color: #215faa;
  text-align: center;
  padding: 1rem 0;
}

.l-footer .c-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .l-footer {
    padding: 1.5rem 0;
  }

  .l-footer .c-copyright {
    font-size: 2rem;
  }
}


/* ===========================================================
追従バナー
=========================================================== */
.p-sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.p-sticky-banner.is-visible {
  transform: translateY(0);
}

.p-sticky-banner img {
  width: 100%;
  height: auto;
  display: block;
}