@charset "UTF-8";
.SupportMoneyImage {
  height: auto;
  padding: 0 17px;
}

.Cta .SupportMoneyImage {
  height: auto;
  margin: 5px 0 28px;
  padding: initial;
}

.PamphletTitleLead:before, .PamphletTitleLead:after, .ComparisonTitle:before, .ComparisonTitle:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  position: relative;
  top: 3px;
  background-image: url(/assets/img/top_new/heading-image.svg);
  background-size: contain;
  vertical-align: middle;
}

.PickupImage, .sidebarColumnLink, .headerPcItem {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.PickupImage:hover, .sidebarColumnLink:hover, .headerPcItem:hover {
  opacity: 0.6;
}

.ComparisonList, .Trouble {
  max-width: 630px;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #232323;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  .brSp {
    display: none;
  }
}

.brPc {
  display: none;
}
@media screen and (min-width: 600px) {
  .brPc {
    display: block;
  }
}

#container {
  max-width: 1070px;
  padding-top: initial;
}
@media screen and (min-width: 600px) {
  #container {
    margin: 60px auto 0;
    z-index: 1;
    overflow: hidden;
  }
}

@media screen and (min-width: 600px) {
  #main {
    float: left;
    width: 800px;
  }
}

.imgResponsive {
  display: block;
  width: 100%;
  height: auto;
}

