@charset "UTF-8";
:root {
  --color-black: #000;
  --color-black-2: #111;
  --color-blue: #225cff;
  --color-gray-1: #f7f7f7;
  --color-gray-2: #707070;
  --color-green: #06c755;
  --color-navy: #000048;
  --color-orange: #f77911;
  --color-red: #f03;
  --color-red-1: #ff6969;
  --color-white: #fff;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-r: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
  --hover-duration: 0.3s;
  --hover-opacity-ratio: 0.6;
  --root-fz: 16;
  --transition-default: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "a-otf-ud-shin-go-pr6n", "meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  height: auto;
  width: 100%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "a-otf-ud-shin-go-pr6n", "meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-display: block;
  font-family: "linebiz-icon";
  font-style: normal;
  font-weight: normal;
  src: url("/static/jp/common/font/linebiz-icon.ttf") format("truetype");
}

[class^="lbicon-"],
[class*=" lbicon-"] {
  font-family: "linebiz-icon" !important;
  font-family: "LINESeedJPStd Regular";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

.lbicon-arrow:before {
  content: "\e900";
}

/* ---------------------------------------------
*  l-contents
--------------------------------------------- */
.l-contents {
  padding-inline: 20px;
}

.l-contents__inner {
  margin-inline: auto;
  max-width: 1200px;
}

/* ---------------------------------------------
*  l-h2title
--------------------------------------------- */
.l-h2title {
  align-items: center;
  color: var(--color-black);
  display: flex;
  font-family: var(--ff-ls-eb);
  font-size: calc(40 / 16 * 1rem);
  gap: min(10px, 10 / 1440 * 100vw);
  justify-content: center;
}
/* ---------------------------------------------
*  l-space
--------------------------------------------- */
.l-space {
  display: inline;
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .l-space {
    display: block;
    margin-left: 0;
  }
}
/* ---------------------------------------------
*  header
--------------------------------------------- */
.l-header {
  background: var(--color-navy);
  height: 66px;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  width: 100%;
  z-index: 9;
}

@media (max-width: 1023px) {
  .l-header {
    border-radius: 0;
    box-shadow: none;
    height: 54px;
    left: 0;
    overflow: visible;
    padding-top: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.l-header.bgWhite {
  background: var(--color-black);
}

.l-header__logo {
  line-height: 1;
}

.l-header__logo img {
  height: auto;
  width: min(168px, 168 / 1440 * 100vw);
}

@media (max-width: 1023px) {
  .l-header__logo img {
    max-width: 132px;
    width: 100%;
  }
}

.l-header-container {
  align-items: center;
  display: flex;
  height: 66px;
  padding-inline: min(40px, 40 / 1440 * 100vw) min(16px, 16 / 1440 * 100vw);
}

@media (max-width: 1023px) {
  .l-header-container {
    align-items: center;
    height: 54px;
    padding-inline: 23px 17px;
  }
}

@media (max-width: 1023px) {
  .l-header-menu {
    inset: 50px 0 calc(100% - 50px);
    overflow-y: auto;
    overscroll-behavior-y: none;
    position: fixed;
    scrollbar-width: none;
    transition: bottom 0.3s, visibility 0.3s;
    visibility: hidden;
  }
}

.l-header-menu {
  margin-left: auto;
}

.l-header-nav__item {
  position: relative;
}

@media (max-width: 1023px) {
  .l-header-nav__item {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .l-header-nav__item:after {
    border-right: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 32px;
    top: 46%;
    transform: rotate(45deg) translateY(-50%);
    width: 4px;
  }
}

.l-header-nav {
  align-items: center;
  display: flex;
  gap: min(47px, 47 / 1440 * 100vw);
}

@media (max-width: 1023px) {
  .l-header-nav {
    flex-direction: column;
    gap: 0;
  }
}

.l-header-nav__list {
  align-items: center;
  display: flex;
  gap: min(24px, 24 / 1440 * 100vw);
}

@media (max-width: 1023px) {
  .l-header-nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

.l-header-nav__link {
  color: var(--color-white);
  display: block;
  font-family: var(--ff-ls-b);
  font-size: min(13px, 13 / 1440 * 100vw);
  position: relative;
}

@media (max-width: 1023px) {
  .l-header-nav__link {
    font-size: 0.8125rem;
    padding: 14px 20px 13px 32px;
  }
}

.l-header-nav__link:hover {
  color: var(--color-blue);
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .l-header-menu::-webkit-scrollbar {
    display: none;
  }
}

.l-header-btn {
  align-items: center;
  background: var(--color-orange);
  border-radius: 26px;
  color: var(--color-white);
  display: flex;
  font-family: var(--ff-ls-eb);
  font-size: min(16px, 16 / 1440 * 100vw);
  height: 46px;
  justify-content: center;
  padding-inline: min(25px, 25 / 1440 * 100vw);
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}

.l-header-btn:hover {
  background: var(--color-white);
  color: var(--color-orange);
}

@media screen and (max-width: 1023px) {
  .l-header-btn {
    align-items: center;
    background: unset;
    box-sizing: border-box;
    color: var(--color-white);
    display: flex;
    font-size: 0.8125rem;
    justify-content: flex-start;
    margin-left: 0;
    padding: 14px 48px 13px 32px;
    position: relative;
    width: 100%;
  }

  .l-header-btn:after {
    border-right: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 32px;
    top: 46%;
    transform: rotate(45deg) translateY(-50%);
    width: 4px;
  }

  .l-header-btn:hover {
    background: unset;
    color: var(--color-white);
  }
}

/*  l-header-menu
--------------------------------------------- */
@media screen and (min-width: 1025px) {
  .l-header-menu {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .l-header-menu {
    inset: 50px 0 calc(100% - 50px);
    overflow-y: auto;
    overscroll-behavior-y: none;
    position: fixed;
    scrollbar-width: none;
    transition: bottom 0.5s, visibility 0.5s;
    visibility: hidden;
  }

  .l-header-menu::-webkit-scrollbar {
    display: none;
  }

  .is-menu-opened .l-header-menu {
    bottom: 0;
    top: 50px;
    visibility: visible;
  }
}

@media screen and (max-width: 1023px) {
  .l-header-menu__container {
    background-color: var(--color-navy);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    height: auto;
    overflow-y: auto;
    padding: 0 0 45px;
  }

  .is-animating .l-header-menu__container {
    scrollbar-width: none;
    top: 0;
  }

  .is-animating .l-header-menu__container::-webkit-scrollbar {
    display: none;
  }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: none;
  margin: 2px 10px 0 11px;
  outline: none;
  padding: 0 9px 15px;
  position: relative;
  touch-action: manipulation;
}

@media screen and (max-width: 1023px) {
  .l-header-menu-button {
    animation: fadeAnim 0.3s forwards;
    display: block;
    margin: 0 0 0 auto;
    opacity: 0;
    padding: 0;
  }
}

.l-header-menu-button::after {
  bottom: 0;
  color: #00003e;
  content: normal;
  font-size: 10px;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .l-header-menu-button::after {
    animation: rotateAnim1 0.3s forwards;
  }
}

@media screen and (max-width: 1023px) {
  .is-menu-opened .l-header-menu-button::after {
    animation: rotateAnim2 0.3s forwards;
  }
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes rotateAnim1 {
  0% {
    transform: translateX(-70%) rotate(30deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

@keyframes rotateAnim2 {
  0% {
    transform: translateX(-30%) rotate(-30deg);
  }

  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.l-header-menu-button__lines {
  display: block;
  height: 28px;
  position: relative;
  width: 32px;
}

.l-header-menu-button__line {
  background-color: var(--color-white);
  border-radius: 9999px;
  display: block;
  height: 1px;
  left: 0;
  padding-top: 1px;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}

.l-header-menu-button__line--top {
  top: 0;
}

.is-menu-opened .l-header-menu-button__line--top {
  top: 12px;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header-menu-button__txt {
  bottom: 0;
  color: var(--color-white);
  display: block;
  font-family: var(--ff-ls-b);
  font-size: 0.5rem;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 100%;
}

.is-menu-opened .l-header-menu-button__txt {
  display: none;
}

.l-header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
}

.is-menu-opened .l-header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
  top: 10px;
}

.is-menu-opened .l-header-menu-button__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

/* ---------------------------------------------
*  KV
--------------------------------------------- */
.c-kv {
  height: 750px;
  padding-top: 66px;
}

@media screen and (max-width: 1023px) {
  .c-kv {
    height: 519px;
    padding-top: 54px;
  }
}

.c-kv__inner {
  height: 750px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-kv__inner {
    height: 519px;
  }
}

.c-kv__visual {
  bottom: 0;
  height: 750px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .c-kv__visual {
    height: 519px;
  }
}

.c-kv__image {
  height: 100%;
  object-fit: cover;
  object-fit: top;
  width: 100%;
}

.c-kv__title {
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 865px;
}

@media screen and (max-width: 1023px) {
  .c-kv__title {
    text-align: center;
    top: 38px;
    width: 100%;
  }
}

.c-kv__title-image {
  max-width: 865px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-kv__title-image {
    max-width: 297px;
    width: 100%;
  }
}

.c-kv__cta {
  bottom: 52px;
  display: flex;
  gap: min(18px, 18 / 1440 * 100vw);
  justify-content: center;
  position: absolute;
  right: min(493px, 493 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-kv__cta {
    bottom: 35px;
    flex-direction: column;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.c-kv__cta-link {
  align-items: center;
  border: 3px solid var(--color-white);
  border-radius: 50px;
  display: flex;
  height: 90px;
  justify-content: center;
  padding-inline: min(50px, 50 / 1440 * 100vw) min(86px, 86 / 1440 * 100vw);
  position: relative;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}

.c-kv__cta-text {
  color: var(--color-white);
  font-family: var(--ff-ls-eb);
  font-size: min(25px, 25 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-text {
    font-size: calc(17 / 16 * 1rem);
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-item {
    text-align: center;
    width: 100%;
  }
}

.c-kv__cta-link--orange {
  background-color: var(--color-orange);
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-link--orange {
    display: inline-flex;
    height: 55px;
    justify-content: flex-start;
    margin-inline: auto;
    max-width: 270px;
    padding-inline: 34px 54px;
  }
}

.c-kv__cta-link--orange:after {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-box-pack: center;
  color: var(--color-orange);
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: min(16px, 16/ 1440 * 100vw);
  height: min(56px, 56/ 1440 * 100vw);
  justify-content: center;
  position: absolute;
  right: min(50px, 50/ 1440 * 100vw);
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: min(56px, 56/ 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-link--orange:after {
    font-size: 16px;
    height: 36px;
    right: 30px;
    width: 36px;
  }
}

.c-kv__cta-link--orange:hover {
  background: var(--color-white);
}

.c-kv__cta-link--orange:hover .c-kv__cta-text {
  color: var(--color-orange);
}

.c-kv__cta-link--orange:hover::after {
  background-color: var(--color-orange);
  color: var(--color-white);
}

.c-kv__cta-link--navy {
  background-color: var(--color-navy);
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-link--navy {
    display: none;
  }
}

.c-kv__cta-link--navy:after {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100%;
  -webkit-box-pack: center;
  color: var(--color-navy);
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: min(16px, 16/ 1440 * 100vw);
  height: min(56px, 56/ 1440 * 100vw);
  justify-content: center;
  position: absolute;
  right: min(50px, 50 / 1440 * 100vw);
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: min(56px, 56/ 1440 * 100vw);
}

.c-kv__cta-link--navy:hover {
  background: var(--color-white);
}

.c-kv__cta-link--navy:hover .c-kv__cta-text {
  color: var(--color-navy);
}

.c-kv__cta-link--navy:hover::after {
  background-color: var(--color-navy);
  color: var(--color-white);
}

.c-kv__cta-link--navy-sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-kv__cta-link--navy-sp {
    display: block;
    text-align: center;
  }
  .c-kv__cta-link--navy-sp:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------
*  movie
--------------------------------------------- */
#movie {
  margin-top: 27px;
}

@media screen and (min-width: 1024px) {
  #movie {
    margin-top: 60px;
    padding-inline: min(20px, 20 / 1440 * 100vw);
    visibility: visible;
  }
}

@media screen and (min-width: 1024px) {
  .c-slider-2__slide {
    flex: 1;
  }

  .c-slider-2__list {
    display: flex;
    gap: min(35px, 35 / 1440 * 100vw);
    height: auto;
    justify-content: flex-start;
    margin-inline: auto !important;
    max-width: 1200px;
  }
}

.c-movie__txt {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-movie__txt img {
    height: 58px;
    width: auto;
  }
}

.c-movie__youtube {
  aspect-ratio: 1.7819 / 1;
  margin-top: 28px;
  position: relative;
}

.c-movie__img img {
  aspect-ratio: 1.7819 / 1;
  display: block;
  height: auto;
  width: 100%;
}

.c-movie__btn {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .is-active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.c-slider-2__slide[role="tabpanel"] {
  animation: none !important;
  display: block !important;
  opacity: 1 !important;
}

.c-slider-2__wrapper {
  position: relative;
}

.c-slider-2 .splide__slide {
  transform: translate3d(0, 0, 0);
}

.c-slider-2 .splide__pagination {
  align-items: center;
  display: flex;
  gap: calc(20 / 375 * 100vw);
  justify-content: center;
  margin-top: 20px;
}

.c-slider-2 .splide__pagination li {
  font-size: 0;
  list-style: none;
}

.c-slider-2 .splide__pagination__page {
  background-color: #dedede;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: calc(10 / 375 * 100vw);
  padding: 0;
  touch-action: manipulation;
  width: calc(10 / 375 * 100vw);
}

.c-slider-2 .splide__pagination__page.is-active {
  background-color: var(--color-navy);
  opacity: 1;
}

.splide__list {
  height: auto;
}

/* ---------------------------------------------
*  bnr
--------------------------------------------- */
.c-bnr {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-bnr {
    margin-top: 27px;
  }
}

.c-bnr__image {
  max-width: 1406px;
  width: 100%;
}

/* ---------------------------------------------
*  特徴
--------------------------------------------- */
.c-feature {
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  .c-feature {
    padding-top: 26px;
  }
}

.c-feature__container-gray {
  background: var(--color-gray-1);
}

.c-feature__inner {
  padding-inline: min(20px, 20 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-feature__inner {
    padding-inline: 20px;
  }
}

.c-feature__container {
  margin-inline: auto;
  max-width: 1200px;
  padding-block: 75px 80px;
}

@media screen and (max-width: 1023px) {
  .c-feature__container {
    padding-block: 36px 50px;
  }
}

.c-feature__title {
  align-items: center;
  display: flex;
  gap: min(30px, 30 / 1440 * 100vw);
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .c-feature__title {
    align-items: center;
    flex-direction: column;
    gap: 4px;
  }
}

.c-feature__title-text {
  color: var(--color-navy);
  display: inline-block;
  font-family: var(--ff-ls-eb);
  font-size: min(36px, 36 / 1440 * 100vw);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-feature__title-text {
    font-size: calc(26 / 16 * 1rem);
    line-height: calc(1.625rem * 1.6);
  }
}

.c-feature__title-text span {
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  .c-feature__title-text span {
    display: block;
    margin-left: 0;
  }
}

.c-feature__logo {
  max-width: 65px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-feature__logo {
    max-width: 93px;
    width: 100%;
  }
}

.c-feature__text {
  color: var(--color-navy);
  font-family: var(--ff-ls-b);
  font-size: min(18px, 18 / 1440 * 100vw);
  margin-top: 27px;
}

@media screen and (max-width: 1023px) {
  .c-feature__text {
    font-family: var(--ff-ls-r);
    font-size: 0.875rem;
    margin-top: 22px;
  }
}

.c-feature__text sup {
  font-family: var(--ff-ls-r);
  font-size: min(10px, 10 / 1440 * 100vw) !important;
  font-size: smaller;
  vertical-align: super;
}

.c-feature__banner {
  display: block;
  margin-top: 20px;
}

.c-feature__notes {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .c-feature__notes {
    margin-top: 27px;
  }
}

.c-feature__note {
  color: var(--color-navy);
  font-family: var(--ff-ls-r);
  font-size: min(10px, 10 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-feature__note {
    font-size: 0.625rem;
  }
}

.c-feature__note-mark {
  margin-right: 4px;
}

.c-feature__media {
  align-items: start;
  display: grid;
  gap: min(24px, 24 / 1440 * 100vw);
  grid-template-columns: min(366px, 366 / 1440 * 100vw) min(420px, 420 / 1440 * 100vw) min(366px, 366 / 1440 * 100vw);
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .c-feature__media {
    display: grid;
    gap: 8px 10px;
    grid-template-areas: "slide slide" "line-logo yahoo-logo" "line-list yahoo-list";
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    margin-top: 37px;
    max-width: 375px;
  }

  /* 中央画像 */
  .c-feature__media-slide-group {
    grid-area: slide;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }

  /* wrapperを分解 */
  .c-feature__media-col--line,
  .c-feature__media-col--yahoo {
    display: contents;
  }

  /* ロゴ */
  .c-feature__media-col--line .c-feature__media-logo {
    grid-area: line-logo;
    justify-self: center;
  }

  .c-feature__media-col--yahoo .c-feature__media-logo {
    grid-area: yahoo-logo;
    justify-self: center;
  }

  /* リスト */
  .c-feature__media-col--line .c-feature__media-list {
    gap: 10px;
    grid-area: line-list;
    grid-template-columns: 1fr;
  }

  .c-feature__media-col--yahoo .c-feature__media-list {
    gap: 10px;
    grid-area: yahoo-list;
    grid-template-columns: 1fr;
  }

  /* ボタンを1列に */
  .c-feature__media-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  /* サイズ調整 */
  .c-feature__media-logo {
    width: 61px;
  }

  /* SP非表示制御 */
  .c-feature__media-item-sp {
    display: none;
  }
}

.c-feature__media-list {
  display: grid;
  gap: min(12px, 12 / 1440 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}

.c-feature__media-item {
  align-items: center;
  background: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 84px;
  justify-content: center;
  width: min(171px, 171 / 1440 * 100vw);
}

.c-feature__media-item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  .c-feature__media-item-sp {
    display: none;
  }
}

.c-feature__media-item span {
  font-family: var(--ff-ls-eb);
  font-size: min(17px, 17 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-feature__media-item span {
    font-size: calc(13 / 16 * 1rem);
    line-height: calc(0.8125rem * 1.6);
    padding: 0;
  }
}

.c-feature__media-col--line .c-feature__media-item {
  border: 3px solid var(--color-green);
}
.c-feature__media-col--line .c-feature__media-item.is-active {
  background: var(--color-green);
}
.c-feature__media-col--line .c-feature__media-item.is-active span {
  color: var(--color-white);
}
@media screen and (max-width: 1023px) {
  .c-feature__media-col--line .c-feature__media-item {
    border: 2px solid var(--color-green);
    height: 54px;
    width: 100%;
  }
}

.c-feature__media-col--line .c-feature__media-item span {
  color: var(--color-green);
}

.c-feature__media-col--yahoo .c-feature__media-item {
  border: 3px solid var(--color-red);
}
.c-feature__media-col--yahoo .c-feature__media-item.is-active {
  background: var(--color-red);
}
.c-feature__media-col--yahoo .c-feature__media-item.is-active span {
  color: var(--color-white);
}
@media screen and (max-width: 1023px) {
  .c-feature__media-col--yahoo .c-feature__media-item {
    border: 2px solid var(--color-red);
    height: 54px;
    width: 100%;
  }
}

.c-feature__media-col--yahoo .c-feature__media-item span {
  color: var(--color-red);
}

.c-feature__media-slide {
  display: none;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-feature__media-slide {
    padding-top: 0;
  }
}
.c-feature__media-slide.is-active {
  display: block;
}

.c-feature__media-col {
  text-align: center;
}

.c-feature__cards {
  display: grid;
  gap: min(50px, 50 / 1440 * 100vw) min(36px, 36 / 1440 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .c-feature__cards {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}

.c-feature__card {
  align-items: center;
  display: flex;
  gap: 32px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .c-feature__card {
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .c-feature__card:nth-child(even) .c-feature__card-image {
    order: 1;
  }
}

.c-feature__card-image {
  width: min(167px, 167 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-feature__card-image {
    max-width: 90px;
    width: 100%;
  }
}

.c-feature__card-text {
  color: #000048;
  font-family: var(--ff-ls-r);
  font-size: 1rem;
  line-height: calc(1rem * 1.7);
  margin-top: 14px;
}

@media screen and (max-width: 1023px) {
  .c-feature__card-text {
    font-size: 0.75rem;
    line-height: calc(0.75rem * 1.6);
    margin-top: 8px;
  }
}

.c-feature__card-note {
  bottom: 0;
  font-size: calc(12 / 16 * 1rem);
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .c-feature__card-note {
    font-size: 0.5625rem;
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .c-feature__card-body img {
    height: 28px;
    width: auto;
  }
}

/* ---------------------------------------------
*  アプローチ
--------------------------------------------- */
.c-approach {
  padding-block: 100px;
}

@media screen and (max-width: 1023px) {
  .c-approach {
    padding-block: 36px 40px;
  }
}

.c-approach__title {
  color: var(--color-navy);
  font-family: var(--ff-ls-eb);
  font-size: calc(50 / 16 * 1rem);
  letter-spacing: -0.01em;
  line-height: calc(3.125rem * 1.4);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-approach__title {
    font-family: var(--ff-ls-b);
    font-size: 1.4375rem;
    letter-spacing: -0.03em;
    line-height: calc(1.4375rem * 1.3);
  }
}

.c-approach__title-red {
  color: var(--color-red);
}

.c-approach__item {
  align-items: center;
  display: flex;
  gap: min(48px, 48 / 1440 * 100vw);
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .c-approach__item {
    flex-direction: column;
    gap: 23px;
    margin-top: 33px;
  }
}

.c-approach__item--support .c-approach__body {
  order: 1;
}

@media screen and (max-width: 1023px) {
  .c-approach__body {
    background: var(--color-gray-1);
    border-radius: 20px;
    padding: 27px 14px 34px;
  }
}

@media screen and (max-width: 1023px) {
  .c-approach__item--support .c-approach__body {
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .c-approach__body-sp {
    background: none;
    order: 1;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .c-approach__body .c-approach__heading {
    font-family: var(--ff-ls-b);
    letter-spacing: -0.05em;
  }
  .c-approach__body .c-approach__heading-bold {
    font-family: var(--ff-ls-eb);
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 1023px) {
  .c-approach__item--support .c-approach__text {
    margin-top: 12px;
  }
}

.c-approach__heading {
  color: var(--color-navy);
  font-family: var(--ff-ls-eb);
  font-size: calc(42 / 16 * 1rem);
  letter-spacing: -0.04em;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .c-approach__heading {
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

.c-approach__heading-sub {
  font-family: var(--ff-ls-b);
  font-size: calc(31 / 16 * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-approach__heading-sub {
    display: block;
    font-family: var(--ff-ls-b);
    font-size: 0.875rem;
  }
}

.c-approach__text {
  font-family: var(--ff-ls-b);
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(1.125rem * 1.9);
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .c-approach__text {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: calc(0.875rem * 1.7);
    margin-top: 20px;
  }
}

.c-approach__image {
  width: min(600px, 600 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-approach__image {
    margin-inline: auto;
    margin-top: 17px;
    max-width: 304px;
    width: 100%;
  }
}

.c-approach__image-02 {
  width: min(558px, 558 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-approach__image-02 {
    max-width: 335px;
    width: 100%;
  }
}

.c-approach__section-img {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .c-approach__section-img {
    margin-top: 32px;
    text-align: center;
  }
}

.c-approach__heading-blue {
  color: var(--color-blue);
}

.c-approach__btn {
  margin-top: 40px;
  max-width: 307px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-approach__btn {
    margin-inline: auto;
    margin-top: 27px;
    max-width: 335px;
  }
}

.c-approach__link {
  align-items: center;
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
  border-radius: 100px;
  display: inline-flex;
  height: 56px;
  position: relative;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  transition: all 0.2s linear;
  width: 100%;
}

.c-approach__link:after {
  align-items: center;
  background: var(--color-white);
  border-radius: 100%;
  color: var(--color-blue);
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 16px;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: 56px;
}

.c-approach__link-text {
  color: var(--color-white);
  font-family: var(--ff-ls-b);
  font-size: calc(16 / 16 * 1rem);
  padding-left: 38px;
}

.c-approach__link:hover {
  background: var(--color-white);
}

.c-approach__link:hover .c-approach__link-text {
  color: var(--color-blue);
}

.c-approach__link:hover::after {
  background: var(--color-blue);
  color: var(--color-white);
}

@media screen and (max-width: 1023px) {
  .c-approach__link {
    justify-content: center;
  }

  .c-approach__link:after {
    display: none;
  }

  .c-approach__link-text {
    padding-left: 0;
  }
}

/* ---------------------------------------------
*  料金
--------------------------------------------- */
.c-price {
  background: #ecefff;
  padding-block: 87px 100px;
}

@media screen and (max-width: 1023px) {
  .c-price {
    padding: 25px 20px 40px;
  }

  .c-price .l-h2title {
    flex-direction: column;
    font-size: 1.625rem;
  }

  .c-price .l-h2title img {
    max-width: 56px;
    width: 100%;
  }
}

.c-price__lead {
  font-family: var(--ff-ls-r);
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(1.125rem * 2);
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-price__lead {
    font-size: 0.875rem;
    line-height: calc(0.875rem * 1.8);
    margin-top: 10px;
  }
}

.c-price__list {
  display: flex;
  gap: min(16px, 16 / 1440 * 100vw);
  margin-top: 51px;
}

@media screen and (max-width: 1023px) {
  .c-price__list {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.c-price__item {
  background: var(--color-white);
  border-radius: 20px;
  flex: 1;
  padding: 40px min(64px, 64 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-price__item {
    padding: 28px 22px;
  }
}

.c-price__card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .c-price__card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

.c-price__card-title {
  align-items: center;
  display: flex;
  gap: min(10px, 10 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-price__card-title {
    gap: 4px;
  }

  .c-price__card-title img {
    max-width: 23px;
    width: 100%;
  }
}

.c-price__card-title-text {
  font-family: var(--ff-ls-b);
  font-size: calc(24 / 16 * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-price__card-title-text {
    font-size: calc(20 / 16 * 1rem);
  }
}

.c-price__card-tags {
  display: flex;
  gap: min(16px, 16 / 1440 * 100vw);
}

.c-price__card-tag {
  align-items: center;
  background: var(--color-white);
  border-radius: 3px;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: calc(14 / 16 * 1rem);
  justify-content: center;
  min-height: 28px;
  padding-inline: 12px;
}

.c-price__card-tag-red {
  border: 2px solid var(--color-red);
  color: var(--color-red);
}

.c-price__card-tag-blue {
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
}

.c-price__card-text {
  font-family: var(--ff-ls-r);
  font-size: 1rem;
  line-height: calc(1rem * 1.6);
  margin-top: 25px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .c-price__card-text {
    font-size: calc(14 / 16 * 1rem);
    margin-top: 18px;
  }
}

.c-price__sublist {
  margin-top: 25px;
}

.c-price__subitem {
  align-items: center;
  display: flex;
  gap: min(24px, 24 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-price__subitem {
    gap: 16px;
  }
}

.c-price__subitem-icon {
  width: min(84px, 84 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-price__subitem-image {
    display: block;
    max-width: 69px;
    width: 100%;
  }

  .c-price__subitem-icon {
    max-width: 69px;
    width: 100%;
  }
}

.c-price__subitem + .c-price__subitem {
  margin-top: 16px;
}

.c-price__subitem-title {
  font-family: var(--ff-ls-b);
  font-size: calc(18 / 16 * 1rem);
  line-height: calc(1.125rem * 2);
}

@media screen and (max-width: 1023px) {
  .c-price__subitem-title {
    font-size: 1rem;
    line-height: calc(1rem * 2);
  }
}

.c-price__subitem-text {
  font-family: var(--ff-ls-r);
  font-size: 1rem;
  line-height: calc(1rem * 1.6);
}

@media screen and (max-width: 1023px) {
  .c-price__subitem-text {
    font-size: calc(14 / 16 * 1rem);
    line-height: calc(0.875rem * 1.4);
  }
}

.c-price__card-image {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
  width: min(400px, 400 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-price__card-image {
    margin-top: 20px;
    max-width: 290px;
    width: 100%;
  }
}

/* ---------------------------------------------
*  アカウント作成
--------------------------------------------- */
.c-account {
  background: var(--color-navy);
  padding-block: 100px;
}

@media screen and (max-width: 1023px) {
  .c-account {
    background: var(--color-white);
    padding: 40px 20px;
  }
}

.c-account__title {
  color: var(--color-white);
  font-family: var(--ff-ls-eb);
  font-size: calc(40 / 16 * 1rem);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-account__title {
    color: var(--color-navy);
    font-size: calc(26 / 16 * 1rem);
  }
}

.c-account__list {
  background: #ecefff;
  border-radius: 20px;
  display: flex;
  gap: min(55px, 55 / 1440 * 100vw);
  margin-top: 50px;
  padding: 50px min(52px, 52 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-account__list {
    background: var(--color-white);
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    padding: 0;
  }
}

.c-account__item {
  flex: 1;
  position: relative;
}

.c-account__head {
  align-items: center;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 9px 15px 0 rgba(34, 92, 255, 0.05);
  display: flex;
  justify-content: center;
  min-height: 56px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-account__head {
    box-shadow: none;
    gap: 20px;
    min-height: unset;
  }
}

.c-account__heading {
  font-family: var(--ff-ls-b);
  font-size: calc(18 / 16 * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-account__heading {
    font-size: calc(20 / 16 * 1rem);
  }
}

.c-account__step {
  color: var(--color-blue);
  font-family: var(--ff-ls-b);
  font-size: calc(28 / 16 * 1rem);
  left: -8px;
  position: absolute;
  top: -10px;
}

@media screen and (max-width: 1023px) {
  .c-account__step {
    font-size: calc(20 / 16 * 1rem);
    left: unset;
    line-height: 1;
    position: relative;
    top: unset;
  }
}

.c-account__image {
  display: block;
  margin-inline: auto;
  margin-top: 24px;
  width: min(323px, 323 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-account__image {
    margin-top: 20px;
    max-width: 335px;
    width: 100%;
  }
}

.c-account__text {
  font-size: calc(14 / 16 * 1rem);
  margin-top: 24px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .c-account__text {
    margin-top: 20px;
  }
}

.c-account__accordion {
  margin-top: 24px;
}

.c-account__accordion-title {
  cursor: pointer;
}

.c-account__accordion-body {
  display: none;
}

.c-account__accordion-title.is-active .c-account__accordion-body {
  display: block;
}

.c-account__accordion-title {
  align-items: center;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: calc(14 / 16 * 1rem);
  gap: 5px;
}

.c-account__accordion-body {
  font-family: var(--ff-ls-r);
  font-size: calc(14 / 16 * 1rem);
  margin-top: 6px;
}

.c-account__accordion-title-arw {
  background: url(/sites/default/files/media/jp/service/ly-ads/lp/integration/img/icon_arrow_small.svg) no-repeat center center / contain;
  flex-shrink: 0;
  height: 5px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  transition: transform 0.3s;
  width: 8px;
}

.c-account__accordion-title.is-open .c-account__accordion-title-arw {
  transform: rotate(0);
}

/* ---------------------------------------------
*  お役立ちコンテンツ
--------------------------------------------- */
.c-contents {
  padding-top: 80px;
}

@media screen and (max-width: 1023px) {
  .c-contents {
    padding-block: 25px 30px;
  }
}

.c-contents__list {
  align-items: stretch;
  display: flex;
  gap: min(35px, 35 / 1440 * 100vw);
  margin-top: 33px;
}

@media screen and (max-width: 1023px) {
  .c-contents .l-h2title {
    flex-direction: column;
    font-size: calc(26 / 16 * 1rem);
    margin-top: 25px;
  }

  .c-contents .l-h2title img {
    max-width: 56px;
    width: 100%;
  }

  .c-contents__list {
    flex-direction: column;
    gap: 32px;
  }
}

.c-contents__item {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.c-contents__card {
  background: var(--color-gray-1);
  border-radius: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}

.c-contents__label {
  align-items: center;
  background: var(--color-blue);
  border-radius: 5px;
  color: var(--color-white);
  display: inline-flex;
  font-family: var(--ff-ls-b);
  font-size: calc(12 / 16 * 1rem);
  justify-content: center;
  min-height: 26px;
  padding-inline: 12px;
}

@media screen and (max-width: 1023px) {
  .c-contents__label {
    padding-inline: 6px;
  }
}

.c-contents__body {
  padding: 22px min(28px, 28 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-contents__body {
    padding: 20px 26px;
  }
}

.c-contents__title {
  color: var(--color-black);
  font-family: var(--ff-ls-b);
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: -0.03em;
  margin-top: 6px;
}

.c-contents__text {
  color: var(--color-black);
  font-family: var(--ff-ls-r);
  font-size: calc(14 / 16 * 1rem);
  margin-top: 3px;
}

.c-contents__image {
  overflow: hidden;
}

.c-contents__image img {
  transition: transform 0.3s;
  width: 100%;
}

.c-contents__card:hover .c-contents__image img {
  transform: scale(1.05);
}

.c-contents__link {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .c-contents__link {
    margin-top: 20px;
  }
}

.c-contents__link-text {
  align-items: center;
  color: var(--color-black);
  display: inline-flex;
  font-family: var(--ff-ls-b);
  font-size: 1rem;
  gap: 10px;
  justify-content: center;
}

.c-contents__link-text:hover {
  text-decoration: underline;
}

.c-contents__card-arrow {
  background: url(/sites/default/files/media/jp/service/ly-ads/lp/integration/img/icon_arrow-orange.svg) center center no-repeat;
  height: 9px;
  width: 6px;
}

/* ---------------------------------------------
*  FAQ
--------------------------------------------- */
.c-faq {
  padding-block: 80px;
}

@media screen and (max-width: 1023px) {
  .c-faq {
    padding-block: 30px 40px;
  }
}

@media screen and (max-width: 1023px) {
  .c-faq .l-h2title {
    flex-direction: column;
    font-size: calc(26 / 16 * 1rem);
  }

  .c-faq .l-h2title img {
    max-width: 56px;
    width: 100%;
  }
}

.c-acc-faq {
  margin-top: 30px;
}

.c-acc-faq__item {
  background-color: rgba(34, 92, 255, 0.07);
  border-radius: 10px;
  position: relative;
  text-align: justify;
  transition: background-color ease-out 0.3s;
}

.c-acc-faq__item + .c-acc-faq__item {
  margin-top: 24px;
}

.c-acc-faq__item:has(.c-acc-faq__head:hover) {
  background-color: rgba(34, 92, 255, 0.07);
}

.c-acc-faq__head {
  align-items: center;
  background-color: unset;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 16px 30px;
  transition: background-color ease-out 0.3s;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__head {
    gap: 18px;
    padding: 18px 12px 18px 15px;
  }
}

.c-acc-faq__head-left {
  align-items: center;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__head-left {
    gap: 7px;
  }
}

.c-acc-faq__head-q {
  color: var(--color-black);
  flex-shrink: 0;
  font-family: var(--ff-ls-b);
  font-size: calc(32 / var(--root-fz) * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__head-q {
    font-size: calc(24 / var(--root-fz) * 1rem);
  }
}

.c-acc-faq__head-txt {
  color: var(--color-black);
  display: block;
  font-family: var(--ff-ls-b);
  font-size: calc(18 / var(--root-fz) * 1rem);
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__head-txt {
    font-size: calc(14 / var(--root-fz) * 1rem);
    line-height: 1.5714285714;
  }
}

.c-acc-faq__head-arw {
  background: url(/sites/default/files/media/jp/service/ly-ads/lp/integration/img/icon_arrow.svg) no-repeat center center/contain;
  flex-shrink: 0;
  height: 11px;
  transform: rotate(180deg);
  transition: transform 0.3s;
  width: 20px;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__head-arw {
    height: 7px;
    width: 13px;
  }
}

.c-acc-faq__item.is-open .c-acc-faq__head-arw {
  transform: rotate(0);
}

.c-acc-faq__body {
  margin-top: -5px;
}

.c-acc-faq__body-inner {
  align-items: center;
  display: flex;
  gap: 14px;
  padding: 0 55px 25px 30px;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__body-inner {
    gap: 10px;
    padding: 6px 40px 16px 15px;
  }
}

.c-acc-faq__body-a {
  color: var(--color-blue);
  flex-shrink: 0;
  font-family: var(--ff-ls-b);
  font-size: calc(32 / var(--root-fz) * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__body-a {
    font-size: calc(24 / var(--root-fz) * 1rem);
  }
}

.c-acc-faq__body-txt {
  font-family: var(--ff-ls-r);
  font-size: calc(16 / var(--root-fz) * 1rem);
  line-height: 1.5714285714;
}

@media screen and (max-width: 1023px) {
  .c-acc-faq__body-txt {
    font-size: calc(14 / var(--root-fz) * 1rem);
  }
}

.c-acc-faq__body-txt a {
  color: #003e9a;
  font-family: var(--ff-ls-b);
}

.js-acc-faq-target {
  --acc-body-height: 0;
  height: 0;
  overflow: hidden;
}

.js-acc-faq-scope.is-close .js-acc-faq-target {
  animation: closeAccAnim 0.5s forwards;
}

.js-acc-faq-scope.is-open .js-acc-faq-target {
  animation: openAccAnim 0.5s forwards;
}

@keyframes openAccAnim {
  0% {
    height: 0;
    visibility: hidden;
  }

  99% {
    height: var(--acc-body-height);
    visibility: visible;
  }

  100% {
    height: auto;
  }
}

@keyframes closeAccAnim {
  0% {
    height: var(--acc-body-height);
  }

  99% {
    visibility: visible;
  }

  100% {
    height: 0;
    visibility: hidden;
  }
}

/* ---------------------------------------------
*  CTA
--------------------------------------------- */
.c-cta {
  height: 478px;
  overflow: hidden;
  position: relative;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-cta {
    height: 412px;
  }
}

.c-cta__bg {
  bottom: 0;
  height: 478px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .c-cta__bg {
    height: 412px;
  }
}

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

.c-cta__bg-2 {
  bottom: 0;
  height: 450px;
  left: 0;
  max-width: 1092px; /* bottom: 0;
  height: 450px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1092px;
  z-index: 0; */
  position: absolute;
  transform: none;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .c-cta__bg-2 {
    height: 186px;
    left: 50%;
    top: 49px;
    transform: translateX(-50%);
    width: 351px;
  }
}

.c-cta__bg-3 {
  bottom: 0;
  height: 450px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1092px;
  z-index: 0;
}
.c-cta__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1092px;
  position: relative;
  width: 100%;
}
.c-cta__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 223px;
  transform: translateX(calc(-50% + 160px));
  width: max-content;
  z-index: 1;
  /* align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: min(306px, 306 / 1440 * 100vw);
  top: 223px; */
}

@media screen and (max-width: 1023px) {
  .c-cta__content {
    left: 50%;
    top: 216px;
    transform: translateX(-50%);
    width: 100%;
  }
}

.c-cta__content-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 233px;
  transform: translateX(calc(-50% - 180px));
  width: max-content;
  z-index: 1; /* align-items: center;
  display: flex;
  flex-direction: column;
  left: min(268px, 268 / 1440 * 100vw);
  position: absolute;
  top: 233px; */
}

@media screen and (max-width: 1023px) {
  .c-cta__content-2 {
    left: 50%;
    top: 216px;
    transform: translateX(-50%);
    width: 100%;
  }
}

.c-cta__primary-link {
  align-items: center;
  background: var(--color-orange);
  border: 3px solid var(--color-orange);
  border-radius: 100px;
  display: flex;
  gap: min(10px, 10 / 1440 * 100vw);
  justify-content: center;
  min-height: 90px;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  width: 445px;
}

@media screen and (max-width: 1023px) {
  .c-cta__primary-link {
    gap: 10px;
    min-height: 63px;
    width: 330px;
  }
}

.c-cta__primary-link:hover {
  background: var(--color-white);
}

.c-cta__primary-link:after {
  align-items: center;
  background: var(--color-white);
  border-radius: 100%;
  color: var(--color-orange);
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 10px;
  height: 26px;
  justify-content: center;
  position: relative;
  transition: all 0.2s var(--transition-default);
  width: 26px;
}

.c-cta__primary-link:hover::after {
  background: var(--color-orange);
  color: var(--color-white);
}

.c-cta__primary-text {
  color: var(--color-white);
  font-family: var(--ff-ls-eb);
  font-size: calc(25 / var(--root-fz) * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-cta__primary-text {
    font-size: 1.125rem;
  }
}

.c-cta__primary-link:hover .c-cta__primary-text {
  color: var(--color-orange);
  text-decoration: none;
}

.c-cta__sub {
  display: flex;
  gap: min(40px, 40 / 1440 * 100vw);
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .c-cta__sub {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
  }
}

.c-cta__sub-text {
  color: var(--color-white);
  font-family: var(--ff-ls-b);
  font-size: calc(18 / var(--root-fz) * 1rem);
}

@media screen and (max-width: 1023px) {
  .c-cta__sub-text {
    font-size: calc(16 / var(--root-fz) * 1rem);
  }
}

.c-cta__sub-link {
  align-items: center;
  align-items: center;
  display: flex;
  gap: 13px;
}

.c-cta__sub-arrow {
  background: url(/sites/default/files/media/jp/service/ly-ads/lp/integration/img/icon_arrow-white.svg) center center no-repeat;
  height: 8px;
  width: 5px;
}

.c-cta__sub-link:hover {
  opacity: 0.8;
}

/* ---------------------------------------------
*  追従ボタン
--------------------------------------------- */
.c-float {
  animation-duration: 0.5s;
  bottom: 10px;
  display: none;
  position: fixed;
  right: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  .c-float {
    background: var(--color-white);
    bottom: 0;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.16);
    left: 50%;
    padding-block: 8px;
    right: unset;
    transform: translateX(-50%);
    width: 100%;
  }
}

.c-float.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .c-float.show {
    transform: translateX(-50%);
  }
}

.c-float img {
  width: min(414px, 414 / 1440 * 100vw);
}

@media screen and (max-width: 1023px) {
  .c-float img {
    display: none;
  }
}

.c-float__link {
  transition: opacity 0.3s ease-out;
}

.c-float__text {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-float__link {
    align-items: center;
    background: var(--color-orange);
    border: 3px solid var(--color-orange);
    border-radius: 100px;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-inline: auto;
    min-height: 47px;
    transition: background-color 0.3s ease-out, transform 0.3s ease-out;
    width: 318px;
  }

  .c-float__text {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-ls-b);
    font-size: 1rem;
  }

  .c-float__link:after {
    align-items: center;
    background: var(--color-white);
    border-radius: 100%;
    color: var(--color-orange);
    content: "\e900";
    display: inline-block;
    display: flex;
    font-family: "linebiz-icon";
    font-size: 10px;
    height: 22px;
    justify-content: center;
    position: relative;
    transition: all 0.2s var(--transition-default);
    width: 22px;
  }
}

.c-float__link:hover {
  opacity: 0.8;
}

/* ---------------------------------------------
*  fotter
--------------------------------------------- */
.l-footer {
  background: var(--color-black);
  padding-block: 30px;
}

@media (max-width: 1023px) {
  .l-footer {
    padding-block: 26px 30px;
  }
}

.l-footer__list {
  align-items: center;
  display: flex;
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 1.3888888889%;
}

@media (max-width: 1023px) {
  .l-footer__list {
    flex-direction: column;
    gap: 26px;
    padding-inline: 8%;
  }
}

.l-footer__link {
  display: flex;
  font-family: var(--ff-ls-b);
  gap: 34px;
}

@media (max-width: 1023px) {
  .l-footer__link {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}

.l-footer__link a {
  color: var(--color-white);
  font-size: 0.75rem;
}

@media (max-width: 1023px) {
  .l-footer__link a {
    font-size: 0.75rem;
  }
}

.l-footer__link a:hover {
  text-decoration: underline;
}

.l-footer__copyright {
  color: var(--color-white);
  font-family: var(--ff-ls-m);
  font-size: 0.75rem;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .l-footer__copyright {
    font-family: var(--ff-ls-b);
    font-size: 0.625rem;
    margin-left: 0;
  }
}

/* ---------------------------------------------
*  汎用
--------------------------------------------- */
.pc_only {
  display: block;
}

@media (max-width: 1023px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 1023px) {
  .sp_only {
    display: block;
  }
}

.scrollUp {
  opacity: 0;
  transform: translateY(1px);
  transition: opacity 0.3s, transform 0.3s;
}

.scrollUp.is-show {
  opacity: 1;
  transform: translateY(0px);
}
