@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  color: #fff;
  background-color: #000;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

main {
  display: block;
  width: 100%;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  transition: opacity .6s ease;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
}

.sp-only {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 999;
  background-color: #000;
}

.header-width {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  height: 100%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-logo {
  z-index: 2;
  width: 137px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

.nav-link {
  display: flex;
  flex-direction: column;
}

.en {
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-link .en {
  line-height: 1;
  font-size: 1.6rem;
}

.nav-link .ja {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.hamburger,
.nav-sp {
  display: none;
}

/* fv -------------------------------------------------*/
.fv {
  margin-top: 64px;
  height: 768px;
  position: relative;
}

.fv-slider {
  height: 100%;
}

.fv-slider .slick-list {
  height: 100%;
}

.fv-slider .slick-track {
  display: flex;
  height: 100%;
}

.fv-slider .slick-slide {
  height: auto !important;
}

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

.fv-content {
  position: relative;
  height: 100%;
}

.fv-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 768px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  opacity: .9;
}

.fv-bg:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(29px);
  -moz-filter: blur(29px);
  -o-filter: blur(29px);
  -ms-filter: blur(29px);
  filter: blur(29px);
  position: absolute;
  top: -49px;
  left: -49px;
  right: -49px;
  bottom: -49px;
  z-index: -1;
}

.fv-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
}

.fv-bg-01 {
  background-image: url(../images/fv01.jpg);
}

.fv-bg-02 {
  background-image: url(../images/fv02.jpg);
}

.fv-bg-03 {
  background-image: url(../images/fv03.jpg);
}

.fv-bg-04 {
  background-image: url(../images/fv04.jpg);
}

.fv-bg-05 {
  background-image: url(../images/fv05.jpg);
}

.page-width {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.fv-flex {
  display: flex;
  gap: 2.6%;
  padding: 6.5rem 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.fv-info {
  margin-top: 5rem;
  width: 37%;
}

.section-ttl-head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #B70000;
  margin-bottom: 3rem;
  line-height: 1;
}

.section-ttl {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
}

.fv .section-ttl {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.33;
}

.fv-tag {
  font-size: 1.4rem;
  font-weight: 400;
  color: #B70000;
  margin: 2rem 0;
  line-height: 1;
}

.fv-txt {
  line-height: 1.8;
}

.fv-btn {
  margin-top: 10rem;
  width: 100%;
}

.btn {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  width: 206px;
  height: 42px;
  background: #B70000;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.btn:before {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
}

.fv-img {
  margin-right: calc(39.6% - 50vw);
  flex: 1;
  width: 60.4%;
  height: 100%;
}

.fv-img img {
  width: 100%;
  height: 100%;
  max-height: 638px;
  object-fit: cover;
}

.fv-dots-wrapper {
  position: absolute;
  bottom: 12.6rem;
  left: calc((100% - 1240px)/2);
  transform: translateX(50%);
}

.fv-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.fv-dots li {
  width: 43px;
  height: 5px;
  background: #fff;
  opacity: .2;
  cursor: pointer;
  border-radius: 999px;
}

.fv-dots li:hover,
.fv-dots li.slick-active {
  background: #B70000;
  opacity: 1;
}

.fv-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*  partner-------------------------------------------------*/
.partner {
  background-color: #fff;
  padding: 0;
}

.partner-list {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}

.partner-item {
  width: calc((100% - (4.6rem*7))/8);
}

.partner-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fade-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}

.fade-item.start {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*  thema-------------------------------------------------*/
.thema {
  padding: 11.3rem 0 6.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg-thema.jpg);
}

.center {
  text-align: center;
}

.thema-img {
  max-width: 876px;
  margin: 2.5rem auto 4rem;
}

.thema-img img {
  width: 100%;
  height: 100%;
}

.thema-movie {
  margin-right: -20px;
  margin-left: -20px;
}

.thema-movie iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thema-btn {
  margin-top: 4.8rem;
}

/* about -------------------------------------------------*/
.about {
  padding-top: 16.9rem;
}

.over-flex {
  display: flex;
  gap: 5.5%;
}

.over-info {
  width: 44.5%;
}

.over-info .section-ttl {
  margin-bottom: 4rem;
}

.over-btn {
  margin-top: 5.2rem;
}

.over-img {
  margin-right: calc(50% - 50vw);
  flex: 1;
  width: 50%;
}

.over-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 160 / 93;
}

