@charset "UTF-8";
.dm{}

:root {
--font-ja-min: 'Noto Serif JP', serif;
--font-ja-go: 'Noto Sans JP', sans-serif;
--font-en-roboto: 'Roboto', sans-serif;
--font-en-roboto-c: 'Roboto Condensed', sans-serif;
--font-color-base: #231815;
--font-color-green: #205B32;
}

body {
  font-family: var(--font-ja-min);
  font-size: 16px;
  color: var(--font-color-base);
}

h1,h2,h3,h4,h5,h6,p,ul,li,
figure {
  margin: 0;
  padding: 0
}

a {
  color: var(--font-color-base);
  text-decoration: none;
  transition: all .8s;
}
a:hover {
  opacity: .7;
}

img {
  width: 100%;
}

ul,li {
  list-style: none;
}


/* loading */
.loading {
  overflow: hidden;
}
#lcover-l,
#lcover-r {
  position: fixed;
  width: 50%;
  height: 100vh;
  background-color: #607464;
  z-index: 999;
}
#lcover-l {
  top: 0;
  left: 0;
  -webkit-animation: lcover-l-ani 1.5s forwards;
  animation: lcover-l-ani 1.5s forwards;
}
#lcover-r {
  top: 0;
  right: 0;
  -webkit-animation: lcover-r-ani 1.5s forwards;
  animation: lcover-r-ani 1.5s forwards;
}
#lcover-l::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 1px;
  height: 0;
  -webkit-animation: lcover-bar-ani 1.5s forwards;
  animation: lcover-bar-ani 1.5s forwards;
}
#wrapper {
  -webkit-animation: wrapper-ani 1.5s forwards;
  animation: wrapper-ani 1.5s forwards;
}
@keyframes lcover-l-ani {
  70% {
    width: 50%;
  }
  100% {
    width: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes lcover-r-ani {
  70% {
    width: 50%;
  }
  100% {
    width: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes lcover-bar-ani {
  0% {
    width: 1px;
    height: 1px;
    opacity: 1;
  }
  50% {
    width: 1px;
    height: 100%;
    opacity: 1;
    }
  90% {
    width: 1px;
    height: 100%;
    opacity: .5;
  }
  100% {
    width: 1px;
    height: 100%;
    opacity: 0;
    }
}
@keyframes wrapper-ani {
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}


/* scroll ani */
.ani-fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s;
}
.ani-fadeup.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

  
@media ( max-width: 768px ) {
  
  #wrapper {
    min-width: 320px;
    overflow: hidden;
  }
  
  .brPc {
    display:  none;
  }
  .view-pc {
    display: none;
  }
  .pc-video {
    display: none;
  }
  
  .ani-fadeup-sp {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
  }
  .ani-fadeup-sp.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  
  /* HEADER */
  /* ============================== */
  #site-header {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1.333;
    background-image: url(../img/hd_bg_sp.jpg);
    background-size: cover;
    margin-bottom: 80px;
  }
  .sh--inner {
    text-align: center;
    margin-bottom: 50px;
    filter: blur(50px);
    opacity: 0;
    transition: all .6s ease-out;
  }
  body.loaded .sh--inner {
    filter: blur(0px);
    opacity: 1;
  }
  .sh--logo {
    width: 17.9%;
    margin: 0 auto 20px;
  }
  .sh--tt {
    width: 62%;
    margin: 0 auto 18px;
  }
  .sh--en {
    width: 56.4%;
    margin: 0 auto 18px;
  }
  .sh--sub {
    width: 33.1%;
    margin: auto;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .sh--sub img {
    width: 38.6%;
    margin: auto;
    padding: 6px 0;
  }
  
  
  /* CONTENTS */
  /* ============================== */
  #page-header {
    width: 800px;
    margin: 0 auto 180px;
  }
  #page-header h1 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.7em;
    line-height: 1;
    margin-bottom: 70px;
  }
  #page-header p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.333;
  }
  #page-header p + p {
    margin-top: 70px;
  }
  
  
  #about-us {
    position: relative;
    margin: 0 auto 80px;
  }
  #about-us::after {
    display: block;
    content: '';
    background-image: url(../img/about_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    aspect-ratio: 1 / 0.663;
    margin: auto;
  }
  .about-us--inner {
    position: relative;
    width: 73.3%;
    margin: auto;
  }
  .about-us--tt {
    position: absolute;
    font-family: --font-ja-go;
    font-size: 10px;
    text-align: right;
    color: var(--font-color-green);
    letter-spacing: 0.15em;
    transform: rotate(90deg);
    transform-origin: right bottom;
    right: 28px;
    bottom: -46px;
  }
  .about-us--tt::after {
    display: block;
    content: '';
    background-image: url(../img/about_tt_en.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 278px;
    height: 20px;
    margin-top: 10px;
  }
  .about-us--catch {
    margin-bottom: 30px;
  }
  .about-us--catch img {
    width: 278px;
    height: auto;
  }
  .about-us--read {
    font-size: 10px;
    line-height: 2.615;
    margin-bottom: 15px;
  }
  .about-us--olink {
    margin-bottom: 64px;
  }
  .about-us--olink a {
    display: inline-block;
    font-size: 10px;
    font-family: var(--font-ja-go);
  }
  .about-us--olink a::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #888;
    margin-top: 3px;
  }
  .about-us--olink a span {
    font-family: var(--font-en-roboto-c);
    letter-spacing: 0.1em;
  }
  
  
  #whats-sv {
    margin: auto;
    padding: 0 0 100px;
  }
  
  .whats-sv--how {
    margin: 0 auto 80px;
    padding: 80px 0 74px;
    background-image: url(../img/whats_hd_bg_sp.jpg);
    background-size: cover;
  }
  
  .whats-sv--how-header {
    color: var(--font-color-green);
    margin-bottom: 40px;
  }
  .whats-sv--how-header-tt {
    width: max-content;
    margin: 0 auto 20px;
  }
  .whats-sv--how-header-tt::before {
    display: block;
    content: '';
    background-image: url(../img/whats_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 130px;
    height: 71px;
    position: absolute;
    top: -94px;
    left: -14px;
  }
  .whats-sv--how-header-read {
    font-size: 12px;
    line-height: 1.889;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
    margin-bottom: 8px;
    text-align: center;
  }
  .whats-sv--how-header-note {
    font-size: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .whats-sv--worries {
    position: relative;
    width: 73.3%;
    margin: auto;
    padding: 16px 0;
    background-image: url(../img/whats_dotline.png),
      url(../img/whats_dotline.png);
    background-size: 101% 5px, 101% 5px;
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
  }
  .whats-sv--worries::before {
    display: block;
    content: '';
    background-image: url(../img/whats_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -22px;
    right: -18px;
    z-index: 1;
  }
  .whats-sv--worries-tt {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 5px;
  }
  .whats-sv--worries-list {
    width: max-content;
    margin: auto;
  }
  .whats-sv--worries-list li {
    font-size: 12px;
    font-weight: normal;
    margin-right: -8px;
    letter-spacing: 0.1em;
  }
  
  .whats-sv--how-apply {
    width: 73.3%;
    margin: auto;
    padding: 32px 0;
    background-color: rgba(255,255,255,.85);
  }
  .whats-sv--how-apply-tt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: var(--font-color-green);
    border-radius: 16px;
    height: 32px;
    width: 200px;
    margin: auto;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .whats-sv--how-apply-list {
    width: 82%;
    margin: auto;
    padding: 0;
  }
  .whats-sv--how-apply-list li {
    background-repeat: no-repeat;
    background-position: 0 28px;
    padding-top: 50px;
    position: relative;
    font-size: 10px;
    line-height: 1.75;
  }
  .whats-sv--how-apply-list li:nth-child(1) {
    background-size: 38px auto;
    background-image: url(../img/whats_ap_1_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(2) {
    background-size: 40px auto;
    background-image: url(../img/whats_ap_2_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(3) {
    background-size: 40px auto;
    background-image: url(../img/whats_ap_3_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(4) {
    background-size: 40px auto;
    background-image: url(../img/whats_ap_4_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(2)::after,
  .whats-sv--how-apply-list li:nth-child(3)::after,
  .whats-sv--how-apply-list li:nth-child(4)::after {
    display: block;
    position: absolute;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .whats-sv--how-apply-list li:nth-child(2)::after {
    background-image: url(../img/whats_ap_2_ill.png);
    width: 64px;
    height: 54px;
    right: 0;
    top: 52px;
  }
  .whats-sv--how-apply-list li:nth-child(3)::after {
    background-image: url(../img/whats_ap_3_ill.png);
    width: 64px;
    height: 70px;
    right: 0;
    top: 46px;
  }
  .whats-sv--how-apply-list li:nth-child(4)::after {
    background-image: url(../img/whats_ap_4_ill.png);
    width: 64px;
    height: 64px;
    right: 0;
    top: 52px;
  }
  .whats-sv--how-apply-list li::before {
    position: absolute;
    top: 36px;
    right: 0;
    display: block;
    content: '';
    width: calc(100% - 50px);
    height: 1px;
    border-bottom: 1px solid var(--font-color-green);
    margin-top: 3px;
  }
  .whats-sv--how-apply-list li a {
    position: absolute;
    top: 50px;
    right: 0;
    display: block;
    background-color: #B1C6B7;
    padding: 8px 4px;
    font-size: 11px;
    color: var(--font-color-green);
    line-height: 1;
  }
  
  .whats-sv--flow h3 {
    font-family: --font-ja-go;
    font-size: 10px;
    color: var(--font-color-green);
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 40px;
  }
  .whats-sv--flow h3::before {
    display: block;
    content: '';
    background-image: url(../img/whats_flow_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 94px;
    height: 24px;
    margin: 0 auto 12px;
  }
  .whats-sv--flow {
    width: 73.3%;
    margin: auto;
  }
  .whats-sv--flow-list {
    margin: 0;
    padding: 0;
  }
  .whats-sv--flow-list li {
    display: flex;
    flex-flow: column;
    position: relative;
  }
  .whats-sv--flow-list li + li {
    margin-top: 40px;
  }
  .whats-sv--flow-list .list-txt {
    width: 59%;
    margin: -36px 0 0 auto;
    padding: 12px 0 0 8px;
    background-color: #FFF;
    order: 2;
  }
  .whats-sv--flow-list li:nth-child(2) .list-txt {
    margin: -36px auto 0 0;
    padding: 12px 8px 0 0;
  }
  .whats-sv--flow-list .list-txt h4 {
    margin-bottom: 6px;
  }
  .whats-sv--flow-list .list-txt h4 img {
    width: auto;
    height: 15px;
  }
  .whats-sv--flow-list .list-txt h4::before {
    display: block;
    content: '';
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin-bottom: 8px;
  }
  .whats-sv--flow-list li:nth-child(1) .list-txt h4::before {
    background-image: url(../img/whats_flow_1_no.png);
  }
  .whats-sv--flow-list li:nth-child(2) .list-txt h4::before {
    background-image: url(../img/whats_flow_2_no.png);
  }
  .whats-sv--flow-list li:nth-child(3) .list-txt h4::before {
    background-image: url(../img/whats_flow_3_no.png);
  }
  .whats-sv--flow-list .list-txt p {
    font-size: 10px;
    line-height: 1.833;
    text-align: justify;
  }
  .whats-sv--flow-list .list-ph {
    width: 81.8%;
    margin: 0 auto 0 0;
    order: 1;
  }
  .whats-sv--flow-list li:nth-child(2) .list-ph {
    margin: 0 0 0 auto;
  }
  
  
  #bc-sv {
    margin: 0 auto 60px;
    padding: 78px 0 90px;
    background-image: url(../img/bc_sv_bg_sp.jpg);
    background-size: cover;
  }
  #bc-sv > h2 {
    font-family: --font-ja-go;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 20px;
  }
  #bc-sv > h2::before {
    display: block;
    content: '';
    background-image: url(../img/bc_sv_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 168px;
    height: 28px;
    margin: 0 auto 10px;
  }
  .bc-sv--list {
    width: 57.3%;
    min-width: 216px;
    margin: auto;
    padding: 0;
  }
  .bc-sv--list li {
    padding: 80px 18px 18px 18px;
    background-color: #FFF;
  }
  .bc-sv--list li + li {
    margin-top: 20px;
  }
  .bc-sv--list li h3 {
    position: relative;
    margin-bottom: 12px;
  }
  .bc-sv--list li h3 img {
    width: auto;
    height: 14px;
  }
  .bc-sv--list li h3::before {
    display: block;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -64px;
    left: 0;
  }
  .bc-sv--list li:nth-child(1) h3::before {
    background-image: url(../img/bc_sv_1_en.png);
    width: 55px;
    height: 31px;
  }
  .bc-sv--list li:nth-child(2) h3::before {
    background-image: url(../img/bc_sv_2_en.png);
    width: 86px;
    height: 31px;
  }
  .bc-sv--list li:nth-child(3) h3::before {
    background-image: url(../img/bc_sv_3_en.png);
    width: 122px;
    height: 48px;
  }
  .bc-sv--list li p {
    font-size: 10px;
    line-height: 1.833;
    text-align: justify;
  }
  
  
  .cta-btn {
    width: 66.7%;
    margin: 0 auto 80px;
  }
  .cta-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 26px 0;
    text-align: center;
    background-color: #205B32;
  }
  .cta-btn a::after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    content: '';
    width: calc( 100% - 10px );
    height: calc( 100% - 10px );
    border: 1px solid #FFF;
    z-index: 1;
  }
  .cta-btn a img {
    width: auto;
    height: 11px;
  }
  
  
  /* FOOTER */
  /* ============================== */
  #site-footer {
    text-align: center;
  }
  .sf--copyright {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  
}


@media ( min-width: 769px ) {
  
  .brSp {
    display: none;
  }
  .view-sp {
    display: none;
  }
  .sp-video {
    display: none;
  }
  
  /* HEADER */
  /* ============================== */
  #site-header {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 0.583;
    background-image: url(../img/hd_bg.jpg);
    background-size: cover;
    margin-bottom: 140px;
  }
  .sh--inner {
    text-align: center;
    margin-bottom: 50px;
    filter: blur(50px);
    opacity: 0;
    transition: all .6s ease-out;
  }
  body.loaded .sh--inner {
    filter: blur(0px);
    opacity: 1;
  }
  .sh--logo {
    width: 132px;
    margin: 0 auto 34px;
  }
  .sh--tt {
    width: 440px;
    margin: 0 auto 32px;
  }
  .sh--en {
    width: 422px;
    margin: 0 auto 36px;
  }
  .sh--sub {
    width: 248px;
    margin: auto;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .sh--sub img {
    width: 68px;
    margin: auto;
    padding: 8px 0;
  }
  
  
  /* CONTENTS */
  /* ============================== */
  #page-header {
    width: 800px;
    margin: 0 auto 180px;
  }
  #page-header h1 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.7em;
    line-height: 1;
    margin-bottom: 70px;
  }
  #page-header p {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.333;
  }
  #page-header p + p {
    margin-top: 70px;
  }
  
  
  #about-us {
    position: relative;
    margin: 0 auto 180px;
    padding: 162px 0 0;
  }
  #about-us::after {
    display: block;
    content: '';
    background-image: url(../img/about_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 750px;
  }
  .about-us--inner {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 916px;
    margin: auto;
    z-index: 1;
  }
  .about-us--tt {
    font-family: --font-ja-go;
    font-size: 16px;
    color: var(--font-color-green);
    letter-spacing: 0.15em;
    order: 4;
  }
  .about-us--tt::after {
    display: block;
    content: '';
    background-image: url(../img/about_tt_en.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 718px;
    height: 52px;
    margin-top: 10px;
  }
  .about-us--catch {
    margin-bottom: 38px;
    order: 1;
  }
  .about-us--catch img {
    width: 508px;
    height: auto;
  }
  .about-us--read {
    font-size: 13px;
    line-height: 2.615;
    letter-spacing: 0.015em;
    margin-bottom: 20px;
    order: 2
  }
  .about-us--olink {
    margin-bottom: 81px;
    order: 3;
  }
  .about-us--olink a {
    display: inline-block;
    font-size: 12px;
    font-family: var(--font-ja-go);
  }
  .about-us--olink a::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #888;
    margin-top: 3px;
  }
  .about-us--olink a span {
    font-family: var(--font-en-roboto-c);
    letter-spacing: 0.1em;
  }
  
  
  #whats-sv {
    margin: auto;
    padding: 0 0 230px;
  }
  
  .whats-sv--how {
    margin: 0 auto 216px;
    padding: 140px 0 125px;
    background-image: url(../img/whats_hd_bg.jpg);
    background-size: cover;
  }
  
  .whats-sv--how-header {
    color: var(--font-color-green);
    margin-bottom: 64px;
  }
  .whats-sv--how-header-tt {
    width: max-content;
    margin: 0 auto 50px;
  }
  .whats-sv--how-header-tt::before {
    display: block;
    content: '';
    background-image: url(../img/whats_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 260px;
    height: 142px;
    position: absolute;
    top: -170px;
    left: -60px;
  }
  .whats-sv--how-header-read {
    font-size: 18px;
    line-height: 1.889;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
    margin-bottom: 10px;
    text-align: center;
  }
  .whats-sv--how-header-note {
    font-size: 12px;
    text-align: center;
    margin-bottom: 35px;
  }
  
  .whats-sv--worries {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 522px;
    margin: auto;
    padding: 20px 0;
    background-image: url(../img/whats_dotline.png),
      url(../img/whats_dotline.png);
    background-size: 101% 5px, 101% 5px;
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
  }
  .whats-sv--worries::before {
    display: block;
    content: '';
    background-image: url(../img/whats_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 101px;
    height: 101px;
    position: absolute;
    top: -66px;
    right: -44px;
    z-index: 1;
  }
  .whats-sv--worries-tt {
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    letter-spacing: 0.1em;
  }
  .whats-sv--worries-list li {
    font-size: 14px;
    font-weight: normal;
    margin-right: -8px;
    letter-spacing: 0.1em;
  }
  
  .whats-sv--how-apply {
    margin: auto;
    padding: 64px 0;
    width: 660px;
    background-color: rgba(255,255,255,.85);
  }
  .whats-sv--how-apply-tt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: var(--font-color-green);
    border-radius: 16px;
    height: 32px;
    width: 200px;
    margin: auto;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  .whats-sv--how-apply-list {
    width: 470px;
    margin: auto;
    padding: 0;
  }
  .whats-sv--how-apply-list li {
    background-repeat: no-repeat;
    background-position: 0 56px;
    padding-top: 98px;
    position: relative;
    font-size: 16px;
    line-height: 1.75;
  }
  .whats-sv--how-apply-list li:nth-child(1) {
    background-size: 70px 32px;
    background-image: url(../img/whats_ap_1_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(2) {
    background-size: 78px 32px;
    background-image: url(../img/whats_ap_2_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(3) {
    background-size: 78px 34px;
    background-image: url(../img/whats_ap_3_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(4) {
    background-size: 71px 36px;
    background-image: url(../img/whats_ap_4_no.png);
  }
  .whats-sv--how-apply-list li:nth-child(2)::after,
  .whats-sv--how-apply-list li:nth-child(3)::after,
  .whats-sv--how-apply-list li:nth-child(4)::after {
    display: block;
    position: absolute;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .whats-sv--how-apply-list li:nth-child(2)::after {
    background-image: url(../img/whats_ap_2_ill.png);
    width: 100px;
    height: 83px;
    right: 30px;
    top: 104px;
  }
  .whats-sv--how-apply-list li:nth-child(3)::after {
    background-image: url(../img/whats_ap_3_ill.png);
    width: 100px;
    height: 106px;
    right: 30px;
    top: 104px;
  }
  .whats-sv--how-apply-list li:nth-child(4)::after {
    background-image: url(../img/whats_ap_4_ill.png);
    width: 105px;
    height: 103px;
    right: 26px;
    top: 104px;
  }
  .whats-sv--how-apply-list li::before {
    position: absolute;
    top: 70px;
    right: 0;
    display: block;
    content: '';
    width: 384px;
    height: 1px;
    border-bottom: 1px solid var(--font-color-green);
    margin-top: 3px;
  }
  .whats-sv--how-apply-list li a {
    position: absolute;
    top: 89px;
    right: 0;
    display: block;
    background-color: #B1C6B7;
    padding: 15px 20px;
    font-size: 16px;
    color: var(--font-color-green);
    line-height: 1;
  }
  
  .whats-sv--flow h3 {
    font-family: --font-ja-go;
    font-size: 16px;
    color: var(--font-color-green);
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 40px;
  }
  .whats-sv--flow h3::before {
    display: block;
    content: '';
    background-image: url(../img/whats_flow_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 188px;
    height: 48px;
    margin: 0 auto 12px;
  }
  .whats-sv--flow {
    width: 900px;
    margin: auto;
  }
  .whats-sv--flow-list {
    padding: 0;
  }
  .whats-sv--flow-list li {
    position: relative;
  }
  .whats-sv--flow-list li + li {
    margin-top: 76px;
  }
  .whats-sv--flow-list .list-txt {
    position: absolute;
    width: 470px;
    padding: 25px 33px 20px 33px;
    background-color: #FFF;
    bottom: 0;
    right: 0;
  }
  .whats-sv--flow-list li:nth-child(2) .list-txt {
    left: 0;
    right: auto;
    padding: 25px 12px 20px 143px;
  }
  .whats-sv--flow-list .list-txt h4 {
    margin-bottom: 14px;
  }
  .whats-sv--flow-list .list-txt h4 img {
    width: auto;
    height: 26px;
  }
  .whats-sv--flow-list .list-txt h4::before {
    display: block;
    content: '';
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 41px;
    margin-bottom: 18px;
  }
  .whats-sv--flow-list li:nth-child(1) .list-txt h4::before {
    background-image: url(../img/whats_flow_1_no.png);
  }
  .whats-sv--flow-list li:nth-child(2) .list-txt h4::before {
    background-image: url(../img/whats_flow_2_no.png);
  }
  .whats-sv--flow-list li:nth-child(3) .list-txt h4::before {
    background-image: url(../img/whats_flow_3_no.png);
  }
  .whats-sv--flow-list .list-txt p {
    font-size: 14px;
    line-height: 2.143;
    letter-spacing: 0.015em;
  }
  .whats-sv--flow-list .list-ph {
    width: 500px;
    margin: 0 auto 0 0;
  }
  .whats-sv--flow-list li:nth-child(2) .list-ph {
    margin: 0 0 0 auto;
  }
  
  
  #bc-sv {
    margin: 0 auto 112px;
    padding: 100px 0 125px;
    background-image: url(../img/bc_sv_bg.jpg);
    background-size: cover;
  }
  #bc-sv > h2 {
    font-family: --font-ja-go;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 40px;
  }
  #bc-sv > h2::before {
    display: block;
    content: '';
    background-image: url(../img/bc_sv_tt_en.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 244px;
    height: 41px;
    margin: 0 auto 12px;
  }
  .bc-sv--list {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: auto;
    padding: 0;
  }
  .bc-sv--list li {
    width: 276px;
    padding: 117px 23px 25px 23px;
    font-size: 12px;
    line-height: 1.833;
    background-color: #FFF;
  }
  .bc-sv--list li:nth-child(1) {
    transition-delay: .2s;
  }
  .bc-sv--list li:nth-child(2) {
    transition-delay: .6s;
  }
  .bc-sv--list li:nth-child(3) {
    transition-delay: 1s;
  }
  .bc-sv--list li h3 {
    position: relative;
    margin-bottom: 15px;
  }
  .bc-sv--list li h3 img {
    width: auto;
    height: 16px;
  }
  .bc-sv--list li h3::before {
    display: block;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -93px;
    left: 0;
  }
  .bc-sv--list li:nth-child(1) h3::before {
    background-image: url(../img/bc_sv_1_en.png);
    width: 94px;
    height: 46px;
  }
  .bc-sv--list li:nth-child(2) h3::before {
    background-image: url(../img/bc_sv_2_en.png);
    width: 146px;
    height: 46px;
  }
  .bc-sv--list li:nth-child(3) h3::before {
    background-image: url(../img/bc_sv_3_en.png);
    width: 204px;
    height: 74px;
  }
  
  
  .cta-btn {
    margin: 0 auto 80px;
  }
  .cta-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 700px;
    height: 135px;
    text-align: center;
    background-color: #205B32;
  }
  .cta-btn a::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    content: '';
    width: calc( 100% - 14px );
    height: calc( 100% - 14px );
    border: 1px solid #FFF;
    z-index: 1;
  }
  .cta-btn a img {
    width: auto;
    height: 20px;
  }
  
  
  /* FOOTER */
  /* ============================== */
  #site-footer {
    text-align: center;
  }
  .sf--copyright {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
}

/* title */
.title {
  color: #FFF;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 3.8rem;
  font-weight: 550;
  letter-spacing: 0.1em;

  display: flex;
  flex-direction: column;
  align-items: center;
}
@media ( max-width: 768px ) { .title { font-size: 3.1rem; }}
@media ( max-width: 568px ) { .title { font-size: 2rem; }}

.whats-sv--how-header-tt {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media ( max-width: 768px ) { .whats-sv--how-header-tt { font-size: 1.4rem; }}
