@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }	
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #2d2d2d;
	overflow-x: hidden;	
	background-size:auto
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.9;
  }
  h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
  }
  h2 span {
    font-weight: 700;
  }
  .blue {
    color: #4d93d0;
  }
  .green {
    color: #55a89f;
  }
  .light-green {
    color: #65cc54;
  }
  .yellow {
    color: #fefa5f;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fefa5f));
    background: linear-gradient(transparent 70%, #fefa5f 70%);
  }
  header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	border-bottom: 0.1vw solid #55a89f;
  }
  header .header-top {
    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;
    background: #fff;
    height: 70px;
  }
  header .header-top .logo {
    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;
    width: 50%;
    padding-left: 20px;
  }
  header .header-top .logo img {
    width: 277px;
  }
  header .header-top .info {
    width: 530px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-top .tel {
    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: 580px;
    height: 70px;
  }
  header .header-top .tel p {
    position: static;
	font-size: 26px;
    color: #2D2D2D;
	letter-spacing: 1px;
	line-height: 26px;
  }
  header .header-top .tel p span {
	font-size: 12px;
    color: #2D2D2D;
  }
  header .header-top .logo p span {
    font-weight: 500;
  }
  header .header-top .contact-btn {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ccabe), to(#55a89f));
    background: linear-gradient(#6ccabe, #55a89f);
    width: 200px;
    height: 70px;
  }
  header .header-top .contact-btn p {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
  }
  header .header-top .contact-btn .arrow {
    width: 13px;
	padding-top: 6px;
  }
  header .menu {
	width: 100%;
	position: fixed;
    background: #eaf9fa;
    height: 50px;
    padding-top: 16px;
    z-index: 100;
	display: none;
	border-bottom: 0.1vw solid #55a89f;
  }
  header.show .menu {
    display: block;
  }
  header .menu ul {
    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;
    width: 1000px;
    margin: auto;
  }
  header .menu ul li {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 500;
  }
  main {
    padding-top: 120px;
  }
  #fv {
    position: relative; top:-75px;
  }
  #fv .name {
    position: absolute;
    top: 5.9%;
    left: 21%;
    font-size: 2.4vw;
    color: #fff;
  }
  #fv .name span {
    font-size: 2.7vw;
    font-weight: 500;
  }
  #fv h1 {
    position: absolute;
    top: 12%;
    left: 14.5%;
    font-size: 3.8vw;
    line-height: 1.2;
  }
  #fv h1 span {
    font-weight: 700;
  }
  #fv p {
    position: absolute;
    top: 29.5%;
    left: 14.5%;
    font-size: 1.25vw;
  }
  #fv .blue {
    color: #4d93d0;
    font-weight: 700;
    font-size: 2.2vw;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 17%;
    line-height: 1.2;
  }
  #fv .blue span {
    font-size: 2.9vw;
  }
  #fv .btn {
    width: 33%;
    position: absolute;
    top: 50.2%;
    left: 14%;
  }
  #fv .bottom {
    width: 54%;
    position: absolute;
    top: 72.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
  }
  #fv .bottom .strong {
    font-size: 2.6vw;
    color: #fff;
  }
  #fv .bottom .strong span {
    font-size: 1.5vw;
    vertical-align: top;
  }
  #fv .bottom .yellow {
    font-size: 3.4vw;
    line-height: 1.3;
  }
  #fv .bottom .note {
    color: #fff;
    font-weight: 500;
    margin-top: 2vw;
    font-size: 1vw;
  }
  #problem {
    width: 1000px;
    margin: -110px auto 0;
    padding: 150px 0 80px;
    text-align: center;
  }
  #problem .title {
    background: #55a89f;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    padding: 3px 40px;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 15px;
  }
  #problem .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 10px 0 60px;
  }
  #problem .list ul {
    width: 700px;
  }
  #problem .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eaf9fa;
    width: 610px;
    margin-top: 40px;
    text-align: left;
    padding: 20px 25px;
  }
  #problem .list ul li:first-child {
    margin-left: 80px;
    padding: 20px 60px;
  }
  #problem .list ul li:first-child img {
    width: 90px;
  }
  #problem .list ul li:nth-child(2) {
    background: #faf8ea;
    padding: 20px 60px;
  }
  #problem .list ul li:nth-child(2) img {
    width: 80px;
  }
  #problem .list ul li:nth-child(3) {
    margin-left: 45px;
  }
  #problem .list ul li:last-child {
    background: #faf8ea;
    margin-left: 90px;
  }
  #problem .list ul li p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
  }
  #problem .list ul li p span {
    font-size: 23px;
    font-weight: 400;
  }
  #problem .list ul li img {
    width: 130px;
    margin-right: 30px;
  }
  #problem .list img {
    width: 300px;
  }
  #problem .text {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
  }
  #problem .text .light-green {
    font-size: 56px;
  }
  #problem .text img {
    width: 70px;
    position: absolute;
    top: 21%;
    left: 8%;
  }
  #sms {  
	padding-top: 130px;
    margin-top: 40px;
  }
  #sms {
    background: #55a89f;
    padding-bottom: 80px;
  }
  #sms .inner {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  #sms .inner .subtitle {
    font-size: 24px;
  }
  #sms .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  #sms .inner .text img {
    width: 20px;
    margin-bottom: 15px;
  }
  #sms .inner .text p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
  }
  #sms .inner .text p span {
    font-size: 36px;
    color: #fefa5f;
    font-weight: 700;
    margin: 0 10px 0 5px;
  }
  #sms .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  #sms .inner ul li {
    width: 480px;
    position: relative;
    margin-bottom: 50px;
  }
  #sms .inner ul li .detail {
    position: absolute;
    top: 24%;
    left: 14%;
  }
  #sms .inner ul li .detail .title {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 1.4;
  }
  #sms .inner ul li .detail .second-title {
    font-size: 32px;
    font-weight: 700;
    color: #55a89f;
    margin: 60px 0 30px;
  }
  #sms .inner ul li .detail p {
    font-size: 19px;
    width: 350px;
    color: #2d2d2d;
  }
  #sms .inner ul li .detail p .green {
    font-weight: 500;
  }
  #sms .inner ul li .icon {
    width: 95px;
    position: absolute;
    top: 50%;
    left: -7%;
  }
  #sms .inner ul li:nth-child(2) .icon {
    top: 55%;
    left: inherit;
    right: -7%;
  }
  #sms .inner ul li:nth-child(3) .detail {
    top: 20%;
  }
  #sms .inner ul li:nth-child(3) .detail .second-title {
    margin: 30px 0 20px;
  }
  #sms .inner ul li:nth-child(3) .icon {
    top: 57%;
  }
  #sms .inner ul li:last-child {
    padding-left: 10px;
  }
  #sms .inner ul li .other {
    width: 90px;
    margin-left: -260px;
    margin-bottom: -10px;
  }
  #sms .inner ul li .yellow {
    font-size: 32px;
    font-weight: 700;
  }
  #sms .inner ul li .list {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding: 20px 0;
    margin: 10px 0;
  }
  #sms .inner ul li .list p {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }
  #sms .inner ul li .list p span {
    font-size: 14px;
    vertical-align: top;
  }
  #sms .inner ul li .note {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  #reason {
    padding: 150px 0 100px;
  }
  #reason .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 50px auto;
  }
  #reason .reason-list li {
    width: 33.3%;
    padding: 0 20px;
  }
  #reason .reason-list li:nth-child(2) {
    border-left: 2px dotted #4d93d0;
    border-right: 2px dotted #4d93d0;
  }
  #reason .reason-list li:nth-child(2) .image .text {
    left: 6%;
  }
  #reason .reason-list li .image {
    position: relative;
    margin-bottom: 20px;
  }
  #reason .reason-list li .image .text {
    position: absolute;
    top: 7%;
    left: 21%;
    text-align: center;
    line-height: 1.5;
  }
  #reason .reason-list li .image .text .number {
    font-size: 32px;
    font-weight: 300;
  }
  #reason .reason-list li .image .text .title {
    font-size: 32px;
    font-weight: 700;
    color: #4d93d0;
    line-height: 1.3;
  }
  #reason .reason-list li .image .text .title span {
    font-size: 36px;
    background: #fefa5f;
  }
  #reason .reason-list li p {
    font-size: 18px;
	position: relative;
	left: 15px;
  }
  #reason .big-title {
    width: 800px;
    margin: 10px auto 30px;
    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: center;
  }
  #reason .big-title p {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
	padding-right: 10px;
  }
  #reason .big-title p .blue {
    font-size: 42px;
    font-weight: 700;
  }
  #reason .big-title img {
    width: 200px;
  }
  #reason .box {
    background: #4d93d0;
    padding: 50px;
    width: 1100px;
    margin: auto;
  }
  #reason .box .text {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border-left: 10px solid #fff;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  #reason .box .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #reason .box .box-list li {
    position: relative;
    width: 480px;
    background: #faf8ea;
    height: 880px;
  }
  #reason .box .box-list li .title {
    background: #55a89f;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #8ec0ba));
    background-image: linear-gradient(to left top, transparent 50%, #8ec0ba 50%);
    color: #fefa5f;
    font-size: 32px;
    font-weight: 700;
    height: 120px;
    text-align: center;
    line-height: 1.2;
    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;
  }
  #reason .box .box-list li p {
    font-size: 17px;
    padding: 20px 40px;
    height: 180px;
  }
  #reason .box .box-list li .number {
    background: #fff;
    color: #65cc54;
    font-size: 26px;
    font-weight: 700;
    padding: 3px 30px;
  }
  #reason .box .box-list li .balloon {
    position: relative;
    padding: 10px 20px;
    background: #55a89f;
    width: 360px;
    height: 115px;
    margin: 20px auto 45px;
    color: #fff;
    border-radius: 0 10px 10px 10px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.5;
  }
  #reason .box .box-list li .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #55a89f transparent transparent transparent;
    border-width: 20px 0 0 20px;
  }
  #reason .box .box-list li img {
    width: 140px;
    margin: 20px auto;
    display: block;
  }
  #reason .box .box-list li .square {
    width: 420px;
    background: #65cc54;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    padding: 20px;
  }
  #reason .box .box-list li .icon {
    width: 120px;
    position: absolute;
    bottom: -60px;
    left: 180px;
  }
  #example {
    padding-top: 100px;
    margin-top: -50px;
  }
  #example .content {
    background: #eaf9fa;
    padding-bottom: 30px;
  }
  #example .content .bg {
    background: #4d93d0;
    position: relative;
    padding: 60px 0;
  }
  #example .content .bg h2 {
    color: #fff;
    margin-bottom: 20px;
  }
  #example .content .bg p {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  #example .content .bg .example-list {
    width: 900px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #example .content .bg .example-list li {
    width: 440px;
    margin-top: 40px;
    background: #fff;
    padding: 15px 0 25px;
  }
  #example .content .bg .example-list li .title {
    text-align: center;
    color: #4d93d0;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
  }
  #example .content .bg .example-list li .text {
    background: #fefa5f;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 7px 0;
    margin: 15px 0 20px;
    line-height: 1.4;
  }
  #example .content .bg .example-list li .balloon {
    position: relative;
    padding: 15px 20px 15px 30px;
    background: #55a89f;
    width: 360px;
    height: 110px;
    margin: auto;
    color: #fff;
    border-radius: 0 10px 10px 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
  }
  #example .content .bg .example-list li .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #55a89f transparent transparent transparent;
    border-width: 20px 0 0 20px;
  }
  #example .content .bg .example-icon,
  #example .content .bg .example-img-1,
  #example .content .bg .example-img-2,
  #example .content .bg .example-img-3,
  #example .content .bg .example-img-4 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #example .content .bg .example-icon {
    width: 70px;
    top: 4.5%;
    margin-left: -290px;
  }
  #example .content .bg .example-img-1,
  #example .content .bg .example-img-2,
  #example .content .bg .example-img-3,
  #example .content .bg .example-img-4 {
    width: 180px;
  }
  #example .content .bg .example-img-1 {
    top: 4%;
    margin-left: 500px;
  }
  #example .content .bg .example-img-2 {
    top: 35%;
    margin-left: -520px;
  }
  #example .content .bg .example-img-3 {
    top: 58.5%;
    margin-left: 510px;
  }
  #example .content .bg .example-img-4 {
    top: 94%;
    margin-left: -510px;
  }
  #example .content .arrow {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 5vw solid #4d93d0;
    width: 100%;
  }
  #example .content .example-detail {
    width: 900px;
    margin: 100px auto 0;
  }
  #example .content .example-detail li {
    margin-bottom: 70px;
  }
  #example .content .example-detail li .number {
    background: #9ed984;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #65cc54));
    background-image: linear-gradient(to left top, transparent 50%, #65cc54 50%);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 60px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 5px 0;
  }
  #example .content .example-detail li .box {
    background: #fff;
    padding-bottom: 40px;
  }
  #example .content .example-detail li .box .title {
    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;
    background: #4d93d0;
    color: #fff;
  }
  #example .content .example-detail li .box .title .large {
    background-color: #65cc54;
    background-image: linear-gradient(-135deg, #4d93d0 50px, #65cc54 0%, #65cc54);
    font-size: 32px;
    font-weight: 500;
    padding: 5px 0px 5px 20px;
    width: 675px;
  }
  #example .content .example-detail li .box .title .sub {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    text-align: center;
    width: 230px;
  }
  #example .content .example-detail li .box .solution {
    padding: 20px;
  }
  #example .content .example-detail li .box .solution li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    margin-left: 40px;
  }
  #example .content .example-detail li .box .solution li .example-icon-1 {
    width: 200px;
  }
  #example .content .example-detail li .box .solution li .example-icon-2 {
    width: 115px;
  }
  #example .content .example-detail li .box .solution li .example-icon-3 {
    width: 230px;
  }
  #example .content .example-detail li .box .solution li .example-icon-4 {
    width: 136px;
  }
  #example .content .example-detail li .box .solution li .example-icon-5 {
    width: 230px;
  }
  #example .content .example-detail li .box .solution li .example-icon-6 {
    width: 122px;
  }
  #example .content .example-detail li .box .solution li .text {
    width: 500px;
    position: relative;
    margin-left: 20px;
  }
  #example .content .example-detail li .box .solution li .text .solution-title {
    width: 140px;
    text-align: center;
    color: #fff;
    background: #55a89f;
    font-size: 26px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
  }
  #example .content .example-detail li .box .solution li .text p {
    position: relative;
    padding: 20px 30px;
    background: #eaf9fa;
    width: 500px;
    margin: auto;
    font-weight: 500;
    font-size: 22px;
  }
  #example .content .example-detail li .box .solution li .text p:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #eaf9fa;
  }
  #example .content .example-detail li .box .solution li:last-child {
    margin-bottom: 20px;
    margin-left: 100px;
  }
  #example .content .example-detail li .box .solution li:last-child .text {
    margin-right: 20px;
    text-align: right;
  }
  #example .content .example-detail li .box .solution li:last-child .text .star {
    width: 46px;
    position: absolute;
    top: -25px;
    right: 135px;
  }
  #example .content .example-detail li .box .solution li:last-child .text .solution-title {
    background: #65cc54;
    display: inline-block;
  }
  #example .content .example-detail li .box .solution li:last-child .text p {
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    padding: 20px 25px;
  }
  #example .content .example-detail li .box .solution li:last-child .text p:before {
    content: "";
    position: absolute;
    top: 40%;
    left: inherit;
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #eaf9fa;
  }
  #example .content .example-detail li .box .result {
    background: #4d93d0;
    width: 800px;
    margin: auto;
    padding: 30px 0 10px;
    position: relative;
  }
  #example .content .example-detail li .box .result .title {
    background: #fff;
    width: 750px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    color: #2d2d2d;
    display: block;
    font-size: 26px;
    font-weight: 500;
  }
  #example .content .example-detail li .box .result .title .mobile {
    position: absolute;
    width: 45px;
    top: -10px;
    left: 56%;
  }
  #example .content .example-detail li .box .result p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 50px;
    color: #fff;
  }
  #example .content .example-detail li .box .result p .yellow {
    font-size: 26px;
	font-weight: 700;
  }
  #example .content .example-detail li .box .result .up {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    width: 325px;
    line-height: 1.5;
    margin: 50px;
    color: #fefa5f;
  }
  #example .content .example-detail li .box .result .up.last {
    font-size: 25px;
    margin: 40px 40px 30px;
  }
  #example .content .example-detail li .box .result .example-icon-arrow {
    position: absolute;
    width: 40px;
    top: 190px;
    left: 315px;
  }
  #example .content .example-detail li .box .result .example-icon-arrow.up {
    width: 45px;
    top: 85px;
    left: 295px;
  }
  #example .content .example-detail li .box .result .example-icon-arrow.up.last {
    left: 318px;
  }
  #example .content .example-detail li .box .result .balloon {
    position: absolute;
    top: 105px;
    left: 430px;
    padding: 15px 25px;
    background: #faf8ea;
    width: 340px;
    height: 140px;
    margin: auto;
    color: #2d2d2d;
    border-radius: 0 10px 10px 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
  }
  #example .content .example-detail li .box .result .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #faf8ea transparent transparent transparent;
    border-width: 20px 0 0 20px;
  }
  #example .content .example-detail li:nth-child(2) .box .result .balloon {
    padding: 15px 45px;
  }
  #case {
    padding: 150px 0 100px;
    width: 900px;
    margin: auto;
    text-align: center;
  }
  #case h2 {
    margin-bottom: 30px;
  }
  #case p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 0 20px;
  }
  #case .case-list {
    margin-bottom: 50px;
  }
  #case .case-list li {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #case .case-list li img {
    width: 530px;
  }
  #case .case-list li .text {
    width: 370px;
    background: #4d93d0;
    padding: 20px 0;
  }
  #case .case-list li .text .title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
  }
  #case .case-list li .text .name {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 17.5px;
  }
  #case .case-list li .text .btn {
    font-size: 16px;
    font-weight: 700;
    background: #fefa5f;
    width: 220px;
    margin: auto;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px #5d8cbd;
            box-shadow: 2px 2px #5d8cbd;
    padding: 10px;
  }
  #case .case-list li .text .btn img {
    width: 8px;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  #case .company {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #case .company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #case .company-list li {
    width: 270px;
    height: 100px;
    border: 2px dotted #cccccc;
    font-size: 18px;
    font-weight: 500;
    margin: 0 15px 20px;
    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;
  }
  #case .bottom-text {
    font-size: 15px;
  }  
  #connect {
    padding-top: 100px;
    margin-top: -50px;
  }
  #connect .content {
    background: #4d93d0;
    position: relative;
    padding: 60px 0;
    color: #fff;
  }
  #connect .content h2 {
    margin-bottom: 20px;
  }
  #connect .content .detail {
    font-size: 19px;
    font-weight: 500;
    margin: auto;
    width: 620px;
  }
  #connect .content ul {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #connect .content ul li {
    width: 480px;
    height: 290px;
    margin-top: 40px;
    background: #fff;
  }
  #connect .content ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #65cc54;
    padding: 10px 0;
  }
  #connect .content ul li .title .number {
    background: #9ed984;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #65cc54));
    background-image: linear-gradient(to left top, transparent 50%, #65cc54 50%);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 60px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #fff;
    margin: 0 30px;
  }
  #connect .content ul li .title .text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
  }
  #connect .content ul li .title .text span {
    font-size: 16px;
    vertical-align: top;
  }
  #connect .content ul li .title img {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 70px;
  }
  #connect .content ul li p {
    color: #2d2d2d;
    text-align: left;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 21px;
  }
  #connect .content ul li p .light {
    font-weight: 300;
  }
  #connect .content ul li p .small {
    font-size: 16px;
    font-weight: 300;
  }
  #connect .content ul li:first-child, #connect .content ul li:nth-child(3) {
    height: 260px;
  }
  #connect .content ul li:first-child img, #connect .content ul li:last-child img {
    width: 100px;
  }
  #connect .content ul .note {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
  }
  .connect-arrow {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 5vw solid #4d93d0;
    width: 100%;
  }
  #trial {
    padding: 150px 0;
    position: relative;
    text-align: center;
  }
  #trial .subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #55a89f;
  }
  #trial .blue {
    font-size: 62px;
    font-weight: 700;
    margin-top: 30px;
  }
  #trial p {
    font-size: 21px;
    text-align: left;
    margin: 20px auto 40px;
    width: 700px;
  }
  #trial p span {
    font-weight: 500;
  }
  #trial .box {
    background: #faf8ea;
    padding: 20px;
    width: 900px;
    margin: auto;
    text-align: left;
  }
  #trial .box .green {
    font-size: 24px;
    font-weight: 500;
  }
  #trial .box ul li {
    margin-top: 10px;
    font-size: 21px;
  }
  #trial .box ul li:nth-child(odd) {
    background: #fff;
  }
  #trial .image-left,
  #trial .image-right {
    position: absolute;
    width: 180px;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #trial .image-left {
    margin-left: -400px;
  }
  #trial .image-right {
    margin-left: 400px;
  }
  #trial .image-bottom {
    position: absolute;
    width: 40%;
    max-width: 570px;
    bottom: 90px;
    right: 0;
  }
  .btn-area {
    background: #eaf9fa;
    padding: 30px;
    margin-top: -70px;
  }
  .btn-area .contact-btn {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ccabe), to(#55a89f));
    background: linear-gradient(#6ccabe, #55a89f);
    width: 260px;
    height: 70px;
    margin: auto;
  }
  .btn-area .contact-btn p {
    color: #fff;
    font-size: 28px;
    margin: 0;
    width: 170px;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
  }
  .btn-area .contact-btn .arrow {
    width: 19px;
    margin-top: 5px;
  }
  #plan {
    padding: 150px 0;
    margin-top: -50px;
    text-align: center;
  }
  #plan p {
    font-size: 19px;
    margin: 20px auto 0;
  }
  #plan .blue {
    font-size: 62px;
    font-weight: 700;
    margin: 60px 0;
    display: inline-block;
    line-height: 1.3;
  }
  #plan .blue span {
    font-size: 68px;
  }
  #plan .text {
    font-size: 24px;
    position: relative;
  }
  #plan .text .green {
    font-size: 26px;
    font-weight: 700;
  }
  #plan .text .image-left,
  #plan .text .image-right {
    position: absolute;
    width: 180px;
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #plan .text .image-left {
    margin-left: -350px;
  }
  #plan .text .image-right {
    margin-left: 350px;
  }
  #flow {
    padding-top: 90px;
    margin-top: -50px;
  }
  #flow .content {
    background: #4d93d0;
    padding: 60px 0;
  }
  #flow .content .inner {
    width: 940px;
    margin: auto;
  }
  #flow .content .inner h2 {
    color: #fff;
  }
  #flow .content .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 35px 0;
  }
  #flow .content .inner ul li {
    width: 240px;
    position: relative;
  }
  #flow .content .inner ul li .text {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
  }
  #flow .content .inner ul li .text .step {
    background: #55a89f;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #flow .content .inner ul li .text .title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    height: 85px;
  }
  #flow .content .inner ul li .text p {
    font-size: 20px;
  }
  #flow .content .inner ul li .text img {
    display: block;
    margin: 15px auto 0;
  }
  #flow .content .inner ul li:first-child .text img {
    width: 110px;
    margin: 0px auto 0;
  }
  #flow .content .inner ul li:nth-child(2) .text img {
    width: 70px;
  }
  #flow .content .inner ul li:nth-child(3) .text img {
    width: 96px;
  }
  #flow .content .inner ul li:last-child {
    width: 210px;
  }
  #flow .content .inner ul li:last-child .text img {
    width: 80px;
  }
  #flow .content .inner .support {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #flow .content .inner .box {
    position: relative;
  }
  #flow .content .inner .box .marker {
    position: absolute;
    top: 32px;
    left: 100px;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
  }
  #faq {
    padding: 150px 0 130px;
  }
  #faq h2 {
    margin-bottom: 30px;
  }
  #faq .acd {
    width: 800px;
    margin: auto;
  }
  #faq .acd li {
    margin-top: 40px;
  }
  #faq .acd li input {
    display: none;
  }
  #faq .acd li .question {
    font-size: 16px;
    font-weight: 700;
    background: #55a89f;
    color: #fff;
    padding: 2px 9px 4px;
    margin-right: 15px;
  }
  #faq .acd li .answer {
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #55a89f;
    color: #55a89f;
    padding: 2px 9px 4px;
    margin-right: 15px;
  }
  #faq .acd li .text {
    font-size: 17px;
    font-weight: 400;
	line-height: 36px;
  }
  #faq .acd li label {
    padding: 0 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #afafaf;
  }
  #faq .acd li label:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #55a89f;
  }
  #faq .acd li label .text {
    font-size: 24px;
    font-weight: 500;
  }
  #faq .acd li input:checked + label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 10px;
  }
  #faq .acd li input:checked + label + .acd-content {
    opacity: 1;
    height: auto;
    padding: 30px 50px 30px 15px;
  }
  #faq .acd li .acd-content {
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #faf8ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 50px 0 15px;
  }
  #service {
    background: #eaf9fa;
    padding: 80px 0 20px;
  }
  #service .box {
    width: 900px;
    margin: auto;
    background: #fff;
    padding-top: 50px;
  }
  #service .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 20px;
  }
  #service .box ul li {
    width: 450px;
    height: 385px;
    border-top: 1px solid #4d93d0;
  }
  #service .box ul li .blue {
    font-size: 28px;
    font-weight: 700;
    border-left: 60px solid #4d93d0;
    line-height: 0.8;
    padding-left: 10px;
  }
  #service .box ul li p {
    font-size: 20px;
    padding: 15px 65px 30px;
  }
  #service .box ul li img {
    display: block;
  }
  #service .box ul li:nth-child(odd) {
    border-right: 1px solid #4d93d0;
  }
  #service .box ul li:first-child img {
    width: 210px;
    margin: 30px auto 20px;
  }
  #service .box ul li:nth-child(2) img {
    width: 120px;
    margin: 40px auto 35px;
  }
  #service .box ul li:nth-child(3) img {
    width: 260px;
    margin: 40px auto 35px;
  }
  #service .box ul li:nth-child(4) img {
    width: 160px;
    margin: 50px auto 35px;
  }
  #service .box ul li:nth-child(5) img {
    width: 290px;
    margin: 25px auto;
  }
  #service .box ul li:last-child img {
    width: 300px;
    margin: 62px auto;
  }
  #service .text {
    text-align: center;
    font-size: 19px;
  }
  #contact {
    padding: 130px 0 60px;
    width: 900px;
    margin: auto;
  }
  #contact p {
    font-size: 18px;
    padding: 20px 100px 0;
  }
  #contact p a {
    text-decoration: underline;
	color: #1558d6;
  }
  #contact iframe {
    margin-left: 10% !important;
  }
  .cta-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
  }
  footer {
    font-size: 17px;
    text-align: center;
    padding: 15px;
    background: #6CCABE;
  }
  #case-article main {
    padding-top: 0;
  }
  #case-article h1 {
    background: #4d93d0;
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 50px 0;
  }
  #case-article h1 span {
    border-bottom: 1px solid #fff;
  }
  #case-article .inner {
    width: 1000px;
    margin: auto;
  }
  #case-article .profile {
    background: #faf8ea;
  }
  #case-article .profile .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #case-article .profile .inner img {
    width: 500px;
  }
  #case-article .profile .inner .text {
    font-size: 20px;
    padding: 25px 0 25px 25px;
  }
  #case-article .profile .inner .text .blue {
    font-weight: 700;
  }
  #case-article .profile .inner.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #case-article .profile .inner.center .text {
    padding: 50px 0;
  }
  #case-article .title {
    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;
    margin: 70px 0;
  }
  #case-article .title h2 {
    font-size: 34px;
    color: #4d93d0;
    font-weight: 700;
    text-align: left;
  }
  #case-article .title img {
    width: 400px;
  }
  #case-article .title img.case2 {
    width: 320px;
  }
  #case-article p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.8;
  }
  #case-article p.green {
    font-weight: 700;
    color: #55a89f;
  }
  #case-article p .bold {
    font-weight: 700;
  }
  #case-article .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px auto 40px;
    width: 1000px;
  }
  #case-article .box img {
    width: auto;
    height: 160px;
  }
  #case-article .box h3 {
    width: 820px;
    height: 160px;
    background: #55a89f;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #case-article .box h3.full {
    width: 1000px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #case-article .btn {
    width: 300px;
    height: 80px;
    margin: 130px auto 100px;
    border: 1px solid #2d2d2d;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px #dbdbdb;
            box-shadow: 2px 2px #dbdbdb;
    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;
  }
  #case-article .btn p {
    font-size: 20px;
    font-weight: 500;
    color: #4d93d0;
    margin: 0 15px 4px 25px;
  }
  #case-article .btn img {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #2d2d2d;
  }
  img {
    width: 100%;
  }
  h2 {
    font-size: 5.3vw;
    text-align: center;
    font-weight: 300;
  }
  h2 span {
    font-weight: 700;
  }
  .blue {
    color: #4d93d0;
    font-weight: 400;
  }
  .green {
    color: #55a89f;
  }
  .light-green {
    color: #65cc54;
  }
  .yellow {
    color: #fefa5f;
  }
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fefa5f));
    background: linear-gradient(transparent 80%, #fefa5f 80%);
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    padding: 2vw 3vw;
    display: none;
    border-bottom: 0.5vw solid #55a89f;
  }
  header.show {
    display: block;
  }
  header .logo {
    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;
    width: 85%;
  }
  header .logo img {
    width: 25%;
    margin-right: 2%;
  }
  header .logo p {
	position: fixed; 
	left: 24vw; 
	width: 100%;
    font-size: 4vw;
    color: #2D2D2D;
	letter-spacing: 1px;
	line-height: 1.0;
  }
  header .logo p span {
    font-size: 2.2vw;
	line-height: 4.0vw;
  }
  header .nav-toggle {
    position: absolute;
    top: 3vw;
    right: 4vw;
    width: 7vw;
    height: 5vw;
  }
  header .nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 1vw #2d2d2d;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 0%;
  }
  header .nav-toggle span:nth-child(1) {
    top: 0%;
  }
  header .nav-toggle span:nth-child(2) {
    top: 50%;
  }
  header .nav-toggle span:nth-child(3) {
    top: 100%;
  }
  header .nav-toggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .nav-toggle.active span:nth-child(2), header .nav-toggle.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-menu {
    position: fixed;
    z-index: 1000;
    top: 12vw;
    right: 0;
    background: #4d93d0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    padding-top: 3vw;
  }
  .nav-menu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .nav-menu ul {
    margin: 0.5vw auto;
    width: 75%;
  }
  .nav-menu ul li {
    border-bottom: 0.2vw solid #cccccc;
    padding: 2.5vw 0.5vw;
    font-weight: 400;
    position: relative;
    font-size: 3.6vw;
    color: #fff;
  }
  .nav-menu ul li:after {
    position: absolute;
    right: 3vw;
    top: 3.5vw;
    content: "";
    border-top: 0.5vw solid #fff;
    border-right: 0.5vw solid #fff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 3vw;
    height: 3vw;
  }
  .nav-menu ul a:last-child li {
    border-bottom: none;
  }
  .nav-menu .btn-bg {
    position: relative;
    width: 74%;
    margin: auto;
    text-align: center;
  }
  .nav-menu .btn-bg img {
    width: 84%;
  }
  .nav-menu .btn-bg .blue {
    width: 80%;
    color: #4d93d0;
    font-weight: 700;
    font-size: 4.5vw;
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1.3;
  }
  .nav-menu .btn-bg .blue span {
    font-size: 5.3vw;
  }
  .nav-menu .btn-bg .btn {
    width: 100%;
    position: absolute;
    top: 52%;
    left: 0;
  }
  .nav-menu .close {
    color: #fff;
    text-align: center;
    font-size: 3.7vw;
    font-weight: 400;
  }
  main {
    overflow: hidden;
  }
  #fv {
    position: relative;
  }
  #fv .name {
    width: 70%;
    position: absolute;
    top: 3.8%;
    left: 55%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4.5vw;
    color: #fff;
  }
  #fv .name span {
    font-size: 5.0vw;
    font-weight: 500;
  }
  #fv h1 {
    width: 83%;
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 6.7vw;
    line-height: 1.3;
  }
  #fv h1 span {
    font-weight: 700;
  }
  #fv p {
    width: 83%;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.9vw;
  }
  #fv .blue {
    width: 57%;
    color: #4d93d0;
    font-weight: 700;
    font-size: 4.0vw;
    text-align: center;
    position: absolute;
    top: 55.2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1.35;
  }
  #fv .blue span {
    font-size: 5.1vw;
  }
  #fv .btn {
    width: 69%;
    position: absolute;
    top: 62.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #fv .bottom {
    width: 84%;
    position: absolute;
    top: 78%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 700;
    text-align: center;
  }
  #fv .bottom .strong {
    font-size: 4.8vw;
    color: #fff;
    margin-bottom: 1vw;
  }
  #fv .bottom .strong span {
    font-size: 2.4vw;
    vertical-align: top;
  }
  #fv .bottom .yellow {
    font-size: 6.4vw;
    line-height: 1.3;
  }
  #fv .bottom .yellow span {
    font-size: 7.2vw;
  }
  #fv .bottom .note {
    color: #fff;
    font-weight: 500;
    margin-top: 2.5vw;
    font-size: 8px;
    text-align: left;
    line-height: 1.3;
  }
  #problem {
    padding: 15vw 3% 10vw;
    text-align: center;
  }
  #problem .title {
    background: #55a89f;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 500;
    padding: 0.1vw 5.3vw;
    border-radius: 5.3vw;
    display: inline-block;
    margin-bottom: 2.7vw;
  }
  #problem .list ul {
    margin-top: 3vw;
  }
  #problem .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eaf9fa;
    width: 87%;
    margin-top: 5.3vw;
    text-align: left;
    padding: 1.3vw 3.3vw;
  }
  #problem .list ul li:first-child {
    margin-left: 10.7vw;
    padding: 0vw 8vw;
  }
  #problem .list ul li:first-child img {
    width: 12vw;
  }
  #problem .list ul li:nth-child(2) {
    background: #faf8ea;
    padding: 0vw 8vw;
  }
  #problem .list ul li:nth-child(2) img {
    width: 10.7vw;
  }
  #problem .list ul li:nth-child(3) {
    margin-left: 6vw;
  }
  #problem .list ul li:last-child {
    background: #faf8ea;
    margin-left: 12vw;
  }
  #problem .list ul li p {
    font-size: 5.3vw;
    font-weight: 700;
    line-height: 1.4;
  }
  #problem .list ul li p span {
    font-size: 3.1vw;
    font-weight: 400;
  }
  #problem .list ul li img {
    width: 17.3vw;
    margin-right: 4vw;
  }
  #problem .list img {
    width: 93%;
    margin: 5vw 0;
  }
  #sms {
    background: #55a89f;
    padding: 14.3vw 0 6.7vw;
    margin-top: -5vw;
  }
  #sms .inner {
    width: 77%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  #sms .inner .subtitle {
    font-size: 3.5vw;
  }
  #sms .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3vw;
  }
  #sms .inner .text img {
    width: 3vw;
    margin-bottom: 3vw;
  }
  #sms .inner .text p {
    font-size: 3.8vw;
    color: #fff;
    font-weight: 500;
  }
  #sms .inner .text p span {
    font-size: 5.3vw;
    color: #fefa5f;
    font-weight: 700;
    margin: 0 1.3vw 0 0.5vw;
  }
  #sms .inner .text-sub {
    font-size: 3.8vw;
    font-weight: 500;
  }
  #sms .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7vw;
  }
  #sms .inner ul li {
    position: relative;
    margin-bottom: 8vw;
  }
  #sms .inner ul li .detail {
    position: absolute;
    top: 24%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70%;
  }
  #sms .inner ul li .detail .title {
    font-size: 4.8vw;
    font-weight: 700;
    border-bottom: 0.1vw solid #fff;
    display: inline-block;
    line-height: 1.4;
  }
  #sms .inner ul li .detail .second-title {
    font-size: 5.0vw;
    font-weight: 700;
    color: #55a89f;
    margin: 10vw 0 5vw;
  }
  #sms .inner ul li .detail p {
    font-size: 3.0vw;
    color: #2d2d2d;
  }
  #sms .inner ul li .detail p .green {
    font-weight: 500;
  }
  #sms .inner ul li .icon {
    width: 15vw;
    position: absolute;
    top: 50%;
    left: -7%;
  }
  #sms .inner ul li:nth-child(2) .icon {
    top: 55%;
    left: inherit;
    right: -7%;
  }
  #sms .inner ul li:nth-child(3) .detail {
    top: 20%;
  }
  #sms .inner ul li:nth-child(3) .detail .second-title {
    margin: 7vw 0 2.7vw;
  }
  #sms .inner ul li:nth-child(3) .icon {
    top: 57%;
  }
  #sms .inner ul li:last-child {
    padding-left: 1.3vw;
  }
  #sms .inner ul li .other {
    width: 12vw;
    margin-left: -35vw;
    margin-bottom: -1.3vw;
  }
  #sms .inner ul li .yellow {
    font-size: 4.3vw;
    font-weight: 700;
  }
  #sms .inner ul li .list {
    border-top: 0.2vw dotted #fff;
    border-bottom: 0.2vw dotted #fff;
    padding: 2.7vw 0;
    margin: 1.3vw 0;
  }
  #sms .inner ul li .list p {
    font-size: 4.3vw;
    font-weight: 500;
    margin-bottom: 1.3vw;
    text-align: left;
  }
  #sms .inner ul li .list p span {
    font-size: 1.9vw;
    vertical-align: top;
  }
  #sms .inner ul li .note {
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
  }
  #reason {
    padding: 15vw 0;
  }
  #reason .subtitle {
    font-size: 5.9vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
  }
  #reason .reason-list {
    width: 87%;
    margin: 1vw auto 5vw;
  }
  #reason .reason-list li {
    padding: 6vw 13%;
    border-bottom: 0.2vw dotted #4d93d0;
  }
  #reason .reason-list li .image {
    position: relative;
    margin: 0 auto 2.7vw;
  }
  #reason .reason-list li .image .text {
    position: absolute;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    line-height: 1.5;
    width: 53vw;
  }
  #reason .reason-list li .image .text .number {
    font-size: 6.4vw;
    font-weight: 300;
  }
  #reason .reason-list li .image .text .title {
    font-size: 6.4vw;
    font-weight: 700;
    color: #4d93d0;
    line-height: 1.3;
  }
  #reason .reason-list li .image .text .title span {
    font-size: 6.9vw;
    background: #fefa5f;
  }
  #reason .reason-list li p {
    font-size: 3.5vw;
	position: relative;
	left: 25px;
  }
  #reason .arrow {
    width: 20%;
    display: block;
    margin: auto;
  }
  #reason .big-title {
    width: 94%;
    margin: 0 auto 4vw;
    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: center;
  }
  #reason .big-title p {
    font-size: 4.7vw;
    font-weight: 500;
    line-height: 1.4;
	padding-right: 3.0vw;
  }
  #reason .big-title p .blue {
    font-size: 5.6vw;
    font-weight: 700;
  }
  #reason .big-title img {
    width: 18%;
  }
  #reason .box {
    background: #4d93d0;
    padding: 6vw 6.7vw;
    width: 94%;
    margin: auto;
  }
  #reason .box .text {
    color: #fff;
    font-size: 2.5vw;
    font-weight: 500;
    border-left: 1.4vw solid #fff;
    margin-bottom: 6.7vw;
    padding-left: 5.0vw;
  }
  #reason .box .box-list li {
    position: relative;
    background: #faf8ea;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  #reason .box .box-list li .title {
    background: #55a89f;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #8ec0ba));
    background-image: linear-gradient(to left top, transparent 50%, #8ec0ba 50%);
    color: #fefa5f;
    font-size: 4.3vw;
    font-weight: 700;
    height: 16vw;
    text-align: center;
    line-height: 1.4;
    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;
  }
  #reason .box .box-list li p {
    font-size: 2.5vw;
    padding: 2.7vw 5vw;
  }
  #reason .box .box-list li .number {
    background: #fff;
    color: #65cc54;
    font-size: 4.3vw;
    font-weight: 700;
    padding: 0.3vw 4vw;
  }
  #reason .box .box-list li .balloon {
    position: relative;
    padding: 3vw 4vw;
    background: #55a89f;
    width: 76%;
    height: 20vw;
    margin: 2.7vw auto 7vw;
    color: #fff;
    border-radius: 0 1.3vw 1.3vw 1.3vw;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.8vw;
    line-height: 1.6;
  }
  #reason .box .box-list li .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.7vw;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #55a89f transparent transparent transparent;
    border-width: 2.7vw 0 0 2.7vw;
  }
  #reason .box .box-list li img {
    width: 25%;
    margin: 4vw auto 0;
    display: block;
  }
  #reason .box .box-list li .square {
    width: 93%;
    background: #65cc54;
    color: #fff;
    font-size: 4.3vw;
    font-weight: 700;
    margin: auto;
    text-align: center;
    padding: 2.7vw;
  }
  #reason .box .box-list li .icon {
    width: 16vw;
    position: absolute;
    bottom: -4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #example {
    padding-top: 5vw;
    margin-top: -5vw;
  }
  #example .content {
    background: #eaf9fa;
    padding-bottom: 1vw;
  }
  #example .content .bg {
    background: #4d93d0;
    position: relative;
    padding: 8vw 0;
  }
  #example .content .bg h2 {
    color: #fff;
    margin-bottom: 2.7vw;
  }
  #example .content .bg p {
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    text-align: left;
    width: 80%;
    margin: 0 0 0 24vw;
  }
  #example .content .bg .example-list {
    width: 80%;
    margin: auto;
  }
  #example .content .bg .example-list li {
    margin-top: 5.3vw;
    background: #fff;
    padding: 3vw 0 3.3vw;
  }
  #example .content .bg .example-list li .title {
    text-align: center;
    color: #4d93d0;
    font-size: 4.7vw;
    line-height: 1.3;
    font-weight: 700;
  }
  #example .content .bg .example-list li .text {
    background: #fefa5f;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    padding: 3vw 0;
    margin: 3vw 0;
    line-height: 1.4;
  }
  #example .content .bg .example-list li .balloon {
    position: relative;
    padding: 2.5vw 4vw;
    background: #55a89f;
    width: 67%;
    height: 17vw;
    margin: auto;
    color: #fff;
    border-radius: 0 1.4vw 1.4vw 1.4vw;
    font-weight: 500;
    font-size: 2.5vw;
    line-height: 1.5;
  }
  #example .content .bg .example-list li .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.7vw;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #55a89f transparent transparent transparent;
    border-width: 2.7vw 0 0 2.7vw;
  }
  #example .content .bg .example-icon,
  #example .content .bg .example-img-1,
  #example .content .bg .example-img-2,
  #example .content .bg .example-img-3,
  #example .content .bg .example-img-4 {
    position: absolute;
  }
  #example .content .bg .example-icon {
    width: 9%;
    top: 3%;
    left: 12%;
  }
  #example .content .bg .example-img-1,
  #example .content .bg .example-img-2,
  #example .content .bg .example-img-3,
  #example .content .bg .example-img-4 {
    width: 21%;
  }
  #example .content .bg .example-img-1 {
    top: 14.5%;
    right: 3%;
  }
  #example .content .bg .example-img-2 {
    top: 28.5%;
    left: 3%;
  }
  #example .content .bg .example-img-3 {
    top: 68%;
    right: 3%;
  }
  #example .content .bg .example-img-4 {
    top: 78%;
    left: 3%;
  }
  #example .content .arrow {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 10vw solid #4d93d0;
    width: 100%;
  }
  #example .content .example-detail {
    width: 94%;
    margin: 12vw auto 0;
  }
  #example .content .example-detail li {
    margin-bottom: 8vw;
  }
  #example .content .example-detail li .number {
    background: #9ed984;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #65cc54));
    background-image: linear-gradient(to left top, transparent 50%, #65cc54 50%);
    color: #fff;
    font-size: 4.3vw;
    font-weight: 700;
    width: 8vw;
    text-align: center;
    margin: 0 auto 4vw;
    padding: 0.5vw 0;
  }
  #example .content .example-detail li .box {
    background: #fff;
    padding-bottom: 5.3vw;
  }
  #example .content .example-detail li .box .title {
    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;
    background: #4d93d0;
    color: #fff;
  }
  #example .content .example-detail li .box .title .large {
    background-color: #65cc54;
    background-image: linear-gradient(-135deg, #4d93d0 6.7vw, #65cc54 0%, #65cc54);
    font-size: 3.4vw;
    font-weight: 500;
    padding: 1vw 0 1vw 2.7vw;
    width: 74%;
  }
  #example .content .example-detail li .box .title .large span {
    font-size: 2.7vw;
    font-weight: 500;
  }
  #example .content .example-detail li .box .title .sub {
    width: 26%;
    font-size: 2.4vw;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding-right: 2%;
  }
  #example .content .example-detail li .box .solution {
    padding: 2.7vw;
  }
  #example .content .example-detail li .box .solution li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6vw;
  }
  #example .content .example-detail li .box .solution li .example-icon-1 {
    width: 28%;
  }
  #example .content .example-detail li .box .solution li .example-icon-2 {
    width: 15%;
  }
  #example .content .example-detail li .box .solution li .example-icon-3 {
    width: 30%;
  }
  #example .content .example-detail li .box .solution li .example-icon-4 {
    width: 15%;
  }
  #example .content .example-detail li .box .solution li .example-icon-5 {
    width: 30%;
  }
  #example .content .example-detail li .box .solution li .example-icon-6 {
    width: 15%;
  }
  #example .content .example-detail li .box .solution li .text {
    width: 70%;
    position: relative;
    margin-left: 2vw;
  }
  #example .content .example-detail li .box .solution li .text .solution-title {
    width: 29%;
    text-align: center;
    color: #fff;
    background: #55a89f;
    font-size: 2.9vw;
    font-weight: 500;
    border-radius: 1.3vw 1.3vw 0 0;
  }
  #example .content .example-detail li .box .solution li .text p {
    position: relative;
    padding: 2.7vw 3vw;
    background: #eaf9fa;
    width: 100%;
    margin: auto;
    font-weight: 500;
    font-size: 2.7vw;
  }
  #example .content .example-detail li .box .solution li .text p:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -2.7vw;
    border: 1.3vw solid transparent;
    border-right: 1.3vw solid #eaf9fa;
  }
  #example .content .example-detail li .box .solution li:last-child {
    margin-bottom: 2vw;
  }
  #example .content .example-detail li .box .solution li:last-child .text {
    margin-right: 2.7vw;
    text-align: right;
  }
  #example .content .example-detail li .box .solution li:last-child .text .star {
    width: 8%;
    position: absolute;
    top: -3.3vw;
    right: 17vw;
  }
  #example .content .example-detail li .box .solution li:last-child .text .solution-title {
    background: #65cc54;
    display: inline-block;
  }
  #example .content .example-detail li .box .solution li:last-child .text p {
    font-weight: 700;
    font-size: 2.7vw;
    text-align: left;
    padding: 2.7vw 5vw;
  }
  #example .content .example-detail li .box .solution li:last-child .text p:before {
    content: "";
    position: absolute;
    top: 40%;
    left: inherit;
    right: -2.7vw;
    border: 1.3vw solid transparent;
    border-left: 1.3vw solid #eaf9fa;
  }
  #example .content .example-detail li .box .result {
    background: #4d93d0;
    width: 89%;
    margin: auto;
    padding: 4vw 0 3vw;
    position: relative;
  }
  #example .content .example-detail li .box .result .title {
    background: #fff;
    width: 94%;
    margin: 0 auto 2.7vw;
    text-align: center;
    position: relative;
    border-radius: 2.7vw;
    color: #2d2d2d;
    display: block;
    font-size: 3.5vw;
    font-weight: 500;
  }
  #example .content .example-detail li .box .result .title .mobile {
    position: absolute;
    width: 6vw;
    top: -1.3vw;
    left: 56%;
  }
  #example .content .example-detail li .box .result p {
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 1.3vw;
    padding: 0 7%;
    color: #fff;
  }
  #example .content .example-detail li .box .result p .yellow {
    font-size: 3.5vw;
  }
  #example .content .example-detail li .box .result .up {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: #fefa5f;
  }
  #example .content .example-detail li .box .result .up.last {
    font-size: 4vw;
    margin: 4vw 0;
  }
  #example .content .example-detail li .box .result .example-icon-arrow {
    position: absolute;
    width: 5.3vw;
    top: 23vw;
    left: 49%;
  }
  #example .content .example-detail li .box .result .example-icon-arrow.up {
    width: 5.3vw;
    top: 19vw;
    left: 56%;
  }
  #example .content .example-detail li .box .result .example-icon-arrow.up.last {
    top: 11vw;
    left: 81%;
  }
  #example .content .example-detail li .box .result .balloon {
    padding: 2vw 3vw;
    background: #faf8ea;
    width: 54%;
    height: 19vw;
    margin: auto;
    border-radius: 0 1.3vw 1.3vw 1.3vw;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.5;
    color: #2d2d2d;
    margin-top: 3vw;
    position: relative;
  }
  #example .content .example-detail li .box .result .balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.7vw;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #faf8ea transparent transparent transparent;
    border-width: 2.7vw 0 0 2.7vw;
  }
  #example .content .example-detail li:nth-child(2) .box .result .balloon {
    padding: 2vw 5.9vw;
  }

  #case {
    padding: 15vw 0;
    width: 88%;
    margin: auto;
    text-align: center;
  }
  #case h2 {
    margin-bottom: 4vw;
  }
  #case p {
    font-size: 2.8vw;
    font-weight: 500;
    text-align: center;
  }
  #case .case-list {
    margin-bottom: 6.7vw;
  }
  #case .case-list li {
    margin-top: 6vw;
  }
  #case .case-list li .text {
    background: #4d93d0;
    padding: 2.7vw 0;
  }
  #case .case-list li .text .title {
    color: #fff;
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.4;
  }
  #case .case-list li .text .name {
    font-size: 2.4vw;
    font-weight: 500;
    margin: 1.3vw 0;
  }
  #case .case-list li .text .btn {
    font-size: 2.1vw;
    font-weight: 700;
    background: #fefa5f;
    width: 55%;
    margin: auto;
    border-radius: 0.5vw;
    -webkit-box-shadow: 0.2vw 0.2vw #5d8cbd;
            box-shadow: 0.2vw 0.2vw #5d8cbd;
    padding: 1.3vw;
  }
  #case .case-list li .text .btn img {
    width: 1vw;
    margin-left: 1.3vw;
    vertical-align: middle;
    margin-bottom: 0.2vw;
  }
  #case .company {
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }
  #case .company-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 91%;
    margin: auto;
  }
  #case .company-list li {
    width: 47%;
    height: 15vw;
    border: 0.4vw dotted #cccccc;
    font-size: 2.4vw;
    font-weight: 500;
    margin-bottom: 5vw;
    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;
  }
  #case .bottom-text {
    font-size: 2.1vw;
    text-align: center;
  }
  #connect {
    padding-top: 5vw;
    margin-top: -5vw;
  }
  #connect .content {
    background: #4d93d0;
    position: relative;
    padding: 8vw 6%;
    color: #fff;
  }
  #connect .content h2 {
    margin-bottom: 2.7vw;
  }
  #connect .content .detail {
    font-size: 2.8vw;
    font-weight: 500;
	text-align: center;
    margin: auto;
  }
  #connect .content ul li {
    margin-top: 8vw;
    background: #fff;
  }
  #connect .content ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #65cc54;
    padding: 2vw 0;
  }
  #connect .content ul li .title .number {
    background: #9ed984;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #65cc54));
    background-image: linear-gradient(to left top, transparent 50%, #65cc54 50%);
    color: #fff;
    font-size: 5.6vw;
    font-weight: 700;
    width: 10vw;
    text-align: center;
    padding: 0.5vw 0;
    border: 0.1vw solid #fff;
    margin: 0 4vw;
  }
  #connect .content ul li .title .text {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3;
  }
  #connect .content ul li .title .text span {
    font-size: 2.1vw;
    vertical-align: top;
  }
  #connect .content ul li .title img {
    position: absolute;
    top: -2vw;
    right: 2vw;
    width: 12vw;
  }
  #connect .content ul li p {
    color: #2d2d2d;
    text-align: left;
    padding: 2.7vw 5vw;
    font-weight: 500;
    font-size: 3.2vw;
  }
  #connect .content ul li p .light {
    font-size: 2.2vw;
    font-weight: 300;
  }
  #connect .content ul li p .small {
    font-size: 2.2vw;
    font-weight: 300;
  }
  #connect .content ul li:first-child img, #connect .content ul li:last-child img {
    width: 17vw;
  }
  #connect .content ul .note {
    font-size: 2.1vw;
    font-weight: 500;
    margin-top: 1.3vw;
  }
  .connect-arrow {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 10vw solid #4d93d0;
    width: 100%;
  }
  #trial {
    margin-top: -4vw;
    padding: 14vw 0 3vw;
    position: relative;
    text-align: center;
  }
  #trial .subtitle {
    font-size: 4.3vw;
    font-weight: 700;
    color: #55a89f;
  }
  #trial .blue {
    font-size: 10.7vw;
    font-weight: 700;
    margin-top: 4vw;
    line-height: 1.4;
  }
  #trial p {
    font-size: 2.8vw;
    margin: 4vw auto 5.3vw;
    text-align: center;
  }
  #trial p span {
    font-weight: 500;
  }
  #trial .box {
    background: #faf8ea;
    padding: 3vw 0 5vw;
  }
  #trial .box .green {
    font-size: 3.7vw;
    font-weight: 700;
    text-align: center;
  }
  #trial .box ul {
    width: 76%;
    margin: auto;
  }
  #trial .box ul li {
    margin-top: 1.3vw;
    font-size: 2.8vw;
    text-align: left;
  }
  #trial .box ul li:nth-child(odd) {
    background: #fff;
  }
  #trial .image-left,
