@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

#container {
  max-width: 100%;
}

.content_title {
  display: none;
}

.startup_section,
.startup_section_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  margin: auto;
}

.startup_section {
  position: relative;
  z-index: 0;
  padding: 3rem 0;
  background: url("../img/startup/startup_section_bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.startup_section::after {
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, transparent 70%, white 90%);
  inset: 0;
  pointer-events: none;
}

.startup_section_2 {
  margin-bottom: 3rem;
  max-width: 1050px;
}

@media screen and (width <= 480px) {
  .startup_section,
  .startup_section_2 {
    gap: 2rem;
    padding: 0 5px;
    box-sizing: border-box;
  }

  .startup_section {
    background: none;
  }

  .startup_section_2 {
    margin-top: 2rem;
  }
}

/******** startup_header *******/

.startup_header {
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.startup_header img {
  width: 100%;
  box-shadow: 0 0 10px #f90;
  border: 1px solid #f90;
}

/******** startup_info *******/

.startup_info {
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 1fr 2fr;
  margin: auto;
  padding: 1rem;
  background: url("../img/startup/startup_info_bg.jpg") no-repeat center center;
  border-radius: 10px;
  box-shadow: 0 0 5px #b90;
  background-size: cover;
  border: 1px solid #f90;
  max-width: 1050px;
}

@media screen and (width <= 980px) {
  .startup_info {
    grid-template-columns: 1.5fr 1fr 2fr;
  }
}

@media screen and (width <= 480px) {
  .startup_info {
    grid-template-columns: 1fr;
  }
}

._grid_left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._grid_left_p {
  position: relative;
  margin: 1.5rem 0 0 1.5rem;
  padding: 2rem 1rem 1rem;
  font-size: 1.125rem;
  background: linear-gradient(-45deg, transparent 15px, #fbe5d6 10px, #fbe5d6 100%);
}

@media screen and (width <= 980px) {
  ._grid_left_p {
    font-size: 0.875rem;
  }
}

@media screen and (width <= 480px) {
  ._grid_left_p {
    margin: 1.5rem 0 0;
  }
}

._grid_left_p::before {
  content: "Sプレミアム会員ってなに?";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 1rem;
  text-align: center;
  background-color: #fff;
  border: 3px solid #bf9000;
  font-weight: bold;
}

@media screen and (width <= 980px) {
  ._grid_left_p::before {
    font-size: 0.75rem;
  }
}

@media screen and (width <= 480px) {
  ._grid_left_p::before {
    left: 0;
  }
}

._grid_left_p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 10px solid #666;
  border-bottom-color: transparent;
  border-right-color: transparent;
  box-sizing: border-box;
}

._grid_left_dl {
  width: 100%;
  margin: 0 0 0 1.5rem;
  padding: 3rem 1rem;
  background: url("../img/startup/startup_info_box_bg.png") no-repeat center center;
  background-size: contain;
  box-sizing: border-box;
  max-width: 370px;
}

@media screen and (width <= 980px) {
  ._grid_left_dl {
    margin: 0;
    padding: 1.5rem 1rem;
  }
}

._grid_left_dl dt {
  font-size: 1.125rem;
  color: #8a7f5c;
  background: none;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <= 980px) {
  ._grid_left_dl dt {
    font-size: 0.875rem;
  }
}

._grid_left_dl dd {
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (width <= 980px) {
  ._grid_left_dl dd {
    font-size: 0.75rem;
  }
}

._grid_left_dl dd._red {
  color: #f00;
}

._grid_center {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (width <= 980px) {
  ._grid_center {
    gap: 1rem;
  }
}

@media screen and (width <= 480px) {
  ._grid_center {
    gap: 2rem;
  }
}

._grid_center_p {
  font-size: 1.25rem;
  color: #c00000;
  text-align: center;
  font-weight: bold;
}

._grid_center_arrow {
  position: relative;
  z-index: 0;
  margin: 0 20px;
  padding: 3rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(90deg, #f60 70%, transparent 71%);
  font-weight: bold;
}

@media screen and (width <= 980px) {
  ._grid_center_arrow {
    padding: 2rem 1rem;
    font-size: 0.75rem;
  }
}

@media screen and (width <= 480px) {
  ._grid_center_arrow {
    padding: 1rem;
    font-size: 0.875rem;
    background: #f60;
    text-align: center;
  }
}

._grid_center_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  width: 5px;
  height: 100%;
  border-left: 3px solid #f60;
  border-right: 6px solid #f60;
}

@media screen and (width <= 480px) {
  ._grid_center_arrow::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 5px;
    border: none;
    border-bottom: 6px solid #f60;
    border-top: 3px solid #f60;
  }
}

._grid_center_arrow::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-color: #f60 #f60 transparent transparent;
  border-style: solid;
  border-width: 55px;
  transform: rotate(45deg);
}

@media screen and (width <= 768px) {
  ._grid_center_arrow::after {
    right: -9px;
    border-width: 40px;
  }
}

@media screen and (width <= 480px) {
  ._grid_center_arrow::after {
    right: 0;
    left: 0;
    border-width: 25px;
    transform: rotate(135deg);
  }
}

._grid_right {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  row-gap: 1rem;
  padding-top: 2rem;
}

._grid_right_p {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  width: calc((100% - 0.625rem) / 2);
  padding: 0.625rem 0;
  font-size: 0.875rem;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #c00000;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (width <= 980px) {
  ._grid_right_p {
    font-size: 0.6875rem;
  }
}

._grid_right_p_end {
  width: 100%;
  font-size: 0.875rem;
  color: #444;
  text-align: right;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff,
    0 -1px 0 #fff, -1px 0 0 #fff;
}

/******** startup_bridge *******/

.startup_bridge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

@media screen and (width <=480px) {
  .startup_bridge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}

.gradient-border {
  position: relative;
  align-self: center;
  padding: 10px 50px;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (width <=480px) {
  .gradient-border {
    width: 90%;
    margin: 10px;
    padding: 10px 0;
    font-size: 1.125rem;
  }
}

.gradient-border::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(-10deg, #f1cb2a 0%, #fbf7cb 10%, #caa12c 30%, #caa12c 50%, #f1cb2a 89%, #caa12c 90%);
  border-radius: 12px;
  inset: -10px;
}

.main_text {
  position: relative;
  align-self: center;
  padding: 1rem 2rem;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #ffc699, -2px 2px 0 #ffc699, 2px -2px 0 #ffc699, -2px -2px 0 #ffc699, 0 2px 0 #ffc699,
    2px 0 0 #ffc699, 0 -2px 0 #ffc699, -2px 0 0 #ffc699;
}

@media screen and (width <=480px) {
  .main_text {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
  }
}

.main_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 200px;
  height: 100px;
  background: url("../img/startup/check_baloon.png") no-repeat center center;
  background-size: contain;
}

@media screen and (width <=480px) {
  .main_text::before {
    left: -10px;
    width: 80px;
    height: 60px;
  }
}

.sub_text {
  align-self: center;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (width <=480px) {
  .sub_text {
    font-size: 1rem;
  }
}

.sub_text em {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  text-shadow: 2px 2px 0 #ffc699;
}

@media screen and (width <=480px) {
  .sub_text em {
    font-size: 1.125rem;
  }
}

.startup_bridge img {
  margin: 0 auto;
}

@media screen and (width <=480px) {
  .startup_bridge img {
    width: 300px;
  }
}

/******** startup_table_img *******/

.startup_table_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}

.startup_table_img img {
  width: 100%;
}

/******** startup_footer *******/

.startup_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}

