@charset "UTF-8";
/**
 * Copyright (c) StayDream Group.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;600&display=swap");
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, menu, 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:root {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 14px;
  }
}

html {
  background: #FFFEFA;
  margin: 0;
}

a {
  color: #1E1E1E;
  text-decoration: none;
}
a:hover {
  color: #1E1E1E;
  opacity: 0.8;
}
a:visited {
  color: #1E1E1E;
}

p {
  line-height: 1.8rem;
  font-size: 1rem;
  color: #1E1E1E;
}

a.line-btn {
  background: #ECB920;
  color: #FFFEFA;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
a.line-btn:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f3c0";
  font-weight: 900;
  margin-right: 0.5rem;
}

.padding-left-4 {
  padding-left: 4rem;
}

.point {
  color: #FFFEFA;
  width: 300px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3rem auto;
  padding-left: 5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .point {
    width: 270px;
  }
}
.point:before {
  content: "Point";
  color: #1E1E1E;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 4rem;
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  z-index: 1;
}

.p1:after, .p2:after, .p3:after {
  text-align: center;
  font-size: 2rem;
  color: #D85219;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: #FFFEFA;
  border-radius: 50%;
  padding: 1rem;
  left: 1.5rem;
  top: -1rem;
}

.p1:after {
  content: "1";
}

.p2:after {
  content: "2";
}

.p3:after {
  content: "3";
}

.right-align-image {
  height: 250px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.right-align-image img {
  position: relative;
  left: 4rem;
  height: 100%;
  width: auto;
}

.left-align-image {
  height: 250px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.left-align-image img {
  position: relative;
  height: 100%;
  width: auto;
  left: -4rem;
}

.image-align {
  height: 200px;
}
.image-align img {
  margin: 1rem 1rem;
  height: 100%;
  width: auto;
}

.image-align-left {
  height: 200px;
  max-width: 500px;
  margin: 1rem auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  flex-direction: row-reverse;
}
.image-align-left img {
  margin: 1rem 1rem;
  min-height: 100%;
  width: auto;
}

.yellow {
  background: #ECB920;
  padding: 3rem 0;
}

.green {
  background: #3FAA96;
  padding: 3rem 0;
}

.white-text {
  color: #FFFEFA;
}

header .inner {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner img.logo {
  display: inline-block;
  width: 150px;
  height: auto;
}
header .inner .sns {
  display: inline-block;
}
header .inner .sns a {
  font-size: 2rem;
  margin: auto 0.3rem;
  color: #1E1E1E;
}

footer {
  min-height: 100px;
  background: #FFFEFA;
  margin-bottom: 2rem;
}
footer .follow-us {
  display: block;
  text-align: right;
  margin: 1rem 1rem 1rem auto;
}
footer .follow-us p.subject {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
footer .follow-us p.supplement {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
footer .follow-us a {
  font-size: 2rem;
  margin: auto 0.3rem;
  color: #1E1E1E;
}
footer p.copyright {
  text-align: center;
  font-size: 0.7rem;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.contents {
  background: #D85219;
  overflow: hidden;
}
.contents .inner .top {
  text-align: center;
  padding: 2rem 0;
}
.contents .inner .top p.title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  background: #FFFEFA;
  color: #D85219;
  display: inline-block;
  margin: 2rem auto 0.5rem auto;
  padding: 0.5rem 1rem;
}
.contents .inner .top p.subtitle {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  background: #FFFEFA;
  color: #D85219;
  display: inline-block;
  margin: 0.5rem auto 1rem auto;
  padding: 0.5rem 1rem;
}
.contents .inner .top .description {
  font-size: 1.4rem;
  text-shadow: 1px 1px 6px #696868;
  margin: 1rem auto;
}
.contents .inner .top .description p {
  color: #FFFEFA;
  line-height: 2rem;
}
.contents .inner .top p.suffix {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFEFA;
  margin: 2rem auto;
  text-shadow: 1px 1px 6px #696868;
}
.contents .inner .top p.contact {
  margin: 4rem auto 2rem auto;
}
.contents .inner .project {
  text-align: center;
}
.contents .inner .project .title {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFEFA;
  margin: 3rem auto 2rem auto;
}
.contents .inner .project .description {
  font-size: 1rem;
  margin: 1rem auto;
}
.contents .inner .project .description p {
  color: #FFFEFA;
  line-height: 2.3rem;
}
.contents .inner .project .description p a {
  font-weight: bold;
  color: #FFFEFA;
  border-bottom: 1px solid #FFFEFA;
}
.contents .advantage {
  padding: 2rem 0;
}
.contents .advantage .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #FFFEFA;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .advantage .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #FFFEFA;
  width: 14rem;
  right: -10rem;
}
.contents .advantage .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .advantage .description {
  text-align: center;
}
.contents .advantage .description .description-inner {
  max-width: 340px;
  margin: 2rem auto;
  text-align: left;
}
.contents .assured {
  padding: 2rem 0;
}
.contents .assured .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #FFFEFA;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .assured .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #FFFEFA;
  width: 10rem;
  left: -5rem;
}
.contents .assured .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .assured .description {
  text-align: center;
}
.contents .assured .description .description-inner {
  max-width: 340px;
  margin: 2rem auto;
  text-align: left;
}
.contents .recommendation {
  padding: 2rem 0;
  background-color: #FFFEFA;
}
.contents .recommendation .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #1E1E1E;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .recommendation .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #1E1E1E;
  width: 14rem;
  right: -10rem;
}
.contents .recommendation .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .recommendation .conversation {
  width: 320px;
  margin: 1rem auto;
}
.contents .recommendation .conversation p {
  padding: 1.5rem;
  width: 210px;
  font-size: 0.9rem;
  position: relative;
}
.contents .recommendation .conversation p:before {
  font-family: "Font Awesome 6 Free";
  content: "\f007";
  font-weight: 900;
  color: #1E1E1E;
  font-size: 2.8rem;
  position: absolute;
  top: 40%;
}
.contents .recommendation .conversation p.conv-1 {
  background-color: #3FAA96;
  color: #FFFEFA;
  margin: 3rem 1rem 3rem auto;
}
.contents .recommendation .conversation p.conv-1:before {
  left: -5rem;
}
.contents .recommendation .conversation p.conv-1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #3FAA96;
}
.contents .recommendation .conversation p.conv-2 {
  background-color: #FFE79F;
  margin: 3rem auto 3rem 1rem;
}
.contents .recommendation .conversation p.conv-2:before {
  right: -5rem;
}
.contents .recommendation .conversation p.conv-2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFE79F;
}
.contents .staff {
  padding: 2rem 0;
  background-color: #1D4F7D;
}
.contents .staff .inner {
  text-align: center;
}
.contents .staff .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #FFFEFA;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .staff .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #FFFEFA;
  width: 10rem;
  left: -5rem;
}
.contents .staff .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .staff .catch-copy {
  padding: 0 1rem;
}
.contents .staff .catch-copy p {
  font-size: 1.5rem;
  margin: 2rem auto;
  color: #FFFEFA;
}
.contents .staff .catch-copy p:nth-child(1) {
  padding-right: 5rem;
}
.contents .staff .catch-copy p:nth-child(2) {
  padding-left: 5rem;
}
.contents .staff .cards {
  padding: 0 2rem;
}
.contents .staff .card {
  max-width: 500px;
  margin: 7rem auto;
  background-color: #FFFEFA;
  border-radius: 15px;
  padding: 1.5rem;
  position: relative;
}
.contents .staff .card img {
  position: absolute;
  top: -75px;
  left: calc(50% - 75px);
  width: 150px;
  height: auto;
  border-radius: 50%;
}
.contents .staff .card p {
  text-align: left;
  color: #1E1E1E;
}
.contents .staff .card p.role {
  margin-top: 100px;
}
.contents .staff .card .message {
  margin: 3rem auto 1rem auto;
}
.contents .schedule {
  padding: 2rem 0;
  background-color: #FFFEFA;
}
.contents .schedule .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #1E1E1E;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .schedule .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #1E1E1E;
  width: 14rem;
  right: -10rem;
}
.contents .schedule .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .schedule .flow {
  margin: 2rem auto;
}
.contents .schedule .flow .flow-inner {
  max-width: 500px;
  margin: -0.9rem auto;
  position: relative;
}
.contents .schedule .flow .flow-inner img {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 20%;
  border-radius: 10px;
}
.contents .schedule .flow .flow-inner .detail-wrapper {
  width: 40%;
  padding: 0 5%;
}
.contents .schedule .flow .flow-inner .detail-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  border-left: 2px dashed #696868;
  left: 50%;
}
.contents .schedule .flow .flow-inner .detail-wrapper h3 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #D85219;
  padding: 1rem 0;
}
.contents .schedule .flow .flow-inner .detail-wrapper h3:before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  top: 0.9rem;
  left: calc(50% - 0.6rem + 0.1rem);
  color: #D85219;
  font-size: 1.2rem;
}
.contents .schedule .flow .flow-inner .detail-wrapper p.description {
  font-weight: bold;
  margin: 1rem auto;
}
.contents .schedule .flow .flow-inner .detail-wrapper p.description a {
  color: #3FAA96;
  border-bottom: 1px solid #3FAA96;
}
.contents .schedule .flow .flow-inner .detail-wrapper p.detail {
  margin: 1rem auto;
}
.contents .schedule .flow .flow-1 img {
  left: 1rem;
}
.contents .schedule .flow .flow-1 .detail-wrapper {
  margin: 0 0 0 auto;
}
.contents .schedule .flow .flow-2 img {
  right: 1rem;
}
.contents .schedule .flow .flow-2 .detail-wrapper {
  margin: 0 auto 0 0;
}
.contents .schedule .flow .flow-2 .detail-wrapper h3 {
  text-align: right;
}
.contents .program {
  padding: 2rem 0;
  background-color: #FFE79F;
}
.contents .program .inner {
  text-align: left;
  max-width: 500px;
  margin: 2rem auto;
}
.contents .program .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #1E1E1E;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .program .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #1E1E1E;
  width: 10rem;
  left: -5rem;
}
.contents .program .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .program .program-content {
  position: relative;
  padding: 2rem 0;
}
.contents .program .program-content .background-circle {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 2rem;
  top: 30%;
  text-align: center;
}
.contents .program .program-content .background-circle img {
  height: 2.5rem;
  width: auto;
  margin: 1.25rem auto;
}
.contents .program .program-content .color-1 {
  background-color: #D85219;
}
.contents .program .program-content .color-2 {
  background-color: #3FAA96;
}
.contents .program .program-content .detail {
  width: 60%;
  margin: 1rem 1rem 1rem auto;
}
.contents .program .program-content .detail h3 {
  font-weight: bold;
  font-size: 1.2rem;
}
.contents .program .program-content .detail h3:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: 900;
  font-size: 1.2rem;
  margin: 0 0.5rem;
}
.contents .program .program-content .detail .program-contents p {
  font-size: 1.1rem;
}
.contents .program .program-content .detail .program-caution p {
  font-size: 0.7rem;
  line-height: 1rem;
}
.contents .program .program-content .detail .program-caution p:before {
  content: "※ ";
}
.contents .caution {
  padding: 2rem 0;
  background-color: #FFFEFA;
}
.contents .caution .inner {
  text-align: left;
  max-width: 500px;
  margin: 2rem auto;
}
.contents .caution .inner p {
  padding: 2rem 1rem 2rem 4rem;
  position: relative;
}
.contents .caution .inner p:before {
  font-family: "Font Awesome 6 Free";
  content: "\f071";
  font-weight: 900;
  font-size: 1.6rem;
  color: #3FAA96;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 0.8rem);
}
.contents .caution .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #1E1E1E;
  margin: 2rem auto;
  position: relative;
  width: 350px;
}
.contents .caution .title:after {
  content: "";
  position: absolute;
  top: 30%;
  border-bottom: 1px solid #1E1E1E;
  width: 14rem;
  right: -10rem;
}
.contents .caution .title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.contents .about-staydream {
  padding: 2rem 0;
  background-color: #D85219;
  color: #FFFEFA;
}
.contents .about-staydream .inner {
  text-align: left;
  max-width: 500px;
  margin: 2rem auto;
  padding: 0 2rem;
}
.contents .about-staydream .inner .title {
  margin: 2rem auto 4rem auto;
  font-size: 2rem;
  font-weight: bold;
}
.contents .about-staydream .inner p {
  color: #FFFEFA;
  margin: 2rem 0;
}
.contents .about-staydream .inner table {
  margin: 5rem 0 2rem 0;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
.contents .about-staydream .inner table tr td:first-child {
  width: 80px;
}
.contents .about-staydream .inner table span {
  display: block;
  width: 150px;
}

/*# sourceMappingURL=style.css.map */