.over-img p {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

/* business -------------------------------------------------*/
.business {
  padding-top: 17.6rem;
}

.business-flex {
  display: flex;
  margin-top: 5.2rem;
}

.business-item {
  width: 50%;
}

.business-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 24 / 13;
  object-fit: cover;
}

.business-info {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 6.4rem;
  margin-left: auto;
  padding-left: 2rem;
}

.right .business-info {
  padding-right: 2rem;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
}

.business-ttl {
  font-size: 3rem;
  line-height: 1.5;
  margin: 5.2rem 0 3rem;
}

.business-btn {
  margin-top: 9.2rem;
}

/* report -------------------------------------------------*/
.report {
  background-color: #A22626;
  margin-top: 17.6rem;
  padding: 13.7rem 0 17rem;
  color: #fff;
}

.report .section-ttl-head {
  color: #fff;
}

.report-head {
  margin: 10.8rem 0 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.report-slider .slick-list {
  overflow: visible;
}

.report-slider .report-item {
  margin-right: 4rem;
}

.report-link {
  display: block;
}

.report-img {
  aspect-ratio: 12 / 7;
  border-radius: 10px;
  overflow: hidden;
}

.report-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-info {
  margin-top: 1rem;
}

.report-info .date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.report-info .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 1rem 0 2rem;
}

.report-info .tag {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
}

.report-info .txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1rem;
}

.report-info .more {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  display: block;
  color: #000;
  line-height: 1;
  margin-top: 1.5rem;
}

.report-btn {
  margin-top: 7rem;
}

.report-btn .btn {
  background: #000;
}

/*  contact-------------------------------------------------*/
.contact {
  margin-top: 12rem;
  background-color: #A22626;
  padding: 2.2rem 0;
}

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

.contact-txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact-link {
  display: block;
  position: relative;
  padding-right: 4.8rem;
}

.contact-link:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contact-link-en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.contact-link-ja {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 1rem;
}

.slidein {
  transition: 0.7s cubic-bezier(0.75, 0, 0.25, 1);
}

.slide-right {
  transform: translateX(calc(50vw + 50%));
}

.show {
  transform: translateX(0);
}

/*  footer-------------------------------------------------*/
.footer {
  margin-top: 16.4rem;
}

.sns-list {
  display: flex;
  align-items: center;
  max-width: 858px;
  margin: 0 auto;
}

.sns-item {
  width: 25%;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 1rem 0;
}

.sns-item:first-child {
  border-left: 1px solid #fff;
}

.sns-item a {
  display: inline-block;
}

.sns-item img {
  max-width: 40px;
  width: 100%;
  height: 100%;
}

.footer-bottom {
  margin-top: 9rem;
  background-color: #292929;
  padding: 2.4rem 0 3rem;
}

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

.footer-item.left {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.footer-item.right p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #6F6F6F;
  margin-bottom: 0.5rem;
}

.footer-img {
  max-width: 144px;
}

.footer-img img {
  width: 100%;
  height: 100%;
}

.footer-copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2rem;
  color: #696969;
  line-height: 1;
}

/*  page-about-------------------------------------------------*/
/*  page-about-fv-------------------------------------------------*/
.page-fv {
  margin-top: 13.3rem;
}

.page-fv .over-flex {
  align-items: flex-start;
}

.page-fv iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  page-about-thema--------------------------------------------------*/
.about-thema {
  margin-top: 18rem;
}

.about-thema .thema {
  padding: 9.9rem 0 5.9rem;
}

.about-thema .thema-img {
  max-width: 752px;
  margin: 4rem auto 4rem;
}

.thema-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.18;
}

.about-thema .thema-btn {
  margin-top: 6.9rem;
}

/*  page-about-message-------------------------------------------------*/
.message {
  margin-top: 23.2rem;
}