@media screen and (width <=480px) {
  .startup_footer {
    gap: 2rem;
  }
}

._footer_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media screen and (width <=480px) {
  ._footer_btn_wrap {
    gap: 1rem;
  }
}

._footer_p {
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 0 #ffc699, -2px 2px 0 #ffc699, 2px -2px 0 #ffc699, -2px -2px 0 #ffc699, 0 2px 0 #ffc699,
    2px 0 0 #ffc699, 0 -2px 0 #ffc699, -2px 0 0 #ffc699;
}

@media screen and (width <=480px) {
  ._footer_p {
    font-size: 1.125rem;
  }
}

._footer_btn {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  background: url("../img/startup/signup_btn.png") no-repeat center center;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}

@media screen and (width <=480px) {
  ._footer_btn {
    font-size: 1.125rem;
  }
}

._footer_btn:hover {
  color: #07c;
  background: url("../img/startup/signup_btn2.png") no-repeat center center;
  box-shadow: none;
  background-size: cover;
  transform: translateY(2px);
}

ul._note_list {
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 0.625rem;
}

ul._note_list li {
  position: relative;
  font-size: 0.8125em;
  color: #444;
  line-height: 1.5;
  padding-left: 1.125rem;
}

ul._note_list li::before {
  content: "※";
  position: absolute;
  left: 0;
  display: inline-block;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media screen and (width <=480px) {
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}
