@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}


html {
  font-size: 90%; /* -> 10px; */
}

.wrap {
    overflow: hidden;
}

a {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    display: inline-block;
    color: #5b8cc9;
}

a.pp {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    display: inline-block;
    color: #5b8cc9;
    font-weight: 100;
    font-size: smaller;
    text-underline-position: under;
}
figure{
	line-height:0;
}
ul {
  list-style: none
}

li {
  list-style: none;
}
h2 {
  font-family: house-script, sans-serif;
  font-style: normal;
}

h3 {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: #5C8CC9;
}

h3, tbody {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.45px;
  color: #1E1E1E;
  word-break: break-all;
  text-align: justify;
}

li .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-left: 0%;
}

.video{
  position:relative;
  width:80%;
  padding-top:56.25%;
  margin-left: 10%;
}

.video iframe{
  position:absolute;
  top:40px;
  right:0;
  width:100%;
  height:100%;

}

a.scroll_down {
    position: absolute;
    left: 50%;
    top: 700px;
}

a.scroll_down span {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 20px;
    height: 20px;
    margin-left: -10.5px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

a.scroll_down span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

a.scroll_down span:nth-of-type(2) {
  bottom: 5px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.plan_inner a.scroll_down span {
    margin-bottom: 30px;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*header {
  background: url(../images/header-img.jpg) no-repeat top left;
  background-size: cover;
}*/

header {
    background: url(../images/header-img.jpg) no-repeat top left;
    position: relative;
    min-height: 100vh;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-position: center;
    z-index: 1;
}

header .inner {
    height: 900px;
    margin-top: 0;
}

img.icon {
    width: 38%;
	max-width: 150px;
}

h1 img {
    width: 735px;

}

.innner_contents h2 img {
    width: 478px;
}

p.icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 25%;
  text-align: center;
}

/*Top Contact Btn*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

/*
 FORMATTING FOR CODEPEN
*/

.btn_area {
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 7vw;
}

.col {
  height: 100%;
}

div[class*=bcontainer] {
  text-align: center;
  width: 100%;
/*  height: 33%;*/
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*
 BUTTON STYLING
*/

.btn {
    height: 67px;
    line-height: 64px;
    transition: all 0.3s;
}


/*
.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 99%;
  z-index: 999;
	display: block;
}
*/

/*210331追加*/
.btn_sec {
    display: block;
    margin: 0 auto;
}

.btn_img {
    width: 80%;
    margin: 0 auto;
}

img.btn_img:hover {
    opacity: 0.5 !important;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}

/* BTN FOUR */

.btn-four:hover span {
  transform: scale(1.2, 1.2);
}

.btn-four::before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
}

.btn-four:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-four::after {
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-four:hover::after {
  transform: scale(0, 0);
  opacity: 0;
}


/*  end   */

.btn {
    width: 347px;
    position: relative;
    margin: 0 auto;
    text-align: center;
/*    font-size: 55px;*/
    font-family: house-script, sans-serif;
	z-index: 999;
}

.btn a {
    color: #fff;
    text-decoration: none;
/*    margin-top: 20px;*/
/*	margin-top: 2rem;*/
	padding-top: 1rem;
    position: relative;
/*    z-index: 1;*/
	display: block;
}

a.btn p {
    font-family: house-script, sans-serif;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    text-align: center;
/*
	position: relative;
	z-index: 1;
*/
}

a.btn p:after {
    content: "";
    display: inline-block;
    background: url(../images/mail_icon.png) no-repeat top;
    width: 74px;
    height: 36px;
    margin: -11px -20px 0 12px;
    background-size: cover;
}

/*Contact Btn*/
.button_base {
  margin-left: -51px
}

.back {
    margin-top: 80px;
}

a.con_btn p {
/*
    width: 100%;
    margin: 0;
*/
    text-align: center;
    font-size: 2.5rem;
/*	font-size: 3rem;*/
    font-family: house-script, sans-serif;
    color: #fff;
/*    letter-spacing: 1.45px;*/
    margin: 0 auto;
	line-height: 1;
}

a.con_btn, a.con_btn2 {
  display: block;
  text-decoration: none;
}

a.con_btn2 p {
    color: #5C8CC9;
/*    width: 96%;*/
    text-align: center;
    font-size: 2.5rem;
/*	font-size: 3rem;*/
    font-family: house-script, sans-serif;
/*    letter-spacing: 1.45px;*/
    margin: 0 auto;
	line-height: 2.5;
  }

p.btn02 a {
    line-height: 2.5;
    text-decoration: none;
    letter-spacing: 2px;
}

a.con_btn p:after {
    content: "";
    display: inline-block;

    width: 57px;
    height: 51px;
    margin: 9px 0 0 9px;
    background: url(../images/mail_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.con_btn2 p:after {
    content: "";
    display: inline-block;
    width: 11.5%;
    height: 42px;
    background: url(../images/mail_icon02.png) no-repeat left;
    margin: -23px -20px 0 15px;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 18px;
    vertical-align: middle;
    line-height: 52px;
}

.back:before {
    position: absolute;
    padding: 10px;
}

.button_base {
  margin: 0;
  border: 0;
  font-size: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -148px;
  width: 300px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

/* ### ### ### 03 */
.b03_skewed_slide_in {
    overflow: hidden;
    border: #5b8cc9 solid 1px;
}

.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    padding: 10px;*/
	padding: 0;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #fff;
    background-image: linear-gradient(0deg, #406EB2 0%, #5C8CC9 100%);
}

.b03_skewed_slide_in div:nth-child(2) {
  background-color: #fff;
  width: 340px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: translate(-250px, 0px) skewX(-30deg);
  -webkit-transform: translate(-360px, 0px) skewX(-30deg);
  -moz-transform: translate(-250px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in div:nth-child(3) {
    color: #ffffff;
    left: -340px;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-15px, 0px) skewX(-30deg);
    -webkit-transform: translate(-15px, 0px) skewX(-30deg);
    -moz-transform: translate(-15px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}

/*  -----END------  */

.innner_contents {
    max-width: 735px;
    position: absolute;
    margin: auto;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

.inner h1 {
    font-size: 51px;
    line-height: 4.58px;
/*    border-bottom: 3px solid #fff;*/
    margin: 0px 26.5px;
}


.inner h2 {
/*    border-top: 3px solid #fff;*/
    margin: 6px 26.5px;
    padding-top: 10px;
}

.scroll {
    margin-top: 12vw;
}

.scroll img {
  width: 4%;
}

section#sect01 {
    height: 650px;
    background: url(../images/sect_01.png) no-repeat top left;
    position: relative;
    min-height: 40vh;
/*    background-attachment: fixed;*/
    background-size: 40%;
    z-index: 1;
    background-position-x: -29px;
    background-position-y: 87px;
    padding: 180px 0 0 30px;
}

.about li {
    width: 45%;
    float: left;
    text-align: right;
}

.about li:first-child {
    width: 53%;
    margin-right: 2%;
}

h2.section{
  font-family: house-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.76px;
  color: #5C8CC9;
}

.about h2 {
    text-align: right;
    margin-right: 30px;
    margin-top: 30px
}

.about h3 {
    float: right;
    padding: 35px 50px 35px 0;
    width: 100%;
    text-align: right;
}


.about p {
/*    height: 260px;*/
    padding-right: 50px;
    float: right;
    max-width: 398px;
}

.entry {
  height: 200px;
  background: linear-gradient( 0deg, rgba(11, 7, 45, 0.4), rgba(158, 158, 158, 0)), url(../images/entry_01.jpg);
  background-size: cover;
  z-index: 10000;
}
#topbottom{
	position: fixed;
	z-index: 1000;
	right: 30px;
	bottom: 0;
	left: auto;
	top: auto;
	padding: 0px;
	width: 70px;
	height: 70px;
}
#topbottom a img:hover {
  opacity: 0.6;
   
}

#pagebottom img {
width: 70px;
height: auto;
}

.reason, .support {
    text-align: center;
    padding: 35px;
}

h2.reason {
    padding-bottom: 20px;
}

h3.reason {
    padding-top: 0px;
}

.reason p {
    max-width: 806px;
    margin: 0 auto 30px;
    text-align: left;
}

.entry_02 {
    text-align: center;
    padding: 50px 100px;
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
}

.entry_02 img {
    width: 60%;
}

section#sect03 {
    max-height: 1800px;
    background: url(../images/sect_03.jpg) no-repeat top;
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;
}

.company img {
    width: 50%;
    padding-bottom: 30px;
    max-width: 700px;
    margin: auto;
    display: block;
}

h2.O_com {
    color: #fff;
    line-height: 1;
    letter-spacing: 4.62px;
    padding: 70px 0 30px;
}

h3.O_com {
    letter-spacing: 1.5px;
    color: #fff;
    padding: 0 0 30px 0;
}

.company p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
  color : #fff;
  padding: 30px 0;
}

.company img {
    width: 50%;
    padding-bottom: 30px;
}

#sect04 {
    height: 420px;
    max-width: 1100px;
    margin: auto;
	position: relative;
	z-index: 1;
	padding-top: 80px;
	
}

#sect04:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 250px;
    left: 10%;
    right: 90%;
	top: -18%;
    font-family: serif;
    color: #5b8cc9;
    transform: scale(-1, -1);
}

h2.S_S {
    line-height: 70.54px;
    letter-spacing: 5.52px;
    color: #5C8CC9;
    padding: 19% 0 0 0;
    text-align: left;
}

h2.S_S_sp {
  display: none;
}

h3.S_S {
  font-size : 34px;
  line-height : 44px;
  letter-spacing : 1.7px;
  color : #5C8CC9;
  padding-top: 65px;
}

.success li {
  width: 46%;
  float: left;
}

li.right {
    text-align: right;
    margin-right: 8%;
}

.success p {
 margin-top: 130px;
    max-width: 350px;
    color: #fff;
}

.success img {
    width: 60%;
    margin-top: 90px;
    box-shadow: 3px 3px 3px #00000059;
}

.success_02 img {
    width: 60%;
    margin: 100px 0;
}

#sect05 {
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
    text-align: center;
    display: block;
}

#sect05:after {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 250px;
    left: 80%;
    right: 20%;
    margin-top: 100px;
    font-family: serif;
    color: #fff;
}

/*
#sect06 {
    background: url(../images/06_background.jpg) no-repeat top;
    position: relative;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 50px 0;
}
*/

#sect06 {
/*    background: url(../images/sp_02.jpg) no-repeat top;*/
	background: url(../images/06_background.jpg) no-repeat top;
    background-size: cover;
/*    height: 530px;*/
	height: auto;
	padding-bottom: 4rem;
}

  div#slider1 {
      display: none;
  }

.development img {
  width: 50%;
  position: absolute;
  right: 25%;
}

h2.dp {
    font-size: 8rem;
  line-height: 127.91px;
  letter-spacing: 6.97px;
  padding-top: 113px;
  color: #FFFFFF;
  text-shadow: 3px 3px 5px rgba(5, 5, 5, 0.55);
}

h3.dp{
  font-size: 36px;
  color: #fff;
  text-align: left;
  padding-top: 30px;
}

.d_section {
    background: url(../images/d_map.png)no-repeat;
    background-size: contain;
    background-position-x: 61%;
    width: 100%;
    margin: 0 auto;
}

.date{
	display: none;
}

.innner_wrap {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 1000px;
	margin-bottom: 50px;
/*	margin-top: 5px;*/
}

.support p {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
	padding-bottom: 30px;
}

h2.support {
    padding-bottom: 0;
}

#sect08 {
/*  height: 460px;*/
  background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
}

.list_wrap {
    max-width: 920px;
    display: block;
    margin: 0 auto;
    height: 460px;
}

.list_wrap > ul > li:first-child {
    border-left: none;
}

.list_wrap > ul > li {
  width: 26%;
  height: 280px;
  float: left;
  margin-top: 8%;
  padding: 0 3.279551%;
  color: #fff;
  border-left: solid 0.5px #fff;
}

h3.list {
    color: #fff;
    font-family: VentiCF Bold;
    font-size: 1rem;
    margin: 0;
    padding: 0 0 12px;
}

li.s_list {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.3px;
    list-style: disc;
    list-style-position: inside;
}

/*
#sect09 {
    position: relative;
    background: url(../images/sect_09.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    height: 1185px;
}
*/

#sect09 {
    position: relative;
    background: url(../images/sect_09.jpg) no-repeat top;
    background-size: cover;
    height: 1253px;
}

p.pc {
  display: block;
  position: relative;
}

h2.plan {
    font-size: 7rem;
    padding-top: 113px;
    line-height: 122.18px;
    letter-spacing: 6.62px;
    color: #fff;
    text-align: center;
}

h3.plan {
  font-size : 36px;
  line-height : 44px;
  letter-spacing : 1.8px;
  color: #fff;
  text-align: center;
}

.plan_inner {
  width: 1000px;
  height: 750px;
  margin: 46px auto 0;
  background: url(../images/plan_inner.jpg) no-repeat top;
  background-size: cover;
}
.box {
    width: 50%;
    height: 750px;
    float: left;
}
.box img {
    text-align: center;
    display: block;
    margin: 3px auto;
}
.box_inner {
    max-width: 70%;
    margin: 0 auto;
}

