@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/*================================
  font
================================*/
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

/*================================
  reset
================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  position: relative;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/************** layout base ********************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #0d5bab;
}

sup {
  line-height: 100%;
  font-size: 10px;
  vertical-align: 1em;
}

sub {
  line-height: 100%;
  font-size: 10px;
  vertical-align: -0.1em;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.fw {
  font-weight: bold !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px !important;
}

.f24 {
  font-size: 24px !important;
}

.txtRed {
  color: #D80000;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.mTop0 {
  margin-top: 0 !important;
}

.mTop5 {
  margin-top: 5px !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop25 {
  margin-top: 25px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop35 {
  margin-top: 35px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop45 {
  margin-top: 45px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mTop55 {
  margin-top: 55px !important;
}

.mTop60 {
  margin-top: 60px !important;
}

.mBtm0 {
  margin-bottom: 0 !important;
}

.mBtm5 {
  margin-bottom: 5px !important;
}

.mBtm10 {
  margin-bottom: 10px !important;
}

.mBtm15 {
  margin-bottom: 15px !important;
}

.mBtm20 {
  margin-bottom: 20px !important;
}

.mBtm25 {
  margin-bottom: 25px !important;
}

.mBtm30 {
  margin-bottom: 30px !important;
}

.mBtm35 {
  margin-bottom: 35px !important;
}

.mBtm40 {
  margin-bottom: 40px !important;
}

.mBtm45 {
  margin-bottom: 45px !important;
}

.mBtm50 {
  margin-bottom: 50px !important;
}

.mBtm55 {
  margin-bottom: 55px !important;
}

.mBtm60 {
  margin-bottom: 60px !important;
}

.mBtm70 {
  margin-bottom: 70px !important;
}

.mBtm80 {
  margin-bottom: 80px !important;
}

.mBtm90 {
  margin-bottom: 90px !important;
}

.mBtm100 {
  margin-bottom: 100px !important;
}

.pTop0 {
  padding-top: 0 !important;
}

.pTop5 {
  padding-top: 5px !important;
}

.pTop10 {
  padding-top: 10px !important;
}

.pTop15 {
  padding-top: 15px !important;
}

.pTop20 {
  padding-top: 20px !important;
}

.pTop25 {
  padding-top: 25px !important;
}

.pTop30 {
  padding-top: 30px !important;
}

.pTop35 {
  padding-top: 35px !important;
}

.pTop40 {
  padding-top: 40px !important;
}

.pTop45 {
  padding-top: 45px !important;
}

.pTop50 {
  padding-top: 50px !important;
}

.pBtm0 {
  padding-bottom: 0 !important;
}

.pBtm5 {
  padding-bottom: 5px !important;
}

.pBtm10 {
  padding-bottom: 10px !important;
}

.pBtm15 {
  padding-bottom: 15px !important;
}

.pBtm20 {
  padding-bottom: 20px !important;
}

.pBtm25 {
  padding-bottom: 25px !important;
}

.pBtm30 {
  padding-bottom: 30px !important;
}

.pBtm35 {
  padding-bottom: 35px !important;
}

.pBtm40 {
  padding-bottom: 40px !important;
}

.pBtm45 {
  padding-bottom: 45px !important;
}

.pBtm50 {
  padding-bottom: 50px !important;
}

.pBtm55 {
  padding-bottom: 55px !important;
}

.pBtm60 {
  padding-bottom: 60px !important;
}

/************** layout base ********************/
body {
  background: #fff;
  text-align: left;
  line-height: 1.5;
}

p, dt, dd, li, td, th {
  color: #212121;
  font-size: 14px;
}

