@charset "UTF-8";
/* CSS Document */

.wrapper_logo_top {
    background-image: url(../img/common/logo_black.png)!important;
}

section.fv {
    padding: 0 0 200px 0;
    background: linear-gradient(360deg, rgba(32,173,218,0.25) 0%, rgba(255,255,255,1) 100%);
    overflow: hidden;
    position: relative;
}

svg#sh_town1 {
    position: absolute;
    left: -39%;
    width: 83%;
    bottom: -31%;
}

svg#sh_town2 {
    position: absolute;
    right: -42%;
    width: 84%;
    bottom: -30%;
}

.fv_inner {
	min-height: 800px;
    width: 100%;
    position: relative;
    height: 100vh;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

h1.fv_title {
    margin: 0 auto 5vh;
    width: 600px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

h1.fv_title img {
    width: 250px;
    margin: 0 auto;
}

h1.fv_title span {
    font-size: 5.6rem;
    display: block;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin: 25px auto 0;
    line-height: 80px;
    letter-spacing: 0;
    text-align: center;
    color: #0a0a0a;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.message_inner {
    text-align: center;
    font-weight: bold;
    padding-top: 250px;
}

ul.message_voice {
    margin: 50px auto;
    max-width: 500px;
}

ul.message_voice li {
    width: 80%;
    margin: 20px 0;
}

ul.message_voice li:last-child {
    margin-left: 20%;
}

p.message_text span {
    display: block;
    font-size: 2.8rem;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    line-height: 54px;
}

p.message_text {
    font-size: 1.55rem;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 0;
}

.chapter_area {
	background-image: url("../img/vision/bg_sh.png");
	background-size: 250px;
	background-position: left center;
	background-repeat: repeat-y;
	background-color: #fafeff;
	background-attachment: fixed;
	background-position: 0 0;
	-webkit-animation: bgroop 10s linear infinite;
	animation: bgroop 10s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 0 900px;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 900px;
    }
}

.chapter_street {
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    margin-left: -350px;
    left: 50%;
}

section.chapter_area {
    position: relative;
}

.chapter_1 {
    padding: 250px 0 0;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

p.chapter_text {
    font-weight: bold;
    font-size: 1.55rem;
    line-height: 32px;
    max-width: 900px;
    letter-spacing: 0;
    margin: 0 auto;
}

.vision_image {
    max-width: 800px;
    margin: 80px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 30px 30px 80px rgba(30,170,210,0.2), 6px 6px 45px rgba(30,170,210,0.25), 26px 26px 125px rgba(30,170,210,0.1);
    background: #eee;
    position: relative;
}

.vision_image span {
    display: block;
    position: absolute;
    background: #20adda;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #fff;
    padding: 5px 30px;
    border-radius: 100px;
    right: 20px;
    font-weight: bold;
    bottom: 20px;
}

.chapter_title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0a0a0a;
    margin-bottom: 75px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.chapter_title_en {
    font-family: 'Overpass', sans-serif;
    font-size: 6rem;
    color: #20adda;
    line-height: 75px;
    margin-bottom: 50px;
    position: relative;
}

.chapter_title_en span {
    display: block;
    color: #20adda;
    font-size: 2rem;
    background: #fafeff;
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 0 20px;
}

.chapter_title_en:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #20adda;
    top: 12px;
    left: 0;
    position: absolute;
    display: block;
}

.chapter_2 {
    padding: 150px 0 0;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

.users {
    max-width: 400px;
    margin: 30px auto;
}

.sekaipass {
    border: 2px solid #20adda;
    border-radius: 10px;
    margin: 30px 0;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    padding: 20px;
    color: #20adda;
    background: #fafeff;
}

.users img {
    width: 80%;
    margin: 0 auto;
}

.chapter_3 {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 150px 0;
}

ul.banners {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

ul.banners li {
    width: 43%;
    padding: 80px 60px 60px;
	background: linear-gradient(30deg, rgba(32,173,218,1) 31%, rgba(176,226,242,1) 100%);
    color: #fff;
    border-radius: 14px;
    position: relative;
}

h3.banner_title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    line-height: 36px;
    margin-bottom: 20px;
}

.banners_icon {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    top: -80px;
}

p.banner_cap {
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

a.banner_link {
    display: flex;
    background: #fff;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
    border-radius: 100px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    color: #24afdb;
    font-size: 1.6rem;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.banner_link:after {
	opacity: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    right: 45px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


a.banner_link:hover:after {
	opacity: 1;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    right: 25px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

a.banner_link:hover {
    background: none;
    color: #fff;
}

a.banner_link span {
    display: block;
    width: 16px;
    background: url(../img/vision/icon_link_blue.png);
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.banner_link:hover span {
    background: url(../img/vision/icon_link_white.png);
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
    width: 16px;
}

header.header_change {
    background: #111!important;
}

.menu-trigger span {
    background: #000!important;
}

.trigger_small span {
    background: #fff!important;
}
header .pl_language_swicher select {
    color: #000;
    background-image: url(default/under_arrow.svg);
}
header.header_change .pl_language_swicher select {
    color: #fff;
    background-image: url(default/under_arrow_w.svg);
}
header.header_change .wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}

footer {
    background: #111!important;
}

.substack_area {
    padding-top: 100px;
    border-top: 1px solid #20adda;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
h1.fv_title img {
    width: 35%;
}

h1.fv_title span {
    font-size: 2.5rem;
    line-height: 38px;
    margin: 20px auto 0;
}

svg#sh_town2 {
    display: none;
}

svg#sh_town1 {
    top: 35px;
    width: 100%;
    transform: scale(1.5);
    left: 0;
}

.fv_inner {
    height: auto;
    min-height: inherit;
}

.message_inner {
    padding: 0 5% 0;
}
	
p.message_text span {
    font-size: 1.45rem;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.5px;
}

ul.message_voice {
    margin: 30px auto;
}

ul.message_voice li {
    width: 84%;
    margin: 10px 0;
}

ul.message_voice li:last-child {
    margin-left: 16%;
}

section.fv {
    padding: 0 0 60px 0;
}

h1.fv_title {
    margin: 30vh auto 60px auto;
    width: 100%;
}

p.message_text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 24px;
}
	
.chapter_area {
    background-size: 140px;
    background-image: url("../img/vision/bg_sh_sp.png");
}
	
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 0 504px;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 504px;
    }
}
	
.chapter_1 {
    padding: 60px 5% 0;
}

.chapter_title_en {
    font-size: 4rem;
    line-height: 45px;
    margin-bottom: 10px;
}

.chapter_title_en span {
    font-size: 1.5rem;
}

.chapter_title_en:before {
    top: 9px;
}

.chapter_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

p.chapter_text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 24px;
}

.vision_image {
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 10px 10px 39px rgba(30,170,210,0.1), 6px 6px 35px rgba(30,170,210,0.2), 0px 0px 10px rgba(30,170,210,0.1);
}

.vision_image span {
    font-size: 1.2rem;
    padding: 3px 14px;
    bottom: 10px;
    right: 10px;
}

.chapter_2 {
    padding: 60px 5% 0;
}

.chapter_3 {
    padding: 60px 5% 60px;
}

.chapter_street {
    position: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    top: inherit;
}

ul.banners li {
    width: 100%;
    border-radius: 10px;
    padding: 50px 7% 7%;
}

a.banner_link {
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0;
}

h3.banner_title {
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 15px;
}

p.banner_cap {
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 20px;
}

.banners_icon {
    width: 80px;
    margin-left: -40px;
    top: -75px;
}

ul.banners {
    margin-top: 100px;
}
	
header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}
	
header .pl_language_swicher select {
    color: #fff;
    background-image: url(default/under_arrow_w.svg);
}
}