img.C1 {
    margin: 58px auto 15px;
}

img.C2 {
    margin: 20px auto 15px;
}

img.C3 {
    margin: 58px auto 54px;
}

.box_inner p {
    max-width: 250px;
    margin: 0 auto;
}

p.box1 {
    font-size: 12px;
    line-height: 18px;
    color: #1E1E1E;
}

p.box2 {
    font-size: 10px;
    line-height: 18px;
    color: #1E1E1E;
    margin-top: 15px;
}

.box3 {
  width: 200px;
  margin: 30px auto;
  padding: 0 23px;
  border: solid 1px #fff;
}

p.p_inner {
    font-size: 10px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 5px;
}

#sect09:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 20rem;
    font-family: serif;
    top: 242px;
    right: 17%;
    color: #fff;
}

#sect09:after {
    position: absolute;
    content: '“';
    display: inline-block;
    vertical-align: middle;
    font-size: 20rem;
    bottom: 100px;
    left: 18%;
    font-family: serif;
    color: #1E1E1E;
    transform: scale(1, -1);
}

img.sp {
    display: none;
}

.venti {
    margin-bottom: 80px;
}

#sect10 {
  text-align: center;
}

h2.team {
    font-size: 61px;
    line-height: 77.31px;
    letter-spacing: 4.21px;
    color: #5C8CC9;
    max-width: 850px;
    margin: 80px auto 50px;
    padding: 30px;
    border: solid 4px;
}

h3.team {
  font-size : 36px;
  line-height : 44px;
  letter-spacing : 1.8px;
  color : #5C8CC9;
}

li.t_list {
    width: 25%;
    float: left;
}

.venti img.pc {
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

span.name {
    display: block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.62px;
    color: #5C8CC9;
}

span.venti img {
    width: 85%;
    margin-top: 10px;
    height: auto;
    max-width: 800px;
}

.member {
    width: 1000px;
    display: inline-block;
    margin: 70px auto 0;
}

ul.inline {
    text-align: center;
}

p.team {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0.55px;
    color: #1E1E1E;
    display: block;
    padding: 56px 56px 0;
    text-align: center;
    font-weight: 600;
}

span.venti{
  font-family: VentiCF Bold;
}

#contact {
    position: relative;
    height: 597px;
    background: rgb(239, 244, 250);
    padding-top: 87px;
}


.inner_txt {
    width: 100%;
    margin: 0 auto;
}

.b_box {
    width: 397px;
    height: 460px;
    float: right;
    background-color: white;
    padding-top: 40px;
}



img.pc {
    display: block;
    height: 500px;
}


h2.con {
    font-size: 4rem;
    margin-top: 30px;
    line-height: 67.78px;
    letter-spacing: 5.52px;
    color: #5C8CC9;
    text-align: center;
}

.inner_txt li {
    width: 50%;
    float: left;
}

h3.con {
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #5C8CC9;
    text-align: center;
}

p.con {
    margin: 7% 0 0 3%;
/*    font-size: 15px;*/
}

#sect12 {
    height: 420px;
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
	padding-bottom: 77px;
}

ul.inline {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 77px 0;
    min-width: 500px;
}

.table_list > ul > li {
    width: 39%;
    float: left;
    padding: 0 4.98%;
    border-left: solid 0.5px #fff;
    text-align: justify;
}

.table_list > ul > li:first-child {
    border-left: none;
}

th, td {
    font-size: 11px;
    line-height: 23px;
    color: #FFFFFF;
    vertical-align: baseline;
    margin: 10px 20px;
}

th {
    width: 100px;
    text-align: justify;
    font-weight: 100;
}

footer {
  height: 100px;
}

.inner {
  margin-top: 50px;
  text-align: center;
}

.logo {
    margin-top: 7px;
}

.logo img {
  width: 80%;
  max-width: 200px;
}


.page-top {
	text-align: center;
    margin-top: -25px;
}

.page-top img{
	width: 50px;
	height: auto;
}
/*進入PC開始顯示sec00_pc、隱藏sect00_pc	*/
	
section#sect00_sp{
display: none;
}
section#sect00_pc{
display: block;
	}

/*<!--・・・追加項目PC版・・・-->*/

h2.ourprogess{
font-size: 6.5rem;
position: absolute;
left: 39%;
top:50px;
	
		
	}	
	
section#sect00_pc{
		width: 100%;
	position: relative;
}
section#sect00_pc div.sect00_pc_flexbox{
display: flex;
}
	
	
section#sect00_pc div.sect00_pc_1{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_1 p{
display: none;
}
section#sect00_pc div.sect00_pc_5{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_5 p{
display: none;
}
section#sect00_pc div.sect00_pc_2{
line-height:0;
width: 66%;
}
	
section#sect00_pc div.sect00_pc_2 img{
width: 100%;
height: auto;
}
section#sect00_pc div.sect00_pc_flexbox2{
display: flex;
}
	
section#sect00_pc div.sect00_pc_01_t figure img, section#sect00_pc div.sect00_pc_02_t figure img, section#sect00_pc div.sect00_pc_03_t figure img, section#sect00_pc div.sect00_pc_04_t figure img, section#sect00_pc div.sect00_pc_05_t figure img, section#sect00_pc div.sect00_pc_06_t figure img {

height: 30px;	
margin-right: 15px;
}
	
section#sect00_pc div.sect00_pc_01_t, 
section#sect00_pc div.sect00_pc_02_t,
section#sect00_pc div.sect00_pc_03_t,
section#sect00_pc div.sect00_pc_04_t,
section#sect00_pc div.sect00_pc_05_t,
section#sect00_pc div.sect00_pc_06_t {
display: flex;
margin-bottom: 30px;
}
	
section#sect00_pc div.sect00_pc_01_t p,
section#sect00_pc div.sect00_pc_05_t p,
section#sect00_pc div.sect00_pc_06_t p
	{
    color: #FFFFFF;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}
section#sect00_pc div.sect00_pc_02_t p,
section#sect00_pc div.sect00_pc_03_t p,
section#sect00_pc div.sect00_pc_04_t p
	{
    color: #5c8cc9;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}	
	
section#sect00_pc div.sect00_pc_3 p,
section#sect00_pc div.sect00_pc_8 p {
color: #FFFFFF;
 line-height: 1.8;
 text-align: justify;
}
	section#sect00_pc div.sect00_pc_4 p, section#sect00_pc div.sect00_pc_7 p {
		color: #5c8cc9;
		line-height: 1.8;
	}
	
section#sect00_pc div.sect00_pc_3{
width: 34%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 50px;
}
section#sect00_pc div.sect00_pc_4{
width: 66%;
padding: 50px;
    box-sizing: border-box;
/*position: relative;*/
	}
figure#pc_bk1 img{
width:100%;
}
	
section#sect00_pc div.sect00_pc_7{
width: 34%;
background: #FFFFFF;
box-sizing: border-box;
padding: 50px;
}

	section#sect00_pc div.sect00_pc_8{
width: 66%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 50px;
}
section#sect00_pc div.sect00_pc_all{
display: flex;
/*position: absolute;*/
top: 0;
background-color: rgba(255,255,255,1);
}

section#sect00_pc div.sect00_pc_left,
section#sect00_pc div.sect00_pc_right{
width: 50%;
box-sizing: border-box;
float: left;
}	
	section#sect00_pc div.sect00_pc_left{
		padding-right: 40px;
	}

/*<!--・・・追加項目PC版END・・・-->*/	

@media only screen and and (min-width: 1830px)  and (max-width: 2000px) {


  #sect09:before {
      top: 16%;
      right: 20%;
  }

  #sect09:after {
      bottom: 100px;
      left: 20%;
  }
}



@media only screen and (min-width: 1573px)  and (max-width: 1830px) {
/*進入PC開始顯示sec00_pc、隱藏sect00_pc	*/
	
section#sect00_sp{
display: none;
}
section#sect00_pc{
display: block;
	}

/*<!--・・・追加項目PC版・・・-->*/

h2.ourprogess{
font-size: 6.5rem;
position: absolute;
left: 39%;
top:25px;
	
		
	}	
	
section#sect00_pc{
		width: 100%;
	position: relative;
}
section#sect00_pc div.sect00_pc_flexbox{
display: flex;
}
	
	
section#sect00_pc div.sect00_pc_1{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_1 p{
display: none;
}
section#sect00_pc div.sect00_pc_5{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_5 p{
display: none;
}
section#sect00_pc div.sect00_pc_2{
line-height:0;
width: 66%;
}
	
section#sect00_pc div.sect00_pc_2 img{
width: 100%;
height: auto;
}
section#sect00_pc div.sect00_pc_flexbox2{
display: flex;
}
	
section#sect00_pc div.sect00_pc_01_t figure img, section#sect00_pc div.sect00_pc_02_t figure img, section#sect00_pc div.sect00_pc_03_t figure img, section#sect00_pc div.sect00_pc_04_t figure img, section#sect00_pc div.sect00_pc_05_t figure img, section#sect00_pc div.sect00_pc_06_t figure img {

height: 30px;	
margin-right: 15px;
}
	
section#sect00_pc div.sect00_pc_01_t, 
section#sect00_pc div.sect00_pc_02_t,
section#sect00_pc div.sect00_pc_03_t,
section#sect00_pc div.sect00_pc_04_t,
section#sect00_pc div.sect00_pc_05_t,
section#sect00_pc div.sect00_pc_06_t {
display: flex;
margin-bottom: 20px;
}
	
section#sect00_pc div.sect00_pc_01_t p,
section#sect00_pc div.sect00_pc_05_t p,
section#sect00_pc div.sect00_pc_06_t p
	{
    color: #FFFFFF;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}
section#sect00_pc div.sect00_pc_02_t p,
section#sect00_pc div.sect00_pc_03_t p,
section#sect00_pc div.sect00_pc_04_t p
	{
    color: #5c8cc9;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}	
	
section#sect00_pc div.sect00_pc_3 p,
section#sect00_pc div.sect00_pc_8 p {
color: #FFFFFF;
 line-height: 1.8;
 text-align: justify;
}
	section#sect00_pc div.sect00_pc_4 p, section#sect00_pc div.sect00_pc_7 p {
		color: #5c8cc9;
		line-height: 1.8;
	}
	
section#sect00_pc div.sect00_pc_3{
width: 34%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 30px;
}
section#sect00_pc div.sect00_pc_4{
width: 66%;
padding: 50px;
    box-sizing: border-box;
/*position: relative;*/
	}
figure#pc_bk1 img{
width:100%;
}
	
section#sect00_pc div.sect00_pc_7{
width: 34%;
background: #FFFFFF;
box-sizing: border-box;
padding: 50px;
}

	section#sect00_pc div.sect00_pc_8{
width: 66%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 50px;
}
section#sect00_pc div.sect00_pc_all{
display: flex;
/*position: absolute;*/
top: 0;
background-color: rgba(255,255,255,1);
}

section#sect00_pc div.sect00_pc_left,
section#sect00_pc div.sect00_pc_right{
width: 50%;
box-sizing: border-box;
float: left;
}	
	section#sect00_pc div.sect00_pc_left{
		padding-right: 40px;
	}

/*<!--・・・追加項目PC版END・・・-->*/	

  #sect09:before {
      top: 16%;
      right: 12%;
  }

  #sect09:after {
      bottom: 100px;
      left: 12%;
  }

}
@media only screen and (min-width: 1425px) {
/*	210331追加*/
	.btn_area{
		margin-top: 5vw;
	}
	
	.scroll {
    margin-top: 15vw;
}
	
.plan_inner1,.plan_inner2 {
  display: none;
}

a.con_btn p {
/*    font-size: 2.5rem;*/
}
	
	a.con_btn2 p{
		line-height: 1.6;
	}

img.mobile  {
    display: none;
}


.t_list img {
    width: 78%;
    margin-bottom: 30px;
}

h2.S_S {
    line-height: 70.54px;
    letter-spacing: 5.52px;
    color: #5C8CC9;
    padding: 27% 0 0 0;
    text-align: left;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1573px) {

/*進入PC開始顯示sec00_pc、隱藏sect00_pc	*/
	
section#sect00_sp{
display: none;
}
section#sect00_pc{
display: block;
	}

/*<!--・・・追加項目PC版・・・-->*/

h2.ourprogess{
font-size: 6.5rem;
position: absolute;
left: 39%;
top:40px;
	
		
	}	
	
section#sect00_pc{
		width: 100%;
	position: relative;
}
section#sect00_pc div.sect00_pc_flexbox{
display: flex;
}
	
	
section#sect00_pc div.sect00_pc_1{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_1 p{
display: none;
}
section#sect00_pc div.sect00_pc_5{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_5 p{
display: none;
}
section#sect00_pc div.sect00_pc_2{
line-height:0;
width: 66%;
}
	
section#sect00_pc div.sect00_pc_2 img{
width: 100%;
height: auto;
}
section#sect00_pc div.sect00_pc_flexbox2{
display: flex;
}
	