div, p, dl {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

h2 {
  font-size: 55px;
}

.l_inner {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

/*------------------ list style----------------*/
.numberList {
  padding: 0 0 0 18px;
}

.numberList li {
  list-style: decimal outside;
  padding: 0 0 5px 0;
}

.discList {
  padding: 0 0 0 18px;
}

.discList li {
  list-style: disc outside;
  padding: 0 0 2px 0;
}

.indentList li {
  padding-left: 1em;
  text-indent: -1em;
}

/*================================
  header
================================*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
  top: 0;
  transform: translateY(0);
  transition: top 0.5s, transform 0.5s;
}

#header.is-animation {
  top: -135px;
}

#header.is-hidden {
  transform: translateY(-100%);
  top: -135px;
  transition: top 0.5s, transform 0.5s;
}

#header.is-fixed {
  position: fixed;
  top: 0;
  transition: top 0.5s, transform 0.5s;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 12px 20px 17px;
}

#header .logo {
  display: inline-block;
  vertical-align: middle;
}

#header .btn {
  float: right;
  width: 315px;
}

#header .btn img {
  display: block;
  width: 100%;
}

#header .requestBtn {
  margin: 0;
  min-width: 320px;
}

#header .requestBtn a {
  font-size: 22px;
  padding: 14px 0;
}

#header .requestBtn a::before {
  content: "";
  width: 42px;
  height: 42px;
  background: transparent url(../../img/landing_v8/icon_document.png) no-repeat center/contain;
  left: 10px;
}

#header .requestBtn a::after {
  right: 22px;
  border-width: 7.5px 0 7.5px 13px;
}

#header .requestBtn a:hover::after {
  right: 16px;
}

#header .requestBtn a span {
  padding-left: 5.5%;
}

/*================================
  footer
================================*/
#footer {
  width: 965px;
  margin: 40px auto 40px auto;
}

#footer #pagetop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 130px;
  z-index: 100;
}

#footer .footLogo {
  text-align: center;
}

#footer .footLogo img {
  max-width: 333px;
  margin: 0 0 5px 0;
}

#footer .footLogo a {
  background: url(../../img/landing_v8/ic_window.png) right 6px no-repeat;
  color: #007fdf !important;
  padding: 0 15px 0 5px;
  font-size: 12px;
  text-decoration: underline;
}

#footer .footLogo a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
}

/*================================
  contents
================================*/
/************** requestBtn ********************/
.requestBtn {
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  text-align: center;
  z-index: 0;
  background: linear-gradient(to right, #ff8400, #ff6600);
}

.requestBtn::before {
  border-radius: 100px;
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #ff8400, #ffa200);
  opacity: 0;
  transition: opacity 0.5s;
}

.requestBtn:hover::before {
  opacity: 1;
}

.requestBtn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 17px 0 20px;
  background-size: 100% 100%;
  border-radius: 100px;
  box-shadow: 10px 10px 16px rgba(13, 4, 8, 0.19);
  font-size: 31px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  position: relative;
}

.requestBtn a::before {
  position: absolute;
  content: "無料";
  display: block;
  font-size: 28px;
  line-height: 1.8;
  width: 88px;
  height: 53px;
  color: #ff7c00;
  background: #fff;
  border-radius: 80px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.requestBtn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.requestBtn a span {
  display: inline-block;
  padding-left: 13%;
  position: relative;
}

.requestBtn a:hover::after {
  right: 18px;
}

.p-cta__copy {
  max-width: 320px;
  margin: 0 auto;
}

.p-cta .requestBtn {
  margin-top: 10px;
  max-width: 450px;
}

.p-cta .catch-txt {
  color: #ff6900;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
}

.p-cta .catch-txt::before,
.p-cta .catch-txt::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 23px;
  height: 2px;
  top: -7px;
  background-color: #ff6900;
}

.p-cta .catch-txt::before {
  transform: rotate(60deg);
}

.p-cta .catch-txt::after {
  transform: rotate(-60deg);
}

/************** requestBtn(document icon) ********************/
.requestBtn.document {
  max-width: 477px;
}

.requestBtn.document a {
  font-size: 30px;
  padding: 16px 0;
}

.requestBtn.document a::before {
  content: "";
  width: 53px;
  height: 53px;
  background: transparent url(../../img/landing_v8/icon_document.png) no-repeat center/contain;
  left: 12px;
}

.requestBtn.document a::after {
  border-width: 9px 0 9px 16px;
}

.requestBtn.document a span {
  padding-left: 6%;
}

/************** requestBtn(yen icon) ********************/
.requestBtn.yen a {
  font-size: 31px;
  padding: 15px 0;
}

.requestBtn.yen a::before {
  content: "";
  width: 53px;
  height: 53px;
  background: transparent url(../../img/landing_v8/icon_yen.png) no-repeat center/contain;
  left: 12px;
}

