@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/* リキッドレイアウト対応 */
body {
  font-family: "lineJP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 1.75rem;
  line-height: 1.75;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


.header {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 0.9375rem;
  }
}

.header__logo {
  width: 130px;
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 10.625rem;
  }
}

.header__logo a {
  display: block;
}

.header__logo svg {
  width: 100%;
}

footer {
  background-color: rgba(0, 150, 130, .2);
}
footer .container {
  max-width: 1210px;
  margin: 0 auto;
}
footer .content-wp {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 15px 20px;
  align-items: center;
}
footer nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
footer nav ul li {
  font-size: 1.6rem;
  padding: 0 20px 0 10px;
  padding-right: 18px;
  text-align: unset;
  width: unset;
}
footer nav ul li i {
  font-size: 1rem;
  color: #009481;
}
footer nav ul li a {
  font-size: 1rem;
  color: #009481 !important;
}
footer .copyright {
  font-family: "Poppins", sans-serif;
  font-size: .8rem;
  text-align: center;
  font-weight: 400;
  padding: 0 0 20px;
  color: #009481;
}
@media screen and (max-width: 768px) {
  footer .content-wp {
    flex-wrap: wrap;
  }
   footer .logo {
    width: 60%;
  }
  footer nav ul li {
    font-size: 1rem;
    padding: 10px;
    padding-right: 18px;
  }
  footer nav ul li a {
    font-size: .8rem;
  }
  footer .copyright {
  font-size: .6rem;
}
}

#school_index .school_index_inner {
  max-width: 1000px;
  margin: 50px auto;
  border: 3px solid #009380;
  border: 0.1875rem solid #009380;
  border-radius: 0.5rem;
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

#school_index .mapImg {
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 165px;
  left: 10.3125rem;
  max-width: 150px;
  max-width: 9.375rem;
}

#school_index .school_index_inner dl {
  width: 95%;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#school_index .school_index_inner dt {
  width: 30%;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #009380;
  position: relative;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

#school_index .school_index_inner dt:before {
  content: "SCHOOL INDEX";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "Helvetica", "Arial Narrow", "Arial", sans-serif;
  font-weight: 600;
  font-stretch: condensed;
}

#school_index .school_index_inner dd {
  width: 70%;
}

#school_index .school_index_inner dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#school_index .school_index_inner dd ul li {
  width: 25%;
  border-bottom: 1px dotted #009380;
  border-bottom: 0.0625rem dotted #009380;
  list-style: none outside;
  position: relative;
  padding: 5px 0 0 1em;
  padding: 0.3125rem 0 0 1em;
}

#school_index .school_index_inner dd ul li:before {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 0;
  color: #009380;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#school_index .school_index_inner dd ul li a {
  padding: 0 18px 0 0;
  padding: 0 1.125rem 0 0;
  position: relative;
  color: #009380;
  font-size: 12px;
  font-size: 0.75rem;
}

#school_index .school_index_inner dd ul li a:after {
  content: "»";
  width: 1px;
  width: 0.0625rem;
  height: 1em;
  position: absolute;
  top: -2px;
  top: -0.125rem;
  right: 10px;
  right: 0.625rem;
  color: #009380;
}

@media screen and (max-width: 767px) {
  .contentWrap {
    padding: 0 3%;
    margin-top: 2.5rem;
  }
  #school_index .school_index_inner {
    padding: 0 1.25rem 0;
    margin: 0 0 1.5625rem;
  }
  #school_index .mapImg {
    max-width: 35%;
    opacity: 0.1;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
  }
  #school_index .school_index_inner dl {
    display: block;
    width: 100%;
    margin-bottom: 1.875rem;
  }
  #school_index .school_index_inner dt {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 1.25rem 0 0.9375rem;
  }
  #school_index .school_index_inner dt:before {
    left: 50%;
    margin-left: -3em;
    font-size: 0.625rem;
  }
  #school_index .school_index_inner dd {
    width: 100%;
  }
  #school_index .school_index_inner dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #school_index .school_index_inner dd ul li {
    width: 50%;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 550px) {
  #school_index .mapImg {
    max-width: 50%;
  }
}
/* 
==========================================================
========================= Common =========================
========================================================== 
*/
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
    background: #009380;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 99;
    display: none;
    border-radius: 50%;
    border: 1px solid #ffff;
}
#pagetop::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 5px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .2s;
}
#pagetop:hover::after {
    top: -5px;
}
@media(max-width: 750px){

}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
.container {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.lb-sp {
  display: none;
}
.btn {
  color: #009380;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.007em;
  border-radius: 50vh;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 62%, rgba(207, 235, 231, 1) 70%, rgba(207, 235, 231, 1) 100%);
  width: 100%;
  display: block;
  padding: 22px 15px;
  border: 4px solid #009380;
  box-shadow: rgba(0, 0, 0, 0.4) 6px 6px;
}
@media(max-width:750px){
  .container {
    padding: 0 15px;
  }
  .lb-sp {
    display: block;
  }
  .btn {
    color: #009380;
    font-size: 1.2rem;
    max-width: 300px;
    margin: 0 auto;
    border-width: 2px
  }
}
/* 
==========================================================
====================== End Common ========================
========================================================== 
*/

/* 
==========================================================
=========================== Home =========================
========================================================== 
*/
.title-box {
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: "DotGothic16", sans-serif;
  max-width: 678px;
  margin: 0 auto;
  /* border-top: 9px solid #000;
  border-bottom: 9px solid #000; */
  padding: 18px 0;
  position: relative;
}
.title-box::before,
.title-box::after {
  content: "";
  position: absolute;
  height: 9px;
  background: #000;
  left: 18px;
  right: 18px;
}
.title-box::before {
  top: 0;
}
.title-box::after {
  bottom: 0;
}
.title-box .inner-tl {
  border-left: 9px solid #000;
  border-right: 9px solid #000;
  margin: 0 auto;
  position: relative;
  padding: 0 9px;
}
.title-box .inner-tl .inner{
    background: #000;
    max-width: 642px;
    padding: 24px 15px;
    margin: 0 auto;
    position: relative;
}
.title-box .inner-tl .inner::before,
.title-box .inner-tl .inner::after,
.title-box .inner-tl::before,
.title-box .inner-tl::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #000;
}
.title-box .inner-tl .inner::before {
  left: -9px;
  top: -9px;
}
.title-box .inner-tl .inner::after {
  right: -9px;
  top: -9px;
}
.title-box .inner-tl::before {
  left: 0px;
  bottom: -9px;
}
.title-box .inner-tl::after {
  right: 0px;
  bottom: -9px;
}
.title-box .sub-tl {
  font-size: 1.875rem; 
}

