/*
Theme Name: l-made_lp
Description: 
Author:
Author URI: 
*/

/* =============================
reset.css
============================= */
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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;
  cursor: help;
}

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

hr {
  border: 0.5px solid #000000;
}

input,
select {
  vertical-align: middle;
}

li {
  display: unset;
}

/* =============================
style.css
============================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

.ttl-logo {
  margin: 0 auto;
  display: block;
  width: 10%;
}

.yellow-underline {
  background: linear-gradient(to top, #FFFF2F 50%, transparent 50%);
}

.blue_underline {
  background: #0043DA;
}

/*-------------------------------------
上部固定ヘッダー設定
-------------------------------------*/
/* 上部固定ヘッダー全体 */
.header {
  position: fixed;
  top: 0;
  z-index: 5000;
  overflow: auto;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  background-color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
}

/* ヘッダーのロゴ */
.header_logo {
  width: 20%;
  float: left;
  margin: 0;
  height: 100%;
  object-fit: contain;
}

.header_cta {
  width: 25%;
  float: right;
}

.nav_menu {
  width: 50%;
  padding: 0 3rem;
}

.nav_menu .menu_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}

.nav_menu .menu_list li {
  padding: 0 1rem;
}

.nav_menu .menu_list a {
  font-weight: 600;
  margin: 0 auto;
  padding: 0 5px;
  color: #333
}

.nav_menu .menu_list a:hover,
.nav_menu .menu_list a.active {
  color: #06c755;
}

.header_logo img {
  width: 100%;
}

