@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=BIZ+UDPMincho:wght@400;700&family=Homenaje&display=swap");
/* font-family: "Homenaje", sans-serif; */
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
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, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #007FBD;
  text-decoration: none;
}

a:visited {
  color: #007FBD;
  text-decoration: none;
}

a:hover {
  color: #007FBD;
  text-decoration: underline;
}

a:active {
  color: #007FBD;
  text-decoration: none;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*----------------------------------------------------*/
/* text
------------------------------------------------------*/
html {
  font-size: 62.5%;
}
html.font-large {
  font-size: 72%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #FFF;
  color: #6b584d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
}

p {
  line-height: 1.5;
}

dt, dd, li, th, td, address {
  line-height: 1.5;
}

p, dt, dd, li, th, td, input, textarea, address {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  body, html {
    min-width: 0;
  }
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
  }
}
/*----------------------------------------------------*/
/* header
------------------------------------------------------*/
#lead {
  font-size: 1.2rem;
  color: #FFF;
  background: #009098;
  margin: 0 auto;
  padding: 0 1rem;
}

#header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
#header .logo {
  padding: 15px 0 15px 0;
}
#header .logo img {
  aspect-ratio: 901/245;
  height: 80px;
}
#header p {
  font-size: 1.2rem;
  color: #555555;
  margin-bottom: 5px;
}
#header ul {
  position: absolute;
  top: 0;
  right: 15px;
  display: flex;
}
#header ul li {
  padding: 0 0 0 20px;
}

#spfooter {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #lead {
    display: none;
  }
  #header ul {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 50%;
  }
  #header ul li {
    padding: 0;
    width: 49%;
  }
  #header p {
    padding-left: 10px;
  }
  #header .logo {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    z-index: 100;
    position: relative;
    text-align: center;
  }
  #header p {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 5px;
  }
  #header .logo {
    padding: 5px 0 5px 0;
  }
  #header .logo img {
    width: 70%;
    height: auto;
  }
  #header ul {
    display: none;
  }
  #spfooter {
    z-index: 100;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    background: rgba(254, 246, 138, 0.4);
  }
  #spfooter.none {
    display: none;
  }
  #spfooter ul {
    display: flex;
    justify-content: space-between;
  }
  #spfooter ul li {
    width: 48%;
  }
}
/*----------------------------------------------------*/
/* container
------------------------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto;
}

.type01 {
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0 auto 3rem;
  box-sizing: border-box;
  font-size: 3.2rem;
  color: #E9637E;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .type01 {
    font-size: 2.4rem;
  }
}
.type01:after {
  content: "";
  width: 224px;
  height: 31px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/lp_03/lib/image/bg_title.png") no-repeat 0 0/contain;
}
.type01 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .type01 span {
    font-size: 1.8rem;
  }
}

.discBlock {
  padding: 0 2rem 5rem 2rem;
  max-width: 1000px;
  margin: 8rem auto 4rem;
  display: flex;
}
.discBlock .title {
  padding: 20px 0 20px 0;
  width: fit-content;
  position: relative;
}
.discBlock .title:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: calc(100% + 4rem);
  top: 0;
  border-right: 2px dotted #52BBAD;
}
.discBlock .title p {
  font-family: "Homenaje", sans-serif;
  color: rgba(82, 187, 173, 0.4);
  font-size: 3.2rem;
  line-height: 1;
}
.discBlock .title p span {
  font-size: 6.4rem;
}
.discBlock .title h3 {
  color: #52BBAD;
  font-size: 2.8rem;
  font-weight: normal;
  min-width: 25.2rem;
}
.discBlock .disc {
  padding-left: 8rem;
  display: grid;
  align-items: center;
}
.discBlock.wide {
  display: block;
}
.discBlock.wide .title {
  padding: 0 0 10px 0;
  margin-bottom: 2rem;
  width: 100%;
}
.discBlock.wide .title:after {
  width: 100%;
  height: 2px;
  left: 0;
  top: 100%;
  border-bottom: 2px dotted #52BBAD;
  border-right: none;
}
.discBlock.wide .disc {
  padding-left: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .discBlock {
    padding: 0 2rem 5rem 2rem;
    display: block;
  }
  .discBlock .title {
    padding: 0 0 10px 0;
    margin-bottom: 2rem;
  }
  .discBlock .title:after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 100%;
    border-bottom: 2px dotted #52BBAD;
    border-right: none;
  }
  .discBlock .disc {
    padding-left: 0;
    display: block;
  }
}
/*----------------------------------------------------*/
/* vi
------------------------------------------------------*/
#vi {
  background: url("/lp_03/lib/image/bg_vi.webp") no-repeat center top/cover;
  padding-bottom: 4vw;
  padding: 0 2rem;
}
#vi p.lead {
  color: #FFF;
  font-size: 3.6rem;
  padding: 15px 2rem;
  text-align: center;
}
#vi picture {
  margin: 0 -2rem;
  display: block;
}
#vi .cc_logo {
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  transform: translateY(-30px);
  z-index: 10;
}
#vi .cc_logo span {
  display: block;
  width: 50%;
  background: #3B3F49;
  padding: 20px 10%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}
