@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
/*----------------------------------------------------*/
/* 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;
  max-width: calc(1200px - 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}

#header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  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: #223233;
  margin-bottom: 5px;
  background: #223233;
}
#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 {
    padding: 15px 0;
  }
  #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;
    padding: 0 0 0 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%;
  max-width: 1200px;
  margin: 0 auto;
}

/*vi*/
#vi {
  text-align: center;
  position: relative;
}
#vi .viCore {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 884px;
  text-align: right;
}
#vi .viCore .invisalignlogo {
  position: relative;
  width: 25%;
  margin: 0 0 -2rem auto;
  z-index: 2;
}
#vi .viCore iframe {
  z-index: 1;
  border-radius: 5px;
  aspect-ratio: 580/210;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 5%;
  margin-right: 0;
  width: 60%;
  position: relative;
  margin: 0;
}
#vi .viCore .lead {
  position: relative;
  z-index: 2;
  margin-top: -1rem;
}
@media only screen and (max-width: 1024px) {
  #vi .viCore iframe {
    z-index: 1;
    border-radius: 5px;
    aspect-ratio: auto;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 5%;
    width: 60%;
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  #vi {
    background: #dedfdc;
  }
  #vi .viCore {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -18vw;
  }
  #vi .viCore .invisalignlogo {
    position: relative;
    width: 30%;
    margin: 0 auto -1rem;
    z-index: 2;
  }
  #vi .viCore iframe {
    z-index: 1;
    border-radius: 5px;
    aspect-ratio: 580/210;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 0;
    width: 100%;
  }
  #vi .viCore .lead {
    position: relative;
    z-index: 2;
    margin-top: -1rem;
  }
}

/*特徴*/
#blk02 .meritbrd {
  background: url("/lp_02/lib/image/bg_merit.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0;
}
#blk02 .meritbrd ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blk02 .meritbrd ul li {
  width: 48%;
  margin-bottom: 30px;
}
#blk02 .meritbrd ul li.wide {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #blk02 .meritbrd {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  /*特徴*/
  #blk02 .meritbrd {
    background: url("/lp_02/lib/image/bg_merit.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  #blk02 .meritbrd ul {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }
  #blk02 .meritbrd ul li {
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  #blk02 .meritbrd ul li.wide {
    padding: 0 2%;
    width: 100%;
  }
}
/*比較*/
#blk03 .hikakubrd {
  padding: 50px 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#blk03 .hikakubrd .cutin {
  position: absolute;
  top: 0;
  left: 0;
}
#blk03 .hikakubrd table {
  color: #67c6cd;
  font-size: 2rem;
  line-height: 1;
  vertical-align: center;
}
#blk03 .hikakubrd table th {
  padding: 15px;
  font-weight: normal;
  line-height: 1.2;
  width: 25%;
}
#blk03 .hikakubrd table td {
  line-height: 1.2;
  padding: 15px;
  text-align: center;
}
#blk03 .hikakubrd table td span {
  font-size: 1.4rem;
}
#blk03 .hikakubrd table td.inv {
  border-left: 3px solid #bee6e2;
  border-right: 3px solid #bee6e2;
}
#blk03 .hikakubrd table tr:nth-child(2n+1) {
  background: #edf7f6;
}
#blk03 .hikakubrd table tr.cost {
  vertical-align: top;
}
#blk03 .hikakubrd table tr.cost td.inv {
  border-bottom: 3px solid #bee6e2;
}
#blk03 .hikakubrd table thead td {
  background: #fff;
}
#blk03 .hikakubrd table thead th {
  padding: 0;
  background: #fff;
  text-align: center;
  color: #000;
  font-weight: normal;
}
#blk03 .hikakubrd table thead th > div.box {
  padding: 15px;
  margin: 0 0 0 10px;
  background: #d7d9d9;
}
#blk03 .hikakubrd table thead th > div.box > div {
  padding: 10px 0;
}
#blk03 .hikakubrd table thead th.inv > div.box {
  margin: 0 0;
  background: #bee6e2;
}
#blk03 .hikakubrd table thead th.inv {
  background: #bee6e2;
  border-left: 3px solid #bee6e2;
  border-right: 3px solid #bee6e2;
}

