* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: BIZ UDPGothic;
  font-weight: Regular;
  color: #333;
  font-size: 14px;
  line-height: 200%;
}


header {
  background-color: white;
  padding: 20px 0;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo img {
  height: 55px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  margin-right: 30px;
}

.main-nav a {
  color: #333;
  text-decoration: none;
}

.cta-button {
  background-color: #ff6b00;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
}

.hamburger-menu .bar {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .main-nav.active {
    transform: translateY(0);
  }

  .main-nav ul {
    flex-direction: column;
  }

  .main-nav li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hamburger-menu {
    display: flex;
  }

  .hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .cta-button {
    margin-top: 20px;
  }
}


.c-footer {
  background-color: #050505
}

.c-footer__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 14.4927536232vw 9.6618357488vw 7.2463768116vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    padding: 3.4722222222vw 8.3333333333vw 1.4583333333vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner {
    padding: 50px 120px 21px
  }
}

.c-footer__inner .c-footer__logoarea {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 13.5265700483vw;
  width: 100%
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__logoarea {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
    width: auto
  }
}

.c-footer__inner .c-footer__logoarea .c-footer__logo {
  height: auto;
  width: 48.309178744vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__logoarea .c-footer__logo {
    width: 10.5555555556vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__logoarea .c-footer__logo {
    width: 152px
  }
}

.c-footer__inner .c-footer__logoarea .c-footer__logo a {
  display: block;
  height: 100%;
  width: 100%
}

.c-footer__inner .c-footer__logoarea .c-footer__logo a img {
  height: auto;
  width: 100%
}

.c-footer__inner .c-footer__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents {
    flex-direction: row;
    width: 52.0833333333%
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3.3816425121vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents .c-footer-menu {
    margin: 0 1.0416666667vw 0 0;
    width: 87.7987421384%
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__contents .c-footer-menu {
    margin: 0 15px 0 0
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu li {
  margin: 0 12.077294686vw 9.6618357488vw 0
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li {
    margin: 0 2.7777777778vw 3.3333333333vw 0
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li {
    margin: 0 40px 48px 0
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu li:first-child,
.c-footer__inner .c-footer__contents .c-footer-menu li:nth-child(2),
.c-footer__inner .c-footer__contents .c-footer-menu li:nth-child(3) {
  width: 100%
}

@media (min-width: 52.1875em) {

  .c-footer__inner .c-footer__contents .c-footer-menu li:first-child,
  .c-footer__inner .c-footer__contents .c-footer-menu li:nth-child(2),
  .c-footer__inner .c-footer__contents .c-footer-menu li:nth-child(3) {
    width: auto
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu li a {
  color: #fff;
  font-size: 3.3816425121vw;
  font-weight: 700
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li a {
    font-size: .9027777778vw;
    transition: opacity .6s
  }

  .c-footer__inner .c-footer__contents .c-footer-menu li a:hover {
    opacity: .5
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li a {
    font-size: 13px
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist {
  margin-top: 3.1400966184vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist {
    margin-top: .6944444444vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist {
    margin-top: 10px
  }
}

.c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist li {
  margin: 0
}

.c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist li a {
  color: #a7a7a7;
  font-size: 2.8985507246vw;
  font-weight: 400;
  line-height: 2.1
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist li a {
    font-size: .8333333333vw;
    line-height: 1.8;
    transition: opacity .6s
  }

  .c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist li a:hover {
    opacity: .5
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__contents .c-footer-menu li .c-footer-menu__itemlist li a {
    font-size: 12px
  }
}

.c-footer__inner .c-footer__cr {
  color: #504f4f;
  font-family: Roboto, sans-serif;
  font-size: 3.1400966184vw;
  font-weight: 500;
  line-height: 1.5
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__cr {
    font-size: .8333333333vw;
    margin: auto 0 3.3333333333vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__cr {
    font-size: 12px;
    margin: auto 0 48px
  }
}

.c-footer__inner .c-footer__sns {
  align-items: center;
  display: flex;
  justify-content: flex-end
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__sns {
    align-items: center
  }
}

.c-footer__inner .c-footer__sns li {
  width: 7.729468599vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__sns li {
    width: 1.7361111111vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__sns li {
    width: 25px
  }
}

.c-footer__inner .c-footer__sns li:not(:first-child) {
  margin-left: 1.9323671498vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__sns li:not(:first-child) {
    margin-left: .6944444444vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__sns li:not(:first-child) {
    margin-left: 10px
  }
}

.c-footer__inner .c-footer__sns li:last-child {
  width: 7.2463768116vw
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__sns li:last-child {
    width: 1.3888888889vw
  }
}

@media (min-width: 90em) {
  .c-footer__inner .c-footer__sns li:last-child {
    width: 20px
  }
}

.c-footer__inner .c-footer__sns li a {
  display: block;
  height: 100%;
  width: 100%
}

@media (min-width: 52.1875em) {
  .c-footer__inner .c-footer__sns li a {
    transition: opacity .6s
  }

  .c-footer__inner .c-footer__sns li a:hover {
    opacity: .5
  }
}

.c-footer__inner .c-footer__sns li a img {
  height: auto;
  width: 100%
}




h1 {
  width: 100%;
  padding: 34px 0;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: center;
}

h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

h2::after {
  position: absolute;
  content: "";
  background-color: #EA5506;
  width: 60px;
  height: 4px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

ul.issue_list {
  list-style: none;
  padding: 0;
}

.issue_list li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

label {
  margin-left: 8px;
}


section.cta {
  padding: 0;
  background-image: url('../images/cta_background.png');
  background-size: cover;
  background-position: center;
  text-align: center;
}

.cta .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

.cta .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}

.cta .button {
  min-width: 400px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EA5506;
  color: white;
  border: 1px solid white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta .button i {
  margin-right: 10px;
}

.cta .button:hover {
  background-color: #ff9b30;
}


.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox::before {
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox::after {
  border-right: 3px solid #EA5506;
  border-bottom: 3px solid #EA5506;
  content: '';
  display: block;
  height: 20px;
  left: 9px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
}

input[type=checkbox]:checked+.checkbox::before {
  border-color: #666;
}

input[type=checkbox]:checked+.checkbox::after {
  opacity: 1;
}

/* ラジオボタン02 */
input[type=radio] {
  display: none;
}

.radio02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;

  width: auto;
}

.radio02::before {
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;

  top: 50%;
  width: 16px;
}

.radio02::after {
  background: #00cccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -3px;
  opacity: 0;

  top: 50%;
  width: 8px;
}

input[type=radio]:checked+.radio02::before {
  border-color: #666;
}

input[type=radio]:checked+.radio02::after {
  opacity: 1;
}

.main {
  width: 100%;
  background: white;
}

.main-visual {
  width: 100%;
  height: 591px;
  background: url("../images/fv_fix.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1441px) {
  .main-visual {
    height: auto;
    padding-top: 41%;
  }
}

.main-visual a {
  position: absolute;
  top: 69%;
  right: 27.2%;
  display: block;
  width: 22%;
  height: 10%;
  z-index: 1;
}


@media (min-width: 1441px) {
  .main-visual a {
    top: 68%;
  }
}


section {
  width: 100%;
  padding: 60px;
}

section.issues {
  background: rgba(232, 232, 232, 1);
}

.issues .issues_block {
  width: 910px;
  background: white;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width:768px) {
  .issues .issues_block {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
  }
}

.issue_image {
  width: 340px;
  height: 253px;
  background: url("../images/image1.png");
  display: inline-block;
}

.issue_list {
  display: inline-block;
}

.issue_list input[type=checkbox] {
  display: none;
}


.lead_text {
  width: 100%;
  padding: 36px;
  text-align: center;
  background: #EA5506;
  color: rgba(255, 255, 255, 1);
  font-weight: Bold;
  font-size: 24px;
}

section.feature {
  background: white;
}

.feature_list {
  width: 100%;
  padding: 0 80px;
}

.feature_block {
  margin-bottom: 30px;
}

.feature_caption {
  font-size: 22px;
  font-weight: bold;
  color: #EA5506;
}

.feature_no {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #EA5506;
  line-height: 50px;
  text-align: center;
}

.feature_no span {
  font-size: 22px;
  color: white;
}

.feature_content {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  text-align: left;
}

section.price {
  background: rgba(234, 85, 6, 0.10000000149011612);
}

.price_item {
  background-color: white;
  padding: 0 40px;
  display: flex;
  align-items: start;
  gap: 40px;
  margin: 40px auto;
  max-width: 1000px;
}

.price_left {
  margin: 40px 0;
  flex: 0 1 600px;
}

.price_left .price_title {
  font-size: 22px;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}

.price_left .price_title>img {
  display: inline-block;
}

.price_left .price_caption {
  font-size: 20px;
  color: #EA5506;
}

.price_right {
  margin: 40px 0;
  flex: 0 0 auto;
}

.price_right .container {
  display: inline-block;
}

.price_right .wrapper {
  display: grid;
  grid-template-columns: 120px 220px;
  grid-template-rows: repeat(2, auto);
  gap: 0;
}

.price_right .row {
  grid-column: 1 / span 2;
  display: grid;
  grid-template-columns: 120px 220px;
  /* 固定幅に修正 */
  border-top: 2px dotted #333;
  border-bottom: 2px dotted #333;
  margin-bottom: -2px;
}

.price_right .cell-l {
  font-size: 12px;
  padding: 8px;
}

.price_right .cell-r {
  font-size: 14px;
  padding: 8px;
}

.price_right span {
  font-size: 20px;
  font-weight: bold;
}


section.benefit {
  background: rgba(234, 85, 6, 0.05000000074505806);
}

.benefit .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列のグリッド */
  gap: 24px;
  /* カード間の間隔 */
  max-width: 1200px;
  /* コンテナの最大幅 */
  margin: 0 auto;
  padding: 20px;
}

.benefit .card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.benefit .card:hover {
  transform: translateY(-2px);
}

.benefit .card-content {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.benefit .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.benefit .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit .card-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .benefit .card-grid {
    grid-template-columns: 1fr;
    /* モバイルでは1列に */
  }
}


section.flow {
  background-color: white;
}

.flow .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.flow .item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 上端揃え */
  gap: 20px;
  /* タイトルとテキストの間隔 */
}

.flow .title {
  background-color: #EA5506;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  min-width: 180px;
  /* タイトルの最小幅を設定 */
  flex-shrink: 0;
  /* タイトルの幅を固定 */
}

.flow .text {
  flex: 1;
  /* 残りのスペースを占める */
  padding: 10px 0;
  /* 上下のパディングでタイトルと高さを揃える */
  line-height: 1.6;
}

.flow .arrow {
  position: absolute;
  /* 矢印の位置を絶対位置に */
  left: 75px;
  /* タイトルの中央に配置 */
  bottom: -23px;
  /* 下に配置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333333;
}

/* 最後の要素の矢印を非表示 */
.flow .item:last-child .flow .arrow {
  display: none;
}

section.clients {
  background-color: white;
  text-align: center;
}

.clients .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.clients .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.clients .logo {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .flow .item {
    flex-direction: column;
    /* モバイルでは縦並びに */
    gap: 10px;
  }

  .flow .title {
    min-width: auto;
    /* 最小幅をリセット */
    width: 100%;
    /* 幅いっぱいに */
  }

  .flow .text {
    padding: 0 15px;
    font-size: 14px;
  }

  .flow .arrow {
    left: 50%;
    /* 中央に配置 */
    transform: translateX(-50%);
    /* 中央揃え */
  }
}

@media (max-width: 640px) {
  .clients .title {
    font-size: 24px;
  }

  .clients .logos {
    flex-direction: column;
    align-items: center;
  }

  .clients .logo {
    max-width: 100px;
  }
}

.wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
}

.text-white {
  color: #fff;
}

/* フォーム全体 */
.wpcf7-form {
  padding: 0;
  border: none;
  text-align: left;
}

/* ラベルと入力欄のスペース */
.wpcf7-form label {
  display: block;
  margin-bottom: 1em;
  margin-left: 0;
}

.wpcf7-form .form-name {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.required {
  color: #EA5506;
}

/* テキストフィールド、テキストエリア、メール、電話番号 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
}

/* テキストエリア専用高さ */
.wpcf7-form textarea {
  height: 120px;
  resize: vertical;
}

/* プライバシー文言部分 */
.wpcf7-form p {
  font-size: 0.9rem;
}

/* プライバシーリンク */
.wpcf7-form a {
  color: #2a63ff;
  text-decoration: underline;
}

/* チェックボックス */
.wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color: #EA5506;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #e65436;
  opacity: 1;
}


.wpcf7-list-item {
  margin: 0 !important;
}