#vi #about {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 60px 65px;
  box-sizing: border-box;
  top: -60px;
}

@media screen and (max-width: 767px) {
  #vi p.lead {
    font-size: 2rem;
    padding: 10px 2rem;
  }
  #vi picture {
    margin: 0 -2rem;
    display: block;
  }
  #vi .cc_logo {
    transform: translateY(-20px);
  }
  #vi .cc_logo span {
    padding: 15px 10%;
  }
  #vi #about {
    padding: 40px 2rem 3rem;
    box-sizing: border-box;
    top: -40px;
  }
}
/*----------------------------------------------------*/
/* #reserveCalender
------------------------------------------------------*/
#reserveCalender {
  background: url("/lp_03/lib/image/bg_diff_01.webp") no-repeat center center/cover;
  text-align: center;
  padding: 3rem 2rem;
}
#reserveCalender iframe {
  margin: 0 auto;
  max-width: 1000px;
  background: #FFF;
}

/*----------------------------------------------------*/
/* #diffrence
------------------------------------------------------*/
#diffrence {
  padding: 10rem 0;
}
#diffrence .case01 {
  padding: 0 2rem 4rem 2rem;
  border-top: 5px solid #52BBAD;
  background: url("/lp_03/lib/image/bg_diff_01.webp") no-repeat center center/cover;
  margin-bottom: 4rem;
}
#diffrence .case01 h4 {
  background: #52BBAD;
  color: #FFF;
  font-size: 2rem;
  font-weight: normal;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
#diffrence .case01 ul {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 4rem auto 0;
}
#diffrence .case01 ul li {
  width: calc(50% - 5px);
}
#diffrence .case02 {
  padding: 0 2rem 4rem 2rem;
  background: url("/lp_03/lib/image/bg_diff_02.webp") no-repeat center center/cover;
}
#diffrence .case02 h4 {
  font-weight: normal;
  background: #52BBAD;
  color: #FFF;
  font-size: 2rem;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
#diffrence .case02 dl {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 4rem auto 0;
  align-items: center;
}
#diffrence .case02 dl dt, #diffrence .case02 dl dd {
  width: calc(50% - 5px);
}
#diffrence .structure {
  padding: 4rem 0 0 0;
  border-top: 5px solid #52BBAD;
}
#diffrence .structure .panel {
  max-width: 1000px;
  margin: 0 auto 8rem;
  position: relative;
}
#diffrence .structure .panel > * {
  position: relative;
  z-index: 2;
}
#diffrence .structure .panel .logo {
  background: #3B3F49;
  padding: 10px 2%;
  text-align: right;
  position: relative;
  margin-bottom: 4rem;
}
#diffrence .structure .panel .logo img {
  max-width: 150px;
}
#diffrence .structure .panel .logo:before {
  content: "";
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 7%;
  background: #3B3F49;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#diffrence .structure .panel:before {
  content: "";
  width: 100vw;
  height: 250px;
  background: #FDEDEF;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#diffrence #point h4 {
  text-align: center;
  margin-bottom: 4rem;
}
#diffrence #point .pointicon {
  background: #52BBAD;
  position: relative;
}
#diffrence #point .pointicon:before {
  content: "";
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 7%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#diffrence #point .pointicon ul {
  background: url("/lp_03/lib/image/bg_point.png") repeat;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6rem 2rem;
  gap: 0rem 2%;
}
#diffrence #point .pointicon ul li {
  width: 23%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-align: center;
  color: #FFF;
  gap: 10px;
}
#diffrence #point .pointicon ul li .icon {
  margin: 0 auto;
  max-width: 180px;
}
#diffrence #point .pointicon ul li p {
  font-size: 1.8rem;
  margin: 0;
}
#diffrence .engager {
  border-top: 5px solid #52BBAD;
  background: rgba(82, 187, 173, 0.23) url("/lp_03/lib/image/bg_engage.png") repeat;
  padding: 4rem 2rem;
}
#diffrence .engager .box {
  background: #FFF;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#diffrence .engager .box .image {
  width: 55%;
}
#diffrence .engager .box ul {
  width: 40%;
}
#diffrence .engager .box ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2rem;
}
#diffrence .engager .box ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #52BBAD;
  position: absolute;
  left: 0;
  top: 8px;
}