@media only screen and (max-width: 1024px) {
  #blk03 .hikakubrd {
    padding: 50px 0;
    position: relative;
    max-width: 1000px;
    max-width: none;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
  }
  #blk03 .hikakubrd .cutin {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25%;
  }
  #blk03 .hikakubrd table th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #blk03 .hikakubrd {
    padding: 50px 0;
    position: relative;
    max-width: 1000px;
    max-width: none;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
  }
  #blk03 .hikakubrd .cutin {
    position: absolute;
    top: 50px;
    left: 0;
    width: 40%;
  }
  #blk03 .hikakubrd table {
    color: #67c6cd;
    font-size: 2rem;
    line-height: 1;
    vertical-align: center;
    width: auto;
  }
  #blk03 .hikakubrd table th {
    padding: 10px 15px;
    font-weight: normal;
    line-height: 1.2;
    width: 30;
    white-space: nowrap;
    padding-right: 1em;
  }
  #blk03 .hikakubrd table td {
    line-height: 1.2;
    width: 25%;
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
  }
  #blk03 .hikakubrd table td span {
    font-size: 1.4rem;
  }
}
/*流れ*/
#blk04 .flowbrd {
  background: url("/lp_02/lib/image/bg_flow.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0;
}
#blk04 .flowbrd .flowfixed {
  margin: 0 auto;
  max-width: 1000px;
}
#blk04 .flowbrd .flowfixed li {
  margin-bottom: 15px;
  padding-bottom: 53px;
  background: url("/lp_02/lib/image/flow_ya.png") no-repeat bottom center;
}
#blk04 .flowbrd .flowfixed li:last-child {
  background: none;
}
#blk04 .flowbrd .flowfixed li .box {
  display: flex;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #eee;
}
#blk04 .flowbrd .flowfixed li .box .photo {
  width: 46%;
  position: relative;
  overflow: hidden;
  background: #CCC;
}
#blk04 .flowbrd .flowfixed li .box .photo span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#blk04 .flowbrd .flowfixed li .box .detail {
  width: 54%;
  padding: 15px 0 20px;
  position: relative;
}
#blk04 .flowbrd .flowfixed li .box .detail .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  z-index: 0;
}
#blk04 .flowbrd .flowfixed li .box .detail dl {
  z-index: 10;
  width: 75%;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dt {
  padding: 0 0 0 8%;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px dotted #00b2bb;
  margin-bottom: 20px;
  font-size: 2.6rem;
  color: #00b2bb;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dt span.text {
  padding-bottom: 10px;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dt span.no img {
  width: 58px;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dd {
  padding: 0 10% 0 8%;
  font-size: 1.6rem;
  min-height: 7em;
  color: #555555;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dd .video {
  margin: 10px auto 0;
  width: 250px;
}
#blk04 .flowbrd .flowfixed li .box .detail dl dd.wide {
  padding: 0 0 0 8%;
  margin-right: -28%;
}

@media screen and (max-width: 767px) {
  #blk04 .flowbrd {
    padding: 30px 0;
  }
  #blk04 .flowbrd .flowfixed {
    margin: 0 auto;
    max-width: 1000px;
  }
  #blk04 .flowbrd .flowfixed li {
    margin-bottom: 15px;
    padding-bottom: 53px;
    background: url("/lp_02/lib/image/flow_ya.png") no-repeat bottom center;
  }
  #blk04 .flowbrd .flowfixed li:last-child {
    background: none;
  }
  #blk04 .flowbrd .flowfixed li .box {
    display: flex;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 3px 3px 3px #eee;
  }
  #blk04 .flowbrd .flowfixed li .box .photo {
    width: 38%;
    position: relative;
    overflow: hidden;
    background: #CCC;
  }
  #blk04 .flowbrd .flowfixed li .box .photo span {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blk04 .flowbrd .flowfixed li .box .photo span img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  #blk04 .flowbrd .flowfixed li .box .detail {
    width: 62%;
    padding: 5px 0 10px;
    position: relative;
  }
  #blk04 .flowbrd .flowfixed li .box .detail .pic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 0;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl {
    z-index: 10;
    width: 80%;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dt {
    padding: 0 0 0 8%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px dotted #00b2bb;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #00b2bb;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dt span.text {
    padding-bottom: 5px;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dt span.no img {
    width: 28px;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dd {
    padding: 0 0 0 8%;
    font-size: 0.8rem;
    min-height: 7em;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dd .video {
    margin: 10px auto 0;
    width: 100%;
  }
  #blk04 .flowbrd .flowfixed li .box .detail dl dd.wide {
    padding: 0 0 0 8%;
    margin-right: -18%;
  }
}
/*理由*/
#blk05 .reasonbrd {
  background: url("/lp_02/lib/image/bg_reason.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0 12%;
  position: relative;
}
#blk05 .reasonbrd .cutin {
  position: absolute;
  bottom: 0;
  left: 0;
}
#blk05 .reasonbrd ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blk05 .reasonbrd ul li {
  width: 48%;
  margin-bottom: 30px;
}
#blk05 .reasonbrd ul li.wide {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #blk05 .reasonbrd {
    padding: 70px 10px 12%;
  }
}
@media screen and (max-width: 767px) {
  #blk05 .reasonbrd {
    background: url("/lp_02/lib/image/bg_reason.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0 12%;
    position: relative;
  }
  #blk05 .reasonbrd .cutin {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5%;
  }
  #blk05 .reasonbrd ul {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
  }
  #blk05 .reasonbrd ul li {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  #blk05 .reasonbrd ul li.wide {
    width: 100%;
  }
}
/*料金評*/
#blk06 .cutin {
  text-align: center;
}
#blk06 .pricebrd {
  padding: 50px 0;
  position: relative;
  background: #ffe9ef;
}
#blk06 .pricebrd .note {
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.6rem;
}
#blk06 .pricebrd table {
  background: #FFF;
  border: 5px solid #FFF;
  margin: 0 auto;
  max-width: 1000px;
  color: #555555;
  font-size: 2rem;
  line-height: 1;
  vertical-align: center;
}
#blk06 .pricebrd table thead th {
  width: auto;
  text-align: center;
}
#blk06 .pricebrd table th {
  background: #ffdde6;
  padding: 15px 5px 15px 5px;
  font-weight: normal;
  line-height: 1.2;
  border-right: 3px solid #FFF;
  font-size: clamp(1.4rem, 2vw, 2rem);
  border-bottom: 1px solid #FFF;
}
#blk06 .pricebrd table td {
  line-height: 1.2;
  padding: 15px 5px 15px 5px;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  white-space: nowrap;
}
#blk06 .pricebrd table td span {
  background: linear-gradient(transparent 60%, #fef68a 60%);
  padding: 0 5px;
}
#blk06 .pricebrd table tr:nth-child(2n) {
  background: #ffeff3;
}