section#sect00_pc div.sect00_pc_01_t figure img, section#sect00_pc div.sect00_pc_02_t figure img, section#sect00_pc div.sect00_pc_03_t figure img, section#sect00_pc div.sect00_pc_04_t figure img, section#sect00_pc div.sect00_pc_05_t figure img, section#sect00_pc div.sect00_pc_06_t figure img {

height: 30px;	
margin-right: 15px;
}
	
section#sect00_pc div.sect00_pc_01_t, 
section#sect00_pc div.sect00_pc_02_t,
section#sect00_pc div.sect00_pc_03_t,
section#sect00_pc div.sect00_pc_04_t,
section#sect00_pc div.sect00_pc_05_t,
section#sect00_pc div.sect00_pc_06_t {
display: flex;
margin-bottom: 20px;
}
	
section#sect00_pc div.sect00_pc_01_t p,
section#sect00_pc div.sect00_pc_05_t p,
section#sect00_pc div.sect00_pc_06_t p
	{
    color: #FFFFFF;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}
section#sect00_pc div.sect00_pc_02_t p,
section#sect00_pc div.sect00_pc_03_t p,
section#sect00_pc div.sect00_pc_04_t p
	{
    color: #5c8cc9;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}	
	
section#sect00_pc div.sect00_pc_3 p,
section#sect00_pc div.sect00_pc_8 p {
color: #FFFFFF;
 line-height: 1.8;
 text-align: justify;
}
	section#sect00_pc div.sect00_pc_4 p, section#sect00_pc div.sect00_pc_7 p {
		color: #5c8cc9;
		line-height: 1.8;
	}
	
section#sect00_pc div.sect00_pc_3{
width: 34%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 50px;
}
section#sect00_pc div.sect00_pc_4{
width: 66%;
padding: 50px;
    box-sizing: border-box;
/*position: relative;*/
	}
figure#pc_bk1 img{
width:100%;
}
	
section#sect00_pc div.sect00_pc_7{
width: 34%;
background: #FFFFFF;
box-sizing: border-box;
padding: 50px;
}

	section#sect00_pc div.sect00_pc_8{
width: 66%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 50px;
}
section#sect00_pc div.sect00_pc_all{
display: flex;
/*position: absolute;*/
top: 0;
background-color: rgba(255,255,255,1);
}

section#sect00_pc div.sect00_pc_left,
section#sect00_pc div.sect00_pc_right{
width: 50%;
box-sizing: border-box;
float: left;
}	
	section#sect00_pc div.sect00_pc_left{
		padding-right: 40px;
	}

/*<!--・・・追加項目PC版END・・・-->*/	
  html {
    font-size: 70%;
}
#sect04:before {
    left: 55px;
	right: auto;
}
#sect09:before{
 right: 0px;
/*    left: 143vh;*/
    top: 254px;
    font-size: 30rem;
}

#sect09:after{
/* right: 143vh;*/
    left: 0px;
    top: 254px;
    font-size: 30rem;
}

section#sect03 {
    height: 1410px;
}

  .t_list img {
    width: 74%;
  margin: 12px auto;
  }

  .member {
    width: 1000px;
    display: inline-block;
    margin: 70px auto 0;
}

.plan_inner1,.plan_inner2 {
  display: none;
}

img.mobile {
  display: none;
}
	
	a.con_btn2 p{
		line-height: 2.5;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1024px) {

/*進入PC開始顯示sec00_pc、隱藏sect00_pc	*/
	
section#sect00_sp{
display: none;
}
section#sect00_pc{
display: block;
	}

/*<!--・・・追加項目PC版・・・-->*/

h2.ourprogess{
font-size: 6.5rem;
position: absolute;
left: 39%;
top:25px;
	
		
	}	
	
section#sect00_pc{
		width: 100%;
	position: relative;
}
section#sect00_pc div.sect00_pc_flexbox{
display: flex;
}
	
	
section#sect00_pc div.sect00_pc_1{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_1 p{
display: none;
}
section#sect00_pc div.sect00_pc_5{
width:34%;
background-color: rgba(92,140,201,0.2);
}	
	
section#sect00_pc div.sect00_pc_5 p{
display: none;
}
section#sect00_pc div.sect00_pc_2{
line-height:0;
width: 66%;
}
	
section#sect00_pc div.sect00_pc_2 img{
width: 100%;
height: auto;
}
section#sect00_pc div.sect00_pc_flexbox2{
display: flex;
}
	
section#sect00_pc div.sect00_pc_01_t figure img, section#sect00_pc div.sect00_pc_02_t figure img, section#sect00_pc div.sect00_pc_03_t figure img, section#sect00_pc div.sect00_pc_04_t figure img, section#sect00_pc div.sect00_pc_05_t figure img, section#sect00_pc div.sect00_pc_06_t figure img {

height: 30px;	
margin-right: 15px;
}
	
section#sect00_pc div.sect00_pc_01_t, 
section#sect00_pc div.sect00_pc_02_t,
section#sect00_pc div.sect00_pc_03_t,
section#sect00_pc div.sect00_pc_04_t,
section#sect00_pc div.sect00_pc_05_t,
section#sect00_pc div.sect00_pc_06_t {
display: flex;
margin-bottom: 20px;
}
	
section#sect00_pc div.sect00_pc_01_t p,
section#sect00_pc div.sect00_pc_05_t p,
section#sect00_pc div.sect00_pc_06_t p
	{
    color: #FFFFFF;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}
section#sect00_pc div.sect00_pc_02_t p,
section#sect00_pc div.sect00_pc_03_t p,
section#sect00_pc div.sect00_pc_04_t p
	{
    color: #5c8cc9;

    line-height: 1.6;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	letter-spacing: 0.4px;}	
	
section#sect00_pc div.sect00_pc_3 p,
section#sect00_pc div.sect00_pc_8 p {
color: #FFFFFF;
 line-height: 1.8;
 text-align: justify;
}
	section#sect00_pc div.sect00_pc_4 p, section#sect00_pc div.sect00_pc_7 p {
		color: #5c8cc9;
		line-height: 1.8;
	}
	
section#sect00_pc div.sect00_pc_3{
width: 34%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 30px;
}
section#sect00_pc div.sect00_pc_4{
width: 66%;
padding: 30px;
    box-sizing: border-box;
/*position: relative;*/
	}
figure#pc_bk1 img{
width:100%;
}
	
section#sect00_pc div.sect00_pc_7{
width: 34%;
background: #FFFFFF;
box-sizing: border-box;
padding: 30px;
}

	section#sect00_pc div.sect00_pc_8{
width: 66%;
background: linear-gradient( 0deg, #406eb2, #5c8cc9 );
box-sizing: border-box;
padding: 30px;
}
section#sect00_pc div.sect00_pc_all{
display: flex;
/*position: absolute;*/
top: 0;
background-color: rgba(255,255,255,1);
}

section#sect00_pc div.sect00_pc_left,
section#sect00_pc div.sect00_pc_right{
width: 50%;
box-sizing: border-box;
float: left;
}	
	section#sect00_pc div.sect00_pc_left{
		padding-right: 20px;
	}

/*<!--・・・追加項目PC版END・・・-->*/	
	
/*
  header {
    background: url(../images/sp_001.jpg) no-repeat left top;
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    
}
*/
	
header {
    background-position: 10%;
}

h2 {
  font-family: house-script, sans-serif;
  font-size: 5.4rem;
}

img.mobile {
  display: none;
}

html {
  font-size: 60%;
}

h3 {
font-size: 24px;
}

#contact {
    padding-top: 0;
}

.success img {
    width: 50%;
    margin-top: 43%;
    box-shadow: 3px 3px 3px #00000059;
}

#sect04:before{
right: auto;
	}
#sect09:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 25rem;
    font-family: serif;
/*
    top: 310px;
    right: 8%;
*/
	top: 30vw;
    right: 4vw;
    color: #fff;
}

	#sect04 {
/*    height: 448px;*/
		height: 420px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 100;
	padding-top: 0px;}

#sect05 {
    padding-bottom: 30px;
	}
	
#sect09:after {
    position: absolute;
    content: '“';
    display: inline-block;
    vertical-align: middle;
    font-size: 25rem;
/*
    bottom: 100px;
    left: 8%;
*/
	bottom: 10vw;
    left: 3vw;
    font-family: serif;
    color: #1E1E1E;
    transform: scale(1, -1);
}
	
	h2.reason{
		font-size: 8rem;
	}
	
	.entry_02 img{
		width: 100%;
	}
	
	h2.O_com{
		font-size: 8rem;
	}
	
	.success_02 img {
    width: 80%;
		margin: 8rem auto;
	}

h2.S_S {
    line-height: 70.54px;
/*    letter-spacing: 5.52px;*/
	letter-spacing: 2.5px;
    color: #5C8CC9;
/*    padding: 43% 0 0 0;*/
	padding: 20rem 0 0;
    text-align: left;
	font-size: 7rem;
}

h3.S_S {
/*    font-size: 24px;*/
	    font-size: 3rem;
    line-height: 44px;
    color: #5C8CC9;
/*    padding-top: 65px;*/
	padding-top: 1rem;
}

.success p {
/*
    margin-top: 50px;
    max-width: 250px;
*/
	margin-top: 6rem;
    max-width: 80%;
    color: #fff;
}

h2.support {
    padding-bottom: 0;
    font-size: 8rem;
}
	
	h2.plan{
		font-size: 8rem;
		line-height: 1.2;
		padding-top: 10rem;
	}
	
	h2.con{
		font-size: 6rem;
    margin-top: 30px;
    line-height: 1.2;
    letter-spacing: 3.52px;
	}

.plan_inner1,.plan_inner2 {
  display: none;
}

.member {
    max-width: 740px;
}

.t_list img {
    width: 61%;
    margin: 12px auto;
}

.plan_inner {
    max-width: 740px;
    height: 750px;
/*    margin: 46px auto 0;*/
	margin: 6rem auto 0;
    background: url(../images/plan_inner.jpg) no-repeat top;
    background-size: cover;
}

.list_wrap > ul > li {
/*    width: 229px;*/
    height: 280px;
    float: left;
    margin-top: 8%;
    padding: 0 3.279551%;
    color: #fff;
    border-left: solid 0.5px #fff;
}

.page-top {
margin-top:-25px;
}
.page-top img{
width: 50px;
	}
	
.page-top a:hover { 
		opacity:0.7;}
	

section#sect01 {
    height: 518px;
    background: url(../images/sect_01.png) no-repeat top left;
    background-size: 50%;
    background-position-x: -67px;
    background-position-y: 30px;
/*    padding: 180px 0 0 30px;*/
	padding: 10vw 0 0;
    min-height: auto;
}

span.logo img {
    width: 33%;
}

span.venti img {
    width: 57%;
    margin-top: 10px;
}

.inner {
    text-align: center;
    font-size: 15px;
}

.back {
    width: 102%;
    margin-top: 48px;
}

.contact_inner {
    position: relative;
    top: 8%;
}

.b_box {
    width: 397px;
    height: 432px;
    float: right;
    background-color: white;
    padding-top: 69px;
}

h2.team {
    font-size: 47px;
    color: #5C8CC9;
    max-width: 650px;
    margin: 80px auto 50px;
    padding: 30px;
    border: solid 4px;
}

a.scroll_down {
    position: absolute;
    left: 50%;
    top: 555px;
}

img.icon {
    width: 58%;
}

h1 img {
    width: 570px;
    position: relative;
/*
    right: 50%;
    left: -20px;
*/
}

.innner_contents {
  max-width: 735px;
    position: absolute;
    margin: auto;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

.innner_contents h2 img {
    width: 420px;
}

a.scroll_down {
    position: absolute;
    left: 50%;
    top: 600px;
}

/*
.scroll {
    margin-top: 90px;
}
*/
	
/*76
#pagebottom img {
  display: none;
}
*/
	
	#sect06{
		padding: 6rem 0;
		height: auto;
	}
	
.d_section {
    background: url(../images/d_map.png)no-repeat;
    background-size: cover;
    background-position-x: initial;
    width: 100%;
    margin: 0 auto;
}
	
	h2.dp{
		line-height: 1.4;
		padding-top: 0;
	}
	
	h3.dp{
		padding-top: 0;
	}

}

@media only screen and (min-width: 768px) and (max-width: 900px) {

	
/*	=======追加項目=======*/
	

/*進入SP開始顯示sec00_sp、隱藏sect00_pc	*/
	
section#sect00_sp{
		display: block;
}
section#sect00_pc{
display: none;
	}
	
	

section#sect00_sp {
/*    height: 1075px;*/
/*    width: 98%;*/
	/*    padding: 1%;*/
 /* background-position-y: 18px; */
/*    padding-bottom: 33vw;*/
	background-color:rgba(92,140,201,0.2);
	height: auto;
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
   
	background-position-y: 18vw;

	padding:0;
	}
section#sect00_sp div{
position: relative;		
}

section#sect00_sp figure#sect00_sp_bk1 img{
width: 100%;
margin-top: -580px;
margin-bottom: -150px;
}
section#sect00_sp figure#sect00_sp_bk2 img{
width: 100%;
margin-top: -680px;

}