#trial .image-right {
    position: absolute;
    width: 19%;
    top: 0;
  }
  #trial .image-left {
    left: -1%;
  }
  #trial .image-right {
    right: -1%;
  }
  .btn-area {
    background: #eaf9fa;
    padding: 6vw;
    margin: 3vw 0 6vw;
  }
  .btn-area .contact-btn {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ccabe), to(#55a89f));
    background: linear-gradient(#6ccabe, #55a89f);
    width: 39%;
    height: 10vw;
    margin: auto;
  }
  .btn-area .contact-btn p {
    color: #fff;
    font-size: 3.7vw;
    margin: 0;
    margin-right: 1vw;
    text-align: center;
    font-weight: 500;
  }
  .btn-area .contact-btn .arrow {
    width: 8%;
    margin-top: 1vw;
  }
  .image-bottom {
    text-align: right;
  }
  .image-bottom img {
    width: 84%;
  }
  #plan {
    padding: 13vw 0 15vw;
    margin-top: -5vw;
    text-align: center;
  }
  #plan p {
    font-size: 2.5vw;
    margin: 2.7vw auto 0;
  }
  #plan .blue {
    font-size: 10.7vw;
    font-weight: 500;
    margin: 1vw 0 4vw;
    display: inline-block;
    line-height: 1.3;
  }
  #plan .blue span {
    font-size: 13.3vw;
    font-weight: 700;
  }
  #plan .text {
    font-size: 3.2vw;
    position: relative;
  }
  #plan .text .green {
    font-size: 3.5vw;
    font-weight: 700;
  }
  #plan .text .image-left,
  #plan .text .image-right {
    position: absolute;
    width: 19%;
    top: -30vw;
  }
  #plan .text .image-left {
    left: -1%;
  }
  #plan .text .image-right {
    right: -1%;
  }
  #flow {
    padding-top: 5vw;
    margin-top: -5vw;
  }
  #flow .content {
    background: #4d93d0;
    padding: 8vw 0;
  }
  #flow .content .inner {
    width: 87%;
    margin: auto;
  }
  #flow .content .inner h2 {
    color: #fff;
  }
  #flow .content .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.7vw 0;
  }
  #flow .content .inner ul li {
    width: 49%;
    position: relative;
    margin-right: 1%;
    margin-bottom: 6vw;
  }
  #flow .content .inner ul li .text {
    position: absolute;
    top: 2.8vw;
    left: 10%;
    width: 70%;
  }
  #flow .content .inner ul li .text .step {
    background: #55a89f;
    font-size: 2.4vw;
    color: #fff;
    display: inline-block;
    border-radius: 2.7vw;
    padding: 0.3vw 2vw;
    margin-bottom: 2vw;
  }
  #flow .content .inner ul li .text .title {
    font-size: 4.3vw;
    font-weight: 700;
    line-height: 1.4;
    height: 13vw;
  }
  #flow .content .inner ul li .text p {
    font-size: 2.8vw;
  }
  #flow .content .inner ul li .text img {
    display: block;
    margin: 3vw auto 0;
  }
  #flow .content .inner ul li:first-child .text img {
    width: 70%;
    margin: 2vw auto 0;
  }
  #flow .content .inner ul li:nth-child(2) .text img {
    width: 50%;
  }
  #flow .content .inner ul li:nth-child(3) .text img {
    width: 65%;
    margin: 3vw 0 0 22%;
  }
  #flow .content .inner ul li:last-child {
    width: 44%;
  }
  #flow .content .inner ul li:last-child .text img {
    width: 60%;
    margin: 3.5vw 0 0 30%;
  }
  #flow .content .inner .support {
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 2vw;
  }
  #flow .content .inner .box {
    position: relative;
  }
  #flow .content .inner .box .marker {
    position: absolute;
    top: 3.3vw;
    left: 20%;
    font-size: 2.9vw;
    font-weight: 500;
    display: inline-block;
  }
  #faq {
    padding: 15vw 0 18vw;
  }
  #faq h2 {
    margin-bottom: 4vw;
  }
  #faq .acd {
    width: 94%;
    margin: auto;
  }
  #faq .acd li {
    margin-top: 5.3vw;
  }
  #faq .acd li input {
    display: none;
  }
  #faq .acd li .question {
    font-size: 2.1vw;
    font-weight: 700;
    background: #55a89f;
    color: #fff;
    padding: 0.2vw 1.2vw 0.4vw;
    margin-right: 2vw;
  }
  #faq .acd li .answer {
    font-size: 2.1vw;
    font-weight: 700;
    background: #fff;
    border: 0.1vw solid #55a89f;
    color: #55a89f;
    padding: 0.2vw 1.2vw 0.4vw;
    margin-right: 2vw;
  }
  #faq .acd li .text {
    font-size: 2.7vw;
    font-weight: 400;
  }
  #faq .acd li label {
    padding: 0 2vw 1.3vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #afafaf;
  }
  #faq .acd li label:after {
    content: "";
    position: absolute;
    right: 2vw;
    top: 2vw;
    border-left: 1.5vw solid transparent;
    border-right: 1.5vw solid transparent;
    border-top: 2vw solid #55a89f;
  }
  #faq .acd li label .text {
    font-size: 3.2vw;
    font-weight: 500;
  }
  #faq .acd li input:checked + label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 1.3vw;
  }
  #faq .acd li input:checked + label + .acd-content {
    opacity: 1;
    height: auto;
    padding: 4vw 6.7vw 4vw 2vw;
  }
  #faq .acd li .acd-content {
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #faf8ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 6.7vw 0 2vw;
  }
  #service {
    background: #eaf9fa;
    padding: 10vw 0 6vw;
  }
  #service .box {
    width: 80%;
    margin: auto;
    background: #fff;
    padding-top: 6.7vw;
  }
  #service .box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.7vw 0 4vw;
  }
  #service .box ul li {
    border-top: 0.1vw solid #4d93d0;
  }
  #service .box ul li .blue {
    font-size: 4.3vw;
    font-weight: 700;
    border-left: 8vw solid #4d93d0;
    line-height: 0.8;
    padding-left: 1.3vw;
  }
  #service .box ul li p {
    font-size: 2.7vw;
    padding: 3vw 9vw 7vw;
  }
  #service .box ul li img {
    display: block;
    margin: 8vw auto 7vw;
  }
  #service .box ul li:first-child {
    border-top: none;
  }
  #service .box ul li:first-child img {
    width: 42%;
  }
  #service .box ul li:nth-child(2) img {
    width: 24%;
  }
  #service .box ul li:nth-child(3) img {
    width: 52%;
  }
  #service .box ul li:nth-child(4) img {
    width: 32%;
  }
  #service .box ul li:nth-child(5) img {
    width: 58%;
  }
  #service .box ul li:last-child img {
    width: 60%;
  }
  #service .text {
    text-align: center;
    font-size: 2.9vw;
  }
  #contact {
    padding: 12vw 0 6vw;
    width: 87%;
    margin: auto;
  }
  #contact p {
    font-size: 2.5vw;
    padding: 4vw 0 0;
	text-align: center;
  }
  #contact p a {
    text-decoration: underline;
	color: #1558d6;
  }
  #contact iframe {
    margin-left: 10% !important;
  }
  .cta-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(77, 147, 208, 0.8);
    width: 100%;
    padding: 3vw 5%;
    text-align: center;
    display: none;
    z-index: 100;
    font-weight: 700;
    color: #fff;
  }
  .cta-fixed.show {
    display: block;
  }
  .cta-fixed p {
    font-size: 4.5vw;
  }
  .cta-fixed p span {
    font-size: 5.3vw;
  }
  .cta-fixed .contact-btn {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ccabe), to(#55a89f));
    background: linear-gradient(#6ccabe, #55a89f);
    width: 100%;
    border: 0.5vw solid #fff;
    padding: 3vw 0;
    margin-top: 2vw;
    -webkit-box-shadow: 2px 2px #5d8cbd;
            box-shadow: 2px 2px #5d8cbd;
  }
  .cta-fixed .contact-btn p {
    font-size: 4.8vw;
    margin-right: 4%;
  }
  .cta-fixed .contact-btn .arrow {
    width: 3vw;
    margin-top: 1vw;
  }
  footer {
    font-size: 2.8vw;
    text-align: center;
    padding: 4vw 3vw 36vw;
    background: #6CCABE;
  }
  #case-article main {
    padding-top: 0;
  }
  #case-article h1 {
    background: #4d93d0;
    font-size: 5.3vw;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 5vw 0;
  }
  #case-article h1 span {
    border-bottom: 0.2vw solid #fff;
  }
  #case-article .inner {
    width: 90%;
    margin: auto;
  }
  #case-article .profile {
    background: #faf8ea;
  }
  #case-article .profile .inner {
    width: 100%;
  }
  #case-article .profile .inner .text {
    font-size: 2.7vw;
    padding: 3.3vw 0 3.3vw 3.3vw;
    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;
  }
  #case-article .profile .inner .text .blue {
    font-weight: 700;
  }
  #case-article .title {
    margin: 9vw 0 5vw;
    text-align: center;
  }
  #case-article .title h2 {
    font-size: 4.2vw;
    color: #4d93d0;
    font-weight: 700;
    text-align: left;
    margin: auto;
    display: inline-block;
  }
  #case-article .title img {
    width: 60%;
    margin-bottom: 4vw;
  }
  #case-article .title img.case2 {
    width: 50%;
  }
  #case-article p {
    font-size: 2.7vw;
    margin-bottom: 4.7vw;
    line-height: 1.8;
  }
  #case-article p.green {
    font-weight: 700;
    color: #55a89f;
  }
  #case-article p .bold {
    font-weight: 700;
  }
  #case-article .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10vw 0 6vw;
  }
  #case-article .box img {
    width: auto;
    height: 21vw;
  }
  #case-article .box h3 {
    width: 77%;
    height: 21vw;
    background: #55a89f;
    color: #fff;
    font-size: 3.4vw;
    font-weight: 700;
    padding-left: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
  }
  #case-article .box h3.full {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    height: auto;
    padding: 4vw 0;
  }
  #case-article .box.high img {
    height: 27vw;
  }
  #case-article .box.high h3 {
    height: 27vw;
  }
  #case-article .btn {
    width: 46%;
    height: 11vw;
    margin: 14vw auto 12vw;
    border: 0.2vw solid #2d2d2d;
    border-radius: 0.5vw;
    -webkit-box-shadow: 0.4vw 0.4vw #dbdbdb;
            box-shadow: 0.4vw 0.4vw #dbdbdb;
    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;
  }
  #case-article .btn p {
    font-size: 2.7vw;
    font-weight: 500;
    color: #4d93d0;
    margin: 0 2vw 0.5vw 3.3vw;
  }
  #case-article .btn img {
    width: 1.3vw;
  }
}