@media only screen and (max-width: 1024px) {
  #diffrence {
    padding: 5rem 0;
  }
  #diffrence .case01 {
    border-top: 5px solid #52BBAD;
    background: url("/lp_03/lib/image/bg_diff_01.webp") no-repeat center center/cover;
  }
  #diffrence .case01 {
    border-top: 5px solid #52BBAD;
    background: url("/lp_03/lib/image/bg_diff_02.webp") no-repeat center center/cover;
  }
  #diffrence .structure .panel .logo img {
    max-width: 100px;
  }
  #diffrence .structure .panel:before {
    height: 120px;
  }
  #diffrence #point h4 {
    padding: 0 4rem;
    margin-bottom: 4rem;
  }
  #diffrence #point .pointicon ul {
    padding: 6rem 0;
    gap: 2rem 2%;
  }
  #diffrence #point .pointicon ul li {
    width: 43%;
    gap: 5px;
  }
  #diffrence #point .pointicon ul li .icon {
    margin: 0 auto;
    max-width: 180px;
    padding: 0 2rem;
  }
  #diffrence .engager .box {
    display: block;
  }
  #diffrence .engager .box .image {
    width: 100%;
  }
  #diffrence .engager .box ul {
    width: 100%;
  }
}
/*----------------------------------------------------*/
/* #case
------------------------------------------------------*/
#case {
  padding: 5rem 2rem;
  border-top: 5px solid #52BBAD;
  background: #FFF7F9 url("/lp_03/lib/image/bg_case.webp") no-repeat 0 0/100% auto;
}
#case .titleLead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3B3F49;
}
#case .caceContainer {
  display: grid;
  max-width: 1000px;
  margin: 8rem auto 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