section#sect00_sp div.sect00_sp_01,
section#sect00_sp div.sect00_sp_0203,
section#sect00_sp div.sect00_sp_04,
section#sect00_sp div.sect00_sp_0506
	{
	max-width: 80%;
	margin: 0 auto;
	padding: 80px 60px;
	box-sizing: border-box;
	}

	section#sect00_sp div.sect00_sp_01,
	section#sect00_sp div.sect00_sp_0506{
	background:  linear-gradient( 0deg, #406eb2, #5c8cc9 )
		
	}
	
	section#sect00_sp div.sect00_sp_0203,
	section#sect00_sp div.sect00_sp_04{
	background-color: rgba(255,255,255,0.8);
	}
	
	
	section#sect00_sp div.sect00_sp_01_t,
	section#sect00_sp div.sect00_sp_02_t,
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_04_t,
	section#sect00_sp div.sect00_sp_05_t,
	section#sect00_sp div.sect00_sp_06_t
	{
	display: flex;
	margin-bottom: 20px;
	}
	section#sect00_sp div.sect00_sp_01_t figure img,
	section#sect00_sp div.sect00_sp_02_t figure img,
	section#sect00_sp div.sect00_sp_03_t figure img,
	section#sect00_sp div.sect00_sp_04_t figure img,
	section#sect00_sp div.sect00_sp_05_t figure img,
	section#sect00_sp div.sect00_sp_06_t figure img{
    max-width: 50px;
	margin-right: 15px;
	
	}
	section#sect00_sp div.sect00_sp_01_t p
	{
    color: #FFFFFF;
	padding-top: 10px;
    line-height: 1.6;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_05_t p,
	section#sect00_sp div.sect00_sp_06_t p{
	color: #FFFFFF;
	padding-top: 5px;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_06_t p{
		 font-size: 1.9rem;
	}
	
	section#sect00_sp div.sect00_sp_02_t p,
	section#sect00_sp div.sect00_sp_03_t p,
	section#sect00_sp div.sect00_sp_04_t p{
	color: #5c8cc9;
	padding-top: 5px;
    
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	
	section#sect00_sp div.sect00_sp_01 p,
	section#sect00_sp div.sect00_sp_0506 p{
	color: #FFFFFF;
	line-height: 1.8;
   
    text-align: justify;
	}
	
	section#sect00_sp div.sect00_sp_0203 p,
	section#sect00_sp div.sect00_sp_04 p{
	color: #5c8cc9;
	line-height: 1.8;
    text-align: justify;
	}
	
	
	
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_06_t{
	margin-top: 50px;
	}
.progress h2 {
    /* padding: 84px 0 0 0; */
	padding: 4rem 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}
/*	=======追加項目=======*/		
	
	
	
html {
  font-size: 60%
}
	
header {
    background: url(../images/sp_001.jpg) no-repeat left top;
    background-size: cover;
	  background-position: center;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 500px;*/
	height: 1000px;  
}
	.inner h1{
		margin: 6rem auto 0;
	}
	
	.btn{
/*		margin: 4rem auto;*/
	}
	
.scroll {
    margin-top: 180px;
}

a.scroll_down {
/*    top: 436px;*/
/*	top: 680px;*/
/*	top: 50rem;*/
	top: 774px;
    left: 0;
    right: 0;
/*    bottom: -39px;*/
}
#sect04:before {
    left: 68px;
	right: auto;
}
h2.S_S {
    display: block;
}

h2.reason {
    padding: 4rem 0;
    font-size: 8rem;
}
	
	.reason p{
		max-width: 80%;
    margin: 4rem auto;
    text-align: left;
	}
/*
h2.S_S_sp {
      display: block;
      line-height: 70.54px;
      letter-spacing: 5.52px;
      color: #5C8CC9;
      padding: 90px 14px 0 0;
      margin-right: 52px;
      text-align: right;
}
*/
	
h2.S_S_sp {
/*
    letter-spacing: 5.52px;
*/
	display: none;
/*
    line-height: 70.54px;
    letter-spacing: 3.52px;
    color: #5C8CC9;
    padding: 18rem 0 0;
    margin-right: 7rem;
    text-align: left;
    font-size: 7rem;
*/
}
	
	h3.S_S{
		padding-top: 2rem;
	}

.success p {
    margin-top: 60px;
    max-width: 350px;
	color: #fff;
	}
p.con {
    margin: 7% 0 0;
    font-size: 15px;
	text-align: center;
}
	
	.button_base{
		    /* margin: 0; */
    /* border: 0; */
    /* font-size: 18px; */
    position: relative;
    /* top: 50%; */
     left: 0; 
    margin: 0 auto;
    /* margin-left: -148px; */
    width: 300px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default
	}
	
	.back {
    margin: 4rem auto;
}

.about li:first-child {
    width: 100%;
    margin-right: 2%;
}

.venti img.pc {
    display: none;
}

.venti img.sp {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

  h2 {
      font-family: house-script, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 6.2125rem;
    }

h3 {
    line-height: 31px;
    font-size: 2.3rem;
  }

  .innner_wrap {
      max-width: 800px;
      margin: 0 auto;
      display: block;
      height: 800px;
      margin-left: 70px;
  }

  img.Top-margin {
    width: 100%;
    min-width: 704px;
	  right: auto;
    left: auto;
}

li .video {
    position: relative;
    width: 80%;
    padding-top: 50%;
    margin: 0 auto;
}

.inner h2 {
/*    border-top: 3px solid #fff;*/
    margin: 7px 0.5px;
    padding-top: 0px;
    line-height: 3px;
}

h2.O_com {
    font-size: 8rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 6.62px;
    padding: 60px 0 25px;
}

  .b_box {
      width: 100%;
      height: auto;
/*      float: none;*/
/*      background-color: white;*/
	  clear: both;
      margin: 0　auto;
      display: inline;
	  padding-top: 0;
	  
  }

  img.pc {
    display: none;
    height: 500px;
}
	
.inner_txt {
    overflow: hidden;
}

.inner_txt li {
    width: 100%;
/*    float: left;*/
	overflow: hidden;
	/*    margin-bottom: 30px;*/
}

  img.icon {
      width: 70%;
  }

  iframe {
    width: 80%;
    height: auto;
}

.member {
    width: 650px;
    display: inline-block;
    margin: 70px auto 0;
}

#pagebottom img {
  display: none;
}

.reason, .support {
    text-align: center;
/*    padding: 19px 90px 30px 90px;*/
	padding: 0;
    color: #5b8cc9;
}

.entry_02 img {
    width: 100%;
}

h2.con {
    font-size: 8rem;
	margin-top: 6rem;
    letter-spacing: normal;
}

.contact_inner {
    left: 11%;
}

th {
    width: 80px;
}

.page-top {
    left: 46.5%;
}

.back {
    width: 100%;
}

.about li {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 63px;
}

.about h2 {
    padding: 0;
    width: 96%;
    text-align: center;
    margin-right: 0;
}

.about h3 {
    width: 96%;
    text-align: center;
    float: initial;
}

img.top_m {
    padding-top: 50px;
}

.taxt_inner {
    max-width: 355px;
    margin: 0 auto;
    text-align: left;
}
	
	#sect04{
		height: 383px;
		padding-top: 0;
	}
	

#sect04:before {
    left: 20px;
	right: auto;
	top: -12vw;
}

#sect05:after {
    right: 0;
    margin-top: -130px;
}

	
#sect05{
padding-bottom: 50px;
}	
	
	h2.dp{
		line-height: 1.2;
		padding-top: 8rem;
	}
#sect06 {
    background-size: cover;
/*    height: 1000px;*/
	padding: 0;
/*	padding-bottom: 4rem;*/
	height: 100vw;
    min-height: auto;
}
	
	h2.support {
    padding: 2rem 0;
    font-size: 8rem;
}

.support p {
/*    max-width: 700px;*/
	width: 80%;
    margin: 0 auto;
    text-align: left;
}
	
	h2.plan{
		font-size: 8rem;
    padding-top: 4rem;
    line-height: 1.2;
	}

h2.team {
    font-size: 44px;
    line-height: 77.31px;
    letter-spacing: 4.21px;
    color: #5C8CC9;
    max-width: 586px;
    margin: 80px auto 50px;
    padding: 30px;
    border: solid 4px;
}

.taxt_inner {
    max-width: 355px;
    margin: 0 auto;
    text-align: left;
}

.taxt_inner img {
    margin-top: -2px;
    width: 100%
}

.plan_inner1 {
    width: 80%;
/*    height: 1100px;*/
    margin: 40px auto 0;
    background: #fff;
    background-size: cover;
    text-align: center;
	padding-bottom: 4rem;
}

.plan_inner2 {
    width: 80%;
/*    height: 87vh;*/
    margin: 0 auto;
    background: url(../images/sp_07.png)no-repeat top;
    background-size: cover;
    text-align: center;
	padding-bottom: 4rem;
}

.plan_inner{
  display: none;
}

p.box1 {
    font-size: 15px;
    line-height: 18px;
    color: #1E1E1E;
}

p.box2 {
    font-size: 10px;
    line-height: 18px;
    color: #1E1E1E;
    margin-top: 15px;
}

.box3 {
    width: 294px;
    height: 90px;
    margin: 22px -1px 15px;
    padding: 0 30px;
    border: solid 1px #fff;
}

#sect09 {
  position: relative;
  background: url(../images/sect_09.jpg) no-repeat top;
  background-size: cover;
  height: 2100px;
}
	
#sect09:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 30rem;
    font-family: serif;
    top: auto;
    bottom: 70vw;
    right: 1vw;
    color: #fff;
}
	
	#sect09:after{
		font-size: 30rem;
/*    top: 20vh;*/
		top: 6vh;
    left: 2vw;
    bottom: auto;
	}
	
	li.right{
		display: inline-block;
    width: 42%;
    margin-top: 20vw;
    text-align: right;
    margin-right: 6%;
    margin-left: -2rem;
	}
	
	.success img {
    margin-top: 0;
}
	
	.success li {
/*
    display: inline-block;
    float: left;
		width: 54%;
*/
}
	li.left{
		width: 54%;
		padding-top: 9rem;
	}
	
	.success_02 img{
		width: 80%;
	}
	
	.d_section{
		background-position-x: 10vw;
	}

li.t_list {
    width: 225px;
    margin: 12px auto;
    padding: 29px 50px;
}

.t_list img {
    width: 100%;
    margin: 17px 0;
}

.member {
    width: 650px;
    display: inline-block;
    margin: 0 auto;
}

#sect10 {
    text-align: center;
}

span.venti img {
    width: 58%;
  }

  .contact_inner {
      position: relative;
      max-width: 550px;
      height: 500px;
      background: #fff;
      left: unset;
      margin: 0 auto;
      top: 35px;
  }

#contact:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/sp_09.png) no-repeat top;
    background-size: contain;
    width: 500px;
    height: 134px;
    bottom: 93px;
    right: 0;
    opacity: 0.3;
}

#contact {
    position: relative;
    height: 1000px;
    background: rgb(239, 244, 250);
    padding-top: 50px;
}

section#sect01 {
    height: 1000px;
    background: url(../images/sect_01.png) no-repeat top left;
    background-size: 700px;
    background-position-x: -80px;
    background-position-y: 60px;
    padding: 80px 0 0 0;
}

#sect05:after {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    right: 80px;
    margin-top: 100px;
    font-family: serif;
    color: #fff;
}

.about p {
/*    height: 260px;*/
    padding-right: 0;
    float: none;
	width: 80%;
    max-width: 700px;
    text-align: left;
    margin: auto;
}

.innner_wrap {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 800px;
    margin-left: 70px;
}

}
/*

@media only screen and (max-width: 767px) {


}
*/

@media only screen and (min-width: 481px) and (max-width: 767px) {
	
/*	=======追加項目=======*/
/*進入SP開始顯示sec00_sp、隱藏sect00_pc	*/
	
section#sect00_sp{
		display: block;
}
section#sect00_pc{
display: none;
	}
section#sect00_sp {
/*    height: 1075px;*/
/*    width: 98%;*/
	/*    padding: 1%;*/
 /* background-position-y: 18px; */
/*    padding-bottom: 33vw;*/
	background-color:rgba(92,140,201,0.2);
	height: auto;
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
   
	background-position-y: 18vw;

	padding:0;
	}
section#sect00_sp div{
position: relative;		
}

section#sect00_sp figure#sect00_sp_bk1 img{
width: 100%;
margin-top: -380px;
margin-bottom: -50px;
}
section#sect00_sp figure#sect00_sp_bk2 img{
width: 100%;
margin-top: -460px;

}

