@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
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, dialog, figure, footer, header, nav, section, button, div, span, time, mark, audio, video {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table, input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

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

img {
  max-width: 100%;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  height: auto;
  color: #413732;
  line-height: 1.5;
  font-weight: 400;
  min-width: 320px;
}

.l-content {
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.l-content2 {
  width: 100%;
  max-width: 850px;
  padding: 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.l-container {
  overflow-x: hidden;
}
/*====================================
header
====================================*/
.l-hdr {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid;
}
.l-hdr img {
  width: auto;
}
.l-hdr.type1 img {
  max-height: 25px;
}
.l-hdr.type2 {
  padding: 10px 0;
}
.l-hdr.type2 img {
  max-height: 40px;
}

@media (min-width: 769px) {
  .l-hdr {
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  .l-hdr.type1 img {
    max-height: 30px;
  }
}
@media (min-width: 769px) {
  .l-hdr.type2 img {
    max-height: 80px;
  }
}
/*====================================
footer
====================================*/
.l-ftr {
  width: 100%;
  height: auto;
  display: block;
  background: #f6f2e7;
  padding-bottom: 160px;
}
.l-ftr .copyright {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #413833;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .l-ftr {
    padding-bottom: 170px;
  }
}
/*====================================
btn
====================================*/
.c-btn01 a {
  align-items: center;
  background: #eb6200;
  border: 2px solid #eb6200;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: bold;
  height: 83px;
  justify-content: center;
  align-content: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.c-btn01 a span {
  font-size: 11px;
  width: 100%;
  display: block;
}
.c-btn01 a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  top: 50%;
  right: 1.2em;
}
.c-btn01.ver2 a {
  background: #fff;
  color: #eb6200;
}
.c-btn01.ver2 a::after {
  border-top: 2px solid #eb6200;
  border-right: 2px solid #eb6200;
}

@media (min-width: 769px) and (max-width: 850px) {
  .c-btn01 a {
    letter-spacing: -1px;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .c-btn01 a:after {
    right: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01 a:hover {
    background: #fff;
    color: #eb6200;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .c-btn01 a:hover::after {
    border-top: 2px solid #eb6200;
    border-right: 2px solid #eb6200;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01.ver2 a:hover {
    background: #eb6200;
    color: #fff;
  }
  .c-btn01.ver2 a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.c-btn02 {
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #eb6200;
  color: #eb6200;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 55px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  margin: 0px auto;
}
.c-btn02::before {
  background: #eb6200;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 15px;
  top: 50%;
  right: 1em;
}
.c-btn02::after {
  background: #eb6200;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 15px;
  top: 50%;
  right: 1em;
  top: 48%;
  transform: rotate(90deg);
}
.c-btn02.is-opened::after {
  top: 50%;
  transform: rotate(0deg);
}
.c-btn02.v2::before {
  content: "✕";
  height: 20px;
  width: 20px;
  background: unset;
  font-weight: 700;
  transform: unset;
  top: unset;
  right: 10px;
}
.c-btn02.v2::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-btn02 {
    padding: 7px 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn02::before, .c-btn02::after {
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.6;
  }
}
/*====================================
title
====================================*/
.c-title01 {
  width: 100%;
  height: auto;
  text-align: center;
}
.c-title01 h2 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 20px;
  width: 100%;
}
.c-title01 h2 strong {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0px;
  display: block;
}
.c-title01 h2 p.sub {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0px 0;
  display: inline-block;
}
.c-title01 h2 span {
  color: #f2f2f2;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  letter-spacing: 5px;
  top: -17px;
}

@media screen and (max-width: 768px) {
  .c-title01 h2 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .c-title01 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-title01 h2 strong {
    font-size: 22px;
  }
  .c-title01 h2 p.sub {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .c-title01 h2 span {
    font-size: 54px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .c-title01 h2 span {
    font-size: 46px;
  }
}
/*====================================
table
====================================*/
.c-table020 {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
}
.c-table020 th {
  background-color: #199bb7;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1.2;
  padding: 15px 5px;
  position: sticky;
  vertical-align: middle;
  z-index: 2;
}
.c-table020 th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-right: none;
}
.c-table020 th .fz-s {
  font-size: 10px;
}
.c-table020 td {
  border-bottom: 1px solid #cee1e5;
  color: #199bb7;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-table020 td:nth-child(odd) {
  background-color: #ededed;
}
.c-table020 td .fz-s {
  font-size: 10px;
}
.c-table020 td .wrap {
  display: flex;
  text-align: left;
}
.c-table020 td .wrap figure {
  margin-right: 5px;
}
.c-table020 tr:first-child th {
  border-radius: 5px 0 0 0;
}
.c-table020 tr:first-child th:after {
  content: "";
  background-color: #fff;
  height: 50px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 100%;
}
.c-table020 tr:first-child td {
  padding-top: 43px;
}
.c-table020 tr:last-child th {
  background-color: #00c6a3;
  border-radius: 0 0 0 5px;
}
.c-table020 tr:last-child td {
  border-bottom: none;
  color: #00c6a3;
  font-size: 13px;
  font-weight: bold;
}
.c-table020 tr:last-child td .fz-l {
  font-size: 21px;
}

.c-table020__outer.is-active {
  position: relative;
}
.c-table020__outer.is-active:after {
  box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-table020-scroll {
  margin-bottom: 20px;
  overflow-x: auto;
  padding-top: 50px;
  width: 100%;
}

.c-table020__img {
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 114px;
}

.c-table020__name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-table020__lead {
  background-color: #199bb7;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 5px;
  width: 95%;
}

.c-table02 {
  background-color: #fbfaf5;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table02 th, .c-table02 td {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table02 th {
  background-color: #413833;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 1.2;
  padding: 15px 5px;
  position: sticky;
  vertical-align: middle;
  z-index: 2;
}
.c-table02 th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-right: none;
}
.c-table02 th .fz-s {
  font-size: 10px;
}
.c-table02 td {
  border-bottom: 1px solid #dcd9d4;
  color: #413833;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-table02 td .wrap {
  display: flex;
  text-align: left;
  justify-content: center;
}
.c-table02 td .wrap figure {
  width: 50px;
}
.c-table02 td:nth-child(odd) {
  background-color: #f5f1e6;
}
.c-table02 td .fz-s {
  font-size: 10px;
  font-weight: 700;
}
.c-table02 td .wrap {
  display: flex;
  text-align: left;
}
.c-table02 td .wrap figure {
  margin-right: 5px;
}
.c-table02 tr:first-child th {
  border-radius: 10px 0 0 0;
  z-index: 9;
}
.c-table02::before {
  content: "";
  background-color: #fff;
  height: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 44px;
  width: 15px;
}
.c-table02::after {
  content: "";
  background-color: #fff;
  height: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 15px;
}
.c-table02 tr:first-child th:after {
  content: "";
  background-color: #fff;
  height: 50px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 100%;
}
.c-table02 tr:first-child td {
  padding-top: 43px;
}
.c-table02 tr:first-child td:last-child {
  border-radius: 0px 10px 0 0;
}
.c-table02 tr:last-child th {
  background-color: #eb6200;
  border-radius: 0 0 0 10px;
}
.c-table02 tr:last-child td {
  border-bottom: none;
  color: #eb6200;
  font-size: 13px;
  font-weight: bold;
}
.c-table02 tr:last-child td .fz-l {
  font-size: 21px;
}
.c-table02 tr:last-child td:last-child {
  border-radius: 0px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .c-table02 {
    width: 490px;
  }
}
@media screen and (max-width: 768px) {
  .c-table02 th {
    font-size: 12px;
  }
}
.c-table02__outer.is-active {
  position: relative;
}
.c-table02__outer.is-active:after {
  box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.c-table02-scroll {
  margin-bottom: 20px;
  overflow-x: auto;
  padding-top: 50px;
  width: 100%;
}

.c-table02__img {
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 114px;
}

.c-table02__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-table02__name {
    font-size: 17px;
  }
}
.c-table02__lead {
  background-color: #413833;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto;
  padding: 5px;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .c-table02__lead {
    font-size: 12px;
  }
}
.table-content {
  position: relative;
}

.table-scroll {
  margin-bottom: 20px;
  overflow-x: auto;
  padding-top: 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-scroll.is-active::after {
    box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.355) inset;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
/*====================================
tab
====================================*/
.c-tab01__list {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-tab01__list li {
  width: calc(50% - 10px);
  margin: 0px 5px;
  max-width: 240px;
}
.c-tab01__list li a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  color: #413833;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #f2eede;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 0px;
  cursor: pointer;
  transition: 0.2s;
}
.c-tab01__list li a:hover {
  color: #fff;
  background: #413833;
  opacity: 0.9;
}
.c-tab01__list li.is-active a {
  color: #fff;
  background: #413833;
}

.c-tab01__contents {
  width: 100%;
  height: auto;
  text-align: center;
}

.c-tab01__box {
  display: none;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  border: 3px solid #413833;
  border-radius: 2px;
}
.c-tab01__box.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-tab01__box {
    border: 0px;
    border-top: 3px solid #413833;
  }
}
.fade {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translate(0, -1em);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*====================================
cta
====================================*/
.c-cta1 {
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 99;
  background: rgba(218, 218, 218, 0.85);
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25px;
  box-sizing: border-box;
}
.c-cta1 .title {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  left: 0;
  top: -12px;
}
.c-cta1 .title h2 {
  background: #413833;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 1px 15px 2px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
}
.c-cta1 .c-btn01 {
  width: 50%;
  text-align: center;
  max-width: 270px;
  padding: 0px 3px;
  box-sizing: border-box;
}
.c-cta1 .c-btn01 strong {
  font-size: inherit;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.c-cta1 .c-btn01 strong::after {
  content: "";
  background: #fff;
  opacity: 0.26;
  width: 100%;
  height: 7px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 3px;
}
.c-cta1 .c-btn01.ver1 a {
  font-weight: 800;
}
.c-cta1 p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-cta1 {
    height: 140px;
    padding: 0px 13px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta1 .c-btn01 {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta1 .c-btn01 a {
    border: 3px solid #eb6200;
    border-radius: 5px;
    height: 75px;
    letter-spacing: -2px;
    font-size: 22px;
  }
  .c-cta1 .c-btn01 a::after {
    height: 8px;
    width: 8px;
    right: 12px;
    display: none;
  }
  .c-cta1 .c-btn01 a span {
    font-size: 14px;
    letter-spacing: -2px;
  }
}
/*====================================
mainvisual
====================================*/
.mainvisual {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}
.mainvisual .img {
  padding: 0px 25px;
  box-sizing: border-box;
  background: linear-gradient(#ffd646, #ffd646);
  background-size: 100% calc(100% - 120px);
  background-repeat: no-repeat;
  background-position: bottom;
}
.mainvisual .title {
  padding: 45px 0px;
}
.mainvisual .title h2 {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  line-height: 1.7;
  position: relative;
  display: inline-block;
}
.mainvisual .title h2 span {
  font-weight: 700;
  font-size: 27px;
  color: #000000;
  line-height: 1.7;
  display: block;
  width: 100%;
}
.mainvisual .title h2::before {
  content: "";
  background: url("../images/kv-title1.png") no-repeat;
  background-size: 100% auto;
  width: 135px;
  height: 50px;
  left: -20px;
  top: -30px;
  position: absolute;
  z-index: 1;
  display: none;
}
.mainvisual .title h3 {
  font-size: 48px;
  font-weight: 900;
}
.mainvisual .title h3 span {
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 769px) {
  .mainvisual {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .img {
    padding: 0;
    background: unset;
    text-align: left;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .mainvisual .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left top;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .title {
    padding: 18px 0px 24px;
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    background: #ffd646;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .title h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .mainvisual .title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .title h2::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .title h3 {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .title h3 span {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.1;
  }
}
/*====================================
banner
====================================*/
.index-banner {
  position: relative;
  background: #fff7d8;
  padding: 40px 15px;
  text-align: center;
}
.index-banner img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (min-width: 769px) {
  .index-banner {
    padding: 80px 0px;
  }
}
/*====================================
merit
====================================*/
.index-merit {
  width: 100%;
  height: auto;
  display: block;
  background: #ffd446;
  padding: 80px 0px 100px;
}
.index-merit .c-title01 h2 span {
  color: #ecc33f;
}
.index-merit .card1 {
  width: 100%;
  height: auto;
  background: #f6f2e7;
  text-align: center;
  position: relative;
  margin-top: 55px;
  padding: 45px 0px 50px;
  box-sizing: border-box;
  border: 2px solid #413732;
}
.index-merit .card1 .point {
  position: absolute;
  left: -2px;
  top: -30px;
}
.index-merit .card1 .point img {
  width: auto;
  height: 60px;
}
.index-merit .card1 h3 {
  font-size: 26px;
  line-height: 1.2;
}
.index-merit .card1 h3 .is-c-orange {
  color: #eb6200;
  font-size: 26px;
  line-height: 1.2;
}
.index-merit .card1 h3 .is-c-orange .orange_st {
  font-size: 34px;
  font-weight: 600;
  color: #eb6200;
}
.index-merit .card1 .img1 {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 15px;
}
.index-merit .card1 .img1.v2 {
  max-width: 320px;
}
.index-merit .card1 .img2 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
}
.index-merit .card1 .img4 {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-top: 0px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}
.index-merit .card1 .img4 img {
  padding: 10px 0px;
}
.index-merit .card1 .img4 .txt1 {
  font-size: 14px;
  margin-top: 0px;
}
.index-merit .card1 .img4 .title {
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
}
.index-merit .card1 .img4 .title h3 {
  background: #413833;
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 1px 15px 2px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
}
.index-merit .card1 .img3 {
  margin-top: 35px;
}
.index-merit .card1 .img3 img {
  width: 320px;
  height: auto;
  margin: 0px 5px;
}
.index-merit .card1 .txt1 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.index-merit .card1 .v3 {
  font-size: 20px;
  margin-top: 0px;
}
.index-merit .card1 .txt2 {
  margin: 0 auto;
  max-width: 680px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  padding: 0px 0px;
}
.index-merit .card1 .txt2.v2 {
  margin-top: 37px;
  text-align: center;
}
.index-merit .card1 .txt2 span {
  font-size: 25px;
  color: #eb6200;
  font-weight: 600;
}
.index-merit .card1 .txt2 b {
  font-size: 40px;
  color: #eb6200;
  font-weight: 600;
  line-height: 28px;
}
.index-merit .card1 .txt3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.index-merit .card1 .txt3 span {
  font-size: 20px;
  color: #eb6200;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.index-merit .card1 .txt3 b {
  font-size: 40px;
  color: #eb6200;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  line-height: 28px;
}
.index-merit .card1 .c-btn02 {
  margin-top: 26px;
}
.index-merit .card1 .content1 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 680px;
  padding-top: 40px;
  text-align: left;
}
.index-merit .card1 .content1 .cl {
  color: #eb6200;
  font-size: 18px;
  font-weight: 700;
}
.index-merit .card1 .content1 .fs {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.index-merit .c-modal01 .merit-slider .c-box .note {
  font-size: 11px;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 680px;
  text-align: left;
}
.index-merit .c-modal01 .merit-slider .c-box .img-v2 {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal01 .merit-slider .c-box .img-v2 {
    width: 220px;
    margin: 0 auto;
  }
}
.index-merit .card1 .icon1 {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: -10px;
  text-align: left;
}
.index-merit .c-modal01 .txt1 {
  font-size: 18px;
  padding: 0px;
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.index-merit .c-modal01 .txt2 {
  font-size: 14px;
  text-align: left;
  padding: 0px 25px;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 10px;
  font-weight: normal;
}
.index-merit .c-modal01 h2 span {
  background: linear-gradient(transparent 65%, #ffe695 0%);
  color: #413732;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  letter-spacing: 5px;
  top: -35px;
}
.index-merit .c-modal01 .merit-slider .slick-list {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 4px;
  margin-bottom: 5rem;
}
.index-merit .c-modal01 .merit-slider .c-box {
  height: 330px;
  position: relative;
  background: #FFFFFF;
  text-align: center;
  padding: 14px 10px 18px;
  margin: 8px 12px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.213137);
}
.index-merit .c-modal01 .merit-slider .c-box p{
  font-size: 18px;
}
.index-merit .c-modal01 .merit-slider .v2{
  height: auto;
}
.index-merit .c-modal01 .merit-slider table{
  margin: 0 auto;
}
.index-merit .c-modal01 .merit-slider tr{
  display: flex;
  gap: 6px;
  align-items: baseline;
  justify-content: space-between;
}
.index-merit .c-modal01 .merit-slider .c-is-orange{
  font-size: 18px;
  color: #eb6200;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal01 .merit-slider .c-is-orange{
    font-size: 22px;
  }
}
.index-merit .c-modal01 .merit-slider .copy{
  font-size: 8.7px !important;
  text-align: right;
  margin: 10px 0 16px;
  line-height: 14px;
}
.index-merit .card1 .img2 .v2{
  margin: 30px auto 0;
  display: block;
  width: 100px;
}
.index-merit .c-modal02 .c-title01 h3.sub-ttl span.or-txt {
  font-size: 26px;
  color: #eb6200;
  font-weight: 600;
  letter-spacing: normal;
  top: 0px;
}
.index-merit .c-modal02 .w300{
  width: 300px;
}
.index-merit .c-modal02 .headline {
  margin-top: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.index-merit .c-modal02 .c-title01 .v2 {
  margin-top: 20px;
}
.index-merit .c-modal02 .headline .is-marker {
  font-size: 28px;
  background-image: linear-gradient(transparent 65%, #ffe695 0%);
  color: #413732;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal01 .merit-slider .c-box {
      width: 100%;
      height: auto;
      position: relative;
      background: #FFFFFF;
      text-align: center;
      padding: 14px 10px 18px;
      margin: 8px 18px 0px 18px;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.213137);
  }
}
.c-modal01 .merit-slider .next-arrow::after, .c-modal01 .merit-slider .prev-arrow {
    right: auto;
    left: 16px;
}
.c-modal01 .merit-slider .prev-arrow::after{
  transform: rotate(180deg);
}
.c-modal01 .merit-slider .prev-arrow::after, .c-modal01 .merit-slider .next-arrow::after {
    background: url(../images/common/icon_modal_arrow2.png) 0 0 / contain no-repeat;
    content: "";
    display: block;
    width: 50%;
    height: 28px;
}
.c-modal01 .merit-slider .prev-arrow, .c-modal01 .merit-slider .next-arrow {
    width: 30px;
    position: absolute;
    border-radius: 5px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}
.index-merit.v2 .block .slider3 .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  .index-merit .slick-dots {
    bottom: -20px;
  }
}
.index-merit .slick-dots li {
  margin: 0px 2px;
}
@media screen and (max-width: 768px) {
  .index-merit .slick-dots li {
    width: 25px;
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 2px;
  }
}
.index-merit .slick-dots li button::before {
  content: "●";
  color: #e9a039;
  opacity: 1;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .index-merit .slick-dots li button::before {
    font-size: 10px;
  }
}
.index-merit .slick-dots li button[aria-label="1 of 1"] {
  opacity: 0;
}
.index-merit .slick-dots li.slick-active button::before {
  content: "●";
  color: #eb6200;
  opacity: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .index-merit .slick-dots li.slick-active button::before {
    font-size: 15px;
  }
}
.index-merit .c-modal01 .merit-slider .c-box .txt{
  font-size: 15px;
}
.index-merit .c-modal01 .merit-slider .c-box .txt h4{
  font-size: 1.6rem;
  margin: 1rem 0;
}
.index-merit .c-modal01 .merit-slider .c-box .txt p span{
  font-size: 22px;
  color: #eb6200;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal01 .merit-slider .c-box .txt p span{
    font-size: 22px;
  }
}
.index-merit .c-modal01 .block2 h3 span{
  background: linear-gradient(transparent 65%, #ffe695 0%);
  color: #413732;
  font-size: 26px;
}
.index-merit .acc-box.js-acc-content.v2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .index-merit {
    padding: 74px 0px 11px;
    display: inline-block;
  }
  .index-merit .l-content2 {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-title01 {
      margin-bottom: 36px;
  }
  .index-merit .card1 {
    padding: 30px 0px 35px;
    margin-bottom: 48px;
    margin-top: 0;
  }
  .index-merit .card1:nth-last-child(1) {
    padding-top: 54px;
  }
  .index-merit .card1:nth-last-child(2) {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .point {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .point img {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img1 {
    margin-top: 18px;
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-merit .card1 .img1 {
    max-width: 360px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img1.v2 {
    max-width: 360px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img2 {
    margin-top: 9px;
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .img2 {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img4 {
    max-width: 310px;
    margin-top: 25px;
    margin-bottom: -10px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .img4 {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img4 .txt1 {
    margin-top: 0px !important;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img3 {
    max-width: 310px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .img3 {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .img3 img {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .img3 img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .index-merit .card1 .txt2.v2 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .txt2 {
    padding: 0px 20px;
    margin-top: 20px;
    font-size: 19px;
    text-align: left;
  }
  .index-merit .card1 .txt2.v2 {
    margin-top: 37px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .txt2 span {
    font-size: 23px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .txt2 b {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .txt3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .txt3 span {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-merit .card1 .txt3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .txt3 b {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .content1 {
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .content1 .cl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  .index-merit .card1 .content1 .cl {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .index-merit .card1 .content1 .fs {
    font-size: 30px;
    line-height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .note {
    margin-top: 9px;
    padding: 0px 20px;
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .icon1 {
    text-align: left;
    padding-left: 17px;
    margin-bottom: -17px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .card1 .icon1 img {
    width: 70px;
  }
}
@media screen and (min-width: 769px) {
  .index-merit .card1 .banner {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .index-merit .card1 .banner > * {
    width: calc(50% - 5px);
    height: auto;
    margin: 0;
  }
}
/*====================================
merit-family
====================================*/
.index-merit-family {
  background: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-merit-family .kv {
  margin-bottom: 14px;
}
.index-merit-family .ttl1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.index-merit-family .ttl2 {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.index-merit-family .ttl2:before {
  content: "";
  width: 100%;
  height: 12px;
  background: #ffd646;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.index-merit-family .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 20px 0 15px;
}
.index-merit-family .content .item {
  display: flex;
}
.index-merit-family .content .item .img {
  width: 110px;
}
.index-merit-family .content .item .txt {
  flex: 1;
  text-align: left;
}
.index-merit-family .content .item .txt h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.index-merit-family .content .item .txt p {
  font-size: 15px;
  line-height: 1.65;
}
.index-merit-family .v2 {
  margin: 70px 0 0 0;
  padding: 0px 20px;
}
.index-merit-family .v2 .l-content2 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
.index-merit-family .v2 .l-content2 .block {
  margin-top: 20px;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 p {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px 0 30px;
  background-color: #efefef;
  border-radius: 10px;
  margin: 0 auto 30px;
  width: 380px;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .img li {
  width: calc(50% - 0px);
  margin-bottom: 20px;
  text-align: center;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .img img {
  max-height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .txt_2 {
  text-align: left;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .txt_2 h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .txt_2 .txt-left {
  text-align: left;
}
.index-merit-family .v2 .l-content2 .block .box .item_2 .txt_2 .is-fz-11px {
  font-size: 11px;
}
.index-merit-family .block{
  width: 100%;
  height: auto;
}
.index-merit-family .slider{
    width: 100%;
    height: auto;
    background: #fff;
    border: 4px solid #413833;
    border-radius: 5px;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
.index-merit-family .app-slider .item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.index-merit-family .app-slider .item .txt{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 50%;
}
.index-merit-family .app-img{
  max-width: 150px;
  width: 50%;
}
.index-merit-family .app-img img{
  width: 100%;
}

.index-merit-family .note{
  display: inline-block;
  text-align: center;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
}
.index-merit-family .note .inner{
  text-align: left;
  line-height: 1.8;
}
.index-merit-family.slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  .index-merit-family .slick-dots {
    bottom: -20px;
  }
}
.index-merit-family .slick-dots li {
  margin: 0px 6px;
}
@media screen and (max-width: 768px) {
  .index-merit-family .slick-dots li {
    width: 15px;
    height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit-family .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 2px;
  }
  .index-merit-family .v2 .l-content2 {
  padding: 0;
}
}
.index-merit-family .slick-dots li button::before {
  content: "●";
  color: #e9a039;
  opacity: 1;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .index-merit-family .slick-dots li button::before {
    font-size: 10px;
  }
}
.index-merit-family .slick-dots li button[aria-label="1 of 1"] {
  opacity: 0;
}
.index-merit-family .slick-dots li.slick-active button::before {
  content: "●";
  color: #eb6200;
  opacity: 1;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .index-merit-family .slick-dots li.slick-active button::before {
    font-size: 15px;
  }
}
.index-merit-family .app-slider .prev-arrow {
    right: auto;
    left: 16px;
}
.index-merit-family .app-slider .prev-arrow::after{
  transform: rotate(180deg);
}
.index-merit-family .app-slider .prev-arrow::after, .index-merit-family .app-slider .next-arrow::after {
    background: url(../images/common/icon_modal_arrow2.png) 0 0 / contain no-repeat;
    content: "";
    display: block;
    width: 50%;
    height: 28px;
}
.index-merit-family .app-slider .prev-arrow,.index-merit-family .app-slider .next-arrow {
    width: 30px;
    position: absolute;
    border-radius: 5px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
}
.index-merit-family .app-slider .slick-arrow.slick-disabled {
    display: none !important;
}

@media (min-width: 769px) {
  .index-merit-family {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .kv {
    margin-bottom: 20px;
  }
}
@media (min-width: 375px) {
  .index-merit-family .ttl1 {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .ttl1 {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .ttl2 {
    font-size: 26px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .content {
    flex-direction: row;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .content .item {
    flex-direction: column;
    width: 33.3333333333%;
  }
}
@media (min-width: 769px) {
  .index-merit-family .content .item .img {
    margin: 0 auto;
    width: 148px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .content .item .txt h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .index-merit-family .content .item .txt p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
.index-merit-family .v2 .l-content2 .block .box .item_2 .img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px 0 30px;
    background-color: #efefef;
    border-radius: 10px;
    margin: 0 auto 30px;
    width: 300px;
}
.index-merit-family .slider {
    width: 100%;
    height: auto;
    background: #fff;
    border: 4px solid #413833;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
}
.index-merit-family .app-slider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.index-merit-family .app-slider .item .txt {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    margin-top: 10px;
}
.index-merit-family .app-img {
    max-width: 100px;
}
.index-merit-family .app-slider .prev-arrow{
    left: -1rem;
    right: auto;
}
.index-merit-family .app-slider .next-arrow{
    left: auto;
    right: -2.5rem;
}
}

/*====================================
mail
====================================*/
.index-mail {
  width: 100%;
  height: auto;
  display: block;
  background: #ffd446;
  padding: 80px 0 100px;
}
.index-mail .c-title01 h2 span {
  color: #ecc33f;
}

.index-mail p{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.index-mail .block .box{
    width: 100%;
    height: auto;
    background: #f6f2e7;
    border: 4px solid #413833;
    margin-top: 20px;
    border-radius: 5px;
    padding: 30px 20px 50px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.index-mail .block .box h3{
    background: linear-gradient(transparent 65%, #ffe695 0%);
    color: #413732;
    font-size: 32px;
    display: inline-block;
}
.index-mail .block .box .item-wr {
  margin-top :80px;
  display: flex;
  justify-content: space-around;
}
.index-mail .block .box .item-wr .item{
  background: #FFFFFF;
  width: 220px;
  padding: 90px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.index-mail .block .box .item-wr .item .img-wrap{
  position: absolute;
  top: -50px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.index-mail .block .box .item-wr .item .img-wrap img{
  height: 100%;
}
.index-mail .block .box .item-wr li .ttl{
  font-size: 16px;
  font-weight: bold;
}
.index-mail .block .box .item-wr li .txt{
  font-size: 14px;
  text-align: left;
}
.index-mail .block .box .item-wr .item .note{
  font-size: 12px;
  margin-top: 8px;
  text-align: left;
  font-weight: 400;
}

.index-mail .c-title01 .v2{
  margin-top: 80px;
}
.index-mail .block .acc{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background-color: #413732;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.index-mail .block .box h3.v2{
    background:none;
    color:#f6f2e7;
    font-size: 26px;
    display: inline-block;
}
.index-mail .acc .js-acc3-opener{
  cursor: pointer;
  padding: 6px;
}
.index-mail .acc .js-acc3-opener::before {
    background:#f6f2e7;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 1em;
    top: 50%;
    right: 1em;
}
.index-mail .acc .js-acc3-opener::after {
    background:#f6f2e7;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 1em;
    top: 50%;
    right: 1em;
    transform: translateY(-52%) rotate(90deg);
}
.index-mail .acc .js-acc3-opener.is-opened::after {
    transform: translateY(-50%);
}
.index-mail .acc .js-acc3-content {
    background:#f6f2e7;
}
.index-mail .acc .js-acc3-content .is-flex{
  padding: 30px;
}
.index-mail .acc .js-acc3-content .is-flex .step{
  display: grid;
  gap: 40px;
  position: relative;
}
.index-mail .acc .js-acc3-content .is-flex .step .item{
  display: flex;
  align-items: center;
}
.index-mail .acc .js-acc3-content .is-flex .step .item .step-ttl{
  font-size: 20px;
  font-weight: bold;
}
.index-mail .acc .js-acc3-content .mail-step{
  width: 6%;
  margin-right: 40px;
  background-color: #F6F2E7;
  position: relative;
  padding: 10px 0 7px;
}
.index-mail .acc .js-acc3-content .item .mail-step::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 2px;
  height: 40px;
  background-color: #413732;
}
.index-mail .acc .js-acc3-content .is-flex .step .item:last-child .mail-step::after{
  display: none;
}
.index-mail .acc .js-acc3-content .txt-content{
  text-align: left;
  width: 94%;
}
.index-mail .acc .js-acc3-content .step-txt{
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.index-mail .c-link01{
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
.index-mail .block .box .item-wr {
  margin-top :80px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.index-mail .block .box .item-wr .item{
  background: #FFFFFF;
  width: auto;
  padding: 90px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.index-mail .acc .js-acc3-content .is-flex .step .item {
    display: flex;
    align-items: flex-start;
}
.index-mail .acc .js-acc3-content .is-flex .step {
    display: grid;
    gap: 30px;
    position: relative;
}
.index-mail .acc .js-acc3-content .mail-step {
    width: 50px;
    margin-right: 18px;
    background-color: #F6F2E7;
    position: relative;
    padding: 10px 0 7px;
}
.index-mail .acc .js-acc3-content .item .mail-step::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 2px;
    height: 100px;
    background-color: #413732;
}
}

/*====================================
promise
====================================*/
.index-promise {
  width: 100%;
  height: auto;
  display: block;
  background: #ffd646;
  padding: 0px 0px 100px;
}
.index-promise .c-title01 h2 span {
  color: #ecc33f;
}
.index-promise p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.index-promise .block {
  width: 100%;
  height: auto;
}
.index-promise .box-wrap{
  display: flex;
  flex-direction: column;
}
.index-promise .box-wrap .box-inner{
  display: flex;
}
.index-promise .box-wrap .box-inner .item{
  max-width: 25%;
  text-align: center;
  padding: 0px 5px;
}
.index-promise .box-wrap .box-inner .item .img{
  width: 125px;
  height: 158px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.index-promise .box-wrap .box-inner2{
  display: flex;
  justify-content: space-around;
  margin: 3rem 0 1rem;
  gap: 4rem;
}
.index-promise .box-wrap .box-inner2 .il-item{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
}
.index-promise .box-wrap .box-inner2 .il-item .il-wrap{
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.index-promise .box-wrap .box-inner2 .il-item .line{
  background: linear-gradient(transparent 60%, #ffd646 30%);
  display: inline-block;
}
.index-promise .box .box-wrap .box-inner .il-item .img {
  width: 200px;
  height: 158px;
  display: flex;
  align-items: center;
}
.index-promise .box {
  width: 100%;
  height: auto;
  background: #fff;
  border: 4px solid #413833;
  margin-top: 70px;
  border-radius: 5px;
  padding: 30px 20px 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.index-promise .box h3 {
  background: #413833;
  height: 52px;
  font-size: 21px;
  color: #fff;
  width: auto;
  display: inline-block;
  position: absolute;
  padding: 10px 30px;
  z-index: 1;
  top: -25px;
  left: -4px;
}
.index-promise .box h3::before {
  width: 50px;
  height: 100%;
  content: "";
  background: #413833;
  position: absolute;
  top: 0;
  z-index: -1;
  right: -8px;
  transform: skewX(10deg);
}
.index-promise .box .item {
  width: 100%;
  max-width: 33.3333333333%;
  text-align: center;
  padding: 0px 5px;
}
.index-promise .box .item .txt {
  text-align: left;
}
.index-promise .box .item .img {
  width: 148px;
  height: auto;
  margin: 0 auto;
}
.index-promise .box .item h4 {
  font-size: 16px;
}
.index-promise .box .item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  margin-top: 10px;
  text-align: left;
}
.index-promise .box.ver2 h3 {
  left: auto;
  right: -4px;
}
.index-promise .box.ver2 h3::before {
  right: auto;
  left: -8px;
  transform: skewX(-10deg);
}
.index-promise .box.ver2 .item {
  width: 100%;
  max-width: 25%;
  text-align: center;
}
.index-promise .box.ver2 .item .note {
  width: 100%;
  font-size: 12px;
  margin-top: 8px;
}
.index-promise .box.ver2 .item .img {
  width: 125px;
  height: 158px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .index-promise {
    padding: 0px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise p {
    font-size: 20px;
    text-align: left;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 769px) {
  .index-promise .box {
    justify-content: space-between;
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box {
    width: calc(100% + 20px);
    margin-left: -10px;
    flex-wrap: wrap;
    border: 3px solid #413833;
    padding: 80px 0px 20px;
    margin-top: 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box h3 {
    left: -13px;
    font-size: 19px;
    top: -30px;
    height: 78px;
  }
}
@media screen and (min-width: 769px) {
  .index-promise .box .item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box .item {
    max-width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .index-promise .box .item .txt {
    width: calc(100% - 110px);
    text-align: left;
  }
  .index-promise .box .item:nth-child(3) {
    align-items: center;
  }
  .index-promise .box .item:nth-child(3) .txt {
    order: 1;
    padding-left: 25px;
  }
  .index-promise .box .item:nth-child(3) .txt p {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box .item .img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box .item h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box .item p {
    font-size: 15px;
    padding: 0px;
    padding-right: 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box.ver2 h3 {
    right: -13px;
    height: 78px;
  }
}
@media screen and (min-width: 769px) {
  .index-promise .box.ver2 .item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box.ver2 .item {
    max-width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
  }
  .index-promise .box.ver2 .item .note {
    width: 100%;
    padding: 0px 25px;
    margin-top: 5px;
    font-size: 13px;
  }
  .index-promise .box.ver2 .item .txt {
    width: calc(100% - 110px);
    text-align: left;
  }
  .index-promise .box.ver2 .item:nth-child(2) .img img {
    width: 100%;
    padding: 0;
  }
  .index-promise .box.ver2 .item:nth-child(3) .txt, .index-promise .box.ver2 .item:nth-child(5) .txt {
    order: 1;
    padding-left: 25px;
  }
  .index-promise .box.ver2 .item:nth-child(3) .txt p, .index-promise .box.ver2 .item:nth-child(5) .txt p {
    padding-right: 0px;
  }
  .index-promise .box.ver2 .item:nth-child(3) .img, .index-promise .box.ver2 .item:nth-child(5) .img {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .index-promise .box.ver2 .item .img {
    width: 110px;
    height: 100px;
  }
  .index-promise .box.ver2 .item .img img {
    padding: 0px 17px;
  }
  .index-promise .box-wrap .box-inner{
    display: block;
  }
  .index-promise .box .box-wrap .box-inner .item {
    max-width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
  }
  .index-promise .box .box-wrap .box-inner .item .img {
        width: 110px;
        height
        : 100px;
  }
  .index-promise .box.ver1 .item:nth-child(2) .img, .index-promise .box.ver1 .item:nth-child(4) .img {
    order: 2;
  }
  .index-promise .box .box-wrap .box-inner .item:nth-child(2) .img img {
      width: 100%;
      padding: 0;
  }
  .index-promise .box .box-wrap .box-inner .item .txt {
    width: calc(100% - 110px);
    text-align: left;
  }
  .index-promise .box.ver1 .item:nth-child(2) .txt, .index-promise .box.ver1 .item:nth-child(4) .txt{
    order: 1;
    padding-left: 25px;
  }
  .index-promise .box-wrap .box-inner2 {
    display: flex;
    flex-direction: column;
    margin: 1rem 0 0;
    gap: 0;
}
  .index-promise .box-wrap .box-inner2 .il-item .il-wrap {
      display: flex;
      flex-direction: column;
      gap: 0;
  }
}
.index-promise .box .box-wrap .box-inner .il-item .img {
    width: 200px;
    height: 158px;
    display: flex;
    align-items: center;
}
/*====================================
beneffits
====================================*/
.index-beneffits {
  width: 100%;
  height: auto;
  padding-top: 70px;
}
.index-beneffits .block {
  display: flex;
  padding: 60px 0px 100px;
}
.index-beneffits .block .box {
  width: calc(50% - 30px);
  margin: 0px 15px;
  border-radius: 5px;
  border: 4px solid #413833;
  box-sizing: border-box;
  padding: 50px 30px;
}
.index-beneffits .block .box h3 {
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.index-beneffits .block .box h3::before {
  content: "";
  width: 10px;
  height: 22px;
  background: #ecc43f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-beneffits .block .box .image {
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
}
.index-beneffits .block .box .image span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
}
.index-beneffits .block .box p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  width: calc(100% + 30px);
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .index-beneffits .block {
    padding: 50px 0px 65px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .index-beneffits .block .box {
    padding: 25px 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    border: 2px solid #413833;
  }
}
@media screen and (max-width: 768px) {
  .index-beneffits .block .box .image {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .index-beneffits .block .box p {
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
  }
  .index-beneffits .block .box p span {
    font-size: 15px;
  }
}
/*====================================
choose
====================================*/
.index-choose {
  width: 100%;
  height: auto;
  display: block;
  background: #ffd646;
  padding: 80px 0px 0;
}
.index-choose .c-title01 h2 span {
  color: #ecc33f;
}
.index-choose .img-card1 {
  text-align: center;
  margin-top: 40px;
}
.index-choose .cards {
  margin-top: 20px;
}
.index-choose .cards img {
  max-width: 250px;
}
.index-choose .cards.type1 .card1 {
  text-align: center;
}
.index-choose .cards.type2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.index-choose .cards.type3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.index-choose .cards.type3 .wrap {
  display: flex;
  gap: 10px;
}
.index-choose .title1 {
  text-align: center;
  margin: 55px 0px 35px;
}
.index-choose .title1 h3 {
  width: auto;
  display: inline-block;
  color: #ffe083;
  background: #413833;
  font-size: 22px;
  font-weight: 800;
  border-radius: 25px;
  padding: 7px 22px;
}
.index-choose .slider2.ver2 .card1 + p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.9;
}
.index-choose .slider2.ver2 .item1 .note {
  padding: 0 10px;
}
.index-choose .choices-il-wrap{
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .index-choose .img-card1 {
    max-width: 380px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .index-choose .cards img {
    width: 40vw;
  }
  .index-choose .cards.type1 .card1 img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .title1 {
    margin: 50px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .title1 h3 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-choose .title1 h3 {
    font-size: 17px;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 769px) {
  .index-choose .slider2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .index-choose .slider2.type1, .index-choose .slider2.type2 {
    justify-content: center;
  }
  .index-choose .slider2.type1 .item1 {
    margin: 0 auto !important;
  }
  .index-choose .slider2.type2 .slick-track {
    justify-content: center !important;
  }
  .index-choose .slider2.type2 .item1 {
    margin: 0 8px !important;
  }
  .index-choose .slider2 .item1 {
    width: 100%;
    max-width: calc(50% - 18px);
    height: auto;
    position: relative;
    background: #f6f2e7;
    text-align: center;
    padding: 60px 0px 20px;
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.2431372549);
  }
  .index-choose .slider2.v1 .item1 {
    max-width: calc(33% - 8px);
  }
  .index-choose .slider2 .item1 .title {
    position: absolute;
    left: -15px;
    top: -20px;
  }
  .index-choose .slider2 .item1 .title img {
    width: auto;
    height: 82px;
  }
  .index-choose .slider2 .item1 h3 {
    font-size: 23px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 20px;
  }
  .index-choose .slider2 .item1 .card1 {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .index-choose .slider2.v1 .item1 .card1 img {
    width: 80%;
    margin: 0 auto;
  }
  .index-choose .slider2 .item1 .text1 {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
  }
  .index-choose .slider2.ver2 .item1 .card1 {
    max-width: 270px;
  }
  .index-choose .slider2.ver2 .item1 .card1::before {
    content: "";
    width: 18px;
    height: 100%;
    left: -30px;
    bottom: auto;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: url("../images/common/choose-ic1.png") no-repeat center;
    background-size: 100% auto;
  }
  .index-choose .slider2.ver2 .item1:nth-child(2) .card1 {
    max-width: 270px;
  }
  .index-choose .slider2.ver2 .item1:nth-child(2) .card1::before {
    content: "";
    left: -30px;
    height: 100%;
    top: 0px;
    background: url("../images/common/choose-ic2.png") no-repeat center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .index-choose .slider2.type1 .item1 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .index-choose .slider2.type1 .slick-track, .index-choose .slider2.type1 .slick-list {
    width: 100% !important;
  }
  .index-choose .slider2.type1 .slick-dots {
    display: none;
  }
  .index-choose .slider2 .slick-list {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .index-choose .slider2 .item1 {
    width: 100%;
    max-width: calc(50% - 18px);
    height: auto;
    position: relative;
    background: #f6f2e7;
    text-align: center;
    padding: 25px 5px;
    margin: 35px 10px 0px 10px;
  }
  .index-choose .slider2 .item1 .title {
    position: absolute;
    left: -20px;
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 .item1 .title img {
    width: auto;
    height: 65px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-choose .slider2 .item1 .title img {
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 .item1 h3 {
    font-size: 23px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .index-choose .slider2 .item1 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 .item1 .card1 {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0px 20px;
    z-index: 1;
  }
  .index-choose .slider2 .item1 + p {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.9;
  }
  .index-choose .slider2 .item1 p.text1 {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
  }
  .index-choose .slider2.ver2 .item1 {
    padding: 25px 5px 30px;
  }
  .index-choose .slider2.ver2 .item1 .card1 {
    max-width: 270px;
    padding: 0px 45px;
  }
  .index-choose .slider2.ver2 .item1 .card1::before {
    content: "";
    width: 18px;
    height: 100%;
    left: 15px;
    bottom: auto;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: url("../images/common/choose-ic1.png") no-repeat center;
    background-size: 100% auto;
  }
  .index-choose .slider2.ver2 .item1:nth-child(2) .card1 {
    max-width: 270px;
  }
  .index-choose .slider2.ver2 .item1:nth-child(2) .card1::before {
    content: "";
    left: 20px;
    height: 100%;
    top: 0px;
    background: url("../images/common/choose-ic2.png") no-repeat center;
    background-size: 100% auto;
  }
  .index-choose .slider2 .next-arrow, .index-choose .slider2 .prev-arrow {
    width: 30px;
    position: absolute;
    border-radius: 5px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer;
  }
  .index-choose .slider2 .next-arrow::after, .index-choose .slider2 .prev-arrow::after {
    background: url("../images/common/icon_modal_arrow2.png") 0 0/contain no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 39px;
    left: 0;
    top: 0;
  }
  .index-choose .slider2 .next-arrow.slick-disabled, .index-choose .slider2 .prev-arrow.slick-disabled {
    cursor: unset;
  }
  .index-choose .slider2 .next-arrow.slick-disabled::after {
    opacity: 0.5;
  }
  .index-choose .slider2 .prev-arrow {
    right: auto;
    left: 18px;
  }
  .index-choose .slider2 .prev-arrow.slick-disabled::after {
    opacity: 0.5;
  }
  .index-choose .slider2 .prev-arrow::after {
    transform: rotate(180deg);
  }
  .index-choose .slider2 .slick-dots {
    bottom: 2px;
    z-index: 11;
  }
  .index-choose .slider2 .slick-dots li {
    margin: 0px 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 2px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li button::before {
    content: "●";
    color: #e9a039;
    opacity: 1;
    font-size: 15px;
    position: absolute;
    z-index: 9;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li button::before {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li.slick-active button::before {
    content: "●";
    color: #eb6200;
    opacity: 1;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-choose .slider2 .slick-dots li.slick-active button::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .index-choose .slider2 .slick-list {
    width: 100% !important;
    transform: unset !important;
    overflow: unset !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
  }
  .index-choose .slider2 .slick-track {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    transform: unset !important;
    overflow: unset !important;
    margin: 0 !important;
  }
  .index-choose .slider2 .slick-track:before, .index-choose .slider2 .slick-track:after {
    display: none;
  }
  .index-choose .slider2 .item1 {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 769px) {
  .index-choose .slider2.ver2 .item1 {
    padding-bottom: 40px;
  }
}
/*====================================
クレジットスピード発番！とは
====================================*/
.about-supihatsu {
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}
.about-supihatsu .ttl {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px solid #EB6200;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
}
.about-supihatsu .ttl strong {
  font-size: 22px;
  color: #eb6200;
}
.about-supihatsu .ttl:after {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 15px;
  width: 10px;
  border-right: 2px solid #EB6200;
  background-color: #ffd646;
  content: "";
}
.about-supihatsu .txt {
  font-size: 16px;
}
.about-supihatsu .txt strong {
  color: #eb6200;
  font-size: inherit;
}

/*====================================
flow
====================================*/
.index-flow {
  width: 100%;
  height: auto;
  display: block;
  padding: 80px 0px 120px;
}
.index-flow .c-title01 span {
  color: #f6f2e7;
}
.index-flow .c-tab01 {
  margin-top: 45px;
}
.index-flow .c-tab01__box {
  padding: 45px 0px 30px;
}
.index-flow .c-tab01 h2.title {
  position: relative;
}
.index-flow .c-tab01 h2.title span {
  position: absolute;
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  display: block;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 22px;
}
.index-flow .c-tab01 h2.title span strong {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.index-flow .c-tab01 h2.title span strong::after {
  content: "";
  background: #ffdd5a;
  width: 100%;
  height: 12px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1px;
}
.index-flow .c-tab01 h2.title span strong small {
  font-size: 30px;
  font-weight: 900;
}
.index-flow .c-tab01 .slider1, .index-flow .c-tab01 .slider4 {
  border: 2px solid #413833;
  width: 100%;
  max-width: 420px;
  margin: 25px auto 45px;
  text-align: center;
}
.index-flow .c-tab01 .slider1 .item1, .index-flow .c-tab01 .slider4 .item1 {
  padding: 30px 0px;
  position: relative;
  min-height: 160px;
}
.index-flow .c-tab01 .slider1 .item1 .number, .index-flow .c-tab01 .slider4 .item1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #413833;
  border-radius: 0px 0 20px 0;
  color: #fff;
  font-size: 22px;
  height: 38px;
  left: 0px;
  position: absolute;
  padding-right: 2px;
  top: -2px;
  width: 38px;
  font-weight: 800;
  letter-spacing: -2px;
}
.index-flow .c-tab01 .slider1 .item1 h3, .index-flow .c-tab01 .slider4 .item1 h3 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  display: block;
}
.index-flow .c-tab01 .slider1 .item1 h3 span, .index-flow .c-tab01 .slider4 .item1 h3 span {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  left: 0px;
  top: 0px;
}
.index-flow .c-tab01 .slider1 .item1 h3 span img, .index-flow .c-tab01 .slider4 .item1 h3 span img {
  width: 106px;
  margin: 0 auto;
}
.index-flow .c-tab01 .slider1 .item1 p, .index-flow .c-tab01 .slider4 .item1 p {
  width: 100%;
  max-width: 410px;
  padding: 0px 25px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
}
.index-flow .c-tab01 .slider1 .item1 ul, .index-flow .c-tab01 .slider4 .item1 ul {
  padding: 0px 15px;
}
.index-flow .c-tab01 .slider1 .next-arrow, .index-flow .c-tab01 .slider1 .prev-arrow {
  background: #d0cecd;
  width: 30px;
  position: absolute;
  border-radius: 5px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.index-flow .c-tab01 .slider4 .next-arrow, .index-flow .c-tab01 .slider4 .prev-arrow {
  background: #d0cecd;
  width: 30px;
  position: absolute;
  border-radius: 5px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.index-flow .c-tab01 .slider1 .next-arrow::after, .index-flow .c-tab01 .slider1 .prev-arrow::after {
  background: url("../images/common/icon_modal_arrow.png") 0 0/contain no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  left: 0;
  top: 0;
}
.index-flow .c-tab01 .slider4 .next-arrow::after, .index-flow .c-tab01 .slider4 .prev-arrow::after {
  background: url("../images/common/icon_modal_arrow.png") 0 0/contain no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  left: 0;
  top: 0;
}
.index-flow .c-tab01 .slider1 .next-arrow.slick-disabled, .index-flow .c-tab01 .slider1 .prev-arrow.slick-disabled {
  cursor: unset;
}
.index-flow .c-tab01 .slider4 .next-arrow.slick-disabled, .index-flow .c-tab01 .slider4 .prev-arrow.slick-disabled {
  cursor: unset;
}
.index-flow .c-tab01 .slider1 .next-arrow.slick-disabled::after, .index-flow .c-tab01 .slider1 .prev-arrow.slick-disabled::after {
  opacity: 0.5;
}
.index-flow .c-tab01 .slider4 .next-arrow.slick-disabled::after, .index-flow .c-tab01 .slider4 .prev-arrow.slick-disabled::after {
  opacity: 0.5;
}
.index-flow .c-tab01 .slider1 .prev-arrow, .index-flow .c-tab01 .slider4 .prev-arrow {
  right: auto;
  left: -15px;
}
.index-flow .c-tab01 .slider1 .prev-arrow::after, .index-flow .c-tab01 .slider4 .prev-arrow::after {
  transform: rotate(180deg);
}
.index-flow .c-tab01 .slider1 .slick-dots, .index-flow .c-tab01 .slider4 .slick-dots {
  bottom: -35px;
}
.index-flow .c-tab01 .slider1 .slick-dots li, .index-flow .c-tab01 .slider4 .slick-dots li {
  margin: 0px 2px;
}
.index-flow .c-tab01 .slider1 .slick-dots li button::before, .index-flow .c-tab01 .slider4 .slick-dots li button::before {
  content: "●";
  color: #f9d199;
  opacity: 1;
  font-size: 15px;
}
.index-flow .c-tab01 .slider1 .slick-dots li.slick-active button::before, .index-flow .c-tab01 .slider4 .slick-dots li.slick-active button::before {
  content: "●";
  color: #eb6200;
  opacity: 1;
  font-size: 20px;
}
.index-flow .c-tab01 p {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-flow .c-tab01 .m-notebox {
  padding: 0px 50px;
  padding-top: 20px;
  text-align: left;
  line-height: 24px;
}
.index-flow .c-tab01 .m-notebox h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.index-flow .c-tab01 .m-notebox .note {
  margin-top: 10px;
  margin-bottom: 10px;
}
.index-flow .c-tab01 .m-notebox dt {
  font-weight: bold;
}
.index-flow .c-tab01 .m-notebox a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .index-flow {
    padding: 40px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-title01 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-tab01 h2.title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-tab01 h2.title span strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-tab01 h2.title span strong::after {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-tab01 h2.title span strong small {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .c-tab01 .m-notebox {
    padding: 0;
    padding-top: 20px;
  }
}
.index-flow .flow-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 50px;
    margin: 40px 0 20px;
}
.index-flow .flow-wrapper .flow-content{
  width: 100%;
  margin: auto;
  padding: 6px;
  border: 10px solid transparent;
  border-image-source: url("../images/common/flow/flow-box-pc.png");
  border-image-slice: 40 fill;
  border-image-repeat: stretch;
}
.index-flow .flow-wrapper .flow-content .flow-content-inner{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.index-flow .flow-wrapper .flow-content .flow-content-inner .flow-num{
  width: 110px;
  height: auto;
  position: absolute;
  top: -35px;
  left: 10px;
}
.index-flow .flow-wrapper .flow-content .flow-content-inner .flow-txt-area{
  text-align: left;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 8px;
  width: 55%;
}
.index-flow .flow-wrapper .flow-content .flow-content-inner .flow-txt-area .flow-txt{
  font-size: 18px;
  font-weight: bold;
}
.index-flow .flow-wrapper .flow-content .flow-content-inner .flow-icon{
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .index-flow .flow-wrapper {
      width: 100%;
      max-width: 600px;
      padding: 0;
      margin: 40px auto 0;
  }
  .index-flow .flow-wrapper .flow-content {
    border-image-source: url("../images/common/flow/flow-box.png");
    border-image-slice: 21 fill;
  }
  .index-flow .flow-wrapper .flow-content .flow-num {
      width: 80px;
      left: 6px;
  }
}
/*====================================
info
====================================*/
.index-info {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 120px;
  background: #ffd646;
}
.index-info .bg {
  width: 100%;
  background: #ffd646;
  display: inline-block;
}
.index-info .bg .c-title01 {
  padding-top: 80px;
}
.index-info .bg .c-title01 span {
  color: #ecc43f;
}
.index-info .block {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.index-info .block.type2 {
  gap: 10px;
}
.index-info .block.type3 {
  gap: 10px;
}
.index-info .block.type3 .card1:first-child {
  margin: 0 25%;
}
.index-info .block .card1 {
  width: 50%;
  max-width: 320px;
  box-sizing: border-box;
  padding: 0px 0px;
  text-align: center;
}
.index-info .block .card1 h3 {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.index-info .block .card1 h3::before {
  content: "";
  width: 100%;
  height: 11px;
  background: #ffe27e;
  position: absolute;
  z-index: -1;
  bottom: -2px;
}
.index-info .block .card1 .img {
  width: 100%;
  margin-top: 15px;
}
.index-info .block .card1 .c-btn01 {
  margin-top: 25px;
}
.index-flow .block.btns {
  margin-top: 0px;
  margin-bottom: 65px;
}
.index-info .card-info {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 30px;
}
.index-info .card-info-list {
  width: 48%;
  background: #f6f2e7;
}
.index-info .card-info-list > dt {
  padding: 6px 0;
  text-align: center;
  background: #413833;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-info .card-info-list > dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 15px 20px;
}
.index-info .note {
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  margin-top: 25px;
  padding: 20px;
  background: #f6f2e7;
}
.index-info .note-right {
  width: 100%;
  height: auto;
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .index-info {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .index-info .bg .c-title01 {
    padding-top: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .bg .c-title01 span {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .block {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .index-info .block.type2 {
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .index-info .block.type3 {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .block.type3 .card1:first-child {
    padding: 0px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .index-info .card-info{
    flex-wrap: wrap;
  }
  .index-info .card-info-list {
    width: 100%;
  }
  .index-info .block .card1 {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .index-info .block .card1 h3 {
    font-size: 15px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 320px) {
  .index-info .block .card1.v2 h3 {
    letter-spacing: -2px;
  }
}
@media (min-width: 321px) and (max-width: 350px) {
  .index-info .block .card1.v2 h3 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .block .card1 h3::before {
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .block .card1 .img {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .block .card1 .c-btn01 {
    margin-top: 45px;
  }
  .index-info .block .card1 .c-btn01 a {
    font-size: 20px;
    height: 70px;
  }
  .index-info .block .card1 .c-btn01 a span {
    font-size: 10px;
  }
  .index-info .block .card1 .c-btn01 a::after {
    height: 8px;
    width: 8px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .index-flow .block.btns {
    margin: 0 auto;
    margin-bottom: 45px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .index-flow .block.btns .card1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .index-flow .block.btns .card1 .c-btn01 {
    margin-top: 10px;
  }
  .index-flow .block.btns .card1 .c-btn01 a {
    height: 56px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .block.btns {
    margin: 0 auto;
    margin-bottom: 45px;
    margin-top: 25px;
    max-width: 315px;
    flex-wrap: wrap;
  }
  .index-flow .block.btns .card1 {
    width: 100%;
    margin: 0 auto;
  }
  .index-flow .block.btns .card1 .c-btn01 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .card-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .index-flow .card-info-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-info .card-info-list > dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index-info .note {
    font-size: 14px;
  }
}
/*====================================
Q&A
====================================*/
.index-faq {
  margin-top: 80px;
}
.index-faq .faq {
  margin-top: 30px;
  border-bottom: 2px solid #413833;
}
.index-faq .faq dt {
  align-items: baseline;
  border-top: 2px solid #413833;
  padding: 10px 0px 15px;
}
.index-faq .faq dt.js-acc2-opener {
  cursor: pointer;
  position: relative;
  display: flex;
}
.index-faq .faq dt.js-acc2-opener::before {
  background: #413833;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1em;
  top: 50%;
  right: 1em;
}
.index-faq .faq dt.js-acc2-opener::after {
  background: #413833;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-52%) rotate(90deg);
}
.index-faq .faq dt.js-acc2-opener.is-opened::after {
  transform: translateY(-50%);
}
.index-faq .faq dd .is-flex {
  display: flex;
  padding-bottom: 20px;
}
.index-faq .faq .faq-txt {
  width: 85%;
  font-size: 18px;
  line-height: 1.6;
}
.index-faq .faq .faq-txt .flow {
  padding: 20px 0 0;
  margin-top: 15px;
  width: 100%;
  border-top: 1px dotted #413833;
}
.index-faq .faq .faq-txt p {
  font-size: inherit;
}
.index-faq .faq .faq-txt h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.index-faq .faq .faq-txt ol {
  counter-reset: item;
}
.index-faq .faq .faq-txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}
.index-faq .faq .note1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.index-faq .faq .faq-q {
  color: #eb6200;
  font-weight: 600;
  font-size: 30px;
  width: 7%;
  position: relative;
  z-index: 5;
}
.index-faq .faq .faq-a {
  color: #eb6200;
  font-weight: 600;
  font-size: 30px;
  width: 7%;
  position: relative;
  z-index: 5;
  color: #7f7b69;
}
.index-faq .faq .table {
  width: 93%;
  padding-top: 40px;
}
.index-faq .faq .table-content {
  margin-bottom: 20px;
}
.index-faq .note {
  margin-top: 70px;
}
.index-faq .note p {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-faq .note p b {
  line-height: 2;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-faq .note p span {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-faq .note a {
  width: auto;
  display: inline;
  margin-right: 5px;
  overflow-wrap: anywhere;
}
.index-faq .c-card1 {
  width: 100%;
  height: auto;
  max-width: 1050px;
  border: 2px solid #413833;
  box-sizing: border-box;
  margin: 40px auto;
}
.index-faq .c-card1 h3 {
  height: 60px;
  background: #413833;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-bottom: 2px;
}
.index-faq .c-card1 .content {
  padding: 10px 10px 20px;
  text-align: center;
}
.index-faq .c-card1 .content .ttl {
  background: #f6f2e7;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 1rem;
}
.index-faq .c-card1 .content .detail {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.index-faq .c-card1 .content .detail .num {
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 1px;
}
.index-faq .c-card1 .content .detail span {
  font-size: 16px;
}
.index-faq .c-card1 .content .note {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .index-faq .l-content2 {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .faq dt {
    align-items: unset;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .faq .faq-txt {
    font-size: 17px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .index-faq .faq .note1 {
    font-size: 13px;
    display: block;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .faq .faq-q, .index-faq .faq .faq-a {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .faq .table {
    width: 100%;
    margin-left: -30px;
    position: relative;
    z-index: 4;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .note {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .note p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .index-faq .note p b {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .index-faq .note p span {
    font-size: 14px;
  }
  .index-faq .note p span a::after {
    width: 12px;
    height: 12px;
  }
}
/*====================================
お問い合わせ
====================================*/
@media screen and (max-width: 768px) {
  .index-faq .c-card1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-faq .c-card1 h3 {
    height: auto;
    align-items: unset;
    padding: 4px 0px 8px;
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .index-faq .c-card1 .content {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .index-faq .c-card1 .content .ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index-faq .c-card1 .content .detail {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .index-faq .c-card1 .content .detail .num {
    font-size: 50px;
  }
}
@media (min-width: 850px) {
  .index-faq .c-card1 .content .detail .num {
    letter-spacing: 2px;
  }
}
@media (min-width: 769px) {
  .index-faq .c-card1 .content .detail span {
    margin-top: 10px;
  }
}
@media (min-width: 850px) {
  .index-faq .c-card1 .content .detail span {
    font-size: 18px;
  }
}
/*====================================
link
====================================*/
.c-link01 {
  color: #eb6200;
  display: block;
  text-decoration: underline;
  transition: 0.3s;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-link01::after {
  background-image: url("../images/common/ic-link.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 0.5em;
  width: 14px;
}
.c-link01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .c-link01::after {
    height: 11px;
    width: 11px;
  }
}
.c-link02 {
  display: block;
  text-decoration: underline;
  transition: 0.3s;
}
.c-link02:hover {
  opacity: 0.7;
}

/*====================================
modal
====================================*/
.modal {
  position: relative;
  z-index: 100;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.modal-container {
  background: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  max-height: 85vh;
  position: relative;
  width: 90%;
  z-index: 10000;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .modal-container {
    width: 100%;
    padding: 0px 20px;
    box-shadow: unset;
    background: unset;
    max-height: 90vh;
  }
  .modal-container .c-title01 {
    width: 100%;
    overflow: hidden;
  }
  .modal-container .c-title01 h2 {
    font-size: 20px;
  }
  .modal-container .c-title01 h2 span {
    font-size: 45px;
  }
}
.modal-scroll {
  text-align: center;
  overflow-y: auto;
  height: auto;
  max-height: 85vh;
  border-radius: 8px;
  background: #fff;
  scrollbar-color: #eb6200 transparent;
  scrollbar-width: thin;
}

@media (max-width: 768px) {
  .modal-scroll {
    max-height: 90vh;
  }
}
@media screen and (min-width: 769px) {
  .modal-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
  }
  .modal-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
  }
  .modal-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #eb6200;
  }
}
.modal-close {
  background: #fff;
  border: 2px solid #eb6200;
  border-radius: 100px;
  color: #cb8617;
  height: 40px;
  position: absolute;
  z-index: 9;
  width: 40px;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-close:before {
  font-size: 22px;
  color: #eb6200;
  content: "✕";
  line-height: 19px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    right: 5px;
    position: absolute;
    top: -10px;
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s;
}
.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s;
}
.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s;
}
.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s;
}

.c-modal01 {
  width: 100%;
  height: auto;
  padding: 25px 0px 0px;
  max-width: 715px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
.c-modal01 .c-title01 {
  display: block;
}
.c-modal01 .txt1 {
  font-size: 16px;
  padding: 0px 25px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.c-modal01 .txt2 {
  font-size: 14px;
  text-align: left;
  padding: 0px 25px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.c-modal01 .txt1 a {
  font-size: 16px;
}
.c-modal01 .txt1 a::after {
  width: 14px;
  height: 14px;
}
.c-modal01 .title1 {
  font-size: 20px;
  text-align: center;
  margin-top: 2rem;
}
.c-modal01 .block {
  margin-top: 15px;
}
.c-modal01 .block .c-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
.c-modal01 .block .c-box > * {
  width: calc(50% - 5px);
  height: auto;
}
.c-modal01 .block .c-box .txt {
  order: 1;
  text-align: left;
  padding-left: 0px;
}
.c-modal01 .block .c-box .txt h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.c-modal01 .block .c-box .txt p {
  font-size: 13px;
  font-weight: 500;
}
.c-modal01 .block .c-box .txt p small {
  font-size: 12px;
}
.c-modal01 .block .c-box .txt p span {
  font-size: 15px;
  font-weight: 500;
  color: #eb6200;
}
.c-modal01 .block .c-box .img {
  order: 2;
  position: relative;
  height: auto;
}
.c-modal01 .block .c-box .img::after {
  width: 20px;
  height: 1px;
  background: #d8d8d8;
  content: "";
  position: absolute;
  left: -15px;
  bottom: -5px;
  transform: rotate(45deg);
}
.c-modal01 .block .c-box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 123px;
}
.c-modal01 .block .c-box:nth-child(2n+0) .txt {
  order: 2;
  padding-left: 5px;
  padding-right: 0px;
}
.c-modal01 .block .c-box:nth-child(2n+0) .img {
  order: 1;
}
.c-modal01 .block .c-box:nth-child(2n+0) .img::after {
  width: 20px;
  height: 1px;
  background: #d8d8d8;
  content: "";
  position: absolute;
  left: auto;
  right: -15px;
  bottom: -5px;
  transform: rotate(-45deg);
}
.c-modal01 .block .c-box:last-child .img::after {
  display: none;
}
.c-modal01 .block-note {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  padding: 0px 20px;
}
.c-modal01 .block2 {
  margin-top: 50px;
}
.c-modal01 .block2 .title1 {
  margin-bottom: 15px;
}
.c-modal01 .block2 .title1 p {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 26px;
}
.c-modal01 .block2 .title1 p::before {
  content: url(../images/common/ttl_icon.png);
  width: 30px;
  height: 27px;
  display: inline-block;
}
.c-modal01 .block2 .title1 p::after {
  content: url(../images/common/ttl_icon.png);
  width: 30px;
  height: 27px;
  display: inline-block;
  margin-left: 3px;
  transform: scale(-1, 1);
}
.c-modal01 .block2 .txt4 {
  position: relative;
  text-align: left;
  margin-top: 2.5rem;
  padding: 1rem 2rem 0;
  font-size: 11px;
}
.c-modal01 .block2 .txt4::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 3px;
  background: #aaaaaa;
  border-radius: 2px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
}
.c-modal01 .img1 {
  width: 100%;
  max-width: 355px;
  padding: 0px 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.c-modal01 .c-btn02 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-modal01 {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 25px;
    border-radius: 0px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01 .c-title01 {
    margin-top: 20px;
  }
  .c-modal01 .c-title01 h2 {
    font-size: 30px;
    padding-top: 8px;
  }
  .index-merit .c-modal01 .c-title01 h2 span {
    background: linear-gradient(transparent 65%, #ffe695 0%);
    color: #413732;
    font-size: 30px;
  }
  .index-merit .card1 .c-modal01 .img1 {
    max-width: 738px;
    margin-top: 40px;
  }
  .index-merit .card1 .acc-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-title01 {
    margin-bottom: 10px;
  }
  .c-modal01 .c-title01 h2 {
    font-size: 20px;
  }
  .index-merit .c-modal01 .c-title01 h2 span {
    background: linear-gradient(transparent 65%, #ffe695 0%);
    color: #413732;
    font-size: 26px;
    letter-spacing: normal;
  }
  .index-merit .c-modal01 .txt1 {
    margin-top: 0;
}
}
@media screen and (min-width: 769px) {
  .c-modal01 .txt1, .c-modal01 .txt2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-modal01 .block {
    padding: 0px 20px;
  }
}
@media (min-width: 769px) {
  .c-modal01 .block .c-box .txt p small {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-modal01 .block .c-box .txt p span {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01 .block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .c-modal01 .block > * {
    width: auto;
    max-width: calc(25% - 15px);
  }
  .c-modal01 .block .c-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .c-modal01 .block .c-box > * {
    width: 100%;
    height: auto;
  }
  .c-modal01 .block .c-box .img {
    order: 1;
  }
  .c-modal01 .block .c-box .img img {
    min-height: 100px;
  }
  .c-modal01 .block .c-box .img::after {
    display: none;
  }
  .c-modal01 .block .c-box .txt {
    order: 2;
    margin-top: 10px;
  }
  .c-modal01 .block .c-box .txt h4 {
    font-size: 18px;
  }
  .c-modal01 .block .c-box .txt p {
    font-size: 15px;
  }
}
@media (min-width: 810px) {
  .c-modal01 .block-note {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-modal01 .block2 img {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01 .img1 {
    max-width: 738px;
  }
}
.index-merit .c-modal02 {
  width: 100%;
  height: auto;
  padding: 25px 0px 0px;
  max-width: 715px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
.index-merit .c-modal02 .c-title01 {
  display: block;
}
.index-merit .c-modal02 .title1 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  padding-top: 30px;
}
.index-merit .c-modal02 .title1 h3 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: auto;
  display: inline-block;
  background: #f6f2e7;
  padding: 0px 5px;
}
.index-merit .c-modal02 .title1 .icon {
  position: absolute;
  top: 0px;
  left: -40px;
}
.index-merit .c-modal02 .title1 .icon.v1 {
  width: 55px;
}
.index-merit .c-modal02 .title1 .icon.v2 {
  width: 139px;
  left: -65px;
  top: -20px;
}
.index-merit .c-modal02 .title1 .icon.v3 {
  width: 127px;
  left: -65px;
}
.index-merit .c-modal02 .txt1 {
  color: #eb6200;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
}
.index-merit .c-modal02 .txt1 span {
  font-size: 26px;
  font-weight: 700;
}
.index-merit .c-modal02 .txt2 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  padding: 0;
  margin-top: 0;
}
.index-merit .c-modal02 .txt2 span {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: normal;
}
.index-merit .c-modal02 .txt2 .note {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
  color: #413732;
  font-weight: 500;
}
.index-merit .c-modal02 .txt2.v2 {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
.index-merit .c-modal02 .txt3 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
}
.index-merit .c-modal02 .txt3 b {
  color: #eb6200;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-merit .c-modal02 .txt3 b span {
  font-size: 26px;
  font-weight: 700;
}
.index-merit .c-modal02 .txt3 b .fs1 {
  font-size: 15px;
}
.index-merit .c-modal02 .c-link02.img {
  text-align: center;
}
.index-merit .c-modal02 .c-img1 {
  margin: 0 auto;
}
.index-merit .c-modal02 .img2 {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}
.index-merit .c-modal02 .img5 {
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
}
.index-merit .c-modal02 .c-link01 {
  font-size: 12px;
  margin: 5px 0;
  width: auto;
  display: block;
}
.index-merit .c-modal02 .c-link01::after {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.index-merit .c-modal02 h4 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 10px;
}
.index-merit .c-modal02 .c-box {
  width: 100%;
  max-width: 700px;
  margin: 35px auto 25px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.index-merit .c-modal02 .c-box .item1 {
  width: 100%;
  max-width: 222px;
}
.index-merit .c-modal02 .c-box .item1 .content1 {
  padding-top: 0;
}
.index-merit .c-modal02 .c-box .item1 h5 {
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.index-merit .c-modal02 .c-box .item1 h5 img {
  width: 26px;
  height: auto;
  margin-right: 5px;
}
.index-merit .c-modal02 .c-box .item1 .img {
  margin-top: 10px;
}
.index-merit .c-modal02 .c-box .item1 p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 15px;
}
.index-merit .c-modal02 .c-box .item1 .number {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
  text-align: left;
}
.index-merit .c-modal02 .c-box .item1 .number .color1 {
  color: #eb6200;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  line-height: 0.7;
}
.index-merit .c-modal02 .c-box .item1 .number .color1::before {
  content: "";
  background: url("../images/common/arrow1.png") no-repeat bottom;
  background-size: 100% auto;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.index-merit .c-modal02 .c-box .item1 .number .fs {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.index-merit .c-modal02 .title2 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}
.index-merit .c-modal02 .title2 span {
  font-size: 20px;
}
.index-merit .c-modal02 .title2::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #ffd646;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.index-merit .c-modal02 .block {
  text-align: left;
  width: 100%;
  height: auto;
  max-width: 715px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 20px;
}
.index-merit .c-modal02 .block .note {
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0;
}
.index-merit .c-modal02 .c-btn02 {
  margin-top: 30px;
}
.index-merit .box1{
  margin: 30px 0;
}
.index-merit .box1 .box-ttl{
  background-color: #413732;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.index-merit .box1 .box-list{
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 15px 15px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
.index-merit .box1 .box-list li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.index-merit .box1 .box-list li h5{
  font-size: 18px;
  margin-bottom: 16px;
  background: linear-gradient(transparent 65%, #ffe695 0%);
  font-weight: 800;
}
.index-merit .box1 .box-list li .txt{
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
  line-height: 26px;
}
.index-merit .box1 .box-list li .note{
  font-weight: 500;
  margin-top: 8px;
}
.index-merit .c-orange, .index-merit .c-orange .fs-26 {
  font-size: 16px ! important;
  color: #eb6200 ! important;
  font-weight: 800 ! important;
}
.index-merit .c-orange .fs-26 {
  font-size: 26px ! important;
}
.index-merit .c-modal02 .img3 {
    max-width: 120px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 0;
    text-align: center;
}
.index-merit .c-title01 .sub-ttl {
  margin: 50px auto 30px;
}
.index-merit .c-modal02 .v3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.index-merit .v2 .c-brw{
  color:#413732;
  font-size: 16px !important;
}

.index-merit .box2{
  margin: 30px auto;
  display: flex;
  gap: 40px;
  max-width: 580px;
}
.index-merit .content2{
  width: 50%;
}
.index-merit .box2 .content2 .txt2{
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 {
    padding: 0px 15px;
    padding-bottom: 0px;
    overflow: hidden;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .index-merit .c-modal02 .c-title01 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-title01 h2 {
    font-size: 20px;
    padding-top: 8px;
    margin-bottom: 10px;
  }
    .index-merit .box1 .box-ttl {
    text-align: center;
}
.index-merit .box1 .box-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.index-merit .box1 .box-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.index-merit .box2 {
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.index-merit .content2 {
    width: 100%;
}
.index-merit .c-modal02 .title2 {
        text-align: center;
    }
    .index-merit .c-modal02 .note {
      text-align: left;
  }
    .index-merit .c-modal02 .note a{
      text-align: left;
      font-size: 11px !important;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1 {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1::before {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1 h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1 .icon {
    top: 0px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1 .icon.v2 {
    width: 110px;
    left: -5px;
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title1 .icon.v3 {
    width: 110px;
    left: -5px;
  }
}
  .index-merit .c-modal02 .title1 {
    width: 100%;
    padding-top: 0;
  }
    .index-merit .c-modal02 .title1::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #aaaaaa;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt1 {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt1 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt2.v2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt3 {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt3 b {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .txt3 b span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-img1 img {
    width: 285px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .img2 {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box {
    margin-top: 0px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 40px;
  }
  .index-merit .c-modal02 .c-box .item1 .content1 {
    width: calc(100% - 133px);
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .index-merit .c-modal02 .c-box .item1 .content1 {
    width: calc(100% - 114px);
    padding-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 h5 img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 h5 img {
    width: 25px;
    position: relative;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 h5 {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 .img {
    width: 133px;
  }
}
@media screen and (max-width: 374px) {
  .index-merit .c-modal02 .c-box .item1 .img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .index-merit .c-modal02 .c-box .item1 p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 .number {
    margin-top: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .c-box .item1 .number .color1 {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title2 {
    font-size: 16px;
    width: 100%;
    display: block;
  }
  .index-merit .c-modal02 .title2 span {
    background-image: linear-gradient(to bottom, #ffd646 40%, transparent 0%);
    background-position: 0 20px;
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .title2::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-merit .c-modal02 .block {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px 25px;
    border-radius: 0;
  }
}
.index-merit .c-modal02 .note {
  font-size: 12px;
  text-align: left;
}
.c-modal03 {
  width: 100%;
  height: auto;
  padding: 4px 0px 4px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.c-modal03 .c-title01 {
  margin-bottom: 20px;
  display: block;
}
.c-modal03 .title1 {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 1;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-modal03 {
    padding-bottom: 25px;
    padding-top: 0px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .c-modal03 .c-title01 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .c-modal03 .c-title01 h2 {
    font-size: 30px;
    padding-top: 8px;
  }
  .c-modal03 .c-title01 h2 span {
    font-size: 45px;
    letter-spacing: normal;
    top: -20px;
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  .c-modal03 .c-title01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .c-modal03 .c-title01 h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal03 .title1 {
    margin-bottom: 0;
  }
}
.c-merit {
  padding: 50px;
  max-width: 65%;
}

@media screen and (max-width: 768px) {
  .c-merit {
    padding: 5px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.c-modal-txst {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-modal-txst {
    padding: 10px 20px 0 25px;
    font-size: 9px;
  }
}
/* modal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 319px) {
  body {
    zoom: 0.7;
  }
}
@font-face {
  font-family: "d-din";
  src: url("../font/d-din.otf") format("opentype");
}
.index-campaign {
  width: 100%;
  height: auto;
  display: block;
  background: #fff7d8;
  padding: 80px 0px;
}
.index-campaign .c-title01 h2 span {
  color: #ece3c1;
}
.index-campaign .c-title01 h2 strong {
  color: #ec6200;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0px;
  display: inline;
}
.index-campaign .campaign-wraper {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 20px auto 0;
  max-width: 810px;
}
@media screen and (min-width: 769px) {
  .index-campaign .campaign-wraper {
  }
}
.index-campaign .campaign-wraper .campaign-box {
  text-align: center;
  padding: 30px 20px 50px;
}
.index-campaign .campaign-wraper .campaign-box .is-c-orange {
  font-size: 32px;
  font-weight: bold;
  color: #ed6200;
}
.index-campaign .campaign-wraper .campaign-box .box {
  max-width: 560px;
  margin: 0 auto;
  border: 3px solid #ec6200;
  border-radius: 10px;
  position: relative;
  padding: 15px 10px 20px;
}
.index-campaign .campaign-wraper .campaign-banner-box a:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s all ease-in-out;
}
.index-campaign .campaign-wraper .campaign-box .box p {
  font-weight: 500;
  margin: 0;
  font-size: 30px;
}
.index-campaign .campaign-wraper .campaign-box .box p .b-txt {
  font-weight: 900;
  font-size: 30px;
}
.index-campaign .campaign-wraper .campaign-box .box .c-orange {
  color: #ec6200;
  font-size: 30px;
  font-weight: 800;
}
.index-campaign .campaign-wraper .campaign-box .box .v2 {
  font-size: 40px;
  margin: 0;
  align-items: baseline;
  line-height: 1;
}
.index-campaign .campaign-wraper .campaign-box .box .v2 .price {
  font-size: 70px;
  font-family: d-din, sans-serif;
}
.index-campaign .campaign-wraper .campaign-box .box::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0 0 5px 0;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title {
  display: inline-grid;
  font-size: 40px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title .campaign-price {
  display: inline-block;
  color: #FFFFFF;
  background-color: #ec6200;
  border-radius: 10px;
  font-weight: 600;
  font-size: 40px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title .campaign-price strong {
  font-size: 70px;
  font-family: "d-din", sans-serif;
  letter-spacing: 2px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 18px;
  text-align: center;
  margin: 2em 0;
  padding: 1em 0;
  width: 100%;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term .campaign-term-head {
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: -1.9em auto 0.5em;
  width: 12em;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term b {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .index-campaign .campaign-wraper .campaign-box .box p {
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}
.index-campaign .campaign-wraper .campaign-box .box p .b-txt {
  font-weight: 900;
  font-size: 22px;
}
.index-campaign .campaign-wraper .campaign-box .box .v2 {
    font-size: 22px;
    margin: 0;
    align-items: baseline;
    line-height: 1;
}
.index-campaign .campaign-wraper .campaign-box .box .v2 .price {
    font-size: 48px;
    font-family: d-din, sans-serif;
}
.index-campaign .campaign-wraper .campaign-box .box .c-orange {
    color: #ec6200;
    font-size: 22px;
}
.index-campaign .campaign-wraper .campaign-box .box::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../images/common/link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0 0 5px 0;
}
.index-campaign .campaign-wraper .campaign-box .box {
    max-width: 480px;
    margin: 0 auto;
    border: 3px solid #ec6200;
    border-radius: 10px;
    position: relative;
    padding: 10px 10px 20px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term .campaign-term-head {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: -1.9em auto 0.5em;
    width: 9em;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    font-size: 18px;
    text-align: center;
    margin: 1.5em 0;
    padding: 0.5em 0;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title .campaign-price strong {
  font-size: 48px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-term b {
  font-size: 18px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title .campaign-price {
  font-size: 30px;
}
.index-campaign .campaign-wraper .campaign-box .campaign-box-title {
  font-size: 32px;
}
}
.is-fz-11px{
  font-size: 12px!important;
}

/* custome */
.index-campaign .lead .title1 h3 {
    width: auto;
    display: inline-block;
    background: #f2dea9;
    font-size: 22px;
    font-weight: 800;
    border-radius: 25px;
    padding: 7px 3em;
}
@media screen and (max-width: 768px) {
    .index-campaign .lead .title1 h3 {
        font-size: 18px;
    }
}

.index-campaign .lead .text1 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .index-campaign .l-content2 {
        padding: 0;
    }
}

.index-campaign .more {
    margin: 50px 0 0;
}
.index-campaign .acc-box {
    text-align: left;
    background-color: #fff;
    margin-top: 20px;
}

.index-campaign .acc-box-inner {
    width: 90%;
    max-width: 715px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner {
        width: 100%;
        padding: 0 20px;
    }
}

.index-campaign .acc-box-inner .block .img1 {
    margin-top: 30px;
}

.index-campaign .acc-box-inner .block + .block {
    margin-top: 30px;
}
.index-campaign .acc-box-inner .block .sec + .sec {
    margin-top: 30px;
}

.index-campaign .acc-box-inner .title1 h3 {
    width: 10em;
    padding: 4px 0;
    margin-bottom: 0.7em;
    text-align: center;
    background: #f6f2e7;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner .block .img1 {
        margin-top: 10px;
    }
    .index-campaign .acc-box-inner .title1 h3 {
        width: 100%;
        font-size: 16px;
    }
}

.index-campaign .acc-box-inner .txt1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.index-campaign .acc-box-inner .txt1 span {
    font-size: 16px;
    width: 5em;
    display: inline-block;
}
.index-campaign .acc-box-inner .txt1 + .txt1 {
    margin-top: 0.2em;
}

.index-campaign .acc-box-inner .title2 h4 {
    width: 6em;
    display: inline-block;
    color: #54453e;
    background: #ffe26c;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    border-radius: 25px;
    padding: 3px 0 4px;
    text-align: center;
    margin-bottom: 0.5em;
}

.index-campaign .acc-box-inner .bonus-detail1 {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner .bonus-detail1 {
        flex-direction: column;
        align-items: center;
    }
}

.index-campaign .acc-box-inner .bonus-detail1 li:not(:first-child) {
    margin-top: 5px;
}
.index-campaign .acc-box-inner .bonus-detail1 .txt1 {
    font-size: 18px;
}
.index-campaign .acc-box-inner .bonus-detail1 li.txt1 {
    padding-left: 1em;
    text-indent: -1em;
}
.index-campaign .acc-box-inner .bonus-detail1 .txt2 {
    font-size: 18px;
    font-weight: 600;
}
.index-campaign .acc-box-inner .bonus-detail1 .txt2 span {
    font-size: 35px;
    font-weight: 600;
    color: #eb6200;
    margin: -0.3em 0.2em 0 0;
    line-height: 1;
}
.index-campaign .acc-box-inner .bonus-detail1 .txt2 small {
    font-size: 0.8em;
}
.index-campaign .acc-box-inner .bonus-detail1 .txt3 {
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 380px) {
    .index-campaign .acc-box-inner .bonus-detail1 .txt1 {
        font-size: 16px;
    }
}

.index-campaign .acc-box-inner .sec-lead {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0.5em;
}
.index-campaign .acc-box-inner .sec-lead .txt1 span {
    color: #eb6200;
    display:inline;
}

.index-campaign .acc-box-inner .bonus-note {
    font-size: 14px;
}

.index-campaign .acc-box-inner .arrow {
    font-size: 20px;
    margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner .arrow {
        transform: rotate(90deg);
        margin-left: 0;
    }
}

.index-campaign .acc-box-inner .bonus-point {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-campaign .acc-box-inner .bonus-list li {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner .bonus-list li {
        flex-direction: column;
        align-items: center;
    }
}

.index-campaign .acc-box-inner .bonus-list li .txt1 {
    width: 8em;
    font-size: 18px;
    font-weight: 500;
}

.index-campaign .acc-box-inner .bonus-list li .txt2 {
    font-size: 50px;
    font-weight: 600;
    color: #eb6200;
    margin: -0.3em 0 0;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .index-campaign .acc-box-inner .bonus-list li .txt1 {
        width: auto;
        text-align: center;
    }
    .index-campaign .acc-box-inner .bonus-list li .txt2 {
        margin: 0;
    }
}

.index-campaign .acc-box-inner .bonus-list li .txt2 span {
    font-size: 0.8em;
}
.index-campaign .acc-box-inner .bonus-list li .txt3 {
    font-size: 16px;
    font-weight: 500;
}

.index-campaign .acc-box-inner .note {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.index-campaign .acc-box-inner .note-list li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 0.3em;
}