@charset "UTF-8";

/* ===========================================

  Osaka Ohsho LP 2026 PC Style

=========================================== */
:root {
  --blk: #000000;
  --wht: #ffffff;
  --yellow: #fae900;
  --red: #dd1924;
  --blue: #00add5;
  --orange: #fccb00;
}

body { min-width: 1080px; }
.l-container { max-width: 1080px; }
.red { color: var(--red); }

/*
  Header
=========================================== */
.l-header { text-align: center; }
.l-header h1 {
  padding: 40px 0;
  background-color: var(--yellow);
}
.l-header h1 img {
  width: calc(540 / 1080 * 100%);
  height: auto;
  display: inline-block;
}

/*
  Button Unit
=========================================== */
.btn-unit {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-unit img { flex-shrink: 0; }
.btn-unit h2 {
  width: 40%;
  margin: 0 2.5%;
}
.btn-unit > div {
  width: 40%;
  margin: 0 2.5%;
}
.btn-unit > div ul { width: 100%; }
.btn-unit > div p { width: 48%; }
.btn-unit > div ul li:first-of-type { margin: 0 0 10px; }
.btn-unit > div ul li img {
  width: 100%;
  height: auto;
}

/*
  Section
=========================================== */
.section {
  position: relative;
  width: 100%;
}
.fc-red { color: #e60012; }
.fc-red2 { color: #e7211a; }
.fc-red3 { color: #d71718; }
.heading-next {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.heading-next::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 28px 0 28px;
  border-color: #000000 transparent transparent transparent;
}
.heading-next.hn01 { background-color: #fadca9; }
.heading-next.hn02 { background-color: #a31f24; }
.heading-next.hn01::after { border-color: #fadca9 transparent transparent transparent; }
.heading-next.hn02::after { border-color: #a31f24 transparent transparent transparent; }

/* Yellow Contents */
.yellow-contents {
  position: relative;
  background-color: var(--yellow);
  padding: 60px;
  margin: 0 0 70px;
}
.yellow-contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 540px 0 540px;
  border-color: var(--yellow) transparent transparent transparent;
  display: inline-block;
}
.yellow-contents p {
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: calc(68 / 39);
}
.yellow-contents p span { font-weight: 800; }
.yellow-contents figure { margin: 60px 0; }
.yellow-contents figure img {
  width: 100%;
  height: auto;
}

/* 資料請求
------------------------------------------- */
.request-btn {
  width: 66%;
  display: block;
  transition: all 0.3s;
}
.request-btn:hover { opacity: 0.7; }

/* Section01
------------------------------------------- */
.sec-header { display: grid; }
.sec-header .contents-area {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 60px;
}
.sec-header .contents-area h3 {
  font-size: 51px;
  font-size: 5.1rem;
  color: var(--wht);
  text-align: center;
  letter-spacing: .05em;
  padding: 0 .75em 0 0;
}
.sec-header .contents-area h3 small { font-size: calc(44 / 51 * 1em); }
.sec-header figure { grid-area: 1 / 1; }
.sec-header figure img {
  width: 100%;
  height: auto;
}

/* Section02
------------------------------------------- */
.sec02 { padding: 40px 0; }
.sec02 h3 { margin: 0 0 60px; }
.sec02 h3 img {
  width: 100%;
  height: auto;
}
.sec02 p {
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.75;
  color: var(--red);
  margin: 0 0 40px;
}
.sec02 p span {
  display: inline;
  background: linear-gradient(transparent 80%, var(--yellow) 0%);
}
.sec02 figure img {
  width: 100%;
  height: auto;
}

/* Section03
------------------------------------------- */
.sec03 h3 {
  position: relative;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .05em;
  line-height: calc(82 / 65);
  color: var(--wht);
  background-color: var(--red);
  padding: 40px 0;
  margin: 0 0 25px;
}
.sec03 h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: var(--red) transparent transparent transparent;
}

/* 独立支援制度 */
.iss { padding: 0 60px; }
.iss dl { margin: 50px 0 0; }
.iss dl dt {
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 700;
  text-align: center;
  color: var(--wht);
  background-color: var(--red);
  padding: 40px 0;
}
.iss dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5%;
  background-color: var(--orange);
  padding: 65px 0 65px 20px;
}
.iss dl dd p {
  width: auto;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 800;
  text-align: center;
  line-height: calc(71 / 53);
  color: var(--red);
}
.iss dl:first-of-type dd figure { width: 227px; }
.iss dl:nth-of-type(2) dd figure { width: 241px; }
.iss dl:last-of-type dd figure { width: 309px; }
.iss dl dd figure img {
  width: 100%;
  height: auto;
}
.iss > p {
  font-size: 29px;
  font-size: 2.9rem;
  margin: .5em 0 0;
}

/* 経営継続率 */
.bcr {
  position: relative;
  background-color: var(--orange);
  padding: 65px 60px;
  margin: 60px 0 0;
}
.bcr h4 {
  font-size: 63px;
  font-size: 6.3rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .05em;
  color: var(--red);
}
.bcr h4 span {
  display: block;
  margin: 50px auto 0;
}
.bcr h4 span img { height: auto; }
.bcr p {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: calc(51 / 29);
  margin: 50px 0 0;
}
.bcr figure {
  position: absolute;
  right: 58px;
  bottom: 30px;
  width: 141px;
  height: 499px;
}
.bcr figure img { height: auto; }

/* Section04
------------------------------------------- */
.sec04 .yellow-contents {
  position: relative;
  z-index: 1;
  margin: 0 0 -70px;
}

/* Section05
------------------------------------------- */
.sec05 { padding: 70px 0 75px; }
.sec05 .sec-header {
  position: relative;
  padding: 135px 60px 70px;
  color: var(--wht);
  background-color: var(--red);
  text-align: center;
}
.sec05 .sec-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: var(--red) transparent transparent transparent;
}
.sec05 .sec-header h3 {
  position: relative;
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: calc(82 / 65);
  letter-spacing: .05em;
  margin: 0 0 45px;
}
.sec05 .sec-header h4 {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: calc(62 / 50);
  letter-spacing: .05em;
  padding: 30px 0;
  border-top: solid 2px var(--wht);
  border-bottom: solid 2px var(--wht);
}
.step-container {
  padding: 0 60px;
  margin: 95px 0 0;
}
.step-container > p {
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 800;
  margin: .5em 0 0;
}
.step-container > p span { color: var(--red); }
.step:not(:first-of-type) { margin: 45px 0 0; }
.step dl dt {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 800;
  color: var(--wht);
  text-align: center;
  background-color: var(--blue);
  border: solid 4px var(--blue);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.step dl dd {
  display: flex;
  align-items: center;
  border-left: solid 4px var(--blue);
  border-right: solid 4px var(--blue);
  border-bottom: solid 4px var(--blue);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.step dl dd figure {
  position: relative;
  z-index: -1;
  width: 50%;
}
.step dl dd figure img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 20px;
}
.step dl dd p {
  font-size: 43px;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: calc(59 / 43);
  padding: 0 0 0 40px;
}

/* Section06
------------------------------------------- */
.sec06 .sec-header {
  padding: 60px 0 70px;
  background-color: var(--red);
  text-align: center;
}
.sec06 .sec-header h3 {
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: calc(90 / 65);
  color: var(--wht);
}
.sec06 .sec-header h3 span {
  display: inline;
  background: linear-gradient(transparent 80%, var(--yellow) 0%);
  padding: 0 0 .25em;
}
.red-arrow {
  position: relative;
  background-color: var(--red);
  text-align: center;
  padding: 35px 0;
  margin: 0 0 110px;
}
.red-arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: var(--red) transparent transparent transparent;
}
.red-arrow h4 {
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: calc(65 / 51);
  color: var(--wht);
}
.sec06 h5 {
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-align: center;
}
.support { padding: 0 60px 60px; }
.support dl:first-of-type { margin: 60px 0 0; }
.support dl dt {
  position: relative;
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-align: center;
  background-color: var(--yellow);
  padding: .15em 0;
}
.support dl:first-of-type dt::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -216px;
  right: 30px;
  width: 273px;
  height: 267px;
  display: inline-block;
  background: url(../images/ohsho-fc-lp_2026_pict006.svg) no-repeat 0 0;
  background-size: cover;
}
.support dl dd {
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 0 1em;
  margin: 1em 0;
}

.management { padding: 0 60px 85px; }
.management dl { margin: 80px 0 0; }
.management dl dt {
  font-size: 50px;
  font-size: 5.0rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-align: center;
  color: var(--wht);
  background-color: var(--blue);
  padding: .15em 0;
}
.management dl dd figure img { height: auto; }
.management dl dd p {
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: calc(68 / 39);
}
.management dl dd p span { color: var(--red); }

/* Section07
------------------------------------------- */
.sec07 h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  height: 100px;
  line-height: 100px;
  background-color: #fff100;
}

/* Form */
#inquiry { padding: 0 20px 100px; }
.attention {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 30px;
}
.asterisk { color: #da002f; }
#inquiry {
  font-size: 18px;
  font-size: 1.8rem;
}
#inquiry [type="text"],
#inquiry [type="email"],
#inquiry [type="tel"] {
  width: 100%;
  height: 60px;
  padding: 0 1.5em;
  background-color: #f1f1f1;
  font-size: 18px;
  font-size: 1.8rem;
}
#inquiry textarea {
  width: 100%;
  padding: 1.5em;
  background-color: #f1f1f1;
  font-size: 18px;
  font-size: 1.8rem;
}
#inquiry [type="tel"].zipcode { width: 40%; }
#inquiry select {
  width: 100%;
  height: 60px;
  padding: 0 0 0 1.5em;
  background-color: #f1f1f1;
  font-size: 18px;
  font-size: 1.8rem;
}
#inquiry .select-unit { position: relative; }
#inquiry .select-unit::after {
  content: "▼";
  position: absolute;
  top: 16.5px;
  right: 22.5px;
  font-size: 18px;
  font-size: 1.8rem;
}
#inquiry table label {
  margin: 0 20px 0 0;
  display: inline-block;
}
#inquiry table label [type="radio"],
#inquiry table label span {
  display: inline-block;
  vertical-align: middle;
}
#inquiry table { width: 100%; }
#inquiry table th {
  width: 20%;
  text-align: left;
  padding: 10px 0;
  vertical-align: middle;
}
#inquiry table td {
  width: 80%;
  padding: 10px 0;
  font-weight: 500;
}
#inquiry table p {
  font-size: 0.85em;
  color: #666666;
}
::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #bcbcbc;
}
::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #bcbcbc;
}
:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #bcbcbc;
}
.zipcode-search {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 5px;
  color: #000000;
  text-decoration: none;
  padding: 0 1em;
  margin: 0 0 0 1em;
  transition: all .4s;
}
.zipcode-search:hover {
  color: #ffffff;
  background-color: #000000;
}
.agreement {
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #dedede;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.agreement p a { color: #eb6100; }
.agreement > label {
  display: block;
  background-color: #f1f1f1;
  padding: 15px 0;
  margin: 30px 0 0;
}
.agreement > span {
  font-size: 0.85em;
  color: #666666;
  display: block;
  margin: 5px 0 45px;
}
#inquiry [type="submit"] {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #e60012;
  width: 50%;
  height: 80px;
  border-radius: 40px;
  margin: 60px auto 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
#inquiry [type="submit"]:hover {
  color: #e60012;
  background-color: #ffffff;
  border: solid 2px #e60012;
}
.agreement [type="submit"][disabled] {
  opacity: 0.5;
  cursor: default;
}
#inquiry blockquote {
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 60px 0 0;
}
#inquiry blockquote a {
  color: #da002f;
  font-weight: 500;
}
#inquiry blockquote a:hover { text-decoration: none; }

/* Date Pick */
.pd-unit { display: none; }
.preferred-date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.preferred-date label {
  white-space: nowrap;
  margin: 0 !important;
}
.preferred-date [type="text"] {
  width: 45% !important;
  height: 35px !important;
  border: 1px solid #b3b3b3;
  padding: 0 10px !important;
  background-color: #ffffff !important;
  border-radius: 0;
}
.preferred-date .select-unit {
  width: 35% !important;
}
.preferred-date .select-unit select {
  height: 35px !important;
  border: 1px solid #b3b3b3;
  padding: 0 10px !important;
  background: none !important;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0;
}
.preferred-date .select-unit::after {
  content: "▼";
  position: absolute;
  top: 7px !important;
  right: 10px !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

/* Section08
------------------------------------------- */
.sec08 {
  position: relative;
  background-color: var(--red);
  padding: 23px 23px 40px;
  margin: 0 0 120px;
  text-align: center;
}
.sec08::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 540px 0 540px;
  border-color: var(--red) transparent transparent transparent;
  display: inline-block;
}
.sec08 figure img { height: auto; }
.sec08 h3 { margin: 60px 0 50px; }
.sec08 h3 img { height: auto; }
.sec08 p {
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: calc(77 / 51);
  color: var(--wht);
}