@charset "UTF-8";
a {
  color: #00aa8f;
}
a:visited {
  color: #00aa8f;
}

.site.pg__home, .site.pg__campaign {
  position: relative;
}
.site.pg__home::before, .site.pg__campaign::before {
  content: "";
  width: 100%;
  height: 105vh;
  max-height: 80vw;
  background-image: url(../img/mv_back.png);
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 690px) {
  .site.pg__home::before, .site.pg__campaign::before {
    height: 150vw;
    max-height: none;
    background-image: url(../img/mv_back_sp.jpg);
    background-size: cover;
  }
}

#canvas {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
}

.site-header {
  top: -100px;
  position: fixed;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}
.site-header a {
  text-decoration: none;
}

/* Fixed */
.site-header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  z-index: 9999;
}
@media (max-width: 690px) {
  .site-header.fixed {
    height: 70px;
  }
}

/* Toggle Button */
.menu-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1100;
}
.menu-toggle div {
  position: relative;
}

@media (max-width: 840px) {
  .site-header {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  .site-header .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 70px;
    z-index: 999;
    position: relative;
  }
  .site-header.fixed .logo,
  .site-header .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #3b4043;
    font-size: 26px;
    padding: 0;
    max-height: 50px;
  }
  .main-navigation {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    left: -100%;
    top: 0;
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .main-navigation ul li {
    float: none;
    position: static;
  }
  .site-header .main-navigation ul li a,
  .site-header.fixed .main-navigation ul li a {
    width: 100%;
    display: block;
  }
  .menu-toggle {
    display: block;
    border: none;
    position: relative;
  }
  .menu-toggle::before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: rgba(0, 170, 143, 0.8);
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: -1;
  }
  /* #nav-toggle 切り替えアニメーション */
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-toggle span:nth-child(2) {
    top: 11px;
  }
  .menu-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #mobile-head {
    background: rgba(228, 233, 139, 0.9);
  }
  .open .menu-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }
  .open .menu-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .menu-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
  }
  /* #global-nav スライドアニメーション */
  .open .main-navigation {
    /* #global-nav top + #mobile-head height */
    transform: translateX(100%);
    z-index: 999;
  }
}
.site-header .content {
  transition: all 0.6s;
  width: 92%;
}
@media (max-width: 1380px) {
  .site-header .content {
    width: 100%;
  }
}
.site-header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .site-header-inner {
    height: 15vw;
  }
}
.site-header .site-branding {
  position: relative;
  width: 174px;
}
@media (max-width: 690px) {
  .site-header .site-branding {
    width: 116px;
  }
}
.site-header .site-description {
  margin-top: 7px;
  font-size: 0.6em;
  letter-spacing: 0.07em;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 520px) {
  .site-header .site-description {
    font-size: 6.5px;
  }
}
.site-header .main-navigation {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media (max-width: 840px) {
  .site-header .main-navigation {
    background: linear-gradient(to right, #00aa8f 68%, #e4e98b);
    width: 100%;
    flex-direction: column;
  }
}
.site-header .main-navigation .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: 3em;
  padding: 0 1.4em;
  background: transparent;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 2px 3px 0.5em rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 1380px) {
  .site-header .main-navigation .menu-item a {
    padding: 0 0.7em;
  }
}
.site-header .main-navigation .menu-item a::before, .site-header .main-navigation .menu-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .main-navigation .menu-item a::before {
  background: linear-gradient(to right, #00aa8f 68%, #e4e98b);
  transition: all 0.6s;
  z-index: -1;
}
.site-header .main-navigation .menu-item a::after {
  background: linear-gradient(to right, #e4e98b, #00aa8f 68%);
  z-index: -2;
}
.site-header .main-navigation .menu-item a:hover::before {
  opacity: 0;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu-item a {
    justify-content: left;
    text-align: left;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 1.5em 10vw;
  }
}
.site-header .main-navigation .btn-contact.menu-item {
  margin-right: 0.5em;
}
@media (max-width: 840px) {
  .site-header .main-navigation .btn-contact.menu-item {
    margin-right: 0;
  }
}
.site-header .main-navigation .btn-contact.menu-item a {
  letter-spacing: 0.04em;
}
@media (max-width: 840px) {
  .site-header .main-navigation .btn-contact.menu-item a {
    border-bottom: 1px solid rgba(228, 233, 139, 0.5);
  }
}
.site-header .main-navigation .btn-contact.menu-item a::before {
  background: linear-gradient(to right, #3b60e3, #48c2ef);
  transition: all 0.6s;
  z-index: -1;
}
@media (max-width: 840px) {
  .site-header .main-navigation .btn-contact.menu-item a::before {
    background: linear-gradient(to right, #00aa8f 68%, #e4e98b);
  }
}
.site-header .main-navigation .btn-contact.menu-item a::after {
  background: linear-gradient(to right, #48c2ef, #3b60e3);
  z-index: -2;
}
@media (max-width: 840px) {
  .site-header .main-navigation .btn-contact.menu-item a::after {
    background: linear-gradient(to right, #e4e98b, #00aa8f 68%);
  }
}
.site-header .main-navigation .btn-dl {
  letter-spacing: 0.56em;
}
@media (max-width: 1180px) {
  .site-header .main-navigation .btn-dl {
    letter-spacing: 0.16em;
  }
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu-anc {
    padding-top: 3em;
  }
}
.site-header .main-navigation .menu-anc a {
  padding: 1em 0.5em;
  margin-right: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
@media (max-width: 1380px) {
  .site-header .main-navigation .menu-anc a {
    margin-right: 0.5em;
  }
}
.site-header .main-navigation .menu-anc a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: transparent #00aa8f #00aa8f transparent;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  bottom: -0.75em;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 960px) {
  .site-header .main-navigation .menu-anc a {
    margin: 0;
  }
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu-anc a {
    padding: 1.5em 10vw;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid rgba(228, 233, 139, 0.5);
  }
}
.site-header .main-navigation .menu-anc a:hover {
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.6);
}
.site-header .main-navigation .menu-anc a:hover::before {
  opacity: 1;
  bottom: 3px;
}
@media (max-width: 840px) {
  .site-header .main-navigation .menu-anc a:hover {
    background: linear-gradient(to left, #00aa8f, #e4e98b);
  }
}
.site-header .dsp-gr {
  display: none;
}
.site-header.fixed {
  height: 80px;
}
@media (max-width: 690px) {
  .site-header.fixed {
    height: 15vw;
  }
}
.site-header.fixed .site-header-inner {
  height: 80px;
}
@media (max-width: 690px) {
  .site-header.fixed .site-header-inner {
    height: 15vw;
  }
}
.site-header.fixed .content {
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}
.site-header.fixed .dsp-gr {
  display: block;
}
.site-header.fixed .dsp-wh {
  display: none;
}
.site-header.fixed .site-branding {
  position: relative;
}
.site-header.fixed .site-branding::before {
  content: "";
  width: calc(100% + 3.5em);
  height: calc(100% + 3em);
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0.75em;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  z-index: -1;
}
@media (max-width: 690px) {
  .site-header.fixed .site-branding::before {
    width: calc(100% + 2.5em);
    height: calc(100% + 2em);
    top: -1.5em;
    left: -1.5em;
  }
}
.site-header.fixed .site-description {
  color: #3b4043;
}
.site-header.fixed .main-navigation .menu-anc {
  position: relative;
}
.site-header.fixed .main-navigation .menu-anc::before {
  content: "";
  width: calc(100% + 3em);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  margin: 0 -1.5em;
  padding: 0 1.5em;
  border-radius: 3em;
  box-shadow: 0 1px 0.5em rgba(59, 64, 67, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (max-width: 840px) {
  .site-header.fixed .main-navigation .menu-anc::before {
    content: none;
  }
}
.site-header.fixed .main-navigation .menu-anc a {
  color: #3b4043;
  margin-right: 0;
  letter-spacing: 0.06em;
}
@media (max-width: 840px) {
  .site-header.fixed .main-navigation .menu-anc a {
    color: #fff;
  }
}
.site-header.fixed .main-navigation .menu-anc a:hover {
  text-shadow: none;
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  opacity: 0;
  background-color: rgba(0, 170, 143, 0.8);
  color: #3b4043;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 690px) {
  .totop {
    bottom: 14vw;
    right: 2vw;
  }
}
.totop.fixed {
  opacity: 1;
}
.totop img {
  width: 44%;
  transform: translateY(-5%);
}

._grd {
  position: relative;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  z-index: 0;
}
._grd::before, ._grd::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
._grd::before {
  background: linear-gradient(to right, #00aa8f 68%, #e4e98b);
  transition: all 0.6s;
  z-index: -1;
}
._grd::after {
  background: linear-gradient(to right, #e4e98b, #00aa8f 68%);
  z-index: -2;
}
._grd:hover::before {
  opacity: 0;
}

.l-mv {
  position: relative;
  padding: 8.7em 0 9.5%;
}
@media (max-width: 1180px) {
  .l-mv {
    padding-top: 7.25%;
  }
}
@media (max-width: 960px) {
  .l-mv {
    padding-top: 15.8vw;
    padding-bottom: 4vw;
    margin-bottom: 0;
  }
}
.l-mv-inner {
  color: #fff;
}
.l-mv-inner .l-catch-tx {
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.l-mv-inner .l-catch {
  margin-bottom: 1.3em;
}
.l-mv-inner .l-catch-main {
  padding: 1.5em 0 1em;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
  transform: translate(0, 3em);
  transition-delay: 0.2s;
}
.l-mv-inner .l-row {
  justify-content: space-between;
}
.l-mv-inner .l-row .l-col {
  margin-bottom: 0;
}
@media (max-width: 840px) {
  .l-mv-inner .l-row .l-col {
    padding: 0 20px;
  }
}
.l-mv-inner .l-row .l-text {
  width: 54%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .l-mv-inner .l-row .l-text {
    width: 45%;
  }
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-text {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-text .l-info {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 82vw;
  }
}
.l-mv-inner .l-row .l-text .i-info-point {
  width: auto;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transform: translate(0, -1em);
}
.l-mv-inner .l-row .l-text .i-info-point:nth-of-type(1) {
  transition-delay: 1.6s;
}
.l-mv-inner .l-row .l-text .i-info-point:nth-of-type(2) {
  transition-delay: 1.8s;
}
.l-mv-inner .l-row .l-text .i-info-point:nth-of-type(3) {
  transition-delay: 2s;
}
.l-mv-inner .l-row .l-image {
  position: relative;
  width: 46%;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
  transform: translate(0, -1em);
  transition-delay: 0.2s;
}
@media (max-width: 1180px) {
  .l-mv-inner .l-row .l-image {
    width: 55%;
  }
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-image {
    width: 80%;
    margin: 0 auto;
    padding-top: 86vw;
  }
}
.l-mv-inner .l-row .l-image::before {
  content: "";
  width: 52%;
  height: 68%;
  background-image: url(../img/i-mk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -14%;
  right: -4%;
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-image::before {
    width: 42%;
    height: 38%;
    top: -5vw;
    right: 4%;
  }
}
.l-mv-inner .l-row .l-image::after {
  content: "";
  width: 118%;
  height: 143%;
  background-image: url(../img/mv-main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -14%;
  right: 0;
}
@media (max-width: 1180px) {
  .l-mv-inner .l-row .l-image::after {
    top: -12%;
  }
}
@media (max-width: 960px) {
  .l-mv-inner .l-row .l-image::after {
    width: 105%;
  }
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-image::after {
    width: 86%;
    height: 60vw;
    top: 8vw;
  }
}
@media (max-width: 690px) {
  .l-mv-inner .l-row .l-image::after {
    top: 6vw;
  }
}
.l-mv .l-info-label {
  font-size: 1.4em;
  letter-spacing: 0.12em;
  white-space: nowrap;
  margin-bottom: 1.2em;
  text-align: center;
  background-color: #fce521;
  color: #3b4043;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate(0, -1em);
  transition-delay: 0.8s;
}
@media (max-width: 1560px) {
  .l-mv .l-info-label {
    font-size: 1.5vw;
  }
}
@media (max-width: 1180px) {
  .l-mv .l-info-label {
    font-size: 1.8vw;
  }
}
@media (max-width: 690px) {
  .l-mv .l-info-label {
    margin-bottom: 0;
    font-size: 3.6vw;
  }
}
.l-mv .l-info .l-row {
  margin: 0 -2em 0 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 690px) {
  .l-mv .l-info .l-row {
    margin: 0;
  }
}

.l-mv.visible .l-mv-inner .l-catch-main,
.l-mv.visible .l-mv-inner .l-info-label,
.l-mv.visible .l-mv-inner .i-info-point,
.l-mv.visible .l-mv-inner .l-image {
  opacity: 1;
  transform: translate(0, 0);
}

.l-campaign {
  padding: 5.25em 0 10.7em;
  position: relative;
}
@media (max-width: 840px) {
  .l-campaign {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
.l-campaign._01::before {
  content: "";
  width: 100%;
  height: 132%;
  -webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: -32%;
  background: url(../img/back_circle.png), linear-gradient(to bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.1));
  background-position: top -20% center;
  background-size: cover;
}
@media (max-width: 1380px) {
  .l-campaign._01::before {
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
    top: -22%;
  }
}
@media (max-width: 1180px) {
  .l-campaign._01::before {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
    top: -17%;
  }
}
@media (max-width: 960px) {
  .l-campaign._01::before {
    top: -10%;
  }
}
@media (max-width: 840px) {
  .l-campaign._01::before {
    top: -9%;
  }
}
@media (max-width: 690px) {
  .l-campaign._01::before {
    top: -23%;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 520px) {
  .l-campaign._01::before {
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
  }
}
.l-campaign._02 {
  padding-top: 1.25em;
}

.l-campaign-frame {
  width: 1040px;
  max-width: 94%;
  border: 0.5em solid #00aa8f;
  border-radius: 1.8em;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.98);
  position: relative;
  z-index: 1;
}
@media (max-width: 690px) {
  .l-campaign-frame {
    border-width: 4px;
    border-radius: 1.2em;
  }
}
.l-campaign-frame-inner {
  padding: 1.6em 2.7em 2.5em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 690px) {
  .l-campaign-frame-inner {
    padding: 4.2vw 4vw 3.8vw;
  }
}
.l-campaign-frame > .l-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  justify-content: left;
  height: 5.3em;
  background-color: #00aa8f;
}
@media (max-width: 690px) {
  .l-campaign-frame > .l-ttl {
    height: 11.5vw;
  }
}
.l-campaign-frame > .l-ttl .ttl {
  position: relative;
  display: inline-block;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  transform: translate(1.25em, -0.1em);
  width: calc(100% - 1em);
}
@media (max-width: 960px) {
  .l-campaign-frame > .l-ttl .ttl {
    font-size: 4.2vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame > .l-ttl .ttl {
    font-size: 5.9vw;
    transform: translate(0, 0);
    letter-spacing: normal;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame > .l-ttl .ttl {
    transform: translate(0, 0);
    letter-spacing: normal;
  }
}
.l-campaign-frame > .l-ttl .ttl ._min {
  font-size: 0.75em;
}
.l-campaign-frame > .l-ttl .ttl .i-campaign {
  position: absolute;
  bottom: -1em;
}
@media (max-width: 690px) {
  .l-campaign-frame > .l-ttl .ttl .i-campaign {
    bottom: -0.25em;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame > .l-ttl .ttl .i-campaign {
    font-size: 6.2vw;
    margin-right: 0;
  }
}
.l-campaign-frame > .l-ttl .ttl .i-campaign img {
  height: 5.5em;
}
@media (max-width: 960px) {
  .l-campaign-frame > .l-ttl .ttl .i-campaign img {
    height: 4.25em;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame > .l-ttl .ttl .i-campaign img {
    height: 3em;
  }
}
.l-campaign-frame > .l-ttl .ttl .tx-ttl {
  padding-left: 6.25em;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 840px) {
  .l-campaign-frame > .l-ttl .ttl .tx-ttl {
    padding-left: 20vw;
    font-size: 0.75em;
    text-align: left;
    line-height: 1.2;
    transform: translateY(-0.25em);
  }
}
.l-campaign-frame .dl-campaign {
  width: 100%;
}
.l-campaign-frame .dl-campaign._cloud {
  border-bottom: 2px solid #00aa8f;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._cloud dt, .l-campaign-frame .dl-campaign._cloud dd {
    padding: 0;
  }
}
.l-campaign-frame .dl-campaign._cloud dt {
  padding-left: 1.5em;
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._cloud dt {
    padding-left: 1vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._cloud dt {
    padding-left: 0;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .f-ttl {
  line-height: 1.1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl {
    margin-bottom: 0.25em;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl {
  display: inline-block;
  font-size: 2.6em;
  white-space: nowrap;
  margin-right: 0.5em;
  position: relative;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl {
    font-size: 1.7em;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl {
    margin-bottom: 1.7vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl .nbsp {
    display: none;
  }
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl ._sp-min {
    font-size: 0.7em;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .ttl {
    font-size: 4.6vw;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .f-ttl .bg-total {
  display: inline-block;
  margin-left: 0.45em;
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .bg-total {
    line-height: normal;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .f-ttl .bg-total img {
  height: 36px;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .bg-total img {
    height: 1.2em;
    vertical-align: top;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .f-ttl .bg-total img {
    height: 1.2em;
    vertical-align: top;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .subttl {
  display: inline-block;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._cloud dt .subttl {
    font-size: 1em;
    line-height: 1.7;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._cloud dt .subttl {
    display: block;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .subttl {
    font-size: 0.75em;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .subttl .is-tab {
  line-height: 0;
}
.l-campaign-frame .dl-campaign._cloud dt .subttl .subttl-list {
  position: relative;
  padding-left: 1.2em;
  margin-right: 1.7em;
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .subttl .subttl-list {
    padding-left: 1.1em;
    margin-right: 0.5em;
  }
}
.l-campaign-frame .dl-campaign._cloud dt .subttl .subttl-list::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #3b4043;
  position: absolute;
  margin: auto;
  left: 0;
  top: 2px;
  bottom: 0;
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dt .subttl .subttl-list::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.l-campaign-frame .dl-campaign._cloud dd {
  padding: 1em 3.5em 1.3em;
}
@media (max-width: 1180px) {
  .l-campaign-frame .dl-campaign._cloud dd {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._cloud dd {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._cloud dd {
    padding: 1.4vw 0.6em;
  }
}
.l-campaign-frame .dl-campaign._aws, .l-campaign-frame .dl-campaign._azure {
  width: 50%;
  border-bottom: 2px solid #00aa8f;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws, .l-campaign-frame .dl-campaign._azure {
    width: 100%;
  }
}
.l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._azure dt {
  padding: 1em 0 0;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._azure dt {
    padding: 3vw 0 2vw;
    display: flex;
    justify-content: space-between;
  }
}
.l-campaign-frame .dl-campaign._aws dt .f-ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl {
  line-height: 1.1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 3vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl {
    padding-left: 0;
  }
}
.l-campaign-frame .dl-campaign._aws dt .f-ttl .ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl .ttl {
  display: inline-block;
  font-size: 1.9em;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl .ttl {
    font-size: 1.3em;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl .ttl {
    margin-bottom: 1.3vw;
    text-align: right;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl .ttl {
    letter-spacing: normal;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .ttl, .l-campaign-frame .dl-campaign._azure dt .f-ttl .ttl {
    display: inline-block;
    font-size: 4vw;
  }
}
.l-campaign-frame .dl-campaign._aws dt .f-ttl .bg-total, .l-campaign-frame .dl-campaign._azure dt .f-ttl .bg-total {
  display: inline-block;
  margin-left: 0.5em;
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .bg-total, .l-campaign-frame .dl-campaign._azure dt .f-ttl .bg-total {
    margin-left: auto;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .bg-total, .l-campaign-frame .dl-campaign._azure dt .f-ttl .bg-total {
    display: none;
  }
}
.l-campaign-frame .dl-campaign._aws dt .f-ttl .bg-total img, .l-campaign-frame .dl-campaign._azure dt .f-ttl .bg-total img {
  height: 35px;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .f-ttl .bg-total img, .l-campaign-frame .dl-campaign._azure dt .f-ttl .bg-total img {
    height: 1.5em;
  }
}
.l-campaign-frame .dl-campaign._aws dt .subttl, .l-campaign-frame .dl-campaign._azure dt .subttl {
  font-size: 0.75em;
  letter-spacing: normal;
  margin-right: 1em;
  position: relative;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._aws dt .subttl, .l-campaign-frame .dl-campaign._azure dt .subttl {
    line-height: 1.7;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .subttl, .l-campaign-frame .dl-campaign._azure dt .subttl {
    display: inline-block;
    margin-right: 0;
    font-size: 0.9em;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._aws dt .subttl, .l-campaign-frame .dl-campaign._azure dt .subttl {
    font-size: 0.75em;
  }
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._aws dt .subttl .is-tab, .l-campaign-frame .dl-campaign._azure dt .subttl .is-tab {
    display: block;
  }
}
.l-campaign-frame .dl-campaign._aws dt .subttl .subttl-list, .l-campaign-frame .dl-campaign._azure dt .subttl .subttl-list {
  position: relative;
  padding-left: 1.2em;
  margin-right: 1.3em;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt .subttl .subttl-list, .l-campaign-frame .dl-campaign._azure dt .subttl .subttl-list {
    padding-left: 1em;
    margin-right: 0;
  }
}
.l-campaign-frame .dl-campaign._aws dt .subttl .subttl-list::before, .l-campaign-frame .dl-campaign._azure dt .subttl .subttl-list::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background-color: #3b4043;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.l-campaign-frame .dl-campaign._aws dd, .l-campaign-frame .dl-campaign._azure dd {
  padding-top: 1.1em;
  padding-bottom: 1em;
  text-align: right;
  padding-right: 1.5em;
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dd, .l-campaign-frame .dl-campaign._azure dd {
    padding-top: 0;
    padding-bottom: 2vw;
  }
}
.l-campaign-frame .dl-campaign._aws dd img, .l-campaign-frame .dl-campaign._azure dd img {
  height: 3.4em;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._aws dd img, .l-campaign-frame .dl-campaign._azure dd img {
    height: 6.625em;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._aws dd img, .l-campaign-frame .dl-campaign._azure dd img {
    margin: 0 2.5vw;
    height: 9.6vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dd img, .l-campaign-frame .dl-campaign._azure dd img {
    margin: 0 2.5vw;
    height: 3.4em;
    margin-left: auto;
  }
}
@media (max-width: 520px) {
  .l-campaign-frame .dl-campaign._aws dd img, .l-campaign-frame .dl-campaign._azure dd img {
    margin: 0 2.5vw;
    height: 2.2em;
    margin-left: auto;
  }
}
.l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._aws dd {
  padding-left: 1.5em;
  border-right: 2px solid #00aa8f;
}
@media (max-width: 1180px) {
  .l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._aws dd {
    padding-left: 3.5vw;
  }
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._aws dd {
    padding-left: 1.5vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._aws dt, .l-campaign-frame .dl-campaign._aws dd {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}
.l-campaign-frame .dl-campaign._azure dt, .l-campaign-frame .dl-campaign._azure dd {
  padding-left: 1.5em;
}
@media (max-width: 960px) {
  .l-campaign-frame .dl-campaign._azure dt, .l-campaign-frame .dl-campaign._azure dd {
    padding-left: 2.7vw;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .dl-campaign._azure dt, .l-campaign-frame .dl-campaign._azure dd {
    padding-left: 1.5vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._azure dt, .l-campaign-frame .dl-campaign._azure dd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._azure dt {
    padding-top: 2vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .dl-campaign._azure {
    border-bottom: none;
  }
}
.l-campaign-frame .tb-inn {
  margin-top: 1em;
  margin-left: 3.3em;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media (max-width: 1180px) {
  .l-campaign-frame .tb-inn {
    margin-left: 4.8vw;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .tb-inn {
    margin-left: 2.1vw;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .tb-inn {
    margin-top: 1.2vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-campaign-frame .tb-inn th {
  width: 10em;
  padding: 0.25em 0;
}
@media (max-width: 840px) {
  .l-campaign-frame .tb-inn th {
    width: 9em;
  }
}
@media (max-width: 690px) {
  .l-campaign-frame .tb-inn th {
    display: block;
    width: 100%;
    padding: 0 1.7vw;
    margin-bottom: 0.7em;
  }
}
.l-campaign-frame .tb-inn th span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  width: 6.2em;
  height: 1.8em;
  border: 2px solid #00aa8f;
  font-size: 1.3em;
  letter-spacing: 0.3em;
  color: #00aa8f;
}
@media (max-width: 690px) {
  .l-campaign-frame .tb-inn th span {
    border-width: 1px;
    font-size: 2.7vw;
    width: 100%;
  }
}
.l-campaign-frame .tb-inn td {
  padding: 10px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media (max-width: 690px) {
  .l-campaign-frame .tb-inn td {
    display: block;
    padding: 0 1.7vw;
    font-size: 2.9vw;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 840px) {
  .l-campaign-frame .tb-inn td .is-pc {
    display: none;
  }
}

.btn._contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, #00aa8f 68%, #e4e98b);
  position: relative;
  margin: 0 0.27em;
  height: 2.4em;
  width: 100%;
  color: #fff;
  font-size: 2.9em;
  font-weight: bold;
  letter-spacing: 0.008em;
  border-radius: 0.5em;
  padding: 0.5em 0 0.56em;
  cursor: pointer;
  transition: all 0.3s;
}
.btn._contact:hover {
  opacity: 0.8;
}
@media (max-width: 960px) {
  .btn._contact {
    margin: 0 0.8vw;
    font-size: 4.2vw;
  }
}
@media (max-width: 690px) {
  .btn._contact {
    margin: 0 0.8vw;
    font-size: 4.8vw;
  }
}
.btn._contact span {
  position: relative;
  display: inline-block;
  transform: translateX(-20px);
}
@media (max-width: 690px) {
  .btn._contact span {
    transform: translateX(-2.7vw);
  }
}
.btn._contact span::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  background-image: url(../img/form_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-38%);
  right: -1em;
}
@media (max-width: 690px) {
  .btn._contact span::before {
    width: 3vw;
    height: 3vw;
  }
}
.btn._contact::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 0.2em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 690px) {
  .btn._contact::after {
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
    border-radius: 0.3em;
  }
}

.wrap-btn {
  position: relative;
}
.wrap-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/i-arw-btn.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3em;
  z-index: 1;
}
@media (max-width: 690px) {
  .wrap-btn::after {
    width: 3vw;
    height: 3vw;
    right: 1.3em;
  }
}
.wrap-btn::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 0.2em;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 690px) {
  .wrap-btn::before {
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
    border-radius: 0.3em;
  }
}

.l-recommend {
  position: relative;
  color: #fff;
  z-index: 0;
}
.l-recommend::before {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: inline-block;
  background-image: url(../img/bg-recommend.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-recommend-inner {
  padding-top: 6.5em;
  padding-bottom: 3.3em;
  margin: 0 auto;
  max-width: 96%;
}
.l-recommend-inner .f-ttl {
  text-align: center;
  margin-bottom: 4.2em;
}
.l-recommend-inner .f-ttl .ttl {
  font-size: 2.6em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
@media (max-width: 840px) {
  .l-recommend-inner .f-ttl .ttl {
    font-size: 2.1em;
    padding: 0 2vw;
  }
}
@media (max-width: 690px) {
  .l-recommend-inner .f-ttl .ttl {
    font-size: 6vw;
  }
}
.l-recommend-inner .f-ttl .ttl ._min {
  font-size: 0.6em;
}
.l-recommend-inner .f-ttl .ttl .tx-acc {
  color: #fce521;
  border-bottom: 5px solid #fce521;
}
.l-recommend-inner .f-ttl .ttl img, .l-recommend-inner .f-ttl .ttl svg {
  vertical-align: baseline;
  transform: translateY(0.16em);
  height: 2.6rem;
}
@media (max-width: 840px) {
  .l-recommend-inner .f-ttl .ttl img, .l-recommend-inner .f-ttl .ttl svg {
    height: 2.1rem;
  }
}
@media (max-width: 690px) {
  .l-recommend-inner .f-ttl .ttl img, .l-recommend-inner .f-ttl .ttl svg {
    height: 6.4vw;
  }
}
.l-recommend-inner .f-ttl._bracket {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.l-recommend-inner .f-ttl._bracket::before, .l-recommend-inner .f-ttl._bracket::after {
  content: "";
  position: absolute;
  top: -0.36em;
  font-size: 7em;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 840px) {
  .l-recommend-inner .f-ttl._bracket::before, .l-recommend-inner .f-ttl._bracket::after {
    top: 0;
    font-size: 5em;
  }
}
.l-recommend-inner .f-ttl._bracket::before {
  content: "[";
  left: -0.7em;
}
@media (max-width: 840px) {
  .l-recommend-inner .f-ttl._bracket::before {
    left: -0.25em;
  }
}
.l-recommend-inner .f-ttl._bracket::after {
  content: "]";
  right: -0.7em;
}
@media (max-width: 840px) {
  .l-recommend-inner .f-ttl._bracket::after {
    right: -0.25em;
  }
}
.l-recommend-inner .ul-reco-list {
  font-size: 1.9em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8em;
  position: relative;
}
@media (max-width: 690px) {
  .l-recommend-inner .ul-reco-list {
    font-size: 4vw;
  }
}
.l-recommend-inner .ul-reco-list li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1.9em;
  letter-spacing: 0.11em;
}
@media (max-width: 690px) {
  .l-recommend-inner .ul-reco-list li {
    padding-left: 6.8vw;
    letter-spacing: 0.08em;
  }
}
.l-recommend-inner .ul-reco-list li::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 36px;
  background-image: url(../img/i-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media (max-width: 690px) {
  .l-recommend-inner .ul-reco-list li::before {
    width: 6vw;
    height: 4vw;
  }
}
.l-recommend-inner .ul-reco-list li ._min {
  font-size: 0.7em;
}
.l-recommend-inner .ul-reco-list::after {
  content: "";
  width: 42px;
  height: 43px;
  background-image: url(../img/i-arw-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  bottom: -2.8em;
  left: 0;
  right: 0;
}
@media (max-width: 690px) {
  .l-recommend-inner .ul-reco-list::after {
    width: 7vw;
    height: 7vw;
  }
}

.sec-ttl {
  position: relative;
  text-align: center;
  margin-top: -3em;
  padding-top: 3em;
  z-index: 0;
}
.sec-ttl .cpt-tx {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 2.5em;
  z-index: -1;
}
@media (max-width: 840px) {
  .sec-ttl .cpt-tx {
    margin: auto 8vw;
  }
}
.sec-ttl .ttl {
  font-size: 2.9em;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 690px) {
  .sec-ttl .ttl {
    font-size: 6vw;
  }
}
.sec-ttl .ttl .tx-acc {
  display: inline-block;
}
.sec-ttl .ttl img {
  vertical-align: bottom;
  height: 1.8em;
}

.wrap-feature {
  filter: drop-shadow(0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5));
}

.l-feature {
  position: relative;
  padding-top: 13.5em;
  padding-bottom: 11.5%;
  margin-bottom: 6%;
  background-image: url(../img/bg_g_green.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0 90%);
}
@media (max-width: 1560px) {
  .l-feature {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
            clip-path: polygon(0 0, 100% 0%, 100% 93%, 50% 100%, 0 93%);
  }
}
@media (max-width: 1180px) {
  .l-feature {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
  }
}
@media (max-width: 840px) {
  .l-feature {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 50% 100%, 0 97%);
            clip-path: polygon(0 0, 100% 0%, 100% 97%, 50% 100%, 0 97%);
    padding-top: 15vw;
  }
}
@media (max-width: 690px) {
  .l-feature {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 50% 100%, 0 98%);
            clip-path: polygon(0 0, 100% 0%, 100% 98%, 50% 100%, 0 98%);
    padding-top: 15vw;
  }
}
.l-feature-inner .sec-ttl {
  margin-bottom: 6em;
}
@media (max-width: 690px) {
  .l-feature-inner .sec-ttl {
    margin-bottom: 15vw;
  }
}
.l-feature-inner .sec-ttl .ttl {
  color: #fff;
}
.l-feature-inner .sec-ttl .ttl .tx-acc img {
  vertical-align: text-bottom;
}
.l-feature-inner .tx-lead {
  font-size: 1.7em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 6em;
  text-shadow: 0 0.1em 0.3em #00aa8f;
}
.l-feature-inner .tx-lead ._mk {
  position: relative;
}
.l-feature-inner .tx-lead ._mk::before {
  content: "";
  width: 100%;
  height: 0.2em;
  background-color: #fce521;
  position: absolute;
  left: 0;
  bottom: -0.5em;
  z-index: -1;
}
.l-feature-inner .tx-lead ._max {
  font-size: 1.3em;
}
.l-feature .l-row {
  margin: 0 0 10em;
  flex-wrap: nowrap;
}
@media (max-width: 1380px) {
  .l-feature .l-row {
    margin-bottom: 10vw;
  }
}
.l-feature .l-row .l-col {
  padding: 0;
  margin-bottom: 0;
}
.l-feature .l-row .l-text {
  position: relative;
  padding: 5.3em 0 0 4em;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2em 0 0 2em;
}
@media (max-width: 1380px) {
  .l-feature .l-row .l-text {
    padding: 4.2em 0 0 4em;
  }
}
@media (max-width: 840px) {
  .l-feature .l-row .l-text {
    padding: 2.7em 0 2em 2em;
  }
}
@media (max-width: 520px) {
  .l-feature .l-row .l-text {
    padding-left: 1.3em;
  }
}
.l-feature .l-row .l-text .i-point {
  position: absolute;
  margin: auto;
  top: -3.6em;
}
@media (max-width: 690px) {
  .l-feature .l-row .l-text .i-point {
    top: -6.5vw;
  }
}
.l-feature .l-row .l-text .i-point img {
  height: 7em;
}
@media (max-width: 960px) {
  .l-feature .l-row .l-text .i-point img {
    height: 5.9em;
  }
}
@media (max-width: 840px) {
  .l-feature .l-row .l-text .i-point img {
    height: 11vw;
  }
}
@media (max-width: 520px) {
  .l-feature .l-row .l-text .i-point img {
    height: 12vw;
  }
}
.l-feature .l-row .l-text .ttl {
  font-size: 3em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 0.6em;
}
@media (max-width: 1380px) {
  .l-feature .l-row .l-text .ttl {
    font-size: 2.1em;
  }
}
@media (max-width: 960px) {
  .l-feature .l-row .l-text .ttl {
    font-size: 1.7em;
  }
}
@media (max-width: 690px) {
  .l-feature .l-row .l-text .ttl {
    font-size: 1.3em;
  }
}
.l-feature .l-row .l-text .ttl ._min {
  font-size: 0.7em;
  color: #3b4043;
}
.l-feature .l-row .l-text .txt {
  font-size: 1.2em;
  padding-top: 1.2em;
  margin-right: 2.5em;
  border-top: 2px solid #3b4043;
}
@media (max-width: 960px) {
  .l-feature .l-row .l-text .txt {
    font-size: 1em;
    margin-right: 1.5em;
  }
}
@media (max-width: 520px) {
  .l-feature .l-row .l-text .txt {
    font-size: 3vw;
    letter-spacing: normal;
  }
}
.l-feature .l-row .l-text._3lines {
  padding-top: 4.5em;
}
@media (max-width: 1380px) {
  .l-feature .l-row .l-text._3lines {
    padding-top: 3.7em;
  }
}
@media (max-width: 840px) {
  .l-feature .l-row .l-text._3lines {
    padding-top: 2.5em;
  }
}
.l-feature .l-row .l-image img {
  border-radius: 0 2em 2em 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-feature .l-row._od .l-image {
  order: 1;
}
.l-feature .l-row._od .l-image img {
  border-radius: 2em 0 0 2em;
}
.l-feature .l-row._od .l-text {
  order: 2;
  padding-left: 3em;
  border-radius: 0 2em 2em 0;
  padding-top: 2.25em;
}
@media (max-width: 840px) {
  .l-feature .l-row._od .l-text {
    padding-left: 2em;
  }
}
@media (max-width: 520px) {
  .l-feature .l-row._od .l-text {
    padding-left: 1.3em;
  }
}
.l-feature .l-row._od .l-text .i-point {
  right: 3em;
}
.l-feature .tx-image-l,
.l-feature .tx-image-r {
  position: absolute;
}
@media (max-width: 960px) {
  .l-feature .tx-image-l,
  .l-feature .tx-image-r {
    width: 6vw;
  }
}
.l-feature .tx-image-l {
  left: 0;
  top: 35%;
}
.l-feature .tx-image-r {
  right: 0;
  top: 7.5%;
}

.l-guidance {
  position: relative;
  padding-top: 18em;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .l-guidance {
    padding-top: 14vw;
  }
}
@media (max-width: 690px) {
  .l-guidance {
    padding-top: 12vw;
  }
}
@media (max-width: 520px) {
  .l-guidance {
    padding-top: 12vw;
  }
}
.l-guidance::before {
  content: "";
  width: 100%;
  height: 119%;
  background-image: url(../img/bg-guidance.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  position: absolute;
  margin: auto;
  top: -5%;
  z-index: -1;
}
@media (max-width: 960px) {
  .l-guidance::before {
    height: 120%;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
            clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
    top: -8%;
  }
}
@media (max-width: 520px) {
  .l-guidance::before {
    height: 112%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    top: -6%;
  }
}
.l-guidance-inner .sec-ttl {
  margin-bottom: 10.2em;
}
@media (max-width: 690px) {
  .l-guidance-inner .sec-ttl {
    margin-bottom: 15vw;
  }
}
.l-guidance-inner .sec-ttl .cpt-tx {
  top: 0;
}
.l-guidance-inner .sec-ttl .ttl {
  color: #3b4043;
}
.l-guidance-inner .sec-ttl .ttl .tx-acc {
  color: #00aa8f;
}
.l-guidance .l-row {
  margin-bottom: 0.5em;
}
@media (max-width: 840px) {
  .l-guidance .l-row {
    margin-bottom: 10vw;
  }
}
.l-guidance .l-row .l-col {
  position: relative;
  margin-bottom: 8.5em;
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 13vw;
  }
}
@media (max-width: 520px) {
  .l-guidance .l-row .l-col {
    width: 86%;
    left: 3%;
  }
}
.l-guidance .l-row .l-col-inner {
  position: relative;
  border: solid #00aa8f;
  border-width: 5px 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6.5em 3em 1em;
  height: 100%;
  aspect-ratio: 100/61;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (max-width: 1380px) {
  .l-guidance .l-row .l-col-inner {
    aspect-ratio: auto;
    padding-bottom: 1.7em;
  }
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col-inner {
    padding: 1.7em 1em 1.7em 11vw;
    border-width: 0 0 0 5px;
  }
}
.l-guidance .l-row .l-col-inner .ttl {
  font-size: 1.9em;
  text-align: center;
  margin-bottom: 0.5em;
  color: #00aa8f;
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col-inner .ttl {
    font-size: 1.7em;
    text-align: left;
    margin-bottom: 1em;
  }
}
@media (max-width: 520px) {
  .l-guidance .l-row .l-col-inner .ttl {
    font-size: 1.3em;
  }
}
.l-guidance .l-row .l-col-inner .txt {
  line-height: 1.9;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 1380px) {
  .l-guidance .l-row .l-col-inner .txt {
    line-height: 1.8;
  }
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col-inner .txt {
    line-height: 1.6;
  }
}
@media (max-width: 520px) {
  .l-guidance .l-row .l-col-inner .txt {
    font-size: 2.9vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.l-guidance .l-row .l-col-inner::before {
  content: "";
  height: 17%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  bottom: -0.25em;
  right: -0.5em;
  z-index: -1;
}
@media (max-width: 960px) {
  .l-guidance .l-row .l-col-inner::before {
    height: 7vw;
  }
}
.l-guidance .l-row .l-col::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -5.25em;
  z-index: 1;
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col::before {
    left: -4vw;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 690px) {
  .l-guidance .l-row .l-col::before {
    left: -7vw;
  }
}
.l-guidance .l-row .l-col._01::before {
  width: 24%;
  height: 46%;
  background-image: url(../img/i-gudance01.svg);
}
.l-guidance .l-row .l-col._01 .l-col-inner::before {
  content: "";
  width: 30%;
  background-image: url(../img/i-gudance01_nb_01.svg);
  z-index: 1;
}
@media (max-width: 960px) {
  .l-guidance .l-row .l-col._01 .l-col-inner::before {
    width: 38%;
  }
}
.l-guidance .l-row .l-col._02::before {
  width: 24%;
  height: 46%;
  background-image: url(../img/i-gudance02.svg);
}
@media (max-width: 690px) {
  .l-guidance .l-row .l-col._02::before {
    height: 16vw;
  }
}
.l-guidance .l-row .l-col._02 .l-col-inner::before {
  width: 33%;
  background-image: url(../img/i-gudance01_nb_02.svg);
  z-index: 1;
}
@media (max-width: 960px) {
  .l-guidance .l-row .l-col._02 .l-col-inner::before {
    width: 44%;
  }
}
.l-guidance .l-row .l-col._03::before {
  content: "";
  width: 24%;
  height: 46%;
  background-image: url(../img/i-gudance03.svg);
}
.l-guidance .l-row .l-col._03 .l-col-inner::before {
  content: "";
  width: 33%;
  background-image: url(../img/i-gudance01_nb_03.svg);
  z-index: 1;
}
@media (max-width: 960px) {
  .l-guidance .l-row .l-col._03 .l-col-inner::before {
    width: 44%;
  }
}
.l-guidance .l-row .l-col._04::before {
  content: "";
  width: 53%;
  height: 46%;
  background-image: url(../img/i-gudance04.svg);
}
.l-guidance .l-row .l-col._04 .l-col-inner::before {
  content: "";
  width: 33%;
  background-image: url(../img/i-gudance01_nb_04.svg);
  z-index: 1;
}
@media (max-width: 960px) {
  .l-guidance .l-row .l-col._04 .l-col-inner::before {
    width: 44%;
  }
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col._01::before, .l-guidance .l-row .l-col._02::before, .l-guidance .l-row .l-col._03::before, .l-guidance .l-row .l-col._04::before {
    height: 12vw;
    width: 12vw;
  }
}
@media (max-width: 690px) {
  .l-guidance .l-row .l-col._01::before, .l-guidance .l-row .l-col._02::before, .l-guidance .l-row .l-col._03::before, .l-guidance .l-row .l-col._04::before {
    height: 17vw;
    width: 20vw;
  }
}
@media (max-width: 840px) {
  .l-guidance .l-row .l-col._01 .l-col-inner::before, .l-guidance .l-row .l-col._02 .l-col-inner::before, .l-guidance .l-row .l-col._03 .l-col-inner::before, .l-guidance .l-row .l-col._04 .l-col-inner::before {
    width: 13vw;
  }
}

.l-voice .blk-ttl {
  text-align: center;
  margin: 0 auto 7em;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.l-voice .blk-ttl::before {
  content: "";
  width: calc(50% - 2rem);
  height: 3px;
  background-color: #3b4043;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: -1.5rem;
}
@media (max-width: 840px) {
  .l-voice .blk-ttl::before {
    width: calc(50% - 2vw);
    bottom: -4.8vw;
  }
}
.l-voice .blk-ttl .ttl {
  font-size: 2.6em;
  color: #00aa8f;
  padding: 0 1.6em;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 690px) {
  .l-voice .blk-ttl .ttl {
    font-size: 6vw;
  }
}
.l-voice .blk-ttl .ttl ._min {
  font-size: 0.7em;
  color: #3b4043;
}
.l-voice .blk-ttl .ttl img {
  height: 1em;
  vertical-align: middle;
}
.l-voice .blk-ttl .ttl::before {
  content: "";
  width: calc(50% - 1.5rem);
  height: 3px;
  background-color: #3b4043;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: -1.5rem;
}
@media (max-width: 840px) {
  .l-voice .blk-ttl .ttl::before {
    width: calc(50% - 1.5vw);
    bottom: -4.8vw;
  }
}
.l-voice .blk-ttl .ttl::after {
  content: "";
  width: 3rem;
  height: 3px;
  background-color: #3b4043;
  border-radius: 4px;
  position: absolute;
  margin: auto;
  right: calc(50% - 2.2rem);
  bottom: -2.75rem;
  transform: rotate(-54deg);
}
@media (max-width: 840px) {
  .l-voice .blk-ttl .ttl::after {
    width: 3vw;
    right: calc(50% - 2.25vw);
    bottom: -5.8vw;
  }
}
.l-voice-inner .ul-voice {
  position: relative;
}
.l-voice-inner .ul-voice li {
  position: relative;
  display: table;
  width: 850px;
  max-width: 90%;
  background-color: rgba(218, 238, 236, 0.9);
  margin-bottom: 3.5rem;
  margin-left: 8.8rem;
  border-radius: 1.2em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
  font-size: 1.3em;
  letter-spacing: 0.09em;
}
@media (max-width: 1380px) {
  .l-voice-inner .ul-voice li {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 960px) {
  .l-voice-inner .ul-voice li {
    font-size: 1.2em;
    margin-bottom: 2em;
  }
}
@media (max-width: 690px) {
  .l-voice-inner .ul-voice li {
    font-size: 1em;
  }
}
@media (max-width: 520px) {
  .l-voice-inner .ul-voice li {
    font-size: 2.9vw;
  }
}
.l-voice-inner .ul-voice li ._acc {
  color: #00aa8f;
  border-bottom: 2px solid #00aa8f;
  font-size: 1.3em;
}
.l-voice-inner .ul-voice li .inner {
  display: table-cell;
  vertical-align: middle;
  height: 9rem;
  padding: 0 3rem;
}
@media (max-width: 1380px) {
  .l-voice-inner .ul-voice li .inner {
    height: auto;
    padding: 1.6em 2em;
  }
}
.l-voice-inner .ul-voice li::before {
  content: "";
  width: 2.4rem;
  height: 2.8rem;
  background-color: #daeeec;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 40%);
          clip-path: polygon(0 0, 100% 100%, 100% 40%);
  position: absolute;
  margin: auto;
  left: calc((2.4rem - 1px) * -1);
  top: 32%;
}
@media (max-width: 690px) {
  .l-voice-inner .ul-voice li::before {
    width: 1.6rem;
    height: 2rem;
    left: calc((1.6rem - 1px) * -1);
  }
}
.l-voice-inner .ul-voice li:nth-of-type(even) {
  margin-left: auto;
  margin-right: 8.8rem;
}
@media (max-width: 1380px) {
  .l-voice-inner .ul-voice li:nth-of-type(even) {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-voice-inner .ul-voice li:nth-of-type(even)::before {
  -webkit-clip-path: polygon(0 40%, 0 100%, 100% 0);
          clip-path: polygon(0 40%, 0 100%, 100% 0);
  left: inherit;
  right: calc((2.4rem - 1px) * -1);
}
@media (max-width: 690px) {
  .l-voice-inner .ul-voice li:nth-of-type(even)::before {
    right: calc((1.6rem - 1px) * -1);
  }
}
.l-voice-inner .ul-voice::before {
  content: "";
  width: 14.5%;
  height: 0;
  padding-top: 19%;
  background-image: url(../img/i-voice01.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  margin: auto;
  top: 8.5%;
  left: 0;
  z-index: 1;
}
.l-voice-inner .ul-voice::after {
  content: "";
  width: 14.5%;
  height: 0;
  padding-top: 16%;
  background-image: url(../img/i-voice02.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  margin: auto;
  bottom: 3%;
  right: 2.25%;
}

.l-flow {
  position: relative;
  padding-top: 19.5%;
  padding-bottom: 10%;
}
.l-flow::before {
  content: "";
  width: 100%;
  height: 105%;
  background-image: url(../img/bg_g_green.jpg);
  background-size: cover;
  position: absolute;
  top: -5%;
  left: 0;
  z-index: -2;
}
.l-flow-inner {
  padding-bottom: 2.25em;
}
.l-flow-inner .sec-ttl {
  margin-bottom: 6em;
}
.l-flow-inner .sec-ttl .cpt-tx {
  top: 6em;
}
@media (max-width: 690px) {
  .l-flow-inner .sec-ttl .cpt-tx {
    top: 10vw;
  }
}
.l-flow-inner .sec-ttl .ttl {
  line-height: 1.3;
}
.l-flow-inner .sec-ttl .ttl ._min {
  font-size: 0.55em;
}
.l-flow-inner .sec-ttl .ttl .tx-acc {
  margin-right: 0.25em;
}
.l-flow-inner .l-row {
  margin: 0 0 5em;
}
.l-flow-inner .l-row .l-col {
  padding: 0;
}
.l-flow-inner .l-row .l-col .l-col-inner {
  position: relative;
  padding-top: 10em;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col .l-col-inner {
    padding-top: 20vw;
  }
}
.l-flow-inner .l-row .l-col .l-col-inner::before {
  content: "";
  height: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 8%;
}
.l-flow-inner .l-row .l-col .l-col-inner .ttl-step {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: normal;
}
@media (max-width: 1180px) {
  .l-flow-inner .l-row .l-col .l-col-inner .ttl-step {
    line-height: 1.2;
  }
}
@media (max-width: 520px) {
  .l-flow-inner .l-row .l-col .l-col-inner .ttl-step {
    font-size: 4.8vw;
  }
}
.l-flow-inner .l-row .l-col .l-col-inner .ttl-step ._min {
  font-size: 0.5em;
}
@media (max-width: 1180px) {
  .l-flow-inner .l-row .l-col .l-col-inner .ttl-step ._min {
    display: block;
  }
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col .l-col-inner .ttl-step ._min {
    display: inline;
  }
}
.l-flow-inner .l-row .l-col._01 .l-col-inner {
  padding-left: 2.5em;
  padding-right: 4em;
}
.l-flow-inner .l-row .l-col._01 .l-col-inner::before {
  background-image: url(../img/i-step01.svg);
  background-repeat: no-repeat;
  width: 52%;
  padding-top: 24%;
  left: 20%;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._01 .l-col-inner::before {
    left: 0;
    right: 0;
    padding-top: 14.5%;
  }
}
.l-flow-inner .l-row .l-col._01 .ttl {
  margin-right: -2em;
}
@media (max-width: 960px) {
  .l-flow-inner .l-row .l-col._01 .ttl {
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._01 .ttl {
    text-align: center;
  }
}
.l-flow-inner .l-row .l-col._02 .l-col-inner {
  padding-left: 4em;
  padding-right: 4em;
}
.l-flow-inner .l-row .l-col._02 .l-col-inner::before {
  background-image: url(../img/i-step02.svg);
  width: 22%;
  padding-top: 24%;
  left: 0;
  right: 0;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._02 .l-col-inner::before {
    padding-top: 14.5%;
  }
}
.l-flow-inner .l-row .l-col._02 .ttl {
  margin-left: -1em;
  margin-right: -2em;
}
@media (max-width: 960px) {
  .l-flow-inner .l-row .l-col._02 .ttl {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-flow-inner .l-row .l-col._03 .l-col-inner {
  padding-right: 2.5em;
  padding-left: 4em;
}
.l-flow-inner .l-row .l-col._03 .l-col-inner::before {
  background-image: url(../img/i-step03.svg);
  width: 34%;
  padding-top: 32%;
  left: 36%;
  top: 3%;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._03 .l-col-inner::before {
    padding-top: 15.5%;
    left: 0;
    right: 0;
  }
}
.l-flow-inner .l-row .l-col._03 .ttl {
  margin-right: -2em;
}
@media (max-width: 960px) {
  .l-flow-inner .l-row .l-col._03 .ttl {
    margin-right: 0;
  }
}
.l-flow-inner .l-row .l-col._01 .l-col-inner, .l-flow-inner .l-row .l-col._02 .l-col-inner, .l-flow-inner .l-row .l-col._03 .l-col-inner {
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._01 .l-col-inner, .l-flow-inner .l-row .l-col._02 .l-col-inner, .l-flow-inner .l-row .l-col._03 .l-col-inner {
    padding-left: 17vw;
    padding-right: 17vw;
  }
}
@media (max-width: 1380px) {
  .l-flow-inner .l-row .l-col._01 .ttl, .l-flow-inner .l-row .l-col._02 .ttl, .l-flow-inner .l-row .l-col._03 .ttl {
    margin: 0;
  }
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._01 .ttl, .l-flow-inner .l-row .l-col._02 .ttl, .l-flow-inner .l-row .l-col._03 .ttl {
    text-align: center;
  }
}
@media (max-width: 1380px) {
  .l-flow-inner .l-row .l-col._01 .ttl img, .l-flow-inner .l-row .l-col._02 .ttl img, .l-flow-inner .l-row .l-col._03 .ttl img {
    height: 7.8em;
  }
}
@media (max-width: 960px) {
  .l-flow-inner .l-row .l-col._01 .ttl img, .l-flow-inner .l-row .l-col._02 .ttl img, .l-flow-inner .l-row .l-col._03 .ttl img {
    height: 6.8em;
  }
}
@media (max-width: 960px) {
  .l-flow-inner .l-row .l-col._01 .ttl img, .l-flow-inner .l-row .l-col._02 .ttl img, .l-flow-inner .l-row .l-col._03 .ttl img {
    height: 6em;
  }
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col._01 .ttl img, .l-flow-inner .l-row .l-col._02 .ttl img, .l-flow-inner .l-row .l-col._03 .ttl img {
    margin: auto;
  }
}
.l-flow-inner .l-row .l-col .txt {
  font-size: 1.3em;
}
@media (max-width: 690px) {
  .l-flow-inner .l-row .l-col .txt {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .l-flow-inner .l-row .l-col .txt {
    font-size: 3vw;
  }
}
.l-flow-inner .l-row .l-col .txt ._min {
  font-size: 0.75em;
}
.l-flow .tx-image-l,
.l-flow .tx-image-r {
  position: absolute;
  z-index: -1;
}
@media (max-width: 960px) {
  .l-flow .tx-image-l,
  .l-flow .tx-image-r {
    width: 6vw;
  }
}
.l-flow .tx-image-l {
  left: 0;
  bottom: 8em;
}
@media (max-width: 690px) {
  .l-flow .tx-image-l {
    bottom: 50%;
  }
}
.l-flow .tx-image-r {
  right: 0;
  top: 6em;
}

.pg__form,
.pg__thanks,
.pg__contact,
.pg__contact-thanks {
  background-image: url(../img/bg_g_green.jpg);
  background-position: center top;
}
.pg__form::before,
.pg__thanks::before,
.pg__contact::before,
.pg__contact-thanks::before {
  content: none;
}

.entry-header {
  padding-top: 6em;
  padding-bottom: 6em;
}
.entry-header .entry-title {
  text-align: center;
  font-size: 3em;
}

.l-form {
  padding: 8em 0 9.5em;
}
@media (max-width: 690px) {
  .l-form {
    padding-bottom: 14vw;
  }
}
.l-form .sec-ttl {
  margin-bottom: 7.25em;
}
@media (max-width: 690px) {
  .l-form .sec-ttl {
    margin-bottom: 12vw;
  }
}
.l-form .sec-ttl .ttl {
  font-size: 2.7em;
}
@media (max-width: 520px) {
  .l-form .sec-ttl .ttl {
    font-size: 6.8vw;
  }
}
.l-form-inner {
  width: 1036px;
  max-width: 94%;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  padding: 4.5em 8.15em 6.5em;
  border-radius: 1.8em;
}
@media (max-width: 1180px) {
  .l-form-inner {
    padding: 5vw 8vw;
  }
}
@media (max-width: 690px) {
  .l-form-inner {
    padding: 6vw 5vw;
    border-radius: 1em;
  }
}
.l-form-inner a:hover {
  text-decoration: none;
}
.l-form .dl-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.75em;
}
@media (max-width: 690px) {
  .l-form .dl-form {
    margin-bottom: 1.3em;
  }
}
.l-form .dl-form dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  text-align: left;
  position: relative;
  width: 34.5%;
  justify-content: flex-start;
  padding-right: 3.5em;
}
@media (max-width: 690px) {
  .l-form .dl-form dt {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
.l-form .dl-form dt.i-must::after {
  content: "必須";
  display: inline-block;
  font-size: 0.7em;
  background-color: #3b4043;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  padding: 0.5em 0.75em;
  position: absolute;
  margin: auto;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 690px) {
  .l-form .dl-form dt.i-must::after {
    font-size: 2vw;
    padding: 0.25em 0.5em;
    position: relative;
    margin: 0 0 0 1em;
    right: auto;
    top: auto;
    transform: none;
  }
}
.l-form .dl-form dt.dt-uper {
  align-items: flex-start;
}
.l-form .dl-form dt.dt-uper .tx-dt {
  transform: translateY(1.6em);
}
@media (max-width: 690px) {
  .l-form .dl-form dt.dt-uper .tx-dt {
    transform: none;
  }
}
.l-form .dl-form dd {
  width: 65%;
  padding-left: 0.5em;
  padding: 1em 0.5em;
}
.l-form .dl-form dd.h-area {
  height: auto;
}
@media (max-width: 690px) {
  .l-form .dl-form dd {
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-form .dl-form dd input[type=text],
.l-form .dl-form dd input[type=email],
.l-form .dl-form dd select,
.l-form .dl-form dd textarea {
  border: none;
  border-radius: 0.5em;
  background-color: #f7f7f7;
  height: 3.36em;
  padding: 0 1.3em;
}
.l-form .dl-form dd select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.l-form .dl-form dd input[type=text],
.l-form .dl-form dd input[type=email],
.l-form .dl-form dd select.slc-course {
  width: 100%;
}
.l-form .dl-form dd .l-line {
  position: relative;
}
.l-form .dl-form dd select.slc-year {
  width: 8em;
  margin-right: 0.75em;
  text-align: center;
}
.l-form .dl-form dd select.slc-year + .error {
  position: absolute;
  left: 0;
}
.l-form .dl-form dd select.slc-month {
  width: 6em;
  text-align: center;
}
.l-form .dl-form dd select.slc-month + .error {
  position: absolute;
  left: 0;
}
.l-form .dl-form dd input[type=text].inp-tel {
  width: 8em;
  text-align: center;
}
@media (max-width: 690px) {
  .l-form .dl-form dd input[type=text].inp-tel {
    width: 6em;
  }
}
.l-form .dl-form dd input[type=checkbox] {
  width: 1.8em;
  height: 1.8em;
  margin-right: 1em;
}
.l-form .dl-form dd .select-wrap {
  position: relative;
}
.l-form .dl-form dd .select-wrap::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.3em;
}
.l-form .dl-form dd .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-form .dl-form dd textarea {
  height: 10em;
  margin: 0.5em 0;
}
.l-form .dl-form dd .mwform-checkbox-field {
  display: inline-block;
}
.l-form .dl-form dd .error {
  white-space: nowrap;
  letter-spacing: 0.06em;
  font-size: 0.9em;
}
.l-form .btn {
  width: 574px;
  max-width: 100%;
  margin: auto;
  font-size: 2.4em;
  height: 2.7em;
}
@media (max-width: 840px) {
  .l-form .btn {
    width: 50vw;
    font-size: 1.7em;
  }
}
@media (max-width: 690px) {
  .l-form .btn {
    font-size: 3.7vw;
  }
}
@media (max-width: 840px) {
  .l-form .btn._dl {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .l-form .btn._dl {
    font-size: 4.8vw;
  }
}
.l-form .btn-back {
  width: auto;
  background: linear-gradient(90deg, #3b4043, #999);
  border-radius: 0.5em;
  color: #fff;
}

.l-bnr-area {
  width: 1036px;
  max-width: 94%;
  margin: 0 auto;
  padding: 6em 5em 5em;
  border-radius: 1.8em;
}
@media (max-width: 1180px) {
  .l-bnr-area {
    padding: 5vw 8vw;
  }
}
@media (max-width: 690px) {
  .l-bnr-area {
    padding: 6vw 5vw;
    border-radius: 1em;
  }
}
.l-bnr-area .l-col {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-line {
  display: flex;
  justify-content: center;
  text-align: center;
}

.mw_wp_form_confirm .dl-form dt {
  margin-bottom: 1.5em;
  opacity: 0.5;
}
@media (max-width: 690px) {
  .mw_wp_form_confirm .dl-form dt {
    margin-bottom: 0;
  }
}
.mw_wp_form_confirm .dl-form dd {
  margin-bottom: 1.5em;
}
@media (max-width: 690px) {
  .mw_wp_form_confirm .dl-form dd {
    padding-top: 0.5em;
  }
}
.mw_wp_form_confirm .btn-line {
  justify-content: space-evenly;
}
.mw_wp_form_confirm .btn-line .wrap-btn {
  width: 20%;
}
.mw_wp_form_confirm .btn-line .wrap-btn {
  width: 77%;
}
.mw_wp_form_confirm .btn-line .wrap-btn .btn {
  width: 100%;
}

.pg__thanks .l-form-inner,
.pg__contact-thanks .l-form-inner {
  text-align: center;
}
.pg__thanks .l-form-inner .ttl,
.pg__contact-thanks .l-form-inner .ttl {
  font-size: 2.1em;
  margin-bottom: 2em;
  line-height: 1.4;
}
@media (max-width: 840px) {
  .pg__thanks .l-form-inner .ttl,
  .pg__contact-thanks .l-form-inner .ttl {
    font-size: 1.7em;
  }
}
.pg__thanks .l-form-inner .subttl,
.pg__contact-thanks .l-form-inner .subttl {
  font-size: 1.7em;
  line-height: 1.4;
}
@media (max-width: 840px) {
  .pg__thanks .l-form-inner .subttl,
  .pg__contact-thanks .l-form-inner .subttl {
    font-size: 1.3em;
  }
}
@media (max-width: 690px) {
  .pg__thanks .l-form-inner .subttl,
  .pg__contact-thanks .l-form-inner .subttl {
    text-align: center;
    margin: 1em 0;
  }
}
.pg__thanks .l-form-inner .txt,
.pg__contact-thanks .l-form-inner .txt {
  margin-bottom: 5em;
}
@media (max-width: 690px) {
  .pg__thanks .l-form-inner .txt,
  .pg__contact-thanks .l-form-inner .txt {
    margin-bottom: 2em;
  }
}
.pg__thanks .l-form-inner .l-row,
.pg__contact-thanks .l-form-inner .l-row {
  align-items: center;
  text-align: left;
}
@media (max-width: 690px) {
  .pg__thanks .l-form-inner .l-col,
  .pg__contact-thanks .l-form-inner .l-col {
    margin-bottom: 0;
  }
}

.wrap-image img {
  width: 660px;
  max-width: 100%;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
}

.l-pamphlet-inner {
  text-align: center;
}
.l-pamphlet-inner .ttl {
  font-size: 2.1em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media (max-width: 840px) {
  .l-pamphlet-inner .ttl {
    font-size: 1.7em;
    line-height: 1.6;
  }
}
@media (max-width: 520px) {
  .l-pamphlet-inner .ttl {
    font-size: 4.8vw;
  }
}
.l-pamphlet-inner .wrap-image {
  margin-bottom: 5em;
}
.l-pamphlet-inner .tx-lead {
  margin-bottom: 4em;
}
.l-pamphlet-inner .l-frame-check {
  border: 1px solid #3b4043;
  background-color: #fff;
  width: 637px;
  max-width: 94%;
  padding: 4em 1em;
  margin: 0 auto 9em;
}
.l-pamphlet-inner .l-frame-check .ul-reco-list {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  position: relative;
  font-size: 1.2em;
}
.l-pamphlet-inner .l-frame-check .ul-reco-list li {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 1.9em;
  letter-spacing: 0.11em;
}
.l-pamphlet-inner .l-frame-check .ul-reco-list li:last-of-type {
  margin-bottom: 0;
}
.l-pamphlet-inner .l-frame-check .ul-reco-list li::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 36px;
  background-image: url(../img/i-check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.site-footer-inner {
  position: relative;
  background-color: rgba(238, 238, 238, 0.95);
  padding: 2.25em 0;
}
@media (max-width: 690px) {
  .site-footer-inner {
    padding: 1.25em 0 1em;
  }
}
.site-footer-inner .l-btn {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .site-footer-inner .l-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
  }
}
.site-footer-inner .l-btn-blk {
  width: 48%;
  max-width: 336px;
}
@media (max-width: 960px) {
  .site-footer-inner .l-btn-blk {
    width: 47%;
  }
}
@media (max-width: 690px) {
  .site-footer-inner .l-btn-blk {
    width: 50%;
    max-width: none;
  }
}
@media (max-width: 690px) {
  .site-footer-inner .l-btn-blk.sa.sa--up_01, .site-footer-inner .l-btn-blk.sa.sa--up_02 {
    opacity: 1;
    transform: none;
  }
}
.site-footer-inner .l-btn-blk a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 2.1em;
  font-weight: bold;
  height: 3.2em;
  border-radius: 0.8em;
  letter-spacing: normal;
}
@media (max-width: 960px) {
  .site-footer-inner .l-btn-blk a {
    font-size: 1.7em;
  }
}
@media (max-width: 840px) {
  .site-footer-inner .l-btn-blk a {
    font-size: 1.5em;
  }
}
@media (max-width: 690px) {
  .site-footer-inner .l-btn-blk a {
    font-size: 3.7vw;
    border-radius: 0;
  }
}
.site-footer-inner .l-btn-blk._contact a::before {
  background: linear-gradient(to right, #3b60e3, #48c2ef);
}
.site-footer-inner .l-btn-blk._contact a::after {
  background: linear-gradient(to right, #48c2ef, #3b60e3);
}
.site-footer-inner .l-btn-blk._form a {
  letter-spacing: 0.5em;
}
.site-footer-inner .l-row {
  justify-content: space-between;
}
.site-footer-inner .l-row .l-col {
  margin-bottom: 0;
}
.site-footer-inner .l-row .l-tel {
  width: 44%;
  padding-top: 1.5em;
}
@media (max-width: 960px) {
  .site-footer-inner .l-row .l-tel {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .site-footer-inner .l-row .l-tel {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.site-footer-inner .l-row .l-tel-num {
  width: 84%;
  margin-bottom: 0.3em;
}
@media (max-width: 690px) {
  .site-footer-inner .l-row .l-tel-num {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer-inner .l-row .l-btn {
  width: 56%;
}
@media (max-width: 960px) {
  .site-footer-inner .l-row .l-btn {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .site-footer-inner .l-row .l-btn {
    width: 100%;
    z-index: 1;
  }
}

.site-info {
  padding-top: 3em;
  background-color: rgba(59, 64, 67, 0.95);
}
.site-info .l-row {
  justify-content: space-between;
}
.site-info .l-row .site-info-company {
  width: auto;
}
@media (max-width: 690px) {
  .site-info .l-row .site-info-company {
    width: 100%;
  }
}
.site-info .l-row .site-info-company a {
  color: #fff;
}
@media (max-width: 1180px) {
  .site-info .l-row .site-info-company .is-tab {
    display: block;
  }
}
.site-info .l-row .site-info-menu {
  width: 26em;
  padding-top: 4.5em;
}
@media (max-width: 840px) {
  .site-info .l-row .site-info-menu {
    width: 45%;
  }
}
@media (max-width: 690px) {
  .site-info .l-row .site-info-menu {
    width: 100%;
    padding-top: 0;
  }
}
.site-info .l-row .site-info-menu .ul-menu {
  display: flex;
}
.site-info .l-row .site-info-menu .ul-menu li a {
  position: relative;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 1.6em;
  white-space: nowrap;
}
.site-info .l-row .site-info-menu .ul-menu li a::before {
  content: "";
  width: 0.5em;
  height: 0.7em;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  margin: auto;
  left: 0.75em;
  top: 0;
  bottom: 0;
}
.site-info-logo {
  margin-bottom: 1em;
}
.site-info-logo img {
  height: 2.5em;
}
.site-info .txt {
  font-size: 0.7em;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 690px) {
  .site-info .txt {
    font-size: 1em;
  }
}
.site-info .tx-copy {
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  padding-top: 6.5%;
  padding-bottom: 4%;
}
@media (max-width: 690px) {
  .site-info .tx-copy {
    padding-top: 0;
  }
}

@media (max-width: 690px) {
  .site-footer {
    padding-bottom: 11vw;
  }
}

.l-emp {
  min-height: 80vh;
  padding-top: 12em;
}
.l-emp .page-title {
  font-size: 4.8em;
  margin-bottom: 1em;
}

.scl-view {
  position: relative;
  display: inline-block;
}
.scl-view .is-mttl--top {
  transition: -webkit-clip-path 0.8s cubic-bezier(0, 0.85, 0.09, 0.09);
  transition: clip-path 0.8s cubic-bezier(0, 0.85, 0.09, 0.09);
  transition: clip-path 0.8s cubic-bezier(0, 0.85, 0.09, 0.09), -webkit-clip-path 0.8s cubic-bezier(0, 0.85, 0.09, 0.09);
  -webkit-clip-path: polygon(0 0, -100% 0, -100% 100%, 0 100%);
          clip-path: polygon(0 0, -100% 0, -100% 100%, 0 100%);
  position: absolute;
  color: #00aa8f;
  top: 0;
  left: 0;
  display: block;
  letter-spacing: 0.02em;
}
.scl-view .is-mttl--bottom {
  color: rgba(59, 64, 67, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
  letter-spacing: 0.02em;
}
.scl-view.is-active .is-mttl--top {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.scl-view.is-active .is-mttl--bottom {
  opacity: 1;
  transform: translateZ(0);
}/*# sourceMappingURL=style-plus.css.map */