.breadcrumbs {
  display: none;
}

section.section {
  padding: 120px 0;
}

#key-v {
  margin-top: 102px;
  background-image: url(../images/feature_bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

#key-v .txt_box {
  width: calc(50% - 40px);
}

#key-v .img_box {
  width: 50%;
}

#key-v .img_box img {
  width: 100%;
}

#key-v h2 {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
}

#key-v p {
  color: #FFF;
  font-size: 18px;
  margin: auto;
  line-height: 2;
}

h2.sec_ttl {
  font-size: 40px;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 100px;
}

h2.sec_ttl::before {
  content: "";
  width: 66px;
  height: 6px;
  background-color: #333;
  position: absolute;
  margin: auto;
  left: 0;
  right: 66px;
  bottom: -30px;
}

h2.sec_ttl::after {
  content: "";
  width: 66px;
  height: 6px;
  background-color: #189881;
  position: absolute;
  margin: auto;
  left: 66px;
  right: 0;
  bottom: -24px;
}

#cando {
  background-color: #F2F2F2;
  margin-top: 74px;
  padding-top: 60px;
}

#cando .box {
  width: 30%;
}

#cando .box .w_box {
  width: 100%;
  padding: 25px;
  background-color: #FFF;
  border-radius: 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cando .box .w_box img {

}

#cando .box h3 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

#cando .box p {
  margin: auto;
}

#features {
  background-color: #F2F2F2;
  overflow-x: hidden;
}


#features .w_box {
  background-color: #FFF;
  padding: 80px 0;
  position: relative;
  z-index: 2;
  border-radius: 0 50px 50px 0;
  margin-bottom: 60px;
}

#features .w_box.right {
  border-radius: 50px 0 0 50px;
}

#features .w_box .w {
  background-color: #FFF;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: -100vw;
  top: 0;
  z-index: 0;
}

#features .w_box.right .w {
  left: auto;
  right: -100vw;
}

#features .flex .img_box {
  width: 40%;
}

#features .flex .txt_box {
  width: calc(60% - 0px);
  padding: 0 80px;
}

#features .flex .txt_box em {
  font-size: 18px;
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#features .flex .txt_box em span {
  font-size: 64px;
  display: block;
  background: white; /* 透明部分にする背景色 */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px #333; /* 外枠の色 */
}

#features .flex .txt_box h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 40px;
}

#features .flex .img_box img {
  border-radius: 25px;
  display: block;
  box-shadow: 10px 10px 15px -10px;
}

.points {
  background-color: #F2F2F2;
}

.points .key_box {
  background-image: url(../images/feature_bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px;
  border-radius: 50px;
  color: #FFF;
}

.points h2 {
  font-size: 32px;
  color: #FFF;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.points h2 span {
  padding: 10px 40px;
  border: 1px solid #FFF;
  display: inline-block;
}

.points ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.points ul li {
  width: 30%;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;

}

.points ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  line-height: 1;
}

.points .flex .txt_box,
.points .flex .img_box {
    width: calc(50% - 20px);
}

.points .key_box p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 60px;
}

#about_data {
  background-color: #F2F2F2;
}

#about_data .flex .w_box {
  width: 23.5%;
  background-color: #FFF;
  border-radius: 25px;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about_data .flex .w_box h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: normal;
}

#about_data .flex .w_box h3 em {
  display: block;
  text-align: center;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #333;
}

#about_data .flex .w_box h3 b {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 1.75;
}

#about_data .flex .w_box h3 span {
  display: block;
  font-size: 16px;
  color: #666;
}

#ip_info {
  background-color: #F2F2F2;
}

#ip_info .g_box {
  background-color: #E6E6E6;
  border-radius: 50px;
  padding: 80px;
}

#ip_info .g_box .content {
  width: 100%;
  position: relative;
}

#ip_info .g_box .content .flex {
  flex-wrap: nowrap;
}

#ip_info .g_box .img_box {
  width: 65%;
  position: relative;
}

#ip_info .g_box .img_box img {
  width: 100%;
  border-radius: 25px;
}

#ip_info .g_box .txt_box {
  width: 45%;
  position: relative;
  background-color: #F2F2F2;
  border-radius: 25px;
  padding: 40px;
  right: 40px;
  top: 0px;
}

#ip_info .g_box .txt_box::before {
  content: "";
  position: absolute;
  right: 420px;
  top: 24%;
  transform: translateY(-50%) rotate(180deg);
  border-style: solid;
  border-width: 20px 0px 20px 60px;
  border-color: transparent transparent transparent #F2F2F2;
  display: none;
}