.requestBtn.yen a::after {
  border-width: 9px 0 9px 16px;
}

.requestBtn.yen a span {
  padding-left: 7%;
}

/************** fv ********************/
.fv {
  padding: min(5.2380952381vw, 55px) 0 min(9.5238095238vw, 100px);
  background: url(../../img/landing_v8/fv_bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

.fv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 0 min(1.9047619048vw, 20px);
}

.fv .fv_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.fv .fv_cont {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fv .fv_title .fv_copy .txt {
  color: #0072bc;
  display: block;
  font-size: min(3.3333333333vw, 35px);
  font-weight: 600;
  margin-bottom: min(0.9523809524vw, 10px);
  text-align: center;
}

.fv .fv_title .fv_copy .catch {
  color: #0072bc;
  display: block;
  font-size: min(5.3333333333vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: min(1.9047619048vw, 20px);
  text-align: center;
}

.fv .fv_title .fv_copy .cross {
  color: #0072bc;
  display: block;
  font-size: min(4vw, 42px);
  font-weight: 600;
  text-align: center;
}

.fv .fv_title .fv_copy .ttl {
  color: #0072bc;
  display: block;
  font-size: min(3.4285714286vw, 36px);
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: min(44.7619047619vw, 470px);
}

.fv .fv_title .fv_copy .ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 2px;
  background: #0072bc;
}

.fv .fv_title .fv_copy .ttl .underline {
  position: relative;
  padding: 0 min(1.9047619048vw, 20px);
  background: #fff;
}

.fv .fv_title .fv_copy .logo {
  margin: min(1.9047619048vw, 20px) auto min(5.2380952381vw, 55px);
  width: min(33.1428571429vw, 348px);
}

.fv .fv_cont .fv_img {
  width: min(47.9047619048vw, 503px);
}

.fv .fv_cont .fv_copy {
  width: min(46vw, 483px);
}

.fv_cap {
  margin-top: min(2.2857142857vw, 24px);
}

.fv_cap li {
  color: #fff;
  font-size: min(1.1428571429vw, 12px);
  font-weight: 300;
  font-feature-settings: "palt";
  text-indent: -1.8em;
  margin-left: 1.8em;
}

.fv .requestBtn a {
  font-size: min(2.9523809524vw, 31px);
  padding: min(1.5238095238vw, 28px) 0 min(1.7142857143vw, 32px);
  width: min(45.7142857143vw, 480px);
}

.fv .requestBtn a::before {
  font-size: min(2.6666666667vw, 28px);
  line-height: 2;
  width: min(8.9523809524vw, 94px);
  height: min(5.7142857143vw, 60px);
  left: min(1.9047619048vw, 20px);
}

.fv .requestBtn a::after {
  border-width: min(0.8571428571vw, 9px) 0 min(0.8571428571vw, 9px) min(1.5238095238vw, 16px);
}

/************** sec-intro ********************/
.sec-intro {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 80px;
  background: #d0d3d8;
  position: relative;
}

.sec-intro::after {
  position: absolute;
  content: "";
  background: #d0d3d8;
  margin-top: -0.1%;
  width: 100%;
  height: 116px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.sec-intro__title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.sec-intro__title span {
  font-size: 34px;
}

.sec-intro__title em {
  color: #fff;
  background: linear-gradient(transparent 15%, #0069b8 15%, #0069b8 95%, transparent 95%);
  font-style: normal;
  margin: 0 5px;
  padding: 0 5px;
}

.sec-intro__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec-intro__list li {
  width: 265px;
}

.sec-intro__list li:nth-child(even) {
  margin-bottom: -30px;
  z-index: 1;
}

/************** sec-point ********************/
.sec-point {
  padding: 83px 0 156px;
}

.sec-point__inner {
  width: 100%;
  max-width: 1022px;
  margin: 0 auto;
}

.sec-point__block {
  padding: 0 25px;
}

.sec-point__title {
  color: #0069b8;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.sec-point__title span {
  font-size: 45px;
}

.sec-point__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sec-point__list li:nth-of-type(1) {
  padding-right: 119px;
}

.sec-point__list li:nth-of-type(2) {
  padding-left: 201px;
}

.sec-point__list li:nth-of-type(3) {
  padding-right: 197px;
}

.sec-point .p-cta {
  margin: 60px auto 0;
}

/************** sec-reason ********************/
.sec-reason {
  background-color: #e6f6f7;
  margin-bottom: 156px;
  padding: 0 0 50px;
  position: relative;
}

.sec-reason::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 140px, 100% 0, 100% 140px);
          clip-path: polygon(0 140px, 100% 0, 100% 140px);
  background: #e6f6f7;
  top: -139px;
  right: 0;
}

.sec-reason::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 140px);
          clip-path: polygon(0 0, 100% 0, 100% 140px);
  background: #e6f6f7;
  top: 99.9%;
  left: 0;
}

