html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width:1270px) {
  html {
    font-size: calc(100vw / 1270 * 10);
  }
}

@media screen and (max-width:767.9px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}

body {
  color: #212121;
  font-family: 'Noto Sans JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* opacity: 0; */
  transition: .4s;
  font-size: 1.8rem
}

body.lazy {
  opacity: 1;
}

.SANS {
  font-family: 'Noto Sans JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.Poppins {
  font-family: 'Poppins', serif;
  font-style: normal;
  font-weight: 400;
}

.body_container {
  overflow: hidden;
  background: #fff;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767.9px) {
  body {
    font-size: 1.6rem
  }
}

a {
  transition: .2s;
}

@media (any-hover:hover) {
  a:hover {
    opacity: .8;
  }
}

#floating {
  display: none;
}

.mobile_contact_box {
  display: none;
}

.form_error {
  display: block;
  width: 100%;
  font-weight: 500 !important;
}

.u_hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.max1087 {
  max-width: 108.7rem;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  max-width: 122.4rem;
  left: 0;
  right: 0;
}

#header .wrap01 {
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 0;
}

#header .wrap01 .logo {
  width: 19.1rem;
}

@media screen and (max-width: 767.9px) {
  #header .wrap01 {
    padding: .9rem 1.1rem;
  }

  #header .wrap01 .logo {
    width: 8.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  cta