section#sect00_sp div.sect00_sp_01,
section#sect00_sp div.sect00_sp_0203,
section#sect00_sp div.sect00_sp_04,
section#sect00_sp div.sect00_sp_0506
	{
	max-width: 80%;
	margin: 0 auto;
	padding: 60px 50px;
	box-sizing: border-box;
	}

	section#sect00_sp div.sect00_sp_01,
	section#sect00_sp div.sect00_sp_0506{
	background:  linear-gradient( 0deg, #406eb2, #5c8cc9 )
		
	}
	
	section#sect00_sp div.sect00_sp_0203,
	section#sect00_sp div.sect00_sp_04{
	background-color: rgba(255,255,255,0.8);
	}
	
	
	section#sect00_sp div.sect00_sp_01_t,
	section#sect00_sp div.sect00_sp_02_t,
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_04_t,
	section#sect00_sp div.sect00_sp_05_t,
	section#sect00_sp div.sect00_sp_06_t
	{
	display: flex;
	margin-bottom: 20px;
	}
	section#sect00_sp div.sect00_sp_01_t figure img,
	section#sect00_sp div.sect00_sp_02_t figure img,
	section#sect00_sp div.sect00_sp_03_t figure img,
	section#sect00_sp div.sect00_sp_04_t figure img,
	section#sect00_sp div.sect00_sp_05_t figure img,
	section#sect00_sp div.sect00_sp_06_t figure img{
    max-width: 50px;
	margin-right: 15px;
	
	}
	section#sect00_sp div.sect00_sp_01_t p
	{
    color: #FFFFFF;
	padding-top: 10px;
    line-height: 1.6;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_05_t p,
	section#sect00_sp div.sect00_sp_06_t p{
	color: #FFFFFF;
	padding-top: 5px;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_06_t p{
		 font-size: 1.9rem;
	}
	
	section#sect00_sp div.sect00_sp_02_t p,
	section#sect00_sp div.sect00_sp_03_t p,
	section#sect00_sp div.sect00_sp_04_t p{
	color: #5c8cc9;
	padding-top: 5px;
    
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	
	section#sect00_sp div.sect00_sp_01 p,
	section#sect00_sp div.sect00_sp_0506 p{
	color: #FFFFFF;
	line-height: 1.8;
   
    text-align: justify;
	}
	
	section#sect00_sp div.sect00_sp_0203 p,
	section#sect00_sp div.sect00_sp_04 p{
	color: #5c8cc9;
	line-height: 1.8;
    text-align: justify;
	}
	
	
	
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_06_t{
	margin-top: 30px;
	}
.progress h2 {
    /* padding: 84px 0 0 0; */
	padding: 4rem 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}
/*	=======追加項目=======*/	
	
	
  html {
    font-size: 60%
  }
	
	#topbottom{
		display: none;
	}

  p.pc {
    display: none;
}

  h2 {
      font-family: house-script, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 7.3125rem;
    }
	
	.inner h2 {
    /* border-top: 3px solid #fff; */
    margin: 0 auto;
    padding-top: 0;
}

    .plan_inner1 h2, .plan_inner2 h2 {
        font-family: house-script, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.3125rem;
    }

h3 {
    line-height: 31px;
    font-size: 2.3rem;
  }

  .wrap {
      overflow: hidden;
  }
	
header {
	    background: url(../images/sp_001.jpg) no-repeat left top;
/*    background: url(../images/header-img.jpg) no-repeat;*/
    position: relative;
    min-height: 90vh;
/*    background-attachment: fixed;*/
    background-size: cover;
    background-position: 10%;
    z-index: 1;
}
	

  li .video {
      position: relative;
      width: 80%;
      padding-top: 56.25%;
      margin-left: 10%;
  }

 

section {
  padding: 0 10px;
}
	
.innner_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 400px;
	}

header .inner {
  height: 900px;
}

.innner_contents {
    width: 85%;
}

.inner h1 {
    font-size: 83px;
    line-height: 44.58px;
/*    border-bottom: 2px solid #fff;*/
    margin: 0;
}

h1 img {
    width: 100%;
}

.innner_contents h2 img {
/*
  width: 90%;
  margin-top: 15px;
*/
    width: 80%;
    margin-top: 0;
}

p.btn a {
    padding-left: 17px;
}

p.btn {
    width: 70%;
    font-size: 4rem;
}

.btn_area {
    display: block;
}

.btn {
    width: 337px;
    position: relative;
    margin: 0 auto;
    text-align: center;
/*    font-size: 55px;*/
    font-family: house-script, sans-serif;
}

.about h3 {
    float: right;
    padding: 35px 50px 35px 0;
    width: 100%;
    text-align: center;
}

img.icon {
    width: 68%;
}

p.icon {
    position: absolute;
    right: 0;
  }

p.btn a {
        height: 68px;
}

.scroll img {
    width: 5%;
    margin-top: 6rem;
}

a.scroll_down {
   top: 700px;
}

section#sect01 {
/*    height: 1075px;*/
/*    width: 98%;*/
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
    /* background-position-y: 18px; */
	background-position-y: 18vw;
/*    padding: 1%;*/
	padding: 0;
    padding-bottom: 33vw;
	}

#pagebottom img {
  display: none;
}

.about li {
    width: 100%;
    float: none;
    text-align: center;
/*    margin-bottom: 63px;*/
}

.about li:first-child {
    width: 100%;
    margin-right: 2%;
}

.about p {
    width: 80%;
/*	max-width: 700px;*/
    height: auto;
    float: none;
    display: block;
    margin: auto;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0.35px;
    padding-right: 0;
	text-align: justify;
}

h3.section {
  display: block;
  width: 100%;
  padding: 20px 0;
  line-height: 31px;
  font-size: 2.3rem;
}

.about h2 {
    /* padding: 84px 0 0 0; */
	padding: 6rem 0 0;
    width: 100%;
/*    font-size: 5rem;*/
	font-size: 6rem;
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}

.entry {
 height: 200px;
 background: linear-gradient( 0deg, rgba(11, 7, 45, 0.4), rgba(158, 158, 158, 0)), url(../images/entry_01.jpg) center no-repeat;
 background-size: cover;
}

	h2.reason{	
	font-size: 6rem;
    font-weight: 600;
    margin: 6rem auto 0;
		padding-bottom: 0;
	}

.reason, .support {
    text-align: center;
    color: #5b8cc9;
	padding: 0;
}
	
	.support{
		padding: 2rem 0;
	}
	
	h2.O_com{
		font-size: 6rem;
		letter-spacing: 1.62px;
	}
	
	h2.support{
		font-size: 6rem;
	}
	
	.support p{
    max-width: 80%;
	}

.reason p {
/*    font-size: 1.43rem;*/
    line-height: 1.8;
    letter-spacing: 0.35px;
    max-width: 80%;
    margin: 1rem auto 6rem;
	text-align: justify;
}
	
	iframe {
    width: 100%;
}
	
	.entry_02{
		padding: 2rem 0;
	}

.entry_02 img {
    width: 90%;
  }
	
	#sect04:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
    font-size: 22rem;
    left: 0;
/*    right: 74vw;*/
    right: 80vw;
    top: -3vw;
    font-family: serif;
    color: #5b8cc9;
    transform: scale(-1, 1);
}

  .company p {
      padding: 47px;
      max-width: 600px;
	  text-align: justify;
  }

.company img {
    width: 80%;
    padding-bottom: 12px;
}

section#sect03 {
    height: 1299px;
}

#sect05 {
    height: auto;
    padding-bottom: 6rem;
}

h2.dp {
/*    letter-spacing: 5.52px;*/
/*
    font-size: 6rem;
*/
	line-height: 1.2;
    letter-spacing: 1.52px;
    font-size: 6rem;
    padding-top: 0;
	font-size: 6rem;
	padding-top: 0;
/*    padding-top: 10vw;*/
}

h3.S_S {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2.7px;
  color: #5C8CC9;
  padding-top: 40px;
}

li.right {
    text-align: center;
	}

.success img {
        width: 80%;
/*    margin-top: 30vw;*/
	margin-top: 0;
}

.success p {
    line-height: 1.4;
/*    max-width: 220px;*/
	    max-width: 90%;
	margin-top: 6rem;
}

.success_02 img {
    width: 100%;
    margin: 58px 0 40px;
}

#sect05:after {
	font-size: 22rem;
    right: 0;
    margin-top: -27vw;
    left: 76vw;
}

h3.dp {
    font-size: 27px;
    padding-top: 0;
}


img.sp-image {
    width: 80%;
    margin: 0 auto;
}
	
	#sect06{
		background: url(../images/sp_02.jpg) no-repeat top;
		padding: 4rem 0 2rem;
    min-height: auto;
		background-position: 67%;
		background-size: cover;
		height: 110vw;
	}

/*
	.d_section{
		width: 120%;
	}
*/

#sect08 {
/*    height: 500px;*/
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
    padding: 2rem 0;
}

img.top_m {
    margin: 50px 0 30px;
}

#sect09:before {
/*
    right: 6%;
    top: 1425px;
*/
    font-size: 18rem;
    font-family: serif;
    top: auto;
    bottom: 120vh;
    color: #fff;
	right: 0;
}

#sect09:after {
/*
    bottom: 1800px;
    left: 6%;
*/
/*	bottom: 230vw;*/
	font-size: 18rem;
    top: 16vh;
    left: 3vw;
    bottom: auto;
  }

h2.team {
/*
    font-size: 3.6rem;
    line-height: 73.31px;
*/
	font-size: 5rem;
/*    line-height: 2.2;*/
	line-height: 1;
    letter-spacing: 2px;
    padding: 0;
    width: 80%;
	border: solid 5px;
}

	.date{
		display: none;
	}
	
/*
	.date img{
	position: absolute;	
	width: 120%;
    right: 0;
    left: 0;
    top: 0;
	}
*/

.d_section {
	background: url(../images/sp_03.png)no-repeat;
    background-size: 100%;
    background-position: right;
	background-position-y: bottom;
/*    background-position-y: 73%;*/
    width: 90%;
	margin: 0 auto;
	height: 110vw;
/*    height: 570px;*/
/*    background: url(../images/d_map.png)no-repeat;*/
/*
    background-size: contain;
    background-position-x: 100%;
*/
/*    background-position: center;*/
/*	background-position: 33% 0%;*/
/*    width: 100%;*/
/*
    margin: 0 auto;
	min-height: auto;
	height: 80vh;
*/
}

	h2.plan{
		padding-top: 6rem;
		line-height: 1;
	}
	
	.venti img.pc {
    display: none;
}

.venti img.sp {
    display: block;
/*    max-width: 500px;*/
	max-width: 90%;
    margin: 2rem auto 0;
}
	
	p.con{
		margin: 3rem auto 0;
		font-size: 16px;
		text-align: center;
	}
	
	.back{
		margin-top: 5rem;
	}
	
i.t_list {
    width: 45%;
    margin: 18px auto;
}

span.name {
    display: block;
    font-family: VentiCF Bold;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.62px;
    color: #5C8CC9;
}

#sect10 {
    text-align: center;
}
#sect04 {
	height: 280px;
	padding-top: 0px;
	}
.success li {
    width: 46%;
    float: left;
/*    margin-top: -20px;*/
	margin-top: 0;
	margin-right: 4%;
	}
	
	li.left {
/*    margin-top: 24vw;*/
		margin-top: 0;
}
	
	h2.S_S {
		display: none;
/*    font-size: 4.55rem;*/
/*
		font-size: 6.55rem;
    letter-spacing: 0;
		padding: 0;
*/
	}
	
	h2.S_S_sp{
		display: block;
		font-size: 6.55rem;
    letter-spacing: 0;
		    padding: 12rem 0 0;
    text-align: right;
		padding-right: 4vw;
	}
/*
h2.S_S_sp {
  padding: 120px 14px 0 0;
  margin-right: 0;
  font-size: 6.3125rem;
}
*/
	h3.S_S{
		padding-top: 0;
	}

p.team {
/*    font-size: 1.6rem;*/
/*    line-height: 28px;*/
	    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #1E1E1E;
    display: block;
/*    margin-top: 30px;*/
	margin-top: 8rem;
    font-weight: 600;
    padding: 0;
}

#sect10 {
    text-align: center;
}
	
	h2.con{
    font-size: 6rem;
    letter-spacing: 4px;
		margin-top: 0;
	}

.inner_txt {
/*    width: 268px;*/
	width: 80%;
    margin: 0 auto;
}

.inner_txt li {
    width: auto;
/*    float: left;*/
	float: none;
	overflow: hidden;
}

.b_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

p.btn02 {
    width: 98%;
    margin: 46px auto;
    font-size: 3.5rem;
}

th {
    width: 30%;
}

.table_list {
    display: inline-block;
/*    margin-top: 60px;*/
	margin-top: 0;
}

	ul.inline{
		text-align: center;
    max-width: 100%;
		min-width: 100%;
    margin: auto;
	padding: 0;	
	}

.table_list > ul > li:first-child {
    border-top: none;
    padding: 0;
	margin-bottom: 0;
}

#sect12 {
/*  height: 1160px;*/
	height: auto;
    padding-bottom: 0;
}
	
	#contact{
		padding: 4rem 0 12rem;
	}

.page-top {
 
    margin-top: -25px;
}

.table_list > ul > li {
    width: 84%;
    float: left;
/*    padding: 70px 0 0;*/
	padding: 4rem 0 0;
    margin: 8%;
    border-top: solid 0.5px #fff;
    border-left: none;
}