.Slider {
  background: #FFF;
  height: 77px;
  max-width: 420px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SliderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SliderList:first-child {
  -webkit-animation: loop1 40s -20s linear infinite;
  animation: loop1 40s -20s linear infinite;
}
.SliderList + .SliderList {
  -webkit-animation: loop2 40s linear infinite;
  animation: loop2 40s linear infinite;
}
.SliderList_Item {
  margin-right: 8px;
  width: 89px;
  padding: 0;
}
.SliderList_Item img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/**
パフォーマンスの都合上
下記slickライブラリのcssファイルの中身（CDNで読み込んでいた）を記述した
slick-carousel@1.8.1/slick/slick.css
slick-carousel@1.8.1/slick/slick-theme.css
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#header {
  z-index: 98;
}
#header.header {
  height: 75px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.headerMenuButtonClose:after, .headerMenuButtonClose:before {
  content: "";
  position: fixed;
  top: 46px;
  right: 45px;
  width: 1.5px;
  height: 25px;
  background: #232323;
}

@media screen and (min-width: 600px) {
  .headerSp {
    display: none;
  }
}
.headerLogoImage {
  position: absolute;
  top: 36px;
  left: 16px;
  width: 175px;
  z-index: 98;
}
@media screen and (max-width: 375px) {
  .headerLogoImage {
    width: 155px;
  }
}
.headerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 17px;
}
.headerTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 58px;
  margin-right: 5px;
  border-radius: 29px;
  background: #0ABAB5;
}
.headerTel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 3px;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1rem;
}
.headerTelImage {
  width: 31px;
  margin-right: 4px;
}
.headerTelText {
  width: 50px;
}
.headerMenuButton {
  width: 58px;
  height: 58px;
  padding: 0 18px;
  border-radius: 50%;
  background: #0ABAB5;
  line-height: 4em;
}
.headerMenuButtonTrigger {
  position: relative;
  width: 21px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headerMenuButtonTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.headerMenuButtonTrigger span:nth-of-type(1) {
  top: 0;
}
.headerMenuButtonTrigger span:nth-of-type(2) {
  top: 7px;
}
.headerMenuButtonTrigger span:nth-of-type(3) {
  bottom: 0;
}
.headerMenuButtonClose {
  display: block;
  position: relative;
}
.headerMenuButtonClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.headerMenuButtonClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.headerMenuContents {
  position: fixed;
  right: 0;
  width: 90%;
  height: 100%;
  padding: 80px 26px 35px 35px;
  background: #FFF;
  -webkit-box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.03);
          box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-y: scroll;
  z-index: 99;
}
.headerMenuContents.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.headerMenuContentsItem {
  margin-bottom: 30px;
  font-size: 18px;
}
.headerMenuContentsItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.headerMenuContentsItemCta {
  position: relative;
  margin-bottom: 22px;
  padding: 16px 0px 16px 60px;
  border-radius: 7px;
  background: #B0EAE9;
  font-size: 16.5px;
}
.headerMenuContentsItemCta a {
  font-size: 16.5px;
}
@media screen and (max-width: 375px) {
  .headerMenuContentsItemCta a {
    font-size: 15px;
  }
}
.headerMenuContentsIcon {
  width: 40px;
  margin-right: 15px;
}
.headerMenuContentsIconCta {
  position: absolute;
  left: -24px;
  top: -5px;
  width: 85px;
  height: auto;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
.headerMenuContentsTitle {
  width: 210px;
}
.headerMenuContentsImage {
  height: auto;
  margin-bottom: 20px;
}
.headerMenuContentsPickup {
  background: #CFF5F1;
  margin: 16px 0 24px;
  padding: 1px 0;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.12rem;
}

.headerPcContainer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background: #FFF;
  z-index: 99;
}
@media screen and (max-width: 599px) {
  .headerPcContainer {
    display: none;
  }
}
.headerPcLogo {
  position: relative;
  bottom: 5px;
}
.headerPcList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.headerPcItem {
  font-size: 16px;
  line-height: 1.5rem;
}
.headerPcItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerPcItem img {
  width: inherit;
  margin-right: 10px;
}
.headerPcItemTel {
  padding: 3px 18px 8px;
  border-radius: 11px;
  background: #0ABAB5;
  color: #FFF;
  font-size: 24px;
}
.headerPcItemTel:hover {
  opacity: initial;
}
.headerPcItemTel .headerPcItemLink:hover {
  color: #fff;
}
.headerPcItemTel img {
  width: 38px;
}
.headerPcItemTelWeak {
  font-size: 13px;
}

footer {
  position: initial;
  margin: 80px 0 0 0;
  border-top: initial;
  background: #F5FAF9;
  padding: 60px 0 0;
}

#pagetop {
  display: block;
  position: relative;
  top: initial;
  right: initial;
  height: initial;
  padding-top: 30px;
  border-radius: initial;
  background: none;
  color: initial;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.FooterTopLink {
  position: initial;
  padding: initial;
  color: initial;
  line-height: initial;
}
.FooterTopButton {
  display: block;
  position: absolute;
  left: 49%;
  top: 10px;
  width: 12px;
  height: 12px;
  border-top: 0.2em solid #232323;
  border-right: 0.2em solid #232323;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .FooterTopButton {
    left: 49.5%;
  }
}
.FooterList {
  margin-top: 64px;
  border-bottom: none;
  text-align: center;
}
.FooterItem {
  float: none;
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 2.5rem;
}
.FooterItem:not(:nth-child(3)):not(:nth-child(6)) {
  margin-right: 18px;
}
.FooterItem:not(:nth-child(3)):not(:nth-child(6)):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 12px;
  right: -11px;
  background-color: #232323;
}
@media screen and (min-width: 600px) {
  .FooterItem:nth-child(3) {
    margin-right: 18px;
  }
  .FooterItem:nth-child(3):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 12px;
    right: -11px;
    background-color: #232323;
  }
}
.FooterItem a {
  font-weight: 400;
}
.FooterAddress {
  margin-top: 30px;
  padding-bottom: 124px;
  color: initial;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 600px) {
  .FooterAddress {
    padding-bottom: 145px;
  }
}

#sidebar {
  float: right;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  #sidebar {
    display: none;
  }
}

.sidebarItem {
  display: inline-block;
  margin-bottom: 20px;
}
.sidebarItemPr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border: solid 3px #CFF5F1;
  margin-bottom: 10px;
  padding: 7px 10px;
}
.sidebar img {
  height: auto;
}
.sidebarColumnLink {
  display: block;
  position: relative;
}
.sidebarColumnImage {
  height: 130px !important;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebarColumnTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 7px 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4588235294)), color-stop(10%, rgba(255, 255, 255, 0.8117647059)), to(#ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0.4588235294) 0%, rgba(255, 255, 255, 0.8117647059) 10%, #ffffff 100%);
  font-size: 12px;
}
.sidebarTitle {
  background: #CFF5F1;
  margin: 36px 0 24px;
  padding: 1px 0;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.12rem;
}
.sidebarLink {
  display: inline-block;
  width: 100%;
  height: 60px;
  background: #F5F9FA;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.2rem;
}
.sidebarBannerLink {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebarBannerLink:hover {
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (min-width: 600px) {
  .PcNone {
    display: none;
  }
}

.Banner {
  padding: 30px;
}
.BannerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 345px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BannerFlex a {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}
@media screen and (max-width: 600px) {
  .BannerFlex a {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
.BannerShadow {
  -webkit-box-shadow: 0px 4px 8px #C5C5C5;
          box-shadow: 0px 4px 8px #C5C5C5;
}
.BannerAdjust {
  padding: 0;
}
.BannerHover:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.BannerCenterParent {
  display: inline-block;
  text-align: center;
}
.BannerCenterChild {
  padding: 0;
  width: 80%;
}

.Mv {
  position: relative;
  height: 400px;
  background: no-repeat top -90px left -145px url(/assets/img/top_new/main-image.jpg);
  background-size: 1070px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .Mv {
    max-width: 1440px;
    height: 615px;
    margin: 90px auto 0;
    background-image: url(/assets/img/top_new/main-image.jpg);
    background-size: 118%;
    background-position: top -135px right -250px;
    background-repeat: no-repeat;
  }
}
.MvCopy {
  position: absolute;
  right: 10px;
  bottom: 112px;
  color: #FFF;
  font-size: 16px;
  line-height: 2.1em;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 600px) {
  .MvCopy {
    right: 110px;
    bottom: 270px;
    font-size: 40px;
  }
}
.MvCopyImage {
  width: initial;
  margin-right: 4px;
  vertical-align: initial;
}
@media screen and (min-width: 600px) {
  .MvCopyImage {
    width: 22px;
    height: auto;
    margin-right: 6px;
  }
}
.MvCopyWeak {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 4px;
  background: #FF5E5E;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 600px) {
  .MvCopyWeak {
    margin-bottom: 26px;
    padding: 6px;
    font-size: 23px;
  }
}
.MvCopyBox {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 3px 6px;
  background-color: #FFF;
  color: #232323;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 600px) {
  .MvCopyBox {
    padding: 9px 15px;
  }
}
.MvCopyStrong1 {
  color: #FF5E5E;
  font-size: 50px;
}
@media screen and (min-width: 600px) {
  .MvCopyStrong1 {
    font-size: 92px;
  }
}
.MvCopyStrong2 {
  color: #FF5E5E;
}
.MvBadge {
  position: absolute;
  width: 265px;
  right: 16px;
  bottom: 25px;
}
@media screen and (min-width: 600px) {
  .MvBadge {
    width: 550px;
    right: 195px;
    bottom: 70px;
  }
}
.Mv_Image {
  display: block;
  position: relative;
  right: -20px;
  margin: 56px auto 0;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
}
@media screen and (min-width: 600px) {
  .Mv_Image {
    width: 41%;
    position: relative;
    right: 25px;
  }
}
.MvText_Heading {
  padding-bottom: 6px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .MvText_Heading {
    font-size: 22px;
  }
}

.Cta {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#cff5f1), to(#d2f8f4));
  background: linear-gradient(#cff5f1 0%, #d2f8f4 100%);
}
.CtaFixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 9px 20px;
  background: rgba(176, 234, 233, 0.45);
  z-index: 98;
}
@media screen and (min-width: 600px) {
  .CtaFixed {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .CtaFixedPc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .CtaFixedPc {
    display: block;
    padding: 0 0 10px;
  }
}
.CtaFixedPc .CtaContents {
  position: relative;
  left: 40px;
  max-width: 100%;
}
.CtaFixedButton {
  background: #0ABAB5;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px;
  margin: 4px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 375px) {
  .CtaFixedButton {
    font-size: 19px;
  }
}
.CtaFixedButtonPc {
  display: inline-block;
  position: relative;
  margin: initial;
  padding: 13px 20px;
  background-color: #FFF;
  color: #232323;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CtaFixedButtonWeak {
  font-size: 14px;
}
.CtaFixedButtonImage {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 85px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .CtaFixedButtonImage {
    left: -84px;
    top: -6px;
    width: 110px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
@media screen and (min-width: 600px) {
  .CtaSmall {
    border-radius: 12px;
  }
  .CtaSmall .SupportMoneyImage {
    display: block;
    width: 410px;
    margin: 5px auto 25px;
  }
  .CtaSmall .CtaHeading {
    font-size: 21px;
  }
}
.CtaBox {
  padding: 32px 16px 16px;
  text-align: center;
  border-radius: 12px;
  background: #FFF;
  max-width: 612px;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .CtaBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 830px;
  }
}
.CtaHeading {
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .CtaHeading {
    margin-right: 20px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.CtaHeading-Sub {
  display: inline-block;
  position: relative;
}
.CtaHeading-Sub:before {
  content: url(/assets/img/lp_wa/lp001/cta-image.svg);
  position: absolute;
  left: -23px;
  top: -23px;
  width: 35px;
  height: 18px;
}
.CtaHeading-Underline {
  border-bottom: 3px solid #E8D295;
  font-size: 1.47em;
}
.CtaHeading-Weak {
  font-size: 0.69em;
}
@media screen and (min-width: 600px) {
  .CtaWrap {
    padding: 19px 25px;
    border-radius: 17px;
    background: #F5FAF9;
  }
}
@media screen and (min-width: 600px) {
  .CtaWrap .CtaContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -5px auto;
  }
}
.CtaContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7px auto -5px;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .CtaContents {
    max-width: 100%;
  }
}
.CtaList {
  margin: 5px;
}
.CtaLink {
  background: #0ABAB5;
  display: inline-block;
  padding: 16px 9px;
  border-radius: 12px;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .CtaLink {
    text-align: center;
  }
}
.CtaLink:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  background: #078a86;
}
.CtaLink-Strong {
  font-size: 1.18em;
  display: inline-block;
  line-height: 1;
}
.CtaLink-Number {
  font-size: 1.86em;
}
@media screen and (min-width: 600px) {
  .CtaLink-Number {
    font-size: 2em;
  }
}
.CtaTel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 87%;
  margin: 10px auto 0;
  padding: 2px 0 6px;
  border: 1px solid #0ABAB5;
  border-radius: 11px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #0ABAB5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .CtaTel {
    width: 96%;
    border: none;
    background: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.CtaTel:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (min-width: 600px) {
  .CtaTel:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
.CtaTelImage {
  width: 33px;
  height: auto;
  margin: 3px 8px 0 0;
}
@media screen and (min-width: 600px) {
  .CtaTelImage {
    width: 37px;
  }
}
.CtaTelText {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.1;
}
@media screen and (min-width: 600px) {
  .CtaTelText {
    font-size: 24px;
  }
}
.CtaTelTextWeak {
  font-size: 11px;
}
@media screen and (min-width: 600px) {
  .CtaTelTextSp {
    display: none;
  }
}
.CtaTelTextPc {
  display: none;
}
@media screen and (min-width: 600px) {
  .CtaTelTextPc {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .CtaSp {
    display: none;
  }
}

.Trouble {
  position: relative;
  padding: 36px 30px 44px;
  background: #F5FAF9;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .Trouble {
    padding: 30px 75px 44px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 91%);
  }
}
.TroubleLead {
  display: block;
  width: 159px;
  height: 44px;
  margin: 0 auto;
  background: no-repeat url(/assets/img/top_new/trouble-balloon.png);
  background-size: cover;
  font-size: 15px;
  text-align: center;
  line-height: 2.5;
}
.TroubleTitle {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 375px) {
  .TroubleTitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 600px) {
  .TroubleTitle {
    text-align: left;
  }
}
.TroubleTitleStrong {
  color: #0ABAB5;
  font-size: 33px;
}
@media screen and (max-width: 375px) {
  .TroubleTitleStrong {
    font-size: 30px;
  }
}
.TroubleList {
  margin: 10px 0;
}
.TroubleItem {
  position: relative;
  padding-left: 17px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.TroubleItem:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ABAB5;
  content: "";
}
.TroubleImage {
  position: absolute;
  right: 16px;
  bottom: 4px;
  width: 115px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .TroubleImage {
    width: 120px;
    bottom: 23px;
  }
}

.Corp {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .Corp {
    padding: 40px 0 0;
  }
}
.CorpHeader {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
.CorpHeaderWeak {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
}
.CorpHeaderStrong {
  font-size: 25px;
}
.CorpHeaderLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F8F190));
  background: linear-gradient(transparent 70%, #F8F190 70%);
}
.CorpHeaderPoint {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.CorpHeaderPoint:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 1px));
          transform: translateX(calc(-50% - 1px));
  top: -8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: -1;
}
.CorpHeaderPoint:after {
  background: #FF5E5E;
}
.CorpTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 12px 0;
  background: #FCF9D2;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 600px) {
  .CorpTitle {
    padding: 15px 0;
  }
}
.CorpTitleStrong {
  position: relative;
  bottom: 1px;
  font-size: 22px;
}
.CorpTitleIcon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.CorpList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 17px 0;
}
@media screen and (min-width: 600px) {
  .CorpList {
    padding: 10px 0 50px;
  }
}
.CorpItem {
  position: relative;
  top: 0;
  width: 23.3%;
  margin: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.CorpItem:hover {
  top: -3px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 375px) {
  .CorpItem {
    width: 23%;
  }
}
@media screen and (min-width: 600px) {
  .CorpItem {
    width: 100px;
    margin: 13px 7px;
  }
}

.Pr {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .Pr {
    display: none;
  }
}
.PrTitle {
  margin: 10px 0 0;
  padding: 1px 0 3px;
  background: #f1f1f1;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.PrWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 20px;
}
.PrLink {
  text-align: center;
}
.PrImage {
  height: auto;
  padding: 0 10px;
}

.Comparison {
  padding: 30px 17px;
  background: #F5FAF9;
}
@media screen and (min-width: 600px) {
  .Comparison {
    margin-bottom: 50px;
    padding: 32px 17px 37px;
    border-radius: 25px;
  }
}
.ComparisonTitle {
  margin-bottom: 24px;
  color: #0ABAB5;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 600px) {
  .ComparisonTitle {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.ComparisonTitle:before {
  right: 5px;
  opacity: 0.4;
}
@media screen and (min-width: 600px) {
  .ComparisonTitle:before {
    top: -1px;
    right: 14px;
    width: 27px;
    height: 30px;
  }
}
.ComparisonTitle:after {
  left: 3px;
  opacity: 0.4;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 600px) {
  .ComparisonTitle:after {
    top: -1px;
    left: 5px;
    width: 27px;
    height: 30px;
  }
}
.ComparisonTitleStrong {
  font-size: 23px;
}
@media screen and (min-width: 600px) {
  .ComparisonTitleStrong {
    font-size: 25px;
  }
}
.ComparisonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ComparisonItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 112px;
  height: 127px;
  padding-bottom: 10px;
  border: solid 1px #0ABAB5;
  border-radius: 12px;
  background: #FFF;
}
@media screen and (max-width: 375px) {
  .ComparisonItem {
    width: 108px;
  }
}
@media screen and (min-width: 600px) {
  .ComparisonItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: initial;
    height: 100px;
    padding: 0 11px;
  }
}
.ComparisonItemImage {
  height: auto;
}
.ComparisonItemImageFree {
  width: 63px;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemImageFree {
    margin-bottom: 5px;
    margin-right: 8px;
  }
}
.ComparisonItemImageArea {
  width: 70px;
  margin-bottom: 6px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemImageArea {
    margin-bottom: 3px;
    margin-right: 4px;
  }
}
.ComparisonItemImageCampaign {
  width: 66px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemImageCampaign {
    margin-bottom: 2px;
    margin-right: 6px;
  }
}
.ComparisonItemText {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .ComparisonItemText {
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }
}
.ComparisonItemTextStrongFree {
  font-size: 17px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemTextStrongFree {
    font-size: 18px;
  }
}
.ComparisonItemTextStrongArea {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemTextStrongArea {
    font-size: 17px;
  }
}
.ComparisonItemTextStrongCampaign {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .ComparisonItemTextStrongCampaign {
    font-size: 17px;
  }
}

.Pamphlet {
  padding: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d2feef), to(#d2f4f8));
  background: linear-gradient(#d2feef 0%, #d2f4f8 100%);
}
.PamphletContainer {
  padding: 28px 0 8px;
  background: #FFF;
}
@media screen and (min-width: 600px) {
  .PamphletContainer {
    padding: 38px 0 8px;
  }
}
@media screen and (min-width: 600px) {
  .PamphletContainerPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.PamphletTitle {
  position: relative;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1rem;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .PamphletTitle {
    font-size: 25px;
  }
}
.PamphletTitle:before {
  content: "";
  display: inline-block;
  width: 67px;
  height: 50px;
  position: absolute;
  left: 54px;
  bottom: -5px;
  background-image: url(/assets/img/top_new/pamphlet-booklet.png);
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .PamphletTitle:before {
    left: 244px;
  }
}
.PamphletTitleLead {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .PamphletTitleLead {
    font-size: 17px;
    margin-bottom: 18px;
  }
}
.PamphletTitleLead:before {
  right: 5px;
}
.PamphletTitleLead:after {
  left: -2px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.PamphletTitleStrong {
  font-size: 24px;
}
.PamphletList {
  width: 280px;
  margin: 28px auto 0;
}
@media screen and (min-width: 600px) {
  .PamphletList {
    margin: 30px auto 40px;
  }
}
.PamphletItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}
.PamphletItemImage {
  width: 28px;
  margin-right: 14px;
}
.PamphletItemText {
  font-weight: 700;
  font-size: 18px;
}
.PamphletItemTextStrong {
  color: #FF5E5E;
}
.PamphletImage {
  margin-top: 30px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .PamphletImage {
    position: relative;
    right: 20px;
    margin-top: 20px;
    width: 380px;
    height: auto;
  }
}

.Merit {
  padding: 46px 0;
  background: #F5FAF9;
}
@media screen and (min-width: 600px) {
  .Merit {
    padding: 90px 0 80px;
    background: #FFF;
  }
}
.MeritTitle {
  position: relative;
  font-size: 19px;
  text-align: center;
  line-height: 2.7rem;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .MeritTitle {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 3rem;
  }
}
.MeritTitleImage {
  width: 52px;
  position: absolute;
  top: -14px;
  left: 35px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .MeritTitleImage {
    width: 75px;
    top: -32px;
    left: 192px;
  }
}
.MeritTitleStrong {
  font-size: 36px;
}
@media screen and (min-width: 600px) {
  .MeritTitleStrong {
    font-size: 43px;
  }
}
.MeritTitleBlue {
  color: #0ABAB5;
}
.MeritList {
  margin: 20px 0;
}
.MeritItem {
  margin: 20px 7px 0;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 600px) {
  .MeritItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 180px;
    margin: 55px 7px 0;
    padding-left: 30px;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.13));
            filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.13));
  }
}
.MeritItemTitle {
  margin: 6px 0 0 22px;
  font-size: 18px;
  line-height: 1.7rem;
}
@media screen and (min-width: 600px) {
  .MeritItemTitle {
    position: relative;
    right: 40px;
    margin: 32px 0 0 0;
  }
}
.MeritItemTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 22px 15px;
}
@media screen and (min-width: 600px) {
  .MeritItemTitleBox {
    padding: initial;
  }
}
.MeritItemTitleLead {
  position: relative;
  font-size: 14px;
  text-align: center;
  line-height: 1.7rem;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .MeritItemTitleLead {
    bottom: 36px;
    left: -10px;
    font-size: 12px;
    line-height: 1.5rem;
  }
}
.MeritItemTitleLeadImage {
  width: 91px;
  position: absolute;
  top: -26px;
  left: -25px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .MeritItemTitleLeadImage {
    width: 80px;
    top: -29px;
    left: -22px;
  }
}
.MeritItemTitleLeadNumber {
  font-size: 36px;
  text-shadow: 0.06em 0.03em 0em #FFF;
}
@media screen and (min-width: 600px) {
  .MeritItemTitleLeadNumber {
    font-size: 30px;
  }
}
.MeritItemTitleStrong {
  color: #C9A94E;
}
.MeritItemText {
  margin-bottom: 25px;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 600px) {
  .MeritItemText {
    width: 440px;
    padding: 15px 15px 0;
  }
}
@media screen and (min-width: 600px) {
  .MeritItemImage {
    width: 300px;
    height: 180px;
    border-radius: 0 12px 12px 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 600px) {
  .MeritItemImage1 {
    -o-object-position: -90px 0;
       object-position: -90px 0;
  }
}
@media screen and (min-width: 600px) {
  .MeritItemImage2 {
    -o-object-position: -22px 0;
       object-position: -22px 0;
  }
}
@media screen and (min-width: 600px) {
  .MeritItemImage3 {
    -o-object-position: -8px 0px;
       object-position: -8px 0px;
  }
}

.slick-slide img {
  height: auto;
}

.slick-dots {
  bottom: -40px;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots li button:before {
  color: #c5c5c5;
  opacity: initial;
  font-size: 20px;
}

.slick-dots li.slick-active button:before {
  color: #0ABAB5;
  opacity: initial;
}

.Select {
  padding: 46px 0 72px;
  background: #F5FAF9;
}
@media screen and (min-width: 600px) {
  .Select {
    padding: 80px 0;
    background: #FFF;
  }
}
.SelectTitle {
  position: relative;
  font-size: 33px;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 600px) {
  .SelectTitle {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 43px;
    line-height: 3.1rem;
  }
}
.SelectTitleLead {
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .SelectTitleLead {
    font-size: 24px;
  }
}
.SelectTitleColor {
  font-size: 28px;
}
@media screen and (min-width: 600px) {
  .SelectTitleColor {
    font-size: 32px;
  }
}
.SelectTitleColorBlue {
  color: #0ABAB5;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.SelectTitleColorBlue:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 1px));
          transform: translateX(calc(-50% - 1px));
  top: -8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: -1;
}
.SelectTitleColorBlue:after {
  background: #0ABAB5;
}
.SelectTitleColorYellow {
  color: #EBCC00;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.SelectTitleColorYellow:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 1px));
          transform: translateX(calc(-50% - 1px));
  top: -8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: -1;
}
.SelectTitleColorYellow:after {
  background: #EBCC00;
}
.SelectTitleColorGreen {
  color: #4DD99F;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.SelectTitleColorGreen:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 1px));
          transform: translateX(calc(-50% - 1px));
  top: -8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: -1;
}
.SelectTitleColorGreen:after {
  background: #4DD99F;
}
.SelectTitleImage {
  position: absolute;
  width: 102px;
  right: 40px;
  bottom: -10px;
}
@media screen and (min-width: 600px) {
  .SelectTitleImage {
    width: 132px;
    height: auto;
    right: 199px;
    bottom: -16px;
  }
}
@media screen and (min-width: 600px) {
  .SelectList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.SelectItem {
  height: 347px;
  margin: 40px 7px 0;
  padding: 18px 14px 0;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 375px) {
  .SelectItem {
    height: 370px;
  }
}
@media screen and (min-width: 600px) {
  .SelectItem {
    width: 260px;
    height: 410px;
    margin: initial;
  }
}
.SelectItemBlue {
  border: 3px solid #B0EAE9;
}
.SelectItemYellow {
  border: 3px solid #F8F190;
}
.SelectItemGreen {
  border: 3px solid #B1ECD3;
}
.SelectItemLead {
  font-size: 19px;
  text-align: center;
  line-height: 1.7rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 600px) {
  .SelectItemLead {
    font-size: 15px;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .SelectItemLeadPc {
    line-height: 43px;
  }
}
.SelectItemTitle {
  margin-bottom: 16px;
  padding: 12px 0 20px;
  font-size: 44px;
  text-align: center;
  line-height: 2rem;
}
.SelectItemTitleBlue {
  border-bottom: 3px solid #B0EAE9;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.8px #0ABAB5;
  text-shadow: 2px 2px #B0EAE9;
}
.SelectItemTitleYellow {
  border-bottom: 3px solid #F8F190;
  color: rgba(0, 0, 0, 0);
  font-size: 31px;
  -webkit-text-stroke: 0.5px #C6B900;
  text-shadow: 2px 2px #FCF9D2;
}
@media screen and (min-width: 600px) {
  .SelectItemTitleYellow {
    font-size: 25px;
  }
}
.SelectItemTitleGreen {
  border-bottom: 3px solid #B1ECD3;
  color: rgba(0, 0, 0, 0);
  font-size: 37px;
  -webkit-text-stroke: 0.8px #4DD99F;
  text-shadow: 2px 2px #B1ECD3;
}
@media screen and (min-width: 600px) {
  .SelectItemTitleGreen {
    font-size: 32px;
  }
}
.SelectItemText {
  font-size: 16px;
  line-height: 1.7rem;
  letter-spacing: 0.05rem;
}
.SelectItemTextBlue {
  color: #0ABAB5;
}
.SelectItemTextYellow {
  color: #C6B900;
}
.SelectItemTextGreen {
  color: #4DD99F;
}
.SelectLink {
  display: block;
  position: relative;
  margin: 0 33px 0;
  padding: 12px 0;
  border: 2px solid #0ABAB5;
  border-radius: 12px;
  background: #FFF;
  color: #0ABAB5;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.SelectLink:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.SelectLink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #0ABAB5;
  border-right: 2px solid #0ABAB5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.SelectLinkText {
  position: relative;
  right: 6px;
}
@media screen and (min-width: 600px) {
  .SelectLink {
    margin: 45px 0 0 0;
    padding: 16px 0;
  }
}

.SelectList.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

#slick-slider2 .slick-dots li:nth-child(2).slick-active button:before {
  color: #EBCC00;
}

#slick-slider2 .slick-dots li:nth-child(3).slick-active button:before {
  color: #4DD99F;
}

.Column {
  padding: 60px 0 50px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .Column {
    padding: 50px 0 80px;
  }
}
.ColumnTitle {
  position: relative;
  margin-bottom: 48px;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 600px) {
  .ColumnTitle {
    width: 520px;
    margin: 0 auto;
    font-size: 43px;
  }
}
.ColumnTitleImage {
  position: absolute;
  z-index: -1;
}
.ColumnTitleImagePencil {
  width: 75px;
  left: 10px;
  top: -50px;
}
.ColumnTitleImageLine {
  width: 91px;
  top: 14px;
  right: -4px;
}
@media screen and (min-width: 600px) {
  .ColumnTitleImageLine {
    width: 91px;
    top: 28px;
    right: -8px;
  }
}
.ColumnTitleStrong {
  color: #0ABAB5;
}
.ColumnLead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 38px 0 18px;
  padding: 0 20px;
  font-size: 21px;
}
@media screen and (min-width: 600px) {
  .ColumnLead {
    margin: 60px 0 18px;
    font-size: 23px;
  }
}
.ColumnLeadImage {
  width: 10px;
  position: relative;
  bottom: 2px;
  margin-right: 9px;
}
.ColumnLeadBalloon {
  margin-left: 13px;
  font-size: 10px;
  letter-spacing: 0.12rem;
}
.ColumnLeadBalloonRed {
  color: #FF5E5E;
}
.ColumnList li:last-child {
  border-bottom: none;
}
.ColumnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
  padding: 12px 0;
  border-bottom: 1px solid #dbdbdb;
}
.ColumnItemImage {
  width: 135px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  border-radius: 12px;
}
.ColumnItemCategory {
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .ColumnItemCategory {
    display: inline-block;
    margin-bottom: 3px;
  }
}
.ColumnItemCategory:hover {
  color: #0ABAB5;
}
.ColumnItemTitle {
  line-height: 1.3rem;
}
@media screen and (min-width: 600px) {
  .ColumnItemTitle {
    font-size: 16px;
    line-height: 1.8rem;
  }
}
.ColumnItemTitle:hover {
  color: #0ABAB5;
}
.ColumnLink {
  display: block;
  position: relative;
  margin: 0 33px 0;
  padding: 12px 0;
  border: 2px solid #0ABAB5;
  border-radius: 12px;
  background: #FFF;
  color: #0ABAB5;
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px 20px 0;
}
.ColumnLink:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.ColumnLink:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #0ABAB5;
  border-right: 2px solid #0ABAB5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ColumnLinkText {
  position: relative;
  right: 6px;
}
@media screen and (min-width: 600px) {
  .ColumnLink {
    margin: 45px 20px 0;
  }
}

.Flow_ItemImg-3, .Flow_ItemImg-2, .Flow_ItemImg-1 {
  display: block;
  position: relative;
  left: 36px;
  height: auto;
  margin-left: auto;
}

.Flow {
  padding: 34px 30px;
  overflow: hidden;
  background: #F5FAF9;
}
.Flow_Title {
  font-size: 37px;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 600px) {
  .Flow_Title {
    font-size: 43px;
  }
}
.Flow_Title-Dots {
  padding-bottom: 0.4em;
  background-image: radial-gradient(circle at 2px center, #0ABAB5, #0ABAB5 2px, transparent 2px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .Flow_Title-Dots {
    padding-bottom: 0.3em;
    font-size: 24px;
  }
}
.Flow_List {
  margin-top: 34px;
}
@media screen and (min-width: 600px) {
  .Flow_List {
    max-width: 600px;
    margin: 40px auto 20px;
  }
}
.Flow_Item {
  position: relative;
  padding-bottom: 5px;
}
.Flow_ItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .Flow_ItemBox {
    margin-bottom: 20px;
  }
}
.Flow_ItemPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background: #232323;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
}
.Flow_ItemPoint-Support-Money {
  background: #FF5E5E;
  line-height: 1.2em;
}
.Flow_ItemLead {
  position: relative;
  margin-left: 17px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .Flow_ItemLead {
    font-size: 16px;
  }
}
.Flow_ItemLead:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  top: -11px;
  left: -1px;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
  background: #232323;
}
.Flow_ItemLead:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  bottom: -15px;
  left: -1px;
  -webkit-transform: rotate(111deg);
          transform: rotate(111deg);
  background: #232323;
}
.Flow_ItemTitle {
  display: inline;
  font-size: 19px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0%, #FFF));
  background: linear-gradient(transparent 0, #FFF 0%);
}
@media screen and (min-width: 600px) {
  .Flow_ItemTitle {
    font-size: 24px;
  }
}
.Flow_ItemTitleBox {
  margin-top: 5px;
  margin-left: 61px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemTitleBox {
    margin-top: 18px;
  }
}
.Flow_ItemImg-1 {
  width: 235px;
  left: 32px;
  margin-top: -10px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-1 {
    width: 290px;
    margin-top: -25px;
  }
}
.Flow_ItemImg-2 {
  width: 257px;
  margin-top: 17px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-2 {
    width: 300px;
    margin-top: 23px;
  }
}
.Flow_ItemImg-3 {
  width: 284px;
  margin-top: 35px;
  margin-right: 25px;
}
@media screen and (min-width: 600px) {
  .Flow_ItemImg-3 {
    width: 310px;
    margin-top: 30px;
  }
}
.Flow_ItemImg-Support-Money {
  margin-top: 10px;
}
.Flow_ItemLine {
  position: absolute;
  top: 60px;
  left: 29px;
  width: 3px;
  height: 0;
  background-color: #232323;
  z-index: 0;
}

.Solution {
  position: relative;
  padding: 40px 30px;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .Solution {
    padding: 50px 0px 80px;
  }
}
.Solution_Heading {
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 600px) {
  .Solution_Heading {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.Solution_Heading-Strong {
  color: #FF5E5E;
  font-size: 26px;
}
@media screen and (min-width: 600px) {
  .Solution_Heading-Strong {
    font-size: 37px;
  }
}
@media screen and (min-width: 1020px) {
  .Solution_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.Solution_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding: 6px 0;
  border-radius: 12px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 600px) {
  .Solution_Item {
    padding: 14px 22px;
  }
}
.Solution_Image {
  width: 98px;
  height: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .Solution_Image {
    width: 78px;
    height: initial;
    margin-right: 16px;
  }
}
.Solution_Text {
  width: 152px;
  font-size: 19px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .Solution_Text {
    width: initial;
    font-size: 16px;
  }
}
.Solution_Text-Underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(70%, #FF5E5E));
  background: linear-gradient(transparent 90%, #FF5E5E 70%);
}
.Solution_Arrow {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
}
@media screen and (min-width: 600px) {
  .Solution_Arrow {
    width: 62px;
    bottom: 26px;
  }
}

.Pickup {
  padding: 10px 24px 40px;
}
.PickupTitle {
  background: #CFF5F1;
  margin-bottom: 24px;
  padding: 1px 0;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.12rem;
}
.PickupImage {
  height: auto;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .PickupImage {
    width: 240px;
  }
}
@media screen and (min-width: 600px) {
  .PickupContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}