@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  word-break: break-all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 70px;
  background: url("/startup/css/images/toTop.png") left top no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
.toTop:hover {
  opacity: 0.7;
}
.toTop a {
  display: block;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1024px) {
  .toTop {
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .toTop {
    left: 10px;
    background-size: 35px 35px;
  }
  .toTop a {
    width: 35px;
    height: 35px;
  }
}
.header {
  padding: 0 0 0 20px;
  border-bottom: 3px solid #c8c8ee;
}
@media screen and (max-width: 1500px) {
  .header {
    padding: 10px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .header__inner {
    display: block;
  }
}
.header__inner > a:nth-of-type(1) {
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 1300px) {
  .header__inner > a:nth-of-type(1) {
    width: 32.3076923077%;
  }
}
@media screen and (max-width: 1500px) {
  .header__inner > a:nth-of-type(1) {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
}
.header__inner > a:nth-of-type(2) {
  width: 100%;
  max-width: 434px;
}
@media screen and (max-width: 1300px) {
  .header__inner > a:nth-of-type(2) {
    width: 33.3846153846%;
  }
}
@media screen and (max-width: 1500px) {
  .header__inner > a:nth-of-type(2) {
    width: 217px;
    display: block;
    margin: 10px auto 0;
  }
}
.header__inner > a:nth-of-type(3) {
  width: 100%;
  max-width: 340px;
  height: 100px;
  background: linear-gradient(to right, #fcf2f4 0%, #e5f4f4 100%);
  color: #3e93d6;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  display: flex;
  align-items: center;
  text-align: right;
  padding-left: 20px;
  position: relative;
  color: red;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .header__inner > a:nth-of-type(3) {
    width: 32.3076923077%;
    padding-left: 3.0769230769%;
  }
}
@media screen and (max-width: 1500px) {
  .header__inner > a:nth-of-type(3) {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin: 10px auto 0;
  }
}

.w1300 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .w1300 {
    display: block;
  }
}
.footer {
  padding: 0 10px;
  background: linear-gradient(to right, rgba(239, 136, 147, 0.5) 0%, rgba(164, 146, 224, 0.5) 50%, rgba(58, 148, 214, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 20px;
  }
}
.footer__inner {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    padding: 40px 0 20px;
  }
}
.footer__inner > div:nth-of-type(1) {
  max-width: 371px;
  width: 35.6730769231%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(1) {
    width: 185px;
    margin: 0 auto;
  }
}
.footer__inner > div:nth-of-type(2) ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul {
    justify-content: center;
    margin-top: 40px;
  }
}
.footer__inner > div:nth-of-type(2) ul li {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li {
    margin-left: 0;
    text-align: center;
  }
}
.footer__inner > div:nth-of-type(2) ul li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li:nth-of-type(1) {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li:nth-of-type(3) {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li:nth-of-type(4) {
    width: 100%;
    margin-top: 10px;
  }
}
.footer__inner > div:nth-of-type(2) ul li a {
  color: #3d3d3d;
  padding-right: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) ul li a {
    padding-right: 0;
  }
}
.footer__inner > div:nth-of-type(2) ul li a::after {
  content: "";
  width: 10px;
  height: 8px;
  display: inline-block;
  background-image: url(/startup/css/images/blank.png);
}
.footer__inner > div:nth-of-type(2) p {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__inner > div:nth-of-type(2) p {
    text-align: center;
  }
}

.nav {
  width: 51px;
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .nav {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1500px) {
  .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: #bfbfbf;
    z-index: 9999;
    width: 100%;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1500px) {
  .nav__inner ul {
    position: relative;
    margin-top: 7px;
  }
  .nav__inner ul::before {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
    background: linear-gradient(to right, #f6c3c9 0%, #d1c8ef 50%, #9dc9ea 100%);
  }
}
@media screen and (max-width: 1500px) {
  .nav__inner ul li {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
}
.nav__inner ul li:nth-of-type(2n + 1) a {
  background: linear-gradient(#ef8893 0%, #a492e0 100%);
}
@media screen and (max-width: 1500px) {
  .nav__inner ul li:nth-of-type(2n + 1) a {
    background: #fff;
  }
}
.nav__inner ul li:nth-of-type(2n) a {
  background: linear-gradient(#3a94d6 0%, #a492e0 100%);
}
@media screen and (max-width: 1500px) {
  .nav__inner ul li:nth-of-type(2n) a {
    background: #fff;
  }
}
.nav__inner ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .nav__inner ul li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.nav__inner ul li a {
  color: #fff;
  width: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 0 20px 20px 0;
  text-align: center;
  writing-mode: vertical-rl;
  line-height: 1.3;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  .nav__inner ul li a {
    width: 100%;
    color: #3d3d3d;
    writing-mode: horizontal-tb;
    border-radius: 0;
    padding: 20px 30px;
    text-align: left;
    justify-content: left;
  }
}
.nav__inner ul + a {
  display: none;
}
@media screen and (max-width: 1500px) {
  .nav__inner ul + a {
    width: 100%;
    height: 87px;
    background: linear-gradient(to right, #fcf2f4 0%, #e5f4f4 100%);
    color: #3e93d6;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    display: flex;
    align-items: center;
    text-align: right;
    padding-left: 30px;
  }
}
.nav__inner > div {
  display: none;
}
@media screen and (max-width: 1500px) {
  .nav__inner > div {
    display: block;
    height: 75px;
    padding: 10px 60px 10px 10px;
  }
  .nav__inner > div a:nth-of-type(1) {
    width: 210px;
    display: block;
    margin: 0 auto;
  }
  .nav__inner > div a:nth-of-type(2) {
    width: 217px;
    display: block;
    margin: 10px auto 0;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 1500px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 75px;
    cursor: pointer;
    display: inline-block;
    z-index: 99999;
    background: linear-gradient(to right, #fcf2f4 0%, #e5f4f4 100%);
  }
  .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 2px;
    background-color: #3e93d6;
    transition: all 0.5s;
  }
  .hamburger span:nth-of-type(1) {
    top: 25px;
  }
  .hamburger span:nth-of-type(2) {
    top: 30px;
  }
  .hamburger span:nth-of-type(3) {
    top: 35px;
  }
  .hamburger.active span:nth-of-type(1) {
    transform: translateX(50%) translateY(5px) rotate(-45deg);
    left: 30%;
  }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 0.8s forwards;
  }
  .hamburger.active span:nth-of-type(3) {
    transform: translateX(50%) translateY(-5px) rotate(45deg);
    left: 30%;
  }
}
.hamburger p {
  font-size: 9.5px;
  font-size: 0.59375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  width: 100%;
  text-align: center;
  color: #3e93d6;
}

.modalOpen {
  cursor: pointer;
}

.modalArea {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.modalArea .modalArea__inner {
  padding: 40px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.modalArea .modalArea__inner > div {
  background: #fff;
  padding: 20px;
  overflow: scroll;
}
.modalArea .modalArea__inner > div .modalClose {
  width: 34px;
  height: 34px;
  background-image: url(/startup/css/images/modalClose.png);
  background-size: contain;
  position: absolute;
  top: 23px;
  right: 23px;
  background-color: transparent;
  cursor: pointer;
}

.slider .slider__inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.slider .slider__inner::after {
  content: "";
  display: block;
  padding-top: 79%;
}
.slider .slider__inner img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

html {
  font-family: "Noto Sans JP", "Noto Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}

.mv {
  position: relative;
  background-image: url(/startup/css/images/mv.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.mv .mvImg {
  text-align: center;
  margin-bottom: 60px;
}
.mv .mvImg img {
  max-width: 635px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .mv {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background: url("/startup/css/images/mv_sp.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: #E6E5E3;
  }
}
.mv__inner {
  width: 100%;
  height: 965px;
  padding-top: 175px;
}
@media screen and (max-width: 1500px) {
  .mv__inner {
    height: 600px;
    padding-top: 100px;
  }
  .mv__inner .mvImg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1070px) {
  .mv__inner {
    padding-top: 120px;
  }
  .mv__inner .mvImg {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding-bottom: 0;
    height: 99.2vw;
  }
  .mv__inner .mvImg {
    padding-top: 0;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}
.mv__inner h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 640px;
  height: 94px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}
.mv__inner h1 + p {
  margin-top: 130px;
}
@media screen and (max-width: 1500px) {
  .mv__inner h1 + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1070px) {
  .mv__inner h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    max-width: 500px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mv__inner h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40.5vw;
    bottom: unset;
    width: 85.3%;
    height: auto;
    font-size: 5.3vw;
    padding: 3.3vw 0 3.8vw;
    line-height: 1;
  }
}
.mv__inner h1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ef8893 0%, #a492e0 50%, #3a94d6 100%);
  opacity: 0.3;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__inner h1::before {
    top: 7.5px;
    left: 7.5px;
  }
}
.mv__inner p {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 20px;
}
.mv__inner p span {
  color: #802358;
}
@media screen and (max-width: 768px) {
  .mv__inner p {
    display: none;
  }
}

.tab {
  width: 86.8%;
  margin: -86px auto 0;
  height: 86px;
  position: relative;
}
.tab.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
    margin-top: -11.4vw;
    height: 11.4vw;
  }
  .tab.pc {
    display: none;
  }
  .tab.sp {
    display: block;
  }
}
.tab__inner {
  display: flex;
}
.tab__inner > div#tab1 {
  background-color: #FCF2F4;
  color: #3E93D6;
}
.tab__inner > div#tab2, .tab__inner > div#tab3, .tab__inner > div#tab4, .tab__inner > div#tab13 {
  background-color: #FDEFED;
  color: #EB6052;
}
.tab__inner > div#tab5 {
  background-color: #EEF8EC;
  color: #5AB646;
}
.tab__inner > div#tab6 {
  background-color: #F6F0F6;
  color: #A56AAA;
}
.tab__inner > div#tab7 {
  background-color: #FDF2EB;
  color: #F08437;
}
.tab__inner > div#tab8 {
  background-color: #EEF5FB;
  color: #559FD7;
}
.tab__inner > div#tab9 {
  background-color: #CCEFEA;
  color: #00B097;
}
.tab__inner > div#tab10 {
  background-color: #FDF0F4;
  color: #EB6C93;
}
.tab__inner > div#tab11 {
  background-color: #EBF8F9;
  color: #39BAC9;
}
.tab__inner > div#tab12 {
  background-color: #D6CDCD;
  color: #7A6666;
}
@media screen and (max-width: 768px) {
  .tab__inner {
    width: calc(100% - 40px);
    margin: auto;
    justify-content: space-between;
  }
  .tab__inner.active {
    position: relative;
    z-index: 10;
  }
}
.tabButton {
  width: 8.3333333333%;
  height: 76px;
  margin-top: 10px;
  position: relative;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.tabButton::after {
  content: "";
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: auto;
  background: linear-gradient(transparent 0%, transparent 50%, #ccc 100%);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .tabButton::after {
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tabButton {
    height: 10.1vw;
    width: calc((100% - 2.6vw) / 3);
    margin-top: 1.3vw;
  }
}
.tabButton.active {
  height: 86px;
  margin-top: 0;
  cursor: auto;
}
.tabButton.active::after {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .tabButton.active {
    height: 11.4vw;
    width: calc((100% - 2.6vw) / 3);
    margin-top: 0;
  }
  .tabButton.active .tabButton__inner {
    line-height: 11.4vw;
  }
}
.tabButton__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.14;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1070px) {
  .tabButton__inner {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .tabButton__inner {
    font-size: 12px;
    line-height: 10.1vw;
  }
}
.tab_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  z-index: 9;
}
.tab_modal.active {
  opacity: 1;
  visibility: visible;
}
.tab_modal_content {
  display: none;
}
.tab_modal_content.active {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.tab_modal_content .tabButton {
  width: 50%;
  height: 14.9vw;
  margin: 0;
  border-bottom: 2px solid #DFDFDF;
  border-radius: 0;
}
.tab_modal_content .tabButton__inner {
  font-size: 14px;
  line-height: 14.9vw;
}
.tab_modal_content .tabButton__inner br {
  display: none;
}
.tab_modal_content .tabButton:nth-child(2n+2) {
  border-left: 2px solid #DFDFDF;
}
.tab_modal_content .tabButton#tab2, .tab_modal_content .tabButton#tab3, .tab_modal_content .tabButton#tab4, .tab_modal_content .tabButton#tab13 {
  background-color: #FDEFED;
  color: #EB6052;
}
.tab_modal_content .tabButton#tab5 {
  background-color: #EEF8EC;
  color: #5AB646;
}
.tab_modal_content .tabButton#tab6 {
  background-color: #F6F0F6;
  color: #A56AAA;
}
.tab_modal_content .tabButton#tab7 {
  background-color: #FDF2EB;
  color: #F08437;
}
.tab_modal_content .tabButton#tab8 {
  background-color: #EEF5FB;
  color: #559FD7;
}
.tab_modal_content .tabButton#tab9 {
  background-color: #CCEFEA;
  color: #00B097;
}
.tab_modal_content .tabButton#tab10 {
  background-color: #FDF0F4;
  color: #EB6C93;
}
.tab_modal_content .tabButton#tab11 {
  background-color: #EBF8F9;
  color: #39BAC9;
}
.tab_modal_content .tabButton::after {
  content: none;
}

.tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9, .tab10, .tab11, .tab12 {
  display: none;
}

.tab2 .sectionP, .tab3 .sectionP, .tab4 .sectionP {
  background-color: #FDEFED;
}
.tab2 .section__inner > h2, .tab3 .section__inner > h2, .tab4 .section__inner > h2 {
  color: #EB6052;
}
.tab2 table.head tr th, .tab3 table.head tr th, .tab4 table.head tr th {
  background-color: #EB6052;
}
.tab2 table.content tr td p, .tab3 table.content tr td p, .tab4 table.content tr td p {
  color: #EB6052;
}
.tab2 table.content tr td dl dt, .tab3 table.content tr td dl dt, .tab4 table.content tr td dl dt {
  color: #EB6052;
}
.tab2 table.content tr td dl dt::after, .tab3 table.content tr td dl dt::after, .tab4 table.content tr td dl dt::after {
  border-top: 14px solid #EB6052;
}
.tab2 table.content tr td dl dt.active::after, .tab3 table.content tr td dl dt.active::after, .tab4 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #EB6052;
  border-top: 0;
}

.tab5 .sectionP {
  background-color: #EEF8EC;
}
.tab5 .section__inner > h2 {
  color: #5AB646;
}
.tab5 table.head tr th {
  background-color: #5AB646;
}
.tab5 table.content tr td p {
  color: #5AB646;
}
.tab5 table.content tr td dl dt {
  color: #5AB646;
}
.tab5 table.content tr td dl dt::after {
  border-top: 14px solid #5AB646;
}
.tab5 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #5AB646;
  border-top: 0;
}