#case .caceContainer section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 1px solid #52BBAD;
  background: #FFF;
  padding: 0 2rem 2rem 2rem;
  grid-row-gap: 4px;
}
#case .caceContainer section h3 {
  min-width: 50%;
  border-radius: 50vh;
  background: linear-gradient(90deg, rgb(82, 187, 173) 0%, rgb(39, 147, 177) 100%);
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  padding: 1rem;
  transform: translateY(-50%);
}
#case .caceContainer section p {
  color: #3B3F49;
  text-align: center;
  margin: 0;
  padding: 0;
}
#case .caceContainer section .en {
  text-align: center;
  font-family: "Homenaje", sans-serif;
  font-size: 2.4rem;
  color: #52BBAD;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  #case .caceContainer {
    display: grid;
    max-width: 1000px;
    margin: 8rem auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
  #case .caceContainer section {
    display: block;
  }
  #case .caceContainer section h3 {
    min-width: 50%;
    border-radius: 50vh;
    background: linear-gradient(90deg, rgb(82, 187, 173) 0%, rgb(39, 147, 177) 100%);
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    padding: 1rem;
    transform: translateY(-50%);
  }
  #case .caceContainer section p {
    margin-bottom: 1rem;
  }
  #case .caceContainer section .en {
    font-size: 1.8rem;
  }
}
/*----------------------------------------------------*/
/* #plan
------------------------------------------------------*/
#plan {
  padding: 5rem 0;
}
#plan .box {
  max-width: 1000px;
  box-sizing: content-box;
  padding: 0 2rem;
  margin: 0 auto;
}
#plan .box .tablescroll {
  margin: 5rem 0;
  padding: 0 0 1rem;
}
#plan .box table.plan {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0;
  box-sizing: content-box;
  border-collapse: separate;
  border-spacing: 3px;
}
#plan .box table.plan th, #plan .box table.plan td {
  background: #F6F5F6;
  text-align: center;
  font-weight: 500;
  padding: 2rem 1rem;
}
#plan .box table.plan th {
  background: #3B3F49;
  color: #FFF;
}
#plan .box table.plan td {
  font-size: 1.6rem;
}
#plan .box table.plan td span {
  font-size: 1.4rem;
}
#plan .box table.plan td strong {
  font-size: 1.6rem;
  font-weight: normal;
}
#plan .box table.plan thead th:not(:first-child) {
  background: #E9637E;
}
#plan .box .notes li {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 30px;
}
#plan .box .notes li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  background: url("/lp_03/lib/image/icon_notes.png") no-repeat 0 0/contain;
}
#plan .box .notes li table {
  margin: 1rem 0;
}
#plan .box .notes li table thead th {
  background: #F0F0F0;
  padding: 0.8rem 2rem;
  font-weight: normal;
  text-align: left;
}
#plan .box .notes li table tbody th, #plan .box .notes li table tbody td {
  border-bottom: 1px dotted #A7B0C5;
  padding: 0.8rem 2rem;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  #plan .tablescroll {
    overflow-x: scroll;
  }
  #plan .tablescroll table th, #plan .tablescroll table td {
    width: auto;
    white-space: nowrap;
  }
  #plan .tablescroll table td {
    text-align: left;
  }
}
/*----------------------------------------------------*/
/* #price
------------------------------------------------------*/
#price {
  padding: 5rem 0;
  background: url("/lp_03/lib/image/bg_price.png") no-repeat center center/cover;
}
#price .tablescroll {
  margin-bottom: 5rem;
  padding: 0 1rem 1rem;
}
#price table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0;
  box-sizing: content-box;
  border-collapse: separate;
  border-spacing: 5px;
}
#price table th, #price table td {
  background: #FFF;
  text-align: center;
  font-weight: 500;
  padding: 2rem 1rem;
}
#price table th {
  background: #3B3F49;
  color: #FFF;
}
#price table th:first-child {
  width: 20%;
}
#price table td {
  width: 40%;
  font-size: 2rem;
}
#price table td span {
  font-size: 1.6rem;
}
#price table td strong {
  font-size: 2rem;
  font-weight: normal;
}
#price table thead th:not(:first-child) {
  background: #E9637E;
}
#price section h3 {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}
#price section table thead th:not(:first-child) {
  background: #52BBAD;
}

@media only screen and (max-width: 1024px) {
  #price .tablescroll {
    overflow-x: scroll;
  }
  #price .tablescroll table th, #price .tablescroll table td {
    width: auto;
    white-space: nowrap;
  }
  #price .tablescroll table td {
    text-align: left;
  }
}
/*----------------------------------------------------*/
/* #goal
------------------------------------------------------*/
#goal {
  background: url("/lp_02/lib/image/bg_cv.jpg") no-repeat;
  background-size: cover;
}
#goal h2 {
  text-align: center;
  background: #FF7CA1;
}
#goal .cvbrd {
  max-width: 830px;
  padding: 0 20px;
  margin: 30px auto;
  position: relative;
}
#goal .cvbrd ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: 80%;
}
#goal .cvbrd ul li {
  width: 48%;
}
#goal .instagram {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #goal {
    background: url("/lp_02/lib/image/bg_cv.jpg") no-repeat;
    background-size: cover;
  }
  #goal .cvbrd {
    max-width: 830px;
    padding: 0 10px;
    margin: 20px auto;
    position: relative;
  }
  #goal .cvbrd ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 25%;
    left: 2%;
    width: 96%;
  }
  #goal .cvbrd ul li {
    width: 49%;
  }
}
#access {
  background: url("/lp_02/lib/image/bg_cv.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
#access h2 {
  text-align: center;
  margin: 0 0 20px 0;
}
#access p {
  text-align: center;
  font-size: 1.4rem;
}
#access p.copyright {
  margin: 100px 0 0 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #access {
    background: url("/lp_02/lib/image/bg_cv.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0 60px;
  }
  #access h2 {
    text-align: center;
    margin: 0 0 20px 0;
  }
  #access h2 img {
    width: 30%;
  }
  #access p {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 10%;
  }
  #access p.copyright {
    margin: 50px 0 0 0;
    font-size: 1.2rem;
  }
}