span.name {
    font-size: 12px;
    margin-top: 12px;
}

div#slider1 {
    display: block;
}

.list_wrap {
  display: none;
}

.plan_inner{
  display: none;
}

img.pc {
    display: none;
}

.contact_inner {
    position: relative;
/*    max-width: 350px;*/
	  max-width: 80%;
    background: #fff;
    left: unset;
    margin: 0 auto;
    top: 35px;
    height: auto;
}

	.contact_inner .inner_txt{
		overflow: hidden;
	}


  #sect09 {
    position: relative;
    background: url(../images/sect_09.jpg) no-repeat top;
    background-size: cover;
/*    background-attachment: fixed;*/
/*    height: 2190px;*/
	  height: 2050px;
}
	
/*
	#contact{
		height: auto;
		padding-top:4rem;
	}
*/
	
	#contact {
    position: relative;
/*    height: 725px;*/
				height: auto;
    background: rgb(239, 244, 250);
/*    padding-top: 80px;*/
	padding-top:4rem;
}
	
#contact:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/sp_09.png) no-repeat top;
    background-size: contain;
/*
    width: 300px;
    height: 134px;
    bottom: 0;
*/
	    width: 50%;
    height: 20vh;
    bottom: 6vw;
    right: 0;
    opacity: 0.3;
}

  .plan_inner1 {
      width: 85%;
      height: 950px;
      margin: 40px auto 0;
      background: #fff;
      background-size: cover;
      text-align: center;
  }

  .plan_inner2 {
    width:85%;
    height: 826px;
    margin: 0 auto;
    background: url(../images/sp_07.png)no-repeat top;
    background-size: cover;
    text-align: center;
}

  .taxt_inner {
    max-width: 355px;
    margin: 0 auto;
    text-align: left;
}
	
	.box3 {
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 2rem;
    border: solid 1px #fff;
    box-sizing: border-box;
}

.taxt_inner img {
    margin-top: -2px;
    width: 100%;
}

li.t_list {
    width: 50%;
    float: left;
}

.member {
    width:98%;
}

i.t_list {
    width: 45%;
    margin: 18px auto;
}

.t_list img {
    width: 55%;
}
}

/*@media only screen and (max-width: 480px) {*/
@media only screen and (min-width: 321px) and (max-width: 480px) {
	  html {
    font-size: 60%
  }

	
	#topbottom{
		display: none;
	}

  p.pc {
    display: none;
}
	
	h1 img {
    width: 100%;
    right: 0;
    left: 0;
}

  h2 {
      font-family: house-script, sans-serif;
      font-weight: 400;
      font-style: normal;
/*      font-size: 7.3125rem;*/
    }
	
	.inner h2 {
    margin: 0 auto;
    padding-top: 0;
}

    .plan_inner1 h2, .plan_inner2 h2 {
        font-family: house-script, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.3125rem;
    }

h3 {
    line-height: 31px;
    font-size: 2.3rem;
  }

  .wrap {
      overflow: hidden;
  }
	
header {
/*    background: url(../images/header-img.jpg) no-repeat;*/
	background: url(../images/sp_001.jpg) no-repeat left top;
    position: relative;
/*    min-height: 90vh;*/
	min-height: 100vh;
/*    background-attachment: fixed;*/
    background-size: cover;
/*    background-position: 10%;*/
    z-index: 1;
}
	.innner_contents {
    width: 90%;
    top: 40vw;
}
	

  li .video {
      position: relative;
      width: 80%;
      padding-top: 56.25%;
      margin-left: 10%;
  }

 

section {
  padding: 0 10px;
}
	
.innner_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 400px;
	}

header .inner {
/*  height: 900px;*/
	height: auto;
}

.innner_contents {
    width: 90%;
}

.inner h1 {
    font-size: 83px;
    line-height: 44.58px;
/*    border-bottom: 2px solid #fff;*/
    margin: 0;
}

h1 img {
    width: 100%;
}

.innner_contents h2 img {
/*
  width: 90%;
  margin-top: 15px;
*/
    width: 80%;
    margin-top: 0;
}

p.btn a {
    padding-left: 17px;
}

p.btn {
    width: 70%;
    font-size: 4rem;
}

.btn_area {
    display: block;
	width: 100%;
}
	
a.btn p {
    font-family: house-script, sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    text-align: left;
    margin-left: 16px;
}

.btn {
	height: auto;
/*    width: 80%;*/
	width: 220px;
	line-height: 1;
    position: relative;
    margin: 0 auto;
    text-align: center;
/*    font-size: 55px;*/
    font-family: house-script, sans-serif;
}
	
a.btn p:after {
    content: "";
    display: inline-block;
    background: url(../images/mail_icon.png) no-repeat top;
    width: 50px;
    height: 27px;
    margin-left: 3px;
    margin-right: 0;
/*
    margin-left: 2px;
    margin-right: -30px;
    margin-top: 1rem;
*/
    background-size: cover;
}	

.about h3 {
    float: right;
    padding: 35px 50px 35px 0;
    width: 100%;
    text-align: center;
}

img.icon {
    width: 100%;
}

p.icon {
    position: absolute;
    right: 0;
  }

p.btn a {
        height: 68px;
}

.scroll img {
    width: 5%;
/*    margin-top: 8rem;*/
}

a.scroll_down {
/*   top: 106vw;*/
	top: 70vh;
    bottom: auto;
}
	
	.scroll {
    margin-top: 40vw;
}
/*	=======追加項目=======*/
/*進入SP開始顯示sec00_sp、隱藏sect00_pc	*/
	
section#sect00_sp{
		display: block;
}
section#sect00_pc{
display: none;
	}	

section#sect00_sp {
/*    height: 1075px;*/
/*    width: 98%;*/
	/*    padding: 1%;*/
 /* background-position-y: 18px; */
/*    padding-bottom: 33vw;*/
	background-color:rgba(92,140,201,0.2);
	height: auto;
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
   
	background-position-y: 18vw;

	padding:0;
	}
section#sect00_sp div{
position: relative;		
}

section#sect00_sp figure#sect00_sp_bk1 img{
width: 100%;
margin-top: -230px;
margin-bottom: -50px;
}
section#sect00_sp figure#sect00_sp_bk2 img{
width: 100%;
margin-top: -310px;

}

section#sect00_sp div.sect00_sp_01,
section#sect00_sp div.sect00_sp_0203,
section#sect00_sp div.sect00_sp_04,
section#sect00_sp div.sect00_sp_0506
	{
	max-width: 80%;
	margin: 0 auto;
	padding: 50px 30px;
	box-sizing: border-box;
	}

	section#sect00_sp div.sect00_sp_01,
	section#sect00_sp div.sect00_sp_0506{
	background:  linear-gradient( 0deg, #406eb2, #5c8cc9 )
		
	}
	
	section#sect00_sp div.sect00_sp_0203,
	section#sect00_sp div.sect00_sp_04{
	background-color: rgba(255,255,255,0.8);
	}
	
	
	section#sect00_sp div.sect00_sp_01_t,
	section#sect00_sp div.sect00_sp_02_t,
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_04_t,
	section#sect00_sp div.sect00_sp_05_t,
	section#sect00_sp div.sect00_sp_06_t
	{
	display: flex;
	margin-bottom: 20px;
	}
	section#sect00_sp div.sect00_sp_01_t figure img,
	section#sect00_sp div.sect00_sp_02_t figure img,
	section#sect00_sp div.sect00_sp_03_t figure img,
	section#sect00_sp div.sect00_sp_04_t figure img,
	section#sect00_sp div.sect00_sp_05_t figure img,
	section#sect00_sp div.sect00_sp_06_t figure img{
    max-width: 50px;
	margin-right: 15px;
	
	}
	section#sect00_sp div.sect00_sp_01_t p
	{
    color: #FFFFFF;
	padding-top: 10px;
    line-height: 1.6;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_05_t p,
	section#sect00_sp div.sect00_sp_06_t p{
	color: #FFFFFF;
	padding-top: 5px;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_06_t p{
		 font-size: 1.9rem;
	}
	
	section#sect00_sp div.sect00_sp_02_t p,
	section#sect00_sp div.sect00_sp_03_t p,
	section#sect00_sp div.sect00_sp_04_t p{
	color: #5c8cc9;
	padding-top: 5px;
    
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	
	section#sect00_sp div.sect00_sp_01 p,
	section#sect00_sp div.sect00_sp_0506 p{
	color: #FFFFFF;
	line-height: 1.8;
   
    text-align: justify;
	}
	
	section#sect00_sp div.sect00_sp_0203 p,
	section#sect00_sp div.sect00_sp_04 p{
	color: #5c8cc9;
	line-height: 1.8;
    text-align: justify;
	}
	
	
	
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_06_t{
	margin-top: 30px;
	}
.progress h2 {
    /* padding: 84px 0 0 0; */
	padding: 4rem 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}
/*	=======追加項目=======*/	
section#sect01 {
/*    height: 1075px;*/
/*    width: 98%;*/
	width: 100%;
    background-size: contain;
	background-position-x: -30vw;
    /* background-position-y: 18px; */
	background-position-y: 18vw;
	background-attachment: initial;
/*    padding: 1%;*/
	padding: 0;
    padding-bottom: 35vw;
	}

#pagebottom img {
  display: none;
}

.about li {
    width: 100%;
    float: none;
    text-align: center;
/*    margin-bottom: 63px;*/
}

.about li:first-child {
    width: 100%;
    margin-right: 2%;
}

.about p {
    width: 80%;
/*	max-width: 700px;*/
    height: auto;
    float: none;
    display: block;
    margin: auto;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.35px;
    padding-right: 0;
}

h3.section {
  display: block;
  width: 100%;
/*  padding: 20px 0;*/
	padding: 1rem 0;
  line-height: 31px;
  font-size: 2rem;
}

.about h2 {
    /* padding: 84px 0 0 0; */
	padding: 6rem 0 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}

.entry {
 height: 200px;
 background: linear-gradient( 0deg, rgba(11, 7, 45, 0.4), rgba(158, 158, 158, 0)), url(../images/entry_01.jpg) center no-repeat;
 background-size: cover;
}

	h2.reason{	
	font-size: 5rem;
    font-weight: 600;
    margin: 6rem auto 0;
		padding-bottom: 0;
	}
	
	h3.reason{
		font-size: 1.8rem;
	}

.reason, .support {
    text-align: center;
    color: #5b8cc9;
	padding: 0;
}
	
	.support{
		padding: 2rem 0;
	}
	
	h2.O_com{
		font-size: 6rem;
		letter-spacing: 1.62px;
	}
	
	h2.support{
		font-size: 5rem;
	}
	
	.support p{
    max-width: 80%;
	}

.reason p {

    line-height: 1.8;
    letter-spacing: 0.4px;
    max-width: 80%;
    margin: 1rem auto 6rem;
	text-align: justify;
}
	
	iframe {
    width: 100%;
}
	
	.entry_02{
		padding: 2rem 0;
	}

.entry_02 img {
    width: 90%;
  }
	
	#sect04:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
/*    font-size: 22rem;*/
		font-size: 14rem;
    left: 0;
/*    right: 74vw;*/
    right: 80vw;
    top: -3vw;
    font-family: serif;
    color: #5b8cc9;
    transform: scale(-1, 1);
}

  .company p {
      padding: 47px;
      max-width: 600px;
	  text-align: justify;
  }

.company img {
    width: 80%;
    padding-bottom: 12px;
}

section#sect03 {
    height: 1299px;
}

#sect05 {
    height: auto;
    padding-bottom: 6rem;
}

h2.dp {
    line-height: 1;
    letter-spacing: 0.52px;
/*
    font-size: 6rem;
	padding-top: 0;
*/
	font-size: 5rem;
    padding-top: 10vw;
}

li.right {
    text-align: center;
	}

.success img {
        width: 80%;
    margin-top: 30vw;
}

.success p {
    line-height: 1.4;
/*    max-width: 220px;*/
	    max-width: 90%;
	margin: 6rem auto 0;
}

.success_02 img {
    width: 100%;
    margin: 58px 0 40px;
}

#sect05:after {
	font-size: 14rem;
    right: 0;
    margin-top: -10vw;
    left: 76vw;
}

h3.dp {
    font-size: 2rem;
    padding-top: 0;
}


img.sp-image {
    width: 90% !important;
    margin: 0 auto;
}
	
	#sect06{
		padding: 4rem 0;
    min-height: auto;
		background-position: 67%;
		height: 110vw;
		background: url(../images/sp_02.jpg) no-repeat top;
    background-size: cover;
    height: 530px;
	}

/*
	.d_section{
		width: 120%;
	}
*/

#sect08 {
/*    height: 500px;*/
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
/*    padding: 2rem 0;*/
	padding: 4rem 0;
}

img.top_m {
    margin: 50px 0 30px;
}

#sect09:before {
/*
    right: 6%;
    top: 1425px;
*/
/*    top: 280vw;*/
	right: 1vw;
    top: auto;
    bottom: 140vw;
	font-size: 14rem;
}