.title-box .sub-tl-lg {
  font-size: 3.75rem; 
}
.title-box .cl1 {
  color: #FFF000;
}
.title-box h2 {
  font-size: 3rem; 
}

.title-box h2.sm {
  font-size: 2.5rem;
}
@media(max-width:1024px) {
  .title-box {
    max-width: 62.5vw;
  }
  .title-box .inner-tl .inner {
    max-width: 100%;
    padding: 2.2vw 1.5vw;
  }
}
@media(max-width:750px){
  .title-box .sub-tl {
      font-size: 3.5vw;
  }
  .title-box h2 {
    font-size: 5.5vw;
  }
  .title-box .inner-tl {
    border-left: 1vw solid #000;
    border-right: 1vw solid #000;
    padding: 0 1vw;
  }
  .title-box {
    padding: 2vw 0;
  }
  .title-box::before, 
  .title-box::after {
    height: 1vw;
    left: 2vw;
    right: 2vw;
  }
  .title-box .inner-tl .inner::before, 
  .title-box .inner-tl .inner::after, 
  .title-box .inner-tl::before, 
  .title-box .inner-tl::after {
    height: 1vw;
    width: 1vw;
  }
  .title-box .inner-tl .inner::after {
    right: -1vw;
    top: -1vw;
  }
  .title-box .inner-tl .inner::before {
    left: -1vw;
    top: -1vw;
  }
  .title-box .inner-tl::after {
    bottom: -1vw;
  }
 .title-box .inner-tl::before {
    left: 0px;
    bottom: -1vw;
  }
}
/* title-box ============================================= */
.home-wp {
  background: url(../img/repreat-bg.png) repeat;
}
@media(max-width:750px){
  .home-wp {
    background: url(../img/repreat-bg-sp.png) repeat;
  }
}
.home-wp .mv {
  background: #000;
}
.home-wp .mv img {
  width: 100%;
}
/* mv ==================================================== */
.home-wp .prologue {
  padding-top: 95px;
  /* background: #000; */
  position: relative;
  padding-bottom: 30px;
}
.home-wp .prologue::before{
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 150px
}
.home-wp .prologue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #000;
  bottom: 1px;
}
.home-wp .prologue .inner-content {
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  padding-bottom: 40px;
}
.home-wp .prologue .txt-box {
    color: #ffff;
    font-size: 1.8125rem; 
    letter-spacing: -0.02em;
}
.home-wp .prologue .txt-bottom {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  padding-top: 50px;
  font-family: "DotGothic16", sans-serif;
}
.home-wp .prologue .txt-bottom p {
  padding-top: 25px;
}
.home-wp .prologue .txt-bottom p.cl1 {
  color: #FFFF1B;
  padding-top: 0;
  position: relative;
  padding-bottom: 15px;
}
.home-wp .prologue .txt-bottom p.cl1::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 158px;
  background: url(../img/prologue-key.png) no-repeat;
  background-size: 100% !important;
  right: 30px;
  top: -6px;
}
@media(max-width:1024px){
  .home-wp .prologue .txt-bottom p.cl1::after {
    right: 0;
  }
  .home-wp .prologue .txt-bottom p.cl1::after {
    width: 60px;
    height: 119px;
  }
}
@media(max-width:960px) {
  .home-wp .prologue .txt-bottom {
    font-size: 5vw;
  }
  .home-wp .prologue .txt-bottom p.cl1::after {
      width: 6.3vw;
      height: 12.5vw;
  }
  .home-wp .prologue .txt-bottom {
    padding-top: 4.5vw;
  }
  .home-wp .prologue .txt-bottom p {
    padding-top: 2.8vw;
  }
  .home-wp .prologue .txt-box {
    font-size: 1.375rem;
  }
  .home-wp .prologue .txt-box {
      font-size: 3.2vw;
  }
}
@media(max-width: 750px){
  .home-wp .prologue {
    padding-top: 45px;
  }
  .home-wp .prologue::after {
    height: 75px;
  }
  .home-wp .prologue::before {
    bottom: 75px;
  }
  .home-wp .prologue .inner-content {
    border-width: 3px;
  }
}
/* prologue ============================================== */
.home-wp .episode_1 .container{
  padding-top: 105px;
  position: relative;
}
.home-wp .episode_1 .container::before,
.home-wp .episode_1 .container::after {
  content: "";
  position: absolute;
}
.home-wp .episode_1 .container::before {
  width: 144px;
  height: 173px;
  background: url(../img/episode_1-tl-left.png) no-repeat;
  background-size: 100% !important;
  left: 20px;
  top: 105px;
}
.home-wp .episode_1 .container::after {
  width: 136px;
  height: 190px;
  background: url(../img/episode_1-t-right.png) no-repeat;
  background-size: 100% !important;
  right: 20px;
  top: 90px;
}
.home-wp .episode_1 .feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
.home-wp .episode_1 .feature li {
  padding: 0 25px;
  width: 300px;
  height: 300px;
  background: #009682;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}
.home-wp .episode_1 .feature li::before{
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
.home-wp .episode_1 .feature li .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  height: 100%;
}
.home-wp .episode_1 .feature li .inner .no {
  font-size: 3rem;
  color: #FFFF1B;
  font-weight: 700;
  padding-bottom: 15px;
}
.home-wp .episode_1 .feature li .inner h3 {
  font-size: 2.25rem;
}
.home-wp .episode_1 .feature-box .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.home-wp .episode_1 .feature-box {
  padding-top: 120px;
}
.home-wp .episode_1 .feature-box .title::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 143px;
  background: url(../img/ic-tree.png) no-repeat;
  background-size: 100% !important;
  right: -42px;
  top: -60px;
}
.home-wp .episode_1 .feature-box .title .no {
  font-size: 2.25rem;
  color: #FFFF1B;
  font-weight: 700;
  width: 227px;
  height: 122px;
  background: url(../img/episode_1-cmt-bg.png) no-repeat;
  background-size: 100% !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
}
.home-wp .episode_1 .feature-box .title h3 {
  flex: 1;
  font-size: 2.4375rem;
  padding-left: 30px;
  line-height: 1.2;
  padding-bottom: 28px;
}
.home-wp .episode_1 .feature-box .cl1 {
  color: #E50012;
}
.home-wp .episode_1 .feature-box {
  letter-spacing: 0.04em;
}
.home-wp .episode_1 .feature-box.box1 .title h3 {
  padding-left: 120px;
}
.home-wp .episode_1 .feature-box.box1 .title::after {
  right: unset;
  left: -54px;
  background: url(../img/ic-tree2.png) no-repeat;
  width: 145px;
  height: 152px;
  top: -100px;
}
.home-wp .episode_1 .feature-box.box1 {
  padding-top: 180px;
}
.home-wp .episode_1 .feature-box.box1 .img {
  padding-top: 20px;
}
.home-wp .episode_1 .feature-box.box1 .img img {
  width: 100%;
}
.home-wp .episode_1 .feature-box.box2 .title::after {
    width: 127px;
    height: 127px;
    background: url(../img/ic-search.png) no-repeat;
    right: 30px;
    top:  -15px;
}
.home-wp .episode_1 .feature-box .table-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
.home-wp .episode_1 .feature-box .table-box .left {
  width: 50%;
  padding-right: 20px;
}
.home-wp .episode_1 .feature-box .table-box .right {
  width: 50%;
  padding-left: 50px;
}
.home-wp .episode_1 .feature-box .table-box table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 85px;
  position: relative;
}
.home-wp .episode_1 .feature-box .table-box table:last-child {
  margin-bottom: 0;
}
.home-wp .episode_1 .feature-box .table-box table::after {
  content: "+";
  position: absolute;
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1;
  left: 50%;
  margin-left: -12px;
  bottom: -60px;
}
.home-wp .episode_1 .feature-box .table-box table:last-child:after {
  display: none;
}
.home-wp .episode_1 .feature-box .table-box td, 
.home-wp .episode_1 .feature-box .table-box th {
    border: 2px solid #fff;
    text-align: left;
    padding: 6px 5px 4px;
    text-align: center;
    line-height: 1.2;
}
.home-wp .episode_1 .feature-box .table-box tr {
  background: #E8F6F4;
}
.home-wp .episode_1 .feature-box .table-box tr td:first-child {
  width: 288px;
}
.home-wp .episode_1 .feature-box .table-box tr:nth-child(odd) {
  background-color: #C2E6E1;
}
.home-wp .episode_1 .feature-box.box3 .title::after {
    /* content: "";
    position: absolute;
    width: 134px;
    height: 201px;
    background: url(../img/ic-student.png) no-repeat;
    background-size: 100% !important;
    right: 100px;
    top: -85px; */

    content: none;
}
.home-wp .episode_1 .content1 {
  padding-bottom: 40px;
  /* border-bottom: 1px solid #000; */
}
.home-wp .episode_1 .bottom .container::before,
.home-wp .episode_1 .bottom .container::after {
  display: none;
}
.home-wp .episode_1 .container {
  padding-top: 105px;
}
.home-wp .episode_1 .bottom {
  padding-top: 40px;
}
.home-wp .episode_1 .bottom .items {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.home-wp .episode_1 .bottom .item {
  width: 45%;
}
.home-wp .episode_1 .feature-box.bottom .title::after {
  display: none;
}
.home-wp .episode_1 .feature-box.bottom .title .no {
  background: url(../img/episode_1-cmt-bg1.png) no-repeat;
  color: #009380;
}
.home-wp .episode_1 .bottom .items .inner {
  background: #009380;
  color: #fff;
  text-align: center;
  line-height: 1.18;
  font-size: 2.4375rem;
  font-weight: 700;
  margin-top: 20px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-wp .episode_1 .bottom .items .item2 .inner {
  height: 350px;
}
.home-wp .episode_1 .bottom .container{
  position: relative;
  padding-top: 0;
}
.home-wp .episode_1 .bottom .container::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 143px;
    background: url(../img/ic-tree.png) no-repeat;
    background-size: 100% !important;
    right: 12px;
    top: -15px;
    display: block;
}
.home-wp .episode_1 .feature-box.bottom .title {
  padding-bottom: 15px;
}
.home-wp .episode_1 .feature-box.bottom .title h3 {
  padding-left: 0;
  padding-top: 60px;
  font-size: 2.5rem;
  padding-bottom: 20px;
}
.home-wp .episode .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 65px;
  padding-bottom: 255px;
  position: relative;
}
.home-wp .episode .btn-box li {
  width: 45%;
  text-align: center;
}
.home-wp .episode_1 {
  position: relative;
}
.home-wp .episode_1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  background: url(../img/repreat-bg2.png) repeat;
  bottom: -1px;
  display: block;
  background-color: #009380 !important
}
.home-wp .episode_1::before {
  content: "";
  position: absolute;
  right: unset;
  left: 50%;
  margin-left: -72px;
  background: url(../img/ic-tree2.png) no-repeat;
  background-size: 100% !important;
  width: 145px;
  height: 152px;
  bottom: 55px;
}
@media(max-width:1150px){
  .home-wp .episode_1 .feature-box .title h3 {
    font-size: 3vw;
    padding-left: 3vw;
  }
  .home-wp .episode_1 .feature-box .title::after {
    width: 8vw;
    height: 12vw;
    right: 0;
    top: -5vw;
  }
  .home-wp .episode_1 .feature-box.box1 .title::after {
    right: unset;
    left: 0;
    width: 10vw;
    height: 10.6vw;
    top: -7vw;
  }
  .home-wp .episode_1 .feature-box {
    font-size: 2.4vw;
  }
  .home-wp .episode_1 .feature-box .title .no {
    font-size: 3vw;
    width: 20vw;
    height: 10.8vw;
    padding-bottom: 2.6vw;
  }
  .home-wp .episode_1 .feature-box {
    padding-top: 10vw;
  }
  .home-wp .episode_1 .feature-box.box1 .title h3 {
    padding-left: 12vw;
  }
  .home-wp .episode_1 .feature-box .title h3{
    padding-bottom: 2.6vw;
  }
  .home-wp .episode_1 .feature-box.bottom {
    padding-top: 4vw;
  }
  .home-wp .episode_1 .feature-box.bottom .title h3 {
    font-size: 2.6vw;
  }
}
@media(max-width:1024px) {
  .home-wp .episode_1 .container::before {
    width: 14.5vw;
    height: 17.5vw;
    top: 105px;
  }
  .home-wp .episode_1 .container::after {
    width: 13.65vw;
    height: 19vw;
    top: 90px;
  }
  .home-wp .episode_1 .feature li {
      padding: 0;
      width: 30vw;
      height: 30vw;
  }
  .home-wp .episode_1 .feature li .inner .no {
    font-size: 4vw;
    padding-bottom: 8px;
  }
  .home-wp .episode_1 .feature li .inner h3 {
    font-size: 3.2vw;
  }
  .home-wp .episode_1 .feature-box.box3 .title::after {
    width: 12vw;
    height: 18vw;
  }
}
@media(max-width:960px) {
  .home-wp .episode_1 .bottom  {

  }
  .home-wp .episode_1 .bottom .item {
      width: 47.5%;
  }
  .home-wp .episode_1 .bottom .items .inner {
    font-size: 4vw;
    /* font-size: 1.2rem; */
    /* height: auto; */
    /* padding: 10% 0; */
  }
  .home-wp .episode_1 .bottom .container::after {
    width: 8vw;
    height: 12vw;
    right: 15px;
    top: -1vw;
  }
}
@media(max-width:860px) {
  .home-wp .episode_1 .feature-box .table-box .right {
    padding-left: 20px;
  }
  .home-wp .episode_1 .feature-box .table-box .left {
    padding-right: 10px;
  }
  .home-wp .episode_1 .feature-box .table-box tr td:first-child {
    width: 65%;
  }
}
@media(max-width:750px){
  .home-wp .episode_1 .container{
    padding-top: 10vw;
  }
  .home-wp .episode_1 .container::before {
      width: 11.5vw;
      height: 14.2vw;
      top: 12vw;
  }
  .home-wp .episode_1 .container::after {
      width: 11vw;
      height: 15.5vw;
      top: 11.5vw;
  }  
  .home-wp .episode_1 .feature {
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .home-wp .episode_1 .feature-box .title h3  {
    font-size: 4.5vw;
    padding-bottom: 3.6vw;
  }
  .home-wp .episode_1 .feature-box.box2 {
    padding-top: 25px;
  }
  .home-wp .episode_1 .feature-box .title .no {
    font-size: 5vw;
    width: 26vw;
    height: 13.8vw;
    padding-bottom: 3.6vw;
  }
  .home-wp .episode_1 .feature-box {
    padding-top: 5vw;
  }
  .home-wp .episode_1 .feature-box.box1 .title::after {
    top: 0;
  }
  .home-wp .episode_1 .feature-box .title::after {
    top: -1vw;
  }
  .home-wp .episode_1 .feature-box {
      font-size: 3vw;
  }
  .home-wp .episode_1 .feature-box .table-box .right {
    width: 65%;
    margin: 0 auto;
    padding-left: 0;
  }
  .home-wp .episode_1 .feature-box .table-box .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .home-wp .episode_1 .feature-box .table-box table {
    font-size: 1rem;
    margin-bottom: 45px;
  }
  .home-wp .episode_1 .feature-box .table-box table::after {
    font-size: 1.8rem;
    bottom: -34px;
  }
  .home-wp .episode_1 .feature-box .table-box {
    padding-top: 40px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .home-wp .episode_1 .feature-box.box3 .title::after {
    top: -4vw;
    right: 0;
  }
  .home-wp .episode_1 .feature-box.box3 {
    padding-top: 60px;
  }
  .home-wp .episode_1 .feature-box.box2 .title::after {
    width: 12vw;
    height: 12vw;
    right: 0;
    top: 6vw;
  }
  .home-wp .episode_1 .bottom .item {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .home-wp .episode_1 .feature-box.box1 {
    padding-top: 40px;
  }
  .home-wp .episode_1 .bottom .item {
    /* width: 100%; */
  }
  .home-wp .episode_1 .bottom .items .item1 .inner {
    max-height: 130px;
    height: 20vw;
    margin-top: 10px;
  }
  .home-wp .episode_1 .bottom .items .item1 .inner01 {
    margin-top: 0;
  }
  .home-wp .episode_1 .bottom .items .item2 .inner {
    /* height: 165px; */
    height: 100%;
    margin: auto 0
  }
  
  .home-wp .episode_1 .bottom .items .inner {
    font-size: 3.5vw;
  }
  .home-wp .episode_1 .feature-box {
    padding-top: 0;
  }
  .home-wp .episode_1 .bottom .container {
    padding-top: 0;
  }
  .home-wp .episode_1 .bottom .container::after {
      width: 10vw;
      height: 15vw;
      right: 15px;
      top: -1vw;
  }
  .home-wp .episode_1 .feature-box.bottom {
    padding-top: 0;
  }
  .home-wp .episode_1 .feature-box.bottom .title h3 {
    font-size: 4.5vw;
    padding-top: 40px;
  }
  .home-wp .episode .btn-box li {
    width: 100%;
    padding-bottom: 20px;
  }
  .home-wp .episode .btn-box {
    padding-top: 30px;
    padding-bottom: 25vw;
  }
  .home-wp .episode_1::before {
    margin-left: -8vw;
    width: 16vw;
    height: 17vw;
    bottom: 6vw;
  }
  .home-wp .episode_1::after {
    height: 75px;
  }
  .home-wp .episode_1::after {
    background: url(../img/repreat-bg2-sp.png) repeat;
  }
}
@media(max-width:480px) {
  /* .home-wp .episode_1 .feature li {
    padding: 0;
    width: 60vw;
    height: 60vw;
  }
  .home-wp .episode_1 .feature {
    justify-content: center;
  }
  .home-wp .episode_1 .feature li .inner .no {
      font-size: 8vw;
  }
  .home-wp .episode_1 .feature li .inner h3 {
      font-size: 6.4vw;
  }
  .home-wp .episode_1 .feature-box.bottom .title {
    padding-bottom: 0;
  } */
}
/* episode_1 */
.home-wp .episode_2 {
  background: url(../img/repreat-bg2.png) repeat;
  padding-top: 160px;
  position: relative;
  background-color: #009380 !important
}
.home-wp .episode_2::before,
.home-wp .episode_2::after {
  content: "";
  position: absolute;
}
.home-wp .episode_2::before {
  width: 155px;
  height: 198px;
  background: url(../img/episode_2-bg1.png) no-repeat;
  background-size: 100% !important;
  top: -108px;
  left: 14%;
}
.home-wp .episode_2::after {
  width: 162px;
  height: 182px;
  background: url(../img/episode_2-bg2.png) no-repeat;
  background-size: 100% !important;
  top: -118px;
  right: 15%;
}
.home-wp .episode_2 h3 {
  color: #fff;
  padding-top: 45px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.home-wp .episode_2 h3 .ic {
    width: 26px;
    height: 38px;
    display: inline-block;
    background: url(../img/ic-arow-right.png) no-repeat;
    background-size: 100% !important;
    position: relative;
    top: 2px;
}
.home-wp .episode_2 table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  margin-top: 28px;
}
.home-wp .episode_2 th {
  background: #75C6BB;
  font-weight: 400;
}
.home-wp .episode_2 td, 
.home-wp .episode_2 th {
    border: 2px solid #fff;
    text-align: left;
    text-align: center;
    line-height: 1;
    padding: 7px;
    width: 12.5%;
}
.home-wp .episode_2 tr {
  background: #E8F6F4;
}
.home-wp .episode_2 .table1 tr:nth-child(odd) {
  background-color: #C2E6E1;
}
.home-wp .episode_2 .table2 tr:nth-child(even) {
  background-color: #C2E6E1;
}
.home-wp .episode_2 .bg1 {
  background: #E50012;
}
.home-wp .episode_2 .bg2 {
  background: #1D2087;
}
.home-wp .episode_2 .bg3 {
  background: #00A500;
}
.home-wp .episode_2 .bg4 {
  background: #75c6bb;
}
.home-wp .episode_2 .cl1 {
  color: #FFF000;
}
.home-wp .episode_2 .arrow {
  position: relative;
}
.home-wp .episode_2 .arrow::before,
.home-wp .episode_2 .arrow::after {
  content: "";
  position: absolute;
}
.home-wp .episode_2 .arrow::before {
  width: calc(50% + 8px);
  height: 62px;
  border-top: 8px solid #E50012;
  border-right: 8px solid #E50012;
  right: calc(-50% - 4px);
  top: 50%;
  margin-top: -4px;
}
.home-wp .episode_2 .arrow::after {
  width: 28px;
  height: 24px;
  border-top: 24px solid #E50012;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  right: calc(-50% - 14px);
  top: calc(100% + 12px);
  margin-top: -4px;
}
.home-wp .episode_2 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-wp .episode_2 .item-list .item {
  width: 45.5%;
}
.home-wp .episode_2 .item-list .item th {
  background: #E50012;
  width: 27.5%;
}
.home-wp .episode_2 .item-list .item td{
  width: 45%;
  color: #000;
}
.home-wp .episode_2 .item-list .item td:last-child {
  width: 27.5%;
}
.home-wp .episode_2 .item-list .item tr {
    background: #F9C2C6;
}
.home-wp .episode_2 .item-list .item tr:nth-child(odd) {
    background-color: #FDE8EA;
}
.home-wp .episode_2 .item-list .item.item2 th {
  background: #1D2087;
}
.home-wp .episode_2 .item-list .item.item2 tr {
    background: #C9C9E2;
}
.home-wp .episode_2 .item-list .item.item2 tr:nth-child(odd) {
    background-color: #EBEBF4;
}
.home-wp .episode_2 .item-list {
  margin-top: 100px;
}
.home-wp .episode_2 .item-list table {
  margin-top: 0;
}
.home-wp .episode_2 .txt-box {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
.home-wp .episode_2 .txt-box::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 182px;
  background: url(../img/ic-tablet.png) no-repeat;
  background-size: 100% !important;
  right: -90px;
  top: 75px;
}
.home-wp .episode_2 .txt-box p {
  padding-bottom: 100px;
}
.home-wp .episode_2 .txt-box p:last-child {
  padding-bottom: 0;
}
.home-wp .episode_2 .content_1 .title-box .inner-tl .inner {
  padding: 45px 15px;
  position: relative;
}
.home-wp .episode_2 .content_1 {
  position: relative;
}
.home-wp .episode_2 .content_1::before,
.home-wp .episode_2 .content_1::after {
  content: "";
  position: absolute;
  background-size: 100% !important;
}
.home-wp .episode_2 .content_1::before {
  width: 136px;
  height: 190px;
  background: url(../img/make-up1.png) no-repeat;
  top: 40px;
  left: -40px;
}
.home-wp .episode_2 .content_1::after {
  width: 204px;
  height: 192px;
  background: url(../img/make-up2.png) no-repeat;
  top: 40px;
  right: -80px;
}
.home-wp .episode_2 .content_1 .table-box {
  padding-top: 55px;
}
.home-wp .episode_2 .btn-box {
  padding-bottom: 100px;
}
.home-wp .episode_2 .list-item {
  background: url(../img/repreat-bg.png) repeat;
}
.home-wp .episode .top-img {
  width: 100%;
}
.home-wp .episode_2 .list-item .items {
  padding-top: 140px;
}
.home-wp .episode_2 .list-item .items .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
}
.home-wp .episode_2 .list-item .items .item .img {
  width: 20%;
}
.home-wp .episode_2 .list-item .items .item .txt {
  flex: 1;
  padding-left: 75px;
  letter-spacing: 0.033em;
}
.home-wp .episode_2 .list-item .items .item .txt h3 {
  color: #009380;
  font-size: 2.25rem;
  padding-bottom: 15px;
  line-height: 1.2;
  padding-top: 0;
}
@media(max-width:1200px) {
  .home-wp .episode_2 .txt-box {
      font-size: 3.2vw;
  }
  .home-wp .episode_2 .txt-box p {
    padding-bottom: 8vw;
  }
  .home-wp .episode_2 .txt-box::after {
    width: 10vw;
    height: 12.7vw;
    right: -15px;
    top: 8vw;
  }
  .home-wp .episode_2 .content_1::after {
    width: 13vw;
    height: 11.5vw;
    top: 5vw;
    right: 0;
  }
  .home-wp .episode_2 .content_1::before {
    width: 10vw;
    height: 14vw;
    top: 4vw;
    left: 0;
  }
  .home-wp .episode_2 .title-box h2.sm {
    font-size: 3.25vw;
  }
  .home-wp .episode_2 .title-box .sub-tl-lg {
    font-size: 5vw;
  }
  .home-wp .episode_2 .content_1 .title-box .inner-tl .inner {
    padding: 3.5vw 1.5vw;
    position: relative;
}
}
@media (max-width: 1050px) {
  .home-wp .episode_2 h3 .ic {
      width: 2.6vw;
      height: 3.85vw;
      top: 6px;
  }
}
@media(max-width:1024px){
  .home-wp .episode_2 .item-list .item {
    width: 47.5%;
  }
}
@media(max-width: 960px){
  .home-wp .episode_2::before {
    width: 12vw;
    height: 15.5vw;
    top: -115px;
    left: 8%;
  }
  .home-wp .episode_2::after {
    width: 12vw;
    height: 13.6vw;
    top: -120px;
    right: 8%;
  }
  .home-wp .episode_2 {
    padding-top: 100px;
  }
  .home-wp .episode_2 td, .home-wp .episode_2 th {
    font-size: 3vw;
  }
  .home-wp .episode_2 .list-item .items .item .txt {
    padding-left: 30px;
  }
  .home-wp .episode_2 .list-item .items .item .txt {
    font-size: 3vw;
    padding-left: 2.5vw;
  }
  .home-wp .episode_2 .list-item .items .item .txt h3 {
    font-size: 4vw;
  }
}
@media(max-width:860px){
  .home-wp .episode_2 .item-list {
    margin-top: 50px;
  }
  .home-wp .episode_2 .list-item .items {
    padding-top: 80px;
  }
}
@media(max-width: 750px) {
  .home-wp .episode_2 {
      padding-top: 40px;
  }
  .home-wp .episode_2::before {
    width: 11vw;
    height: 14vw;
    top: -75px;
    left: 15px;
  }
  .home-wp .episode_2 h3 .ic {
      top: 2px;
      width: 15px;
      height: 22px;
  }
  .home-wp .episode_2::after {
    width: 10vw;
    height: 11.4vw;
    top: -70px;
    right: 15px;
  }
  .home-wp .episode_2 h3 {
    font-size: 1.5rem;
  }
  .home-wp .episode_2 td, .home-wp .episode_2 th {
    border: 1px solid #fff;
  }
  .home-wp .episode_2 table {
    margin-top: 12px;
  }
  .home-wp .episode_2 h3 {
    padding-top: 30px;
  }
  .home-wp .episode_2 .item-list .item {
    width: 100%;
    margin-bottom: 12px;
  }
  .home-wp .episode_2 .item-list {
      margin-top: 25px;
  }
  .home-wp .episode_2 .txt-box::after {
      right: 0;
      top: 20vw;
  }
  .home-wp .episode_2 .txt-box {
      font-size: 5vw;
  }
  .home-wp .episode_2 .txt-box {
    padding: 30px 0;
  }
  .home-wp .episode_2 .btn-box {
    padding-bottom: 50px;
  }
  .home-wp .episode_2 .arrow::before {
    width: calc(50% + 4px);
    height: 60%;
    border-top: 4px solid #E50012;
    border-right: 4px solid #E50012;
    right: calc(-50% - 2px);
    margin-top: -2px;
  }
  .home-wp .episode_2 .arrow::after {
    width: 16px;
    height: 14px;
    border-top: 16px solid #E50012;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    right: calc(-50% - 8px);
    top: calc(100% + -2px);
    margin-top: 0;
  }
  .home-wp .episode_2 .list-item .items .item .img {
    width: 100%;
  }
  .home-wp .episode_2 .list-item .items .item .img img {
    max-width: 150px;
    margin: 0 auto;
  }
  .home-wp .episode_2 .list-item .items .item .txt h3 {
    text-align: center;
  }
  .home-wp .episode_2 .list-item .items .item .txt h3 {
      font-size: 5.5vw;
  }
  .home-wp .episode_2 .list-item .items .item .txt {
    font-size: 4vw;
    padding-left: 0;
  }
  .home-wp .episode_2 .list-item .items {
    padding-top: 40px;
  }
  .home-wp .episode_2 .list-item .items .item {
    padding-bottom: 25px;
  }
  .home-wp .episode_2 {
    background: url(../img/repreat-bg2-sp.png) repeat;
  }
  .home-wp .episode_2 .list-item {
    background: url(../img/repreat-bg-sp.png) repeat;
  }
}
/* episode_2 */
.home-wp .episode_3 {
  background: #000
}
.home-wp .episode_3 .title-box::before, 
.home-wp .episode_3 .title-box::after {
  background: #fff;
}
.home-wp .episode_3 .title-box .inner-tl {
  border-color: #fff;
}
.home-wp .episode_3 .title-box .inner-tl .inner::before, 
.home-wp .episode_3 .title-box .inner-tl .inner::after, 
.home-wp .episode_3 .title-box .inner-tl::before, 
.home-wp .episode_3 .title-box .inner-tl::after {
  background: #fff;
}
.home-wp .episode_3 .title-box .inner-tl .inner {
    box-shadow: rgba(255, 255, 255) 0px 0 0px 9px inset;
}
.home-wp .episode_3 .content {
  padding-top: 75px;
}
.home-wp .episode_3 .content-inner {
  color: #fff;
  padding-top: 70px;
}
.home-wp .episode_3 .content-inner h3 {
  background: #E50012;
  border-radius: 10px;
  display: inline-block;
  padding: 7px 10px;
  line-height: 1.2;
  font-size: 40px;
  letter-spacing: -0.04em;
  position: relative;
}
.home-wp .episode_3 .content-inner h3 .ic {
  width: 26px;
  height: 38px;
  display: inline-block;
  background: url(../img/ic-arow-right.png) no-repeat;
  background-size: 100% !important;
  position: relative;
  top: 2px;
}
.home-wp .episode_3 .content-inner h3::before,
.home-wp .episode_3 .content-inner h3::after {
  content: "";
  position: absolute;
}
.home-wp .episode_3 .content-inner h3::before {
  width: 7%;
  height: 45px;
  border-top: 4px solid #E50012;
  border-right: 4px solid #E50012;
  right: -6.5%;
  top: 50%;
  margin-top: -2px;
}
.home-wp .episode_3 .content-inner h3::after {
  width: 14px;
  height: 12px;
  border-top: 12px solid #E50012;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: calc(-6.5% - 5px);
  bottom: -20px;
  margin-top: -4px;
  z-index: 1;
}
.home-wp .episode_3 table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  margin-top: 18px;
  position: relative;
}
.home-wp .episode_3 table::after {
  content: "";
  position: absolute;
  width: 8.33%;
  height: 176px;
  border: 4px solid #E50012;
  top: 0;
  left: 66.66%;
}
.home-wp .episode_3 th {
  background: #75C6BB;
  font-weight: 400;
}
.home-wp .episode_3 td, 
.home-wp .episode_3 th {
    border: 2px solid #fff;
    text-align: left;
    text-align: center;
    line-height: 1;
    padding: 7px;
    width: 8.33%;
    height: 44px;
}
.home-wp .episode_3 th {
  color: #fff;
}
.home-wp .episode_3 tr {
  background: #E8F6F4;
  color: #000;
}
.home-wp .episode_3 tr .sm {
  font-size: 1.125rem;
  color: #fff;
}
.home-wp .episode_3 tr .bg1 {
  background: #9DD0F4;
}
.home-wp .episode_3 tr .bg2 {
  background: #92C773;
}
.home-wp .episode_3 tr .bg3 {
  background: #486D9C;
  padding: 0;
}
.home-wp .episode_3 tr .bg4 {
  background: #636363;
}
.home-wp .episode_3 .txt-box {
  text-align: center;
  padding-top: 180px;
}
.home-wp .episode_3 .txt-box .cl1 {
  color: #E50012;
}
.home-wp .episode_3 .txt-box h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 75px;
  font-family: "DotGothic16", sans-serif;
}
.home-wp .episode_3 .txt-box h4.cl1 {
  color: #FFF000;
}
.home-wp .episode_3 .txt-box .txt {
  padding-bottom: 85px;
}
.home-wp .episode_3 {
  position: relative;
  padding-bottom: 240px;
}
.home-wp .episode_3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 150px;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: url(../img/repreat-bg2.png) repeat;
    bottom: -1px;
    display: block;
    background-color: #009380 !important;
}
.home-wp .episode_3::before {
    content: "";
    position: absolute;
    right: unset;
    left: 50%;
    margin-left: -175px;
    background: url(../img/episode_3-ic-bottom.png) no-repeat;
    background-size: 100% !important;
    width: 350px;
    height: 148px;
    bottom: 90px;
}
@media(max-width:1050px){
  .home-wp .episode_3 .content-inner h3 {
    font-size: 3.9vw;
    padding: 0.45vw;
  }
  .home-wp .episode_3 .content-inner h3::before {
    right: -6%;
    height: 4.2vw;
  }
  .home-wp .episode_3 .content-inner h3 .ic {
    width: 2.6vw;
    height: 3.85vw;
    top: 2px;
  }
  .home-wp .episode_3 table {
    margin-top: 1.5vw;
  }
  .home-wp .episode_3 .content-inner h3::after {
    right: calc(-6% - 5px);
    bottom: -1.8vw;
  }
  .home-wp .episode_3 td, .home-wp .episode_3 th {
    font-size: 2.8vw;
  }
  .home-wp .episode_3 tr .sm {
    font-size: 1.8vw;
  }
  .home-wp .episode_3 td, .home-wp .episode_3 th {
    padding: 7px 0;
  }

}
@media(max-width:960px) {
  .home-wp .episode_3 .txt-box {
    padding-top: 120px;
  }
  .home-wp .episode_3 .txt-box h4 {
    font-size: 5vw;
    padding-bottom: 7.5vw;
  }
  .home-wp .episode_3 .txt-box .txt {
    padding-bottom: 8.5vw;
    font-size: 2.8vw;
  }
}
@media(max-width:750px){
  .home-wp .episode_3 td, .home-wp .episode_3 th {
    border: 1px solid #fff;
    height: 6vw;
    padding: 1vw 0 !important;
  }
  .home-wp .episode_3 table::after {
    height: 24vw;
    border: 2px solid #E50012;
    top: 0;
    left: 66.66%;
  }
  .home-wp .episode_3 td, .home-wp .episode_3 th{
    font-size: 3vw;
  }
  .home-wp .episode_3 .title-box .inner-tl .inner {
    box-shadow: rgba(255, 255, 255) 0px 0 0px 1vw inset;
  }
  .home-wp .episode_3 .content {
    padding-top: 35px;
  }
  .home-wp .episode_3 .content-inner {
    color: #fff;
    padding-top: 4vw;
  }
  .home-wp .episode_3 .content-inner h3 {
    border-radius: 3px;
  }
  .home-wp .episode_3 .content-inner h3::before {
    border-width: 2px;
  }
  .home-wp .episode_3 .content-inner h3::after {
    right: calc(-6% - 6px);
    bottom: -2vw;
  }
  .home-wp .episode_3 .content-inner h3 {
    font-size: 3.8vw;
  }
  .home-wp .episode_3 .content-inner h3::before {
    height: 5vw;
  }
  .home-wp .episode_3 .txt-box {
    padding-top: 60px;
  }
  .home-wp .episode_3 .txt-box h4 {
    padding-bottom: 5vw;
    font-size: 6vw;
  }
  .home-wp .episode_3 .txt-box .txt {
    font-size: 3.2vw;
  }
  .home-wp .episode_3::before {
    margin-left: -20vw;
    width: 40vw;
    height: 17vw;
    bottom: 12vw;
  }
  .home-wp .episode_3 {
    position: relative;
    padding-bottom: 28vw;
  }
  .home-wp .episode_3::after {
    height: 75px;
  }
  .home-wp .episode_3::after {
    background: url(../img/repreat-bg2-sp.png) repeat;
  }
  .home-wp .episode_3 .content-inner h3 {
    font-size: 3.9vw;
    padding: 0.45vw 0.6vw;
  }
}
@media(max-width:414px){
  .home-wp .episode_3 .content-inner h3::after {
    width: 1vw;
    height: 3vw;
    border-top: 2.8vw solid #E50012;
    border-right: 1.5vw solid transparent;
    border-left: 1.5vw solid transparent;
    right: calc(-6.5% - 1vw);
    bottom: -4vw;
    margin-top: 0;
    z-index: 1;
  }
  .home-wp .episode_3 .content-inner h3 {
    font-size: 3.7vw;
  }
  .home-wp .episode_3 .content-inner h3::before {
    right: calc(-6% - 1px);
    margin-top: 0;
  }
}
/* episode_3 */
.home-wp .episode_4 {
  padding-top: 120px;
  background: url(../img/repreat-bg2.png) repeat;
  background-color: #009380 !important;
}
/* episode_4 */
.home-wp .q-list {
  padding-top: 80px;
  color: #fff;
  font-weight: 700;
  max-width: 800px;
  margin: 0 auto;
}
.home-wp .q-list .q {
  color: #FFF000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.57;
  margin-bottom: 45px;
  cursor: pointer;
  transition: .3s;
}
.home-wp .q-list .q span {
  position: relative;
  padding-right: 45px;
}
.home-wp .q-list .q span::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #FFF000;
  border-radius: 50%;
  /* top: -2px; */
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-wp .q-list .q span::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 23px;
    border-top: 23px solid #F29600;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    right: 10px;
    transition: .3s;
    top: 3px;
    bottom: 0;
    margin: auto;
}
.home-wp .q-list .q.show span::after {
  border-top: unset;
  border-bottom: 23px solid #F29600;
  top: 0;
}
.home-wp .q-list .q:hover {
  opacity: .7;
}
/* .home-wp .q-list .q span::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 23px;
    border-bottom: 23px solid #F29600;
} */
.home-wp .q-list .a {
  display: none;
}
.home-wp .q-list .a .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 125px;
  font-size: 1.75rem;
}
.home-wp .q-list .lbl {
  width: max-content;
}
.home-wp .q-list .desc {
  flex: 1;
}
.home-wp .episode .episode_4 .btn-box {
  padding-bottom: 100px;
}
.home-wp .img-bottom  img {
  width: 100%;
}
@media(max-width:1200px) {
  .home-wp .q-list {
    font-size: 2rem;
  }
  .home-wp .q-list .q span {
    padding-right: 36px;
  }
  .home-wp .q-list .q span::before {
    width: 36px;
    height: 36px;
    top: 0.1vw;
  }
  .home-wp .q-list .q span::after {
    width: 20px;
    height: 18px;
    border-top: 18px solid #F29600;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 8px;
    /* top: 0.8vw; */
  }
  .home-wp .q-list .q.show span::after {
    border-bottom: 18px solid #F29600;
  }
}
@media(max-width:960px){
  .home-wp .q-list .a .inner {
    padding-bottom: 8vw;
  }
  .home-wp .q-list .q.show span::after {
    border-bottom: 18px solid #F29600;
  }
}
@media(max-width:860px) {
  .home-wp .q-list {
    font-size: 2.5rem;
  }
}
@media(max-width:750px){
  .home-wp .episode_4 {
    background: url(../img/repreat-bg2-sp.png) repeat;
    padding-top: 30px;
  }
  .home-wp .q-list {
    padding-top: 30px;
    font-size: 3.6vw;
  }
  .home-wp .q-list .q span.lb-sp::before {
    display: none;
  }
  .home-wp .q-list .q span::after {
    /* top: 1.1vw; */
  }
  .home-wp .q-list .q {
    margin-bottom: 3.5vw;
  }
  .home-wp .q-list .q span::before {
    width: 5vw;
    height: 5vw;
    top: 0.1vw;
  }
  .home-wp .q-list .q span::after {
    border-top: 2.6vw solid #F29600;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    top: 3px;
    width: 3vw;
    height: 2.6vw;
    right: 1vw;
  }
  .home-wp .q-list .q.show span::after {
    border-bottom: 2.6vw solid #F29600;
    top: 0;
  }
  .home-wp .q-list .a .inner {
    font-size: 3.6vw;
  }
  .home-wp .q-list .q span {
    padding-right: 5vw;
  }
  .home-wp .episode .episode_4 .btn-box {
    padding-bottom: 50px;
  }
}
/* episode =============================================== */
/* 
==========================================================
======================== End Home ========================
========================================================== 
*/


.home-wp .episode_1 .bottom .items .inner sup {
  font-size: 1rem;
}
.home-wp .episode_1 .bottom .items .inner span {
  display: block;
  font-size: 1rem;
}

@media(max-width:750px) {
  .home-wp .episode_1 .bottom .items .inner sup {
    font-size: 2vw;
  }
  .home-wp .episode_1 .bottom .items .inner span {
    display: block;
    font-size: 2.2vw;
  }
}