#ip_info .flex .txt_box em {
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#ip_info .flex .txt_box em span {
  font-size: 64px;
  display: block;
  background: white; /* 透明部分にする背景色 */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px #333; /* 外枠の色 */
}

#ip_info .flex .txt_box h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

#ip_info .flex .txt_box ul {
  margin: auto;
}

#ip_info .flex .txt_box ul li {
  margin-right: 10px;
  color: #FFF;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  background-color: #448ACA;
  display: inline-block;
  min-width: 150px;
}

#ip_info .flex .txt_box ul li.pro {
  background-color: #000;
}

#ip_info .slick-dots {
  bottom: -60px;
}

#plan {
  background-color: #FFF;
}

#plan h3 {
    font-size: 32px;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#plan h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  margin-right: 15px;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.pricing-table th {
  font-weight: bold;
}

.pricing-table th, .pricing-table td {
    border: 1px solid #FFF;
    text-align: center;
    vertical-align:middle;
    background: #f4f4f4;
}

.pricing-table tr td:nth-child(3) {
  background-color: #F5F0F0;
  text-align: left;
}

.pricing-table thead {
    background: #f4f4f4;
}

.pricing-table .basic {
    background: #4a90e2;
    color: white;
}

.pricing-table .pro {
    background: #5da48a;
    color: white;
}

.pricing-table .enterprise {
    background: #673b74;
    color: white;
}

.pricing-table tr td.basic {
  background-color: #DDE7F0;
  color: #333;
  text-align: center;
}

.pricing-table tr td.pro {
  background-color: #DBEDEA;
  color: #333;
  text-align: center;
}

.pricing-table tr td.enterprise {
  background-color: #F0E9F5;
  color: #333;
  text-align: center;
}

.pricing-table .basic,
.pricing-table .pro,
.pricing-table .enterprise {
  width: 160px;
}

.pricing-table td:first-child {
    font-weight: bold;
}

.pricing-table td small {
    font-size: 12px;
    display: block;
    color: #999;
}

.pricing-table .btn {
  width: 100%;
  padding: 10px 25px;
  text-align: center;
  border-radius: 50px;
  background-color: #FFF;
  color: #333;
  border: 2px solid #000;
  transition: .3s;
}

.pricing-table tbody tr:last-child td {
  background: none;
  border: 0;
}

.pricing-table .btn:hover {
  background-color: #000;
  color: #FFF;
}

.option-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.option-table th, .option-table td {
    border: 1px solid #FFF;
    text-align: center;
    background: #f8f8f8;
    vertical-align: middle;
}

.option-table th {
  font-weight: bold;
}

.option-table tbody td:nth-child(3) {
  background-color:#F5F0F0;
  text-align: left;
}

.option-table tbody td:last-child {
  background-color:#DBEDEA;
}

.option-table thead {
    background: #eaeaea;
}

.option-table .price-header {
    background: #000;
    color: white;
}

.btn_normal {
  padding: 15px 40px;
  background-color: #FFF;
  font-size: 24px;
  color: #333;
  max-width: 360px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  text-align: left;
  transition: .3s;
  border: 3px solid #000;
}

.btn_normal:hover {
  color: #FFF;
  background-color: #000;
}

.btn_normal::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  position: absolute;
  right: 25px;
}

#plan .btn_normal {
  max-width: 400px;
  margin-bottom: 80px;
}

#plan .g_box {
  width: 100%;
  padding: 25px;
  background-color: #F2F2F2;
  border-radius: 50px;
}

#plan .g_box .flex .w_box {
  width: calc(50% - 20px);
  background-color: #FFF;
  border-radius: 25px;
  padding: 40px;
}

#plan .g_box .flex .w_box h4 {
  margin-bottom: 40px;
}

#plan .g_box .flex .w_box h4 em {
  font-size: 64px;
  display: block;
  color: #333;
  font-family: "neue-haas-grotesk-text", sans-serif;
}

#plan .g_box .flex .w_box h4 em span {
  font-size: 20px;
  display: block;
}

#plan .g_box .flex .w_box h5 {
  font-size: 24px;
  font-weight: normal;
}

#plan .g_box .flex .w_box h5:first-of-type {
  margin-bottom: 30px;
}

#plan .g_box .flex .w_box p {
  color: #666;
  margin-bottom: 30px;
}

#plan .g_box .flex .w_box .btn_normal {
  margin: 0;
}