#sect09:after {
/*
    bottom: 1800px;
    left: 6%;
*/
	top: 20vh;
	bottom: auto;
    left: 1vw;
	font-size: 14rem;
  }
	
	#sect09 .taxt_inner{
	max-width: 90%;	
	}

h2.team {
/*
    font-size: 3.6rem;
    line-height: 73.31px;
*/
	font-size: 5rem;
/*    line-height: 2.2;*/
	line-height: 1;
    letter-spacing: 1px;
    padding: 1rem 0;
/*    width: 80%;*/
	width: 95%;
	border: solid 5px;
	margin: 6rem auto 4rem;
}
	
	.member{
		width: 100%;
		margin: 4rem auto;
	}

	.date{
		display: none;
	}
	
/*
	.date img{
	position: absolute;	
	width: 120%;
    right: 0;
    left: 0;
    top: 0;
	}
*/

.d_section {
	background: url(../images/sp_03.png)no-repeat;
    background-size: 100%;
    background-position: right;
    background-position-y: 73%;
    width: 90%;
    margin: 0 auto;
    height: 570px;
/*	background-image: none;*/
/*    background: url(../images/d_map.png)no-repeat;*/
/*
    background-size: contain;
    background-position-x: 100%;
*/
/*    background-position: center;*/
/*	background-position: 33% 0%;*/
/*    width: 100%;*/
/*
    margin: 0 auto;
	min-height: auto;
	height: 80vh;
*/
}

	h2.plan{
		padding-top: 6rem;
		line-height: 1;
		font-size: 5rem;
		letter-spacing: 3.62px;
	}
	
	h3.plan{
		font-size: 2rem;
	}
	
	.venti img.pc {
    display: none;
}

.venti img.sp {
    display: block;
/*    max-width: 500px;*/
	max-width: 90%;
    margin: 2rem auto 0;
}
	
	p.con{
		margin: 3rem auto 0;
/*		text-align: center;*/
		font-size: 1.2rem;
		text-align: justify;
	}
	
	.back{
		margin-top: 5rem;
	}
	
i.t_list {
    width: 45%;
    margin: 18px auto;
}

span.name {
    display: block;
    font-family: VentiCF Bold;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.62px;
    color: #5C8CC9;
}

#sect10 {
    text-align: center;
}
#sect04 {
	height: 280px;
	padding-top: 0px;
	}
	.success li {
    width: 46%;
    float: left;
	margin-top: 0;
	margin-right: 4%;
	}
	
	li.left {
		margin-top: 0;
}
	
	h2.S_S {
		display: none;
	}
	
	h2.S_S_sp{
		display: block;
		font-size: 5.55rem;
    letter-spacing: 0;
		 padding: 12rem 0 0;
    text-align: right;
		padding-right: 4vw;
	}

	h3.S_S{
		padding-top: 0;
    font-size: 2rem;
    line-height: 1.2;
	}


/*
.success li {
    width: 46%;
    float: left;
    margin-top: -20px;
	    margin-top: -16vw;
	margin-right: 4%;
	}
	
	li.left {
    margin-top: 24vw;
		margin-top: -34vw;
    clear: both;
    width: 100%;
	}
	
	h2.S_S {
    font-size: 4.55rem;
	font-size: 6.55rem;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
		margin-right: 0;
    text-align: right;
	}
*/
/*
h2.S_S_sp {
  padding: 120px 14px 0 0;
  margin-right: 0;
  font-size: 6.3125rem;
}
*/

/*
	h3.S_S {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2.7px;
  color: #5C8CC9;
		text-align: right;
		padding-top: 2rem;
}
*/



p.team {
    font-size: 1.6rem;
/*    line-height: 28px;*/
/*	    font-size: 2rem;*/
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #1E1E1E;
    display: block;
/*    margin-top: 30px;*/
/*	margin-top: 8rem;*/
	margin-top: 2rem;
    font-weight: 600;
    padding: 0;
}

#sect10 {
    text-align: center;
}
	
	h2.con{
    font-size: 5rem;
    letter-spacing: 0;
		margin-top: 0;
	}
	
	a.con_btn p{
		font-size: 2.5rem;
	}
	
	a.con_btn p:after{
		content: "";
    display: inline-block;
    width: 57px;
    height: 51px;
    margin: 9px 0 0 9px;
    background: url(../images/mail_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
	}

.inner_txt {
/*    width: 268px;*/
	width: 80%;
    margin: 0 auto;
}

.inner_txt li {
    width: auto;
/*    float: left;*/
	float: none;
	overflow: hidden;
}

.b_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

p.btn02 {
    width: 98%;
    margin: 46px auto;
    font-size: 3.5rem;
}

th {
    width: 30%;
}

.table_list {
    display: inline-block;
/*    margin-top: 60px;*/
	margin-top: 0;
}

	ul.inline{
		text-align: center;
    max-width: 100%;
		min-width: 100%;
    margin: auto;
	padding: 0;	
	}

.table_list > ul > li:first-child {
    border-top: none;
    padding: 0;
	margin-bottom: 0;
}

#sect12 {
/*  height: 1160px;*/
	height: auto;
    padding-bottom: 0;
}
	
	#contact{
		padding: 4rem 0 12rem;
	}

.page-top {
 
    margin-top: -25px;
}

.table_list > ul > li {
    width: 84%;
    float: left;
/*    padding: 70px 0 0;*/
	padding: 4rem 0 0;
    margin: 8%;
    border-top: solid 0.5px #fff;
    border-left: none;
}

span.name {
    font-size: 12px;
    margin-top: 12px;
}

div#slider1 {
    display: block;
}

.list_wrap {
  display: none;
}

.plan_inner{
  display: none;
}

img.pc {
    display: none;
}

.contact_inner {
    position: relative;
/*    max-width: 350px;*/
	  max-width: 80%;
    background: #fff;
    left: unset;
    margin: 0 auto;
    top: 35px;
    height: auto;
}

	.contact_inner .inner_txt{
		overflow: hidden;
	}


  #sect09 {
    position: relative;
    background: url(../images/sect_09.jpg) no-repeat top;
    background-size: cover;
/*    background-attachment: fixed;*/
/*    height: 2190px;*/
	  height: auto;
	  padding-bottom: 6rem;
}
	
/*
	#contact{
		height: auto;
		padding-top:4rem;
	}
*/
	
	#contact {
    position: relative;
/*    height: 725px;*/
				height: auto;
    background: rgb(239, 244, 250);
/*    padding-top: 80px;*/
	padding-top:4rem;
}
	
#contact:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/sp_09.png) no-repeat top;
    background-size: contain;
/*
    width: 300px;
    height: 134px;
    bottom: 0;
*/
	    width: 80%;
    height: 20vh;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}

  .plan_inner1 {
/*      width: 85%;*/
	  width: 95%;
      height: auto;
      margin: 40px auto 0;
      background: #fff;
      background-size: cover;
      text-align: center;
	  padding-bottom: 2rem;
  }

  .plan_inner2 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background: url(../images/sp_07.png)no-repeat top;
    background-size: cover;
    text-align: center;
	padding-bottom: 2rem;
	}

  .taxt_inner {
    max-width: 355px;
    margin: 0 auto;
    text-align: left;
}
	
	.box3 {
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 2rem;
    border: solid 1px #fff;
    box-sizing: border-box;
}

.taxt_inner img {
    margin-top: -2px;
    width: 100%;
}

li.t_list {
    width: 50%;
    float: left;
}

.member {
    width:98%;
}

i.t_list {
    width: 45%;
    margin: 18px auto;
}

.t_list img {
    width: 55%;
}
}

@media only screen and (max-width: 320px) {
		  html {
    font-size: 60%
  }

	
	#topbottom{
		display: none;
	}

  p.pc {
    display: none;
}
	
	h1 img {
    width: 100%;
    right: 0;
    left: 0;
}

  h2 {
      font-family: house-script, sans-serif;
      font-weight: 400;
      font-style: normal;
/*      font-size: 7.3125rem;*/
    }
	
	.inner h2 {
    margin: 0 auto;
    padding-top: 0;
}

    .plan_inner1 h2, .plan_inner2 h2 {
        font-family: house-script, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.3125rem;
    }

h3 {
    line-height: 31px;
    font-size: 2.3rem;
  }

  .wrap {
      overflow: hidden;
  }
	
header {
/*    background: url(../images/header-img.jpg) no-repeat;*/
	background: url(../images/sp_001.jpg) no-repeat left top;
    position: relative;
    min-height: 90vh;
/*    background-attachment: fixed;*/
    background-size: cover;
/*    background-position: 10%;*/
    z-index: 1;
}
	

  li .video {
      position: relative;
      width: 80%;
      padding-top: 56.25%;
      margin-left: 10%;
  }

 

section {
  padding: 0 10px;
}
	
.innner_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    height: 400px;
	}

header .inner {
/*  height: 900px;*/
	height: auto;
}
	
	header .innner_contents{
		top: 12rem;
	}

.innner_contents {
    width: 90%;
}

.inner h1 {
    font-size: 83px;
    line-height: 44.58px;
/*    border-bottom: 2px solid #fff;*/
    margin: 0;
}

h1 img {
    width: 100%;
}

.innner_contents h2 img {
/*
  width: 90%;
  margin-top: 15px;
*/
    width: 80%;
    margin-top: 0;
}

p.btn a {
    padding-left: 17px;
}

p.btn {
    width: 70%;
    font-size: 4rem;
}

.btn_area {
    display: block;
	width: 100%;
}
	
a.btn p {
    font-family: house-script, sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    text-align: left;
    margin-left: 16px;
}

.btn {
	height: auto;
/*    width: 80%;*/
	width: 220px;
	line-height: 1;
    position: relative;
    margin: 0 auto;
    text-align: center;
/*    font-size: 55px;*/
    font-family: house-script, sans-serif;
}
	
a.btn p:after {
    content: "";
    display: inline-block;
    background: url(../images/mail_icon.png) no-repeat top;
    width: 50px;
    height: 27px;
    margin-left: 3px;
    margin-right: 0;
/*
    margin-left: 2px;
    margin-right: -30px;
    margin-top: 1rem;
*/
    background-size: cover;
}	

.about h3 {
    float: right;
    padding: 35px 50px 35px 0;
    width: 100%;
    text-align: center;
}

img.icon {
    width: 100%;
}

p.icon {
    position: absolute;
    right: 0;
  }

p.btn a {
        height: 68px;
}

.scroll img {
    width: 6%;
    margin-top: 1rem;
}

a.scroll_down {
   top: 106vw;
}

/*	=======追加項目=======*/
	
	
section#sect00_sp {
/*    height: 1075px;*/
/*    width: 98%;*/
	/*    padding: 1%;*/
 /* background-position-y: 18px; */
/*    padding-bottom: 33vw;*/
	background-color:rgba(92,140,201,0.2);
	height: auto;
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
   
	background-position-y: 18vw;

	padding:0;
	}
	section#sect00_sp div{
		position: relative;		
	}

section#sect00_sp figure#sect00_sp_bk1 img{
width: 100%;
margin-top: -230px;
margin-bottom: -50px;
}
section#sect00_sp figure#sect00_sp_bk2 img{
width: 100%;
margin-top: -250px;

}
/*<!--・・・追加項目SP版・・・-->*/
/*進入SP開始顯示sec00_sp、隱藏sect00_pc	*/
	
section#sect00_sp{
		display: block;
}
section#sect00_pc{
display: none;
	}	
	
	
section#sect00_sp div.sect00_sp_01,
section#sect00_sp div.sect00_sp_0203,
section#sect00_sp div.sect00_sp_04,
section#sect00_sp div.sect00_sp_0506
	{
	max-width: 90%;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
	}

	section#sect00_sp div.sect00_sp_01,
	section#sect00_sp div.sect00_sp_0506{
	background:  linear-gradient( 0deg, #406eb2, #5c8cc9 )
		
	}
	
	section#sect00_sp div.sect00_sp_0203,
	section#sect00_sp div.sect00_sp_04{
	background-color: rgba(255,255,255,0.8);
	}
	
	
	section#sect00_sp div.sect00_sp_01_t,
	section#sect00_sp div.sect00_sp_02_t,
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_04_t,
	section#sect00_sp div.sect00_sp_05_t,
	section#sect00_sp div.sect00_sp_06_t
	{
	display: flex;
	margin-bottom: 20px;
	}
	section#sect00_sp div.sect00_sp_01_t figure img,
	section#sect00_sp div.sect00_sp_02_t figure img,
	section#sect00_sp div.sect00_sp_03_t figure img,
	section#sect00_sp div.sect00_sp_04_t figure img,
	section#sect00_sp div.sect00_sp_05_t figure img,
	section#sect00_sp div.sect00_sp_06_t figure img{
    max-width: 50px;
	margin-right: 15px;
	
	}
	section#sect00_sp div.sect00_sp_01_t p
	{
    color: #FFFFFF;
	padding-top: 10px;
    line-height: 1.6;
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	section#sect00_sp div.sect00_sp_05_t p,
	section#sect00_sp div.sect00_sp_06_t p{
	color: #FFFFFF;
	padding-top: 5px;

    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	
	section#sect00_sp div.sect00_sp_02_t p,
	section#sect00_sp div.sect00_sp_03_t p,
	section#sect00_sp div.sect00_sp_04_t p{
	color: #5c8cc9;
	padding-top: 5px;
    
    font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.4px;
	}
	
	section#sect00_sp div.sect00_sp_01 p,
	section#sect00_sp div.sect00_sp_0506 p{
	color: #FFFFFF;
	line-height: 1.8;
   
    text-align: justify;
	}
	
	section#sect00_sp div.sect00_sp_0203 p,
	section#sect00_sp div.sect00_sp_04 p{
	color: #5c8cc9;
	line-height: 1.8;
    text-align: justify;
	}
	
	
	
	section#sect00_sp div.sect00_sp_03_t,
	section#sect00_sp div.sect00_sp_06_t{
	margin-top: 30px;
	}