@media screen and (max-width: 767px) {
  #blk06 .pricebrd {
    overflow: scroll;
    overflow-x: scroll;
  }
  #blk06 .pricebrd .note {
    font-size: 1.2rem;
  }
  #blk06 .pricebrd table {
    background: #FFF;
    border: 5px solid #FFF;
    margin: 0 auto;
    max-width: 1000px;
    color: #555555;
    font-size: 2rem;
    line-height: 1;
    vertical-align: center;
  }
  #blk06 .pricebrd table thead th {
    white-space: nowrap;
  }
  #blk06 .pricebrd table th {
    padding: 15px 5px 15px 5px;
    width: 30%;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  #blk06 .pricebrd table td {
    line-height: 1.2;
    padding: 15px 5px 15px 5px;
    text-align: center;
    font-size: 1.6rem;
  }
  #blk06 .pricebrd table td span {
    background: linear-gradient(transparent 60%, #fef68a 60%);
    padding: 0 5px;
  }
  #blk06 .pricebrd table tr:nth-child(2n) {
    background: #ffeff3;
  }
}
/* message */
#blk07 .messagebrd {
  background: url("/lp_02/lib/image/bg_message.jpg") no-repeat;
  background-size: cover;
  padding: 70px 0 70px;
  position: relative;
}
#blk07 .messagebrd .box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#blk07 .messagebrd .box .message {
  width: 60%;
  padding: 20px 30px 0 0;
}
#blk07 .messagebrd .box .message h3 {
  margin-bottom: 30px;
}
#blk07 .messagebrd .box .message p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.2em;
  color: #000000;
}
#blk07 .messagebrd .box .photo {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #blk07 .messagebrd {
    background: url("/lp_02/lib/image/bg_message.jpg") no-repeat;
    background-size: cover;
    padding: 20px 0 20px;
    position: relative;
  }
  #blk07 .messagebrd .box {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  #blk07 .messagebrd .box .message {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  #blk07 .messagebrd .box .photo {
    width: 100%;
    padding: 0 8% 0 42%;
    box-sizing: border-box;
  }
}
#blk08 .faqbrd {
  position: relative;
  padding: 0 0 50px;
}
#blk08 .faqbrd .cutin01 {
  position: absolute;
  left: 5%;
  top: 170px;
}
#blk08 .faqbrd .cutin01_sp {
  display: none;
}
#blk08 .faqbrd .cutin02_sp {
  display: none;
}
#blk08 .faqbrd .cutin02 {
  position: absolute;
  right: 3%;
  top: 550px;
}
#blk08 .faqbrd .cutin03 {
  position: absolute;
  left: 3%;
  bottom: 200px;
}
#blk08 .faqbrd .cutin04 {
  position: absolute;
  right: 3%;
  bottom: 0px;
}
#blk08 .faqbrd dl {
  padding: 0 20%;
}
#blk08 .faqbrd dl:nth-child(2n+1) {
  background: #ebf8f8;
}
#blk08 .faqbrd dl dt {
  padding: 25px 10px 27px 55px;
  border-bottom: 2px dashed #32cad0;
  align-items: 15px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
