@charset "UTF-8";
/**************************************************
settings
**************************************************/
/**************************************************
common
**************************************************/
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #282A35;
  position: relative;
}

section .inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8rem;
    min-width: auto;
  }
  section {
    overflow: hidden;
  }
  section .inner {
    max-width: none;
  }
  section .bg001 dotlottie-player, section .bg002 dotlottie-player {
    width: 150px !important;
    height: 315px !important;
  }
}
img {
  width: 100%;
  height: auto;
}

figure {
  line-height: 1;
}

ul {
  list-style: none;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

.fade {
  position: relative;
  opacity: 0;
  transition: 0.8s;
}
.fade.animation {
  opacity: 1;
}

.f_top {
  top: 50px;
}
.f_top.animation {
  top: 0;
}

.f_right {
  right: 50px;
}
.f_right.animation {
  right: 0;
}

.f_left {
  left: 50px;
}
.f_left.animation {
  left: 0;
}

/* cta block
ーーーーーーーーーーーーーーー---- */
.btn {
  max-width: 310px;
}
.btn a {
  display: block;
  width: 100%;
  height: 72px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(90deg, #1313D0 0%, #5454D1 100%);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 48px;
  box-shadow: 0px 0px 32px 0px rgba(66, 66, 217, 0.24);
  position: relative;
}
.btn a span {
  position: relative;
  z-index: 0;
}
.btn a span.arrow {
  padding-right: 25px;
}
.btn a span.arrow::before, .btn a span.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn a span.arrow::before {
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, #FC0 0%, #FAFF06 100%);
}
.btn a span.arrow::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #FAFF06;
  border-right: 1px solid #FAFF06;
  right: 6px;
  transform: rotate(45deg) translateY(-70%);
}
.btn a::before {
  display: block;
  content: "";
  background: linear-gradient(90deg, #0A0A72 0%, #1313D0 100%);
  width: 100%;
  height: 100%;
  border-radius: 48px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}
.btn a:hover::before {
  opacity: 1;
}

/* heading
ーーーーーーーーーーーーーーー---- */
h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0A0A72;
  text-align: center;
  margin: 0 auto 48px;
}
h2 span {
  display: inline-block;
  font-size: 20px;
  color: #0A0A72;
  background: #FFCC00;
  padding: 14px 58px;
  margin-bottom: 25px;
  border-radius: 12px;
  position: relative;
}
h2 span::before {
  display: block;
  content: "";
  height: 17.3205080757px;
  width: 20px;
  background: #FFCC00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
h2 em {
  display: block;
  font-style: normal;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0A0A72;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  h2 span {
    font-size: 18px;
    padding: 10px 35px;
  }
  h3 {
    font-size: 18px;
  }
}
/* PC&SP setting*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/**************************************************
header
**************************************************/
header {
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
header h1.logo {
  width: 100px;
}
header .hd_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
header .hd_area .hd_glnavi ul {
  display: flex;
  gap: 24px;
}
header .hd_area .hd_glnavi ul li a {
  font-weight: 600;
  color: #282A35;
}
header .hd_area .hd_glnavi ul li a:hover {
  color: #FFCC00;
}
header .hd_area .btn a {
  height: 48px;
  padding: 16px 32px;
}

@media only screen and (max-width: 980px) {
  header {
    height: 70px;
  }
  header .hd_area {
    display: none;
  }
}
/************************************************
ハンバーガーメニュー
************************************************/
/* ハンバーガーボタン */
.hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 42px;
  height: 4px;
  left: 14px;
  background: #0A0A72;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 32px;
}
.hamburger span:nth-child(3) {
  top: 44px;
}
.hamburger.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 30px;
  left: 14px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  color: #282A35;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
nav.globalMenuSp .toggle-nav-open {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px;
}
nav.globalMenuSp .toggle-nav-open .toggle_area {
  margin: 0 auto;
  max-width: 1480px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 980px) {
  .hamburger {
    display: block;
  }
  nav.globalMenuSp .toggle-nav-open {
    flex-direction: column;
    height: auto;
    padding: 70px 16px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap {
    padding: 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation {
    display: block;
    width: 100%;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu {
    height: auto;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li {
    margin: 0;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li a {
    display: block;
    font-weight: bold;
    color: #0A0A72;
    padding: 20px;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap .footer-navigation ul.footer-menu li a:hover {
    color: #fff;
    background: #0A0A72;
  }
  nav.globalMenuSp .toggle-nav-open .toggle_area .ft_menu_wrap ul.sub_menu_list a {
    display: block;
    padding: 12px 20px;
    color: #fff;
  }
  nav.globalMenuSp .toggle-nav-open .info_box {
    padding-top: 25px;
  }
  nav.globalMenuSp .toggle-nav-open .info_box .logo, nav.globalMenuSp .toggle-nav-open .info_box .add_box, nav.globalMenuSp .toggle-nav-open .info_box .copyright {
    display: none;
  }
  nav.globalMenuSp .toggle-nav-open .info_box .sns_box {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
/**************************************************
sec_mv
**************************************************/
.sec_mv {
  background: url(../../../../img/lp/eccube/bg_mv.jpg) no-repeat top center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_mv .catch {
  width: 54%;
  font-weight: bold;
  padding-left: 5vw;
  color: #fff;
}
.sec_mv .catch .sub {
  position: relative;
}
.sec_mv .catch .sub .txt {
  display: inline-block;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 2.6px;
  position: absolute;
  top: 0;
  left: 15px;
}
.sec_mv .catch .txt_mv01 {
  font-size: clamp(2.25rem, -0.027rem + 4.39vw, 3.375rem);
  color: #FFCC00;
  line-height: 1.2;
}
.sec_mv .catch .txt_mv01 span {
  font-size: clamp(1.875rem, -0.149rem + 3.9vw, 2.875rem);
  color: #fff;
}
.sec_mv .catch .txt_mv02 {
  font-size: clamp(1.813rem, 0.041rem + 3.41vw, 2.688rem);
  color: #fff;
  line-height: 1.2;
}
.sec_mv .catch .txt_mv02 span {
  font-size: clamp(1.5rem, -0.018rem + 2.93vw, 2.25rem);
}
.sec_mv .catch .txt_mv02 b {
  color: #FFCC00;
}
.sec_mv figure {
  width: 46%;
}

@media only screen and (max-width: 829px) {
  .sec_mv {
    flex-direction: column;
  }
  .sec_mv .catch {
    width: auto;
    min-width: 370px;
    padding: 60px 20px 0;
  }
  .sec_mv .catch .sub .txt {
    font-size: 20px;
  }
  .sec_mv .catch .sub svg {
    width: 100%;
    max-width: 340px;
  }
  .sec_mv .catch .sub svg path {
    position: relative;
    left: 0;
  }
  .sec_mv .catch .txt_mv01 {
    font-size: clamp(1.875rem, 1.203rem + 2.99vw, 2.75rem);
  }
  .sec_mv .catch .txt_mv01 span {
    font-size: clamp(1.25rem, 0.482rem + 3.41vw, 2.25rem);
  }
  .sec_mv .catch .txt_mv02 {
    font-size: clamp(1.5rem, 1.02rem + 2.13vw, 2.125rem);
  }
  .sec_mv .catch .txt_mv02 span {
    font-size: clamp(1.063rem, 0.631rem + 1.92vw, 1.625rem);
  }
  .sec_mv figure {
    width: 100%;
    padding-left: 10vw;
  }
}
/**************************************************
sec_intro
**************************************************/
.sec_intro {
  position: relative;
}
.sec_intro .bg001 {
  position: fixed;
  top: 45px;
  right: -4em;
  z-index: -2;
}
.sec_intro .bg002 {
  position: fixed;
  bottom: 0%;
  left: -4em;
  z-index: -2;
  transform: scale(-1);
}
.sec_intro .wrap {
  position: relative;
  z-index: 1;
}
.sec_intro .inner {
  max-width: 1000px;
  line-height: 2rem;
}

.intro_area {
  padding: 128px 0;
  text-align: center;
}
.intro_area .txt {
  padding-bottom: 32px;
}
.intro_area .btn {
  margin: 0 auto;
}

.feat_area {
  padding: 120px 0;
}
.feat_area .block {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
.feat_area .block.reverse {
  flex-direction: row;
}
.feat_area .block.reverse figure {
  margin-right: auto;
  margin-left: -30px;
}
.feat_area .block:last-child {
  margin-bottom: 0;
}
.feat_area .block .txt_box {
  max-width: 572px;
  background: #F5F5F7;
  padding: 35px 70px 75px;
  border-radius: 8px;
}
.feat_area .block .txt_box .ttl {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #FFCC00;
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.feat_area .block .txt_box .ttl span {
  display: block;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 900;
}
.feat_area .block figure {
  max-width: 380px;
  padding-top: 30px;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec_intro .bg001 {
    top: 0;
  }
  .sec_intro .bg002 {
    bottom: 0%;
  }
  .sec_intro .inner {
    max-width: none;
    line-height: 1.8rem;
  }
  .intro_area {
    padding: 60px 20px;
  }
  .intro_area .txt {
    padding-bottom: 32px;
  }
  .intro_area .btn {
    margin: 0 auto;
  }
  .feat_area {
    padding: 60px 20px;
  }
  .feat_area .block {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .feat_area .block.reverse {
    flex-direction: column;
  }
  .feat_area .block.reverse figure {
    margin-left: auto;
  }
  .feat_area .block .txt_box {
    max-width: none;
    padding: 35px 25px;
  }
  .feat_area .block .txt_box .ttl {
    font-size: 30px;
  }
  .feat_area .block .txt_box .ttl span {
    font-size: 70px;
  }
  .feat_area .block figure {
    max-width: 320px;
    width: 80%;
    padding-top: 0;
    margin: -20px auto 0;
  }
}
/**************************************************
sec_archive
**************************************************/
.sec_archive {
  padding: 120px 40px;
  background: #F5F5F7;
  position: relative;
}
.sec_archive::before {
  display: block;
  content: "";
  width: 35%;
  height: 160px;
  background: url(../../../../img/lp/eccube/bg_main03.png) no-repeat top right/cover;
  position: absolute;
  top: -80px;
  left: 0;
}
.sec_archive h2 {
  margin-bottom: 110px;
}
.sec_archive .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.sec_archive .block .box {
  width: calc((100% - 120px) / 4);
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .sec_archive .block .box {
    width: calc((100% - 120px) / 3);
  }
}
.sec_archive .block .box figure {
  text-align: center;
  height: 100px;
  margin-bottom: 15px;
}
.sec_archive .block .box figure img {
  width: auto;
  height: 100%;
}
.sec_archive .block .box .sub {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  background: #4242D9;
  margin-bottom: 8px;
}
.sec_archive .block .box h3 {
  font-size: 16px;
  color: #282A35;
  line-height: 130%;
  margin-bottom: 8px;
}
.sec_archive .block .box .txt {
  font-size: 14px;
  color: #383B4A;
}

@media only screen and (max-width: 767px) {
  .sec_archive {
    padding: 60px 20px;
  }
  .sec_archive::before {
    height: 80px;
    top: -40px;
  }
  .sec_archive h2 {
    margin-bottom: 50px;
  }
  .sec_archive .block {
    gap: 10px;
  }
  .sec_archive .block .box {
    width: calc((100% - 10px) / 2);
    background: #fff;
    padding: 20px;
  }
  .sec_archive .block .box figure {
    height: auto;
    margin-bottom: 10px;
  }
  .sec_archive .block .box figure img {
    width: 80px;
    height: auto;
  }
}
/**************************************************
sec_cta
**************************************************/
.sec_cta {
  background: url(../../../../img/lp/eccube/bg_cta.jpg) no-repeat center top/cover;
}
.sec_cta .block {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  height: 320px;
  padding: 0 20px;
}
.sec_cta .block .txt_box {
  width: 50%;
  padding-top: 60px;
}
.sec_cta .block .txt_box .txt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec_cta .block .txt_box .txt span {
  display: block;
}
.sec_cta .block .txt_box .txt b {
  font-size: 32px;
}
.sec_cta .block .txt_box .btn {
  margin-bottom: 80px;
}
.sec_cta .block figure {
  width: 50%;
  position: relative;
}
.sec_cta .block figure img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .sec_cta .block .txt_box {
    width: 60%;
  }
  .sec_cta .block .txt_box .txt {
    font-size: 24px;
  }
  .sec_cta .block .txt_box .txt b {
    font-size: 30px;
  }
  .sec_cta .block figure {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_cta {
    background-position: top right;
  }
  .sec_cta .block {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0;
  }
  .sec_cta .block .txt_box {
    width: 100%;
    padding: 40px 20px 0;
  }
  .sec_cta .block .txt_box .txt {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
  }
  .sec_cta .block .txt_box .txt b {
    font-size: 36px;
  }
  .sec_cta .block .txt_box .btn {
    margin: 0 auto;
  }
  .sec_cta .block figure {
    width: 100%;
    margin-bottom: -1px;
  }
  .sec_cta .block figure img {
    width: 100%;
    height: auto;
    position: relative;
    left: -5%;
  }
}
/**************************************************
sec_case
**************************************************/
.sec_case {
  padding: 120px 0 100px;
}
.sec_case h2 {
  margin-bottom: 24px;
}
.sec_case .sub {
  text-align: center;
  margin-bottom: 32px;
}
.sec_case .wrap {
  max-width: 1200px;
  padding: 60px 60px 0;
  margin: 0 auto;
  background: url(../../../../img/lp/eccube/bg_case.png) no-repeat center top/contain;
}
.sec_case .inner {
  padding: 32px;
  background: #FFFAE6;
  border-radius: 8px;
}
.sec_case .case_area .number {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: #FFCC00;
  letter-spacing: 3.5px;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 15px;
}
.sec_case .case_area h3 {
  font-size: 26px;
  color: #0A0A72;
  text-align: center;
}
.sec_case .order_box {
  max-width: 880px;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #EBEBED;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 48px;
}
.sec_case .order_box .ph {
  width: 70px;
  text-align: center;
  font-weight: bold;
}
.sec_case .order_box .ph figure img {
  width: 28px;
}
.sec_case .order_box .request {
  font-weight: bold;
  letter-spacing: 0.7px;
}
.sec_case .cnt_box {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.sec_case .cnt_box .txt {
  width: 48%;
}
.sec_case .cnt_box .txt dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec_case .cnt_box .txt dl dt {
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  color: #60626E;
  padding-top: 5px;
}
.sec_case .cnt_box .txt dl dd {
  width: calc(100% - 80px);
  margin-bottom: 24px;
}
.sec_case .cnt_box .txt dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.sec_case .cnt_box .txt dl dd ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #4242D9;
  background: #E7E7FA;
  border: 1px solid #4242D9;
  padding: 8px;
  border-radius: 8px;
}
.sec_case .cnt_box figure {
  width: 48%;
}
.sec_case .cnt_box figure img {
  box-shadow: 0px 0px 80px 0px rgba(56, 59, 74, 0.2);
}

@media only screen and (max-width: 767px) {
  .sec_case {
    padding: 60px 0;
  }
  .sec_case .wrap {
    max-width: none;
    padding: 20px 20px 0;
  }
  .sec_case .inner {
    padding: 20px;
  }
  .sec_case .case_area .number {
    font-size: 48px;
    margin-top: -40px;
  }
  .sec_case .case_area h3 {
    font-size: 22px;
  }
  .sec_case .order_box {
    max-width: none;
    padding: 20px;
    flex-direction: column;
    gap: 3px;
    margin: 0 auto 30px;
  }
  .sec_case .cnt_box {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec_case .cnt_box .txt {
    width: 100%;
  }
  .sec_case .cnt_box .txt dl {
    flex-direction: column;
    gap: 5px;
  }
  .sec_case .cnt_box .txt dl dt {
    padding-top: 0;
  }
  .sec_case .cnt_box .txt dl dd {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec_case .cnt_box figure {
    width: 100%;
  }
}
/**************************************************
sec_flow
**************************************************/
.sec_flow {
  padding: 120px 0;
  position: relative;
}
.sec_flow .bg001 {
  position: absolute;
  top: 0;
  right: 0;
}
.sec_flow .bg002 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_flow .wrap {
  position: relative;
  z-index: 1;
}
.sec_flow .inner {
  max-width: 748px;
}
.sec_flow .block {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.sec_flow .block .box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 80px 0px rgba(56, 59, 74, 0.2);
  position: relative;
}
.sec_flow .block .box::before {
  display: block;
  content: "";
  background: #FFCC00;
  height: 23px;
  width: 46px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_flow .block .box:last-child::before {
  display: none;
}
.sec_flow .block .box .number {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #0A0A72;
  line-height: 1.1;
}
.sec_flow .block .box .number span {
  display: block;
  font-size: 50px;
}
.sec_flow .block .box figure img {
  width: auto;
  height: 80px;
}
.sec_flow .block .box .txt h3 {
  margin-bottom: 8px;
  color: #080857;
}

@media only screen and (max-width: 767px) {
  .sec_flow {
    padding: 60px 20px;
  }
  .sec_flow .inner {
    max-width: none;
  }
  .sec_flow .block {
    gap: 40px;
  }
  .sec_flow .block .box {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 20px 30px;
  }
  .sec_flow .block .box::before {
    height: 16px;
    width: 32px;
    bottom: -28px;
  }
  .sec_flow .block .box .number {
    width: 100%;
  }
  .sec_flow .block .box .number span {
    display: inline-block;
    font-size: 50px;
  }
  .sec_flow .block .box figure {
    width: 80px;
  }
  .sec_flow .block .box figure img {
    width: 100%;
    height: auto;
  }
  .sec_flow .block .box .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .sec_flow .block .box .txt h3 {
    font-size: 17px;
  }
}
/**************************************************
sec_voice
**************************************************/
.sec_voice {
  padding: 120px 0;
}
.sec_voice h2 span {
  padding: 14px 30px;
}
.sec_voice .inner {
  max-width: 1200px;
}
.sec_voice .block {
  max-width: 1200px;
  padding: 0 60px 55px;
  margin: 0 auto;
  background: url(../../../../img/lp/eccube/bg_case.png) no-repeat center bottom/contain;
}
.sec_voice .box {
  padding: 40px;
  background: #F5F5F7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
.sec_voice .box .cnt {
  padding-top: 56px;
  width: 47%;
}
.sec_voice .box .cnt .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0A0A72;
  letter-spacing: 0.8px;
  position: relative;
}
.sec_voice .box .cnt .ttl span {
  font-size: 24px;
}
.sec_voice .box .cnt .ttl::before, .sec_voice .box .cnt .ttl::after {
  display: block;
  content: "";
  width: 25px;
  height: 15px;
  background: url(../../../../img/lp/eccube/ico_quote.png) no-repeat center top/cover;
  position: absolute;
}
.sec_voice .box .cnt .ttl::before {
  top: -10px;
  left: -25px;
}
.sec_voice .box .cnt .ttl::after {
  bottom: 0;
  right: 0;
}
.sec_voice .box .cnt .name {
  margin-top: 24px;
  font-size: 12px;
  color: #60626E;
}
.sec_voice .box figure {
  position: relative;
  width: 53%;
}
.sec_voice .box figure::after {
  display: block;
  content: "VOICE";
  font-size: 72px;
  font-weight: 900;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #FFCC00;
  position: absolute;
  top: -30px;
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .sec_voice {
    padding: 60px 0;
  }
  .sec_voice .inner {
    max-width: none;
  }
  .sec_voice .block {
    max-width: none;
    padding: 0 20px 20px;
  }
  .sec_voice .box {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .sec_voice .box .cnt {
    width: 100%;
    padding-top: 0;
  }
  .sec_voice .box .cnt .ttl {
    font-size: 18px;
  }
  .sec_voice .box .cnt .ttl span {
    font-size: 22px;
  }
  .sec_voice .box .cnt .ttl::before {
    top: -15px;
    left: -15px;
  }
  .sec_voice .box .cnt .name {
    margin-top: 12px;
  }
  .sec_voice .box figure {
    width: 100%;
  }
  .sec_voice .box figure::after {
    font-size: 50px;
    top: -20px;
  }
}
/**************************************************
sec_faq
**************************************************/
.sec_faq {
  padding: 60px 0 120px;
  position: relative;
  overflow: hidden;
}
.sec_faq .bg001 {
  position: absolute;
  top: 0;
  right: 0;
}
.sec_faq .bg002 {
  position: absolute;
  top: 500px;
  left: 0;
}
.sec_faq .wrap {
  position: relative;
  z-index: 1;
}
.sec_faq .inner {
  max-width: 748px;
}
.sec_faq .block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec_faq .block .box {
  border-radius: 8px;
  box-shadow: 0px 0px 80px 0px rgba(56, 59, 74, 0.2);
}
.sec_faq .block .box dl.accordion dt {
  font-size: 15px;
  font-weight: bold;
  padding: 24px;
  background: #0A0A72;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.sec_faq .block .box dl.accordion dt::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sec_faq .block .box dl.accordion dt::after {
  display: block;
  content: "＋";
  font-size: 12px;
  font-weight: bold;
  color: #0A0A72;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.sec_faq .block .box dl.accordion dt.open {
  border-radius: 8px 8px 0 0;
}
.sec_faq .block .box dl.accordion dt.open::after {
  content: "ー";
  font-size: 8px;
  right: 28px;
}
.sec_faq .block .box dl.accordion dd {
  display: none;
  font-weight: 500;
  padding: 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.sec_faq .block .box dl.accordion dd span {
  display: block;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .sec_faq {
    padding: 60px 20px;
  }
  .sec_faq .bg002 {
    top: 400px;
  }
  .sec_faq .inner {
    max-width: none;
  }
  .sec_faq .block {
    gap: 25px;
  }
  .sec_faq .block .box dl.accordion dt {
    line-height: 1.3;
    padding: 20px 48px 20px 20px;
  }
  .sec_faq .block .box dl.accordion dd {
    padding: 20px;
  }
}
/**************************************************
sec_contact
**************************************************/
.sec_contact {
  padding: 120px 0;
  box-shadow: 0px 4px 84px 0px rgba(66, 66, 217, 0.03) inset;
  background-color: #fff;
}
.sec_contact .inner {
  max-width: 940px;
}
.sec_contact .sub {
  text-align: center;
  margin-bottom: 48px;
}
.sec_contact .block {
  display: flex;
  border-radius: 8px;
  box-shadow: 0px 0px 80px 0px rgba(56, 59, 74, 0.2);
}
.sec_contact .block .tel_box {
  width: 308px;
  background: #FFCC00;
  color: #282A35;
  text-align: center;
  padding: 24px;
  border-radius: 8px 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.sec_contact .block .tel_box .ttl {
  font-size: 19px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: 1.33px;
}
.sec_contact .block .tel_box figure {
  width: 48px;
}
.sec_contact .block .tel_box .number {
  font-size: 32px;
  font-weight: 800;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  line-height: normal;
}
.sec_contact .block .tel_box .number a {
  color: #282A35;
}
.sec_contact .block .tel_box .txt {
  font-size: 14px;
}
.sec_contact .block .form_box {
  width: calc(100% - 308px);
  padding: 40px 56px;
  background: #fff;
  border-radius: 0 8px 8px 0;
}
.sec_contact .block .form_box dl dt {
  margin-bottom: 8px;
}
.sec_contact .block .form_box dl dt span {
  font-size: 10px;
  padding-left: 15px;
}
.sec_contact .block .form_box dl dd {
  margin-bottom: 24px;
}

form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  background: #fff;
  border: 1px solid #EBEBED;
  padding: 15px;
  border-radius: 8px;
  width: 100%;
}
form ::placeholder {
  opacity: 0.4;
}
form .agree_box {
  text-align: center;
  margin-bottom: 24px;
}
form .agree_box a {
  text-decoration: underline;
  color: #282A35;
}
form .agree_box a:hover {
  color: #1313D0;
  text-decoration: none;
}
form input[type=button] {
  width: 180px;
  margin: 0 auto;
  display: block;
  height: 48px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(90deg, #1313D0 0%, #5454D1 100%);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 48px;
  box-shadow: 0px 0px 32px 0px rgba(66, 66, 217, 0.24);
}
form input[type=submit] {
  width: 180px;
  margin: 0 auto;
  display: block;
  height: 48px;
  padding: 16px;
  color: #fff;
  background: linear-gradient(90deg, #1313D0 0%, #5454D1 100%);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-radius: 48px;
  box-shadow: 0px 0px 32px 0px rgba(66, 66, 217, 0.24);
  margin-top: 30px;
}
form #submit {
  background: gray; /* 無効時の色 */
}
form #with-consent:checked ~ #submit {
  background: linear-gradient(90deg, #1313D0 0%, #5454D1 100%);
}

@media only screen and (max-width: 767px) {
  .sec_contact {
    padding: 60px 20px;
  }
  .sec_contact .inner {
    max-width: none;
  }
  .sec_contact .sub {
    margin-bottom: 30px;
  }
  .sec_contact .block {
    flex-direction: column;
  }
  .sec_contact .block .tel_box {
    width: 100%;
    padding: 20px;
    border-radius: 8px 8px 0 0;
  }
  .sec_contact .block .tel_box figure {
    width: 42px;
  }
  .sec_contact .block .form_box {
    width: 100%;
    padding: 20px 20px 30px;
    border-radius: 0 0 8px 8px;
  }
  .sec_contact .block .form_box dl dt {
    margin-bottom: 5px;
  }
  .sec_contact .block .form_box dl dd {
    margin-bottom: 20px;
  }
}
/**************************************************
footer
**************************************************/
footer {
  background: #18191F;
  color: #fff;
  padding: 34px 0;
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logo {
  width: 125px;
  margin-left: 80px;
}
footer ul {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 45px;
}
footer ul li a {
  color: #fff;
  font-size: 15px;
  padding-right: 25px;
  position: relative;
}
footer ul li a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../../img/lp/eccube/ico_blank.png) no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer .copyright {
  font-size: 10px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  footer .inner {
    max-width: none;
    margin: 0 auto;
    flex-direction: column;
    gap: 35px;
  }
  footer .logo {
    margin: 0 auto;
  }
  footer ul {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 35px;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}
/**************************************************
thanksページ
**************************************************/
.thanks-inner {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .thanks-inner {
    padding: 60px 20px;
  }
}
.thanks-inner p {
  text-align: center;
}

.thanks_image {
  display: block;
  width: 200px;
  height: 146px;
  margin: 100px auto 100px;
}

.thanks-btn {
  margin: 40px auto;
}

/**************************************************
個人情報取り扱いについてページ
**************************************************/
.ppc-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .ppc-inner {
    padding: 30px 20px;
  }
}
.ppc-inner h3 {
  margin-top: 30px;
}

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