@charset "UTF-8";
/* ------------------------------------- */
/* はじめての方へ */
/* ------------------------------------- */
/* 表示までの時間 */
.in01 {
  animation-delay: .3s;
}
.in02 {
  animation-delay: .6s;
}
.in03 {
  animation-delay: .9s;
}
.in04 {
  animation-delay: .9s;
}
.in05 {
  animation-delay: 3.5s;
}
.in06 {
  animation-delay: 3.5s;
}
.in07 {
  animation-delay: 3.5s;
}
.startup .startupttl {
  background-color: #FFF38E;
  padding: 14.6rem 0 6rem;
}
.startup .startupttl .inner {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.startup .startupttl h2.main-ttl img {
  max-width: 319px;
  margin: 0 auto 5rem;
}
.startup .startupttl .tit-img {
  max-width: 779px;
  margin: 0 auto;
}
.startup .startupttl h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 2.4rem);
}
.startup .startupttl p.ttl-txt {
  margin: 4.5rem auto 3.5rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
}
.startup #point h2, .startup #area h2, .startup #flow h2, .startup #menu h2 {
  font-size: 2.2rem;
  letter-spacing: .4rem;
}
.startup #point h2, .startup #flow h2, .startup #menu h2 {
  text-align: center;
}
.startup #point h2 span, .startup #area h2 span, .startup #flow h2 span, .startup #menu h2 span {
  display: block;
}
.startup #point b.num {
  display: flex;
  position: relative;
  z-index: 2;
  width: 103px;
  height: 103px;
  text-align: center;
  font-size: 5.5rem;
}
.startup #point b.num::before, .startup #point b.num::after {
  content: '';
  position: absolute;
}
.startup #point b.num::before {
  background-color: #000;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.startup #point b.num::after {
  background: url("../img/startup/startup_point.svg") center/100% no-repeat;
  width: 57px;
  height: 18px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.startup #point b.num text {
  margin: 10px auto 0;
}
.startup #menu {
  padding: 9.5rem 0 11.8rem;
  background: url("../img/startup/startup_menu_bg.jpg") center/cover no-repeat;
  color: #fff;
}
.startup #menu .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.startup #menu .inner h2 {
  margin-bottom: 9.2rem;
}
.startup #menu .inner h2.tit-stroke {
  text-align: center;
}
.startup #menu .inner h2.tit-stroke .stroke svg {
  width: 362px;
  margin: 0 auto -1.5rem;
  position: relative;
  left: 1rem;
}
.startup #menu .inner h2.tit-stroke .egtit {
  width: 265px;
}
.startup #menu .inner .menuBox {
  border: 2px solid #fff;
  border-top: none;
  position: relative;
  padding: 0 5% 5.2rem;
  width: 100%;
}
.startup #menu .inner .menuBox:after, .startup #menu .inner .menuBox:before {
  content: '';
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 33%;
  border-top: 2px solid #fff;
}
.startup #menu .inner .menuBox:after {
  left: 0;
}
.startup #menu .inner .menuBox:before {
  right: 0;
}
.startup #menu .inner .menuBox h3 {
  font-size: 2.8rem;
  color: #FFF38E;
  font-weight: 700;
  position: relative;
  top: -1.5rem;
  text-align: center;
}
.startup #menu .inner .menuBox p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2rem;
  margin: 1rem auto 3rem;
  text-align: center;
}
.startup #menu .inner .menuBox ul {
  display: flex;
  justify-content: space-between;
}
.startup #menu .inner .menuBox ul li {
  display: flex;
  justify-content: space-between;
  width: calc(100% / 4 - 1%);
  min-height: 111px;
}
.startup #menu .inner .menuBox ul.cols-item3 li {
  width: calc(100% / 3 - 1%);
}
.startup #menu .inner .menuBox ul a {
  background-color: #fff;
  color: #000;
  padding: 3.5% 1.5%;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .2s;
}
.startup #menu .inner .menuBox ul a li {
  margin: 0 auto;
}
.startup #menu .inner .menuBox ul a p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .25rem;
  margin: 0 auto;
}
.startup #menu .inner .menuBox ul a p .small {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  letter-spacing: .2rem;
  margin-top: .5rem;
  line-height: normal;
}
.startup #menu .inner .menuBox ul a:hover {
  background-color: #FFF38E;
}
.startup #menu .inner .flex {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto 0;
}
.startup #menu .inner .flex .menuBox {
  padding: 0 2% 4.5rem;
  width: calc(100% / 3 - 1.5%);
}
.startup #menu .inner .flex .menuBox:after, .startup #menu .inner .flex .menuBox:before {
  width: 20%;
}
.startup #menu .inner .flex .menuBox h3 {
  top: -1.5rem;
}
.startup #menu .inner .flex .menuBox p {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: .05rem;
  text-align: justify;
  width: 90%;
}
.startup #point {
  position: relative;
  z-index: 2;
  padding: 8.7rem 0 0;
  margin-bottom: -10.9rem;
}
.startup #point .inner {
  max-width: 800px;
  width: 90%;
  padding: 0;
}
.startup #point h2 img {
  max-width: 178px;
  margin: 0 auto;
}
.startup #point h2 .jp {
  margin-top: 1rem;
}
.startup #point h2 span {
  display: block;
}
.startup #point ol {
  margin: 5rem auto 0;
}
.startup #point ol li {
  padding: 4% 5%;
  border: 2px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 1.8rem;
}
.startup #point ol li .txt {
  max-width: 605px;
  width: 85%;
  display: flex;
  align-items: center;
}
.startup #point ol li h3 {
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: .3rem;
  padding-left: 7%;
  width: 75%;
}
.startup #point ol li h3 .small {
  font-size: 1.4rem;
  line-height: 2.7rem;
  letter-spacing: normal;
  margin-top: 2rem;
  display: block;
}
.startup #point ol li h3 .under {
  background: linear-gradient(transparent 60%, #FFF38E 60%);
}
.startup #point ol li .item {
  max-width: 102px;
  width: 15%;
  margin: 0;
}
.startup #point ol li:nth-of-type(2) .item {
  max-width: 120px;
  width: 17%;
}
.startup #point ol li:last-of-type {
  margin-bottom: 0;
}
.startup #area {
  background-color: #dcdddd;
  padding: 21.2rem 0 13rem;
}
.startup #area .inner {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.startup #area .list {
  max-width: 375px;
  width: 50%;
  text-align: left;
}
.startup #area .list h2 .num-bd {
  font-size: 4.5rem;
  color: #fff;
}
.startup #area .list h2 .jp {
  margin: 1.5rem 0 3rem;
}
.startup #area .list .areaName {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.startup #area .list .areaName dl {
  width: calc(100% / 3 - 2%);
}
.startup #area .list .areaName dl dd {
  margin-bottom: 1.5rem;
}
.startup #area .list .map {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 357px;
  width: 45%;
}
.startup #area .list .btnBox .btn a {
  background-color: #dcdddd;
}
.startup #area .list .btnBox .btn a:hover {
  background-color: #fff38e;
}
.startup #area .list .btnBox .kome {
  font-size: 1.3rem;
  line-height: 2.9rem;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 3rem;
}
.startup #area .list .btnBox .kome::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.startup #flow {
  padding: 8.5rem 0 12rem;
}
.startup #flow .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.startup #flow h2 .num-bd {
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  z-index: 2;
  min-width: 193px;
  margin: 0 auto;
}
.startup #flow h2 .num-bd::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url("../img/startup/startup_tit_flow.svg") center/100% no-repeat;
  width: 193px;
  height: 41px;
  bottom: 0.5rem;
  left: 3rem;
  right: 0;
  margin: auto;
}
.startup #flow h2 .jp {
  margin: 2.5rem 0 0;
}
.startup #flow ol {
  display: flex;
  justify-content: space-between;
  margin: 6.3rem auto 3.2rem;
}
.startup #flow ol li {
  width: calc(100% / 3 - 2%);
  border: 3px solid #000;
  padding: 0 2% 3.4rem;
  text-align: center;
}
.startup #flow ol li b.num {
  display: flex;
  position: relative;
  z-index: 2;
  width: 87px;
  height: 87px;
  margin: -3.5rem auto 0;
  text-align: center;
  font-size: 4.7rem;
}
.startup #flow ol li b.num::before, .startup #flow ol li b.num::after {
  content: '';
  position: absolute;
}
.startup #flow ol li b.num::before {
  background-color: #000;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.startup #flow ol li b.num::after {
  background: url("../img/startup/startup_step.svg") center/100% no-repeat;
  width: 39px;
  height: 13px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.startup #flow ol li b.num text {
  margin: 10px auto 0;
}
.startup #flow ol li.one .item {
  max-width: 174px;
}
.startup #flow ol li.two .item {
  max-width: 212px;
}
.startup #flow ol li.three .item {
  max-width: 240px;
}
.startup #flow ol li h3 {
  font-size: 1.7rem;
  line-height: 3.4rem;
  margin: 2rem auto 2.5rem;
}
.startup #flow .payment {
  max-width: 685px;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 4rem;
  background-color: #FFF38E;
  text-align: center;
}
.startup #flow .payment b {
  font-size: 1.7rem;
  border-bottom: 1px solid #000;
  margin-bottom: 2.4rem;
  letter-spacing: .2rem;
  display: inline-block;
}
.startup #flow .payment ul {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
}
.startup #flow .payment ul li {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.7rem;
  padding-left: 1rem;
  position: relative;
}
.startup #flow .payment ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.startup #flow .payment ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.startup #flow .payment ul li::marker {
  font-size: 1rem;
}
.btn-tra {
  position: relative;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  max-width: 358px;
  width: 100%;
  height: 55px;
  left: 0.5rem;
  margin: 0 auto !important;
}
.btn-tra a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 5% 4%;
  border: 1px solid #fff;
  color: #fff;
  height: 55px;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  transform: translate(-6px, -6px);
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.btn-tra:hover a {
  transform: translate(0, 0);
}
.btn-tra:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.btn-tra:hover::before {
  border-right: none;
  border-bottom: none;
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
  .startup .startupttl h2.main-ttl .ttl-caps {
    font-size: 2.4rem;
  }
}
@supports (-ms-ime-align: auto) {
  /* --- Edgeのみ --- */
  .startup .startupttl h2.main-ttl .ttl-caps {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* --- タブレット縦 / スマートフォン横 --- */
  .startup #menu .inner .menuBox .btn-tra span {
    padding: 7% 4%;
  }
  .startup #area .list {
    margin: 0 auto;
  }
  /* 表示までの時間 */
  .in01, .in02, .in03, .in07 {
    animation-delay: 0s;
  }
  .in04 {
    animation-delay: .2s;
  }
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  .startup .startupttl {
    padding: 10.2rem 0 5.5rem;
  }
  .startup .startupttl .inner {
    display: flex;
    flex-direction: column;
  }
  .startup .startupttl h2.main-ttl {
    margin: 0 auto;
  }
  .startup .startupttl h2.main-ttl img {
    max-width: 187px;
    margin: 0 auto 3.5rem;
  }
  .startup .startupttl .tit-img {
    max-width: 273px;
    margin: 3.5rem auto 3.7rem;
  }
  .startup .startupttl p.ttl-txt {
    margin: 0 auto;
    order: 3;
    font-size: 1.6rem;
    line-height: 3.8rem;
  }
  .startup #point h2, .startup #area h2, .startup #flow h2, .startup #menu h2 {
    font-size: 2rem;
  }
  .page-startup #point h2 .jp, .page-startup #area h2 .jp, .page-startup #flow h2 .jp {
    font-size: 2rem;
    letter-spacing: .25rem;
  }
  .startup #point {
    padding: 5rem 0 0;
    margin-bottom: -13.2rem;
  }
  .startup #point h2 img {
    max-width: 144px;
  }
  .startup #point h2 .jp {
    margin-top: 2rem;
  }
  .startup #point ol {
    margin: 3rem auto 0;
  }
  .startup #point ol li {
    position: relative;
    z-index: 2;
    padding: 8% 3%;
  }
  .startup #point ol li .item {
    position: absolute;
    bottom: 7%;
    right: 3%;
    z-index: -1;
    max-width: 61px;
    width: 19%;
  }
  .startup #point ol li h3 {
    font-size: 1.6rem;
    line-height: 2.9rem;
    letter-spacing: .1rem;
    padding-left: 5%;
    width: 100%;
  }
  .startup #point ol li h3 .small {
    font-size: 1.3rem;
    margin-left: -4.5rem;
  }
  .startup #point ol li .txt {
    align-items: flex-start;
    width: 100%;
  }
  .startup #point ol li:nth-of-type(2) .item {
    max-width: 69px;
    width: 22%;
  }
  .startup #point ol li:last-of-type .item {
    bottom: 4%;
  }
  .startup #point b.num {
    width: 70px;
    height: 70px;
    margin-left: -7%;
    top: 1rem;
    font-size: 3.7rem;
  }
  .startup #point b.num {
    width: 70px;
    height: 70px;
  }
  .startup #point b.num::after {
    background-size: cover;
    width: 45px;
    height: 15px;
    top: 15%;
  }
  .startup #point b.num::before {
    width: 70px;
    height: 70px;
  }
  .startup #area {
    padding: 18.5rem 0 6rem;
  }
  .startup #area .list {
    width: 100%;
  }
  .startup #area .list h2 {
    text-align: center;
  }
  .startup #area .list h2 .num-bd {
    font-size: 2.8rem;
  }
  .startup #area .list h2 .jp {
    margin: 1rem 0 2.5rem;
  }
  .startup #area .list .map {
    position: initial;
    max-width: 260px;
    width: 100%;
    margin: 0 auto 5rem;
  }
  .startup #area .list .areaName {
    margin-bottom: 2rem;
  }
  .startup #area .list .btnBox .kome {
    max-width: 291px;
    margin: 1.5rem auto 0;
  }
  .startup #flow {
    padding: 6rem 0 6.2rem;
  }
  .startup #flow h2 .num-bd {
    font-size: 2.8rem;
  }
  .startup #flow h2 .num-bd::after {
    background-size: cover;
    width: 146px;
    height: 30px;
    bottom: .3rem;
  }
  .startup #flow h2 .jp {
    margin: 1.5rem 0 0;
  }
  .startup #flow ol {
    display: block;
    margin: 3rem auto 1.7rem;
  }
  .startup #flow ol li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 1rem 4% 3rem;
    border-width: 2px;
    margin-bottom: 1.1rem;
  }
  .startup #flow ol li:last-of-type {
    margin-bottom: 0;
  }
  .startup #flow ol li h3 {
    text-align: left;
    font-size: 1.5rem;
    margin: 1.5rem auto 0;
  }
  .startup #flow ol li .item {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .startup #flow ol li.one .txt {
    width: 70%;
  }
  .startup #flow ol li.one .item {
    max-width: 140px;
    width: 40%;
    right: 4%;
  }
  .startup #flow ol li.two .txt {
    width: 55%;
  }
  .startup #flow ol li.two .item {
    max-width: 159px;
    width: 45%;
    right: 4%;
  }
  .startup #flow ol li.three .txt {
    width: 57%;
  }
  .startup #flow ol li.three .item {
    max-width: 142px;
    width: 41%;
  }
  .startup #flow ol li b.num {
    width: 70px;
    height: 70px;
    margin: 0;
    font-size: 3.7rem;
  }
  .startup #flow ol li b.num::before {
    width: 70px;
    height: 70px;
  }
  .startup #flow .payment {
    width: 100%;
    padding: 2rem 4% 4rem;
  }
  .startup #flow .payment ul li::marker {
    font-size: .5rem;
  }
  .startup #menu {
    padding: 4.5rem 0 6.5rem;
  }
  .startup #menu .inner h2 {
    margin-bottom: 5.5rem;
  }
  .startup #menu .inner h2.tit-stroke .stroke svg {
    width: 243px;
    margin: 0 auto -2.5rem;
    left: 0;
  }
  .startup #menu .inner h2.tit-stroke .egtit {
    width: 192px;
  }
  .startup #menu .inner .menuBox {
    padding: 0 5% 3.5rem;
  }
  .startup #menu .inner .menuBox h3 {
    font-size: 2.2rem;
  }
  .startup #menu .inner .menuBox:after, .startup #menu .inner .menuBox:before {
    width: 13%;
  }
  .startup #menu .inner .menuBox p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    font-weight: 300;
    margin: .5rem auto 2rem;
  }
  .startup #menu .inner .menuBox ul {
    flex-wrap: wrap;
  }
  .startup #menu .inner .menuBox ul li {
    width: calc(100% / 2 - 1.5%);
    margin-bottom: 3%;
    min-height: 100px;
  }
  .startup #menu .inner .menuBox ul li:last-of-type, .startup #menu .inner .menuBox ul li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .startup #menu .inner .menuBox ul li p {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 2.2rem;
  }
  .startup #menu .inner .menuBox ul li p .small {
    margin-top: .25rem;
  }
  .startup #menu .inner .menuBox ul a {
    flex-wrap: wrap;
    margin-bottom: 2%;
    min-height: 100px;
  }
  .startup #menu .inner .menuBox ul a li {
    height: auto;
    width: 100%;
  }
  .startup #menu .inner .flex {
    display: block;
    margin: 3rem auto 0;
  }
  .startup #menu .inner .flex .menuBox {
    width: 100%;
    padding: 0 5% 3.5rem;
    margin-bottom: 3rem;
  }
  .startup #menu .inner .flex .menuBox:after, .startup #menu .inner .flex .menuBox:before {
    width: 27%;
  }
  .startup #menu .inner .flex .menuBox:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  /* --- iPhone SE --- */
  .startup #point ol li h3 .small {
    max-width: 100%;
  }
}