.sec-reason__inner {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}

.sec-reason__block {
  padding: 0 25px;
}

.sec-reason__title {
  color: #0069b8;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.sec-reason__title span {
  font-size: 34px;
}

.sec-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 15px;
}

.sec-reason__list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 11px;
  width: calc((100% - 40px) / 3);
  box-shadow: 4px 0 9px rgba(0, 49, 51, 0.13);
}

.sec-reason__list h3 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}

.sec-reason__list h3 span {
  color: #0069b8;
}

.reason_cap {
  display: flex;
  flex-direction: column;
  padding-bottom: 65px;
}

.reason_cap li {
  font-size: 11px;
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}

/************** sec-element ********************/
.sec-element {
  margin-bottom: 156px;
}

.sec-element__inner {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}

.sec-element__block {
  padding: 0 25px;
}

.sec-element__title {
  color: #0069b8;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.sec-element__title span {
  font-size: 33px;
}

.sec-element__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 17px;
}

.sec-element__list li {
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 30px 13px;
  width: calc((100% - 34px) / 3);
  box-shadow: 5px 5px 10px rgba(13, 4, 8, 0.13);
}

.sec-element__list h3 {
  color: #0069b8;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px;
}

.sec-element__list h3 img {
  display: block;
  margin: 0 auto 15px;
  width: auto;
  height: 32px;
}

.sec-element__list p {
  font-size: 13px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.8;
  padding-top: 15px;
  text-align: justify;
  flex-grow: 1;
}

.sec-element__figure {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 496px;
}

/************** sec-price ********************/
.sec-price {
  background-color: #fdffc5;
  margin-bottom: 156px;
  padding: 0 0 50px;
  position: relative;
}

.sec-price::before {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 140px, 100% 0, 100% 140px);
          clip-path: polygon(0 140px, 100% 0, 100% 140px);
  background: #fdffc5;
  top: -139px;
  right: 0;
}

.sec-price::after {
  position: absolute;
  content: "";
  width: 100%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 140px);
          clip-path: polygon(0 0, 100% 0, 100% 140px);
  background: #fdffc5;
  top: 99.9%;
  left: 0;
}

.sec-price__inner {
  width: 100%;
  max-width: 677px;
  margin: 0 auto;
}

.sec-price__block {
  padding: 0 20px;
}

.sec-price__title {
  color: #ff5400;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.sec-price__title span {
  font-size: 34px;
}

.sec-price__title .zero {
  margin: 0 5px;
  width: 35px;
  vertical-align: bottom;
}

.sec-price__subtitle {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0 65px;
  text-align: center;
}

.sec-price__subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #0069b8;
}

.sec-price__subtitle .underline {
  position: relative;
  padding: 0 20px;
  background: #fdffc5;
}

.sec-price__subtitle .strong {
  color: #0069b8;
}

.sec-price__figure01 {
  margin-bottom: 20px;
}

.sec-price__figure02 {
  margin: 50px 0 35px;
}

.sec-price .notes {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}

/************** sec-case ********************/
.sec-case {
  margin-bottom: 74px;
  padding-top: 25px;
  position: relative;
}

.sec-case__title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.sec-case__slider-inner {
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}

.sec-case__slider .slick-track {
  display: flex;
  padding: 20px 0;
}

.sec-case__slider .slick-slide {
  height: auto !important;
}

.sec-case__slider .slick-list {
  overflow: visible;
}

.sec-case__slider-item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(13, 4, 8, 0.23);
  border-radius: 12px;
  font-feature-settings: "palt";
  margin: 0 10px;
  padding-bottom: 15px;
  width: 262px;
}