--------------------------------------------------------------------------- */
.sec_cta .container {
  position: relative;
  background: linear-gradient(91deg, rgba(0, 156, 225, 0.70) 21.14%, #009CE1 79.09%);
  padding: 7.4rem 0 6.6rem;
}

.sec_cta .wrap01 .h2 {
  border-radius: 100vh;
  background: linear-gradient(90deg, #009CE1 3.46%, #AA4BFD 100%);
  width: 90rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3.05rem;
  height: 6.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.sec_cta .wrap01 .cta {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10.7rem;
  align-items: center;
}

.sec_cta .wrap01 .cta::before {
  background-image: url(../img/logo01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 14.5rem;
  height: 6.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

.sec_cta .wrap01 .cta a {
  width: 33.2rem;
  height: 7.8rem;
  box-shadow: 0 1.2rem 2rem 0 rgba(0, 0, 0, 0.20);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_cta .wrap01 .cta .cta01 {
  border: solid 3px #009CE1;
  color: #009CE1;
  background-color: #fff;
  gap: .6rem;
  font-size: 2rem;
  font-weight: 800;
}

.sec_cta .wrap01 .cta .cta02 {
  background: #FF8E2B;
  border: solid 3px #fff;
  color: #fff;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.sec_cta .wrap01 .cta .cta02 small {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767.9px) {
  .sec_cta .container {
    padding: 15rem 1rem 5rem;
  }

  .sec_cta .wrap01 .h2 {
    width: 100%;
    border-radius: 0;
    top: -5rem;
    height: 9rem;
    font-size: 1.6rem;
  }

  .sec_cta .wrap01 .cta {
    gap: .5rem;
    width: 100%;
  }

  .sec_cta .wrap01 .cta::before {
    top: -15rem;
    opacity: 1;
  }

  .sec_cta .wrap01 .cta a {
    width: calc((100% - .5rem) / 2);
    height: 5rem;
  }

  .sec_cta .wrap01 .cta .cta01 {
    border: solid 2px #009CE1;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .sec_cta .wrap01 .cta .cta02 {
    border: solid 2px #fff;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .sec_cta .wrap01 .cta .cta02 small {
    font-size: 1.1rem;
  }
}

/* ---------------------------------------------------------------------------
//  mv
--------------------------------------------------------------------------- */
.mv {
  position: relative;
  margin-top: -11rem;
}

.mv .float_cta {
  position: absolute;
  bottom: 12rem;
  display: flex;
  justify-content: center;
  gap: 2.7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.mv .float_cta a {
  width: 33.2rem;
  height: 7.8rem;
  box-shadow: 0 1.2rem 2rem 0 rgba(0, 0, 0, 0.20);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv .float_cta .cta01 {
  border: solid 3px #009CE1;
  color: #009CE1;
  background-color: #fff;
  gap: .6rem;
  font-size: 2rem;
  font-weight: 800;
}

.mv .float_cta .cta02 {
  background: #FF8E2B;
  border: solid 3px #fff;
  color: #fff;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.mv .float_cta .cta02 small {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  .mv {
    background-image: url(../img/mvR.jpg);
    height: 89.2rem;
    background-repeat: no-repeat;
    background-size: 192rem;
    background-position: center;
  }

  .mv .img {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .breadcrumb {
    display: none;
  }

  .mv {
    position: relative;
    margin-top: -3rem;
  }

  .mv img {
    transform: scale(1.01);
  }

  .mv .float_cta {
    position: fixed;
    bottom: 0;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: 1rem;
    background: rgba(217, 217, 217, 0.40);
  }

  .mv .float_cta a {
    width: calc((100% - .5rem) / 2);
    height: 5rem;
  }

  .mv .float_cta .cta01 {
    border: solid 2px #009CE1;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .mv .float_cta .cta02 {
    border: solid 2px #fff;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .mv .float_cta .cta02 small {
    font-size: 1.1rem;
  }
}

/* ---------------------------------------------------------------------------
//  ttlA
--------------------------------------------------------------------------- */
.ttlA .eng {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ttlA .jp {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.ttlA .jp span {
  background: #009CE1;
  color: #fff;
  padding: 0 1rem .2rem;
  margin: 0 .5rem;
}

@media screen and (max-width: 767.9px) {
  .ttlA .eng {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: block;
  }

  .ttlA .jp {
    font-size: 2rem;
  }

  .ttlA .jp br+span {
    margin-left: 0;
  }
}

/* ---------------------------------------------------------------------------
//  ttlB
--------------------------------------------------------------------------- */
.ttlB .jp {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .ttlB .jp {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec01
--------------------------------------------------------------------------- */
.sec01 .container {
  padding: 7rem 0 9rem;
}

.sec01 .wrap01 .p01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 3rem 0;
  color: #737373;
}

.sec01 .wrap01 .p02 {
  font-size: 2.2rem;
  color: #009CE1;
  line-height: 1.65;
  font-weight: 700;
}

.sec01 .wrap01 .cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.sec01 .wrap01 .cards .card {
  width: calc((100% - 6rem) / 4);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .15);
  padding: 3rem;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  aspect-ratio: 1/1;
}

.sec01 .wrap01 .cards .card01 {
  background-image: url(../img/01_card01.jpg);
}

.sec01 .wrap01 .cards .card02 {
  background-image: url(../img/01_card02.jpg);
}

.sec01 .wrap01 .cards .card03 {
  background-image: url(../img/01_card03.jpg);
}

.sec01 .wrap01 .cards .card04 {
  background-image: url(../img/01_card04.jpg);
}

.sec01 .wrap01 .cards .card span {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.33;
  color: #009CE1;
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .sec01 .container {
    padding: 7rem 2rem;
  }

  .sec01 .wrap01 .p01 {
    font-size: 1.6rem;
  }

  .sec01 .wrap01 .p02 {
    font-size: 1.6rem;
  }

  .sec01 .wrap01 .cards {
    gap: 1rem;
  }

  .sec01 .wrap01 .cards .card {
    width: calc((100% - 1rem) / 2);
    padding: 1rem;
    border-radius: 1rem;
  }

  .sec01 .wrap01 .cards .card span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.33;
    color: #009CE1;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------------------------
//  sec02
--------------------------------------------------------------------------- */
.sec02 .container {
  padding: 7rem 0 9rem;
  background: #F7F7F7;
}

.sec02 .contents {
  margin-top: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec02 .wrap01 .p01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sec02 .wrap01 .space {
  height: 26.7rem;
}

.sec02 .wrap01 .chart {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 3.5rem;
}

.sec02 .wrap01 .dl01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.sec02 .wrap01 .dl01 dt {
  height: 3rem;
  width: 22.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #A8A8A8;
  position: relative;
  z-index: 2;
  padding-bottom: .2rem;
}

.sec02 .wrap01 .dl01 dd {
  padding: 2.5rem 4rem;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 1rem;
  margin-top: -1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767.9px) {
  .sec02 .container {
    padding: 7rem 2rem;
  }

  .sec02 .contents {
    margin-top: 3rem;
  }

  .sec02 .wrap01 .p01 {
    font-size: 1.6rem;
  }

  .sec02 .wrap01 .space {
    display: none;
  }

  .sec02 .wrap01 .chart {
    position: relative;
    width: 100%;
    width: calc(100% + 4rem);
    top: 0;
    margin: 2rem 0;
  }

  .sec02 .wrap01 .dl01 {
    margin-top: 0;
  }

  .sec02 .wrap01 .dl01 dt {
    height: 3rem;
    width: 22.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #A8A8A8;
    position: relative;
    z-index: 2;
    padding-bottom: .2rem;
  }

  .sec02 .wrap01 .dl01 dd {
    padding: 2.5rem 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec03
--------------------------------------------------------------------------- */
.sec03 .container {
  padding: 7rem 0 9rem;
}

.sec03 .wrap01 .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec03 .wrap01 .contents .h2 {
  color: #009CE1;
  border: solid 1px #009CE1;
  border-radius: 100vh;
  width: 79.4rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 2;
}

.sec03 .wrap01 .contents .h2 span {
  color: #AA4BFD;
}

.sec03 .wrap01 .contents .benefits {
  border: solid 1px #009CE1;
  margin-top: -2.5rem;
  padding: 6rem 0 5rem;
  display: flex;
  width: 100%;
}

.sec03 .wrap01 .contents .benefits .benefit {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec03 .wrap01 .contents .benefits .benefit+.benefit {
  border-left: 1px solid #009CE1;
}

.sec03 .wrap01 .contents .benefits .benefit .h3 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #009CE1;
  text-align: center;
  margin-bottom: 1rem;
}

.sec03 .wrap01 .contents .benefits .benefit .h3 span {
  color: #AA4BFD;
}

.sec03 .wrap01 .contents .benefits .benefit p {
  width: 39.7rem;
}

.sec03 .wrap01 .p01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.65;
}

.sec03 .wrap01 .p01+* {
  margin-top: 1rem;
}

.sec03 .wrap01 .p02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
}

@media screen and (max-width: 767.9px) {
  .sec03 .container {
    padding: 7rem 2rem;
  }

  .sec03 .wrap01 .contents .h2 {
    text-align: center;
    width: 26rem;
    height: 7rem;
    font-size: 1.8rem;
  }

  .sec03 .wrap01 .contents .benefits {
    margin-top: -3.5rem;
    padding: 3rem 2rem 2rem;
    display: block;
  }

  .sec03 .wrap01 .contents .benefits .benefit {
    width: 100%;
    padding: 3rem 0;
  }

  .sec03 .wrap01 .contents .benefits .benefit+.benefit {
    border-left: none;
    border-top: 1px solid #009CE1;
  }

  .sec03 .wrap01 .contents .benefits .benefit .h3 {
    font-size: 1.8rem;
  }

  .sec03 .wrap01 .contents .benefits .benefit p {
    width: 100%;
  }

  .sec03 .wrap01 .p01 {
    font-size: 1.6rem;
  }

  .sec03 .wrap01 .p02 {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec04
--------------------------------------------------------------------------- */
.sec04 .container {
  padding: 7rem 0 9rem;
  background: #F7F7F7;
}

.sec04 .ttlA .jp img {
  width: 3.67rem;
  display: inline-block;
  position: relative;
  top: -1.2rem;
  margin-right: .5rem;
}

.sec04 .wrap01 .contents .cards {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.sec04 .wrap01 .contents .cards .card {
  width: calc((100% - 7rem) / 3);
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, rgba(170, 75, 253, 0.80) 0%, rgba(0, 156, 225, 0.60) 100%);
  border-radius: 1.5rem;
  padding: 1.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}

.sec04 .wrap01 .contents .cards .card .tag {
  width: 10rem;
  position: relative;
  left: -1.5rem;
}

.sec04 .wrap01 .contents .cards .card .h3 {
  height: 10.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}

.sec04 .wrap01 .contents .cards .card .p01 {
  font-size: 1.9rem;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 3rem;
  font-weight: 500;
  flex-grow: 2;
  text-align: justify;
}

@media screen and (max-width: 767.9px) {
  .sec04 .container {
    padding: 7rem 2rem;
  }

  .sec04 .ttlA .jp img {
    width: 2.8rem;
    top: 0;
    margin-right: .3rem;
  }

  .sec04 .wrap01 .contents .cards {
    gap: 2rem;
    margin-top: 3rem;
  }

  .sec04 .wrap01 .contents .cards .card {
    width: 100%;
    aspect-ratio: inherit;
    padding: 1rem 2rem 2rem;
  }

  .sec04 .wrap01 .contents .cards .card .tag {
    width: 7rem;
    position: relative;
    left: -1rem;
  }

  .sec04 .wrap01 .contents .cards .card .p01 {
    font-size: 1.6rem;
    padding: 2rem 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec05
--------------------------------------------------------------------------- */
.sec05 .container {
  padding: 7rem 0 9rem;
}

.sec05 .wrap01 .table {
  margin-top: 5rem;
  width: 100%;
  font-size: 1.6rem;
}

.sec05 .wrap01 .table .head .ttl01 {
  width: 34.4rem;
  background: #009CE1;
  border: 4px solid #009CE1;
  position: relative;
}

.sec05 .wrap01 .table .head .ttl01 img {
  position: absolute;
  width: 14.5rem;
  bottom: .5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.sec05 .wrap01 .table .head .ttl02 {
  width: 34.4rem;
  background: #DEF3FB;
  border: 1px solid #E7E7E7;
  height: 5.4rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.sec05 .wrap01 .table .tr th {
  color: #009CE1;
  background: #DEF3FB;
  border: 1px solid #E7E7E7;
  padding: 1rem 3rem;
  width: 19rem;
  font-weight: 700;
}

.sec05 .wrap01 .table .tr td {
  height: 5rem;
  border: 1px solid #E7E7E7;
  vertical-align: middle;
  text-align: center;
}

.sec05 .wrap01 .table .tr td>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  position: relative;
}

.sec05 .wrap01 .table .tr td:first-of-type {
  border-left: 4px solid #009CE1;
  border-right: 4px solid #009CE1;
  border-top: 1px solid #E7E7E7;
}

.sec05 .wrap01 .table .tr:last-of-type td:first-of-type {
  border-bottom: 4px solid #009CE1;
}

.sec05 .wrap01 .table .tr td span {
  font-size: 0;
}

.sec05 .wrap01 .table .tr td span::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
}

.sec05 .wrap01 .table .tr td.case01 span::before {
  background-image: url(../img/table_case01.svg);
}

.sec05 .wrap01 .table .tr td.case02 span::before {
  background-image: url(../img/table_case02.svg);
}

.sec05 .wrap01 .table .tr td.case03 span::before {
  background-image: url(../img/table_case03.svg);
}

.sec05 .wrap01 .table .tr td b {
  font-weight: 500;
  position: absolute;
  left: 23rem;
}

.sec05 .wrap01 .table .tr td strong {
  font-weight: 700;
  color: #009CE1;
}

@media screen and (max-width: 767.9px) {
  .sec05 .container {
    padding: 7rem 2rem;
  }

  .sec05 .wrap01 .table {
    margin-top: 3rem;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    font-size: 1.4rem;
  }

  .sec05 .wrap01 .table .head .ttl01 {
    width: auto;
    height: 5rem;
  }

  .sec05 .wrap01 .table .head .ttl01 img {
    width: 9rem;
    bottom: .7rem;
  }

  .sec05 .wrap01 .table .head .ttl02 {
    width: auto;
    height: 5rem;
  }

  .sec05 .wrap01 .table .tr th {
    padding: 1rem .5rem;
    white-space: nowrap;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
  }

  .sec05 .wrap01 .table .tr td {
    height: auto;
    padding: 1rem;
    font-size: 1.2rem;
  }

  .sec05 .wrap01 .table .tr td>div {
    flex-direction: column;
    gap: .5rem;
    font-weight: 500;
  }

  .sec05 .wrap01 .table .tr td span::before {
    width: 2rem;
    height: 2rem;
  }

  .sec05 .wrap01 .table .tr td b {
    font-weight: 500;
    position: relative;
    left: 0;
  }
}

/* ---------------------------------------------------------------------------
//  sec06
--------------------------------------------------------------------------- */
.sec06 .container {
  padding: 7rem 0 9rem;
  background: #F7F7F7;
}

.sec06 .wrap01 .table {
  margin-top: 5rem;
  width: 100%;
  font-size: 1.6rem;
}

.sec06 .wrap01 .table .head th {
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  min-height: 5rem;
  text-align: center;
  vertical-align: middle;
  border: none;
}

.sec06 .wrap01 .table .head .ttl01 {
  width: 34.4rem;
  background: #009CE1;
  color: #fff;
  font-size: 3rem;
  border: 1px solid #E7E7E7;
  height: 5.5rem;
}

.sec06 .wrap01 .table .head .ttl02 {
  width: 34.4rem;
  background: #AA4BFD;
  color: #fff;
  font-size: 3rem;
  border: 1px solid #E7E7E7;
  height: 5.5rem;
}

.sec06 .wrap01 .table .tr th {
  color: #009CE1;
  font-weight: 700;
  border: 1px solid #E7E7E7;
  border-left: none;
  height: 5rem;
  vertical-align: middle;
  text-align: center;
}

.sec06 .wrap01 .table .tr:nth-of-type(even) {
  background: #E7E7E7;
}

.sec06 .wrap01 .table .tr:nth-of-type(odd) {
  background: #fff;
}

.sec06 .wrap01 .table .tr td {
  height: 5rem;
  border: 1px solid #E7E7E7;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.sec06 .wrap01 .table .tr td:nth-of-type(1) {
  background: rgba(0, 156, 225, .15);
}

.sec06 .wrap01 .table .tr td:nth-of-type(2) {
  background: rgba(170, 75, 253, .15)
}

.sec06 .wrap01 .table .tr td .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  gap: .5rem;
}

.sec06 .wrap01 .table .tr td .price span {
  font-family: Roboto;
  font-size: 3.5rem;
  line-height: .85;
  font-weight: 700;
}

.sec06 .wrap01 .table .tr td .price small {
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 767.9px) {
  .sec06 .container {
    padding: 7rem 2rem;
  }

  .sec06 .wrap01 .table {
    margin-top: 3rem;
    width: 100%;
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
    font-size: 1.2rem;
  }

  .sec06 .wrap01 .table .head th {
    font-size: 1.2rem;
    white-space: nowrap;
    padding: .5rem;
  }

  .sec06 .wrap01 .table .head .ttl01 {
    width: auto;
    font-size: 1.8rem;
    height: auto;
  }

  .sec06 .wrap01 .table .head .ttl02 {
    width: auto;
    font-size: 1.8rem;
    height: auto;
  }

  .sec06 .wrap01 .table .tr th {
    font-size: 1.2rem;
    height: auto;
    padding: 0 .5rem;
  }

  .sec06 .wrap01 .table .tr td {
    height: auto;
    height: 4rem;
  }

  .sec06 .wrap01 .table .tr td .price {
    font-size: 1rem;
    gap: 0;
  }

  .sec06 .wrap01 .table .tr td .price span {
    font-size: 2rem;
  }

  .sec06 .wrap01 .table .tr td .price small {
    font-size: .8rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec07
--------------------------------------------------------------------------- */
.sec07 .container {
  padding: 7rem 0 9rem;
}

.sec07 .wrap01 .contents .cards {
  display: flex;
  gap: 7.5rem;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.sec07 .wrap01 .contents .cards .card {
  width: calc((100% - 15rem) / 3);
  position: relative;
}

.sec07 .wrap01 .contents .cards .card .tag {
  position: absolute;
  width: 6.16rem;
  left: 0;
  top: 0;
}

.sec07 .wrap01 .contents .cards .card .h3 {
  padding-left: 7.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #009CE1;
  white-space: nowrap;
  min-height: 6rem;
  display: flex;
  align-items: center;
}

.sec07 .wrap01 .contents .cards .card .p01 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .sec07 .container {
    padding: 7rem 2rem;
  }

  .sec07 .wrap01 .contents .cards {
    gap: 3rem;
    margin-top: 3rem;
  }

  .sec07 .wrap01 .contents .cards .card {
    width: 100%;
  }

  .sec07 .wrap01 .contents .cards .card .tag {
    width: 5rem;
  }

  .sec07 .wrap01 .contents .cards .card .h3 {
    padding-left: 6.2rem;
    font-size: 1.8rem;
    min-height: 5rem;
  }

  .sec07 .wrap01 .contents .cards .card .p01 {
    font-size: 1.6rem;
    white-space: normal;
  }
}

/* ---------------------------------------------------------------------------
//  sec08
--------------------------------------------------------------------------- */
.sec08 .container {
  padding: 7rem 0 12rem;
  background: #F7F7F7;
}

.sec08 .wrap01 .contents {
  margin-top: 5rem;
}

.sec08 .wrap01 .contents .p01 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.65;
  color: #737373;
}

.sec08 .wrap01 .contents .p02 {
  font-size: 2.2rem;
  color: #009CE1;
  line-height: 1.65;
  font-weight: 700;
}

.sec08 .wrap01 .contents .cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.sec08 .wrap01 .contents .cards .card {
  width: calc((100% - 6rem) / 4);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .15);
  padding: 2rem 3rem;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-color: #fff;
  aspect-ratio: 253/216;
}

.sec08 .wrap01 .contents .cards .card01 {
  background-image: url(../img/08_card01.jpg);
}

.sec08 .wrap01 .contents .cards .card02 {
  background-image: url(../img/08_card02.jpg);
}

.sec08 .wrap01 .contents .cards .card03 {
  background-image: url(../img/08_card03.jpg);
}

.sec08 .wrap01 .contents .cards .card04 {
  background-image: url(../img/08_card04.jpg);
}

.sec08 .wrap01 .contents .cards .card05 {
  background-image: url(../img/08_card05.jpg);
}

.sec08 .wrap01 .contents .cards .card06 {
  background-image: url(../img/08_card06.jpg);
}

.sec08 .wrap01 .contents .cards .card07 {
  background-image: url(../img/08_card07.jpg);
}

.sec08 .wrap01 .contents .cards .card08 {
  background-image: url(../img/08_card08.jpg);
}

.sec08 .wrap01 .contents .cards .card span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.33;
  color: #009CE1;
  white-space: nowrap;
}

@media screen and (max-width: 767.9px) {
  .sec08 .container {
    padding: 7rem 2rem 12rem;
  }

  .sec08 .wrap01 .contents .p01 {
    font-size: 1.6rem;
  }

  .sec08 .wrap01 .contents .p02 {
    font-size: 1.6rem;
  }

  .sec08 .wrap01 .contents .cards {
    gap: 1rem;
  }

  .sec08 .wrap01 .contents .cards .card {
    width: calc((100% - 1rem) / 2);
    padding: 1rem;
    border-radius: 1rem;
    aspect-ratio: 5/4.5;
  }

  .sec08 .wrap01 .contents .cards .card span {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec09
--------------------------------------------------------------------------- */
.sec09 .container {
  padding: 7rem 0 9rem;
  background: #F7F7F7;
}

.sec09 .wrap01 .contents {
  margin-top: 3rem;
}

.sec09 .wrap01 .contents .p01 {
  color: #737373;
  font-size: 1.8rem;
  line-height: 1.65;
  text-align: center;
  font-weight: 500;
}

.sec09 .wrap01 .contents .chart {
  margin: 3rem 0;
}

.sec09 .wrap01 .contents .groups {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}

.sec09 .wrap01 .contents .groups .group {
  width: calc((100% - 10rem) / 2);
  display: flex;
  flex-direction: column;
}

.sec09 .wrap01 .contents .groups .group01 {
  align-items: flex-end;
}

.sec09 .wrap01 .contents .groups .group .flow .h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sec09 .wrap01 .contents .groups .group01 .flow .h3 {
  color: #009CE1;
}

.sec09 .wrap01 .contents .groups .group02 .flow .h3 {
  color: #AA4BFD;
}

.sec09 .wrap01 .contents .groups .group .flow ol li {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: .5rem;
}

.sec09 .wrap01 .contents .groups .group .flow ol li+li {
  margin-top: 1rem;
}

.sec09 .wrap01 .contents .groups .group .flow ol li small {
  font-weight: 400;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.9px) {
  .sec09 .container {
    padding: 7rem 2rem;
  }

  .sec09 .wrap01 .contents .p01 {
    font-size: 1.6rem;
  }

  .sec09 .wrap01 .contents .chart {
    margin: 3rem 0;
    width: calc(100% + 2rem);
    padding-right: 2rem;
  }

  .sec09 .wrap01 .contents .chart img {
    width: 60rem;
    max-width: 60rem;
  }

  .sec09 .wrap01 .contents .groups {
    gap: 2rem;
  }

  .sec09 .wrap01 .contents .groups .group {
    width: 100%;
    display: block;
  }

  .sec09 .wrap01 .contents .groups .group .flow .h3 {
    font-size: 1.6rem;
  }

  .sec09 .wrap01 .contents .groups .group .flow ol li {
    font-size: 1.4rem;
    gap: .3rem;
  }

  .sec09 .wrap01 .contents .groups .group .flow ol li+li {
    margin-top: .8rem;
  }

  .sec09 .wrap01 .contents .groups .group .flow ol li small {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec10
--------------------------------------------------------------------------- */
.sec10 .container {
  padding: 7rem 0 9rem;
}

.sec10 .wrap01 .contents {
  margin-top: 3rem;
}

.sec10 .wrap01 .contents .p01 {
  color: #737373;
  font-size: 1.8rem;
  line-height: 1.65;
  text-align: center;
  font-weight: 500;
}

.sec10 .wrap01 .contents .chart {
  margin: 3rem 0;
}

.sec10 .wrap01 .contents .ac {
  border: solid 4px #E6E6E6;
  border-radius: 1.5rem;
  margin-top: 7rem;
}

.sec10 .wrap01 .contents .ac .ac_ttl {
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #4A4A4A;
  cursor: pointer;
}

.sec10 .wrap01 .contents .ac_ttl::before {
  background-image: url(../img/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 1.7rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3.5rem;
  transition: .3s;
}

.sec10 .wrap01 .contents .ac_ttl.is-open::before {
  transform: rotate(180deg);
}

.sec10 .wrap01 .contents .ac .ac_ttl span {
  position: relative;
  padding-bottom: .3rem;
}

.sec10 .wrap01 .contents .ac .ac_ttl span::before {
  background-image: url(../img/icon_warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -5rem;
}

.sec10 .wrap01 .contents .ac .ac_contents {
  padding: 1rem 2.5rem 4rem;
  display: none;
}

.sec10 .wrap01 .contents .ac .ac_contents ul li {
  font-size: 1.8rem;
  display: flex;
  gap: .4rem;
}

.sec10 .wrap01 .contents .ac .ac_contents ul li::before {
  content: "・";
  flex-shrink: 0;
}

.sec10 .wrap01 .contents .ac .ac_contents ul li+li {
  margin-top: 1rem;
}

@media screen and (max-width: 767.9px) {
  .sec10 .container {
    padding: 7rem 2rem;
  }

  .sec10 .wrap01 .contents .p01 {
    font-size: 1.6rem;
  }

  .sec10 .wrap01 .contents .chart {
    margin: 3rem 0;
    width: calc(100% + 2rem);
    padding-right: 2rem;
  }

  .sec10 .wrap01 .contents .chart img {
    width: 60rem;
    max-width: 60rem;
  }

  .sec10 .wrap01 .contents .ac {
    border: solid 2px #E6E6E6;
    border-radius: 1rem;
    margin-top: 5rem;
  }

  .sec10 .wrap01 .contents .ac .ac_ttl {
    height: 6rem;
    font-size: 2rem;
  }

  .sec10 .wrap01 .contents .ac_ttl::before {
    width: 1.4rem;
    height: 1rem;
    right: 2rem;
  }

  .sec10 .wrap01 .contents .ac .ac_ttl span {
    padding-bottom: .2rem;
  }

  .sec10 .wrap01 .contents .ac .ac_ttl span::before {
    width: 3rem;
    height: 3rem;
    left: -3.5rem;
  }

  .sec10 .wrap01 .contents .ac .ac_contents {
    padding: 1rem 1rem 3rem;
  }

  .sec10 .wrap01 .contents .ac .ac_contents ul li {
    font-size: 1.4rem;
    gap: .2rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec11
--------------------------------------------------------------------------- */
.sec11 .container {
  padding: 7rem 0 9rem;
  background: rgba(0, 156, 225, .1);
}

.sec11 .wrap01 .contents {
  margin-top: 5rem;
}

.sec11 .wrap01 .contents .acs {
  max-width: 85rem;
  margin: 0 auto;
}

.sec11 .wrap01 .contents .ac+.ac {
  margin-top: 2.5rem;
}

.sec11 .wrap01 .contents .ac .ac_ttl {
  padding: 1.5rem 5rem 1.5rem 8.7rem;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #737373;
  border-radius: 1.5rem;
  cursor: pointer;
  border: solid 4px #ECF9FF;
  background: #fff;
  box-shadow: 0 1.5rem 3rem 0 rgba(0, 0, 0, 0.07);
}

.sec11 .wrap01 .contents .ac .ac_ttl::before {
  content: "";
  background-image: url(../img/Q.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 3.5rem;
  top: 1rem;
}

.sec11 .wrap01 .contents .ac_ttl::after {
  background-image: url(../img/arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 1.7rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3.5rem;
  transition: .3s;
  transform: rotate(180deg);
}

.sec11 .wrap01 .contents .ac_ttl.is-open::after {
  transform: rotate(0);
}

.sec11 .wrap01 .contents .ac .ac_contents {
  padding: 2.5rem 3.5rem 1rem 8.7rem;
  position: relative;
  display: none;
  border: solid 4px transparent;
  font-weight: 500;
  line-height: 1.65;
  font-size: 1.6rem;
}

.sec11 .wrap01 .contents .ac .ac_contents::before {
  content: "";
  background-image: url(../img/A.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 3.5rem;
  top: 1.9rem;
}

@media screen and (max-width: 767.9px) {
  .sec11 .container {
    padding: 7rem 2rem;
  }

  .sec11 .wrap01 .contents {
    margin-top: 4rem;
  }

  .sec11 .wrap01 .contents .ac+.ac {
    margin-top: 2rem;
  }

  .sec11 .wrap01 .contents .ac .ac_ttl {
    padding: 1.5rem 3rem 1.9rem 4.5rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    border: solid 2px #ECF9FF;
  }

  .sec11 .wrap01 .contents .ac .ac_ttl::before {
    content: '';
    width: 3rem;
    height: 3rem;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .sec11 .wrap01 .contents .ac_ttl::after {
    width: 1.2rem;
    right: 1.2rem;
  }

  .sec11 .wrap01 .contents .ac_ttl.is-open::after {
    transform: rotate(0);
  }

  .sec11 .wrap01 .contents .ac .ac_contents {
    padding: 1.5rem 1.5rem 1rem 4.5rem;
    border: solid 2px transparent;
    font-size: 1.4rem;
  }

  .sec11 .wrap01 .contents .ac .ac_contents::before {
    width: 3rem;
    height: 3rem;
    left: 1rem;
    top: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  sec_contact
--------------------------------------------------------------------------- */
.sec_contact .container {
  background: #F7F7F7;
  padding: 7rem 0 9rem;
  margin-bottom: 10rem;
}

.sec_contact .wrap01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec_contact .wrap01 .h3 {
  color: #FF8E2B;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5rem;
}

.sec_contact .wrap01 .tel {
  color: #FF8E2B;
  border-radius: 1rem;
  width: 36.5rem;
  border: solid 2px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.sec_contact .wrap01 .tel .h4 {
  font-size: 2rem;
  font-weight: 700;
}

.sec_contact .wrap01 .tel img {
  width: 24.2rem;
}

.sec_contact .wrap01 .tel span {
  font-size: 2rem;
  font-weight: 500;
}

.sec_contact .wrap01 .form_area {
  margin-top: 10rem;
  width: 100%;
}

.sec_contact .wrap01 .form_area .form_ttl {
  font-size: 2.5rem;
  color: #009CE1;
  font-weight: 700;
  text-align: center;
}

.sec_contact .wrap01 .form_area .form_ttl small {
  font-size: 2rem;
  font-weight: 500;
}

.sec_contact .wrap01 .form_area .box {
  max-width: 85rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.sec_contact .wrap01 .form_area .sup {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.sec_contact .wrap01 .form_area .sup span {
  color: #e51f1f;
}

::placeholder {
  color: #AAA;
}

input:invalid {
  box-shadow: 0 0 .2rem red;
}

.sec_contact .wrap01 .form_area dl+dl {
  margin-top: 4rem;
}

.sec_contact .wrap01 .form_area dl {
  display: flex;
  font-size: 1.6rem;
}

.sec_contact .wrap01 .form_area dl dt {
  font-weight: 700;
  padding: 1.5rem 0;
  width: 25rem;
}

.sec_contact .wrap01 .form_area dl dt span {
  color: #e51f1f;
  margin-left: 1rem;
}

.sec_contact .wrap01 .form_area dl dd {
  width: calc((100% - 25rem));
}

.sec_contact .wrap01 .form_area dl dd input[type='text'],
.sec_contact .wrap01 .form_area dl dd input[type='email'] {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  height: auto;
  border: none;
}

.sec_contact .wrap01 .form_area dl dd textarea {
  background: #fff;
  height: 20rem;
  padding: 1.5rem;
  resize: none;
  width: 100%;
  border: none;
}

.sec_contact .wrap01 .form_area .design {
  padding: 1rem 0;
  font-weight: 700;
}

.sec_contact .wrap01 .form_area .design>span {
  display: block;
}

.sec_contact .wrap01 .form_area .design>span+span {
  margin-top: 3rem;
}

.sec_contact .wrap01 .form_area .design input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0 !important;
}

.sec_contact .wrap01 .form_area .design input+span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 3.5rem;
  position: relative;
}

.sec_contact .wrap01 .form_area .design.bold input+span {
  font-weight: 700;
}

.sec_contact .wrap01 .form_area .design input:checked+span::after {
  opacity: 1 !important;
}

.sec_contact .wrap01 .form_area .radio_area.design input+span::before {
  background: #fff;
  border: .1rem solid #dbdbdb;
  border-radius: 50%;
  content: '';
  display: block;
  height: 2.8rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
}

.sec_contact .wrap01 .form_area .design input:invalid+span:before {
  box-shadow: 0 0 .2rem red;
}

.sec_contact .wrap01 .form_area .radio_area.design input+span::after {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.6rem;
  left: .6rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
}

.sec_contact .wrap01 .form_area .check_area.design input+span::before {
  background: #fff;
  border: .1rem solid #dbdbdb;
  border-radius: .1rem;
  content: '';
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}

.sec_contact .wrap01 .form_area .check_area.design input+span::after {
  border-bottom: .3rem solid #000;
  border-right: .3rem solid #000;
  content: '';
  display: block;
  height: 1.4rem;
  left: .5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  width: .8rem;
}

.sec_contact .wrap01 .form_area .bottom {
  margin-top: 8rem;
}

.sec_contact .wrap01 .form_area .bottom .p01 {
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
}

.sec_contact .wrap01 .form_area .bottom .p01 a {
  color: #4380ff;
}

.sec_contact .wrap01 .form_area .bottom .p01 a:hover {
  opacity: .7;
}

.sec_contact .wrap01 .form_area .bottom .agree {
  font-size: 1.6rem;
  margin-top: 4rem;
  text-align: center;
}

.sec_contact .wrap01 .form_area .submit_btn {
  background-color: #009CE1;
  color: #fff;
  border-radius: 0;
  display: block;
  font-size: 2rem;
  margin: 4rem auto 0;
  max-width: 42rem;
  padding: 2.5rem;
  text-align: center;
  transition: .3s;
  width: 100%;
  background-image: url(../img/arrow03.svg);
  background-position: center right 3.5rem;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}

.sec_contact .wrap01 .form_area .submit_btn:hover {
  opacity: .7;
}

/*
.screen-reader-response{
	color: #e51f1f;
	font-size: 1.8rem;
}
.wpcf7-not-valid-tip{
	color: #e51f1f;
}
.wpcf7-response-output{
	margin-top: 4rem;
	background: #fff;
	padding: 2rem;
	text-align: center;
	font-size: 1.8rem;
}
*/
.sec_contact .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 767.9px) {
  .sec_contact .container {
    padding: 7rem 2rem 9rem;
    margin-bottom: 4rem;
  }

  .sec_contact .wrap01 .h3 {
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  .sec_contact .wrap01 .tel {
    width: 29rem;
    padding: 1.5rem;
  }

  .sec_contact .wrap01 .tel .h4 {
    font-size: 1.6rem;
  }

  .sec_contact .wrap01 .tel img {
    width: 20rem;
  }

  .sec_contact .wrap01 .tel span {
    font-size: 1.6rem;
  }

  .sec_contact .wrap01 .form_area {
    margin-top: 7rem;
  }

  .sec_contact .wrap01 .form_area .form_ttl {
    font-size: 1.6rem;
  }

  .sec_contact .wrap01 .form_area .form_ttl small {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .sec_contact .wrap01 .form_area .sup {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }

  .sec_contact .wrap01 .form_area dl+dl {
    margin-top: 3rem;
  }

  .sec_contact .wrap01 .form_area dl {
    display: block;
    font-size: 1.6rem;
  }

  .sec_contact .wrap01 .form_area dl dt {
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }

  .sec_contact .wrap01 .form_area dl dd {
    width: 100%;
  }

  .sec_contact .wrap01 .form_area dl dd input[type='text'],
  .sec_contact .wrap01 .form_area dl dd input[type='email'] {
    padding: 1rem;
  }

  .sec_contact .wrap01 .form_area dl dd textarea {
    height: 15rem;
    padding: 1rem;
  }

  .sec_contact .wrap01 .form_area .design {
    padding: 1rem 0;
  }

  .sec_contact .wrap01 .form_area .design>span+span {
    margin-top: 2rem;
  }

  .sec_contact .wrap01 .form_area .bottom {
    margin-top: 4rem;
  }

  .sec_contact .wrap01 .form_area .bottom .p01 {
    font-size: 1.4rem;
    text-decoration: none;
    text-align: left;
  }

  .sec_contact .wrap01 .form_area .bottom .agree {
    font-size: 1.4rem;
  }

  .sec_contact .wrap01 .form_area .submit_btn {
    padding: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.footer01 {
  background: #f2faff;
  padding: 8.6rem 0 12rem;
  position: relative;
}

.footer01 .wrap01 {
  margin: 0 auto;
  max-width: 107.6rem;
}

.footer01 .wrap01 .logo {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6.4rem;
  width: 29.6rem;
}

.footer01 .wrap01 .logo:hover {
  opacity: .8;
}

.footer01 .wrap01 .ttlA+.desc {
  font-size: 2rem;
  line-height: calc(35/20);
  margin-top: 3rem;
  text-align: center;
}

.footer01 .wrap01 .info01 {
  align-items: flex-start;
  border-bottom: solid 1px #d1d1d1;
  border-top: solid 1px #d1d1d1;
  display: flex;
  gap: 2rem;
  margin-top: 5.6rem;
  padding: 3.5rem 0 5rem;
}

.footer01 .wrap01 .info01 .dls {
  width: calc(100% - 32rem);
}

.footer01 .wrap01 .info01 .dls dl {
  display: flex;
  font-size: 1.8rem;
  line-height: calc(35/20);
  padding: 2rem 0;
}

.footer01 .wrap01 .info01 .dls dl dt {
  font-weight: 400;
  width: 12rem;
}

.footer01 .wrap01 .info01 .dls dl dd {
  width: calc(100% - 12rem);
}

.footer01 .wrap01 .info01 .img {
  aspect-ratio: 244/187;
  border-radius: 2rem;
  overflow: hidden;
  width: 32rem;
}

.footer01 .wrap01 .info01 .img img {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  width: 100%;
}

.footer01 .wrap01 .info02 {
  display: flex;
  gap: 9rem;
  justify-content: center;
  padding-top: 4.6rem;
  display: none;
}

.footer01 .wrap01 .info02 .item01 {
  width: 23.6rem;
}

.footer01 .wrap01 .info02 .item02 {
  width: 26.3rem;
}

.footer02 .wrap01 {
  background: #009ce1;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: calc(35/20);
  padding: 6.5rem;
  text-align: center;
}

.footer03 {
  background: #4a4a4a;
  color: #fff;
  padding: 4.3rem 0;
}

.footer03 .wrap01 {
  align-items: center;
  display: flex;
  gap: 11rem;
  justify-content: center;
}

.footer03 .wrap01 .links {
  display: flex;
  font-size: 1.6rem;
  gap: .2rem;
}

.footer03 .wrap01 .links .link:hover {
  opacity: .7;
}

.footer03 .wrap01 .copyright {
  color: #bcbcbc;
  font-size: 1.4rem;
  letter-spacing: .07rem;
}

@media screen and (max-width: 767.9px) {
  .footer01 {
    padding: 9rem 2rem;
  }

  .footer01 .wrap01 .logo {
    top: -4rem;
    width: calc(29.6rem * .7);
  }

  .footer01 .wrap01 .ttlA+.desc {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  .footer01 .wrap01 .info01 {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
    padding: 3rem 0 5rem;
  }

  .footer01 .wrap01 .info01 .dls {
    width: 100%;
  }

  .footer01 .wrap01 .info01 .dls dl {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 0;
  }

  .footer01 .wrap01 .info01 .dls dl dt {
    font-weight: 600;
    width: 100%;
  }

  .footer01 .wrap01 .info01 .dls dl dd {
    width: 100%;
  }

  .footer01 .wrap01 .info01 .img {
    width: 100%;
  }

  .footer01 .wrap01 .info02 {
    gap: 0;
    justify-content: space-between;
    padding-top: 3rem;
  }

  .footer01 .wrap01 .info02 .item01 {
    width: 23.6rem;
    width: calc(23.6rem * .63);
  }

  .footer01 .wrap01 .info02 .item02 {
    width: 26.3rem;
    width: calc(26.3rem * .63);
  }

  .footer02 .wrap01 {
    font-size: 2rem;
    padding: 6.5rem 2rem;
    white-space: nowrap;
  }

  .footer02 .wrap01 span {
    display: inline-block;
    margin-right: 1.5rem;
  }

  .footer03 {
    padding: 4rem 2rem 10rem;
  }

  .footer03 .wrap01 {
    flex-direction: column;
    gap: 3rem;
  }

  .footer03 .wrap01 .links {
    flex-direction: column;
    font-size: 1.6rem;
    gap: 1rem;
    text-align: center;
  }

  .footer03 .wrap01 .links span {
    display: none;
  }

  .footer03 .wrap01 .copyright {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------------------------
//  その他
--------------------------------------------------------------------------- */
.to_top {
  bottom: 3rem;
  box-shadow: 0 1rem 1.7rem rgba(0, 0, 0, .15);
  cursor: pointer;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 3rem;
  transition: .3s;
  width: 9rem;
  z-index: 999;
}

.to_top:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
}

.to_top.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767.9px) {
  .to_top {
    bottom: 9rem;
    right: 1rem;
    width: 6rem;
  }
}

.side_btns {
  position: fixed;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  z-index: 999;
}

.side_btns.active {
  opacity: 1;
  pointer-events: all;
}

.side_btns>a {
  width: 6.7rem;
}

.side_btns>a:hover {
  opacity: .8;
}

@media screen and (max-width: 767.9px) {
  .side_btns {
    display: none;
  }
}

.forSP {
  display: none;
}

@media screen and (max-width: 767.9px) {
  .forSP {
    display: block;
  }

  .forPC {
    display: none;
  }
}