.tab6 .sectionP {
  background-color: #F6F0F6;
}
.tab6 .section__inner > h2 {
  color: #A56AAA;
}
.tab6 table.head tr th {
  background-color: #A56AAA;
}
.tab6 table.content tr td p {
  color: #A56AAA;
}
.tab6 table.content tr td dl dt {
  color: #A56AAA;
}
.tab6 table.content tr td dl dt::after {
  border-top: 14px solid #A56AAA;
}
.tab6 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #A56AAA;
  border-top: 0;
}

.tab7 .sectionP {
  background-color: #FDF2EB;
}
.tab7 .section__inner > h2 {
  color: #F08437;
}
.tab7 table.head tr th {
  background-color: #F08437;
}
.tab7 table.content tr td p {
  color: #F08437;
}
.tab7 table.content tr td dl dt {
  color: #F08437;
}
.tab7 table.content tr td dl dt::after {
  border-top: 14px solid #F08437;
}
.tab7 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #F08437;
  border-top: 0;
}

.tab8 .sectionP {
  background-color: #EEF5FB;
}
.tab8 .section__inner > h2 {
  color: #559FD7;
}
.tab8 table.head tr th {
  background-color: #559FD7;
}
.tab8 table.content tr td p {
  color: #559FD7;
}
.tab8 table.content tr td dl dt {
  color: #559FD7;
}
.tab8 table.content tr td dl dt::after {
  border-top: 14px solid #559FD7;
}
.tab8 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #559FD7;
  border-top: 0;
}

