body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #0a0a4b;
}

body a {
  color: #0a0a4b;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.inner {
  box-sizing: content-box;
  max-width: 1100px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

.sec_ttl {
  font-size: 45px;
  font-weight: 700;
  color: #0353a4;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

.target-section {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .inner {
    padding: 0 4%;
  }

  .sec_ttl {
    font-size: 6.4vw;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

/*============================
header
============================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
  z-index: 100;
  -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation: fadeIn 3s ease;
  animation: fadeIn 3s ease;
}

.header.fixed {
  background-color: #0a094b;
  -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation: fadeIn 3s ease;
  animation: fadeIn 3s ease;
}

.header_logo {
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  font-weight: 900;
  padding-left: 90px;
  background: url(../images/logo_01.png) left center no-repeat;
  background-size: 80px;
}

.header.fixed .header_logo {
  color: #fff;
}

.nav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.nav li {
  white-space: nowrap;
}

.nav li+li {
  margin-left: 6%;
}

.header.fixed .nav li a {
  color: #fff;
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 920px) {
  .header_logo {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    padding-left: 70px;
    background-size: 64px;
  }

  .nav li {
    font-size: 14px;
  }

  .nav li+li {
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }

  .header_logo {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    background: url(../images/logo_01.png) left center no-repeat;
    background-size: 35px;
    position: relative;
    z-index: 200;
  }

  .nav_wrap {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 80px 5% 0;
  }

  .header.fixed .nav_wrap {
    background-color: rgb(10 9 75 / 90%);
  }

  .is-open {
    overflow: hidden;
  }

  .is-open .nav_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .nav {
    display: block;
  }

  .nav a {
    font-size: 18px;
    font-weight: 700;
  }

  .nav li {
    text-align: center;
  }

  .nav li+li {
    margin-left: 0;
    margin-top: 25px;
  }

  .menu_toggle {
    position: absolute;
    top: 15px;
    right: 3%;
    display: block;
    height: 24px;
    cursor: pointer;
  }

  .menu_toggle div {
    position: relative;
    width: 35px;
  }

  .menu_toggle span {
    width: 100%;
    z-index: 100;
    height: 3px;
    right: 0;
    display: block;
    background: #05bfff;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .menu_toggle span:nth-child(1) {
    top: 0;
  }

  .menu_toggle span:nth-child(2) {
    top: 11px;
  }

  .menu_toggle span:nth-child(3) {
    top: 22px;
  }

  .is-open .menu_toggle span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }

  .is-open .menu_toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-open .menu_toggle span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
}

/*============================
kv
============================*/
.kv {
  background: url(../images/bg_kv.png) center center no-repeat;
  background-size: cover;
  max-height: 1080px;
  padding-top: 160px;
  text-align: center;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

/* .kv::before{
    content: "";
  display: inline-block;
  width:100%;
  height: 220px;
  background-image: url(../images/kv_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
   position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
  } */
.kv::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 800px;
  background-image: url(../images/kv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  rotate: 15deg;
  position: absolute;
  top: 0;
  right: -5%;
  z-index: 1;
}

.kv_inner {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: auto;
  padding: 0 30px;
}

.kv_txt-wrap {
  color: #1ebae7;
  font-size: clamp(2.5rem, 1.3673rem + 1.8141vw, 3rem);
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kv_txt-wrap .sp-only {
  display: none;
}

.kv_txt01-wrap {
  font-size: 1.5em;
  font-weight: 700;
}

.kv_txt01 {
  text-align: end;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: textanimation01 1s 0.8s forwards;
  display: flex;
  justify-content: end;
}

.kv_txt01 span {
  position: relative;
}

.kv_txt01 span::before {
  content: '•';
  /* ドットの内容 */
  position: absolute;
  top: -0.6em;
  /* ドットを文字の上に配置 */
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5em;
  /* ドットのサイズを調整 */
  color: #0353A4;
  /* ドットの色 */
}

.kv_txt02 {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: textanimation01 1s 1.6s forwards;
}

.kv_txt02 .bg {
  font-size: 1.25em;
}

.kv_txt02 .bk_bl {
  font-size: 1.5em;
  color: #fff;
  padding: 0 0.25em;
  margin-left: 0.25em;
  background-color: #1EBAE7;
  border-radius: 4px;
}

.kv_logo {
  width: 60%;
  margin: 40px auto 0;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.kv_logo img {
  display: inline-block;
  max-width: 200px;
}

.kv_logo span {
  line-height: 1;
  font-size: 66px;
  font-weight: 900;
  color: #1ebae7;
}

.kv_img {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 10;
  vertical-align: bottom;
}

@keyframes textanimation01 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes textanimation02 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width:999px) {
  .kv::after {
    display: none;
  }

  .kv_txt-wrap {
    flex-direction: column;
  }

  .kv_txt01-wrap {
    display: flex;
    align-items: flex-end;
  }

  .kv_txt-wrap .sp-only {
    display: inline-block;
  }

  .kv_logo {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    padding: 80px 0 0;
  }

  .kv_inner {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .kv_txt-wrap {
    font-size: clamp(1rem, -0.0714rem + 5.3571vw, 2.5rem);
  }

  .kv_logo img {
    width: 60%;
  }

  .kv_logo span {
    font-size: clamp(1.875rem, 0.2679rem + 8.0357vw, 4.125rem);
  }

  /* 
  .kv_txt01 {
    font-size: 24px;
  }
  .kv_txt02 {
    font-size: 6.8vw;
    margin-bottom: 10px;
  }
  .kv_txt02 em {
    font-size: 10vw;
  }
  .kv_logo {
    max-width: 46vw;
  }
  .kv_logo span {
    font-size: 6.4vw;
  } */
}

/*============================
cta
============================*/
.cta {
  background: #1EBAE7;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.cta_ttl {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.cta_ttl .bk-white {
  font-size: 1.33em;
  color: #1EBAE7;
  background-color: #fff;
  padding: 0 8px;
  margin: 0 8px;
}

.cta_ttl .under_blue {
  font-size: 1.33em;
  background: linear-gradient(transparent 60%, #0353a4 30%);
  margin: 0 8px;
}

.cta_ttl .dot {
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1.0em .3em;
  background-image: radial-gradient(.1em .1em at center center, #0353a4, #0353a4 100%, transparent, transparent);
  padding-top: .2em;
}

.cta_list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.cta_list li {
  width: 32%;
  height: 258px;
  background-image: url(../images/cta_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta_list li p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(to bottom, #FFAA00, #ffee94 50%, #FFAA00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta_list li p .bg {
  font-size: 1.54em;
  line-height: 1.2;
}

.cta_list li+li {
  margin-left: 3%;
}

.cta_btn {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  background-size: 12px;
  box-shadow: 4px 4px 4px 0px #00000040;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.cta_btn .first-row {
  align-self: end; /* 下揃え */
}
.cta_btn .second-row {
  align-self: start; /* 上揃え */
  font-size: 0.6em;
  padding-right: 10em;
}

.cta_btn:hover {
  opacity: 0.7;
}

.cta_btn-1 {
  background: url(../images/cta_btn1.png) right 20px center no-repeat #fff;
  color: #0353a4;
  margin-bottom: 20px;
}

.cta_btn-2 {
  background: url(../images/cta_btn2.png) right 20px center no-repeat #0353a4;
  color: #fff;
  display: grid;
  align-items: end;
  color: white;
  text-align: center;
  box-sizing: border-box;
  line-height: normal;
}

@media screen and (max-width: 970px) {
  .cta_list li {
    height: 230px;
  }

  .cta_list li+li {
    margin-left: 0;
  }

  .cta_ttl {
    font-size: 30px;
  }

  .cta_list li p {
    font-size: clamp(0.875rem, 0.2868rem + 2.9412vw, 2.125rem);
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 30px 0 45px;
  }

  .cta_ttl {
    font-size: 5vw;
    font-weight: 700;
  }

  .cta_ttl span {
    padding: 0;
    background: none;
  }

  .cta_list {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .cta_list li {
    width: 33.3%;
    height: 30vw;
  }

  .cta_btn {
    height: 70px;
    line-height: 70px;
  }

  .cta_btn .second-row {
    padding-right: 10em;
  }

  .cta_btn-2 {
    line-height: normal;
  }
}

@media screen and (max-width:599px) {
  .cta .inner {
    padding: 0 2%;
  }
}

@media screen and (max-width:499px) {
  .cta_btn {
    font-size: 18px;
  }
}


/*============================
WH
============================*/
.WH {
  padding: 60px 0 120px;
}

.WH_list_item {
  margin-top: 60px;
}

.WH_list_item:first-child {
  margin-top: 0;
}

.WH_list_ttlWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WH_list_ttl {
  width: 80%;
  font-size: 35px;
  font-weight: 700;
  color: #0353a4;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 35px 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #DDDDDD;
  position: relative;
}

.WH_list_ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -1.5em;
}

.WH_list_ttl-1::before {
  background-image: url(../images/WH_ttl1.png);
}

.WH_list_ttl-2::before {
  background-image: url(../images/WH_ttl2.png);
}

.WH_list_ttl-3::before {
  background-image: url(../images/WH_ttl3.png);
}

.WH_list_txt p {
  font-size: 20px;
  font-weight: 700;
  margin-left: 25px;
  margin-bottom: 5px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.WH_list_img {
  width: 15%;
}

@media screen and (max-width:1199px) {
  .WH_list_ttl::before {
    left: -.5em;
  }
}

@media screen and (max-width:999px) {
  .WH_list_ttl {
    font-size: clamp(1.25rem, 0.9559rem + 1.4706vw, 1.875rem);
    padding: 35px 0;
  }
  .WH_list_txt p {
    font-size: clamp(1rem, 0.8824rem + 0.5882vw, 1.25rem);
    margin-left: 0;
  }
}

@media screen and (max-width:768px) {
  .WH_list_ttl::before {
    height: 140px;
  }
  .WH_list_txt p {
    font-size: 16px;
  }

  /* .WH_list_img{
      width: 40%;
      margin-bottom: 40px;
    } */
}

@media screen and (max-width:599px) {
  .WH_list_ttl {
    padding: 20px 0;
    width: 80%;
    font-size: max(4vw, 18px);
    margin-bottom: 0;
  }
  .WH_list_item {
    margin-top: 30px;
  }

  .WH_list_img {
    width: 20%;
  }
}

/* @media screen and (max-width:599px) {
    .WH_list_txt{
  width:95%;
}
.WH_list_img{
      width: 60%;
      margin-bottom: 20px;
    }
} */

/*============================
flow
============================*/
.flow {
  background: #EFEFEF;
  padding: 60px 0 60px;
}
.flow .sec_ttl {
  margin-top: -60px;
}

.floW_under {
  text-align: center;
}

.floW_under_poly {
  margin: 16px 0;
}

.flow_under_txt {
  font-size: 45px;
  font-weight: 700;
  color: #1EBAE7;
  margin-bottom: 0.8em;
}

.flow_under_logo {
  width: 250px;
}

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

@media screen and (max-width:599px) {
  .flow_under_txt {
    font-size: clamp(1.5rem, 0.9265rem + 2.8674vw, 2rem);
  }

  .flow_under_logo {
    width: 150px;
  }
}

/*============================
precedent
============================*/
.precedent {
  padding: 60px 0;
}

.precedent_list {
  counter-reset: number 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 80px 0;
}

.precedent_list_item {
  background-color: #1EBAE7;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  position: relative;
}

.precedent_list_item::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "0" counter(number);
  color: #1EBAE7;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: -1em;
  left: 0;
}

.precedent_list_ttl {
  font-size: 24px;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 15px 0 10px;
}

.precedent_list_txt .bold {
  font-size: 1.25em;
  font-weight: 700;
}

.precedent_list_txt .yellow {
  color: #FFE96D;
}

.precedent_list_txt ul li {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.precedent_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}

.precedent_box_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #0353a4;
  margin-bottom: 10px;
}

.precedent_box-ex {
  display: inline-block;
  padding: 40px;
  background-color: #efefef;
  border-radius: 5px;
}

.precedent_box-ex p {
  margin-bottom: 10px;
}

.precedent_box-ex ul li {
  margin-left: 2em;
}

@media screen and (max-width:999px) {
  .precedent_list {
    gap: 16px;
  }

  .precedent_list_item {
    padding: 15px;
  }

  .precedent_list_txt .bold {
    font-size: 1.2em;
  }
}

@media screen and (max-width:768px) {
  .precedent {
    padding-bottom: 60px;
  }

  .precedent_list {
    flex-direction: column;
    gap: 60px;
    margin: 60px 0 20px;
  }

  .precedent_list_item {
    display: flex;
    gap: 2em;
    align-items: center;
  }

  .precedent_list_img {
    width: 40%;
  }

  .precedent_list_ttl {
    font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
    margin: 0 0 5px;
  }

  .precedent_box {
    flex-direction: column;
  }
}

@media screen and (max-width:599px) {
  .precedent_list_item {
    padding: 2%;
    gap: 1em;
  }

  .precedent_list_img {
    width: 35%;
  }

  .precedent_list_txt ul li {
    align-items: center;
    gap: 0;
    margin-bottom: 0;
  }
}

/*============================
case
============================*/
.case {
  padding: 60px 0 120px;
  text-align: center;
}

.case .sec_ttl {
  margin-bottom: 80px;
}

.case_txt01 {
  color: #05bfff;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 40px;
}

.case_txt01 p {
  display: inline-block;
  position: relative;
}

.case_txt01 p::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 2px;
  height: 80px;
  background: #0a0a4b;
  transform: rotate(-20deg);
}

.case_txt01 p::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 2px;
  height: 80px;
  background: #0a0a4b;
  transform: rotate(20deg);
}

.case_txt01 em {
  font-size: 35px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ffff00 50%);
}

.case_list {
  max-width: 730px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  position: relative;
}

.case_list li {
  width: 31%;
  margin-bottom: 10px;
}

.case_list::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 10px;
  width: 141px;
  height: 314px;
  background: url(../images/pic_case_07.png) no-repeat;
  background-size: contain;
}

.case_txt02 {
  color: #05bfff;
  font-size: 30px;
  font-weight: 500;
}

.case_txt02 em {
  font-size: 35px;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #ffff00 50%);
}

@media screen and (max-width: 970px) {
  .case_list {
    max-width: 490px;
  }

  .case_list::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 10px;
    width: 115px;
    height: 260px;
    background: url(../images/pic_case_07.png) no-repeat;
    background-size: contain;
  }

  .case_txt01 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .case {
    padding: 40px 0;
    margin-bottom: 80px;
  }

  .case .sec_ttl {
    margin-bottom: 40px;
  }

  .case_txt01 {
    color: #05bfff;
    font-size: 18px;
    margin: 0 0 40px;
  }

  .case_txt01 p::before {
    top: 15px;
    left: -20px;
  }

  .case_txt01 p::after {
    top: 15px;
    right: -20px;
  }

  .case_txt01 em {
    font-size: 20px;
  }

  .case_list {
    margin: 0 auto 30px;
  }

  .case_list li {
    width: 31.5%;
  }

  .case_list::after {
    display: none;
  }

  .case_txt02 {
    font-size: 18px;
  }

  .case_txt02 em {
    font-size: 20px;
  }
}


/*============================
/*============================
faq
============================*/
.faq {
  padding: 60px 0;
  background: #f2f2f2;
}

.faq .sec_ttl {
  margin-top: -60px;
}

.faq_box {
  background: #fff;
  padding: 40px 40px 10px;
}

.faq_dl {
  margin-bottom: 30px;
}

.faq_dl dt {
  background: #0a0a4b;
  padding: 15px 50px 15px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500px;
  position: relative;
  cursor: pointer;
}

.faq_dl dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-out;
}

.faq_dl dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  width: 1px;
  height: 20px;
  background: #fff;
  transition: all 0.2s ease-out;
}

.faq_dl dt.active::before {
  display: none;
}

.faq_dl dt.active::after {
  transform: rotate(180deg);
}

.faq_dl dd {
  display: none;
  padding: 20px 20px 10px;
}

/*============================
company
============================*/
.company {
  padding-top: 60px;
  padding-bottom: 0;
}

.company .strengths_div02 {
  background: url(../images/bg_company.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
}

.company .strengths_div02 .inner {
  display: flex;
  align-items: center;
  height: 540px;
}

.company .strengths_div02 .contents {
  width: 100%;
}

.company .sp-only {
  display: none;
}

.wrap-info .col {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-info .box1 {
  width: 115px;
  font-size: 18px;
}

.wrap-info .box2 {}

@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 0;
  }

  .company .sp-only {
    display: block;
  }

  .company .sp-only img {
    display: block;
    width: 100%;
  }

  .company .strengths_div02 {
    background: #0b0a4b;
    padding: 30px 0 50px;
    margin-bottom: 0;
  }

.company .strengths_div02 .inner {
  height: auto;
}

  .company .strengths_div02 .contents {
    padding-top: 0;
  }

  .wrap-info .box1 {
    width: 30%;
    font-size: 14px;
  }

  .wrap-info .box2 {
    width: 70%;
    font-size: 14px;
  }
}

.footer {
  background: #0a0a4b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 40px 0;
  }

  .faq_box {
    background: #fff;
    padding: 15px 15px 5px;
  }

  .faq_dl {
    margin-bottom: 20px;
  }

  .faq_dl dt {
    padding: 10px 40px 10px 15px;
    font-size: 14px;
  }

  .faq_dl dt::after {
    right: 15px;
  }

  .faq_dl dt::before {
    right: 25px;
  }

  .faq_dl dd {
    display: none;
    padding: 15px 15px 10px;
  }

  .footer {
    font-size: 10px;
    padding: 20px 0;
  }
}

.target-section {
  display: block;
  padding-top: 120px;
  margin-top: -60px;
}

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

/* privacy */
#policy h2 {
  text-align: center;
}

.admin__privacy-policy {
  max-width: 56.25rem;
  padding: 2.5rem 10px;
  line-height: 1.75;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-top: 0.5px solid #05bfff;
}

.admin__privacy-policy ol {
  margin-top: 2em;
  list-style-type: none;
}

.admin__privacy-policy ol li+li {
  margin-top: 2em;
}

.admin__privacy-policy ol .heading {
  padding-left: 1.2em;
  font-size: clamp(1.25rem, 1.022rem + .97vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  text-indent: -1.2em;
}

.admin__privacy-policy ol p {
  margin-top: 1em;
}

.admin__privacy-policy ol .under_text {
  margin-top: 0;
  margin-bottom: 1em;
}

.admin__privacy-policy .contact {
  margin-top: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
}

.admin__privacy-policy .contact p {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.admin__privacy-policy .contact ul {
  list-style-type: none;
}

.admin__privacy-policy .contact li {
  line-height: 1.3;
}

.admin__privacy-policy .table {
  width: 100%;
}

.admin__privacy-policy .table th {
  color: #fff;
}

.admin__privacy-policy .table thead {
  background: #05bfff;
}

.admin__privacy-policy .table th,
.admin__privacy-policy .table td {
  border: 1px solid #0a0a4b;
  padding: 10px;
}

.privacy {
  margin-top: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
  text-align: right;
}

@media screen and (max-width:599px) {
  .table_w30 {
    width: 30%;
  }
}

/* privacy ここまで*/

/*============================
floating-banner
============================*/
.floating-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  background-color: unset;
  box-sizing: border-box;
  z-index: 1000; /* 他の要素よりも前面に表示 */
}
.floating-banner .cta_btn {
  border-radius: 0;
  background: #0a094b;
  color: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border: 3px #0a094b solid;
  line-height: 74px;
}
@media screen and (max-width: 767px) {
  .floating-banner .cta_btn {
      height: 60px;
      line-height: 54px;
      width: 70%;
      margin-bottom: 10px;
      min-width: 230px;
  }
}