.progress h2 {
    /* padding: 84px 0 0 0; */
	padding: 4rem 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}
/*	=======追加項目=======*/	
	
	
	
section#sect01 {
/*    height: 1075px;*/
/*    width: 98%;*/
	width: 100%;
    background-size: 100%;
	background-position-x: -30vw;
    /* background-position-y: 18px; */
	background-position-y: 18vw;
/*    padding: 1%;*/
	padding: 0;
    padding-bottom: 33vw;
	}
	


#pagebottom img {
  display: none;
}

.about li {
    width: 100%;
    float: none;
    text-align: center;
/*    margin-bottom: 63px;*/
}

.about li:first-child {
    width: 100%;
    margin-right: 2%;
}

.about p {
    width: 80%;
/*	max-width: 700px;*/
    height: auto;
    float: none;
    display: block;
    margin: auto;
    line-height: 1.6;
/*    text-align: left;*/
    letter-spacing: 0.35px;
    padding-right: 0;
}

h3.section {
  display: block;
  width: 100%;
/*  padding: 20px 0;*/
	padding: 1rem 0;
  line-height: 31px;
  font-size: 2rem;
}


.about h2 {
    /* padding: 84px 0 0 0; */
	padding: 6rem 0 0;
    width: 100%;
    font-size: 5rem;
/*	font-size: 6rem;*/
    font-weight: 600;
    margin: 0 auto 0;
    text-align: center;
}

.entry {
 height: 200px;
 background: linear-gradient( 0deg, rgba(11, 7, 45, 0.4), rgba(158, 158, 158, 0)), url(../images/entry_01.jpg) center no-repeat;
 background-size: cover;
}

	h2.reason{	
	font-size: 5rem;
    font-weight: 600;
    margin: 6rem auto 0;
		padding-bottom: 0;
	}
	
	h3.reason{
		font-size: 1.8rem;
	}

.reason, .support {
    text-align: center;
    color: #5b8cc9;
	padding: 0;
}
	
	.support{
		padding: 2rem 0;
	}
	
	h2.O_com{
		font-size: 6rem;
		letter-spacing: 1.62px;
	}
	
	h2.support{
		font-size: 5rem;
	}
	
	.support p{
    max-width: 80%;
		line-height: 29px;
 max-width: 90%;
margin: 14rem auto 0;
text-align: justify;
	}

.reason p {
/*    font-size: 1.43rem;*/
    line-height: 29px;
    letter-spacing: 0.4px;
    max-width: 80%;
    margin: 1rem auto 6rem;
	text-align: justify;
}
	
	iframe {
    width: 100%;
}
	
	.entry_02{
		padding: 2rem 0;
	}

.entry_02 img {
    width: 90%;
  }
	
	#sect04:before {
    position: absolute;
    content: '”';
    display: inline-block;
    vertical-align: middle;
/*    font-size: 22rem;*/
		font-size: 14rem;
    left: 0;
/*    right: 74vw;*/
    right: 80vw;
    top: -3vw;
    font-family: serif;
    color: #5b8cc9;
    transform: scale(-1, 1);
}

  .company p {
/*
      padding: 47px;
      max-width: 600px;
*/
	 padding: 4rem 0;
    width: 90%;
	      text-align: justify;
  }

.company img {
    width: 80%;
    padding-bottom: 12px;
}

section#sect03 {
    height: 1299px;
}

#sect05 {
    height: auto;
    padding-bottom: 6rem;
}

h2.dp {
    line-height: 1;
    letter-spacing: 0.52px;
/*
    font-size: 6rem;
	padding-top: 0;
*/
	font-size: 5rem;
    padding-top: 10vw;
}

li.right {
    text-align: center;
	}

.success img {
        width: 80%;
    margin-top: 0;
}

.success p {
    line-height: 29px;
/*    max-width: 220px;*/
	    max-width: 90%;
	margin: 14rem auto 0;
	    text-align: justify;
}

.success_02 img {
    width: 100%;
    margin: 58px 0 40px;
}

#sect05:after {
	font-size: 14rem;
    right: 0;
    margin-top: 0vw;
    left: 76vw;
}

h3.dp {
    font-size: 2rem;
    padding-top: 0;
}


img.sp-image {
    width: 90% !important;
    margin: 0 auto;
}
	
	#sect06{
		background: url(../images/sp_02.jpg) no-repeat top;
		padding: 4rem 0;
    min-height: auto;
		background-position: center;
		background-size: cover;
/*		height: 110vw;*/
		height: 530px;
	}

/*
	.d_section{
		width: 120%;
	}
*/

#sect08 {
/*    height: 500px;*/
    background-image: linear-gradient(90deg, #406EB2 0%, #5C8CC9 100%);
/*    padding: 2rem 0;*/
	padding: 4rem 0;
}

img.top_m {
    margin: 50px 0 30px;
}

#sect09:before {
/*
    right: 6%;
    top: 1425px;
*/
	right: 0;
    top: 280vw;
	font-size: 14rem;
}

#sect09:after {
/*
    bottom: 1800px;
    left: 6%;
*/
/*	bottom: 230vw;*/
	bottom: 410vw;
    left: 0;
	font-size: 14rem;
  }
	
	#sect09 .taxt_inner{
	max-width: 90%;	
	}

h2.team {
/*
    font-size: 3.6rem;
    line-height: 73.31px;
*/
	font-size: 5rem;
/*    line-height: 2.2;*/
	line-height: 1;
    letter-spacing: 1px;
    padding: 1rem 0;
/*    width: 80%;*/
	width: 95%;
	border: solid 5px;
	margin: 6rem auto 4rem;
}
	
	.member{
		width: 100%;
		margin: 4rem auto;
	}

	.date{
		display: none;
	}
	
/*
	.date img{
	position: absolute;	
	width: 120%;
    right: 0;
    left: 0;
    top: 0;
	}
*/

	
	
.d_section {
	background: url(../images/sp_03.png)no-repeat;
    background-size: 100%;
    background-position: right;
    background-position-y: 73%;
    width: 90%;
    margin: 0 auto;
    height: 570px;
/*	background-image: none;*/
/*    background: url(../images/d_map.png)no-repeat;*/
/*
    background-size: contain;
    background-position-x: 100%;
*/
/*    background-position: center;*/
/*	background-position: 33% 0%;*/
/*    width: 100%;*/
/*
    margin: 0 auto;
	min-height: auto;
	height: 80vh;
*/
}

	h2.plan{
		padding-top: 6rem;
		line-height: 1;
		font-size: 5rem;
		letter-spacing: 3.62px;
	}
	
	h3.plan{
		font-size: 2rem;
	}
	
	.venti img.pc {
    display: none;
}

.venti img.sp {
    display: block;
/*    max-width: 500px;*/
	max-width: 90%;
    margin: 2rem auto 0;
}
	
p.con{
		
/*	text-align: center;*/
font-size: 1.4rem;
line-height: 29px;
margin: 14rem 0rem;
margin-left: 0;
text-align: justify;
	}
	
	.back{
		margin-top: 5rem;
	}
	
i.t_list {
    width: 45%;
    margin: 18px auto;
}

span.name {
    display: block;
    font-family: VentiCF Bold;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.62px;
    color: #5C8CC9;
}

#sect10 {
    text-align: center;
}
#sect04 {
	height: 280px;
	padding-top: 0px;
	}
.success li {
    width: 46%;
    float: left;
/*    margin-top: -20px;*/
	    margin-top: 0;
	margin-right: 4%;
	}
	
	li.left {
/*    margin-top: 24vw;*/
		margin-top: -60vw;
    clear: both;
    width: 100%;
	}
	
	h2.S_S {
/*    font-size: 4.55rem;*/
/*	font-size: 6.55rem;*/
/*
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
		margin-right: 0;
    text-align: right;
*/
		display: none;
	}
h2.S_S_sp {
	display: block;
    padding: 8rem 0 0;
    text-align: right;
/*
  padding: 120px 14px 0 0;
  margin-right: 0;
  font-size: 6.3125rem;
*/
}

	h3.S_S {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #5C8CC9;
		text-align: right;
		padding-top: 2rem;
}



p.team {
    font-size: 1.6rem;
/*    line-height: 28px;*/
/*	    font-size: 2rem;*/
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #1E1E1E;
    display: block;
/*    margin-top: 30px;*/
/*	margin-top: 8rem;*/
	margin-top: 2rem;
    font-weight: 600;
    padding: 0;
}

#sect10 {
    text-align: center;
}
	
	h2.con{
    font-size: 5rem;
    letter-spacing: 0;
		margin-top: 0;
	}
	
	a.con_btn p{
		font-size: 2.5rem;
	}
	
	a.con_btn p:after{
		content: "";
    display: inline-block;
    width: 57px;
    height: 51px;
    margin: 9px 0 0 9px;
    background: url(../images/mail_icon.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
	}

.inner_txt {
/*    width: 268px;*/
	width: 80%;
    margin: 0 auto;
}

.inner_txt li {
    width: auto;
/*    float: left;*/
	float: none;
	overflow: hidden;
}

.b_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

p.btn02 {
    width: 98%;
    margin: 46px auto;
    font-size: 3.5rem;
}

th {
    width: 30%;
}

.table_list {
    display: inline-block;
/*    margin-top: 60px;*/
	margin-top: 0;
}

	ul.inline{
		text-align: center;
    max-width: 100%;
		min-width: 100%;
    margin: auto;
	padding: 0;	
	}

.table_list > ul > li:first-child {
    border-top: none;
    padding: 0;
	margin-bottom: 0;
}

#sect12 {
/*  height: 1160px;*/
	height: auto;
    padding-bottom: 0;
}
	
	#contact{
		padding: 4rem 0 12rem;
	}

.page-top {
 
    margin-top: -25px;
}

.table_list > ul > li {
    width: 84%;
    float: left;
/*    padding: 70px 0 0;*/
	padding: 4rem 0 0;
    margin: 8%;
    border-top: solid 0.5px #fff;
    border-left: none;
}

span.name {
    font-size: 12px;
    margin-top: 12px;
}

div#slider1 {
    display: block;
}

.list_wrap {
  display: none;
}

.plan_inner{
  display: none;
}

img.pc {
    display: none;
}

.contact_inner {
    position: relative;
/*    max-width: 350px;*/
	  max-width: 80%;
    background: #fff;
    left: unset;
    margin: 0 auto;
    top: 35px;
    height: auto;
}

	.contact_inner .inner_txt{
		overflow: hidden;
	}


  #sect09 {
    position: relative;
    background: url(../images/sect_09.jpg) no-repeat top;
    background-size: cover;
/*    background-attachment: fixed;*/
/*    height: 2190px;*/
	  height: auto;
	  padding-bottom: 6rem;
}
	
/*
	#contact{
		height: auto;
		padding-top:4rem;
	}
*/
	
	#contact {
    position: relative;
/*    height: 725px;*/
				height: auto;
    background: rgb(239, 244, 250);
/*    padding-top: 80px;*/
	padding-top:4rem;
}
	
#contact:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../images/sp_09.png) no-repeat top;
    background-size: contain;
/*
    width: 300px;
    height: 134px;
    bottom: 0;
*/
	    width: 80%;
    height: 20vh;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}

  .plan_inner1 {
/*      width: 85%;*/
	  width: 95%;
      height: auto;
      margin: 40px auto 0;
      background: #fff;
      background-size: cover;
      text-align: center;
	  padding-bottom: 2rem;
  }

  .plan_inner2 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background: url(../images/sp_07.png)no-repeat top;
    background-size: cover;
    text-align: center;
	padding-bottom: 2rem;
	}

  .taxt_inner {
    max-width: 355px;
    margin: 0 auto;
    text-align: left;
}
	
	.box3 {
    width: 100%;
    margin: 2rem auto 0;
    padding: 0 2rem;
    border: solid 1px #fff;
    box-sizing: border-box;
}

.taxt_inner img {
    margin-top: -2px;
    width: 100%;
}

li.t_list {
    width: 50%;
    float: left;
}

.member {
    width:98%;
}

i.t_list {
    width: 45%;
    margin: 18px auto;
}

.t_list img {
    width: 55%;
}
}







/**/
