@charset "UTF-8";

/* ------------------------------------------
   parts-tab.css
   add-tab.css から移行したスタイル
------------------------------------------ */
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
main {
  font-size: inherit;

  --base-font: 2.6667vw;
}
@media (min-width: 768px) {
  main {
    --base-font: 10px;
  }
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6875;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #333;
}
/* a:hover {
  text-decoration: none;
  color: #333;
} */
a:active {
  text-decoration: none;
  color: #333;
}

@media (min-width: 1067px) {
  .mod-footer-maingroup ul {
    width: auto;
    max-width: 1139px;
  }
  .mod-footer-group ul {
    width: auto;
    max-width: 1139px;
  }
}

@media (min-width: 768px) {
    .sp-768 {
      display: none;
  }
}

@media (max-width: 767.98px) {

  .pc-768 {
    display: none;
  }
}

.c-cv-button-lg {
  display: block;
  position: relative;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  width: 100%;
  min-width: calc(300 * var(--base-font, 1) / 10);
  min-height: calc(70 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  background-color: #50a731;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px #007805;
  font-size: calc(24 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.3;
}
@media (hover: hover) {
  .c-cv-button-lg:hover {
      cursor: pointer;
  
  }
}
@media (hover: hover) and (min-width: 768px) {
  .c-cv-button-lg:hover {
      opacity: 0.6;
  
  }
}
.c-cv-button-lg:visited,
.c-cv-button-lg:hover {
  color: #fff;
}
.c-cv-button-lg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(12 * var(--base-font, 1) / 10);
  width: calc(50 * var(--base-font, 1) / 10);
  height: calc(50 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url(/img_new/add-tab/icon_easy.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cv-button-lg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(14 * var(--base-font, 1) / 10);
  width: calc(28 * var(--base-font, 1) / 10);
  height: calc(28 * var(--base-font, 1) / 10);
  transform: translateY(-50%);
  background-image: url(/img_new/add-tab/icon_arrow_wt.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .c-cv-button-lg {
      flex-direction: column;
      padding-top: calc(6 * var(--base-font, 1) / 10);
      padding-bottom: calc(7 * var(--base-font, 1) / 10);
      min-height: calc(88 * var(--base-font, 1) / 10);
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
  .c-cv-button-lg.c-cv-button__inner {
      display: flex;
      justify-content: center;
      min-height: calc(82 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-cv-button-lg {
      padding-top: calc(14 * var(--base-font, 1) / 10);
      padding-bottom: calc(14 * var(--base-font, 1) / 10);
      font-size: calc(24 * var(--base-font, 1) / 10);
  
  }
}
.c-cv-button-lg span {
  font-size: calc(38 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .c-cv-button-lg .c-cv-button-inner {
      margin-right: calc(-15 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-cv-button-lg .c-cv-button-inner {
      margin-right: calc(-40 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-cv-button-md .c-cv-button-inner {
      margin-right: calc(-18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-cv-button-md .c-cv-button-inner {
      margin-right: calc(-27 * var(--base-font, 1) / 10);
  
  }
}
.c-cv-button-tel {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: calc(20 * var(--base-font, 1) / 10);
  width: 100%;
  min-width: calc(300 * var(--base-font, 1) / 10);
  min-height: calc(70 * var(--base-font, 1) / 10);
  transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #2b558c;
}
@media (hover: hover) {
  .c-cv-button-tel:hover {
      cursor: pointer;
  
  }
}
@media (hover: hover) and (min-width: 768px) {
  .c-cv-button-tel:hover {
      opacity: 0.6;
  
  }
}
.c-cv-button-tel-number-container {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: calc(6 * var(--base-font, 1) / 10);
}
.c-cv-button-tel-icon {
  width: calc(28 * var(--base-font, 1) / 10);
}
.c-cv-button-tel-icon img {
  width: 100%;
}
.c-cv-button-tel-number {
  font-size: calc(30 * var(--base-font, 1) / 10);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .c-cv-button-tel-number.c-cv-button-tel-number--sm {
      font-size: calc(26 * var(--base-font, 1) / 10);
  
  }
}
.c-cv-button-tel-text {
  font-size: calc(13 * var(--base-font, 1) / 10);
}
@media (max-width: 767.98px) {
  .c-cv-button-tel-text.c-cv-button-tel-text--sm {
      font-size: calc(11 * var(--base-font, 1) / 10);
  
  }
}
.c-cv-button-title {
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-cv-button-title {
      font-size: calc(27 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-cv-button-title--sm {
      font-size: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-cv-button-title--sm {
      font-size: calc(19 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-cv-button-title--sm span {
      letter-spacing: -0.04em;
      font-size: calc(24 * var(--base-font, 1) / 10) !important;
  
  }
}
.c-tab-button {
  display: flex;
  overflow: clip;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: width height 0.3s ease;
  transition: opacity 0.8s ease;
  background-color: #ccc;
}
@media (hover: hover) {
  .c-tab-button:hover {
      cursor: pointer;
  
  }
}
@media (hover: hover) and (min-width: 768px) {
  .c-tab-button:hover {
      opacity: 0.6;
  
  }
}
@media (max-width: 767.98px) {
  .c-tab-button {
      border-top: calc(2 * var(--base-font, 1) / 10) solid #999;
      border-right: calc(2 * var(--base-font, 1) / 10) solid #999;
      border-left: calc(2 * var(--base-font, 1) / 10) solid #999;
      border-radius: calc(4 * var(--base-font, 1) / 10) calc(4 * var(--base-font, 1) / 10) 0 0;
      width: calc(98 * var(--base-font, 1) / 10);
      height: calc(45 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button {
      border-top: calc(4 * var(--base-font, 1) / 10) solid #999;
      border-right: calc(4 * var(--base-font, 1) / 10) solid #999;
      border-left: calc(4 * var(--base-font, 1) / 10) solid #999;
      border-radius: calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0 0;
      width: calc(196 * var(--base-font, 1) / 10);
      height: calc(90 * var(--base-font, 1) / 10);
  
  }
}
.c-tab-button__text {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
}
.c-tab-button__text.c-tab-button__text--sm {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .c-tab-button__text.c-tab-button__text--sm {
      font-size: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button__text.c-tab-button__text--sm {
      font-size: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-tab-button__text.c-tab-button__text--mid {
      font-size: calc(12 * var(--base-font, 1) / 10);
      font-weight: 700;
  
  }
}
@media (min-width: 768px) {
  .c-tab-button__text.c-tab-button__text--mid {
      font-size: calc(24 * var(--base-font, 1) / 10);
      font-weight: 600;
  
  }
}
.c-tab-button__text.c-tab-button__text--bold {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .c-tab-button__text.c-tab-button__text--bold {
      font-size: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button__text.c-tab-button__text--bold {
      font-size: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=false] {
      margin-bottom: calc(4 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=false] {
      margin-bottom: calc(7 * var(--base-font, 1) / 10);
  
  }
}
.c-tab-button[aria-selected=false].c-tab-button--01 {
  background-color: #fff5d2;
}
.c-tab-button[aria-selected=false].c-tab-button--01 .c-tab-button__text {
  color: #f08200;
}
.c-tab-button[aria-selected=false].c-tab-button--02 {
  background-color: #eef6fd;
}
.c-tab-button[aria-selected=false].c-tab-button--02 .c-tab-button__text {
  color: #1f3b9e;
}
.c-tab-button[aria-selected=false].c-tab-button--03 {
  background-color: #f0fee3;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=false].c-tab-button--03 {
      width: calc(76 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=false].c-tab-button--03 {
      width: calc(176 * var(--base-font, 1) / 10);
  
  }
}
.c-tab-button[aria-selected=false].c-tab-button--03 .c-tab-button__text {
  color: #29801d;
}
.c-tab-button[aria-selected=true] {
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true] {
      border-radius: calc(8 * var(--base-font, 1) / 10) calc(8 * var(--base-font, 1) / 10) 0 0;
      width: calc(126 * var(--base-font, 1) / 10);
      height: calc(65 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true] {
      border-radius: calc(16 * var(--base-font, 1) / 10) calc(16 * var(--base-font, 1) / 10) 0 0;
      width: calc(250 * var(--base-font, 1) / 10);
      height: calc(130 * var(--base-font, 1) / 10);
  
  }
}
@media (hover: hover) {
  .c-tab-button[aria-selected=true] {
      opacity: 1;
  
  }
}
.c-tab-button[aria-selected=true].c-tab-button--01 {
  background-color: #f08200;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true].c-tab-button--01 {
      border-top: calc(2 * var(--base-font, 1) / 10) solid #f08200;
      border-right: calc(2 * var(--base-font, 1) / 10) solid #f08200;
      border-left: calc(2 * var(--base-font, 1) / 10) solid #f08200;
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true].c-tab-button--01 {
      border-top: calc(4 * var(--base-font, 1) / 10) solid #f08200;
      border-right: calc(4 * var(--base-font, 1) / 10) solid #f08200;
      border-left: calc(4 * var(--base-font, 1) / 10) solid #f08200;
  
  }
}
.c-tab-button[aria-selected=true].c-tab-button--02 {
  background-color: #1f3b9e;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true].c-tab-button--02 {
      border-top: calc(2 * var(--base-font, 1) / 10) solid #1f3b9e;
      border-right: calc(2 * var(--base-font, 1) / 10) solid #1f3b9e;
      border-left: calc(2 * var(--base-font, 1) / 10) solid #1f3b9e;
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true].c-tab-button--02 {
      border-top: calc(4 * var(--base-font, 1) / 10) solid #1f3b9e;
      border-right: calc(4 * var(--base-font, 1) / 10) solid #1f3b9e;
      border-left: calc(4 * var(--base-font, 1) / 10) solid #1f3b9e;
  
  }
}
.c-tab-button[aria-selected=true].c-tab-button--03 {
  width: calc(233 * var(--base-font, 1) / 10);
  background-color: #14a000;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true].c-tab-button--03 {
      border-top: calc(2 * var(--base-font, 1) / 10) solid #14a000;
      border-right: calc(2 * var(--base-font, 1) / 10) solid #14a000;
      border-left: calc(2 * var(--base-font, 1) / 10) solid #14a000;
      width: calc(103 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true].c-tab-button--03 {
      border-top: calc(4 * var(--base-font, 1) / 10) solid #14a000;
      border-right: calc(4 * var(--base-font, 1) / 10) solid #14a000;
      border-left: calc(4 * var(--base-font, 1) / 10) solid #14a000;
  
  }
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--sm {
      font-size: calc(14 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--sm {
      font-size: calc(28 * var(--base-font, 1) / 10);
  
  }
}
.c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--mid {
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--mid {
      font-size: calc(14 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--mid {
      font-size: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--bold {
      font-size: calc(22 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .c-tab-button[aria-selected=true] .c-tab-button__text.c-tab-button__text--bold {
      font-size: calc(46 * var(--base-font, 1) / 10);
  
  }
}
.c-tab-panel {
  border: calc(4 * var(--base-font, 1) / 10) solid #999;
}
.c-tab-panel.c-tab-panel--01 {
  border-color: #f08200;
}
.c-tab-panel.c-tab-panel--02 {
  border-color: #1f3b9e;
}
.c-tab-panel.c-tab-panel--03 {
  border-color: #14a000;
}
.c-tab-panel[aria-hidden=true] {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden-up-md {
      display: none !important;
      visibility: hidden;
  
  }
}
.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}
.l-contents {
  position: relative;
}
@media (max-width: 767.98px) {
  .l-contents {
      padding: 0 calc(24 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .l-contents {
      margin: 0 auto;
      padding: 0 calc(50 * var(--base-font, 1) / 10);
      max-width: calc(1050 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .l-contents--large {
      padding: 0 calc(12 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .pattern-area {
      padding-top: calc(40 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .pattern-area {
      padding-top: calc(64 * var(--base-font, 1) / 10);
      /* padding-bottom: calc(74 * var(--base-font, 1) / 10); */
  
  }
}
.pattern__inner {
  margin: auto;
  max-width: calc(950px + 20 * var(--base-font, 1) / 10 * 2);
}
@media (max-width: 767.98px) {
  .pattern__inner {
      padding-inline: calc(10 * var(--base-font, 1) / 10);
      padding-bottom: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .pattern__inner {
      padding-inline: calc(20 * var(--base-font, 1) / 10);
  
  }
}
.pattern__ttl {
  position: relative;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .pattern__ttl {
      font-size: calc(22 * var(--base-font, 1) / 10);

      padding-inline: calc(36 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .pattern__ttl {
      font-size: calc(36 * var(--base-font, 1) / 10);

      padding-inline: calc(54 * var(--base-font, 1) / 10);
  
  }
}
.pattern__ttl::before,
.pattern__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img_new/add-tab/icon-title-arrow.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .pattern__ttl::before,
  .pattern__ttl::after {
      width: calc(22 * var(--base-font, 1) / 10);
      height: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .pattern__ttl::before,
  .pattern__ttl::after {
      width: calc(38 * var(--base-font, 1) / 10);
      height: calc(23 * var(--base-font, 1) / 10);
  
  }
}
.pattern__ttl::before {
  left: 0;
}
.pattern__ttl::after {
  right: 0;
}
@media (max-width: 767.98px) {
  .tab-area {
      margin-top: calc(12 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-area {
      margin-top: calc(32 * var(--base-font, 1) / 10);
  
  }
}
.pattern_tablist {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .pattern_tablist {
      gap: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .pattern_tablist {
      gap: calc(24 * var(--base-font, 1) / 10);
  
  }
}
.tab-initial-wrapper {
  background: #fff;
}
@media (max-width: 767.98px) {
  .tab-initial-wrapper {
      padding-block: calc(28 * var(--base-font, 1) / 10) calc(31 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .tab-initial-wrapper {
      padding-block: calc(36 * var(--base-font, 1) / 10) calc(48 * var(--base-font, 1) / 10);
  
  }
}
.tab-content__inner {
  margin: auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tab-content__inner {
      padding-inline: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-content__inner {
      max-width: calc(625 * var(--base-font, 1) / 10);
  
  }
}
.tab-initial__title {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .tab-initial__title {
      padding-bottom: calc(4 * var(--base-font, 1) / 10);
      font-size: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-initial__title {
      padding-bottom: calc(5 * var(--base-font, 1) / 10);
      font-size: calc(32 * var(--base-font, 1) / 10);
  
  }
}
.tab-initial__title.tab-initial__title--01 {
  border-bottom: 3px solid #f08200;
  letter-spacing: -0.03em;
}
.tab-initial__title.tab-initial__title--01 span {
  letter-spacing: 0.04em;
  color: #f08200;
}
.tab-initial__title.tab-initial__title--02 {
  border-bottom: 3px solid #1f3b9e;
}
.tab-initial__title.tab-initial__title--02 span {
  color: #1f3b9e;
}
@media (max-width: 767.98px) {
  .tab-initial__title.tab-initial__title--03 {
      border-bottom: 2px solid #14a000;
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-initial__title.tab-initial__title--03 {
      border-bottom: 3px solid #14a000;
      letter-spacing: -0.02em;
      font-size: calc(29 * var(--base-font, 1) / 10);
  
  }
}
.tab-initial__title.tab-initial__title--03 span {
  color: #29801d;
}
@media (max-width: 767.98px) {
  .tab-initial__title.tab-initial__title--03 span {
      font-size: calc(22 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-initial__title.tab-initial__title--03 span {
      letter-spacing: 0.02em;
  
  }
}
@media (max-width: 767.98px) {
  .tab-initial__title span {
      font-size: calc(25 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-initial__title span {
      letter-spacing: -0.04em;
      font-size: calc(36 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .tab-initial {
      margin-top: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .tab-initial {
      margin-top: calc(33 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .consultation-wrap {
      padding-top: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .consultation-wrap {
      padding-block: calc(60 * var(--base-font, 1) / 10) calc(65 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .consultation__inner {
      padding-inline: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .consultation__inner {
      padding-inline: calc(90 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .consultation-problem-image {
      margin-bottom: calc(50 * var(--base-font, 1) / 10);
  
  }
}
.counseling {
  background-color: #f0fee3;
}
@media (max-width: 767.98px) {
  .counseling {
      padding-block: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling {
      padding-block: calc(57 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .counseling__inner {
      padding-inline: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling__inner {
      padding-inline: calc(85 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature__ttl {
  text-align: center;
  letter-spacing: -0.02em;
  color: #29801d;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .counseling-feature__ttl {
      font-size: calc(24 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-feature__ttl {
      font-size: calc(36 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .counseling-feature-list {
      margin-top: calc(24 * var(--base-font, 1) / 10);

      gap: calc(24 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-feature-list {
      margin-top: calc(32 * var(--base-font, 1) / 10);

      gap: calc(32 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature-point {
  position: relative;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .counseling-feature-point {
      padding: calc(33 * var(--base-font, 1) / 10) calc(20 * var(--base-font, 1) / 10);
      border-radius: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-feature-point {
      padding: calc(39 * var(--base-font, 1) / 10) calc(60 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature-point__number {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #ffe500;
  color: #29801d;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .counseling-feature-point__number {
      top: calc(-16 * var(--base-font, 1) / 10);
      left: calc(-7 * var(--base-font, 1) / 10);
      width: calc(55 * var(--base-font, 1) / 10);
      height: calc(55 * var(--base-font, 1) / 10);
      font-size: calc(27 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-feature-point__number {
      top: calc(-15 * var(--base-font, 1) / 10);
      left: calc(-15 * var(--base-font, 1) / 10);
      width: calc(70 * var(--base-font, 1) / 10);
      height: calc(70 * var(--base-font, 1) / 10);
      font-size: calc(35 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature__sub-ttl {
  text-align: center;
  color: #29801d;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .counseling-feature__sub-ttl {
      font-size: calc(20 * var(--base-font, 1) / 10);
      line-height: 1.4 !important;
  
  }
}
@media (min-width: 768px) {
  .counseling-feature__sub-ttl {
      letter-spacing: 0.02em;
      font-size: calc(26 * var(--base-font, 1) / 10);
      line-height: 1.5;
  
  }
}
.counseling-feature-column {
  display: flex;
  align-items: center;
}
@media (max-width: 1066.98px) {
  .counseling-feature-column {
      flex-direction: column-reverse;
      margin-top: calc(16 * var(--base-font, 1) / 10);
      gap: calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 1067px) {
  .counseling-feature-column {
      margin-top: calc(30 * var(--base-font, 1) / 10);

      gap: calc(36 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 1067px) {
  .counseling-feature__image {
      width: calc(308 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 1067px) {
  .counseling-feature__text-area {
      width: calc(100% - 308 * var(--base-font, 1) / 10 - 36 * var(--base-font, 1) / 10);
  
  }
}
.counseling-feature__text-area p {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .counseling-feature__text-area p {
      letter-spacing: -0.04em;
      font-size: calc(12 * var(--base-font, 1) / 10);
      line-height: 1.5;
  
  }
}
@media (min-width: 768px) {
  .counseling-feature__text-area p {
      letter-spacing: -0.04em;
      font-size: calc(16 * var(--base-font, 1) / 10);
      line-height: 1.8;
  
  }
}
.counseling-info {
  width: 100%;
  height: 100%;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  .counseling-info {
      background: url(/img_new/add-tab/repeat_bg_sm.png) repeat;
      background-size: cover;

      padding-block: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-info {
      background: url(/img_new/add-tab/repeat_bg_lg.png) repeat;
      background-size: cover;
  
  }
}
.counseling-info-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .counseling-info-column {
      padding-top: calc(59 * var(--base-font, 1) / 10);
      padding-bottom: calc(60 * var(--base-font, 1) / 10);
  
  }
}
.counseling-info-ttl {
  border-radius: calc(8 * var(--base-font, 1) / 10);
  background-color: #1f3b9e;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .counseling-info-ttl {
      padding: calc(6 * var(--base-font, 1) / 10) 0;
      width: 100%;
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-info-ttl {
      padding: calc(11 * var(--base-font, 1) / 10) calc(77 * var(--base-font, 1) / 10) calc(6 * var(--base-font, 1) / 10);
      letter-spacing: -0.02em;
      font-size: calc(32 * var(--base-font, 1) / 10);
  
  }
}
.counseling-info-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .counseling-info-list {
      margin-top: calc(20 * var(--base-font, 1) / 10);

      gap: calc(8 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-info-list {
      margin-top: calc(36 * var(--base-font, 1) / 10);

      gap: calc(20 * var(--base-font, 1) / 10);
  
  }
}
.counseling-info-list li {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .counseling-info-list li {
      padding-left: calc(32 * var(--base-font, 1) / 10);
      font-size: calc(14 * var(--base-font, 1) / 10);
      line-height: 1.68;
  
  }
}
@media (min-width: 768px) {
  .counseling-info-list li {
      padding-left: calc(56 * var(--base-font, 1) / 10);
      font-size: calc(24 * var(--base-font, 1) / 10);
  
  }
}
.counseling-info-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img_new/add-tab/icon_check-green.svg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .counseling-info-list li::before {
      width: calc(24 * var(--base-font, 1) / 10);
      height: calc(24 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-info-list li::before {
      left: calc(10 * var(--base-font, 1) / 10);
      width: calc(35 * var(--base-font, 1) / 10);
      height: calc(35 * var(--base-font, 1) / 10);
  
  }
}
.counseling-info__arrow {
  display: inline-block;
  width: calc(54 * var(--base-font, 1) / 10);
  height: calc(30 * var(--base-font, 1) / 10);
  background-color: #c6f09c;
  text-align: center;

  -webkit-clip-path: polygon(100% 0, 0 0, 48% 100%);

          clip-path: polygon(100% 0, 0 0, 48% 100%);
}
@media (max-width: 767.98px) {
  .counseling-info__arrow {
      margin: calc(16 * var(--base-font, 1) / 10) auto;
  
  }
}
@media (min-width: 768px) {
  .counseling-info__arrow {
      margin: calc(32 * var(--base-font, 1) / 10) auto;
  
  }
}
.counseling-info__message {
  text-align: center;
  color: #29801d;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media (max-width: 767.98px) {
  .counseling-info__message {
      letter-spacing: -0.04em;
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .counseling-info__message {
      letter-spacing: -0.04em;
      font-size: calc(30 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .cv-counseling .l-contents {
      padding: 0 calc(16 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .cv-counseling .lp-cv02_inner {
      gap: calc(12 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .cv-counseling .lp-cv02_heading span {
      font-size: calc(23 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .cv-counseling .lp-cv02 {
      padding-bottom: calc(22 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .lp-cv02 {
      padding-top: calc(23 * var(--base-font, 1) / 10);
      padding-bottom: calc(32 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .c-cv-button-tel-number-container {
      margin-bottom: calc(-7 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .cv-counseling .c-cv-button-lg::before {
      width: calc(56 * var(--base-font, 1) / 10);
      height: calc(54 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg::after {
      right: calc(13 * var(--base-font, 1) / 10);
      width: calc(26 * var(--base-font, 1) / 10);
      height: calc(26 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg .c-cv-button-inner {
      margin-right: calc(-33 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .c-cv-button-lg {
      padding-top: calc(17 * var(--base-font, 1) / 10);
      padding-bottom: calc(14 * var(--base-font, 1) / 10);
      border-radius: calc(13 * var(--base-font, 1) / 10);
      min-height: calc(61 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg span {
      font-size: calc(27 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg::before {
      left: calc(23 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg::after {
      right: calc(22 * var(--base-font, 1) / 10);
      width: calc(23 * var(--base-font, 1) / 10);
      height: calc(23 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .c-cv-button-lg .c-cv-button-inner {
      margin-right: calc(-23 * var(--base-font, 1) / 10);
      letter-spacing: -0.1em;
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .c-cv-button-lg .c-cv-button-tel-text {
      font-size: calc(11 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .c-cv-button-tel {
      min-height: calc(62 * var(--base-font, 1) / 10);

      gap: calc(5 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .c-cv-button-tel-number {
      font-size: calc(25 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .lp-cv02_inner {
      gap: calc(3 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .lp-cv02_contents {
      max-width: calc(500 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .cv-counseling .lp-cv02_heading {
      font-size: calc(23 * var(--base-font, 1) / 10);
  
  }
  .cv-counseling .lp-cv02_heading span {
      font-size: calc(36 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02 {
  /* background: unset !important; */
}
.cv-counseling > .lp-cv02 {
      background-color: #fffbd1 !important;
}
.lp-cv02 {
  background-color: #fffbd1;
}
@media (max-width: 767.98px) {
  .lp-cv02 {
      padding-top: calc(25 * var(--base-font, 1) / 10);
      padding-bottom: calc(30 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02 {
      padding-top: calc(50 * var(--base-font, 1) / 10);
      padding-bottom: calc(50 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv02_inner {
      gap: calc(8 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02_inner {
      gap: calc(10 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_heading {
  text-align: center;
  letter-spacing: -0.02em;
  color: #2b558c;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-cv02_heading {
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02_heading {
      font-size: calc(18 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_heading span {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .lp-cv02_heading span {
      font-size: calc(22 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02_heading span {
      font-size: calc(26 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_contents {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-cv02_contents {
      font-size: calc(22 * var(--base-font, 1) / 10);

      gap: calc(15 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02_contents {
      max-width: calc(625 * var(--base-font, 1) / 10);

      gap: calc(15 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_button-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-cv02_button-container {
      gap: calc(12 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-cv02_button-container {
      gap: calc(20 * var(--base-font, 1) / 10);
  
  }
}
.lp-cv02_button-list01 {
  display: flex;
  justify-content: center;
}
.lp-reason {
  background-color: #2b558c;
}
@media (max-width: 767.98px) {
  .lp-reason {
      padding-top: calc(21 * var(--base-font, 1) / 10);
      padding-bottom: calc(50 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason {
      padding-top: calc(54 * var(--base-font, 1) / 10);
      padding-bottom: calc(53 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_inner {
      gap: calc(27 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_inner {
      gap: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .lp-reason_heading {
      width: calc(285 * var(--base-font, 1) / 10);
      margin: auto;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_heading {
      width: calc(450 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_list {
      gap: calc(36 * var(--base-font, 1) / 10);
      width: 100%;
      position: relative;
      z-index: 10;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_list {
      align-items: center;
      max-width: calc(640 * var(--base-font, 1) / 10);
      gap: calc(34 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item {
  position: relative;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-reason_item {
      padding: calc(16 * var(--base-font, 1) / 10) calc(14 * var(--base-font, 1) / 10) 0;
      width: auto;
      border-radius: calc(16 * var(--base-font, 1) / 10);
      position: relative;
      z-index: 5;
      background: #fff;
  
  }
  .lp-reason_item--02 {
      padding: calc(28 * var(--base-font, 1) / 10) calc(14 * var(--base-font, 1) / 10) calc(13 * var(--base-font, 1) / 10);
  
  }
  .lp-reason_item--03 {
      padding-bottom: calc(58 * var(--base-font, 1) / 10);
      overflow: hidden;
  }
}
@media (min-width: 768px) {
  .lp-reason_item {
      padding: calc(30 * var(--base-font, 1) / 10) calc(56 * var(--base-font, 1) / 10) calc(39 * var(--base-font, 1) / 10);
      border-radius: calc(12 * var(--base-font, 1) / 10);
  
  }
  .lp-reason_item--03 {
        padding: calc(48 * var(--base-font, 1) / 10) 0 calc(60 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item--01 {
      padding: calc(47 * var(--base-font, 1) / 10) calc(56 * var(--base-font, 1) / 10) calc(26 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-inner {
      gap: calc(28 * var(--base-font, 1) / 10);
      margin-bottom: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-inner {
      gap: calc(26 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item--03 .lp-reason_item-inner {
    margin-bottom: calc(20 * var(--base-font, 1) / 10);
  
}
@media (min-width: 768px) {
  .lp-reason_item--03 .lp-reason_item-inner {
      padding: 0 calc(56 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-heading {
  color: #fff !important;
  font-weight: 700;
  text-align: center;
}
.lp-reason_item-heading sub {
  bottom: 0;
}
.lp-reason_item-heading span {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .lp-reason_item-heading {
      margin-right: calc(-10 * var(--base-font, 1) / 10);
      margin-left: calc(-10 * var(--base-font, 1) / 10);
      text-align: center;
      font-size: calc(24 * var(--base-font, 1) / 10);
      line-height: 1.4;
      margin-top: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-heading {
      font-size: calc(32 * var(--base-font, 1) / 10);
      line-height: 1.4;
      margin-bottom: calc(20 * var(--base-font, 1) / 10);
  
  }
  .lp-reason_item-heading sub {
      padding-bottom: calc(4 * var(--base-font, 1) / 10);
      font-size: calc(20 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-reason_item-contents {
      gap: calc(24 * var(--base-font, 1) / 10);
      width: unset;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-contents {
      gap: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-contents--02 {
      gap: calc(16 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-top {
  display: flex;
}
@media (max-width: 767.98px) {
  .lp-reason_item-top {
      flex-direction: column;
      gap: calc(24 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top {
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .lp-reason_item-top-image {
      width: 100%;
  
  }
  .lp-reason_item--02 .lp-reason_item-top-image {
      width: 94%;
      margin: auto;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top-image {
      width: 50%;
  
  }
}
.lp-reason_item-top-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .lp-reason_item-top-list {
      gap: calc(11 * var(--base-font, 1) / 10);
  
  }
  .lp-reason_item-top-list-notes {
    
  font-size: calc(10 * var(--base-font, 1) / 10);
    
  text-align: center;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-top-list {
      width: 50%;

      gap: calc(20 * var(--base-font, 1) / 10);
  
  }
  .lp-reason_item-top-list-notes {
    
  text-align: center;
    
  font-size: calc(10 * var(--base-font, 1) / 10);
  
  }
}
.lp-lp-reason_item-top-item {
  position: relative;
  font-weight: 600;
  line-height: 1.7;
}
.lp-lp-reason_item-top-item::before {
  content: "";
  position: absolute;
  background-image: url(/img_new/add-tab/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-lp-reason_item-top-item::before {
      top: calc(5 * var(--base-font, 1) / 10);
      left: calc(0 * var(--base-font, 1) / 10);
      width: calc(18 * var(--base-font, 1) / 10);
      height: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-lp-reason_item-top-item::before {
      top: calc(5 * var(--base-font, 1) / 10);
      left: calc(24 * var(--base-font, 1) / 10);
      width: calc(14 * var(--base-font, 1) / 10);
      height: calc(14 * var(--base-font, 1) / 10);
      font-size: calc(11 * var(--base-font, 1) / 10);
  
  }
}
@media (max-width: 767.98px) {
  .lp-lp-reason_item-top-item {
      padding-left: calc(25 * var(--base-font, 1) / 10);
      letter-spacing: -0.02em;
      font-size: calc(16 * var(--base-font, 1) / 10);
      line-height: 1.6;
  
  }
}
@media (min-width: 768px) {
  .lp-lp-reason_item-top-item {
      padding-left: calc(44 * var(--base-font, 1) / 10);
      letter-spacing: 0.04em;
      font-size: calc(12 * var(--base-font, 1) / 10);
  
  }
}
.lp-lp-reason_item-top-item::before {
  content: "";
  position: absolute;
  background-image: url("/img_new/add-tab/icon_check-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .lp-lp-reason_item-top-item::before {
      top: calc(5 * var(--base-font, 1) / 10);
      left: calc(0 * var(--base-font, 1) / 10);
      width: calc(18 * var(--base-font, 1) / 10);
      height: calc(18 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-lp-reason_item-top-item::before {
      top: calc(5 * var(--base-font, 1) / 10);
      left: calc(24 * var(--base-font, 1) / 10);
      width: calc(14 * var(--base-font, 1) / 10);
      height: calc(14 * var(--base-font, 1) / 10);
      font-size: calc(11 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-container {
      gap: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-container {
      gap: calc(8 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #d3ecf8;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom {
      padding: calc(20 * var(--base-font, 1) / 10);
      border-radius: calc(8 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom {
      padding: calc(19 * var(--base-font, 1) / 10);
      border-radius: calc(13 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-heading {
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
  color: #2b558c;
  font-weight: 700;
  line-height: 1.3;
}
.lp-reason_item-buttom-heading--02 {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .lp-reason_item-buttom-heading--02 {
      font-size: calc(17 * var(--base-font, 1) / 10);
      line-height: 1.4;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-buttom-heading--02 {
      font-size: calc(14 * var(--base-font, 1) / 10);
      line-height: 1.444;
  
  }
}
@media (max-width: 767.98px) {
  .lp-reason_item-buttom-heading--02_small {
      font-size: calc(15 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-buttom-heading--02_small {
      font-size: calc(14 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-title {
  display: flex;
  margin: auto;
  align-items: center;
  gap: 6px;
  justify-content: center;
  color: #1f3b9e;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-title {
    font-size: calc(34 * var(--base-font, 1) / 10);
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-title {
    font-size: calc(34 * var(--base-font, 1) / 10);
    margin-bottom: calc(12 * var(--base-font, 1) / 10);
  
  }
}
.bubble {
  background: #2A558C;
  color: #fff;
  text-align: center;
  position: relative;
}
.bubble:after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 0;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 18px solid #2A558C;
}
.lp-reason_item-contents-recommend-text {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .lp-reason_item-contents-recommend {
    margin-bottom: calc(19 * var(--base-font, 1) / 10);
  }
  .bubble {
    font-size: calc(14 * var(--base-font, 1) / 10);
    width: calc(231 * var(--base-font, 1) / 10);
    margin: auto;
    padding: calc(11 * var(--base-font, 1) / 10) 0;
    border-radius: calc(8 * var(--base-font, 1) / 10);
    margin-bottom: 26px;
  }
  .bubble:after {
    bottom: -14px;
  
  }
  .lp-reason_item-contents-recommend-text {
    font-size: calc(14 * var(--base-font, 1) / 10);
    margin-top: 10px;
  
  }
  .lp-reason_item-contents-recommend-box-image {
    margin: 10px auto;
  
  }
}
@media (min-width: 768px) {
  .bubble {
    padding: 7px 0;
    border-radius: 8px;
    display: block;
    position: relative;
    width: 94%;
    z-index: 2;
    font-size: 12px;
    margin: auto;
  
  }
  .lp-reason_item-contents-recommend-box {
  display: flex;margin: 37px auto 0;font-size: 12px;justify-content: space-between;
  }
  .lp-reason_item-contents-recommend-box-l {
    width: 36%;
  
  }
  .lp-reason_item-contents-recommend-box-r {
  width: 54.5%;
  }
}
.lp-reason_item-contents-course {
position: relative;
}
.lp-reason_item-contents-course:after {
  content: "";
  background-color: #F0F5FF;
  position: absolute;
  width: 640px;
  height: 100%;
  top: 0;
  left: -56px;
  z-index: 0;
}
.lp-reason_item-contents-course-inner {
position: relative;z-index: 1;
}
.lp-reason_item-contents-course-title {
color: #1f3b9e;
}
@media (max-width: 767.98px) {
  .lp-reason_item-contents-course-inner {
  padding-top: calc(20 * var(--base-font, 1) / 10);padding-bottom: calc(20 * var(--base-font, 1) / 10);z-index: 7;/* background: #fff; */
  }
  .lp-reason_item-contents-course-image {
  width: 78%;margin: auto;display: block;
  }
  .lp-reason_item-contents-course-title {
  font-size: calc(20 * var(--base-font, 1) / 10);margin-bottom: calc(10 * var(--base-font, 1) / 10);text-align: center;
  }
  .lp-reason_item-contents-course:after {
      margin: auto;
      display: block;
      left: calc(-14 * var(--base-font, 1) / 10);
      z-index: -1;
      width: calc(100% + (calc(14 * var(--base-font, 1) / 5)));
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-contents-course {
  margin-top: 70px;
  }
  .lp-reason_item-contents-course-inner {
  padding: 14px 0 20px;
  }
  .lp-reason_item-contents-course-image {
  display: block;margin: auto;width: 36.4%;
  }
  .lp-reason_item-contents-course-title {
  text-align: center;font-size: calc(24 * var(--base-font, 1) / 10);margin-bottom: 9px;
  }
}
.course1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 89.6vw;
    margin: 0 auto;
}
.course_of_study {
    width: 42.66vw;
    border-radius: 6px;
    border: 1.36px solid #1F3B9E;
    overflow: hidden;
    box-shadow: 3px 5px 12px #4673af21;
}
.course_name {
    background-color: #1F3B9E;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 3px 0;
}
.course_target {
    background-color: #fff;
    color: #1F3B9E;
    margin-top: -5px;
    font-size: 10px;
    padding: 0 6px 10px;
    font-weight: bold;
}
.course_target p {
    line-height: 1.5;
    font-size: 11px;
    margin-left: 33px;
}
.course_target .btn {
    background: linear-gradient(90deg, #2F4CB2 0%, #1C9FE1 100%);
    width: 93%;
    position: relative;
    margin: 10px auto 0;
    box-sizing: border-box;
    border-radius: 70px;
    transition: opacity 0.8s ease;
    box-shadow: 2px 6px 10px #8b8b8b61;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 6px 0;
}
.course_of_study a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .course1 {
      gap: 30px;
      width: 100%;
      max-width: 440px;
  
  }
  .course_name {
        font-size: 12.8px;
        padding: 3.8px 0;
  
  }
  .course_target {
        font-size: 18px;
        padding: 3px 0px 12px;
        margin: -17px auto 0 auto;
        font-weight: normal;
  
  }
  .course_target .btn {
        padding: 4px 0;
        margin-top: 15px;
        font-size: 0.64rem;
        width: 100%;
        max-width: 123px;
  
  }
  .course_of_study {
        max-width: 205px;
        width: 100%;
        margin: auto;
  
  }
  .course_of_study a {
        opacity: 1;
        transition: all .3s ease;
  
  }
  .course_of_study a:hover {
        opacity: 0.8;
        transition: all .3s ease;
  
  }
}
@media (max-width: 767.98px) {
  .course1 {
    width: 100%;
    display: block;
  
  }
  .course_of_study {
    width: 100%;
    margin-bottom: 16px;
  
  }
  .course_box {
      display: flex;
      overflow: hidden;
      background: #fff;
  
  }
  .course_box > picture {
        width: 44%;
    
  }
  .course_target {
    margin-top: 0;
    padding: 19px 6px 10px;
  
  }
  .course_target p {
    margin-left: 0;
  
  }
  .course_target .btn {
    margin: 16px auto 0 10px;
    padding: 3px 0;
  
  }
}
.lp-reason_item-bottom-solution-l {
text-align: center;
}
.lp-reason_item-bottom-solution-title {
color: #1f3b9e;font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lp-reason_item-bottom-solution {
  margin-top: 23px;
  }
  .lp-reason_item-bottom-solution_box {
  display: flex;

  gap: 28px;

  margin-bottom: 34px;
  }
  .lp-reason_item-bottom-solution-l {
  width: 79%;

  max-width: 298px;
  }
  .lp-reason_item-bottom-solution-title {
  font-size: 16px;

  margin-bottom: 10px;
  }
  .lp-reason_item-bottom-solution-text {
  font-size: 12px;text-align: left;
  }
  .lp-reason_item-bottom-solution-r {
  width: 55.5%;

  max-width: 200px;
  }
}
.lp-reason_item-bottom-solution-text span {
  font-weight: bold;
  color: #003686;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-solution_box {
  margin-top: 13px;
  }
  .lp-reason_item-bottom-solution-title {
  margin-bottom: 10px;
  }
  .lp-reason_item-bottom-solution-text {
  margin-top: 10px;

  text-align: left;

  font-size: 14px;

  margin-bottom: 10px;
  }
}
.lp-reason_item-note {
  padding-left: calc(12 * var(--base-font, 1) / 10);
  text-indent: calc(-12 * var(--base-font, 1) / 10);
  letter-spacing: 0.02em;
  color: #666;
}
.course_notes {
 color: #666; 
}
.lp-reason_item-contents-recommend .lp-reason_item-note {
  color: #666; 
}
@media (max-width: 767.98px) {
  .lp-reason_item-note {
      font-size: calc(10 * var(--base-font, 1) / 10);
      line-height: 1.5 !important;
      padding-left: 0;
      text-indent: 0;
      margin-top: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-note {
      font-size: calc(10 * var(--base-font, 1) / 10);
      margin: 10px auto 0;
      padding-left: 0;
      text-indent: 0;
  
  }
  .course_notes {
      max-width: 440px;
  
  }
}
.lp-reason_number {
  display: block;
  margin: calc(20 * var(--base-font, 1) / 10) auto 0;
}
@media (max-width: 767.98px) {
  .lp-reason_number {
      top: -1.9%;
      left: -1.9%;
      width: calc(111 * var(--base-font, 1) / 10);
      margin: calc(32 * var(--base-font, 1) / 10) auto 0;
  
  }
  .lp-reason_number--02 {
    
  margin: calc(0 * var(--base-font, 1) / 10) auto 0;
  
  }
  .lp-reason_heading--02 {
      width: calc(315 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_number {
      width: calc(170 * var(--base-font, 1) / 10);
      margin: calc(20 * var(--base-font, 1) / 10) auto calc(20 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-img {
  overflow: hidden;
  position: relative;
  border-radius: 0 0 calc(10 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  transition: height 0.3s;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-img {
      height: calc(175 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-img {
      height: calc(188 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-img_wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-img_wrap {
      margin-top: calc(10 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-img_wrap {
      margin-top: calc(9 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 0 0 calc(10 * var(--base-font, 1) / 10) calc(10 * var(--base-font, 1) / 10);
  width: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  letter-spacing: 0;
  color: #2b558c;
  box-shadow: 0px calc(4 * var(--base-font, 1) / 10) 0px 0px rgba(0, 0, 0, 0.25);
  font-size: calc(16 * var(--base-font, 1) / 10);
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-btn {
      padding: calc(9 * var(--base-font, 1) / 10) 0;
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn {
      padding: calc(7 * var(--base-font, 1) / 10) 0;
      font-size: calc(13 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-btn::before,
.lp-reason_item-bottom-contents-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(15 * var(--base-font, 1) / 10);
  width: calc(13 * var(--base-font, 1) / 10);
  height: 1px;
  transform: translateY(-50%);
  background-color: #2b558c;
}
@media (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn::before,
  .lp-reason_item-bottom-contents-btn::after {
      right: calc(29 * var(--base-font, 1) / 10);
      width: calc(10 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-btn::after {
  transform: rotate(90deg);
}
.lp-reason_item-bottom-contents-btn span {
  transition: opacity 0.8s ease;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom-contents-btn span {
      letter-spacing: -0.04em;
  
  }
}
@media (hover: hover) {
  .lp-reason_item-bottom-contents-btn:hover span {
      cursor: pointer;
  
  }
}
@media (hover: hover) and (min-width: 768px) {
  .lp-reason_item-bottom-contents-btn:hover span {
      opacity: 0.5;
  
  }
}
.lp-reason_item-bottom_balloon {
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-reason_item-bottom_balloon {
      margin: 0 auto calc(-20 * var(--base-font, 1) / 10);
      width: calc(231 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .lp-reason_item-bottom_balloon {
      margin: 0 calc(22 * var(--base-font, 1) / 10) calc(-14 * var(--base-font, 1) / 10);
  
  }
}
.lp-reason_item-bottom-contents-img_wrap.active .lp-reason_item-bottom-contents-img {
  height: 100%;
}
.lp-reason_item-bottom-contents-btn.active {
  display: none;
}
.l-contents--second_mid_ttl_slides {
  position: relative;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_ttl_slides {
      padding: 0 0 calc(16 * var(--base-font, 1) / 10) !important;
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_ttl_slides {
      margin: 0 auto calc(20 * var(--base-font, 1) / 10);
      padding: 0 calc(50 * var(--base-font, 1) / 10);
      max-width: calc(740 * var(--base-font, 1) / 10);
  
  }
  .l-contents_ttl_slides--02 {
      margin-top: calc(20 * var(--base-font, 1) / 10);
  
  }
}
.l-contents--second_mid_deco_heading {
  border-radius: calc(80 * var(--base-font, 1) / 10);
  background-color: #2A558C;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_deco_heading {
      padding-top: calc(8 * var(--base-font, 1) / 10);
      padding-bottom: calc(7 * var(--base-font, 1) / 10);
      font-size: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_deco_heading {
      padding-top: calc(8 * var(--base-font, 1) / 10);
      padding-bottom: calc(8 * var(--base-font, 1) / 10);
      font-size: calc(24 * var(--base-font, 1) / 10);
  
  }
}
.l-contents--second_mid_slides_wrapper {
scroll-snap-align: start;overflow: auto;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_slides_wrapper {
      padding-bottom: calc(24 * var(--base-font, 1) / 10);
      width: calc(20 * var(--base-font, 1) / 10 + 100%);
      margin-bottom: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_slides_wrapper {
      margin-left: calc(60 * var(--base-font, 1) / 10);
  
  }
}
.l-contents--second_mid_slides {
  scroll-snap-align: start;
  width: 100%;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_slides {
      min-width: 1496px;
      scroll-snap-align: start;
      width: 100%;
  
  }
  .l-contents--second_mid_slides {
          min-width: 1350px;
  
  }
  .l-contents--second_mid_slides.l-contents--second_mid_slides--02 {
          min-width: 1610px;
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_slides {
      min-width: 1356px;
      scroll-snap-align: start;
      width: 100%;
      padding-bottom: calc(24 * var(--base-font, 1) / 10);
  
  }
  .l-contents--second_mid_slides--02 {
      min-width: 1632px;
      min-height: 240px;
  
  }
}
.img_slides {
  width: 100%;
  height: auto;
  margin-right: calc(16 * var(--base-font, 1) / 10);
}
.l-contents--second_mid_deco_heading {
  border-radius: calc(8 * var(--base-font, 1) / 10);
  background-color: #1E9FE1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_deco_heading {
      padding-top: calc(8 * var(--base-font, 1) / 10);
      padding-bottom: calc(7 * var(--base-font, 1) / 10);
      font-size: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_deco_heading {
      padding-top: calc(8 * var(--base-font, 1) / 10);
      padding-bottom: calc(8 * var(--base-font, 1) / 10);
      font-size: calc(24 * var(--base-font, 1) / 10);
  
  }
}
.l-contents--second_mid_deco_heading:after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 0;
    bottom: -13px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 14px solid #1E9FE1;
}
@media (max-width: 767.98px) {
  .l-contents--second_mid_slides_notes {
    font-size: calc(10 * var(--base-font, 1) / 10);
    text-align: center;
    margin-top: calc(16 * var(--base-font, 1) / 10);
    margin-bottom: calc(20 * var(--base-font, 1) / 10);
  
  }
}
@media (min-width: 768px) {
  .l-contents--second_mid_slides_notes {
    text-align: center;
    font-size: calc(10 * var(--base-font, 1) / 10);
    margin-top: calc(32 * var(--base-font, 1) / 10);
    margin-bottom: calc(32 * var(--base-font, 1) / 10);
  
  }
}
.voice {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 50px;
	margin-bottom: 25px;
}
.voice li {
	display: grid;
	grid-template-columns: 87px 1fr;
	gap: 10px 10px;
	text-align: left;
}
.voice li figure {
	margin: 0;
	width: auto;
	max-width: 80px;
}
.voice li figure img {
	max-width: 80px;
}
.voice li h5 {
	font-size: 11px;
	line-height: 1.25;
}
.voice li h5 em {
	display: block;
	margin-bottom: 10px;
	color: #182A5D;
}
.voice li p {
	grid-column: 1 / 3;
	font-size: 11px;
}
@media (max-width: 767.98px) {
  .voice li p {
      font-size: 12px;
  
  }
}
.heading {
	padding: 16px 0px;
	text-align: center;
}
.heading h3, .heading h4 {
	margin-bottom: 22px;
	font-size: 17px;
	color: #182A5D;
}
.heading p {
	font-size: 16px;
	line-height: 1.8;
}
@media (max-width: 1066.98px) {
  .voice {
		grid-template-columns: 1fr;
		gap: 27px;
		margin-bottom: 30px;
	}
	.voice li {
		grid-template-columns: 80px 1fr;
		gap: 19px 10px;
	}
	.voice li figure img {
		max-width: 70px;
	}
	.voice li h5 {
		font-size: 11.4px;
		line-height: 1.45;
	}
  .heading {
		padding: 24px 20px;
		text-align: left;
	}
	.heading h3, .heading h4 {
		margin-bottom: 20px;
		font-size: 17px;
	}
	.heading p {
		font-size: 14px;
	}
}
.l-contents_ttl_slides--03_txt {font-size: 14px;line-height: 1.6;font-weight: 400;margin-top: 10px;}
.l-contents_ttl_slides--03_hd {display: block;text-align: center;margin-top: 16.74px;font-size: 14px;line-height: 1.6;font-weight: 400;}
.l-contents_ttl_slides--03_txt .marker {
  font-size: 14px;
}
.l-contents_ttl_slides--03_hd .big_txt {color: #094492;color: #094492;font-weight: bold;line-height: 1.4;font-size: 18px;}
.l-contents_ttl_slides--03_txt02 {
  
}
@media (min-width: 768px) {
  .l-contents_ttl_slides--03_txt {text-align: center;}
  .l-contents_ttl_slides--03_txt02 {

  }
  .l-contents_ttl_slides--03_hd {margin-top: 26px;font-size: 16px;}
  .l-contents_ttl_slides--03_hd .big_txt {font-size: 20px;}
    .l-contents_ttl_slides--03_hd .big_txt br {
      display: none;
    }
}

.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_outer {position: relative;}
.youtube_notes {display: block;text-align: right;width: 100%;width: auto;/* margin-left: 0; */position: absolute;right: 0;}
.youtube_notes span {background-image: url(../img_new/add-tab/circle-play-solid-full.svg);width: 1rem;height: 1rem;display: inline-block;position: relative;bottom: -0.19rem;}
@media (min-width: 768px) {
  .youtube {
    max-width: calc(415 * var(--base-font, 1) / 10);
    height: calc(232 * var(--base-font, 1) / 10);
    padding-top: 36.25%;
    margin: auto;
  }
  .youtube_notes {width: 100%;max-width: 415px;right: 17.4%;bottom: -10%;/* margin: auto; *//* display: block; */}
  .youtube_notes span {
  
  } 
}
.marker {
	background: linear-gradient(transparent 60%, #FEE302 0%);
	display: inline;
	padding: 0 1px 0px;
	font-size: 18px;
}
.blue-btn {
	text-align: center;
}
.blue-btn + .blue-btn {
	margin-top: 10px;
}
.blue-btn a {
	position: relative;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	padding: 13px 50px 13px 30px;
	text-align: left;
	background: #003686;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.blue-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: translateY(-50%) rotate(45deg);
	transition: .2s ease-out;
}
@media screen and (min-width: 1067px) {
	.arrow a:hover::before {
		left: 8px;
	}
	.event li .arrow a:hover::before {
		right: -8px;
	}
	.blue-btn a:hover::after {
		right: 22px;
	}
	.white-btn a:hover::after {
		right: 22px;
	}
	.wayToLearn li a:hover::after {
		right: 22px;
	}
}
@media (max-width: 1066.98px) {
  .blue-btn a {
		padding: 20px 30px 20px 20px;
		font-size: 16px;
	}
	.blue-btn a::after {
		right: 20px;
		width: 6px;
		height: 6px;
		border-width: 2px;
	}
}