.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
    outline: none;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

:root {
  --blue: #0050cb;
  --l-blue: #eff4fd;
  --orange: #ff6c00;
  --l-orange: #ffeda6;
  --bg-gray: #e3e3e3;
  --sub: #e4f2fd;
  --red: #ed3838;

  --font-base: Helvetica, 'Helvetica Neue', Arial, 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', '繝｡繧､繝ｪ繧ｪ', sans-serif;
  --font-corp: 'corporate-logo-ver2', 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '貂ｸ繧ｴ繧ｷ繝�け菴�', YuGothic, '貂ｸ繧ｴ繧ｷ繝�け', 'Yu Gothic', '繝｡繧､繝ｪ繧ｪ', sans-serif;
  --font-num-noto: 'Noto Sans CJK JP', 'Noto Sans JP', Helvetica, 'Helvetica Neue', Arial, '繝｡繧､繝ｪ繧ｪ', sans-serif;
}
a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
}
li, ol, ul {
  list-style: none;
}
/*
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
caption, td, th {
  text-align: left;
  font-weight: 400;
}
small {
  font-weight: 400;
}
em {
  font-style: normal;
}
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 55%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.9em;
}
a {
  text-decoration: none;
  transition: .3s;
}
a:hover {
  opacity: .7;
  transition: .3s;
}
.sp {
  display: none;
}
.contents {
  padding-top: 100px;
  overflow: hidden;
}
.section {
  padding: 70px 0;
}
.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.note {
  font-weight: 400;
}
@media screen and (max-width:767px) {
  body {
    font-size: 16px
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .contents {
    padding-top: 60px
  }
  .section {
    padding: 45px 0;
  }
}

.h2t {
  text-align: center;
}

h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
}
h2 img {
  display: inline;
  width: auto;
  height: 1.8em;
  vertical-align: middle;
}
h2 img + span {
  padding-left: .3em;
  vertical-align: middle;
}
h3 {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 6vw;
  }
  h2 img + span {
    padding-left: 0;
    display: block;
  }
}

.btn {
  border-radius: 50px;
  width: 75%;
  max-width: 100%;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn_bd {
  background-color: #ff8503;
  color: #fff;
  padding-left: 10%;
}
.btn_orange {
  background: #00b314;
  color: #fff;
  padding-left: 10%;
}
.btn_blue {
  background: #2159ff;
  color: #fff;
  padding-left: 10%;
}
.header_line.header_tel {
  margin-top: 1em;
}
.btn_lorange {
  border: 3px solid var(--orange);
  background: var(--l-orange);
  color: var(--orange);
}
@media screen and (max-width:767px) {
  .btn {
    font-size: 20px;
    height: 60px
  }
}

.linetHead {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #000;
  position: relative;
  padding: 0 5px 2px;
  margin-bottom: 30px;
}
.linetHead::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  transform: translateY(50%) rotate(45deg)
}

@media screen and (max-width:767px) {
  .linetHead {
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 3%;
  }
  .spike {
    width: 159px;
    height: 70px;
    padding: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.hero .copy, .hero .img, .hero .ttl {
  opacity: 0;
  transform: translateY(20px)
}
.hero .ttl {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .4s forwards
}
.hero .copy {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .6s forwards
}
.hero .img {
  animation: fadeIn 2.5s cubic-bezier(.3, .3, .1, .9) .8s forwards
}
.animTrig {
  opacity: 0;
  transform: translateY(20px)
}
.animTrig.animStart {
  text-align: center;
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 0s forwards;
}
.animTrig--num > * {
  opacity: 0;
  transform: translateY(20px)
}
.animTrig--num.animStart > :nth-child(1) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .2s forwards
}
.animTrig--num.animStart > :nth-child(2) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .4s forwards
}
.animTrig--num.animStart > :nth-child(3) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .6s forwards
}
.animTrig--num.animStart > :nth-child(4) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) .8s forwards
}
.animTrig--num.animStart > :nth-child(5) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1s forwards
}
.animTrig--num.animStart > :nth-child(6) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.2s forwards
}
.animTrig--num.animStart > :nth-child(7) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.4s forwards
}
.animTrig--num.animStart > :nth-child(8) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.6s forwards
}
.animTrig--num.animStart > :nth-child(9) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 1.8s forwards
}
.animTrig--num.animStart > :nth-child(10) {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 2s forwards
}

#header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 99;
}
#header.scroll {
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}
#header .logo {
  width: 300px;
}
#header .inner {
  max-width: 1260px;
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .tel {
  margin-left: auto;
  margin-right: 10px;
  color: #ff8503;
  font-weight: 700;
  font-size: 29px;
}
#header .tel small {
  font-size: 60%;
  margin-right: 5px;
}
#header .tel span {
  font-size: 47%;
  color: #000;
  margin-left: 5px;
  font-weight: 400;
  line-height: 1.4;
}
#header .ctaBtn {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 40%;
}
#header .ctaBtn .btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#header .ctaBtn .copy {
  color: var(--red);
  font-size: 15px;
  padding: .5em 0 .5em;
  font-family: var(--font-num-noto);
}
#header .ctaBtn .btn {
  height: 50px;
  width: 46%;
  min-width: 220px;
}
#header .ctaBtn .btn + .btn {
  margin-left: .8em;
}
@media screen and (max-width:1300px) {
  #header .tel {
    font-size: 27px;
  }
  #headerBtnWrap .btn {
    width: 200px;
    margin: 0 8px;
  }
  #headerBtnWrap_cp .btn {
    width: 200px;
    margin: 0 8px;
  }
  #headerBtnWrap_cp .cp_copy {
    font-size: 14px !important;
    margin: 2px 0 5px;
    padding-bottom: 0;
  }
}
@media screen and (max-width:1180px) {
  #header .tel {
    font-size: 25px;
  }
  #header .ctaBtn {
    display: none;
  }
}
@media screen and (max-width:767px) {
  #header {
    height: 60px;
  }
  #header .logo {
    width: 180px;
  }
  #header .inner {
    width: 95%;
  }
  #header .tel {
    margin-right: 0;
    font-size: 4.8vw;
    line-height: 1.2;
  }
  #header .tel span {
    font-size: 3.2vw;
    white-space: nowrap;
    display: block;
    margin: 0;
  }
}

.switch {
  width: 80px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.switch:after, .switch:before {
  content: "";
  transition: cubic-bezier(.3, .5, 0, 1) .5s transform;
}
.switch span {
  transition: ease-out .3s opacity;
}
.switch span, .switch:after, .switch:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 38px;
  height: 3px;
  background: #ff8503;
}
.switch:before {
  transform: translateY(-17px);
}
.switch:after {
  transform: translateY(17px);
}
.switch.open span {
  opacity: 0;
}
.switch.open:before {
  transform: rotate(45deg);
}
.switch.open:after {
  transform: rotate(135deg);
}
.navGlobal {
  display: none;
  position: absolute;
  top: 100px;
  left: -20px;
  right: -20px;
  height: calc(100vh - 100px);
  background: rgba(255, 255, 255, .95);
  box-sizing: border-box;
  padding: 40px 0;
  overflow: hidden;
  overflow-y: scroll;
}
.navGlobal ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.navGlobal ul li a {
  color: #ff8503;
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
  font-weight: 700;
}
.navGlobal ul li {
  margin: 15px 0;
}
.navGlobal ul li a:hover {
  text-decoration: underline
}
.navGlobalBtnWrap {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .switch {
    width: 45px;
  }
  .switch span, .switch:after, .switch:before {
    width: 26px;
    height: 2px;
  }
  .switch:before {
    transform: translateY(-10px);
  }
  .switch:after {
    transform: translateY(10px);
  }
  .navGlobal {
    top: 60px;
    height: calc(100vh - 60px);
    padding: 25px 0 40px;
  }
  .navGlobal ul {
    width: 90%;
  }
  .navGlobal ul li {
    margin: 8px 0;
  }
  .navGlobal ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .switch {
    margin-right: -2.5vw;
  }
}
@media screen and (min-width:941px) {
  .navGlobalBtnWrap {
    display: none;
  }
}

.hero .inner {
  max-width: 1260px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
}
.hero .txt {
  width: 557px;
  text-align: center;
}
.hero .img {
  width: 703px;
  position: relative;
}
.hero .catch, .hero .copy {
  display: block;
  font-family: var(--font-corp);
  font-weight: 700;
  font-style: normal;
  color: #5A5A5A;
  font-size: 45px;
  line-height: 1.4;
  margin-top: 40px;
}
.hero .ttl {
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.hero .ttl img {
  -ms-grid-row-align: center;
  align-self: center;
  width: 95%;
}
.hero .copy {
  font-size: 35px;
  margin-top: 0;
  padding-top: .2em;
}
.hero .copy img {
  max-width: 507px;
  padding-top: .4em;
}
@media screen and (max-width:767px) {
  .hero {
    padding: 30px 0;
  }
  .hero .inner {
    flex-direction: column;
  }
  .hero .catch {
    font-size: 8.2vw;
    margin-top: 0;
  }
  .hero .ttl img {
    width: 80%;
  }
  .hero .copy {
    font-size: 5.8vw;
    line-height: 1.4;
    padding-top: 10px;
  }
  .hero .copy img {
    max-width: 94%;
  }
  .hero .txt {
    width: 100%
  }
  .hero .img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.section.campaignBnr {
  text-align: center;
  background-color: var(--l-blue);
}
.section.campaignBnr a {
  display: block;
}
@media screen and (max-width:767px) {
  .section.campaignBnr img {
    max-width: 250px;
    margin: 0 auto;
  }
}

#saiyasu.section {
  background-color: #ff8503;
  color: #fff;
  text-align: center;
  padding: 45px 0;
}
#saiyasu .inner > p {
  padding: .8em 0 1.6em;
  font-family: var(--font-num-noto);
}
#saiyasu .fee {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#saiyasu .fee dt {
  text-align: center;
  width: 250px;
}
#saiyasu .fee dt span {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  color: #ff8503;
  font-size: 42px;
  padding: 8px 0;
  font-weight: 700;
}
#saiyasu .fee dt small {
  font-size: 90%;
  display: block;
  padding: .5em 0 0;
}
#saiyasu .fee dd p.rate {
  font-size: 148px;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  margin-bottom: 20px;
}
#saiyasu .fee dd span {
  font-size: 60%;
}
#saiyasu .fee dd .note {
  font-size: 14px;
}
@media screen and (max-width:980px) {
  #saiyasu .fee dd p.rate {
    font-size: 110px;
  }
}
@media screen and (max-width:767px) {
  #saiyasu .fee {
    flex-direction: column;
  }
  #saiyasu .fee dt {
    margin: 0 auto;
    width: 60%
  }
  #saiyasu .fee dt span {
    font-size: 30px;
    width: auto;
  }
  #saiyasu .fee dt small {
    padding: .5em 0 1.2em;
  }
  #saiyasu .fee dd p.rate {
    font-size: 21vw;
  }
  #saiyasu .fee dd p.note {
    font-size: 13px;
  }
}

#service.section {
  margin: 0 auto;
  position: relative;
}
#service table {
  margin: 2em auto 0 auto;
}
#service table th, #service table td {
  padding: 35px 25px;
  border-bottom: 3px solid #d0d0d0;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: 700;
}
#service table th {
  width: 350px;
}
#service table td {
  padding-left: 20px;
  width: 400px;
}
.service_aria {
  width: 17%;
  position: absolute;
  bottom: 8%;
  right: 13%;
}
@media screen and (max-width:767px) {
  #service table th, #service table td {
    line-height: 1.4;
    padding: 20px 0;
  }
  #service table th {
    width: 22%;
    text-align: left;
  }
  #service table td {
    padding-left: 15px;
    width: 40%;
  }
}

#speedy.section {
  background-color: #ff8503;
  text-align: center;
  color: #fff;
}
#speedy .catch {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
}
#speedy .catch em {
  border-bottom: 2px solid #fff;
  padding: 0 5px 5px 5px;
  display: block;
  width: fit-content;
  margin: 10px auto 15px auto;
}
#speedy .catch span.dd_ff {
  font-size: 45px;
  margin: 0 5px;
}
#speedy .catch .num {
  font-size: 57px;
  font-style: italic;
  padding-right: .1em;
}
#speedy .btnWrap {
  margin: 2.5em 0 2em;
}
@media screen and (max-width:767px) {
  #speedy.section {
    padding: 45px 10px;
  }
  #speedy .catch {
    font-size: 4.5vw;
  }
  #speedy .catch span.dd_ff {
    font-size: 25px;
  }
  #speedy .catch .num {
    font-size: 40px;    
  }
  #speedy .note {
    font-size: 12px;
  }
}

#media.section {
  background-color: var(--l-blue);
}
#media h3 {
  background: #ff8503;
  color: #fff;
  width: 18em;
  margin: 0 auto;
  border-radius: 100px;
  padding: .8em;
  line-height: 1.4;
  font-size: 24px;
  position: relative;
}
#media h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 20px solid #ff8503;
  transform: translateY(88%);
}
#media ul {
  background: #fff;
  border-radius: 10px;
  padding: 40px 25px 35px;
  margin: 40px -20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#media ul li {
  height: 57px;
}
#media ul img{
  max-height: 57px;
  width: auto;
}
@media screen and (max-width:767px) {
  #media h3 {
    font-size: 20px;
    width: 80%;
  }
  #media ul {
    padding: 30px 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #media ul {
    flex-direction: column;
    align-items: center;
  }
  #media ul li + li {
    margin-top: 5px;
  }
}

#title.section {
  background-color: var(--l-blue);
}
#title h2 {
  margin-bottom: 30px;
}
#title h2 > span {
  color: #ff8503;
}
#title ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
#title ul li {
  width: calc(33.333% - 26px);
  margin: 20px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#title ul li .img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
#title ul li .txt {
  border-radius: 12px;
  padding: 25px 10px;
  background-color: #fff;
  line-height: 1.4;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}
#title ul li .txt em {
  font-weight: 700;
  color: #ff8503;
}
#title .note{
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width:767px) {
  #title h2 {
    margin-bottom: 0;
  }
  #title h2 span {
    font-size: 24px;
    padding: 0;
  }
  #title ul li {
    width: 100%;
  }
  #title ul li + li {
    margin-top: 20px;
  }
  #title ul li .img {
    max-width: 80%;
    padding-bottom: 5px;
  }
  #title ul li .txt {
    padding: 20px 0;
  }
  #title ul li .txt::after {
    font-size: 80px;
    top: 14px;
  }
  #title ul li .txt em {
    font-size: 1.2em;
    margin-top: 3%;
    display: block;
  }
  #title .note{
    text-align: left;
    margin-top: 1em;
    font-size: 12px;
  }
}

#point h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#point h2 .num {
  color: #ff8503;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 57px;
  display: inline-block;
  position: relative;
  top: .1em;
  margin-right: .1em;
}
#point ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
#point ul li {
  width: calc(33.333% - 26px);
  margin: 20px 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#point ul li .img {
  display: block;
  max-width: 174px;
  width: 80%;
  margin: 0 auto 25px;
  position: relative;
}
#point ul li .txt {
  border: 3px solid #e3e3e3;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 10px;
  min-height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}
#point ul li .txt::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-style: italic;
  color: #828282;
  font-size: 60px;
  position: absolute;
  line-height: 1;
  left: -3px;
  top: 3%;
  transform: translateY(-100%);
  letter-spacing: -1px;
  z-index: -1;
}
#point ul li .txt em {
  font-size: 23px;
  font-weight: 700;
  color: #ff8503;
  line-height: 1.4;
}
#point ul li .txt em span {
  font-size: 32px;
  line-height: 1;
}
#point ul li .note {
  font-size: 14px;
  line-height: 1.3;
  margin-top: .6em;
}
@media screen and (max-width:767px) {
  #point h2 {
    line-height: 1;
  }
  #point h2 span {
    padding: 0;
  }
  #point ul li {
    width: 100%;
    margin: 20px 0;
  }
  #point ul li .img {
    max-width: 133px;
    margin-bottom: 10px;
  }
  #point ul li .txt {
    padding: 20px;
    min-height: 0;
  }
  #point ul li .txt::after {
    font-size: 80px;
    top: 5%;
  }
  #point ul li .txt em {
    font-size: 18px;
  }
}

#system.section {
  background-color: #eff4fd;
  text-align: center;
}
#system h2 {
  margin-bottom: 1em;
}
#system h2 span {
  color: #ff8503;
}
#system .description {
  font-size: 32px;
  line-height: 1.4;
}
#system .description span  {
  font-size: 45px;
  font-weight: 700;
  color: #ff8503;
}
#system .note {
  font-size: 14px;
  margin-top: 1.2em;
}
#system .img {
  margin-top: 3em;
}
@media screen and (max-width:767px) {
  #system h2 {
    font-size: 28px;
  }
  #system .description {
    font-size: 6vw;
  }
  #system .description span {
    font-size: 30px;
  }
  #system .img {
    margin-top: 2em;
  }
  #system .note {
    font-size: 12px;
    text-align: left;
  }
}

.ctaSec.section {
  background-color: var(--bg-gray);
  padding-top: 0;
}
.cta {
  position: relative;
  border-radius: 20px;
  background: #4c84db;
  overflow: hidden;
  padding: 40px 60px 40px 40px;
  position: relative;
  color: #fff;
}
.cta::before {
  content: "";
  display: block;
  width: 48%;
  height: 400%;
  transform: translateY(-50%) rotate(45deg);
  background: #ff8503;
  position: absolute;
  left: 40%;
  margin: auto;
  top: 50%;
}
.cta .img {
  margin-right: 20px;
  height: 100%;
  z-index: 19;
}
.cta .tel {
  width: 55%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 18;
  right: -13%;
}
.cta .tel .logo {
  display: block;
  width: 40%;
}
.cta .tel .num {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
.cta .tel small {
  font-size: 70%;
}
.cta .tel .time {
  font-size: 18px;
  margin-top: 3px;
}
.cta .tel .note {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .cta {
    padding: 40px 30px 32px;
    border-radius: 12px;
    flex-direction: column;
  }
  .cta::before {
    width: 68%;
  }
  .cta .img {
    width: 100%;
    margin-right: 0;
  }
  .cta .tel {
    width: 100%;
    margin-top: 1em;
  }
  .cta .tel .num {
    margin: 10px -20px 0;
  }
}

.ctaSec.section.band {
  background: linear-gradient(110deg, hsl(31, 100%, 73%) 0%, #ffbc74 50%, #ff8503 50%, #ff8503 100%);
  padding: 0;
  margin-bottom: 2em;
}
.ctaSec.section.band .cta {
  background: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.ctaSec.section.band .cta::before {
  content: none;
}
.ctaSec.section.band .cta .img, .ctaSec.section.band .cta .tel {
  padding: 60px 0px;
}
@media screen and (max-width:767px) {
  .ctaSec.section.band {
    padding: 2.5em 0;
    margin-bottom: 0;
  }
  .ctaSec.section.band .cta .img, .ctaSec.section.band .cta .tel {
    padding: 0;
    text-align: center;
    font-size: 3vw;
  }
}

#about.section {
  text-align: center;
}
#about h2 {
  margin-bottom: 1.2em;
}
#about p {
  font-size: 32px;
  line-height: 1.8;
}
#about p em {
  font-size: 45px;
  font-weight: 700;
  color: #ff8503;
}
#about .note {
  font-size: 14px;
  margin-top: 2.5em;
}
@media screen and (max-width:767px) {
  #about h2 span {
    display: inline;
  }
  #about p {
    font-size: 4vw;
  }
  #about .note {
    font-size: 12px;
  }
  #about p em {
    font-size: 30px;
  }
}

#merit.section {
  background-color: #eff4fd;
  position: relative;
}
#merit h2 span {
  color: #ff8503;
}
#merit .wrap {
  display: flex;
  align-items: flex-end;
}
#merit ul {
  width: 550px;
  margin-right: 5.1%;
  margin-top: 2em;
  counter-reset: number 0;
}
#merit ul li {
  display: flex;
  align-items: center;
}
#merit ul li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  color: #9d9d9d;
  font-size: 70px;
  font-style: italic;
  width: 100px;
  line-height: 1;
}
#merit ul li + li {
  margin-top: 16px;
}
#merit ul li span {
  background: #fff;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 18px;
  flex: 1;
}
#merit img {
  display: block;
  width: 400px;
}
@media screen and (max-width:767px) {
  #merit .wrap {
    flex-direction: column;
  }
  #merit ul {
    width: 100%;
    margin: 2em 0 0;
  }
  #merit ul li + li {
    margin-top: 12px;
  }
  #merit ul li::before {
    font-size: 46px;
    width: 70px;
  }
  #merit ul li span {
    font-size: 18px;
  }
  #merit img {
    width: 35%;
    position: absolute;
    top: 1%;
    right: -3%;
  }
}

#movie.section {
  background-color: var(--l-blue);
}
#movie .inner {
  display: flex;
}
#movie .txt {
  width: 47%;
  padding-right: 30px;
  line-height: 1.35;
}
#movie h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}
#movie h3 img {
  height: 1.3em;
  display: inline;
  width: auto;
  padding-right: .2em;
}
#movie h3 span {
  display: block;
  color: #ff8503;
  line-height: 1.35;
  font-size: 125%;
  margin-top: .3em;
}
#movie .note {
  font-size: 12px;
  margin-top: 2em;
}
#movie .video {
  width: 53%;
  padding: 20px;
  background: #e3e3e3;
  line-height: 1;
  aspect-ratio: 16/9;
}
#movie .video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  #movie .inner {
    flex-direction: column;
  }
  #movie .txt, #movie .video {
    width: 100%;
    padding: 0;
  }
  #movie h3 {
    font-size: 26px;
    text-align: center;
  }
  #movie .video {
    margin-top: 1.5em;
  }
}

#voice.section {
  background-color: #fff;
}
#voice .inner {
  opacity: 0;
  max-width: 1200px;
}
#voice .inner.show {
  animation: fadeIn 2s cubic-bezier(.3, .3, .1, .9) 0s forwards;
} 
#voice .voice {
  margin: 2em 0;
}
#voice .item {
  margin: 15px;
  width: calc(33.333% - 30px);
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
  float: none !important;
  height: auto;
  pointer-events: none !important;
}
#voice .item > * {
  pointer-events: auto;
}
#voice .item .js-num {
  color: #828282;
  font-size: 50px;
  font-style: italic;
  position: absolute;
  top: 5px;
  left: 15px;
  transform: translateY(-100%);
  line-height: 1;
}
#voice .item dl {
  display: flex;
  justify-content: space-around;
}
#voice .item .head {
  background: #ff8503;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px 20px 0 0 ;
  text-align: center;
  position: relative;
  padding: 16px 20px 10px;
  align-items: center;
}
#voice .item .head dt span {
  display: block;
  font-weight: lighter;
  font-size: 70%;
}
#voice .item .head dd span {
  font-style: italic;
  font-size: 34px;
  margin: 0 4px;
}
#voice .item .body {
  padding: 0 20px 24px;
  border-radius: 0 0 20px 20px;
  background: #eff4fd;
  font-family: var(--font-num-noto);
}
#voice .item .info {
  padding: 1.5em 0;
  font-size: 16px;
}
#voice .item .info dl + dl {
  margin-top: .8em;
}
#voice .item .info dt {
  width: 55%;
}
#voice .item .info dd {
  width: 45%;
}
#voice .item .body .comment {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 1em;
  letter-spacing: .5px;
  border-top: 1px solid #000;
}
#voice .item .body p + p {
  margin-top: .4em;
}
#voice .tanto {
  padding: 22px 15px 30px 18px;
  box-sizing: border-box;
  border: 1px solid #ff8503;
  border-radius: 8px;
  background: var(--l-blue);
  margin-top: 30px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-family: var(--font-num-noto);
}
#voice .tanto::before {
  content: "諡�ｽ楢�さ繝｡繝ｳ繝�";
  display: block;
  color: #ff8503;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  #voice .voice {
    display: block;
    margin: 2em 0;
  }
  #voice .item {
    width: 100%;
    margin-top: 35px;
  }
  #voice .item .js-num {
    font-size: 36px;
    top: 3px;
  }
  #voice .item .head {
    font-size: 18px;
  }
  #voice .item .head span {
    font-size: 30px;
  }
}

#voice .slick-list-wrap {
  pointer-events: none !important;
  overflow: hidden;
  width: 100%;
}
#voice .slick-list {
  pointer-events: none !important;
  width: calc(100% + 28px);
  margin-left: -15px;
}
#voice .slick-list button {
  display: none;
}
#voice .slick-track {
  display: flex;
  overflow: hidden;
}
#voice .slick-arrow {
  width: 55px;
  height: 55px;
  background: #4b78ce;
  border-radius: 50%;
  z-index: 29;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: ease-out .2s background;
  transform: translateY(-50%);
}
#voice .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#voice .slick-arrow:hover {
  background: #ff8503;
}
#voice .slick-next {
  right: -50px;
}
#voice .slick-next::before {
  transform: rotate(135deg);
  left: -3px;
}
#voice .slick-prev {
  left: -50px;
}
#voice .slick-prev::before {
  transform: rotate(-45deg);
  right: -3px;
}

@media screen and (max-width:767px) {
  #voice .slick-list-wrap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #voice .slick-arrow {
    width: 35px;
    height: 35px;
  }
  #voice .slick-arrow::before {
    width: 12px;
    height: 12px;
  }
  #voice .slick-next {
    right: -12px;
  }
  #voice .slick-prev {
    left: -12px;
  }
}

section#seminar {
  background-color: var(--sub);
  padding: 60px 0;
}
#seminar .inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#seminar .txt {
  width: 60%;
  padding-right: 25px;
}
#seminar p.date span {
  padding-left: 1em;
}
#seminar h3 {
  text-align:left;
  margin: .8em 0;
  font-size: 1.6rem;
}
#seminar .btn_bd {
  border-color: var(--red);
  color: var(--red);
  margin-top: 1.5em;
  height: auto;
  padding: .5em 1em;
}
#seminar .btn_bd:hover {
  background-color: var(--red);
  color: #fff;
}
#seminar .img {
  width: 40%;
}
@media screen and (max-width: 760px) {
  #seminar .inner {
    flex-direction: column;
    padding: 2em 1.2em;
    border-radius: 12px;
  }
  #seminar .txt, #seminar .img {
    width: 100%;
    padding-right: 0;
  }
  #seminar p.date span {
    padding-left: 0;
    display: block;
  }
  #seminar h3 {
    font-size: 5.3vw;
  }
  #seminar .btn_bd {
    display: block;
    width: 90%;
    margin: 1.5em auto 2em;
  }
}

#partner {
  background-color: var(--l-blue);
  line-height: 1.6;
}
#partner h2 {
  margin-bottom: 1em;
}
#partner .description {
  text-align: center;
}
#partner .partnerBnr {
  display: block;
  padding: 2em 2em 3.5em;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  background: #fff;
  border-radius: 6px;
  transition: .3s;
  text-align: left;
  margin: 2.5em auto;
  position: relative;
  color: inherit;
  transition: .4s;
}
#partner .partnerBnr:visited {
  color: inherit;  
}
#partner .partnerBnr:hover {
  transition: .4s;
  opacity: .6;
  transform: translateY(-3px);
}
#partner .partnerBnr .flx {
  display: flex;
  justify-content: space-evenly;
}
#partner .partnerBnr .flx > div {
  width: calc( 100% - ( 220px + 2em ) );
  font-size: 16px;
}
#partner .partnerBnr h4 {
  color: #ff8503;
  font-size: 22px;
  margin-bottom: 1em;
}
#partner .partnerBnr .flx img {
  max-width: 220px;
}
#partner .partnerBnr .bait {
  padding: .6em;
  color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ff8503;
  position: relative;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#partner .partnerBnr .bait span {
  position: relative;
  padding-right: 1.6em;
}
#partner .partnerBnr .bait span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.1em;
  height: 1.1em;
  margin: auto;
  border-radius: 0.6em;
  background-color: #fff;
}
#partner .partnerBnr .bait span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #ff8503;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
#partner .ht-tax {
  padding-top: 44px;
  line-height: 1.8;
}
#partner .ht-tax > div {
  max-width: 70%;
}
#partner .ht-tax h3 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 24px;
}
#partner .ht-tax p {
  font-size: 16px;
}
#partner .ht-tax p + p {
  margin-top: .8em;
}
#partner .ht-tax p.name {
  margin-top: 1.3em;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width:767px) {
  #partner .description {
    text-align: left;
  }
  #partner .ht-tax {
    background: none;
  }
  #partner .partnerBnr .flx {
    flex-direction: column;
  }
  #partner .partnerBnr .flx > div, #partner .partnerBnr .flx img {
    width: 100%;
    max-width: unset;
  }
  #partner .partnerBnr .flx img {
    width: 80%;
    margin: 0 auto;
  }
  #partner .partnerBnr h4 {
    font-size: 18px;
  }
  #partner .ht-tax > div {
    max-width: unset;
  }
  #partner .ht-tax h3 {
    text-align: center;
  }
  #partner .ht-tax p {
    font-size: 15px;
  }
  #partner .ht-tax p.name {
    margin: 4em 0 3em;
  }
}

#cashback h2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#cashback ul li {
  text-indent: -1em;
  padding: 0 0 .8em 1em
}
#cashback table {
  width: 100%;
  margin-top: 2em;
}
#cashback table tr:not(:last-child)  {
  border-bottom: 3px solid #e7e7e7;
}
#cashback table th, #cashback table td {
  padding: 35px 0;
 
  line-height: 1.6;
  vertical-align: top;
}
#cashback table th {
  font-weight: 700;
  width: 8em;
}
#cashback .note {
  font-size: 13px;
  margin-top: 3em;
}
#cashback .note h3 {
  text-align: left;
}
#cashback .btnWrap {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
#cashback .btnWrap .btn {
  width: 14em;
  height: 4.6em;
}
#cashback .btnWrap .btn + .btn {
  margin-left: 3em;
}
@media screen and (max-width:767px) {
  #cashback table td, #cashback table th {
    line-height: 1.4;
    padding: 20px 0;
  }
  #cashback table th {
    width: 6em;
  }
  #cashback .btnWrap .btn + .btn {
    margin-left: 1em;
  }
  #cashback .btnWrap {
    margin-top: 2.4em;
  }
}

#flow .description {
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  margin: 1.2em 0 2.2em;
}
#flow .description em {
  font-size: 45px;
  font-weight: 700;
  color: #ff8503;
  margin: 0 5px;
}
#flow .first {
  margin-bottom: 4em;
}
#flow .note {
  margin-top: 2em;
  font-size: 14px;
}
#flow h3 {
  background-color: #ff8503;
  color: #fff;
  font-size: 42px;
  padding: 20px 0 15px;
}
#flow .second {
  background-color: #ffe7ce;
}
#flow .linetHead::after {
  background-color: var(--bg-gray);
}
#flow .second ul {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  padding: 60px 0;
}
#flow .second ul li {
  width: 23%;
  position: relative;
  text-align: center;
}
#flow .second ul li + li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 30px solid #9b9b9b;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translateX(-200%);
}
#flow .second ul li img {
  width: 108px;
}
@media screen and (max-width:767px) {
  #flow .description {
    font-size: 21px;
  }
  #flow .description em {
    font-size: 30px;
  }
  #flow h3 {
    font-size: 22px;
  }
  #flow .second ul li {
    width: 30%;
  }
  #flow h4 {
    font-size: 16px;
  }
  #flow .second ul {
    padding: 30px 0 40px;
  }
  #flow .second ul li img {
    width: 70%;
  }
  #flow .second ul li + li::before {
    border: 14px solid transparent;
    border-left: 12px solid #9b9b9b;
    transform: translateX(-50%);
  }
}

.shimane.section {
  max-width: 800px;
}

#faq .box {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
  margin: 30px 0;
  font-family: var(--font-num-noto);
}
#faq .box::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ff8233;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 12px;
  font-size: 1.5em;
  padding-bottom: 8px;
}
#faq .question {
  background: #ff8503;
  margin-bottom: -1px;
  color: #fff;
  padding: 15px 20px;
  padding-right: 60px;
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 1.4;
  position: relative;
  border-radius: 12px;
  cursor: context-menu;
}
#faq .question::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 28px;
  right: 25px;
  transition: ease-out .3s transform;
}
#faq .question.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#faq .question.open::after {
  transform: translateY(-10px) rotateX(180deg);
}
#faq .answer {
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  display: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}
#faq .answer p {
  line-height: 1.6;
}
#faq .answer a {
  text-decoration: underline;
  color: #ff8503;
  transition: .3s;
}
#faq .answer a::hover {
  text-decoration: none;
  transition: .3s;
}

@media screen and (max-width:767px) {
  #faq .box {
    padding-left: 45px;
  }
  #faq .box::before {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
  #faq .question {
    font-size: 18px;
    padding-right: 40px;
    padding-left: 18px;
    border-radius: 8px;
  }
  #faq .question::after {
    border-width: 7px;
    border-top-width: 7px;
    right: 15px;
  }
  #faq .answer {
    padding: 12px 18px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

#footer {
  background: #eff4fd;
  color: #fff;
}
#footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .btnWrap {
  display: flex;
}
#footer .btnWrap a + a {
  margin-left: 1em;
}
#footer .nav {
  margin-top: 2.4em;
  justify-content: center;
}
#footer .nav a {
  color: #fff;
  font-size: 14px;
  margin: 17px 30px;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}
#footer .nav a:hover {
  text-decoration: underline;
}
#footer .nav a::after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 1px;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}
#footer .logoCorp {
  display: block;
  width: 240px;
  margin: 1.5em auto 1em;
}
@media screen and (max-width:767px) {
  #footer .row {
    flex-direction: column;
  }
  #footer .btnWrap {
    flex-direction: column;
    margin-top: 2em;
  }
  #footer .btnWrap a + a {
    margin-left: 0;
    margin-top: 1em;
  }
  #footer .row.nav {
    flex-direction: row;
  }
  #footer .copyright {
    font-size: 10px;
  }
}


#popupAd a img {
  width: 250px;
}
#popupAd.hidden {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#popupAd a:hover {
  opacity: .7;
  transition: .3s;
}
#popupAd .close {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #444;
  border-radius: 50%;
  position: absolute;
  top: -26px;
  right: 0;
  border: 2px solid #fff;
}
#popupAd .close::before, #popupAd .close::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%,-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
}
#popupAd .close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#popupAd .close:hover {
  background-color: #999;
  transition: .3s;
}
#popupAd .close:hover::before, #popupAd .close:hover::after {
  background-color: #fff;
  transition: .3s;
}
@media screen and (max-width:767px) {
  #popupAd {
    display: none;
  }
}