.tab9 .sectionP {
  background-color: #CCEFEA;
}
.tab9 .section__inner > h2 {
  color: #00B097;
}
.tab9 table.head tr th {
  background-color: #00B097;
}
.tab9 table.content tr td p {
  color: #00B097;
}
.tab9 table.content tr td dl dt {
  color: #00B097;
}
.tab9 table.content tr td dl dt::after {
  border-top: 14px solid #00B097;
}
.tab9 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #00B097;
  border-top: 0;
}

.tab10 .sectionP {
  background-color: #FDF0F4;
}
.tab10 .section__inner > h2 {
  color: #EB6C93;
}
.tab10 table.head tr th {
  background-color: #EB6C93;
}
.tab10 table.content tr td p {
  color: #EB6C93;
}
.tab10 table.content tr td dl dt {
  color: #EB6C93;
}
.tab10 table.content tr td dl dt::after {
  border-top: 14px solid #EB6C93;
}
.tab10 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #EB6C93;
  border-top: 0;
}

.tab11 .sectionP {
  background-color: #EBF8F9;
}
.tab11 .section__inner > h2 {
  color: #39BAC9;
}
.tab11 table.head tr th {
  background-color: #39BAC9;
}
.tab11 table.content tr td p {
  color: #39BAC9;
}
.tab11 table.content tr td dl dt {
  color: #39BAC9;
}
.tab11 table.content tr td dl dt::after {
  border-top: 14px solid #39BAC9;
}
.tab11 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #39BAC9;
  border-top: 0;
}

