.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
  background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
  background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
  background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1300px;
    overflow: hidden;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 100px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    min-width: 1300px;
  }
  .header__main {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
  .header__logo {
    width: 180px;
    line-height: 0;
  }
  .header__logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul li + li {
    margin-left: 54px;
  }
  .header__nav ul li a {
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: 400;
    color: #004F99;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 20px 0;
  }
  .header__nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #004F99;
    -webkit-transition: 0.3s width ease;
    -moz-transition: 0.3s width ease;
    transition: 0.3s width ease;
  }
  .header__nav ul li a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  .header__line {
    margin-left: 50px;
  }
  .header__line a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #00B630;
    -moz-box-shadow: 0px 5px 0 #006a00;
         box-shadow: 0px 5px 0 #006a00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__line a:hover {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .footer {
    text-align: center;
    font-size: 1.3rem;
	  font-color: #fff;
    line-height: 2;
    font-weight: 300;
    color: #fff;
    padding: 18px 0;
    background: #000;
  }
	  .footer a {
color: #fff;
}
	
	  .footer_link {
    text-align: center;
    font-size: 1.3rem;
	font-color: #fff;
    line-height: 2;
    font-weight: 300;
    color: #fff;
    padding: 18px 0;
    background: #000;
  }
	  .footer_link  a {
color: #fff;
}
		  
		  
  .mv {
    position: relative;
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
  .mv__inner {
    max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
    padding: 65px 0 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mv__inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/mv.png") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .mv__inner .txt {
    text-align: center;
    font-size: 4.2rem;
    line-height: 52px;
    font-weight: 500;
    color: #004F99;
    letter-spacing: 0.265em;
    font-style: italic;
  }
  .mv__inner .txt small {
    font-size: 2.7rem;
  }
  .mv__inner .txtInline {
    display: table;
    width: 554px;
    border-collapse: collapse;
    border: 3px solid #004F99;
    background: #FFF100;
    margin-left: 195px;
  }
  .mv__inner .txtInline p {
    display: table-row;
    border: 3px solid #004F99;
  }
  .mv__inner .txtInline p span {
    display: table-cell;
    border: 3px solid #004F99;
    font-size: 4rem;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #004F99;
  }
  .mv__inner .copyright {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.12em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #004F99;
  }
  .mv__inner .scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 180px;
  }
  .mv__inner .scrollText {
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.12em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #004F99;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .mv__inner .scrollArea {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 165px;
    overflow: hidden;
    background: #d7e4f0;
    z-index: 1;
  }
  .mv__inner .scrollBar {
    position: absolute;
    top: -180px;
    left: 50%;
    padding-bottom: 180px;
    text-align: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #004F99;
    width: 2px;
    -webkit-animation: scroll-bar-pc 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
       -moz-animation: scroll-bar-pc 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
            animation: scroll-bar-pc 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    z-index: 2;
  }
  .intro {
    padding: 47px 0;
  }
  .intro__inner {
    max-width: 900px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 45px 0;
    color: #004F99;
    letter-spacing: 0.1em;
  }
  .intro__inner h2 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 38px;
    font-weight: 500;
    font-style: italic;
  }
  .intro__inner h2 span {
    text-decoration: underline;
  }
  .intro__inner .txt {
    font-size: 1.6rem;
    line-height: 36px;
    text-align: center;
    margin-top: 30px;
  }
  .ttlCom {
    text-align: center;
    color: #004F99;
  }
  .ttlCom.st2 {
    color: #fff;
  }
  .ttlCom.st2 h2::after {
    background-color: #fff;
  }
  .ttlCom h2 {
    font-size: 6rem;
    line-height: 70px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 10px 0;
  }
  .ttlCom h2::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 2.5px;
    background: #004F99;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .ttlCom span {
    font-size: 2rem;
    line-height: 35px;
    font-weight: 700;
    display: inline-block;
    margin-top: 12px;
  }
  .hasBot {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .hasBot::after {
    position: absolute;
    content: attr(data-bot);
    font-size: 35rem;
    line-height: 0.8;
    font-family: "Lato Hairline";
    letter-spacing: 0.1em;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #EFEFEF;
    z-index: -1;
    font-weight: 300;
    white-space: nowrap;
  }
  .vision {
    background: url("../img/bgGrid.png") 0 0 repeat;
  }
  .vision__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 110px 50px 210px;
  }
  .vision h3 {
    font-size: 3rem;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.05em;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
  }
  .vision__top {
    margin-top: 70px;
  }
  .vision__topWrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vision__topWrap article {
    width: 286px;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    padding: 5px;
  }
  .vision__topWrap article .ar {
    background: #fff;
    padding: 25px 6px;
    height: 100%;
  }
  .vision__topWrap article .ar h4 {
    font-size: 2.6rem;
    line-height: 36px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    color: #004F99;
  }
  .vision__topWrap article .ar h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    background: #EEF1F9;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .vision__topWrap article .ar .txt {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 400;
    margin-top: 15px;
    padding: 0 10px;
  }
  .vision__topWrap article .ar figure {
    text-align: center;
    margin-top: 25px;
  }
  .vision__topWrap article:nth-of-type(1) .ar figure img {
    width: 132px;
  }
  .vision__topWrap article:nth-of-type(2) .ar figure img {
    width: 137px;
  }
  .vision__topWrap article:nth-of-type(3) .ar figure img {
    width: 148px;
  }
  .vision__bot {
    margin-top: 85px;
  }
  .vision__botCon {
    margin-top: 55px;
  }
  .vision__botCon p {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .vision__botCon p span {
    color: #FF2E39;
  }
  .vision__botCon ul {
    background: #D9ECF6;
    padding: 30px 10px 25px 46px;
    margin-bottom: 30px;
  }
  .vision__botCon ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 17px;
    line-height: 45px;
    padding: 0 0 0 18px;
    font-weight: 700;
    color: #004F99;
  }
  .vision__botCon ul li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #004F99;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 15px;
  }
  .vision__botCon ol {
    counter-reset: li;
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .vision__botCon ol li {
    counter-increment: li;
    padding: 0 0 0 180px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3rem;
    line-height: 40px;
    font-weight: 500;
    color: #004F99;
    background: #fff;
    border: 4px solid #0290D9;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .vision__botCon ol li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 4.4rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 130px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 700;
    left: 0;
    top: 0;
  }
  .vision__botCon ol li::after {
    position: absolute;
    content: attr(data-text);
    font-size: 5rem;
    line-height: 1;
    font-family: "Snell Roundhand Regular";
    color: #E4E4E4;
    font-weight: 400;
    right: 0;
    bottom: -10px;
    z-index: -1;
  }
  .vision__botCon ol li + li {
    margin-top: 34px;
  }
  .vision__botCon .note {
    font-size: 1.5rem;
    line-height: 45px;
  }
  .content {
    background: url("../img/bgContent.jpg") 0 0 repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 1;
    position: relative;
  }
  .content::after {
    color: rgba(35, 24, 21, 0.5);
  }
  .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.7);
    display: block;
  }
  .content .content__inner {
    position: relative;
    z-index: 1;
    padding: 100px 0 150px;
  }
  .content .content__innerWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
    counter-reset: div;
  }
  .content .content__innerWrap article {
    width: 312px;
    background-color: #fff;
    margin: 0 15px;
    text-align: center;
  }
  .content .content__innerWrap article > span {
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 12px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-style: italic;
  }
  .content .content__innerWrap article > span::before {
    position: absolute;
    top: 50%;
    left: 105px;
    content: "";
    width: 117px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .content .content__innerWrap article > span::after {
    counter-increment: div;
    content: "0" counter(div) ".";
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
  }
  .content .content__innerWrap article figure {
    position: relative;
    text-align: center;
  }
  .content .content__innerWrap article figure img {
    width: 137px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .content .content__innerWrap article figure::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 118px;
    background: #ADD7DF;
    display: block;
  }
  .content .content__innerWrap article .ar {
    padding: 0 15px 20px 15px;
  }
  .content .content__innerWrap article .ar h3 {
    color: #004F99;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0;
  }
  .content .content__innerWrap article .ar .txt {
    font-size: 15px;
    line-height: 1.73333;
    text-align: left;
  }
  .slogan {
    padding-top: 95px;
    padding-bottom: 30px;
    position: relative;
  }
  .slogan::after {
    -webkit-transform: translateX(-50%) rotate(-7deg);
       -moz-transform: translateX(-50%) rotate(-7deg);
        -ms-transform: translateX(-50%) rotate(-7deg);
            transform: translateX(-50%) rotate(-7deg);
    font-style: italic;
  }
  .slogan ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 100px;
    max-width: 1026px;
    margin: 100px auto 0;
    counter-reset: div;
    position: relative;
    z-index: 1;
  }
  .slogan ul li {
    width: 500px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 45px;
  }
  .slogan ul li small {
    position: relative;
    z-index: 1;
    width: 105px;
    height: 105px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: "Lato", sans-serif;
  }
  .slogan ul li small::after {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
  }
  .slogan ul li span {
    font-weight: bold;
    font-size: 30px;
    color: #004F99;
    line-height: 1.13333;
    padding: 10px 0 10px 20px;
    min-height: 88px;
    position: relative;
    font-style: italic;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slogan ul li span::after {
    content: "";
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 110%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
  }
  .service {
    position: relative;
    padding-top: 130px;
    padding-bottom: 380px;
  }
  .service .hasBot::after {
    color: #004F99;
    bottom: -230px;
    letter-spacing: 0;
  }
  .service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-7deg);
       -moz-transform: skewY(-7deg);
        -ms-transform: skewY(-7deg);
            transform: skewY(-7deg);
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
  }
  .service .service__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
  }
  .service .service__innerBox {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin: 55px 0 40px;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.21em;
    font-weight: 500;
  }
  .service .service__innerBox span {
    color: #E60012;
  }
  .service .service__innerBox span em {
    font-style: normal;
    font-size: 40px;
    line-height: 1;
  }
  .service .service__innerBox small {
    color: #E60012;
    font-size: 15px;
  }
  .service .service__innerWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service .service__innerWrap article {
    width: 472px;
    background-color: #fff;
    text-align: center;
    border: 2px solid #004F99;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .service .service__innerWrap article h3 {
    font-size: 26px;
    line-height: 1.53846;
    letter-spacing: 0.1em;
    color: #004F99;
    font-weight: 500;
    text-align: center;
    position: relative;
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px;
  }
  .service .service__innerWrap article h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .service .service__innerWrap article h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0062ac));
    background-image: -webkit-linear-gradient(left, #004f99, #0062ac);
    background-image: -moz- oldlinear-gradient(left, #004f99, #0062ac);
    background-image: linear-gradient(to right, #004f99, #0062ac);
    display: block;
  }
  .service .service__innerWrap article .txt {
    font-size: 15px;
    line-height: 2.4;
    color: #004F99;
    padding: 0 50px;
    text-align: left;
    margin-bottom: 25px;
  }
  .service .service__innerWrap article figure {
    text-align: center;
  }
  .service .service__innerWrap article:nth-of-type(1) figure img {
    width: 99px;
  }
  .service .service__innerWrap article:nth-of-type(2) figure img {
    width: 71px;
  }
  .service .service__innerWrap article:nth-of-type(3) figure img {
    width: 154px;
  }
  .service .service__innerWrap article:nth-of-type(4) figure img {
    width: 175px;
  }
  .plan {
    background: #fff url("../img/bgGrid.png") 0 0 repeat;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding: 100px 0;
  }
  .plan .hasBot::after {
    bottom: -5px;
    letter-spacing: 0;
  }
  .plan .plan__produce {
    max-width: 1000px;
    margin: 0 auto;
  }
  .plan .plan__produceWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 130px 0;
    counter-reset: div;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .plan .plan__produceWrap.order .col:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .plan .plan__produceWrap .col {
    width: 433px;
    margin-bottom: 50px;
  }
  .plan .plan__produceWrap .col.price {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    padding: 30px 35px;
    margin-top: -25px;
  }
  .plan .plan__produceWrap .col.price.mg {
    margin-right: 433px;
  }
  .plan .plan__produceWrap .col.price dl dt {
    font-family: "Lato", sans-serif;
    font-size: 43px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .plan .plan__produceWrap .col.price dl dt small {
    display: block;
    font-size: 25px;
    letter-spacing: 0.1em;
  }
  .plan .plan__produceWrap .col.price dl dd {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.09em;
  }
  .plan .plan__produceWrap .col.price dl dd em {
    font-style: normal;
    font-size: 60px;
    line-height: 1;
  }
  .plan .plan__produceWrap .col.price dl dd .note {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
  }
  .plan .plan__produceWrap .col h3 {
    color: #004F99;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.40909;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    border-top: 2px solid #004F99;
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    position: relative;
  }
  .plan .plan__produceWrap .col h3::after {
    content: attr(data-en);
    position: absolute;
    right: 0;
    top: -25px;
    font-weight: bold;
    color: #004F99;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    display: block;
  }
  .plan .plan__produceWrap .col h3::before {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -2px;
    left: 0;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
  }
  .plan .plan__produceWrap .col .txt {
    font-size: 15px;
    line-height: 1.73333;
    letter-spacing: 0.03em;
    padding-left: 70px;
  }
  .plan .plan__produceWrap .col .txt span {
    font-weight: bold;
    color: #004F99;
  }
  .plan .plan__produceWrap .col .txt small {
    font-size: 12px;
    line-height: 1.66667;
  }
  .advance {
    background-color: #EEF1F9;
  }
  .advance .hasBot::after {
    color: #E3E7F4;
    letter-spacing: 0;
  }
  .about {
    background-color: #EEF1F9;
    padding-bottom: 165px;
  }
  .about .hasBot::after {
    letter-spacing: 0;
  }
  .about .about__inner {
    max-width: 980px;
    margin: 60px auto 0;
  }
  .about .about__inner dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6px;
  }
  .about .about__inner dl:not(:last-child) dd {
    position: relative;
  }
  .about .about__inner dl:not(:last-child) dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
  }
  .about .about__inner dl dt {
    width: 202px;
    font-size: 15px;
    color: #fff;
    padding: 15px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about__inner dl dt span {
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 100%;
  }
  .about .about__inner dl dd {
    width: 735px;
    font-size: 15px;
    line-height: 1.73333;
    padding: 15px 0;
  }
  .contact {
    padding: 80px 0 260px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    text-align: center;
  }
  .contact.hasBot::after {
    color: #004F99;
  }
  .contact .ttlCom {
    margin-bottom: 35px;
  }
}

 .contact2 {
    padding: 50px 0px 0px;
    text-align: center;
  }

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  body {
    padding-top: 14.85714vw;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14.85714vw;
    padding: 0 4.85714vw 0 5.42857vw;
    width: 100%;
  }
  .header__logo {
    line-height: 0;
    width: 33.14286vw;
  }
  .header__logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    position: fixed;
    height: 0;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .header__nav ul {
    padding: 9.42857vw 5.71429vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header__nav ul::before {
    content: "MENU";
    font-size: 5.71429vw;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 8.57143vw;
    text-align: center;
    letter-spacing: 0.13em;
  }
  .header__nav ul li a {
    border-top: 1px solid #fff;
    width: 100%;
    padding: 4.28571vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.28571vw;
    line-height: 7.14286vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__line a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 27.42857vw;
    height: 8.85714vw;
    color: #fff;
    font-size: 3.14286vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #00B630;
    -moz-box-shadow: 0px 1.42857vw 0 #006a00;
         box-shadow: 0px 1.42857vw 0 #006a00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__line a:hover {
    -webkit-transform: translateY(1.42857vw);
       -moz-transform: translateY(1.42857vw);
        -ms-transform: translateY(1.42857vw);
            transform: translateY(1.42857vw);
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .header .menu_icon {
    width: 6vw;
    height: 3.42857vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 4vw;
    position: relative;
    z-index: 9999;
    cursor: pointer;
  }
  .header .menu_icon i {
    font-style: normal;
    font-size: 2.85714vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
       -moz-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
       -moz-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
    width: 100%;
  }
  .header .menu_icon_in {
    width: 21px;
    height: 12px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 12px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 1px;
    background-color: #004F99;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 5px;
    right: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
    right: 0;
    left: inherit;
  }
  .footer {
    text-align: center;
    font-size: 3.71429vw;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    padding: 3.71429vw 0;
    background: #000;
  }
  .mv {
    position: relative;
    height: 120vw;
    width: 100%;
  }
  .mv__inner {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    height: 100%;
    padding: 5.71429vw 0 4.28571vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mv__inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/mv_sp@2x.png") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .mv__inner .txt {
    text-align: center;
    font-size: 6.28571vw;
    line-height: 9.14286vw;
    font-weight: 500;
    color: #004F99;
    letter-spacing: 0.115em;
    font-style: italic;
  }
  .mv__inner .txt small {
    font-size: 4.28571vw;
    letter-spacing: 0.205em;
  }
  .mv__inner .txtInline {
    display: table;
    width: 73.42857vw;
    border-collapse: collapse;
    border: 0.85714vw solid #004F99;
    background: #FFF100;
    margin-left: 5.71429vw;
  }
  .mv__inner .txtInline p {
    display: table-row;
    border: 0.85714vw solid #004F99;
  }
  .mv__inner .txtInline p span {
    display: table-cell;
    border: 0.85714vw solid #004F99;
    font-size: 5.14286vw;
    line-height: 9.28571vw;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #004F99;
  }
  .mv__inner .copyright {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0.12em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #004F99;
    display: none;
  }
  .mv__inner .scroll {
    position: absolute;
    right: 1.14286vw;
    bottom: 0;
    padding-bottom: 27.14286vw;
    display: inline-block;
    width: 4.57143vw;
  }
  .mv__inner .scrollText {
    font-size: 2.28571vw;
    line-height: 5.71429vw;
    letter-spacing: 0.12em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #004F99;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .mv__inner .scrollArea {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 24.28571vw;
    overflow: hidden;
    background: #d7e4f0;
    z-index: 1;
  }
  .mv__inner .scrollBar {
    position: absolute;
    top: -27.14286vw;
    left: 50%;
    padding-bottom: 27.14286vw;
    text-align: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #004F99;
    width: 2px;
    -webkit-animation: scroll-bar-sp 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
       -moz-animation: scroll-bar-sp 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
            animation: scroll-bar-sp 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
    z-index: 2;
  }
  .intro {
    padding: 4.85714vw;
  }
  .intro__inner {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 5.14286vw;
    color: #004F99;
    letter-spacing: 0.1em;
  }
  .intro__inner h2 {
    text-align: center;
    font-size: 5.14286vw;
    line-height: 7.71429vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-style: italic;
  }
  .intro__inner h2 span {
    text-decoration: underline;
  }
  .intro__inner .txt {
    font-size: 4vw;
    line-height: 8.28571vw;
    text-align: center;
    margin-top: 5.71429vw;
  }
  .ttlCom {
    text-align: center;
    color: #004F99;
  }
  .ttlCom.st2 {
    color: #fff;
  }
  .ttlCom.st2 h2::after {
    background-color: #fff;
  }
  .ttlCom h2 {
    font-size: 12.28571vw;
    line-height: 15.14286vw;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 2.85714vw 0;
  }
  .ttlCom h2::after {
    position: absolute;
    content: "";
    width: 10vw;
    height: 0.71429vw;
    background: #004F99;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .ttlCom span {
    font-size: 5.14286vw;
    line-height: 8.85714vw;
    font-weight: 700;
    display: inline-block;
    margin-top: 2.28571vw;
  }
  .hasBot {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .hasBot::after {
    position: absolute;
    content: attr(data-bot);
    font-size: 25.71429vw;
    line-height: 0.8;
    font-family: "Lato Hairline";
    letter-spacing: 0.07em;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #EFEFEF;
    z-index: -1;
    font-weight: 300;
    white-space: nowrap;
  }
  .vision {
    background: url("../img/bgGrid.png") 0 0 repeat;
    padding: 0vw 5.71429vw 0vw;
  }
  .vision__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 12.28571vw 0 12.85714vw;
  }
  .vision h3 {
    font-size: 5.71429vw;
    line-height: 8.57143vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 3.14286vw;
    letter-spacing: 0.05em;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
  }
  .vision__top {
    margin-top: 8.57143vw;
  }
  .vision__topWrap {
    margin-top: 5.71429vw;
  }
  .vision__topWrap article {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    padding: 1.42857vw;
  }
  .vision__topWrap article + article {
    margin-top: 5.14286vw;
  }
  .vision__topWrap article .ar {
    background: #fff;
    padding: 7.14286vw 1.71429vw;
    height: 100%;
  }
  .vision__topWrap article .ar h4 {
    font-size: 8vw;
    line-height: 10.85714vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    color: #004F99;
  }
  .vision__topWrap article .ar h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4.28571vw;
    background: #EEF1F9;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .vision__topWrap article .ar .txt {
    font-size: 4.28571vw;
    line-height: 8.57143vw;
    font-weight: 400;
    margin-top: 4vw;
    padding: 0 5.71429vw;
  }
  .vision__topWrap article .ar figure {
    text-align: center;
    margin-top: 3.42857vw;
  }
  .vision__topWrap article:nth-of-type(1) .ar figure img {
    width: 27.04762vw;
  }
  .vision__topWrap article:nth-of-type(2) .ar figure img {
    width: 28.19048vw;
  }
  .vision__topWrap article:nth-of-type(3) .ar figure img {
    width: 30.47619vw;
  }
  .vision__bot {
    margin-top: 10.57143vw;
  }
  .vision__botCon {
    margin-top: 10vw;
  }
  .vision__botCon p {
    font-size: 4.28571vw;
    line-height: 8.57143vw;
    font-weight: 400;
    margin-bottom: 5.71429vw;
  }
  .vision__botCon p span {
    color: #FF2E39;
  }
  .vision__botCon ul {
    background: #D9ECF6;
    padding: 5.14286vw 4.28571vw 3.42857vw 4.28571vw;
    margin-bottom: 3.42857vw;
  }
  .vision__botCon ul li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.57143vw;
    line-height: 8.57143vw;
    padding: 0 0 0 4.85714vw;
    font-weight: 700;
    color: #004F99;
  }
  .vision__botCon ul li::before {
    position: absolute;
    content: "";
    width: 4.28571vw;
    height: 4.28571vw;
    background: #004F99;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 0;
    top: 2vw;
  }
  .vision__botCon ol {
    counter-reset: li;
    margin-top: 8.57143vw;
    margin-bottom: 11.42857vw;
  }
  .vision__botCon ol li {
    counter-increment: li;
    padding: 0 0 0 24.28571vw;
    height: 15.42857vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.71429vw;
    line-height: 6.28571vw;
    font-weight: 500;
    color: #004F99;
    background: #fff;
    border: 1.14286vw solid #0290D9;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .vision__botCon ol li::before {
    position: absolute;
    content: counter(li, decimal-leading-zero) ".";
    font-size: 10vw;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 19.14286vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    left: 0;
    top: 0;
  }
  .vision__botCon ol li::after {
    position: absolute;
    content: attr(data-text);
    font-size: 8.57143vw;
    line-height: 1;
    font-family: "Snell Roundhand Regular";
    color: #E4E4E4;
    font-weight: 400;
    right: 0;
    bottom: -1.71429vw;
    z-index: -1;
  }
  .vision__botCon ol li + li {
    margin-top: 5.71429vw;
  }
  .vision__botCon .note {
    font-size: 4.28571vw;
    line-height: 8.57143vw;
  }
  .content {
    background: url("../img/bgContent_sp.jpg") 0 0 repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 1;
    position: relative;
  }
  .content::after {
    color: rgba(35, 24, 21, 0.5);
  }
  .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.7);
    display: block;
  }
  .content .content__inner {
    position: relative;
    z-index: 1;
    padding: 13.14286vw 5.71429vw 20.57143vw;
  }
  .content .content__innerWrap {
    margin-top: 7.14286vw;
    counter-reset: div;
  }
  .content .content__innerWrap article {
    width: 100%;
    background-color: #fff;
    text-align: center;
  }
  .content .content__innerWrap article + article {
    margin-top: 9.71429vw;
  }
  .content .content__innerWrap article > span {
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
    font-size: 5.71429vw;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 3.42857vw;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-style: italic;
  }
  .content .content__innerWrap article > span::before {
    position: absolute;
    top: 50%;
    left: 30vw;
    content: "";
    width: 33.42857vw;
    height: 1px;
    background: #fff;
    display: block;
  }
  .content .content__innerWrap article > span::after {
    counter-increment: div;
    content: counter(div, decimal-leading-zero) ".";
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12.85714vw;
    line-height: 1;
  }
  .content .content__innerWrap article figure {
    position: relative;
    text-align: center;
  }
  .content .content__innerWrap article figure img {
    width: 39.14286vw;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .content .content__innerWrap article figure::after {
    content: "";
    position: absolute;
    top: -2.85714vw;
    left: 0;
    width: 100%;
    height: 33.71429vw;
    background: #ADD7DF;
    display: block;
  }
  .content .content__innerWrap article .ar {
    padding: 0 4.28571vw 4.28571vw 4.28571vw;
  }
  .content .content__innerWrap article .ar h3 {
    color: #004F99;
    font-size: 6vw;
    line-height: 8.85714vw;
    font-weight: 500;
    text-align: center;
    margin: 5.14286vw 0 2.85714vw;
  }
  .content .content__innerWrap article .ar .txt {
    font-size: 4.28571vw;
    line-height: 1.73333;
    text-align: left;
  }
  .slogan {
    padding-top: 11.42857vw;
    padding-bottom: 24vw;
    padding-left: 5.71429vw;
    padding-right: 5.71429vw;
    position: relative;
  }
  .slogan::after {
    -webkit-transform: translateX(-50%) rotate(-7deg);
       -moz-transform: translateX(-50%) rotate(-7deg);
        -ms-transform: translateX(-50%) rotate(-7deg);
            transform: translateX(-50%) rotate(-7deg);
    font-style: italic;
  }
  .slogan ul {
    max-width: 100%;
    margin: 5.71429vw auto 0;
    counter-reset: div;
    position: relative;
    z-index: 1;
  }
  .slogan ul li {
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .slogan ul li + li {
    margin-top: 2.85714vw;
  }
  .slogan ul li small {
    position: relative;
    z-index: 1;
    width: 18.57143vw;
    height: 18.57143vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.57143vw;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: "Lato", sans-serif;
  }
  .slogan ul li small::after {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 8.57143vw;
    line-height: 1;
  }
  .slogan ul li span {
    font-weight: bold;
    font-size: 5.42857vw;
    color: #004F99;
    line-height: 1.21053;
    padding: 0 0 0 4.28571vw;
    min-height: 15.14286vw;
    position: relative;
    font-style: italic;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slogan ul li span::after {
    content: "";
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 110%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
  }
  .service {
    position: relative;
    padding-top: 12.85714vw;
    padding-bottom: 12.85714vw;
  }
  .service .hasBot::after {
    color: #004F99;
    bottom: 0;
    letter-spacing: 0;
  }
  .service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewY(-7deg);
       -moz-transform: skewY(-7deg);
        -ms-transform: skewY(-7deg);
            transform: skewY(-7deg);
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: block;
  }
  .service .service__inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.71429vw 21.42857vw;
  }
  .service .service__innerBox {
    background-color: #fff;
    padding: 5.71429vw 4.28571vw;
    text-align: center;
    margin: 10vw 0 8.57143vw;
    font-size: 4.57143vw;
    line-height: 2;
    letter-spacing: 0.21em;
    font-weight: 500;
  }
  .service .service__innerBox span {
    color: #E60012;
  }
  .service .service__innerBox span em {
    font-style: normal;
    font-size: 9.71429vw;
    line-height: 1;
  }
  .service .service__innerBox small {
    color: #E60012;
    font-size: 3.42857vw;
  }
  .service .service__innerWrap article {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 0.57143vw solid #004F99;
    padding-bottom: 5.71429vw;
  }
  .service .service__innerWrap article + article {
    margin-top: 5.71429vw;
  }
  .service .service__innerWrap article h3 {
    font-size: 6.28571vw;
    line-height: 1.36364;
    letter-spacing: 0.1em;
    color: #004F99;
    font-weight: 500;
    text-align: center;
    position: relative;
    min-height: 20.85714vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.71429vw;
  }
  .service .service__innerWrap article h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .service .service__innerWrap article h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5.42857vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0062ac));
    background-image: -webkit-linear-gradient(left, #004f99, #0062ac);
    background-image: -moz- oldlinear-gradient(left, #004f99, #0062ac);
    background-image: linear-gradient(to right, #004f99, #0062ac);
    display: block;
  }
  .service .service__innerWrap article .txt {
    font-size: 4.28571vw;
    line-height: 2;
    color: #004F99;
    padding: 0 5.71429vw;
    text-align: left;
    margin-bottom: 4.28571vw;
  }
  .service .service__innerWrap article figure {
    text-align: center;
  }
  .service .service__innerWrap article:nth-of-type(1) figure img {
    width: 28.28571vw;
  }
  .service .service__innerWrap article:nth-of-type(2) figure img {
    width: 20.28571vw;
  }
  .service .service__innerWrap article:nth-of-type(3) figure img {
    width: 44vw;
  }
  .service .service__innerWrap article:nth-of-type(4) figure img {
    width: 50vw;
  }
  .plan {
    background: #fff url("../img/bgGrid.png") 0 0 repeat;
    margin-top: -12.85714vw;
    position: relative;
    z-index: 1;
    padding: 9.42857vw 0 22vw;
  }
  .plan .hasBot::after {
    bottom: -5px;
    letter-spacing: 0;
  }
  .plan .plan__produce {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.71429vw;
  }
  .plan .plan__produceWrap {
    padding: 10.57143vw 0 13.14286vw;
    counter-reset: div;
  }
  .plan .plan__produceWrap .col {
    width: 100%;
  }
  .plan .plan__produceWrap .col + .col {
    margin-top: 11.42857vw;
  }
  .plan .plan__produceWrap .col.price {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    padding: 7.14286vw;
  }
  .plan .plan__produceWrap .col.price dl dt {
    font-family: "Lato", sans-serif;
    font-size: 8.85714vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 2.85714vw;
  }
  .plan .plan__produceWrap .col.price dl dt small {
    display: block;
    font-size: 5.14286vw;
    letter-spacing: 0.1em;
  }
  .plan .plan__produceWrap .col.price dl dd {
    font-size: 5.14286vw;
    font-weight: 500;
    letter-spacing: 0.09em;
  }
  .plan .plan__produceWrap .col.price dl dd em {
    font-style: normal;
    font-size: 12.28571vw;
    line-height: 1;
  }
  .plan .plan__produceWrap .col.price dl dd .note {
    font-size: 4vw;
    display: block;
    font-weight: bold;
    margin-top: 1.42857vw;
  }
  .plan .plan__produceWrap .col h3 {
    color: #004F99;
    font-weight: 500;
    font-size: 6.28571vw;
    line-height: 1.40909;
    letter-spacing: 0.03em;
    margin-bottom: 2.85714vw;
    border-top: 0.57143vw solid #004F99;
    position: relative;
    padding-left: 16.28571vw;
    padding-top: 2.28571vw;
    position: relative;
  }
  .plan .plan__produceWrap .col h3::after {
    content: attr(data-en);
    position: absolute;
    right: 0;
    top: -4.85714vw;
    font-weight: bold;
    color: #004F99;
    font-size: 3.71429vw;
    line-height: 1;
    font-family: "Lato", sans-serif;
    display: block;
  }
  .plan .plan__produceWrap .col h3::before {
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
    font-size: 8.28571vw;
    font-weight: bold;
    color: #fff;
    width: 12.85714vw;
    height: 12.85714vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -0.57143vw;
    left: 0;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
  }
  .plan .plan__produceWrap .col .txt {
    font-size: 4.28571vw;
    line-height: 1.73333;
    letter-spacing: 0.03em;
  }
  .plan .plan__produceWrap .col .txt span {
    font-weight: bold;
    color: #004F99;
  }
  .plan .plan__produceWrap .col .txt small {
    font-size: 3.42857vw;
    line-height: 1.66667;
  }
  .advance {
    background-color: #EEF1F9;
  }
  .advance .hasBot::after {
    color: #E3E7F4;
    letter-spacing: 0;
  }
  .about {
    background: url("../img/bgGrid.png") 0 0 repeat;
    padding-bottom: 20vw;
  }
  .about .hasBot::after {
    letter-spacing: 0;
  }
  .about .about__inner {
    margin: 5.71429vw auto 0;
    padding: 0 5.71429vw;
  }
  .about .about__inner dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.85714vw;
  }
  .about .about__inner dl:not(:last-child) dd {
    position: relative;
  }
  .about .about__inner dl:not(:last-child) dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.42857vw;
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
  }
  .about .about__inner dl dt {
    width: 24.85714vw;
    font-size: 4vw;
    color: #fff;
    padding: 2.85714vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .about__inner dl dt span {
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 100%;
  }
  .about .about__inner dl dd {
    width: -webkit-calc(100% - 27.14286vw);
    width: -moz-calc(100% - 27.14286vw);
    width: calc(100% - 27.14286vw);
    margin-left: 2.28571vw;
    font-size: 4vw;
    line-height: 1.73333;
    padding: 2.85714vw 0;
  }
  .contact {
    padding: 11.42857vw 5.71429vw 20vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#004f99), to(#0094dd));
    background-image: -webkit-linear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: -moz- oldlinear-gradient(left, #004f99 0%, #0094dd 100%);
    background-image: linear-gradient(90deg, #004f99 0%, #0094dd 100%);
    text-align: center;
  }
  .contact.hasBot::after {
    color: #004F99;
  }
  .contact .ttlCom {
    margin-bottom: 8.85714vw;
  }
  .contact2 {
    padding: 50px 0px 0px;
    text-align: center;
    background: #000;
	color: #fff;
	}
	
	 .contact2 a {
    background: #000;
	color: #fff;
  }

}

body {
  overflow: hidden;
}

body .header {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
}

body .mv .txt {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

body .mv .txtInline {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .mv .scroll {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
}

body .mv .copyright {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  -moz-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
}

body.open {
  overflow: inherit;
}

body.open .header {
  opacity: 1;
}

body.open .mv .txt, body.open .mv .txtInline, body.open .mv .scroll, body.open .mv .copyright {
  opacity: 1;
}

@-webkit-keyframes scroll-bar-pc {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 360px, 0);
            transform: translate3d(0, 360px, 0);
  }
}

@-moz-keyframes scroll-bar-pc {
  0% {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 360px, 0);
         transform: translate3d(0, 360px, 0);
  }
}

@keyframes scroll-bar-pc {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 360px, 0);
       -moz-transform: translate3d(0, 360px, 0);
            transform: translate3d(0, 360px, 0);
  }
}

@-webkit-keyframes scroll-bar-sp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 54.28571vw, 0);
            transform: translate3d(0, 54.28571vw, 0);
  }
}

@-moz-keyframes scroll-bar-sp {
  0% {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 54.28571vw, 0);
         transform: translate3d(0, 54.28571vw, 0);
  }
}

@keyframes scroll-bar-sp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 54.28571vw, 0);
       -moz-transform: translate3d(0, 54.28571vw, 0);
            transform: translate3d(0, 54.28571vw, 0);
  }
}

.effect {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.delay_03 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay_06 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay_09 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay_12 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay_15 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay_18 {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay_21 {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