/*-------------------------------------
ハンバーガーメニューnew
-------------------------------------*/
.hamburger {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.hamburger_btn {
  display: none;
  position: absolute;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

.hamburger_btn.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger_btn.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger_btn.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/*-------------------------------------
FV
-------------------------------------*/
.fv {
  width: 100%;
  /* max-height: 1000px; */
  background: url(https://l-made.jp/wp-content/themes/l-made_lp/images/top_image_front_bg.png) no-repeat;
  background-size: cover;
  margin-top: 75px;
}

.fv-outer {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  width: calc(100% - 20px);
  height: inherit;
}

.fv-outer--img {
  max-width: 570px;
  width: 50%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.fv-outer__box {
  max-width: 580px;
  width: 100%;
}

.fv-outer__box--ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fv-outer__box--ttl img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

/*-------------------------------------
ギャラリー
-------------------------------------*/
.performance {
  padding: 60px 0;
  width: 100%;
}

.performance-wrap {
  max-width: 1200%;
  width: 100%;
  margin: 0 auto;
}

.performance--txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  font-weight: 900;
  line-height: 1.6;
}

.green {
  color: #06c755;
}

.performance-client {
  width: 100%;
  overflow: hidden;
}

.performance-client-wrap {
  display: flex;
}

.performance-client-wrap--logo {
  width: 300%;
  object-fit: contain;
  animation: scroll 40s linear infinite;
}

/* 横スクロールアニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*-------------------------------------
お悩み
-------------------------------------*/
.worries {
  width: 100%;
  height: auto;
}

.worries-outer {
  width: 100%;
  height: auto;
  background-color: #bebebe;
}

.worries--ttl {
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 60px 0 30px 0;
}

.worries-outer-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%
}

.worries-outer-inner img {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: auto;
}

/*-------------------------------------
L-Made概要
-------------------------------------*/
.about {
  width: 100%;
  height: auto;
}

.about-outer {
  width: 100%;
  height: auto;
}

.about-outer--ttl {
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 60px 0 30px 0;
}

.about-outer-inner {
  margin: 0 auto;
  max-width: 700px;
  width: calc(100% - 20px);
}

.about-outer-inner img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.about-outer-inner--txt {
  /* margin-top: 40px; */
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
  color: #333;
}

/*-------------------------------------
選ばれる理由
-------------------------------------*/
.reason {
  padding-top: 60px;
  width: 100%;
  height: auto;
}

.reason--ttl {
  position: relative;
  margin-top: 30px;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.reason--ttl::before {
  position: relative;
  top: -15px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 250px;
  border-bottom: 1px solid #0043da;
}

.reason-outer {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: auto;
}

.reason-outer-inner {
  position: relative;
  top: 0;
  left: 0;
  padding: 60px 0 120px 0;
  width: 100%;
  height: auto;
  clip-path: inset(0);
}

.reason-outer-inner-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://l-made.jp/wp-content/themes/l-made_lp/images/reason-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.reason__contents {
  margin: 60px auto 0 auto;
  max-width: 1000px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.reason__contents_img {
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.reason__contents-outer {
  width: 70%;
}

.reason__contents-outer--txt {
  margin-top: 20px;
  font-size: clamp(1rem, 2.5vw, 1.2em);
  line-height: 1.6;
  color: #fff;
}

.reason__contents-outer-list {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.reason__contents-outer-list--img {
  width: 53px !important;
  height: auto !important;
}


.reason__contents-outer-list--txt {
  font-size: 18px;
  font-weight: 900;
  color: #0043da;
  line-height: 1.4;
}

.reason__contents-outer-list--txt span {
  display: block;
  font-size: 12px;
  color: #000000;
}

.reason__contents-outer-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.reason__contents-outer-list-row {
  flex: 1 1 300px;
  min-width: 250px;
}

/*-------------------------------------
導入事例
-------------------------------------*/
.achievements {
  padding: 60px 0;
  width: 100%;
  height: auto;
  background-color: #F5F9FC;
}

.achievements--ttl {
  position: relative;
  margin-top: 30px;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #06c755;
  text-align: center;
}

.achievements--ttl::before {
  position: relative;
  top: -15px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 250px;
  border-bottom: 1px solid #0043da;
}

.achievements-outer {
  margin: 60px auto 0 auto;
  max-width: 1000px;
  width: calc(100% - 20px);
  display: flex;
}

/*-------------------------------------
プラン
-------------------------------------*/
.plans {
  padding: 60px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.plans--ttl {
  position: relative;
  margin: 30px 0 60px 0;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #06c755;
  text-align: center;
}

.plans--ttl::before {
  position: relative;
  top: -15px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 250px;
  border-bottom: 1px solid #0043da;
}

.plans-outer {
  max-width: 1000px;
  width: calc(100% - 20px);
  display: flex;
  margin: 0 auto;
}

.plans-outer__box img {
  width: 100%;
  height: auto;
}

.plans-outer__note {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 20px);
  display: block;
  text-align: right;
}

.plan02-osusume {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 20px);
  display: block;
}

.plan02-osusume_sp {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 20px);
}

/*-------------------------------------
機能
-------------------------------------*/
.function {
  width: 100%;
  height: auto;
}

.function-outer {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 20px);
}

.function-outer--ttl {
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #06c755;
}

.function-outer--ttl span {
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
}

.function-outer__list {
  margin: 60px auto;
  max-width: 1000px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.function-outer__list--item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 228px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.function-outer__list--item img {
  width: 138px;
  height: auto;
}

.function-outer__list--item span {
  font-size: 20px;
  font-weight: 600;
}

/*-------------------------------------
導入事例
-------------------------------------*/
.case_content {
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10), 0 1.5px 4px rgba(0, 0, 0, 0.08);
  padding: 1rem 2rem;
}

.case_area {
  background: #fff;
  padding-bottom: 2rem;
}

.case_title {
  padding-bottom: 1rem;
}

.content_layout {
  display: flex;
  flex-wrap: wrap;
}

.column_img {
  flex: 1;
  padding: 1rem;
}

.column_txt {
  flex: 1;
  padding: 1rem;
}

/*-------------------------------------
代表メッセージ
-------------------------------------*/
.message {
  padding: 60px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.message--ttl {
  position: relative;
  margin-top: 30px;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #06c755;
  text-align: center;
}

.message--ttl::before {
  position: relative;
  top: -15px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 250px;
  border-bottom: 1px solid #0043da;
}

.message-outer {
  margin: 60px auto 0 auto;
  max-width: 1000px;
  width: calc(100% - 20px);
  display: flex;
}

/*-------------------------------------
CTA
-------------------------------------*/
.cta {
  padding: 60px 0;
  width: 100%;
  height: auto;
  background: url(https://l-made.jp/wp-content/themes/l-made_lp/images/top_image_front_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cta-outer {
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 20px);

}

.cta-outer__links {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.cta-outer__links--contact {
  margin-top: 60px;
}

.cta-outer__links--contact {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  border-radius: 50px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 3px 10px #bebebe;
  width: 100%;
  max-width: 420px;
  padding: 24px 0;
  color: #FFFFFF;
  background-color: #f7003b;
}

.cta-outer__links--contact_header {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 3px 10px #bebebe;
  width: 100%;
  max-width: 300px;
  padding: 18px 0;
  color: #FFFFFF;
  background-color: #f7003b;
}

.cta-outer__links--contact::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  /* お好みの高さに調整 */
  background: url(https://l-made.jp/wp-content/themes/l-made_lp/images/cta_btn_microcopy.png) no-repeat center/contain;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.cta-outer__links--contact:hover {
  opacity: 0.7;
}

.cta--ttl {
  display: block;
  margin: 0 auto;
  width: 60%;
}

/*-------------------------------------
お問い合わせ
-------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  background-color: #F5F9FC;
  overflow: hidden;
  padding: 60px 0;
}

.contact--ttl {
  position: relative;
  margin-top: 30px;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #06c755;
  text-align: center;
}

.contact--ttl::before {
  position: relative;
  top: -15px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 250px;
  border-bottom: 1px solid #0043da;
}

/*-------------------------------------
フッター設定
-------------------------------------*/
.footer {
  background: #000048;
  padding: 2em 0em;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: normal;
}

.footer a {
  color: #fff;
}

/*-------------------------------------
thanksページ
-------------------------------------*/

.thanks {
  padding: 60px 0 400px 0;
  width: 100%;
  height: auto;
  background: url(https://l-made.jp/wp-content/themes/l-made_lp/images/top_image_front_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.thanks-outer {
  margin: 0 auto;
  max-width: 800px;
  width: calc(100% - 20px);

}

.thanks--ttl {
  display: block;
  position: relative;
  margin: 30px 0;
  font-size: clamp(1.5rem, 4.1vw, 2.5rem);
  font-weight: 900;
  color: #06c755;
  text-align: center;
}

.thanks--txt {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
}

.notice-list {
  text-align: left;
  margin: 0 auto;
  color: #333;
  font-size: 0.98rem;
}

.notice-list li {
  display: list-item;
  margin-bottom: 6px;
}

/*-------------------------------------
contact form7
-------------------------------------*/
.wpcf7 {
  max-width: 800px;
  padding: 1rem;
  margin: 0 auto;
}

.wpcf7-form {
  margin: 0 auto;
  background: white;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.wpcf7-form label {
  display: block;
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
}

.wpcf7-form .required {
  letter-spacing: normal;
  text-indent: 0;
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  height: 16px;
  width: 32px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background-color: #e74c3c;
  border-radius: 2px;
  margin-right: 0.5rem
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

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

.wpcf7-list-item-label a {
  color: blue;
  text-decoration-line: underline;
}

.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  padding: 15px;
  background-color: #2196f3;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #cfced3;
}

.wpcf7 button:hover {
  background-color: #1976d2;
}

.wpcf7-response-output {
  display: none;
}

/* ===============================
rwd.css
=============================== */
@media screen and (max-width: 768px) {

  /*-------------------------------------
ハンバーガーメニュー
-------------------------------------*/
  .header_logo {
    width: 30%;
  }

  .hamburger_btn {
    display: block;
    background-color: #fff;
  }

  .cta-outer__links--contact_header {
    display: none;
  }

  .nav_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 67, 218, 0.8);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 100px;
    transition: .3s;
  }

  .nav_menu.active {
    right: 0;
  }

  .nav_menu .menu_list {
    width: 100%;
    height: 50%;
    flex-direction: column;
    text-align: center;
  }

  .nav_menu .menu_list li {
    width: 85%;
    padding: 20px;
    border-bottom: #fff 1px solid;
  }

  .nav_menu .menu_list a {
    color: #fff;
  }

  .nav_menu .menu_list a:hover,
  .nav_menu .menu_list a.active {
    color: #000048;
  }

  /*-------------------------------------
  FV
  -------------------------------------*/
  .ttl-logo {
    width: 30%;
  }

  .pc_br {
    display: none;
  }

  .fv {
    height: auto;
  }

  .fv-outer {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 20px 0;
  }

  .fv-outer--img {
    max-width: 580px;
    width: 100%;
  }

  .fv-outer__box {
    max-width: 580px;
    width: 100%;
  }

  /*-------------------------------------
  ギャラリー
  -------------------------------------*/
  .performance {
    padding: 40px 0 60px 0;
  }

  .performance--txt {
    margin: 0px 0 30px 0;
  }

  .performance-client-wrap--logo {
    width: 800%;
  }

  /*-------------------------------------
  お悩み
  -------------------------------------*/
  .worries {
    width: 100%;
    height: auto;
  }

  .worries--ttl {
    width: 90%;
  }

  .worries-outer-inner img {
    width: 100%;
  }

  /*-------------------------------------
  L-Made概要
  -------------------------------------*/
  .about-outer--ttl {
    width: 90%;
  }

  /*-------------------------------------
  選ばれる理由
  -------------------------------------*/
  .reason {
    padding-top: 40px;
  }

  .reason-outer {
    margin-top: 40px;
  }

  .reason-outer-inner {
    padding: 40px 0 40px 0;
  }

  .reason__contents {
    margin: 60px auto;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .reason__contents img {
    max-width: unset;
    width: 100%;
    height: auto;
  }

  .reason__contents-r {
    flex-direction: column;
  }

  .reason__contents-outer {
    width: 100%;
  }

  .reason__contents-outer-list-wrap {
    gap: 0px;
  }

  /*-------------------------------------
  導入事例
  -------------------------------------*/
  .achievements {
    padding: 40px 0;
  }

  .achievements-outer {
    margin: 20px auto 0 auto;
    display: block
  }

  .case_title {
    width: 100%;
  }

  .case_section {
    padding: 1rem;
  }

  .case_content {
    padding: 1rem;
  }

  .content_layout {
    flex-direction: column;
  }

  .content_layout.column_reverse {
    flex-direction: column-reverse;
  }

  .column_img {
    padding: 0 0 1rem 0;
  }

  .column_txt {
    padding: 0;
  }

  /*-------------------------------------
  機能
  -------------------------------------*/
  .function-outer__list {
    gap: 10px;
  }

  .function-outer__list--item {
    padding: 20px 0;
    max-width: 150px;
    width: 30%;
    gap: 4px;
  }

  .function-outer__list--item img {
    width: 80px;
  }

  .function-outer__list--item span {
    font-size: 12px;
  }

  /*-------------------------------------
  プラン
  -------------------------------------*/
  .plans-outer {
    display: block;
    margin: 20px auto 0 auto;
  }

  .plan02-osusume {
    display: none;
  }

  .plan02-osusume_sp {
    display: flex;
  }

  /*-------------------------------------
  CTA
  -------------------------------------*/
  .cta-outer__links {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cta-outer__list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .cta-outer__list--item {
    align-items: center;
    gap: 10px;
  }

  .cta-outer__list--item img {
    width: 60px;
    height: 60px;
  }

  .cta-outer__list--item span {
    font-size: clamp(0.65rem, 2.9vw, 1.1rem);
  }

  .cta--ttl {
    width: 100%;
  }

  /*-------------------------------------
  お問い合わせ
  -------------------------------------*/
  .contact--ttl {
    margin-top: 40px;
  }
}