@charset "UTF-8";
/*変数で管理*/
/*ブレイクポイントの設定*/
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-display: swap;
	src: url('../fonts/NotoSansJP-Regular.woff') format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-display: swap;
	src: url('../fonts/NotoSansJP-Bold.woff') format("woff");
	font-weight: 700;
	font-style: normal;
}*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* html, body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.414;
} */

body {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
  }

.lp_grid {
  display: grid;
  width: 100%;
  height: 100%;
}

.lp_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.lp_flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.lp_flex_col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.lp_wrap input,
.lp_wrap textarea,
.lp_wrap select {
  margin: 0;
  padding: 4px 8px;
  font-size: 16px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.lp_wrap a,
.lp_wrap button,
.lp_wrap input,
.lp_wrap select,
.lp_wrap textarea,
.lp_wrap a img {
  text-decoration: none;
  cursor: pointer;
}
.lp_wrap ul,
.lp_wrap ol,
.lp_wrap li {
  margin: 0;
  padding: 0;
}
.lp_wrap ul li,
.lp_wrap nav li {
  list-style: none;
}
.lp_wrap pre {
  white-space: pre-wrap;
}
.lp_wrap h1 {
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.lp_wrap h2, .lp_wrap h3, .lp_wrap h4, .lp_wrap h5, .lp_wrap h6 {
  font-weight: bold;
  line-height: 1.414;
  font-feature-settings: "palt";
}
.lp_wrap h2 + .heading, .lp_wrap h3 + .heading {
  line-height: 1.414;
  padding-bottom: 2em;
  max-width: 800px;
  margin-inline: auto;
}
.lp_wrap a:not(.cta_btn) {
  /* color: #45B035; */
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lp_wrap a:not(.cta_btn):hover {
  /* color: #45B035; */
  filter: saturate(120%);
  text-decoration: none;
}
.lp_wrap a[target=_blank]::after {
  content: "";
  background: url(../images/icon_next_green.svg) 50% 50% no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 0.5em;
  margin-top: 1px;
}
.lp_wrap button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
.lp_wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  border: none;
}
.lp_wrap .img_c {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.lp_wrap .img_fluid {
  width: 100%;
  height: auto;
}
.lp_wrap address, .lp_wrap i {
  font-style: normal;
}
.lp_wrap .dis_ib {
  display: inline-block;
}
.lp_wrap .tx_small {
  font-size: 0.667em;
  line-height: 1.414;
  display: inline-flex;
}
.lp_wrap .tx_large {
  font-size: 1.618em;
  line-height: 1.414;
  display: inline-flex;
}
.lp_wrap .tx_bold {
  font-weight: 700;
  font-size: inherit;
}
.lp_wrap .tx_italic {
  font-style: italic;
  font-size: inherit;
}
.lp_wrap .tx_palt {
  font-feature-settings: "palt";
}
.lp_wrap .tx_l {
  text-align: left;
}
.lp_wrap .tx_c {
  text-align: center;
}
.lp_wrap .tx_r {
  text-align: right;
}
.lp_wrap .fl_l {
  float: left;
}
.lp_wrap .fl_r {
  float: right;
}
.lp_wrap .cfx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.lp_wrap .jstfy_st {
  justify-content: flex-start;
}
.lp_wrap .jstfy_en {
  justify-content: flex-end;
}
.lp_wrap .jstfy_c {
  justify-content: center;
}
.lp_wrap .jstfy_sa {
  justify-content: space-around;
}
.lp_wrap .jstfy_sb {
  justify-content: space-between;
}
.lp_wrap .jstfy_se {
  justify-content: space-evenly;
}
.lp_wrap .align_sr {
  align-items: stretch;
}
.lp_wrap .align_c {
  align-items: center;
}
.lp_wrap .align_st {
  align-items: flex-start;
}
.lp_wrap .align_ba {
  align-items: baseline;
}
.lp_wrap .align_en {
  align-items: flex-end;
}
.lp_wrap .ls_01em {
  letter-spacing: 0.1em;
}
.lp_wrap .ls_02em {
  letter-spacing: 0.2em;
}
.has-text-align-center {
  text-align: center;
}
.alignright {
  float: right;
}
body {
  position: relative;
  z-index: 1;
}

.lp_wrap {
  position: relative;
}

.lp_header {
  position: relative;
  z-index: 100;
  background-color: #7c7c7c;
}
.lp_header h1 {
  font-size: 20px;
  height: 32px;
}

.lp_contents .lp_eyecatch {
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #EAEAEA;
  height: calc(100vh - 32px);
  max-height: 720px;
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}
.lp_contents .lp_eyecatch .lp_eyecatch_inner {
  margin-inline: auto;
  width: calc(100% - 16px);
  height: 100%;
  position: relative;
}
@media screen and (min-width:534px) and (max-width:781.98px) {
  .lp_contents .lp_eyecatch {
    padding: 32px 0;
  }
  .lp_contents .lp_eyecatch .lp_eyecatch_inner {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width:782px) and (max-width:899.98px) {
  .lp_contents .lp_eyecatch {
    padding: 32px 0;
  }
  .lp_contents .lp_eyecatch .lp_eyecatch_inner {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width:900px) and (max-width:1079.98px) {
  .lp_contents .lp_eyecatch {
    padding: 32px 0;
  }
  .lp_contents .lp_eyecatch .lp_eyecatch_inner {
    width: calc(100% - 64px);
  }
}
@media screen and (min-width:1080px) and (max-width:1279.98px) {
  .lp_contents .lp_eyecatch {
    padding: 48px 0;
  }
  .lp_contents .lp_eyecatch .lp_eyecatch_inner {
    width: calc(100% - 96px);
  }
}
@media screen and (min-width: 1280px) {
  .lp_contents .lp_eyecatch {
    padding: 48px 0;
  }
  .lp_contents .lp_eyecatch .lp_eyecatch_inner {
    max-width: 1200px;
  }
}
.lp_contents .lp_content {
  padding: 120px 0 96px;
  position: relative;
  overflow: hidden;
}
.lp_contents .lp_content:has(.section_footer) {
  padding-bottom: 0px;
}

.lp_footer {
  padding: 24px 0;
}

.lp_inner {
  margin-inline: auto;
  height: 100%;
  position: relative;
}

/*
ボタン
*/
.cta_box {
  position: relative;
  z-index: 100;
}

.cta_box-sticky {
  position: sticky;
  bottom: 0px;
}

.cta_box-blur::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 0%;
  content: "";
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.049) 7.75%, rgba(255, 255, 255, 0.104) 11.25%, rgba(255, 255, 255, 0.45) 23.55%, rgba(255, 255, 255, 0.55) 26.45%, rgba(255, 255, 255, 0.896) 38.75%, rgba(255, 255, 255, 0.951) 42.25%, rgb(255, 255, 255) 50%);
          mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.049) 7.75%, rgba(255, 255, 255, 0.104) 11.25%, rgba(255, 255, 255, 0.45) 23.55%, rgba(255, 255, 255, 0.55) 26.45%, rgba(255, 255, 255, 0.896) 38.75%, rgba(255, 255, 255, 0.951) 42.25%, rgb(255, 255, 255) 50%);
}
.cta_box-blur::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 25%;
  content: "";
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.049) 15.5%, rgba(255, 255, 255, 0.104) 22.5%, rgba(255, 255, 255, 0.45) 47.1%, rgba(255, 255, 255, 0.55) 52.9%, rgba(255, 255, 255, 0.896) 77.5%, rgba(255, 255, 255, 0.951) 91.9%, rgb(255, 255, 255) 100%);
          mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.049) 15.5%, rgba(255, 255, 255, 0.104) 22.5%, rgba(255, 255, 255, 0.45) 47.1%, rgba(255, 255, 255, 0.55) 52.9%, rgba(255, 255, 255, 0.896) 77.5%, rgba(255, 255, 255, 0.951) 91.9%, rgb(255, 255, 255) 100%);
}

.cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  height: 3.236em;
  padding: 16px 48px;
  border-radius: 48px;
  min-width: 288px;
}

.cta_btn-ghost {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #212121;
  border: 2px solid #212121;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_btn-ghost:hover {
  background-color: #212121;
  color: #FFFFFF;
  border: 2px solid #212121;
}

.cta_btn-flat {
  background-color: #212121;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_btn-flat:hover {
  background-color: #5a5a5a;
  box-shadow: 0px 2px 16px -8px #212121 inset;
}

.cta_btn-shadow {
  background-color: #212121;
  color: #FFFFFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 8px -4px #212121;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cta_btn-shadow:hover {
  background-color: #5a5a5a;
  box-shadow: 0px 1px 4px -2px #212121, 0px 2px 16px -8px #212121 inset;
}

.inView {
  opacity: 0;
  position: relative;
  transition: 800ms ease-out;
}
.inView.delay_s {
  transition-delay: 400ms;
}
.inView.delay_m {
  transition-delay: 800ms;
}
.inView.delay_l {
  transition-delay: 1200ms;
}
.inView.inView_up {
  transform: translateY(2vh);
}
.inView.inView_up.activated {
  transform: translateY(0vh);
}
.inView.inView_down {
  transform: translateY(-2vh);
}
.inView.inView_down.activated {
  transform: translateY(0vh);
}

/*グリッド・カード*/
.textbox {
  padding: 24px;
  word-break: break-all;
  text-align: justify;
  /*カード内の最後の要素はボトムマージン無し*/
}
.textbox img {
  margin-bottom: 8px;
}
.textbox p, .textbox div, .textbox ul, .textbox ol, .textbox table {
  margin-bottom: 8px;
}
.textbox p:not(:has(+ *)), .textbox div:not(:has(+ *)), .textbox ul:not(:has(+ *)), .textbox ol:not(:has(+ *)), .textbox table:not(:has(+ *)) {
  margin-bottom: 0;
}
.textbox picture:not(:has(+ *)) img {
  margin-bottom: 0;
}
.textbox .data_box {
  background-color: #EAEAEA;
  border: 1px solid #c2c2c2;
  padding: 16px;
}
.textbox .data_box p {
  font-size: 12px;
}

.card {
  background-color: #FFFFFF;
  position: relative;
  flex: auto;
}
.card img {
  width: 100%;
}

.card_shadow {
  box-shadow: 0px 0px 16px -8px #6f6f6f;
}

.card_border {
  border: 1px solid #c2c2c2;
}

.with_frame {
  padding: 24px;
}

.with_frame-nobottom {
  padding-bottom: 0;
}

.with_shadow {
  box-shadow: 0px 0px 16px -8px #6f6f6f;
}

.with_border {
  border: 1px solid #c2c2c2;
}