#plan .g_box2 {
  margin: auto;
  margin-top: 40px;
  width: 50%;
}

#plan .g_box2 .flex {
  justify-content: center;
}

#plan .g_box2 .flex .w_box {
  width: 100%;
}

#plan .g_box2 .w_box h4 {
  font-size: 48px;
}

span.cl {
    color: #38BAA2;
}

table td:empty {
  background-image: none;
}

.points:last-of-type {
  background-color: #FFF;
}

@media screen and (min-width: 0px) and (max-width: 799px) {

section.section {
  padding: 40px 0;
}

#key-v {
  margin-top: 60px;
  padding: 40px 0;
  min-height: calc(100vh - 60px);
}

#key-v .txt_box,
#key-v .img_box {
  width: 100%;
}

#key-v .txt_box {
  margin-bottom: 30px;
}

#key-v h2 {
  font-size: 32px;
}

#key-v p {
  font-size: 16px;
}

h2.sec_ttl {
  font-size: 24px;
  margin-bottom: 60px;
}

h2.sec_ttl::before {
  width: 33px;
  height: 3px;
  right: 33px;
}

h2.sec_ttl::after {
  width: 33px;
  height: 3px;
  left: 33px;
}

#cando .flex {
  gap: 60px;
}

#cando .box {
  width: 100%;
}

#cando .box .w_box {
  margin-bottom: 20px;
}

#cando .box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#features .flex .img_box,
#features .flex .txt_box {
  width: 100%;
}

#features .flex .img_box {
  margin-bottom: 30px;
}

#features .flex .txt_box {
  padding: 0;
}

#features .w_box .w {
  display: none;
}

#features .w_box,
#features .w_box.right {
  padding: 25px;
  border-radius: 25px;
}

#features .flex .txt_box em {
  margin-bottom: 20px;
}

#features .w_box.right .img_box {
  order: -1;
}

#features .flex .txt_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.points .key_box {
  padding: 25px;
  border-radius: 25px;
}

.points h2 {
  font-size: 24px;
}

.points ul {
  gap: 20px;
  flex-wrap: wrap;
}

.points ul li {
  font-size: 24px;
  width: 100%;
}

.points .flex .txt_box,
.points .flex .img_box {
  width: 100%;
}

.points .flex .txt_box {
  margin-bottom: 30px;
}

.btn_normal {
  padding: 15px 20px;
  font-size: 18px;
}

.points .key_box p {
  font-size: 16px;
  margin-bottom: 20px;
}

#about_data .flex {
  row-gap: 2%;
}

#about_data .flex .w_box {
  width: calc(50% - 5px);
  padding: 15px;
}

#about_data .flex .w_box h3 {
  font-size: 16px;
}

#about_data .flex .w_box h3 em,
#about_data .flex .w_box h3 b {
  font-size: 24px;
}

#about_data .flex .w_box:nth-of-type(1),
#about_data .flex .w_box:nth-of-type(2) {
margin-bottom: 10px;
}

#ip_info .g_box {
  padding: 25px;
  border-radius: 25px;
}

#ip_info .g_box .img_box,
#ip_info .g_box .txt_box {
  width: 100%;
}

#ip_info .g_box .img_box {
  margin-bottom: 30px;
}

#ip_info .g_box .txt_box {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}

#ip_info .g_box .content .flex {
  flex-wrap: wrap;
}

#ip_info .g_box .txt_box::before {
  display: none;
}

#ip_info .flex .txt_box h3 {
  font-size: 18px;
}

#ip_info .flex .txt_box ul li {
  min-width: 80px;
}

#plan h3 {
  font-size: 20px;
}

#plan h3::before {
  width: 20px;
  height: 2px;
}

#plan .g_box {
  border-radius: 25px;
}

#plan .g_box .flex {
  gap: 40px;
}

#plan .g_box .flex .w_box {
  width: 100%;
  padding: 25px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

#plan {

}

.table-wrapper {
    width: 100%;
    overflow-x: auto; /* 横スクロールを有効化 */
    -webkit-overflow-scrolling: touch; /* スムーズスクロール対応 */
}


.pricing-table,
.option-table {
  white-space: nowrap;
  font-size: 14px;
}

.pricing-table .basic, .pricing-table .pro, .pricing-table .enterprise {
  min-width: 160px;
}

#plan .g_box2 .flex .w_box .btn_normal {

}

#plan .g_box2 {
  width: 100%;
}

#plan .g_box {
  padding: 15px;
}

#cando {
  margin-top: 60px;
}

}