.tab12 .sectionP {
  background-color: #D6CDCD;
}
.tab12 .section__inner > h2 {
  color: #7A6666;
}
.tab12 table.head tr th {
  background-color: #7A6666;
}
.tab12 table.content tr td p {
  color: #7A6666;
}
.tab12 table.content tr td dl dt {
  color: #7A6666;
}
.tab12 table.content tr td dl dt::after {
  border-top: 14px solid #7A6666;
}
.tab12 table.content tr td dl dt.active::after {
  border-bottom: 14px solid #7A6666;
  border-top: 0;
}

.section {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 0 2.6vw;
  }
}
.section__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 0 0 40px;
  }
}
.section__inner > h2 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  color: #3e93d6;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section__inner > h2 {
    padding-top: 12vw;
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
.section__inner > h2 span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .section__inner > h2 span {
    font-size: 13px;
  }
}
.section__inner > h2::after {
  content: "";
  width: 100px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(to right, #ef8893 0%, #a492e0 50%, #3a94d6 100%);
  opacity: 0.5;
}
.section__inner > h2 + ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__inner > h2 + ul {
    margin: 20px auto 0;
    width: 100%;
    max-width: 270px;
  }
}
.section__inner > h2 + ul li {
  font-size: 16px;
  font-size: 1rem;
}
.section__inner > h2 + ul li:nth-of-type(n + 2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .section__inner > h2 + ul li:nth-of-type(4) {
    margin-left: 0;
  }
  .section__inner > h2 + ul li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
.section__inner > h2 + ul li a {
  color: #000;
}
.section__inner > h2 + ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  padding-right: 5px;
  display: inline-block;
  font-weight: 900;
}
.section__inner > h2 + p {
  margin-top: 50px;
}
.section__inner > p {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #3d3d3d;
  line-height: 1.7;
  margin-bottom: 30px;
}
.section__inner > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.section__inner > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .section__inner > p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.section__inner > p.right {
  text-align: right;
}
.section__inner > p.color {
  color: #3e93d6;
}
.section__inner > h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
}
.section__inner > h3.center {
  text-align: center;
}
.section__inner > h3 + p {
  margin-top: 20px;
}
.sectionP {
  background-color: #fcf2f4;
}
.sectionB {
  background-color: #e5f4f4;
}
.sectionB h2 {
  color: #3e93d6;
}
.sectionW {
  background-color: #fff;
}
.sectionW .contentR__inner > div,
.sectionW .contentL__inner > div {
  background-color: #fcf2f4;
}