.sec-case__slider-cont {
  padding: 15px 18px 0;
}

.sec-case__slider-ttl {
  margin: 3px auto;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
}

.sec-case__slider-txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #818181;
}

.sec-case__slider-label dt {
  font-size: 12px;
  margin-bottom: 12px;
}

.sec-case__slider-label dt span {
  font-weight: 700;
}

.sec-case__slider-label dd {
  display: inline-block;
  background-color: #eee;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 6px;
  padding: 3px 5px;
}

.sec-case__slider-label dd:not(:last-child) {
  margin-right: 3px;
}

.sec-case__slider .slick-prev {
  left: -45px;
}

.sec-case__slider .slick-next {
  right: -45px;
}

.sec-case__slider .slick-prev,
.sec-case__slider .slick-next {
  position: absolute;
  z-index: 1;
  width: 47px;
  height: 47px;
}

.sec-case__slider .slick-prev::before,
.sec-case__slider .slick-next::before {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(13, 4, 8, 0.23);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  opacity: 1;
}

.sec-case__slider .slick-prev::after,
.sec-case__slider .slick-next::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.sec-case__slider .slick-prev::after {
  border-width: 9px 8px 9px 0;
  border-color: transparent #000 transparent transparent;
}

.sec-case__slider .slick-next::after {
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #000;
}

.sec-case .accordion-container {
  margin: 34px auto 74px;
}

.sec-case details {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.sec-case summary {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 25px;
  background-color: #e6e6e6;
  border-radius: 12px;
  list-style: none;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  position: relative;
}

.sec-case summary::-webkit-details-marker {
  display: none;
}

.sec-case summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #000 transparent transparent transparent;
}

.sec-case details[open] summary::after {
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #000 transparent;
}

.sec-case summary span {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec-case .accordion-content {
  padding: 48px 126px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.sec-case .sec-case__seminar {
  display: flex;
  justify-content: space-between;
}

.sec-case .sec-case__seminar li {
  display: flex;
  flex-direction: column;
  width: 255px;
}

.sec-case .sec-case__seminar figure {
  margin-bottom: 10px;
  box-shadow: 4px 4px 10px rgba(13, 4, 8, 0.19);
}

.sec-case .sec-case__seminar p {
  font-size: 11px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 20px;
  flex-grow: 1;
}

.sec-case .sec-case__seminar .seminar-button {
  display: inline-block;
  background-color: #0069b8;
  box-shadow: 4px 4px 15px rgba(13, 4, 8, 0.26);
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
  padding: 12px;
  transition: all 0.5s;
  text-align: center;
  width: 187px;
}

.sec-case .sec-case__seminar .seminar-button:hover {
  opacity: 0.7;
}

/************** sec-faq ********************/
.sec-faq {
  padding: 100px 0 60px;
  background-color: #f5f5f5;
}

.sec-faq .l_inner {
  max-width: 638px;
}

.sec-faq__title {
  font-size: 41px;
  font-weight: 700;
  text-align: center;
}

.sec-faq .accordion-container {
  margin: 40px auto 54px;
}

.sec-faq details {
  margin-bottom: 18px;
}

.sec-faq summary {
  display: flex;
  align-items: center;
  min-height: 65px;
  padding: 14px 60px;
  background-color: #fff;
  border-radius: 7px;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  position: relative;
}

.sec-faq summary::-webkit-details-marker {
  display: none;
}

.sec-faq summary::before {
  content: "Q";
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: 27px;
  height: 27px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.sec-faq summary::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/landing_v8/faq_icon_plus.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.sec-faq details[open] summary::after {
  background: url(../../img/landing_v8/faq_icon_minus.png) no-repeat center/contain;
}

.sec-faq summary span {
  display: block;
}

.sec-faq .accordion-content {
  padding: 18px 0 18px 60px;
  position: relative;
}

.sec-faq .accordion-content::before {
  content: "A";
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 27px;
  height: 27px;
  background-color: #0069b8;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 12px;
}

.sec-faq .accordion-content p {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}

/************** chat bot banner ********************/
#banner {
  position: relative;
  z-index: 1000;
}/*# sourceMappingURL=style.css.map */