#blk08 .faqbrd dl dt:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/lp_02/lib/image/icon_faq_q.png") no-repeat;
  position: absolute;
  top: 25px;
  left: 5px;
}
#blk08 .faqbrd dl dd {
  padding: 25px 5px 20px 55px;
  font-size: 1.75rem;
  position: relative;
}
#blk08 .faqbrd dl dd:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/lp_02/lib/image/icon_faq_a.png") no-repeat;
  position: absolute;
  top: 25px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  #blk08 .faqbrd {
    position: relative;
    padding: 0 0 50px;
  }
  #blk08 .faqbrd .cutin01 {
    display: none;
  }
  #blk08 .faqbrd .cutin01_sp {
    display: block;
    position: absolute;
    right: -5%;
    left: auto;
    bottom: 0px;
    width: 55px;
  }
  #blk08 .faqbrd .cutin02 {
    display: none;
  }
  #blk08 .faqbrd .cutin02_sp {
    display: block;
    position: absolute;
    right: -3%;
    bottom: 0px;
    width: 40px;
  }
  #blk08 .faqbrd .cutin03 {
    display: none;
  }
  #blk08 .faqbrd .cutin04 {
    position: absolute;
    right: 3%;
    bottom: 0px;
    width: 100px;
  }
  #blk08 .faqbrd dl {
    padding: 0 5%;
  }
  #blk08 .faqbrd dl dt {
    padding: 15px 15px 17px 45px;
    border-bottom: 2px dashed #32cad0;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }
  #blk08 .faqbrd dl dt:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/lp_02/lib/image/icon_faq_q.png") no-repeat;
    background-size: 30px auto;
    position: absolute;
    top: 15px;
    left: 5px;
  }
  #blk08 .faqbrd dl dd {
    padding: 15px 10px 20px 45px;
    font-size: 1.2rem;
    position: relative;
  }
  #blk08 .faqbrd dl dd:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/lp_02/lib/image/icon_faq_a.png") no-repeat;
    background-size: 30px auto;
    position: absolute;
    top: 10px;
    left: 5px;
  }
}
#goal {
  background: url("/lp_02/lib/image/bg_cv.jpg") no-repeat;
  background-size: cover;
}
#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%;
}

@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;
  }
}