.important {
  background-color: #f7eb9b;
  height: 80px;
  padding: 0 40px;
  max-width: 1080px;
  width: 93.3%;
  position: absolute;
  bottom: 161px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .important {
    margin-top: 25px;
    height: auto;
    padding: 0 10px;
  }
}
.important__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .important__inner {
    display: block;
    padding: 15px 0;
  }
}
.important__inner > div:nth-of-type(1) {
  font-size: 16px;
  font-size: 1rem;
  padding-right: 40px;
  position: relative;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .important__inner > div:nth-of-type(1) {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 125px;
    margin: 0 auto;
    padding-right: 20px;
  }
}
.important__inner > div:nth-of-type(1)::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/startup/css/images/important.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .important__inner > div:nth-of-type(1)::after {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
}
.important__inner > div:nth-of-type(2) {
  margin-left: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
.important__inner > div:nth-of-type(2)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.important__inner > div:nth-of-type(2)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .important__inner > div:nth-of-type(2) {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 15px;
    margin-left: 0;
  }
}
.important__inner > div:nth-of-type(2) a {
  color: #3e93d6;
}
.important + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .important + h2 {
    margin-top: 40px;
  }
}

table {
  width: 100%;
}
table.head {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  table.head tr {
    display: flex;
    flex-wrap: wrap;
  }
}
table.head tr th {
  padding: 20px;
  color: #fff;
  background-color: #3e93d6;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table.head tr th {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
table.head tr th:nth-of-type(1) {
  width: 29%;
}
@media screen and (max-width: 768px) {
  table.head tr th:nth-of-type(1) {
    width: 40%;
  }
}
table.head tr th:nth-of-type(2) {
  width: calc(71% - 2px);
  border-left: 2px solid #fcf2f4;
}
@media screen and (max-width: 768px) {
  table.head tr th:nth-of-type(2) {
    width: calc(60% - 0.53vw);
    border-top: 0;
    border-left-width: 0.53vw;
  }
}
table.content tr {
  border-bottom: 2px solid #fcf2f4;
}
@media screen and (max-width: 768px) {
  table.content tr {
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  table.content tr:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
table.content tr td {
  color: #3d3d3d;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.3;
}
table.content tr td p {
  padding: 20px;
  color: #3e93d6;
}
table.content tr td p span {
  color: #3d3d3d;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  table.content tr td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
table.content tr td:nth-of-type(1) {
  width: 29%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  table.content tr td:nth-of-type(1) {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
table.content tr td:nth-of-type(2) {
  width: calc(71% - 2px);
  border-left: 2px solid #fcf2f4;
}
@media screen and (max-width: 768px) {
  table.content tr td:nth-of-type(2) {
    width: calc(60% - 0.53vw);
    border-left-width: 0.53vw;
  }
}
table.content tr td:nth-of-type(2) a {
  padding-left: 25px;
  position: relative;
  color: #3e93d6;
  display: block;
  line-height: 1.4;
}
table.content tr td:nth-of-type(2) a::before {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(/startup/css/images/arrowU.png);
}
table.content tr td:nth-of-type(2) dl dd span {
  color: red;
}
table.content tr td:nth-of-type(2) dl dd a {
  display: unset;
  color: #3E92D6;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: #3E92D6;
  position: unset;
}
table.content tr td dl dt {
  padding: 20px 37px 20px 20px;
  position: relative;
  cursor: pointer;
  color: #3e93d6;
}
table.content tr td dl dt::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid #3E93D6;
  border-bottom: 0;
  content: "";
  position: absolute;
  right: 21px;
  top: 25px;
}
table.content tr td dl dt span {
  color: #3d3d3d;
  display: block;
  margin-top: 5px;
}
table.content tr td dl dt.active::after {
  border-bottom: 14px solid #3E93D6;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  table.content tr td dl dt::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 10px !important;
  }
  table.content tr td dl dt.active::after {
    border-bottom-width: 10px !important;
    border-top: 0 !important;
  }
}
table.content tr td dl dd {
  display: none;
  padding: 20px;
  background: #F7F7F7;
}
table.content tr td dl.notaccordion dt {
  cursor: unset;
}
table.content tr td dl.notaccordion dt::after {
  content: none;
}
table.content tr td dl.notaccordion dd {
  display: block;
}

.accordion {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #3e93d6;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .accordion {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.contentR {
  position: relative;
}
.contentR__inner {
  padding-top: 8%;
}
.contentR__inner > div {
  width: 85.9259259259%;
  padding: 40px 220px 40px 40px;
  background-color: #fff;
  margin-right: 14.0740740741%;
}
@media screen and (max-width: 768px) {
  .contentR__inner > div {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.contentR__inner > div > p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.7;
}
.contentR__inner > div > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentR__inner > div > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentR__inner > div > p a {
  text-decoration: underline;
}
.contentR__inner > div > p + h4 {
  margin-top: 20px;
}
.contentR__inner > img {
  width: 30.9259259259%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contentR__inner > img {
    width: 100%;
    position: relative;
  }
}
.contentR + div {
  margin-top: 10px;
}
.contentL {
  position: relative;
}
.contentL__inner {
  padding-top: 8%;
}
.contentL__inner > div {
  width: 85.9259259259%;
  padding: 40px 40px 40px 220px;
  background-color: #fff;
  margin-left: 14.0740740741%;
}
@media screen and (max-width: 768px) {
  .contentL__inner > div {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.contentL__inner > div > p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.7;
}
.contentL__inner > div > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentL__inner > div > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentL__inner > div > p a {
  text-decoration: underline;
}
.contentL__inner > div .box {
  margin-top: 20px;
  padding: 20px;
  background-color: #eee;
}
.contentL__inner > div .box > p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1.7;
}
.contentL__inner > div .box > p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentL__inner > div .box > p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.contentL__inner > img {
  width: 30.9259259259%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contentL__inner > img {
    width: 100%;
    position: relative;
  }
}
.contentL + div {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contentL + div {
    margin-top: 15px;
  }
}
.contentFlex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.contentFlex.single {
  justify-content: flex-end;
}
.contentFlex p {
  color: #cc6570; /*ee8792*/
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contentFlex p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.contentFlex a {
  background-color: #ee8792;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contentFlex a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}
h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h3 span {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  h3 span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
h3 + h4 {
  margin-top: 20px;
}

h4 {
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sumimidashi {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sumimidashi {
    font-size: 16px;
    font-size: 1rem;
  }
}

.last {
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.last::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.last::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .last {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.noIcon {
  padding-left: 0 !important;
}
.noIcon::before {
  content: none !important;
}
.noIcon img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.blank::before {
  content: none !important;
}
.blank::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d" !important;
  padding-left: 5px;
  display: inline-block;
  font-weight: 900;
}

.pdf::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  padding-left: 5px;
  display: inline-block;
  font-weight: 900;
  color: #cc6570;
}

.yose {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .yose {
    display: block;
  }
}

.underline {
  text-decoration: underline;
}

sup {
  font-size: 12px;
  vertical-align: text-top;
}/*# sourceMappingURL=style.css.map */