.card_vertical .img_frame {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card_vertical .img_frame picture {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card_vertical .img_frame img {
  width: 100%;
  height: auto;
  flex: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card_vertical .textbox {
  flex: auto;
}

.card_vertical-sp_horizon .img_frame picture {
  height: auto;
}

.swiper_singlecard {
  max-width: 800px;
  margin-inline: auto;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #5a5a5a;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  background-position: center center;
  background-size: 10px;
  box-shadow: 0px 0px 8px -4px #000;
}

.swiper-button-prev {
  left: -24px;
  background-image: url(../images/icon_prev.svg);
}

.swiper-button-next {
  right: -24px;
  background-image: url(../images/icon_next.svg);
}

.pc_alt_l_r {
  max-width: 800px;
  margin-inline: auto;
}

.img_frame {
  position: relative;
}

.section_footer {
  padding: 64px 0;
  margin-top: 96px;
}
.section_footer .lp_inner {
  max-width: 800px;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.faq_box {
  max-width: 800px;
  margin-inline: auto;
}

details {
  box-shadow: 0px 0px 16px -8px #6f6f6f;
  background-color: #FFFFFF;
}
details:not(:last-child) {
  margin-bottom: 32px;
}

summary {
  display: block;
  background-color: #EAEAEA;
}

summary::-webkit-details-marker {
  display: none;
}

.summary_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 0;
}
.summary_inner h3 {
  height: 2.618em;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0 12px;
}
.summary_inner h3::before {
  content: "Q.";
  margin-right: 0.618em;
}
.summary_inner .icon {
  width: 16px;
  height: 16px;
  background: url(../images/icon_accordion.svg) 50% 50% no-repeat;
  transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .icon {
  transform: rotateX(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.faq_content {
  overflow: hidden;
}

.faq_content_inner {
  padding: 24px 16px 24px 40px;
  position: relative;
}
.faq_content_inner::before {
  content: "A.";
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 16px;
  font-weight: bold;
}
.faq_content_inner img {
  margin-bottom: 8px;
}
.faq_content_inner p, .faq_content_inner div, .faq_content_inner ul, .faq_content_inner ol, .faq_content_inner table {
  margin-bottom: 8px;
}
.faq_content_inner p:not(:has(+ *)), .faq_content_inner div:not(:has(+ *)), .faq_content_inner ul:not(:has(+ *)), .faq_content_inner ol:not(:has(+ *)), .faq_content_inner table:not(:has(+ *)) {
  margin-bottom: 0;
}
.faq_content_inner picture:not(:has(+ *)) img {
  margin-bottom: 0;
}

.alltime_open .faq_detail {
  pointer-events: none;
}

/* モーダルCSSここから */
.modalArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.48s cubic-bezier(0.79, 0.21, 0.06, 0.81);
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
  transition: 0.1s;
}

/* モーダルCSSここまで */
#openModal {
  display: flex;
  margin-inline: auto;
}

/*ブレイクポイント*/
/*固定するのは.lp_innerのwidth
■スマホ sp
*/
@media screen and (max-width:533.98px) {
  .hidden_sp_all {
    display: none !important;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  h4, h5, h6 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  p, li, a, table, dl, address, div, form {
    font-size: 12px;
  }
  .cta_box {
    padding: 32px 0;
  }
  .cta_set {
    gap: 24px;
  }
  .cta_btn {
    width: 80%;
    padding: 0;
  }
  .lp_flex_col-sp {
    flex-direction: column;
  }
  .card_vertical {
    grid-template-columns: 144px 1fr;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 1fr;
  }
  .pc_column_5 {
    gap: 48px;
  }
  .pc_column_5 .flex_item {
    width: 80%;
    max-width: 240px;
  }
  .pc_column_5 .flex_item .textbox {
    padding: 8px 0 0;
  }
  .pc_column_5 .flex_item .textbox p {
    font-size: 10px;
  }
  .pc_column_3 {
    gap: 32px;
  }
  .pc_column_3 .flex_item {
    width: 100%;
  }
  .pc_column_3.sp_column_2 {
    gap: 48px 24px;
  }
  .pc_column_3.sp_column_2 .flex_item {
    width: calc(50% - 12px);
  }
  .pc_column_3.sp_column_2 .flex_item .textbox {
    padding: 16px 12px;
  }
  .pc_column_3.sp_column_2 .flex_item .textbox h3 {
    font-size: 13px;
    line-height: 1.414;
  }
  .pc_column_3.sp_column_2 .flex_item .textbox p {
    font-size: 11px;
    line-height: 1.414;
  }
  .pc_column_3.sp_column_2 .flex_item .with_frame {
    padding: 12px;
  }
  .pc_column_2 {
    gap: 32px;
  }
  .pc_column_2 .flex_item {
    width: 100%;
  }
  .pc_column_2 .flex_item .textbox {
    padding: 16px 12px;
  }
  .pc_column_2 .flex_item .textbox h3 {
    font-size: 13px;
    line-height: 1.414;
  }
  .pc_column_2 .flex_item .textbox p {
    font-size: 11px;
    line-height: 1.414;
  }
  .pc_column_1 {
    gap: 32px;
    flex-direction: column;
  }
  .pc_column_1 .flex_item {
    width: 100%;
  }
  .pc_column_1 .card_vertical {
    display: flex;
    flex-direction: column;
  }
  .swiper_singlecard .pc_column_1 {
    gap: 0;
    flex-direction: row;
  }
  .swiper_singlecard .pc_column_1 .flex_item {
    width: 100%;
  }
  .swiper_singlecard .pc_column_1 .card_vertical {
    display: flex;
    flex-direction: column;
  }
  .pc_alt_l_r {
    gap: 64px;
  }
  .pc_alt_l_r_box .textbox {
    padding: 16px 0 0;
  }
  .img_frame-edge {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .img_frame-edge img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 32px);
    max-width: none;
    left: -32px;
  }
  .img_frame-edge + .textbox {
    padding-top: 28px;
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame-edge img {
    left: auto;
    right: -32px;
  }

  /* --------------------------------
  画像スライダー
  ---------------------------------- */
  .logo_marks {
    /* 画像のサイズ調整 */
  }
  .logo_marks .logo_list {
    padding: 32px 0 64px;
    gap: 24px 32px;
  }
  .logo_marks .logo_list li img {
    width: 120px;
  }
  .logo_marks .swiper-wrapper {
    transition-timing-function: linear;
  }
  .logo_marks .swiper-slide img {
    height: auto;
    width: 300px;
  }
  .logo_marks .swiper-slide.down img {
   margin-top: 10px;
   padding-right: 10px;
  }
  .logo_marks .swiper-slide.left img {
   padding-left: 15px;
  }
  .logo_marks .swiper-slide {
   font-size: 16px;
   font-weight: 700;
   letter-spacing: 0.3px;
  }
  .logo_marks .logo_carousel {
    padding: 32px 0 64px;
  }
}

@media screen and (max-width:374.98px) {
  .hidden_sp_s {
    display: none !important;
  }
  .lp_inner {
    width: calc(100% - 32px);
  }
}
@media screen and (min-width:375px) and (max-width:390.98px) {
  .hidden_sp_m {
    display: none !important;
  }
  .lp_inner {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width:391px) and (max-width:533.98px) {
  .hidden_sp_l {
    display: none !important;
  }
  .lp_inner {
    width: calc(100% - 64px);
  }
}

/*
■タブレット tab
*/
@media screen and (min-width:534px) and (max-width:899.98px) {
  .hidden_tab_all {
    display: none !important;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  h4, h5, h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  p, li, a, table, dl, address, div, form {
    font-size: 14px;
  }
  .faq_content_inner {
    padding-left: 48px;
  }
  .faq_content_inner::before {
    font-size: 20px;
    left: 14px;
  }
  .faq_content_inner img {
    margin-bottom: 12px;
  }
  .faq_content_inner p, .faq_content_inner div, .faq_content_inner ul, .faq_content_inner ol, .faq_content_inner table {
    margin-bottom: 12px;
  }
  .faq_content_inner p:not(:has(+ *)), .faq_content_inner div:not(:has(+ *)), .faq_content_inner ul:not(:has(+ *)), .faq_content_inner ol:not(:has(+ *)), .faq_content_inner table:not(:has(+ *)) {
    margin-bottom: 0;
  }
  .faq_content_inner picture:not(:has(+ *)) img {
    margin-bottom: 0;
  }
  .textbox img {
    margin-bottom: 12px;
  }
  .textbox p, .textbox div, .textbox ul, .textbox ol, .textbox table {
    margin-bottom: 12px;
  }
  .textbox p:not(:has(+ *)), .textbox div:not(:has(+ *)), .textbox ul:not(:has(+ *)), .textbox ol:not(:has(+ *)), .textbox table:not(:has(+ *)) {
    margin-bottom: 0;
  }
  .textbox picture:not(:has(+ *)) img {
    margin-bottom: 0;
  }
  .wide_order-1 {
    order: 1;
  }
  .wide_order-2 {
    order: 2;
  }
  .wide_order-3 {
    order: 3;
  }
  .wide_order-4 {
    order: 4;
  }
  .wide_order-5 {
    order: 5;
  }
  .wide_order-6 {
    order: 6;
  }
  .cta_box {
    padding: 48px 0;
  }
  .cta_box-blur {
    padding: 24px 0;
  }
  .cta_set {
    gap: 32px;
  }
  .cta_btn {
    min-width: auto;
    font-size: 20px;
    height: 3em;
  }
  .pc_column_5 {
    gap: 64px;
  }
  .pc_column_5 .flex_item {
    width: 160px;
  }
  .pc_column_5 .flex_item .textbox {
    padding: 16px 0 0;
  }
  .pc_column_5 .flex_item .textbox p {
    font-size: 10px;
  }
  .pc_column_3 {
    gap: 32px;
  }
  .pc_column_3 .flex_item {
    width: calc(50% - 16px);
  }
  .pc_column_1 {
    gap: 48px;
  }
  .pc_column_1 .flex_item {
    width: 100%;
    max-width: 800px;
  }
  .pc_alt_l_r {
    gap: 32px;
  }
  .pc_alt_l_r_box .img_frame {
    width: 39%;
  }
  .pc_alt_l_r_box .textbox {
    width: calc(61% - 32px);
    padding: 0;
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame {
    order: 2;
  }
  .pc_alt_l_r_box:has(.img_frame-edge) {
    padding: 24px 0;
  }
  .img_frame-edge {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .img_frame-edge img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 32px);
    max-width: none;
    left: -32px;
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame-edge img {
    left: auto;
    right: -32px;
  }
  .logo_marks {
    /* 画像のサイズ調整 */
  }
  .logo_marks .logo_list {
    padding: 32px 0 64px;
    gap: 32px 48px;
  }
  .logo_marks .logo_list li img {
    width: auto;
    height: 31px;
  }
  .logo_marks .swiper-wrapper {
    transition-timing-function: linear;
  }
  .logo_marks .swiper-slide img {
    height: auto;
    width: 400px;
  }
  .logo_marks .swiper-slide.down img {
   margin-top: 13px;
   padding-right: 10px;
  }
   .logo_marks .swiper-slide.left img {
   padding-left: 15px;
  }
  .logo_marks .logo_carousel {
    padding: 32px 0 64px;
  }
  .swiper_singlecard .pc_column_1 {
    gap: 0;
    flex-direction: row;
  }
  .swiper_singlecard .pc_column_1 .flex_item {
    width: 100%;
  }
}
@media screen and (min-width:534px) and (max-width:781.98px) {
  .hidden_tab_s {
    display: none !important;
  }
  .lp_inner {
    width: calc(100% - 64px);
  }
  .card_vertical {
    grid-template-columns: 160px 1fr;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 1fr;
  }
  .pc_column_2 {
    gap: 32px;
  }
  .pc_column_2 .flex_item {
    width: 100%;
  }
  .tab_column_2 {
    gap: 32px;
  }
  .tab_column_2 .flex_item {
    width: calc(50% - 16px);
  }
  .pc_column_1 .card_vertical {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width:782px) and (max-width:899.98px) {
  .hidden_tab_m {
    display: none !important;
  }
  .lp_inner {
    width: 704px;
  }
  .card_vertical {
    grid-template-columns: 144px 1fr;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
  }
  .pc_column_2 {
    gap: 32px;
  }
  .pc_column_2 .flex_item {
    width: calc(50% - 16px);
  }
  .pc_column_1 .card_vertical {
    grid-template-columns: 200px 1fr;
  }
  .img_frame-edge img {
    width: calc(100% + 32px);
    left: -32px;
    width: calc(100% + (100vw - 704px) / 2);
    left: calc(0px - (100vw - 704px) / 2);
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame-edge img {
    right: calc(0px - (100vw - 704px) / 2);
  }
  .wide_order-1 {
    order: 1;
  }
  .wide_order-2 {
    order: 2;
  }
  .wide_order-3 {
    order: 3;
  }
  .wide_order-4 {
    order: 4;
  }
  .wide_order-5 {
    order: 5;
  }
  .wide_order-6 {
    order: 6;
  }
}
/*
■パソコン pc
*/
@media screen and (min-width:900px) {
  .hidden_pc_all {
    display: none !important;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  h4, h5, h6 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  p, li, a, table, dl, address, div, form {
    font-size: 14px;
  }
  .faq_content_inner {
    padding-left: 52px;
  }
  .faq_content_inner::before {
    font-size: 24px;
    left: 14px;
  }
  .faq_content_inner p {
    font-size: 16px;
  }
  .faq_content_inner img {
    margin-bottom: 16px;
  }
  .faq_content_inner p, .faq_content_inner div, .faq_content_inner ul, .faq_content_inner ol, .faq_content_inner table {
    margin-bottom: 16px;
  }
  .faq_content_inner p:not(:has(+ *)), .faq_content_inner div:not(:has(+ *)), .faq_content_inner ul:not(:has(+ *)), .faq_content_inner ol:not(:has(+ *)), .faq_content_inner table:not(:has(+ *)) {
    margin-bottom: 0;
  }
  .faq_content_inner picture:not(:has(+ *)) img {
    margin-bottom: 0;
  }
  .textbox img {
    margin-bottom: 16px;
  }
  .textbox p, .textbox div, .textbox ul, .textbox ol, .textbox table {
    margin-bottom: 16px;
  }
  .textbox p:not(:has(+ *)), .textbox div:not(:has(+ *)), .textbox ul:not(:has(+ *)), .textbox ol:not(:has(+ *)), .textbox table:not(:has(+ *)) {
    margin-bottom: 0;
  }
  .textbox picture:not(:has(+ *)) img {
    margin-bottom: 0;
  }
  .wide_order-1 {
    order: 1;
  }
  .wide_order-2 {
    order: 2;
  }
  .wide_order-3 {
    order: 3;
  }
  .wide_order-4 {
    order: 4;
  }
  .wide_order-5 {
    order: 5;
  }
  .wide_order-6 {
    order: 6;
  }
  .cta_box {
    padding: 64px 0;
  }
  .cta_box-sticky {
    bottom: -32px;
  }
  .cta_set {
    gap: 48px;
  }
  .cta_btn {
    min-width: 320px;
    font-size: 24px;
    height: 3em;
  }
  .pc_column_5 {
    gap: 64px;
  }
  .pc_column_5 .flex_item {
    width: 176px;
  }
  .pc_column_5 .flex_item .textbox {
    padding: 24px 0 0;
  }
  .pc_column_5 .flex_item .textbox p {
    font-size: 12px;
  }
  .pc_column_3 {
    gap: 48px;
  }
  .pc_column_3 .flex_item {
    width: calc(33% - 30px);
  }
  .pc_column_2 {
    gap: 48px;
  }
  .pc_column_2 .flex_item {
    width: calc(50% - 24px);
  }
  .pc_column_1 {
    gap: 48px;
  }
  .pc_column_1 .flex_item {
    width: 100%;
    max-width: 800px;
  }
  .pc_column_1 .card_vertical {
    grid-template-columns: 304px 1fr;
  }
  .swiper_singlecard .pc_column_1 {
    gap: 0;
    flex-direction: row;
  }
  .swiper_singlecard .pc_column_1 .flex_item {
    width: 100%;
    max-width: none;
  }
  .pc_alt_l_r {
    gap: 48px;
  }
  .pc_alt_l_r_box .img_frame {
    width: 34%;
  }
  .pc_alt_l_r_box .textbox {
    width: calc(66% - 48px);
    padding: 0;
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame {
    order: 2;
  }
  .pc_alt_l_r_box:has(.img_frame-edge) {
    padding: 6vw 0;
  }
  .img_frame-edge img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + (100vw - 800px) / 2);
    max-width: none;
    left: calc(0px - (100vw - 800px) / 2);
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame-edge img {
    left: auto;
    right: calc(0px - (100vw - 800px) / 2);
  }
  .logo_marks {
    /* 画像のサイズ調整 */
  }
  .logo_marks .logo_list {
    padding: 32px 0 64px;
    gap: 48px 64px;
  }
  .logo_marks .logo_list li img {
    width: auto;
    height: 40px;
  }
  .logo_marks .swiper-wrapper {
    transition-timing-function: linear;
  }
  .logo_marks .swiper-slide {
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .logo_marks .swiper-slide img {
    height: auto;
    /* width: 150px; */
  }
  .logo_marks .swiper-slide.down img {
   margin-top: 16px;
   padding-right: 10px;
  }
   .logo_marks .swiper-slide.left img {
   padding-left: 30px;
   padding-top: 5px;
  }
  .logo_marks .logo_carousel {
    padding: 32px 0 64px;
  }
  .card_vertical {
    grid-template-columns: 200px 1fr;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
  }
  .swiper-button-prev {
    left: -64px;
  }
  .swiper-button-next {
    right: -64px;
  }
}
@media screen and (min-width:900px) and (max-width:1079.98px) {
  .hidden_pc_s {
    display: none !important;
  }
  .lp_inner {
    width: 836px;
  }
  .pc_column_2 {
    gap: 32px;
  }
  .pc_column_2 .flex_item {
    width: 100%;
  }
  .pc_column_2.tab_column_2 {
    gap: 32px;
  }
  .pc_column_2.tab_column_2 .flex_item {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width:1080px) and (max-width:1279.98px) {
  .hidden_pc_m {
    display: none !important;
  }
  .lp_inner {
    width: 1000px;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto;
  }
  .card_vertical-sp_horizon .img_frame picture {
    height: 100%;
  }
  .pc_column_5 {
    gap: 48px;
  }
  .pc_column_5 .flex_item {
    width: 160px;
  }
  .pc_column_1 .flex_item {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .hidden_pc_l {
    display: none !important;
  }
  .lp_inner {
    width: 1200px;
  }
  .card_vertical-sp_horizon {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto;
  }
  .card_vertical-sp_horizon .img_frame picture {
    height: 100%;
  }
  .pc_column_5 {
    gap: 24px;
  }
  .pc_column_5 .flex_item {
    width: 150px;
  }
  .pc_column_2 {
    gap: 64px;
  }
  .pc_column_2 .flex_item {
    width: calc(50% - 32px);
  }
  .pc_column_1 .flex_item {
    max-width: none;
  }
  .pc_alt_l_r_box:has(.img_frame-edge) {
    padding: 96px 0;
  }
  .img_frame-edge img {
    width: 478px;
    left: -200px;
  }
  .pc_alt_l_r_box:nth-child(even) .img_frame-edge img {
    right: -200px;
  }
}
/*-----------------Wordpressのスタイルを上書き用---------------*/
.lp_wrap .wp_block_area {
  overflow: hidden;
}
.lp_wrap .wp_block_area .lp_firstview {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3.236em;
}
.lp_wrap .wp_block_area .lp_firstview h1 {
  max-width: 1334px;
  margin-inline: auto;
}
.lp_wrap .wp_block_area .subtitle {
  font-size: 16px;
  font-weight: bold;
}
.lp_wrap .wp_block_area .wp-block-column {
  padding: 1.618em;
}
.lp_wrap .wp_block_area .wp-block-column.card_border, .lp_wrap .wp_block_area .wp-block-column.card_shadow {
  padding: 2.4em 1.618em 1.618em;
}
.lp_wrap .wp_block_area .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  height: 3.236em;
  padding: 16px 48px;
  border-radius: 48px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lp_wrap .wp_block_area .wp-block-button__link:hover {
  box-shadow: 0px 2px 16px -8px #212121 inset;
  text-decoration: none;
}
.lp_wrap .wp_block_area .wp-block-button__link::after {
  content: none;
}
.lp_wrap .wp_block_area .lp_inner + .lp_form {
  margin-top: 0;
}
.lp_wrap .wp_block_area .lp_inner + .lp_form a[target=_blank]::after {
  content: none;
}
.lp_wrap .wp_block_area .has-background {
  padding: 1.25em 2.375em;
}
.lp_wrap .wp_block_area h1.has-background, .lp_wrap .wp_block_area h2.has-background, .lp_wrap .wp_block_area h3.has-background, .lp_wrap .wp_block_area h4.has-background, .lp_wrap .wp_block_area h5.has-background, .lp_wrap .wp_block_area h6.has-background {
  margin-bottom: 0;
}
.lp_wrap .wp_block_area h2:has(+ .subtitle), .lp_wrap .wp_block_area h3:has(+ .subtitle) {
  margin-bottom: 0;
}
.lp_wrap .wp_block_area h2:has(+ .subtitle) + .subtitle, .lp_wrap .wp_block_area h3:has(+ .subtitle) + .subtitle {
  margin-bottom: 2.414em;
}
/* .lp_wrap .wp_block_area p {
  margin-bottom: 1.414em;
} */
.lp_wrap .wp_block_area .subtitle {
  margin-bottom: 0;
}
.lp_wrap .wp_block_area .faq_box .wp-block-group {
  box-shadow: 0px 0px 16px -8px #000;
  background-color: #fff;
}
.lp_wrap .wp_block_area .faq_box h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px 12px;
}
.lp_wrap .wp_block_area .faq_box h3::before {
  content: "Q.";
  margin-right: 0.618em;
}
.lp_wrap .wp_block_area .faq_box p {
  margin-bottom: 2em;
  padding: 24px 16px 24px 40px;
  position: relative;
}
.lp_wrap .wp_block_area .faq_box p::before {
  content: "A.";
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #e83820;
}
.lp_wrap .wp_block_area .max-800 {
  max-width: 800px;
  margin-inline: auto;
}
.lp_wrap .wp_block_area .shinko_btn_normal .wp-block-button__link {
  border-radius: 8px;
  background-color: #44af35;
  color: #fff;
  text-shadow: none;
}
.lp_wrap .wp_block_area .shinko_btn_normal .wp-block-button__link:hover {
  background-color: #39922c;
  box-shadow: none;
}
.lp_wrap .wp_block_area .shinko_btn_strong .wp-block-button__link {
  border-radius: 8px;
  background-color: #F5AA00;
  color: #fff;
  text-shadow: none;
}
.lp_wrap .wp_block_area .shinko_btn_strong .wp-block-button__link:hover {
  background-color: #E57D1B;
  box-shadow: none;
}
.lp_wrap .wp_block_area .shinko_btn_outline .wp-block-button__link {
  border-radius: 8px;
  background-color: transparent;
  color: #46A438;
  border: 1px solid #44AE35;
  text-shadow: none;
}
.lp_wrap .wp_block_area .shinko_btn_outline .wp-block-button__link:hover {
  background-color: #CFEACC;
  box-shadow: none;
}
.lp_wrap .wp_block_area .bg_fullw {
  margin-top: 0;
  margin-bottom: 0;
  padding: 120px 0 96px;
  position: relative;
  z-index: 1;
  /*背景色の設定*/
  /*背景塗りのあるセクション内のカードは白塗り*/
}
.lp_wrap .wp_block_area .bg_fullw::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_subwhite::before {
  background: #f5f5f5;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_gray::before {
  background: #E0E4E7;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_orange::before {
  background: #fff5e9;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_yellow::before {
  background: #fffff1;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_blue::before {
  background: #e3f3ff;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_green::before {
  background: #ECFFE9;
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_gray_to_white::before {
  background: linear-gradient(to bottom, #E0E4E7, #fff 20%);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_gray_to_orange::before {
  background: linear-gradient(to bottom, #E0E4E7, #fff 20%, #fff 80%, #fff5e9);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_gray_to_green::before {
  background: linear-gradient(to bottom, #E0E4E7, #fff 20%, #fff 80%, #ECFFE9);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_white_to_orange::before {
  background: linear-gradient(to bottom, #fff 80%, #fff5e9);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_white_to_green::before {
  background: linear-gradient(to bottom, #fff 80%, #ECFFE9);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_green_to_white::before {
  background: linear-gradient(to bottom, #ECFFE9, #fff 20%);
}
.lp_wrap .wp_block_area .bg_fullw.bg_fullw_orange_to_white::before {
  background: linear-gradient(to bottom, #fff5e9, #fff 20%);
}
.lp_wrap .wp_block_area .bg_fullw .card_border, .lp_wrap .wp_block_area .bg_fullw .card_shadow {
  background-color: #fff;
}
@media screen and (max-width:533.98px) {
  .lp_wrap .wp_block_area .wp-block-button__link {
    padding: 4px 16px;
    min-width: 200px;
  }
  .lp_wrap .wp_block_area .lp_inner > .wp-block-spacer {
    height: 48px !important;
  }
  .lp_wrap .wp_block_area .wp-block-gallery .wp-block-image:first-child {
    display: none;
  }
}
@media screen and (min-width:534px) and (max-width:781.98px) {
  .lp_wrap .wp_block_area .wp-block-button__link {
    padding: 4px 16px;
    min-width: 240px;
  }
  .lp_wrap .wp_block_area .lp_inner > .wp-block-spacer {
    height: 48px !important;
  }
  .lp_wrap .wp_block_area .wp-block-gallery .wp-block-image:first-child {
    display: none;
  }
}
@media screen and (min-width:782px) {
  .lp_wrap .wp_block_area .wp-block-button__link {
    font-size: 20px;
    height: 3em;
    min-width: 320px;
  }
  .lp_wrap .wp_block_area .wp-block-gallery .wp-block-image:last-child {
    display: none;
  }
}
@media screen and (min-width:534px) and (max-width:899.98px) {
  .lp_wrap .wp_block_area .subtitle {
    font-size: 18px;
  }
  .lp_wrap .wp_block_area .faq_box p {
    padding-left: 48px;
  }
  .lp_wrap .wp_block_area .faq_box p::before {
    font-size: 20px;
    left: 14px;
  }
  .lp_wrap .wp_block_area .lp_inner > .wp-block-spacer {
    height: 64px !important;
  }
}
@media screen and (min-width:900px) {
  .lp_wrap .wp_block_area .lp_firstview h1 img {
    width: auto;
    max-width: 100%;
  }
  .lp_wrap .wp_block_area .wp-block-button__link {
    font-size: 24px;
    height: 3em;
  }
  .lp_wrap .wp_block_area .subtitle {
    font-size: 18px;
  }
  .lp_wrap .wp_block_area .wp-block-gallery .wp-block-image:last-child {
    display: none;
  }
  .lp_wrap .wp_block_area .faq_box p {
    padding-left: 52px;
    font-size: 16px;
  }
  .lp_wrap .wp_block_area .faq_box p::before {
    font-size: 24px;
    top: 16px;
    left: 14px;
  }
}/*# sourceMappingURL=landing_page.css.map */

/* ストアのみ */
   .shinko_store #donyu .logo_marks.store .swiper-slide img {
    height: auto;
    width: 100px;
  }
  .shinko_store #donyu .logo_marks.store .swiper-slide {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
  }
 #introduction.lp_wrap a[target=_blank]::after{
    background: none;
  }

  @media screen and (min-width:900px){
     .shinko_store #donyu .logo_marks.store .swiper-slide img {
      height: auto;
      width:300px;
  }
  }

  /* ロゴ無限スクロール */

#dounyu .lp_inner {
     width: 100%;
}

.sec-slide{
	margin-bottom: 44px;
}
.wrap-slide{
display: flex;
    margin-top: 60px;
    width: 300%;
    height: 200px;
    overflow: hidden;
}
.slide-track img {
  height: 100%;    /* 画像サイズ大きくする */
  width: auto;
  flex-shrink: 0;  /* 縮ませない */
}

@media(max-width : 992px) {

.wrap-slide {
    margin-top: 30px;

}
}

.wrap-slide img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.wrap-slide img:first-child {
  animation: loop 50s -25s linear infinite;
}
.wrap-slide img:last-child {
  animation: loop2 50s linear infinite;
}

@media screen and (max-width: 767px) {
.sec-slide{
	margin-bottom: 23px;
}
.wrap-slide{
  height: 90px;
}
}
@media screen and (min-width: 768px) {
  .wrap-slide{
      width: 200%;
    }
}

@media screen and (min-width: 920px) {
  .wrap-slide{
      width: 100%;
  }
  /* .wrap-slide .js-image-switch.list2 {
      width: 90%;
  } */
}


/* デリ */


.lineh_10{line-height:1}.lineh_10::before{display:block;width:0;height:0;margin-top:calc((1 - 1)*.5em);content:""}.lineh_10::after{display:block;width:0;height:0;margin-bottom:calc((1 - 1)*.5em);content:""}.lineh_12{line-height:1.25}.lineh_12::before{display:block;width:0;height:0;margin-top:calc((1 - 1.25)*.5em);content:""}.lineh_12::after{display:block;width:0;height:0;margin-bottom:calc((1 - 1.25)*.5em);content:""}.lineh_14{line-height:1.414}.lineh_14::before{display:block;width:0;height:0;margin-top:calc((1 - 1.414)*.5em);content:""}.lineh_14::after{display:block;width:0;height:0;margin-bottom:calc((1 - 1.414)*.5em);content:""}.lineh_16{line-height:1.618}.lineh_16::before{display:block;width:0;height:0;margin-top:calc((1 - 1.618)*.5em);content:""}.lineh_16::after{display:block;width:0;height:0;margin-bottom:calc((1 - 1.618)*.5em);content:""}.lineh_18{line-height:1.8}.lineh_18::before{display:block;width:0;height:0;margin-top:calc((1 - 1.8)*.5em);content:""}.lineh_18::after{display:block;width:0;height:0;margin-bottom:calc((1 - 1.8)*.5em);content:""}.lineh_22{line-height:2.236}.lineh_22::before{display:block;width:0;height:0;margin-top:calc((1 - 2.236)*.5em);content:""}.lineh_22::after{display:block;width:0;height:0;margin-bottom:calc((1 - 2.236)*.5em);content:""}@media screen and (min-width: 751px){html,body{min-width:auto}}html{font-family:"Helvetica Neue","Helvetica","Arial","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif}body{font-weight:400;font-size:14px;line-height:1.618;color:#2b2b2b}.tx_green{color:#41a732}.tx_dark_green{color:#060}.tx_bold{font-weight:700}h1,h2,h3,h4,h5,h6{font-feature-settings:"palt";font-weight:bold}.palt{font-feature-settings:"palt"}i{font-style:normal}a{color:#41a732;text-decoration:none}a img{transition:filter .24s cubic-bezier(0.25, 0.46, 0.45, 0.94);filter:brightness(1)}a:hover img{filter:brightness(1.04)}.tgt_blank{position:relative;padding-right:1em}

.tgt_blank::before{content:"";position:absolute;width:.618em;height:1em;background:url(https://shinko-jp.com/cms/wp-content/themes/shinko/images/icon_up_from_square.svg) 50% 50% no-repeat;right:0;top:50%;transform:translateY(-50%);background-size:contain;opacity:.64}
.inner{width:100%;max-width:1334px;margin:0 auto;padding:0 24px}#common_breadcrumbs{display:none !important}.breadcrumbs{padding-top:8px;padding-bottom:8px;width:100%;max-width:1334px;overflow-x:auto;margin:0 auto}.breadcrumbs ol{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:-moz-max-content;width:max-content;margin:0}.breadcrumbs ol li{font-size:13px;display:flex;align-items:center;line-height:1;margin-left:0}.breadcrumbs ol li:not(:last-child) a{margin-right:1em;color:#41a732}.breadcrumbs ol li:not(:last-child)::after{content:"";margin-right:1em;position:relative;width:.5em;height:.5em;border-right:2px solid #999;border-top:2px solid #999;border-radius:1px;transform:translateY(-10%) rotate(45deg)}.push_btn{border-radius:8px;position:relative}
@media screen and (min-width: 920px){
}.main_header{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px) brightness(1.2);backdrop-filter:blur(4px) brightness(1.2);position:sticky;overflow:visible;height:auto;width:100%;top:0;z-index:100;transition:background .24s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.main_header.no_sticky{position:relative}
.main_header::before{content:"";position:absolute;width:100%;height:2px;left:0;bottom:0;background:linear-gradient(135deg, #3dd626, #41a732)}.main_header .inner{padding:0 12px}.main_header .inner .grid{grid-template-columns:1fr 140px 38px;gap:16px;height:56px;position:relative}@media screen and (min-width: 768px){.main_header .inner{padding:0 24px}}.main_header .shinko_logo{margin-right:auto}.main_header .shinko_logo h1 img,.main_header .shinko_logo>img{line-height:1}.main_header nav>ul{transition:left .48s cubic-bezier(0.79, 0.21, 0.06, 0.81),opacity .48s cubic-bezier(0.79, 0.21, 0.06, 0.81);position:fixed;width:100%;height:calc(100dvh - 56px);top:56px;left:-100%;opacity:0;flex-direction:column}.main_header nav>ul li{width:calc(100% - 32px);margin:0 auto;padding:10px 16px;border-bottom:1px solid #efefef}.main_header nav>ul li a{display:block;text-align:left;width:100%;font-size:14px;color:#2b2b2b}.main_header nav>ul li a span{font-size:1em}.main_header nav>ul li ul{margin-top:10px}.main_header nav>ul li ul li a{position:relative}.main_header nav>ul li ul li a::before{content:"";position:absolute;width:10px;height:110%;background:url(https://shinko-jp.com/cms/wp-content/themes/shinko/images/icon_angle_right.svg) 50% 50% no-repeat;left:-15px;top:0}.main_header nav>ul li ul li:last-child{padding-bottom:0;border-bottom:none}.main_header nav>ul li:not(.btn_contact){display:none}

.main_header .btn_dlc{align-self:center;border-bottom:none;padding:24px 0}.main_header .btn_dlc a{background:white;border: 2px solid #41a732;
	color:#41a732;padding:8px 16px 8px 16px;font-size:14px}.main_header 
.main_header .btn_dlc a br{display:none}.main_header .btn_contact{align-self:center}.main_header .btn_contact a{background:#41a732;
	color:#fff;padding:8px 16px 6px 16px;font-size:15px;display:block;height:38px}
@media screen and (min-width: 768px){.main_header .inner .grid{grid-template-columns:1fr 200px 38px}}
@media screen and (min-width: 920px){.main_header .inner .grid{grid-template-columns:136px 1fr 190px;height:72px;gap:8px}.main_header .shinko_logo h1 img,.main_header .shinko_logo>img{width:132px;height:40px}.main_header nav>ul{transition:none;position:relative;width:auto;height:auto;top:auto;left:auto;opacity:1;flex-direction:row;justify-content:flex-end;gap:16px}
.main_header nav>ul li{width:-moz-fit-content;width:fit-content;margin:0;padding:0;border-bottom:none;position:relative}
.main_header nav>ul li a{display:block;text-align:center;width:100%;font-size:12px;padding:10px 4px;color:#2b2b2b;position:relative;z-index:1;white-space: nowrap;}
.main_header nav>ul li a span{font-size:10px}
.main_header nav>ul li a.hov_btn::before{content:"";display:block;position:absolute;width:calc(100% + 24px);height:calc(100% + 2.5px);border-radius:8px;background:#41a732;top:calc(50% + 1px);left:50%;transform:translate(-50%, -50%);z-index:-1;box-shadow:0px 1px 2px -1px rgba(0,0,0,.24) inset;opacity:0}.main_header nav>ul li a.hov_btn.has_child{cursor:default;}
.main_header nav>ul li a.hov_btn.has_child:before{border-radius:8px 8px 0 0;height:calc(100% + 8px);top:calc(50% + 3.5px)}
.main_header nav>ul li a.hov_btn::after{content:"";display:block;position:absolute;width:0%;height:2px;border-radius:8px;background:#eca515;top:calc(50% + 1em);right:4px;transform:translateY(-50%);z-index:2;transition:.24s cubic-bezier(0.25, 0.46, 0.45, 0.94)}
.main_header nav>ul li a.hov_btn+ul{margin-top:0;display:initial;position:absolute;width:0;height:0;top:95%;left:50%;transform:translateX(-50%);background:#3e9f30;border-radius:8px;box-shadow:0px 1px 2px -1px rgba(0,0,0,.24) inset;opacity:0;transition:.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);pointer-events:none;overflow:hidden}.main_header nav>ul li a.hov_btn+ul.same_width_as_parent{border-radius:0 0 8px 8px}.main_header nav>ul li a.hov_btn+ul li{width:100%;text-align:center}.main_header nav>ul li a.hov_btn+ul li a{color:#fff;padding:12px 12px}.main_header nav>ul li a.hov_btn+ul li a:hover{background:linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));box-shadow:0px 1px 2px -1px rgba(0,0,0,.1) inset}.main_header nav>ul li a.hov_btn+ul li a::before{content:none}.main_header nav>ul li:hover .hov_btn{color:#fff}.main_header nav>ul li:hover .hov_btn::before{opacity:1}.main_header nav>ul li:hover .hov_btn::after{width:calc(100% - 8px);left:4px;right:auto}.main_header nav>ul li:hover .hov_btn+ul{width:-moz-max-content;width:max-content;min-width:calc(100% + 24px);top:calc(100% + 2px);height:-moz-fit-content;height:fit-content;opacity:1;pointer-events:auto}.main_header nav>ul li:not(.btn_contact){display:block}.main_header nav>ul .link_column a span{position:absolute;bottom:-0.5em;left:50%;transform:translateX(-50%);transition:.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);pointer-events:none}.main_header nav>ul .link_column:hover a span{bottom:0em;opacity:0}.main_header .btn_dlc{align-self:center;border-bottom:none;padding:0;flex:none}.main_header .btn_dlc a{padding:14px 16px 13px 16px;font-size:14px;line-height:1;text-align:right;width:-moz-fit-content;width:fit-content;top:0px;transition:.08s;letter-spacing: 0.3px;}
.main_header .btn_dlc a::before{content:none}.main_header .btn_dlc a br{display:initial}.main_header 

.btn_dlc a:hover{background-color: #e8f5e6;border: 2px solid #39922C;color: #39922C;}
.main_header .btn_contact{align-self:center}.main_header .btn_contact a{background:#41a732;color:#fff;height:auto;padding:10px 16px 10px 16px;font-size:14px;transition:.08s;letter-spacing: 0.3px;width: 200px;}
.main_header .btn_contact a::before{content:none}
.main_header .btn_contact a:hover{background-color: #39922c;}
}@media screen and (min-width: 1200px){.main_header nav>ul{gap:24px}}.main_header .burger{position:relative;width:38px;height:38px;background:#efefef;border:1px solid #efefef;cursor:pointer;display:block}.main_header .burger input{display:none}.main_header .burger span{display:block;position:absolute;height:2px;width:22px;background:#000;border-radius:2px;opacity:.5;left:8px;transform:rotate(0deg);transition:.25s ease-in-out}.main_header .burger span:nth-of-type(1){top:calc(22% + 2px);transform-origin:left center}.main_header .burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.main_header .burger span:nth-of-type(3){top:calc(62% + 2px);transform-origin:left center}.main_header .burger input:checked~span:nth-of-type(1){transform:rotate(45deg);top:calc(21% + 2px);left:11px;opacity:1}.main_header .burger input:checked~span:nth-of-type(2){width:0%;opacity:0}.main_header .burger input:checked~span:nth-of-type(3){transform:rotate(-45deg);top:calc(64% + 2px);left:11px;opacity:1}.main_header.hum_active{transition:.24s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.main_header.hum_active nav>ul{position:fixed;background:#f5f5f5;top:56px;left:0;opacity:1;overflow-y:auto;flex-wrap:nowrap}.main_header.hum_active nav>ul li:not(.btn_contact){display:block}main{background:#fff;position:relative;z-index:1}


/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}

/* パンくず */
#common_breadcrumbs{display:none !important}
.breadcrumbs{padding-top:8px;padding-bottom:8px;width:100%;max-width:1334px;overflow-x:auto;margin:0 auto}
.breadcrumbs ol{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:-moz-max-content;width:max-content;margin:0}
.breadcrumbs ol li{font-size:13px;display:flex;align-items:center;line-height:1;margin-left:0}
.breadcrumbs ol li:not(:last-child) a{margin-right:1em;color:#00A867;font-size: 13px;}
.breadcrumbs ol li:not(:last-child)::after{content:"";margin-right:1em;position:relative;width:.5em;height:.5em;border-right:2px solid #999;border-top:2px solid #999;border-radius:1px;transform:translateY(-10%) rotate(45deg);top: 1.5px;}
.breadcrumbs ol li a {
    display: flex;
    gap: 3px;
}
.breadcrumbs ol li a span img {
  padding-bottom: 2px;
}
.push_btn{border-radius:8px;position:relative}
.home .main_footer .breadcrumbs ol {
    display:none
}
@media screen and (min-width: 920px){
.breadcrumbs ol li a:hover{
  filter: brightness(0.7);
}
}



/* ----------------
ボタン 
----------------*/

.btn-contact {
  padding-top: 10px;
}

.btn-contact a {
  color: #ffffff;
  text-align: center;
  background: #ED6D00;
  border-radius: 5px;
  font-weight: bold;
  padding: 18px;
  width: 380px;
  display: block;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
.btn-contact a::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/chevron-right.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
@media(max-width:767px) {
  .btn-contact a {
    width: 300px;
    font-size: 16px;
  }
  .btn-contact {
    padding-top: 10px;
  }
}

.btn-contact a:hover {
  transition: 0.3s linear;
  color: white;
  filter: brightness(0.7) !important;
    opacity: 1;
}

.btn-contact a i {
  margin-left: 15px;
}
@media(min-width:920px) {
  .btn-contact {
    padding-top: 40px;
  }
}
