@charset "UTF-8";
/* フォント */
/*background: url("../img/ya_red.jpg");*/
/* 設定 */
/*
Reset Stylesheet
*/
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;
  vertical-align: baseline;
  background: transparent;
}

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

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;
  color: #333;
}

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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

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

/*common*/
html {
  scroll-behavior: smooth;
  min-width: 310px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5em;
  letter-spacing: 0.02em;
  scroll-padding-top: 9%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  overflow-x: hidden;
  font-size: clamp(1px, 1.6vw, 22px);
  color: #222;
  background-color: #fff;
  height: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11px, 3.2vw, 16px);
  }
}

.frame {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}

h1,
h2,
h3 {
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0.1em;
}

p {
  padding: 0.3em 0 0.8em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* 全ページ共通のボタン */
.slide-arrow {
  position: absolute;
  display: block;
  width: 1.6em;
  top: 50%;
  left: 1.1em;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.slide-arrow.next-arrow {
  left: auto;
  right: -0.6em;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area li {
  background-image: linear-gradient(to right, #A9A9A9 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 1em;
}
.accordion-area li:last-child {
  background: transparent;
}
.accordion-area .title {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  margin: 0 0 0.8em;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-area .title b {
  display: inline-block;
  text-align: center;
  padding: 1.2em 0;
  width: 100%;
  max-width: 18em;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.accordion-area .title b::before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  right: -0.6em;
  top: 50%;
  background: url(../img/acc_btn.webp) no-repeat;
  background-size: 90%;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-area .title.close b::before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion-area .box {
  display: none;
}
.accordion-area .box p {
  padding: 0 0 1em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}
.accordion-area .box p .b_red {
  color: #B60000;
  text-decoration: underline;
}

/*breadcrumb*/
.breadcrumb {
  overflow-x: auto;
  padding: 0.5em 0;
  background-color: #f7f7f7;
}

/*header*/
header {
  background-color: #000;
  padding: 0.65em 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  min-width: 310px;
}
header .frame .pc {
  padding-top: 0.4em;
}
header .frame .pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}
header .frame .pc ul li {
  padding: 0;
  color: #fff;
}
header .frame .pc ul li a {
  color: #fff;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.65em;
  letter-spacing: 0.1em;
  padding: 0.3em 0;
}
header .frame .pc ul li:first-child {
  padding-left: 0;
}
header .frame .flex .logo {
  width: 19%;
}
@media screen and (max-width: 768px) {
  header .frame .flex .logo {
    width: 32%;
  }
}
header .frame .flex .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34%;
}
header .frame .flex .box1 a {
  margin-right: 3.8%;
  width: 41.8% !important;
}
@media screen and (max-width: 768px) {
  header .frame .flex .box1 a {
    width: 30.8% !important;
  }
}
header .frame .flex .box1 .hamburger {
  width: 30.8%;
}

/*footer*/
footer {
  padding-top: 1em;
}
@media screen and (min-width: 769px) {
  footer {
    border-top: 1px solid #B7B7B7;
    padding-top: 0;
    font-size: 0.7em;
    margin-top: 3em;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (min-width: 769px) {
  footer ul {
    margin: 1em 0;
    border-width: 0;
  }
}
footer ul li {
  width: 16.6666666667%;
}
@media screen and (min-width: 769px) {
  footer ul li {
    border-right: 1px solid #B7B7B7;
  }
  footer ul li:last-child {
    border-width: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li {
    border-top: 1px solid #B7B7B7;
    width: 50%;
  }
}
footer ul li a {
  display: block;
  width: 92%;
  text-align: center;
  padding: 1em 0;
  font-size: 1.1em;
}
@media screen and (min-width: 769px) {
  footer ul li a {
    padding: 0.3em 0;
    width: 100%;
  }
}
footer ul li a i {
  margin-right: 0.5em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  footer ul li:nth-child(2n) a {
    margin-left: auto;
  }
}
footer .gray_box {
  background-color: #333333;
  padding: 1.2em 0 1em;
}
@media screen and (max-width: 768px) {
  footer .gray_box {
    padding: 1.2em 0 23%;
  }
}
footer p {
  color: #fff;
  text-align: center;
}

.fixed_btn {
  display: none;
  opacity: 1;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100vh;
  pointer-events: none;
  height: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  .fixed_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fixed_btn .scroll_in {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s 0.15s;
  transition: all 0.3s 0.15s;
  width: 100%;
}
.fixed_btn .frame {
  width: 99%;
  padding: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.7em 0;
}
.fixed_btn .frame a {
  pointer-events: auto;
  width: 97%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.6);
}

.ctb_icon {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ctb_icon li {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.ctb_icon img {
  height: auto;
  display: inline-block;
}


/* 携帯用メニュー用css*/
.hamburger {
  display: none;
  margin: auto 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .ctb_icon li {
    flex: 0 0 100%;
    flex-basis: auto;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}
nav.globalMenuSp > .box {
  background-color: #000;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65em 0 0.65em 4%;
}
nav.globalMenuSp > .box > a {
  display: block;
  width: 39%;
}
nav.globalMenuSp > .box > .frame {
  position: relative;
}
nav.globalMenuSp .close_menu {
  border: 2px solid #fff;
  aspect-ratio: 1/1;
  width: 8%;
  top: 0px;
  right: 3%;
  position: absolute;
  cursor: pointer;
}
nav.globalMenuSp .close_menu:before, nav.globalMenuSp .close_menu:after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  width: 0.3em;
  /* 棒の幅（太さ） */
  height: 1.3em;
  /* 棒の高さ */
  background: #fff;
}
nav.globalMenuSp .close_menu:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
nav.globalMenuSp .close_menu:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
nav.globalMenuSp ul {
  margin: 1em auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #333;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  font-size: 1.5em;
  width: 100%;
  border-bottom: 2px solid #333;
  padding: 0;
  height: auto;
  text-align: center;
}
nav.globalMenuSp ul li a {
  margin: 0;
  text-align: center;
  display: block;
  padding: 0.9em 0 1em;
  text-decoration: none;
  font-weight: 900;
  width: 100% !important;
  letter-spacing: 0.12em;
}
nav.globalMenuSp ul li a span {
  font-size: 70%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}

/* pageの一番上に戻るボタン用 css*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  width: 60px;
  height: 60px;
  font-size: 200%;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 140%;
  border: 1px solid #333;
}
#page-top a:hover {
  background: #fff;
  opacity: 1;
  color: #333;
}

#lp240611 .bg {
  background: url("../img/sec0_bg.webp") no-repeat top center/1920px auto;
  margin-top: clamp(1px, 8.8%, 124px);
}
@media screen and (max-width: 1120px) {
  #lp240611 .bg {
    background: url("../img/sec0_bg.webp") no-repeat top center/155% auto;
  }
}
@media screen and (max-width: 768px) {
  #lp240611 .bg {
    background: transparent;
    margin-top: clamp(1px, 8.4%, 57px);
  }
}
#lp240611 #sec0 {
  position: relative;
  z-index: 2;
  padding-top: 5%;
}
#lp240611 #sec0 .frame {
  background-color: transparent;
}
#lp240611 #sec0 .frame .pr {
  position: relative;
  padding: 0;
}
#lp240611 #sec0 .frame .pr > figure:nth-child(1) {
  margin-left: -2%;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec0 .frame .pr > figure:nth-child(1) {
    margin-left: 0;
    width: 100%;
  }
}
#lp240611 #sec0 .frame .pr .campaign_pc {
  margin: 4% auto 0;
  width: 75%;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec0 .frame .pr .campaign_pc {
    margin: 2% auto;
    width: 92%;
  }
}
#lp240611 #sec0 .frame ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 97%;
}
#lp240611 #sec1 {
  position: relative;
  z-index: 1;
  padding-bottom: 2%;
  margin-top: -1em;
}
#lp240611 #sec1 .frame {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec1 {
    margin-top: 0;
    padding-bottom: 0;
  }
  #lp240611 #sec1 .frame {
    background-color: #fff;
  }
  #lp240611 #sec1 .frame .pr {
    margin-top: -10%;
  }
}
@media screen and (min-width: 769px) {
  #lp240611 #sec2 .frame {
    padding: 1.2em 0;
  }
}
#lp240611 #sec2 .frame .accordion-area {
  margin: 0 auto;
  width: 94%;
}
#lp240611 #sec2 .frame .accordion-area .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #969696;
}
#lp240611 #sec2 .frame .accordion-area .title figure {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec2 .frame .accordion-area .title figure {
    width: 20%;
  }
}
#lp240611 #sec2 .frame .accordion-area .title b {
  font-weight: 900;
  text-align: left;
  padding: 0 0 0.1em 4%;
  line-height: 1.18em;
  font-size: 1.68em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec2 .frame .accordion-area .title b {
    max-width: 100%;
  }
  #lp240611 #sec2 .frame .accordion-area .title b:before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #lp240611 #sec2 .frame .accordion-area .box {
    display: block;
  }
  #lp240611 #sec2 .frame .accordion-area .box p {
    font-size: 0.9em;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  #lp240611 #sec2 .frame {
    padding-bottom: 1em;
  }
  #lp240611 #sec2 .frame .accordion-area {
    width: 100%;
  }
}
#lp240611 #sec3 .pc .box1 {
  background: url("../img/area_mv_pc.webp") no-repeat center/cover;
  padding: 0.1em 0;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec3 .pc .box1 {
    background: transparent;
  }
}
#lp240611 #sec3 .pc .box1 figure:nth-child(1) {
  max-width: 470px;
  margin: 1em auto 9%;
  width: 100%;
}
#lp240611 #sec3 .pc .box1 figure:nth-child(2) {
  margin-bottom: 38%;
  width: 86%;
}
#lp240611 #sec3 .pc .box2 {
  background-color: #006ed9;
  padding: 0 0 0.6em;
}
#lp240611 #sec3 .pc .box2 figure {
  display: block;
  -webkit-transform: translateY(-9%);
          transform: translateY(-9%);
}
#lp240611 #sec4 .frame {
  background-color: #606060;
  padding: 1em 0;
}
#lp240611 #sec4 .frame .swiper-button-prev,
#lp240611 #sec4 .frame .swiper-button-next {
  width: 2em !important;
  height: 2em !important;
  background: url("../img//icon1.webp") no-repeat;
  background-size: cover;
}
#lp240611 #sec4 .frame .swiper-button-prev::after,
#lp240611 #sec4 .frame .swiper-button-next::after {
  display: none;
}
#lp240611 #sec4 .frame .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#lp240611 #sec4 .frame .swiper-slide {
  padding: 0 3%;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec5 {
    background: url("../img//sec5_bg_pc.webp") no-repeat;
  }
}
#lp240611 #sec5 .frame {
  background: url("../img//sec5_bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec5 .frame {
    background: transparent;
  }
}
#lp240611 #sec5 .frame .sp_frame {
  width: 94%;
  margin: 0 auto;
}
#lp240611 #sec5 .frame h2 {
  padding: 1.8em 0;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec5 .frame h2 {
    max-width: 470px;
    margin: 0 auto;
  }
}
#lp240611 #sec5 .frame h2 + figure {
  width: 90%;
  margin: 0 auto 2em;
}
#lp240611 #sec5 .frame ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#lp240611 #sec5 .frame ul li {
  width: 49%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec5 .frame ul li {
    width: 24%;
    margin-bottom: 4em;
  }
}
#lp240611 #sec5 .frame ul li .title {
  background-color: #C00000;
  width: 100%;
  padding: 0.8em 1em;
  text-align: center;
}
#lp240611 #sec5 .frame ul li figure img:nth-child(2) {
  display: block;
  position: absolute;
  left: 3%;
  top: 1%;
  width: 31%;
}
#lp240611 #sec5 .frame ul li figure:nth-child(2) {
  width: 78%;
  margin: 1em auto 1.5em;
  position: relative;
  padding-top: 1em;
}
#lp240611 #sec5 .frame ul li figure:nth-child(3) {
  display: block;
  background-color: #F2F2F2;
  width: 100%;
  margin: 1em auto 0;
  position: relative;
  padding: 14.6% 1em;
}
#lp240611 #sec6 .frame .sp_frame {
  width: 94%;
  margin: 0 auto;
  padding: 0.5em 0 1em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec6 .frame .sp_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#lp240611 #sec6 .frame .sp_frame a {
  margin: 0.7em 0;
  width: 49%;
}
#lp240611 #sec6 .frame .sp_frame a:nth-child(1) {
  margin-left: -1%;
}
#lp240611 #sec6 .frame .sp_frame a:nth-child(2) {
  margin-top: 2%;
}
@media screen and (max-width: 768px) {
  #lp240611 #sec6 .frame .sp_frame a {
    width: 100%;
  }
  #lp240611 #sec6 .frame .sp_frame a:nth-child(2) {
    margin-top: 0%;
  }
}
#lp240611 #sec7 {
  background-color: #EAEAEA;
}
#lp240611 #sec7 .frame .sp_frame {
  padding: 1.5em 0;
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec7 .frame .sp_frame h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
}
#lp240611 #sec7 .frame .sp_frame > h3 {
  text-align: center;
  font-size: 2.1em;
  padding: 0.8em 0;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec7 .frame .sp_frame > h3 {
    font-size: 1.3em;
    margin: 1em auto 0.5em;
  }
}
@media screen and (min-width: 769px) {
  #lp240611 #sec7 .frame .sp_frame .accordion-area {
    font-size: 0.8em;
  }
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li {
  background: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
  padding: 0 4%;
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .title {
  margin: 0;
  width: 100%;
  font-size: 1.25em;
  position: relative;
  font-weight: 900;
  line-height: 1.4em;
  min-height: 4.5em;
  padding-left: 11%;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec7 .frame .sp_frame .accordion-area li .title {
    padding-left: 7%;
  }
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.6em;
  height: 1.4em;
  background: url(../img/sec7_img2.webp) no-repeat;
  background-size: auto 100%;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .title b {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding: 0.8em 12% 0.8em 0;
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .title b:before {
  height: 1.3em;
  width: 1.3em;
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .box .txt {
  border-top: 2px solid #484848;
  position: relative;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 600;
  padding: 2em 0 2em 11%;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec7 .frame .sp_frame .accordion-area li .box .txt {
    padding: 2em 0 2em 7%;
  }
}
#lp240611 #sec7 .frame .sp_frame .accordion-area li .box .txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/sec7_img3.webp) no-repeat;
  background-size: auto 100%;
  background-position: center;
  left: 0;
  top: 2em;
}
#lp240611 #sec8 {
  background-color: #E0E0E0;
}
#lp240611 #sec8 h2 {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 h2 {
    padding: 1.5em 0;
  }
}
#lp240611 #sec8 .frame .sp_frame {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 0.6em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame > p {
    text-align: center;
    font-size: 0.8em;
  }
}
#lp240611 #sec8 .frame .sp_frame .w_box {
  background-color: #fff;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame .w_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.7em;
  }
  #lp240611 #sec8 .frame .sp_frame .w_box h3 {
    width: 100%;
  }
}
#lp240611 #sec8 .frame .sp_frame .w_box + .w_box {
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}
#lp240611 #sec8 .frame .sp_frame .w_box + .w_box .w_box_in h4 {
  width: 96%;
}
#lp240611 #sec8 .frame .sp_frame .w_box + .w_box .w_box_in h4 figure {
  width: 19%;
}
#lp240611 #sec8 .frame .sp_frame .w_box + .w_box .w_box_in h4 b {
  padding-left: 2%;
}
#lp240611 #sec8 .frame .sp_frame .w_box h3 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding: 0.6em 0;
  color: #fff;
  background-color: #C00000;
  font-size: 1.8em;
  position: relative;
}
#lp240611 #sec8 .frame .sp_frame .w_box h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.3em;
  border-style: solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-top: 0.5em solid #C00000;
  border-bottom: 0;
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in {
  width: 90%;
  margin: 1em auto;
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in + .w_box_in {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #A3A3A3;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame .w_box .w_box_in {
    width: 48%;
    margin: 1em 0;
  }
  #lp240611 #sec8 .frame .sp_frame .w_box .w_box_in + .w_box_in {
    margin: 1em 0;
    padding-top: 0;
    padding-left: 3%;
    border-top: 0px solid #A3A3A3;
    border-left: 1px solid #A3A3A3;
  }
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in h4 {
  padding: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 92%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame .w_box .w_box_in h4 {
    padding: 4% 0;
  }
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in h4 figure {
  width: 21%;
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in h4 b {
  padding-left: 4%;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in h4 b span {
  font-size: 0.7em;
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame .w_box .w_box_in p {
    font-size: 1em;
  }
}
#lp240611 #sec8 .frame .sp_frame .w_box .w_box_in ul {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
  list-style-type: disc;
  padding-left: 1.4em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec8 .frame .sp_frame .w_box .w_box_in ul {
    font-size: 1em;
  }
}
#lp240611 #sec9 .frame {
  padding: 2em 0 1em;
}
#lp240611 #sec9 .frame .sp_frame {
  width: 94%;
  margin: 0 auto;
}
#lp240611 #sec9 .frame .sp_frame > h3 {
  font-size: 1.7em;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec9 .frame .sp_frame > h3 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 769px) {
  #lp240611 #sec9 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.45em;
  }
}
#lp240611 #sec9 ul li {
  padding: 1em 0;
  background-color: #fff;
  border-bottom: 2px solid #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  font-size: 1.1em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec9 ul li {
    width: 24%;
    margin-right: 1.3%;
    border-bottom: 1px solid #A4A4A4;
  }
  #lp240611 #sec9 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #lp240611 #sec9 ul li:last-child {
    border-width: 0;
  }
}
#lp240611 #sec9 ul li a {
  content: "";
  position: absolute;
  display: block;
  height: 2.1em;
  width: 2.1em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 97%;
  background-image: url("/wp-content/themes/tcd/img-lp1/sec7_icon.png");
}
#lp240611 #sec9 ul li figure {
  width: 35%;
  max-width: 7.5em;
}
#lp240611 #sec9 ul li .txt {
  width: 65%;
  padding-left: 6%;
}
#lp240611 #sec9 ul li .txt h3 {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec9 ul li .txt h3 {
    line-height: 1em;
  }
}
#lp240611 #sec9 ul li .txt p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
#lp240611 #sec9 ul li .txt p + p {
  margin-top: 0.5em;
}
#lp240611 #sec9 ul li .txt p.min {
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#lp240611 #sec10 .frame .sp_frame {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0 1.2em;
}
#lp240611 #sec10 .frame .sp_frame a {
  width: 49%;
  margin-bottom: 2%;
  border: 2px solid #000;
  text-align: center;
  padding: 0.8em 0;
  border-radius: 0.6em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec10 .frame .sp_frame a {
    font-size: 0.7em;
    width: 24%;
  }
}
#lp240611 #sec10 .frame .sp_frame a:nth-child(1) {
  color: #3C5A99;
  border-color: #3C5A99;
}
#lp240611 #sec10 .frame .sp_frame a:nth-child(2) {
  color: #28AAE1;
  border-color: #28AAE1;
}
#lp240611 #sec10 .frame .sp_frame a:nth-child(3) {
  color: #ED374D;
  border-color: #ED374D;
}
#lp240611 #sec10 .frame .sp_frame a:nth-child(4) {
  color: #01BA01;
  border-color: #01BA01;
}
#lp240611 #sec11 .frame figure {
  width: 80%;
  margin: 0 auto 2em;
}
@media screen and (min-width: 769px) {
  #lp240611 #sec11 .frame figure {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #lp240611 footer .frame,
  #lp240611 #sec0 .frame,
  #lp240611 #sec1 .frame,
  #lp240611 #sec3 .frame,
  #lp240611 #sec4 .frame,
  #lp240611 #sec5 .frame,
  #lp240611 #sec7 .frame,
  #lp240611 #sec8 .frame,
  #lp240611 #sec9 .frame,
  #lp240611 #sec10 .frame,
  #lp240611 #sec11 .frame {
    width: 100%;
  }
	
.bt_company{
	pointer-events: auto;
	width: 30%;
	position: inherit;
	bottom: 100px;
	right: 10px;
	}	
	
}