.message-flex {
  display: flex;
  gap: 3.7%;
  margin-top: 6.4rem;
}

.message-item.left {
  width: 39.3%;
}

.message-item.right {
  width: 57%;
}

.zoom {
  cursor: pointer;
}

#zoomback {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
  padding: 5rem 0;
}

#zoomimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.deka {
  animation: deka 0.3s ease-out;
}

@keyframes deka {
  from {
    transform: scale(0);
  }
}

/*  page-about-company-------------------------------------------------*/
.company {
  margin-top: 19rem;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  border-top: 1px solid #707070;
}

.company-table th,
.company-table td {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 4rem 0;
  vertical-align: top;
  border-bottom: 1px solid #707070;
}

.company-table th {
  text-align: left;
  width: 183px;
  line-height: 1.5;
}

.company-table td {
  width: calc(100% - 183px);
}

.company-table .small {
  font-size: 1.6rem;
}

.company-table .smaller {
  font-size: 1.4rem;
}

.client {
  margin-top: 10rem;
  margin-bottom: 14.7rem;
}

.client-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.client-flex p {
  width: 50%;
}
/*  page-theme-------------------------------------------------*/
/*  page-theme-fv-------------------------------------------------*/
.theme-fv{
  padding:9.9rem 0 17rem;
  margin-top:6.4rem;
}
.theme-fv .thema-img{
      max-width: 752px;
    margin: 4rem auto 4rem 0;
}
.theme-fv .thema-txt {
    text-align: left;
}
/*  page-theme-why-------------------------------------------------*/
.theme-why{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.theme-why.why-first{
  padding:12.3rem 0 10.7rem;
  background-image: url(../images/bg-theme-why01.jpg);
}
.theme-why.why-second{
  padding:12.3rem 0 4rem;
  background-image: url(../images/bg-theme-why02.jpg);
}
.theme-why .section-ttl{
  margin-bottom: 4rem;
}
.why-flex{
  display: flex;
  max-width: 929px;
  margin:6.9rem auto 0;
  gap:21.3%;
}
.why-second .why-img{
  margin-top: 4rem;
}
/*  page-theme-report-------------------------------------------------*/
.theme-report{
  margin-top: 0;
  padding: 13.3rem 0 10.9rem;
}
.theme-report .section-ttl{
  margin-bottom: 4rem;
}
/*  page-business-------------------------------------------------*/
/*  page-business-content-------------------------------------------------*/
.business-content{
  margin:21.8rem 0  19.2rem;
}
.over-flex.reverse{
  flex-direction: row-reverse;
}
.over-flex.reverse .over-img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
.content-ttl{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.content-btn{
  margin-top: 10rem;
}
.business-content .attention{
  margin-top:4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
/*  page-distribution-------------------------------------------------*/
.over-info-img{
  margin-bottom: 8rem;
  max-width: 443px;
}
/*  page-export-------------------------------------------------*/
.step{
  background-color: #A22626;
  padding:10rem 0;
  position: relative;
}
.step-item{
  display: flex!important;
  gap:3%;
}
.step-info{
  width: 44.5%;
}
.step-nom{
  color:#000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.step-img{
  width:52.5%;
}
.step-dots-wrapper {
  position: absolute;
  bottom: 15.4rem;
  left: calc((100vw - 1160px)/2);
  transform: translateX(145px);
}

.step-dots {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.step-dots li {
  width: 41px;
  height: 41px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 999px;
  text-align: center;
  line-height: 41px;
  font-size:1.7rem;
  font-weight: 400;
}

.step-dots li:hover,
.step-dots li.slick-active {
  background: #000;
}
.step-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/*  b-partner-------------------------------------------------*/
.b-partner{
  background-color: #fff;
  color:#000;
  padding:9.4rem 0 7.7rem;
}
.b-partner-list{
  display: flex;
  flex-wrap: wrap;
  gap:1.6rem 1.3rem;
}
.b-partner-item{
  width:calc((100% - (1.3rem*5))/6);
}
.b-partner-item img{
  width:100%;
  height:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/*  page-marketing-------------------------------------------------*/
.agency-list{
  display: flex;
  flex-wrap: wrap;
  gap:5.5rem 4rem;
  margin-top:10rem;
}
.agency-item{
  width:calc((100% - (4rem*2))/3);
}
.agency-img img{
  width: 100%;
  height:100%;
  aspect-ratio: 36/25;
  object-fit: cover;
}
.agency-item p{
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 1.5;
}
.agency-flex{
  display: flex;
  gap:3%;
  align-items: flex-start;
  margin-top:7rem;
}
.agency-info{
  width:31.4%;
}
.agency-ttl{
  font-size:2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.agency-detail{
  width:65.5%;
  display: flex;
  flex-wrap: wrap;
  gap:1rem;
}
.agency-box{
  background-color: #F2F2F2;
  padding:1.4rem;
  display: flex;
  align-items: center;
  gap:1.3rem;
  width:calc((100% - 1rem)/2);
  color:#000;
}
.agency-icon{
  width:7rem;
}
.agency-txt{
  width:calc(100% - 8.3rem);
}
.agency-txt h4{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.agency-txt p{
  font-size: 1.4rem;
  font-weight: 400;
}
.agency-flex.second{
margin-top: 10rem;
}
.marketing-report .report-info .tag,
.marketing-report .report-info .more,
.report-archive .report-info .tag,
.report-archive .report-info .more{
    color: #B70000;
}
.marketing-report .report-btn .btn {
    background: #B70000;
}
/*  report-------------------------------------------------*/
.report-list{
	display:flex;
	flex-wrap:wrap;
	gap:7.6rem 4rem;
}
.report-list .report-item{
	width:calc((100% - (4rem*2))/3);
}
.category-list{
	display:flex;
}
.category-item{
	background-color:#000;
	font-size:1.2rem;
	font-weight:500;
	line-height:1;
	letter-spacing:0.1em;
	width:172px;
	padding:2rem 0;
	text-align:center;
}
/*  contact-------------------------------------------------*/
.contact-top {
  text-align: center;
  margin: 6rem 0;
}

.contact-top p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.contact-top-btn {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 900;
  width: 100%;
  max-width: 356px;
  font-size: 1.6rem;
  background: #B70000;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

.page-width-narrow {
  max-width: 780px;
}

.form-ttl {
  font-size: 1.4rem;
  margin-top: 2rem;
}

.form-ttl span {
  font-size: 1.4rem;
  color: #B70000;
  padding-left: 1rem;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 0.5rem;
  border: 1px solid #777777;
  font-size: 1.4rem;
  font-weight: 700;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 300px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #B70000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.policy {
  padding-top: 2rem;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 20px;
}

.policy a {
  text-decoration: underline;
}

.policy label {
  vertical-align: top;
}

.contact .job-note {
  margin: 3.7rem 0 5.3rem;
}

.contact-btn[disabled],
.contact-btn-block p:has(.contact-btn[disabled]):after {
  opacity: 0.3;
  cursor: not-allowed;
}

.contact-btn-block p:has(.contact-btn[disabled]):hover:after {
  right: 20px;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  border: 1px solid #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact .btn-block {
  margin-top: 0;
  text-align: center;
}

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

.contact-btn {
  max-width: 214px;
  font-size: 2rem;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

.screen-reader-response {
  text-align: center;
  font-size: 1.4rem;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 2rem;
  color: #B70000;
}

input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px rgb(28, 28, 28) inset !important;
  -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill:focus {
  caret-color: #fff !important;
}

:focus-visible {
  outline: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
}

.contact-thanks-inner h2 {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0;
}

.contact-thanks-inner .btn-block {
  margin-top: 12rem;
}

.contact-thanks-inner p {
  font-size: 1.6rem;
}

/*  lp-faq-------------------------------------------------*/
.lp-faq {
  margin: 15rem 0;
}

.accordion {
  margin-top: 8rem;
  border-bottom: 1px solid #707070;
}

.accordion-content {
  display: none;
  font-size: 1.6rem;
  color: #919191;
}

.accordion-header {
  padding: 2.4rem 5rem 2.4rem 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #707070;
  font-size: 1.6rem;
}

.accordion-header::before,
.accordion-header::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B70000;
  transition: .3s;
  transition: transform 0.3s;
}

.accordion-header::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-header.active::before,
.accordion-header.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-content {
  padding: 1rem 0 2.4rem;
}

.accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*  policy-------------------------------------------------*/
.page {
  padding: 18rem 0 20rem;
}

.page-ttl {
  margin-bottom: 8rem;
}

.terms-content {
  text-align: left;
}

.terms-content h2 {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 4rem 0 1rem;
}

.terms-content p {
  font-size: 1.4rem;
  font-weight: 400;
}

.terms-content ul>li>ul {
  padding-left: 1em;
}

.terms-content li {
  font-size: 1.4rem;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

.thanks {
  text-align: center;
  margin-top: 5rem;
}

.thanks .btn-block {
  margin-top: 5rem;
}

/*  post-------------------------------------------------*/
.arrow-btn {
  position: relative;
  display: inline-block;
  padding: 0 33px 0 0;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #B70000;
}

.arrow-btn::before,
.arrow-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-btn::before {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 1px solid #B70000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.arrow-btn::after {
  right: 11px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #B70000;
  border-right: 1px solid #B70000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article {
  padding: 6.4rem 0 14rem;
}

.article .report-fv {
  background-color: #000;
}

.article .report-fv img {
  width: 100%;
  height: 100%;
}

.article .report h2 {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 1rem 0;
}

.article .report h3 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 3rem 0 1rem;
}

.article .report p {
  margin: 1rem 0 5rem;
  font-size: 1.8rem;
}

.article .report figure {
  text-align: center;
  margin: 3rem 0;
}

.article .report figure img {
  width: 100%;
}

.article-small {
  font-size: 1.6rem !important;
  font-weight: 500;
}

.article .report iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article .report .accent {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #B70000;
  margin: 7rem 0 1rem;
}

.article .report .img-with-txt {
  display: flex;
  gap: 2.6rem;
  margin: 3rem 0;
}

.article .report .img-with-txt figure {
  margin: 0;
  width: 16rem;
}

.article .report .img-with-txt figure img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.article .report .img-with-txt p {
  width: calc(100% - 19rem);
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.68;
}

.article .pin h1 .small,
.article .report h2 .small {
  font-size: 1.6rem;
}

.article .pin h2,
.article .report h3 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 6rem;
}

.toc {
  margin: 0 auto;
  max-width: 920px;
}

.toc-list {
  margin-top: 2rem;
  border-bottom: 1px solid#535353;
}

.toc-item {
  border-top: 1px solid#535353;
  padding: 2rem 0;
}

.toc-btn {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.7;
  padding: 0 46px 0 0;
}

.toc-btn::after {
  right: 9px;
  top: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*  
language-------------------------------------------------*/
.nav-language {
  position: relative;
  cursor: pointer;
}

.language-selecter {
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 170px;
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bogo-language-switcher .ja {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bogo-language-switcher .en-US {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.display-item {
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  padding-right: 2rem;
}

.display-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.display-item.active:before {
  transform: rotate(225deg);
}

.bogo-language-name a {
  display: block;
  width: 100%;
  color: #ADADAD;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

/*  sp-------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .fv-dots-wrapper {
    bottom: 6.5rem;
    left: calc(18% + 20px);
    transform: translateX(-50%);
  }
  .step-dots-wrapper {
  bottom: 6rem;
  left: calc(22.25% + 10px);
  transform: translateX(-50%);
}
}

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .header {
    height: 50px;
  }

  .nav-list {
    display: none;
  }

  .header-logo {
    width: 100px;
  }

  .header-width {
    padding: 0 20px;
  }

  .hamburger {
    position: absolute;
    right: 2rem;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 2;
  }

  .hamburger span {
    position: absolute;
    transition: .3s;
  }

  .hamburger span:nth-child(1),
  .hamburger span:nth-child(2) {
    background: #fff;
    height: 1px;
    width: 50px;
    right: 0;
  }

  .hamburger span:nth-child(1) {
    top: 20px;
  }

  .hamburger span:nth-child(2) {
    top: 30px;
  }

  .hamburger.bgactive span:nth-child(1) {
    transform: translateY(5px) rotate(15deg);
    width: 49px;
  }

  .hamburger.bgactive span:nth-child(2) {
    transform: translateY(-5px) rotate(-15deg);
    width: 49px;
  }

  .nav-sp {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    background: #000;
    text-align: center;
    width: 100%;
    height: calc(100% - 50px);
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 1;
    visibility: hidden;
  }

  .nav-sp-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 2rem 0 2rem;
    height: 100%;
  }

  .nav-list-sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 3rem;
    padding-left: 2rem;
  }

  .nav-item-sp .nav-link .en {
    font-size: 1.8rem;
  }

  .nav-item_sp .nav-link .ja {
    font-size: 1.1rem;
  }

  .nav-sp.bgactive {
    opacity: 1;
    visibility: visible;
  }

  /* fv -------------------------------------------------*/
  .fv {
    margin-top: 50px;
    height: auto;
  }

  .fv-bg {
    height: 100%;
  }

  .fv-flex {
    flex-direction: column-reverse;
    gap: 2rem;
    padding: 2rem 0 7.6rem;
    height: auto;
  }

  .fv-info {
    margin-top: 0;
    width: 100%;
  }

  .section-ttl-head {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .section-ttl {
    font-size: 2.2rem;
  }

  .fv .section-ttl {
    font-size: 1.8rem;
  }

  .fv-tag {
    font-size: 1.2rem;
    margin: 1rem 0;
  }

  .fv-btn {
    margin-top: 5rem;
  }

  .btn {
    font-size: 1.2rem;
    width: 164px;
    height: 34px;
  }

  .btn:before {
    width: 7px;
    height: 7px;
    right: 18px;
  }

  .fv-img {
    margin-right: -20px;
    width: calc(100% + 20px);
    height: auto;
  }

  .fv-dots-wrapper {
    bottom: 3.4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .fv-dots li {
    width: 43px;
  }

  /*  partner-------------------------------------------------*/
  .partner {
    background-color: #fff;
    padding: 1.8rem 0;
  }

  .partner-list {
    flex-wrap: wrap;
    gap: 1.7rem 2.8rem;
  }

  .partner-item {
    width: calc((100% - (2.8rem*3))/4);
  }

  /*  thema-------------------------------------------------*/
  .thema {
    padding: 6.6rem 0;
    background-image: url(../images/bg-thema.jpg);
  }

  .thema-img {
    max-width: 876px;
    margin: 2rem auto;
  }

  .thema-movie {
    margin-right: 0;
    margin-left: 0;
  }

  .thema-btn {
    margin-top: 3rem;
  }

  /* about -------------------------------------------------*/
  .about {
    padding-top: 4.7rem;
  }

  .over-flex {
    flex-direction: column-reverse;
    gap: 3.4rem;
  }

  .over-info {
    width: 100%;
  }

  .over-info .section-ttl {
    margin-bottom: 2rem;
  }

  .over-btn {
    margin-top: 4.3rem;
  }

  .over-img {
    margin-right: -20px;
    width: calc(100% + 20px);
  }

  .over-img p {
    display: none;
  }

  /* business -------------------------------------------------*/
  .business {
    padding-top: 11.3rem;
  }

  .business-flex {
    flex-direction: column;
    margin-top: 7.2rem;
    gap: 7.2rem;
    padding: 0 20px;
  }

  .business-item {
    width: 100%;
  }

  .business-info {
    max-width: none;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .right .business-info {
    padding-right: 0;
    margin-right: 0;
  }

  .business-ttl {
    font-size: 1.8rem;
    margin: 2rem 0;
  }

  .business-btn {
    margin-top: 4.3rem;
  }

  /* report -------------------------------------------------*/
  .report {
    margin-top: 11.6rem;
    padding: 5rem 0 9.4rem;
  }

  .report-head {
    margin: 7rem 0 2.4rem;
    font-size: 1.8rem;
  }

  .report-slider .slick-list {
    overflow: hidden;
    margin: 0 -20px;
  }

  .report-slider .slick-slide {
    margin: 0 20px;
  }

 .report-slider .report-item {
    margin-right: 0;
  }

  .report-info .tag {
    font-size: 1.1rem;
  }

  .report-info .more {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  .report-btn {
    margin-top: 4.8rem;
  }

  /*  contact-------------------------------------------------*/
  .contact {
    margin-top: 6.2rem;
    padding: 2.2rem 0;
  }

  .contact-flex {
    flex-direction: column;
    gap: 2rem;
  }

  .contact-link {
    padding-right: 3rem;
  }

  .contact-txt {
    font-size: 1.8rem;
    text-align: center;
  }

  /*  footer-------------------------------------------------*/
  .footer {
    margin-top: 6.2rem;
  }

  .sns-item {
    padding: 0;
  }

  .sns-item img {
    max-width: 20px;
  }

  .footer-bottom {
    margin-top: 4rem;
    padding: 1.6rem 0 2.2rem;
  }

  .footer-item.left {
    font-size: 0.9rem;
  }

  .footer-item.right p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  .footer-img {
    max-width: 96px;
  }

  .footer-copy {
    font-size: 0.9rem;
    margin-top: 1.5rem;
  }

  /*  page-about-------------------------------------------------*/
  /*  page-about-fv-------------------------------------------------*/
  .page-fv {
    margin-top: 7.1rem;
  }

  .page-fv .over-flex {
    flex-direction: column;
    gap: 0;
  }

  .page-fv .over-img {
    margin-bottom: 2rem;
  }

  /*  page-about-thema--------------------------------------------------*/
  .about-thema {
    margin-top: 5.6rem;
    padding: 6.6rem 0 0;
  }

  .about-thema .thema-img {
    margin: 2rem auto 3rem;
  }

  .thema-txt {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.83;
  }

  .about-thema .thema-btn {
    margin-top: 3rem;
  }

  /*  page-about-message-------------------------------------------------*/
  .message {
    margin-top: 6.2rem;
  }

  .message-flex {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 1.8rem;
  }

  .message-item.left {
    width: 62.6%;
  }

  .message-item.right {
    width: 100%;
  }

  /*  page-about-company-------------------------------------------------*/
  .company {
    margin-top: 8.9rem;
  }

  .company-table th,
  .company-table td {
    font-size: 1.2rem;
    padding: 2rem 0;
  }

  .company-table th {
    width: 70px;
  }

  .company-table td {
    width: calc(100% - 70px);
  }

  .company-table .small {
    font-size: 1.2rem;
  }

  .company-table .smaller {
    font-size: 1.2rem;
  }

  .client {
    margin-top: 8.9rem;
    margin-bottom: 8.9rem;
  }

  .client-flex {
    flex-direction: column;
  }

  .client-flex p {
    width: 100%;
  }
  /*  page-theme-------------------------------------------------*/
/*  page-theme-fv-------------------------------------------------*/
.theme-fv{
  padding:2rem 0 8rem;
  margin-top:5rem;
}
.theme-fv .thema-img{
    margin: 2rem auto 2rem 0;
}
/*  page-theme-why-------------------------------------------------*/
.theme-why.why-first{
  padding:5.4rem 0;
}
.theme-why.why-second{
  padding:7.5rem 0 9.4rem;
}
.theme-why .section-ttl{
  margin-bottom: 2rem;
}
.why-flex{
  margin:5.4rem auto 0;
  gap:4rem;
}
.why-second .why-img{
  margin-top: 5.4rem;
}
/*  page-theme-report-------------------------------------------------*/
.theme-report{
  margin-top: 0;
  padding: 7.5rem 0 6.6rem;
}
.theme-report .section-ttl{
  margin-bottom: 2rem;
}
/*  page-business-------------------------------------------------*/
/*  page-business-content-------------------------------------------------*/
.business-content{
  margin:8rem 0 6.9rem;
}
.business-content .over-flex{
  flex-direction: column;
}
.over-flex.reverse{
  flex-direction: column;
}

.over-flex.reverse .over-img {
  margin-right: 0;
  margin-left: -20px;
}
.content-ttl{
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.content-btn{
  margin-top: 2rem;
}
/*  page-export-------------------------------------------------*/
.step{
  padding:4.8rem 0 15.1rem;
}
.step-item{
  flex-direction: column;
  gap:5rem;
}
.step-info{
  width: 100%;
}
.step-nom{
  font-size: 1.4rem;
}
.step-img{
  width:100%;
}
.step-dots-wrapper {
  left: 50%;
}

.step-dots li {
  font-size:1.6rem;
}

/*  b-partner-------------------------------------------------*/
.b-partner{
  padding:5.7rem 0 2.2rem;
}
.b-partner-list{
  gap:0.4rem 0.6rem;
}
.b-partner-item{
  width:calc((100% - (0.6rem*3))/4);
}
/*  page-marketing-------------------------------------------------*/
.agency-list{
  gap:3rem 1rem;
  margin-top:4.5rem;
}
.agency-item{
  width:calc((100% - 1rem)/2);
}
.agency-item p{
  font-size: 1.2rem;
}
.agency-flex{
  flex-direction: column;
  gap:2rem;
  margin-top:4.6rem;
}
.agency-info{
  width:100%;
}
.agency-ttl{
  font-size:1.8rem;
  margin-bottom: 2rem;
}
.agency-detail{
  width:100%;
}
.agency-box{
  padding:1.2rem;
  gap:1.2rem;
  width:100%;
}
.agency-icon{
  width:6.3rem;
}
.agency-txt{
  width:calc(100% - 7.9rem);
}
.agency-txt p{
  font-size: 1.2rem;
}
.agency-flex.second{
margin-top: 7.3rem;
}
.convenience-list{
  gap:3.3rem;
}
.convenience-list .agency-item{
  width:82.6%;
  margin:0 auto;
}
  .page {
    padding: 8rem 0 15rem;
  }

  .page-ttl {
    margin-bottom: 3rem;
  }

  .contact-top p {
    font-size: 1.4rem;
  }

  .policy {
    padding: 3rem 0;
    font-size: 1.4rem;
    line-height: 14px;
  }

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  input[type="checkbox"]:checked:before {
    top: 0;
    left: 3px;
    width: 6px;
    height: 10px;
  }

  .entry-link {
    margin-top: 3rem;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }

  .entry-btn {
    padding: 4rem 2rem;
    font-size: 1.6rem;
  }

  .entry-btn:after {
    right: 20px;
    width: 15px;
    height: 15px;
  }

  .entry-btn:hover:after {
    right: 15px;
  }

  .external-link {
    margin-top: 5rem;
  }

  .entry-form h2 {
    font-size: 1.8rem;
  }

  .file-form {
    align-items: flex-start;
  }

  .file-input {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .file-reset {
    margin-top: 1rem;
  }

  .entry .policy {
    padding: 2rem 0 0 0;
  }

  .entry-section .btn-block {
    margin-top: 5rem;
  }

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

  .form-left,
  .form-right {
    width: 100%;
  }

  .form-half {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .one-half {
    width: calc((100% - 1rem)/2);
  }

  .one-third {
    width: 100%;
  }

  .form-period {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 1rem;
  }

  .period-center {
    width: 4rem;
  }

  .period-half {
    width: calc((100% - 6rem) / 2);
  }

  .contact-thanks-inner h2 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }

  .contact-thanks-inner p {
    font-size: 1.2rem;
  }

  .contact-thanks-inner .btn-block {
    margin-top: 7rem;
  }

  .article {
    padding: 8.3rem 0 9.3rem;
  }

  .article .report-fv {
    background-color: transparent;
  }

  .report-fv img {
    border-radius: 10px;
  }

  .article .report h2 {
    font-size: 4rem;
  }

  .article .report h3 {
    font-size: 2.5rem;
  }

  .article .report p {
    font-size: 1.4rem;
  }

  .article .report .img-with-txt {
    gap: 1.2rem;
  }

  .article .report .img-with-txt figure {
    width: 6.6rem;
  }

  .article .report .img-with-txt p {
    width: calc(100% - 7.9rem);
    font-size: 1.2rem;
  }

  .article .report .accent {
    font-size: 1.4rem;
    margin: 3rem 0 1rem;
  }
}