@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
  margin: 0;
  background: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 0.2666666667vw;
  }
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: "Open Sans", sans-serif;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

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

figure,
table {
  margin: auto;
}

.container {
  max-width: 1025px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1025rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

div,
p {
  color: #000;
}

div:empty {
  display: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.nolink {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.sec_pd {
  padding: 160px 20px;
}
@media screen and (max-width: 1440px) {
  .sec_pd {
    padding: 160rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd {
    padding: 100rem 20rem;
  }
}

.sec_pd02 {
  padding: 80px 20px;
}
@media screen and (max-width: 1440px) {
  .sec_pd02 {
    padding: 80rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd02 {
    padding: 50rem 20rem;
  }
}

.f-bold {
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}
.header.header_bg {
  background-color: #fff;
}
.header_top {
  position: relative;
  z-index: 99;
  padding: 8px;
  border-bottom: 1px solid #A4ADB3;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .header_top {
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .header_top {
    padding: 8rem;
  }
}
.header_top .logoimg {
  max-width: 135px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .header_top .logoimg {
    max-width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .header_top .logoimg {
    max-width: 110rem;
  }
}
.header_contain {
  background-color: #FFFFFF;
  border-radius: 80px;
  box-shadow: 0px 4px 4px 0px rgba(166, 168, 169, 0.2);
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-top: 25px;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .header_contain {
    max-width: 1280rem;
    gap: 10rem;
    margin-top: 25rem;
    padding: 15rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header_contain {
    max-width: 335rem;
    gap: 10rem;
    margin-top: 15rem;
    padding: 10rem 20rem;
  }
}
.header_logo {
  position: relative;
  z-index: 99;
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .header_logo {
    max-width: 175rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 125rem;
  }
}
.header_nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .header_nav {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    flex-direction: column;
    width: 100%;
    z-index: 98;
    transition: 0.5s;
    background-color: #fff;
    max-width: 100%;
    padding: 120rem 20rem 50rem;
    gap: 25rem;
  }
  .header_nav.active {
    right: 0;
  }
}
.header_nav li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header_nav li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li a {
    font-size: 16rem;
  }
}
.header_nav li .contact {
  background-color: #DC5D9D;
  padding: 10px 30px;
  border-radius: 80px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .header_nav li .contact {
    padding: 10rem 40rem;
    border-radius: 80rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li .contact {
    font-size: 16rem;
    padding: 10rem 40rem;
    border-radius: 80rem;
  }
}
.header_menubtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menubtn {
    position: relative;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6rem;
  }
}
.header_menubtn .bar {
  transition: 0.3s;
  width: 20rem;
  height: 1rem;
  background-color: #DC5D9D;
}
.header_menubtn.change .bar1 {
  transform: rotate(-45deg) translate(-5rem, 5rem);
}
.header_menubtn.change .bar2 {
  opacity: 0;
}
.header_menubtn.change .bar3 {
  transform: rotate(45deg) translate(-5rem, -5rem);
}

.morelinks a {
  display: inline-block;
  background-color: #DC5D9D;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 80px;
  padding: 15px 80px;
}
@media screen and (max-width: 1440px) {
  .morelinks a {
    font-size: 20rem;
    padding: 15rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .morelinks a {
    font-size: 14rem;
    padding: 11rem;
    width: 100%;
    text-align: center;
  }
}

.l-sec_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-sec_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec_title {
    font-size: 28rem;
    line-height: 2.2;
  }
}

.footer {
  background: #EDFAFF;
}
.footer_contain {
  padding: 65px 20px;
}
@media screen and (max-width: 1440px) {
  .footer_contain {
    padding: 65rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_contain {
    padding: 50rem 20rem;
  }
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .footer_top {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    flex-direction: column;
    gap: 25rem;
  }
}
.footer_top .contactbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  border-radius: 80px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  background-color: #DC5D9D;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .footer_top .contactbtn a {
    width: 200rem;
    height: 48rem;
    border-radius: 80rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_top .contactbtn a {
    width: 200rem;
    height: 48rem;
    border-radius: 80rem;
    font-size: 16rem;
  }
}
.footer_logo {
  max-width: 265px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .footer_logo {
    max-width: 265rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 275rem;
  }
}
.footer_txt {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .footer_txt {
    font-size: 14rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_txt {
    font-size: 10rem;
    margin-top: 15rem;
  }
}
.footer_nav01 {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .footer_nav01 {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav01 {
    margin-top: 50rem;
  }
}
.footer_nav01 .nav01list {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .footer_nav01 .nav01list {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav01 .nav01list {
    gap: 25rem;
    flex-wrap: wrap;
  }
}
.footer_nav01 .nav01list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer_nav01 .nav01list li a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav01 .nav01list li a {
    font-size: 14rem;
  }
}
.footer_nav02 {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 {
    gap: 40rem;
    margin-top: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 {
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    gap: 0;
    margin-top: 50rem;
  }
}
.footer_nav02 .compayname {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .compayname {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .compayname {
    width: 100%;
    text-align: center;
    font-size: 16rem;
    border-bottom: 1px solid #000;
    padding-bottom: 15rem;
  }
}
.footer_nav02 .nav02list {
  padding-left: 40px;
  border-left: 1px solid #000;
  display: flex;
  align-items: flex-start;
  gap: 10px 40px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 205px;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .nav02list {
    height: 205rem;
    gap: 10rem 40rem;
    padding-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .nav02list {
    height: auto;
    padding-left: 0;
    padding-top: 15rem;
    border-left: none;
  }
}
.footer_nav02 .nav02list li {
  line-height: 1;
}
.footer_nav02 .nav02list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .nav02list li a {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .nav02list li a {
    line-height: 2;
    font-size: 12rem;
  }
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .footer .copyright {
    padding: 15rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 12rem;
  }
}

.main {
  margin-top: 35px;
}
@media screen and (max-width: 1440px) {
  .main {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 30rem;
  }
}

.l-fv {
  position: relative;
}
.l-fv_content {
  position: absolute;
  max-width: 1280px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .l-fv_content {
    max-width: 1280rem;
  }
}
@media screen and (max-width: 768px) {
  .l-fv_content {
    transform: translateX(-50%);
    top: 85rem;
    max-width: 335rem;
  }
}
.l-fv_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-fv_title {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .l-fv_title {
    font-size: 26rem;
    letter-spacing: -0.01em;
  }
}
.l-fv_title span {
  position: relative;
}
.l-fv_title span::after {
  position: absolute;
  content: "•••";
  top: -40px;
  left: 62%;
  transform: translateX(-50%);
  color: #4CB8E0;
  letter-spacing: 1em;
  font-size: 35px;
}
@media screen and (max-width: 1440px) {
  .l-fv_title span::after {
    font-size: 35rem;
    top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .l-fv_title span::after {
    font-size: 20rem;
    top: -15rem;
    line-height: 1;
    letter-spacing: 0.8em;
    left: 60%;
  }
}
.l-fv_txt {
  margin-top: 25px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-fv_txt {
    font-size: 20rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-fv_txt {
    font-size: 14rem;
    margin-top: 10rem;
  }
}
.l-fv .morelinks {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .l-fv .morelinks {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .l-fv .morelinks {
    margin-top: 25rem;
  }
}

.title-border {
  padding: 0 20px;
  margin: 0 10px;
  display: inline-block;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
     border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
}
@media screen and (max-width: 1440px) {
  .title-border {
    padding: 0 20rem;
    margin: 0 10rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .title-border {
    padding: 0 12rem;
    margin: 0;
  }
}

.gradient-border {
  padding: 0 10px;
  margin: 0 10px;
  display: inline-block;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
     border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
}
@media screen and (max-width: 1440px) {
  .gradient-border {
    padding: 0 10rem;
    margin: 0 10rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .gradient-border {
    padding: 0 12rem;
    margin: 0;
  }
}

.l-sec01 {
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
     border-image: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%) 1;
}
@media screen and (max-width: 1440px) {
  .l-sec01 {
    border-width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01 {
    padding-bottom: 130rem;
  }
}
.l-sec01_contain {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec01_contain {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01_contain {
    max-width: 100%;
  }
}
.l-sec01 .leftimg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 280px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 1440px) {
  .l-sec01 .leftimg {
    max-width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01 .leftimg {
    display: block;
    top: 80rem;
    transform: none;
    left: unset;
    right: 0;
    max-width: 80rem;
  }
}
.l-sec01 .rightimg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec01 .rightimg {
    max-width: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01 .rightimg {
    max-width: 100%;
    top: unset;
    transform: none;
    bottom: -130rem;
  }
}
.l-sec01_box {
  max-width: 800px;
}
@media screen and (max-width: 1440px) {
  .l-sec01_box {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01_box {
    max-width: 100%;
  }
}
.l-sec01_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .l-sec01_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01_title {
    text-align: left;
    font-size: 24rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01_title .gradient-border {
    margin: 0;
    line-height: 1.8;
  }
}
.l-sec01_txt {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .l-sec01_txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec01_txt {
    font-size: 14rem;
    text-align: left;
  }
}
.l-sec01_txt span {
  font-weight: bold;
}

.l-sec02_box {
  position: relative;
  padding: 50px;
  border-radius: 24px;
  background-color: #EDFAFF;
  padding-bottom: 155px;
}
@media screen and (max-width: 1440px) {
  .l-sec02_box {
    padding: 50rem;
    padding-bottom: 155rem;
    border-radius: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_box {
    padding: 25rem 20rem;
    padding-bottom: 100rem;
  }
}
.l-sec02_box .btimg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-sec02_box .btimg {
    max-width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_box .btimg {
    max-width: 300rem;
  }
}
.l-sec02_head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sec02_head span {
  padding: 10px 25px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-radius: 60px;
  background: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 100%);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-sec02_head span {
    padding: 10rem 25rem;
    font-size: 16rem;
    border-radius: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_head span {
    padding: 10rem 20rem;
    border-radius: 60rem;
    font-size: 14rem;
  }
}
.l-sec02_head span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #9788bd transparent transparent transparent;
}
@media screen and (max-width: 1440px) {
  .l-sec02_head span:after {
    bottom: -9rem;
    border-width: 10rem 10rem 0 10rem;
  }
}
.l-sec02_title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec02_title {
    font-size: 32rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_title {
    font-size: 24rem;
  }
}
.l-sec02_title02 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-sec02_title02 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_title02 {
    font-size: 24rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_title02 .gradient-border {
    margin: 0;
    line-height: 1.8;
  }
}
.l-sec02_grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec02_grid {
    margin-top: 50rem;
    grid-gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_grid {
    margin-top: 25rem;
    grid-template-columns: 1fr;
    grid-gap: 15rem;
  }
}
.l-sec02_grid__item {
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-sec02_grid__item {
    min-height: 90rem;
    border-radius: 8rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_grid__item {
    font-size: 12rem;
  }
}
.l-sec02_grid__item span {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .l-sec02_grid__item span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_grid__item span {
    font-size: 14rem;
  }
}
.l-sec02_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .l-sec02_bottom {
    gap: 25rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_bottom {
    margin-top: 30rem;
    gap: 15rem;
  }
}
.l-sec02_bottom .arrowimg {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec02_bottom .arrowimg {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec02_bottom .arrowimg {
    max-width: 30rem;
  }
}

.l-sec03 {
  background-color: #4CB8E0;
}
.l-sec03_box {
  border-radius: 24px;
  padding: 80px 100px 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .l-sec03_box {
    padding: 80rem 100rem 50rem;
    border-radius: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_box {
    padding: 65rem 20rem 50rem;
  }
}
.l-sec03_top {
  position: relative;
}
.l-sec03_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  border-radius: 80px;
  padding: 15px 45px;
  background: linear-gradient(90deg, #4CB8E0 0.07%, #DC5D9D 99.9%);
}
@media screen and (max-width: 1440px) {
  .l-sec03_title {
    padding: 15rem 45rem;
    border-radius: 45rem;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_title {
    font-size: 24rem;
    padding: 15rem 5rem;
    border-radius: 25rem;
  }
}
.l-sec03_title_head {
  position: absolute;
  width: 180px;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .l-sec03_title_head {
    top: -32rem;
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_title_head {
    top: -36rem;
  }
}
.l-sec03_midbox {
  margin: 50px auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox {
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox {
    flex-direction: column-reverse;
    gap: 25rem;
    margin: 25rem auto;
  }
}
.l-sec03_midbox_title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_title {
    font-size: 18rem;
  }
}
.l-sec03_midbox_title span {
  position: relative;
}
.l-sec03_midbox_title span::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(transparent 50%, #F0DA48 50%);
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_title span::after {
    height: 8rem;
    bottom: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_title span::after {
    height: 6rem;
    bottom: -2rem;
  }
}
.l-sec03_midbox_title span.pc_only {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_title span.pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_title span.sp_only {
    display: inline-block !important;
  }
}
.l-sec03_midbox_txt {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_txt {
    margin-top: 15rem;
    font-size: 14rem;
  }
}
.l-sec03_midbox_img {
  max-width: 230px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_img {
    max-width: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_img {
    max-width: 160rem;
  }
}
.l-sec03_midbox_content {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_content {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_content {
    max-width: 100%;
  }
}
.l-sec03_midbox_txt {
  max-width: 540px;
}
@media screen and (max-width: 1440px) {
  .l-sec03_midbox_txt {
    max-width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_midbox_txt {
    max-width: 100%;
  }
}
.l-sec03_grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1440px) {
  .l-sec03_grid {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_grid {
    grid-template-columns: 1fr;
    gap: 15rem;
  }
}
.l-sec03_grid_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #4CB8E0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec03_grid_item {
    padding: 20rem;
    border-radius: 8rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_grid_item {
    padding: 25rem 20rem;
    font-size: 14rem;
  }
}
.l-sec03_grid_item .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec03_grid_item .title {
    margin-bottom: 10rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_grid_item .title {
    margin-bottom: 0;
  }
}
.l-sec03_grid_item .title span {
  color: #DC5D9D;
}
.l-sec03_bottom {
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .l-sec03_bottom {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec03_bottom {
    margin-top: 50rem;
  }
}

.l-sec_title02 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #000;
  position: relative;
}
.l-sec_title02::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 49%;
  bottom: -10px;
  background: #DC5D9D;
}
@media screen and (max-width: 1440px) {
  .l-sec_title02::before {
    width: 6rem;
    height: 6rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec_title02::before {
    left: 47%;
  }
}
.l-sec_title02::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 51%;
  bottom: -10px;
  background: #4CB8E0;
}
@media screen and (max-width: 1440px) {
  .l-sec_title02::after {
    width: 6rem;
    height: 6rem;
    bottom: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec_title02::after {
    left: 53%;
  }
}
@media screen and (max-width: 1440px) {
  .l-sec_title02 {
    margin-bottom: 40rem;
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec_title02 {
    font-size: 24rem;
  }
}

.l-CTA {
  position: relative;
}
.l-CTA_box {
  border-radius: 16px;
  background: #4CB8E0;
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .l-CTA_box {
    padding: 32rem;
    border-radius: 16rem;
    border-width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_box {
    padding: 15rem;
    overflow: hidden;
  }
}
.l-CTA_inner {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  .l-CTA_inner {
    padding: 50rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_inner {
    padding: 80rem 15rem 110rem;
  }
}
.l-CTA_inner .lampimg {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .l-CTA_inner .lampimg {
    top: -15rem;
    left: -15rem;
    width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_inner .lampimg {
    width: 100rem;
    top: -10rem;
    left: -10rem;
  }
}
.l-CTA_inner .CTAimg {
  position: absolute;
  bottom: 0px;
  left: unset;
  right: 0px;
  width: 330px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .l-CTA_inner .CTAimg {
    width: 330rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_inner .CTAimg {
    width: 200rem;
    bottom: -50rem;
    right: -20rem;
  }
}
.l-CTA_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-CTA_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_title {
    font-size: 28rem;
  }
}
.l-CTA_txt {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .l-CTA_txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA_txt {
    margin-top: 15rem;
    font-size: 14rem;
  }
}
.l-CTA .morelinks {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-CTA .morelinks {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-CTA .morelinks {
    margin-top: 15rem;
  }
}

.l-sec04 {
  position: relative;
}
.l-sec04 .l-sec_title .gradient-border {
  background-color: #fff;
}
.l-sec04_box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec04_box {
    margin-top: 50rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec04_box {
    margin-top: 25rem;
    gap: 20rem;
  }
}
.l-sec04__item {
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #EDFAFF;
  max-width: 320px;
}
@media screen and (max-width: 1440px) {
  .l-sec04__item {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec04__item {
    max-width: 100%;
  }
}
.l-sec04__item_img {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec04__item_img {
    max-width: 180rem;
  }
}
.l-sec04__item_title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec04__item_title {
    margin-top: 15rem;
    font-size: 20rem;
  }
}
.l-sec04__item_txt {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .l-sec04__item_txt {
    font-size: 16rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec04__item_txt {
    margin-top: 10rem;
    font-size: 14rem;
  }
}

.l-sec05 {
  padding-bottom: 0;
  position: relative;
}
.l-sec05_box {
  position: relative;
  padding: 50px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(90deg, #DC5D9D 0%, #4CB8E0 100%) 1;
     border-image: linear-gradient(90deg, #DC5D9D 0%, #4CB8E0 100%) 1;
}
@media screen and (max-width: 1440px) {
  .l-sec05_box {
    padding: 50rem 0;
    border-width: 4rem;
  }
}
.l-sec05_box .img01 {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 140px;
}
@media screen and (max-width: 1440px) {
  .l-sec05_box .img01 {
    top: 50rem;
    left: -20rem;
    width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_box .img01 {
    width: 80rem;
    top: -50rem;
    left: -15rem;
  }
}
.l-sec05_box .img02 {
  position: absolute;
  top: -50px;
  right: 55px;
  width: 140px;
}
@media screen and (max-width: 1440px) {
  .l-sec05_box .img02 {
    top: -50rem;
    right: 55rem;
    width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_box .img02 {
    width: 90rem;
    right: -10rem;
    top: unset;
    bottom: -50rem;
  }
}
.l-sec05_box .img03 {
  position: absolute;
  bottom: -65px;
  right: -40px;
  width: 140px;
}
@media screen and (max-width: 1440px) {
  .l-sec05_box .img03 {
    width: 140rem;
    right: -40rem;
    bottom: -65rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_box .img03 {
    display: none;
  }
}
.l-sec05_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec05_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_title {
    font-size: 24rem;
  }
}
.l-sec05_txt {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec05_txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_txt {
    text-align: left;
    margin-top: 25rem;
    font-size: 14rem;
  }
}
.l-sec05 .listbox {
  max-width: 600px;
  margin: auto;
  padding: 15px;
  background-color: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec05 .listbox {
    max-width: 600rem;
    padding: 15rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05 .listbox {
    max-width: 100%;
  }
}
.l-sec05_list li {
  margin-left: 20px;
  list-style: disc;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-sec05_list li::marker {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1440px) {
  .l-sec05_list li {
    margin-left: 20rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec05_list li {
    font-size: 14rem;
  }
}

.l-sec06_contain {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec06_contain {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec06_contain {
    max-width: 100%;
  }
}
.l-sec06_box {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec06_box {
    margin-top: 25rem;
  }
}
.l-sec06_box .faqitem {
  padding: 25px 15px;
  border-top: 1px solid #CECECE;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem {
    padding: 25rem 15rem;
  }
}
.l-sec06_box .faqitem:last-child {
  border-bottom: 1px solid #CECECE;
}
.l-sec06_box .faqitem_qusetion {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem_qusetion {
    gap: 10rem;
  }
}
.l-sec06_box .faqitem_qusetion .q-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4CB8E0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem_qusetion .q-txt {
    min-width: 32rem;
    width: 32rem;
    height: 32rem;
    font-size: 16rem;
  }
}
.l-sec06_box .faqitem_qusetion .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem_qusetion .txt {
    font-size: 16rem;
    line-height: 32rem;
  }
}
.l-sec06_box .faqitem_answer {
  margin-top: 15px;
  margin-left: 45px;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem_answer {
    margin-top: 15rem;
    margin-left: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec06_box .faqitem_answer {
    margin-top: 10rem;
  }
}
.l-sec06_box .faqitem_answer .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec06_box .faqitem_answer .txt {
    font-size: 16rem;
    line-height: 32rem;
  }
}

.l-sec07 {
  background-color: #4CB8E0;
  position: relative;
  padding: 120px 20px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 {
    padding: 120rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 {
    padding: 20rem;
  }
}
.l-sec07_txt {
  margin-top: 25px;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #212121;
}
@media screen and (max-width: 1440px) {
  .l-sec07_txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07_txt {
    text-align: left;
    font-size: 14rem;
  }
}
.l-sec07_box {
  position: relative;
  z-index: 2;
  max-width: 890px;
  margin: auto;
  padding: 50px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec07_box {
    border-radius: 25rem;
    max-width: 890rem;
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07_box {
    max-width: 100%;
    padding: 25rem 20rem;
    margin-top: 25rem;
  }
}
.l-sec07 .contactform {
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform {
    max-width: 100%;
  }
}
.l-sec07 .contactform .contactitems {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitems {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitems {
    flex-direction: column;
    gap: 0;
  }
}
.l-sec07 .contactform .contactitem {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem {
    margin-bottom: 25px;
  }
}
.l-sec07 .contactform .contactitem_head {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_head {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_head {
    font-size: 14px;
  }
}
.l-sec07 .contactform .contactitem_head .smalltxt {
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_head .smalltxt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_head .smalltxt {
    font-size: 10rem;
  }
}
.l-sec07 .contactform .contactitem_head.required::after {
  position: absolute;
  content: "*";
  color: #C82020;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  top: 0px;
  right: -10px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_head.required::after {
    right: -10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_head.required::after {
    right: -10px;
    font-size: 14px;
  }
}
.l-sec07 .contactform .contactitem .flexbox {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem .flexbox {
    gap: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem .flexbox {
    flex-wrap: wrap;
    gap: 15rem;
  }
}
.l-sec07 .contactform .contactitem_input {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_input {
    margin-top: 10px;
  }
}
.l-sec07 .contactform .contactitem_input .itemradio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input .itemradio {
    font-size: 16rem;
    padding: 10rem 0;
    gap: 10rem;
  }
}
.l-sec07 .contactform .contactitem_input .itemradio input {
  width: 20px;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input .itemradio input {
    width: 20rem;
    height: 20rem;
  }
}
.l-sec07 .contactform .contactitem_input .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 60px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input .wpcf7-radio {
    font-size: 16rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_input .wpcf7-radio {
    flex-wrap: wrap;
    gap: 15rem;
  }
}
.l-sec07 .contactform .contactitem_input .wpcf7-radio input {
  width: 20px;
  height: 20px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input .wpcf7-radio input {
    width: 20rem;
    height: 20rem;
  }
}
.l-sec07 .contactform .contactitem_input .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
}
.l-sec07 .contactform .contactitem_input .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
}
.l-sec07 .contactform .contactitem_input input,
.l-sec07 .contactform .contactitem_input select,
.l-sec07 .contactform .contactitem_input textarea {
  width: 100%;
  height: 56px;
  border: 1px solid #CECECE;
  padding: 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input input,
  .l-sec07 .contactform .contactitem_input select,
  .l-sec07 .contactform .contactitem_input textarea {
    height: 56rem;
    font-size: 16rem;
    padding: 15rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_input input,
  .l-sec07 .contactform .contactitem_input select,
  .l-sec07 .contactform .contactitem_input textarea {
    height: 48px;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
  }
}
.l-sec07 .contactform .contactitem_input input::-moz-placeholder, .l-sec07 .contactform .contactitem_input select::-moz-placeholder, .l-sec07 .contactform .contactitem_input textarea::-moz-placeholder {
  color: #CECECE;
}
.l-sec07 .contactform .contactitem_input input::placeholder,
.l-sec07 .contactform .contactitem_input select::placeholder,
.l-sec07 .contactform .contactitem_input textarea::placeholder {
  color: #CECECE;
}
.l-sec07 .contactform .contactitem_input textarea {
  height: 160px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .contactitem_input textarea {
    height: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .contactitem_input textarea {
    height: 160px;
  }
}
.l-sec07 .contactform .privacybox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .privacybox {
    font-size: 16rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .privacybox {
    font-size: 14rem;
    gap: 5rem;
  }
}
.l-sec07 .contactform .privacybox a {
  font-weight: 700;
  color: #DC5D9D;
  text-decoration: underline;
}
.l-sec07 .contactform .submitbtn {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .submitbtn {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .submitbtn {
    margin-top: 50rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .submitbtn p {
    width: 100%;
  }
}
.l-sec07 .contactform .submitbtn input {
  position: relative;
  width: 240px;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  border-radius: 80px;
  border: 1px solid #DC5D9D;
  background: #DC5D9D;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-sec07 .contactform .submitbtn input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .l-sec07 .contactform .submitbtn input:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .submitbtn input {
    width: 240rem;
    height: 56rem;
    font-size: 16rem;
    border-radius: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec07 .contactform .submitbtn input {
    font-size: 14rem;
    border-radius: 80rem;
    width: 100%;
    height: 48rem;
  }
}
.l-sec07 .contactform .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .l-sec07 .contactform .wpcf7 form .wpcf7-response-output {
    font-size: 14rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}

.l-sec08 {
  position: relative;
}
.l-sec08_box {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .l-sec08_box {
    max-width: 800rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec08_box {
    max-width: 100%;
    margin-top: 25rem;
  }
}
.l-sec08_itemrow {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #CECECE;
}
.l-sec08_itemrow:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  .l-sec08_itemrow {
    gap: 25rem;
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sec08_itemrow {
    flex-direction: column;
    gap: 10rem;
    padding: 25rem 0;
  }
}
.l-sec08_itemrow_head {
  max-width: 200px;
  min-width: 200px;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .l-sec08_itemrow_head {
    max-width: 200rem;
    min-width: 200rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec08_itemrow_head {
    max-width: 100%;
    min-width: auto;
    font-size: 14rem;
  }
}
.l-sec08_itemrow_content {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .l-sec08_itemrow_content {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec08_itemrow_content {
    font-size: 14rem;
  }
}

.l-sec09 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-sec09 {
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec09 {
    padding-bottom: 70rem;
  }
}
.l-sec09_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .l-sec09_box {
    grid-gap: 30rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec09_box {
    grid-template-columns: 1fr;
    grid-gap: 15rem;
  }
}
.l-sec09__itembox {
  border-radius: 16px;
  border-width: 1px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox {
    border-radius: 16rem;
    padding: 24rem;
    gap: 15rem;
  }
}
.l-sec09__itembox_head {
  background: linear-gradient(90.11deg, #4CB8E0 0.07%, #DC5D9D 99.9%);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 60px;
  min-width: 240px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox_head {
    font-size: 20rem;
    padding: 15rem;
    border-radius: 60rem;
    min-width: 240rem;
  }
}
.l-sec09__itembox_head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #968abe transparent transparent transparent;
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox_head::after {
    bottom: -7rem;
    border-width: 10rem 10rem 0 10rem;
  }
}
.l-sec09__itembox_img {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox_img {
    max-width: 140rem;
  }
}
.l-sec09__itembox_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox_title {
    font-size: 20rem;
  }
}
.l-sec09__itembox_txt {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec09__itembox_txt {
    font-size: 16rem;
    margin-top: 10rem;
  }
}

.l-sec10 {
  padding: 120px 0 80px;
  background: #EDFAFF;
  position: relative;
  clip-path: polygon(50% 6%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 1440px) {
  .l-sec10 {
    padding: 120rem 0 80rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10 {
    clip-path: polygon(50% 1%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding: 80rem 20rem 50rem;
  }
}
.l-sec10_box {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .l-sec10_box {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_box {
    margin-top: 40rem;
  }
}
.l-sec10_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media screen and (max-width: 1440px) {
  .l-sec10_grid {
    grid-gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_grid {
    grid-template-columns: 1fr;
  }
}
.l-sec10_itembox {
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox {
    border-radius: 8rem;
    padding: 24rem;
  }
}
.l-sec10_itembox_title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_title {
    font-size: 24rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_itembox_title {
    font-size: 20rem;
  }
}
.l-sec10_itembox_title::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #4CB8E0 0%, #DC5D9D 118.74%);
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_title::after {
    bottom: -20rem;
    width: 80rem;
    height: 2rem;
  }
}
.l-sec10_itembox_list {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_list {
    margin-left: 25rem;
    gap: 15rem;
  }
}
.l-sec10_itembox_list li .txt01 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000;
  position: relative;
}
.l-sec10_itembox_list li .txt01::before {
  position: absolute;
  content: "";
  background-image: url(../image/icon-dotlist.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_list li .txt01::before {
    width: 8rem;
    height: 8rem;
    left: -25rem;
  }
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_list li .txt01 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_itembox_list li .txt01 {
    font-size: 14rem;
  }
}
.l-sec10_itembox_list li .txt01 span {
  background: linear-gradient(transparent 75%, #F0DA48 25%);
}
.l-sec10_itembox_list li .txt02 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: #4CB8E0;
}
@media screen and (max-width: 1440px) {
  .l-sec10_itembox_list li .txt02 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_itembox_list li .txt02 {
    font-size: 14rem;
  }
}
.l-sec10_bottomtxt {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .l-sec10_bottomtxt {
    font-size: 20rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec10_bottomtxt {
    margin-top: 25rem;
    font-size: 16rem;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */