@charset "UTF-8";
/*薄いブルー*/
/*薄いグレー*/
/*薄いグリーン*/
/*薄いレッド*/
/*背景ブルー*/
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .tb_only.sp_only {
    display: block !important;
  }
  .tb_only.pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .headerSp {
    display: none !important;
  }
  .headerPc {
    display: block !important;
  }
}

@media screen and (max-width: 1499px) {
  .headerSp {
    display: block !important;
  }
  .headerPc {
    display: none !important;
  }
}

/*基本パーツ*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .fixed {
    display: block;
  }
}

.fixedPcsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

@media screen and (max-width: 768px) {
  .flexLR {
    display: block;
  }
}

.flexL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .flexL {
    display: block;
  }
}

h1 {
  position: relative;
  margin: 0;
  text-align: center;
}

h2 {
  margin: 20px 0px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin: 15px 0px;
  }
}

h3 {
  margin: 20px 0px;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
    margin: 15px 0px;
  }
}

h4 {
  margin: 20px 0px;
  font-size: 2.9rem;
  font-weight: bold;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    margin: 15px 0px;
  }
}

h5 {
  margin: 20px 0px;
  font-size: 2.2rem;
  font-weight: bold;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.8rem;
    margin: 15px 0px;
  }
}

p,
dl,
li {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  p,
  dl,
  li {
    font-size: 1.4rem;
  }
}

/*全体*/
html {
  height: 100%;
  font-size: 62.5%;
  /*10pxの意*/
}

body {
  font-family: "Noto sans cjk jp", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

input,
textarea {
  line-height: 25px;
  border-radius: 10px;
  padding: 3px 6px;
  width: 90%;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  input,
  textarea {
    width: 100%;
  }
}

textarea {
  height: 137px;
}

main {
  min-height: 100vh;
  margin-top: 100px;
}

@media screen and (max-width: 1499px) {
  main {
    margin-top: 70px;
  }
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a.ank {
  padding-top: 128px;
  margin-top: -180px;
  display: block;
}

@media screen and (max-width: 768px) {
  a.ank {
    padding-top: 20px;
    margin-top: -20px;
  }
}

a.ank#top {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1499px) {
  a.ank#top {
    padding-top: 70px;
    margin-top: -70px;
  }
}

@media screen and (max-width: 768px) {
  a.ank#top {
    padding-top: 0;
    margin-top: 0;
  }
}

strong {
  font-weight: bold;
}

ul {
  padding-left: 20px;
}

.bgDiag {
  position: relative;
}

.bgDiag::before {
  content: "";
  position: absolute;
  top: -235px;
  left: 0;
  z-index: -1;
  border-style: solid;
  border-width: 235px 100vw 0 0;
  border-color: transparent #fafafa transparent transparent;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .bgDiag::before {
    top: -136px;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .bgDiag::before {
    top: -136px;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bgDiag::before {
    top: -46px;
    border-width: 46px 100vw 0 0;
  }
}

.bgDiag::after {
  content: "";
  position: absolute;
  bottom: -235px;
  left: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 0 235px 100vw;
  border-color: transparent transparent transparent #fafafa;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .bgDiag::after {
    bottom: -136px;
    border-width: 0 0 136px 100vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .bgDiag::after {
    bottom: -136px;
    border-width: 0 0 136px 100vw;
  }
}

@media screen and (max-width: 768px) {
  .bgDiag::after {
    bottom: -46px;
    border-width: 0 0 46px 100vw;
  }
}

.bgDiagTop {
  position: relative;
}

.bgDiagTop::before {
  content: "";
  position: absolute;
  top: -235px;
  left: 0;
  z-index: -1;
  border-style: solid;
  border-width: 235px 100vw 0 0;
  border-color: transparent #fafafa transparent transparent;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .bgDiagTop::before {
    top: -136px;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .bgDiagTop::before {
    top: -136px;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bgDiagTop::before {
    top: -46px;
    border-width: 46px 100vw 0 0;
  }
}

.bgDiagBtm {
  position: relative;
}

.bgDiagBtm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 235px 100vw 0 0;
  border-color: transparent #fafafa transparent transparent;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .bgDiagBtm::after {
    bottom: 0;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .bgDiagBtm::after {
    bottom: 0;
    border-width: 136px 100vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .bgDiagBtm::after {
    bottom: 0;
    border-width: 46px 100vw 0 0;
  }
}

/*デモサイト*/
@media screen and (max-width: 320px) {
  html {
    font-size: 50%;
  }
}

.demo {
  text-shadow: 1px 1px 4px #606060;
  position: relative;
  background: url(../img/fs-fp-img-1.png) no-repeat center;
  background-size: auto 85.55vh;
}

@media screen and (max-width: 768px) {
  .demo {
    background: url(../img/fs-fp-img-1-2.png) no-repeat center top;
    background-size: contain;
  }
}

.demoWrap {
  background: #52cc52d9;
  overflow: auto;
  color: white;
  height: 100vh;
}

.demoWrap > .section-content {
  padding: 0 15px;
}

.demoWrap > .section-content h1 {
  color: white;
  font-size: 6.5vh;
  line-height: 1.4em;
  padding-top: 4.7vh;
}

@media screen and (max-width: 768px) {
  .demoWrap > .section-content h1 {
    font-size: 4.8rem;
    padding-top: 12.3vh;
  }
}

.demoWrap > .section-content > p {
  max-width: 797px;
  margin: 4.7vh auto 3.7vh;
  line-height: 2;
  font-size: 1.9vh;
}

@media screen and (max-width: 768px) {
  .demoWrap > .section-content > p {
    font-size: 1.6rem;
    margin: 6.15vh 0;
  }
}

.demoWrap > .section-content div.pc_only > p {
  margin: 0 0 1.9vh;
  font-size: 1.9vh;
  font-weight: bold;
}

.demoWrap > .section-content div.pc_only .qr {
  width: 22.6vh;
  height: 22.6vh;
}

.demoWrap > .section-content div.sp_only button {
  position: relative;
  font-size: 2rem;
  width: 100%;
  height: 70px;
  border-bottom: solid 4px #c5c5c5;
  margin: 0;
  padding: 0 20px 0 58px;
  background-color: white;
  line-height: 1.2em;
  border-radius: 50px;
  text-align: left;
}

.demoWrap > .section-content div.sp_only button span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.demoWrap > .section-content div.sp_only button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-130%, -50%);
          transform: translate(-130%, -50%);
  background: url(../img/LINE_Brand_icon.png) no-repeat center;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}

.demo footer {
  margin-top: 50px;
  text-align: center;
  color: white;
}

.demo footer .copy {
  width: 100vw;
  padding: 0 0 2.8vh;
  margin-bottom: 0;
  background-color: transparent;
}

.demo ul {
  padding: 0;
  margin: 3.05vh 0 0;
}

.demo li {
  text-align: left;
  list-style: none;
  padding-bottom: 10px;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

.demo li::before {
  content: "◆";
  padding-right: 4px;
  position: absolute;
  left: 0;
}

body {
  margin: 0;
}

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

.bold {
  font-weight: bold;
}

.order {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*タブ*/
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tab-group {
    margin-top: 30px;
  }
}

.tab {
  list-style: none;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 28px;
  padding: 10px 45px;
}

@media screen and (max-width: 768px) {
  .tab {
    font-size: 1.6rem;
    padding: 8px 0;
    text-align: center;
    width: calc(100% / 3);
    margin-right: 22px;
  }
  .tab:last-child {
    margin-right: 0;
  }
}

.tab:first-child {
  border: solid 2px #6bb43b;
  background: #6bb43b;
  color: white;
}

.tab:first-child.is-active {
  background: white;
  color: #6bb43b;
}

.tab:nth-child(2) {
  border: solid 2px #3c89cb;
  background: #3c89cb;
  color: white;
}

.tab:nth-child(2).is-active {
  background: white;
  color: #3c89cb;
}

.tab:last-child {
  border: solid 2px #db4646;
  color: white;
  background: #db4646;
}

.tab:last-child.is-active {
  background: white;
  color: #db4646;
}

.panel {
  display: none;
}

@media screen and (max-width: 768px) {
  .panel h4 {
    padding-bottom: 10px;
    margin: 27px auto 20px;
  }
}

.tab.is-active {
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.wbtn {
  padding: 40px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wbtn {
    padding: 30px 0 0;
  }
}

.wbtn button {
  margin: 0 69px;
}

@media screen and (max-width: 768px) {
  .wbtn button {
    width: 100%;
    margin: 0 0 30px;
  }
  .wbtn button:last-child {
    margin: 0;
  }
}

/*タブ*/
button {
  width: 200px;
  height: 60px;
  margin: 0;
  padding: 0 30px;
  border: none;
  white-space: nowrap;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 1499px) {
  button {
    width: 136px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  button {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}

button:hover {
  padding: 0 27px;
}

@media screen and (max-width: 1499px) {
  button:hover {
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  button:hover {
    padding: 0 17px;
  }
}

button.btnSm {
  width: 182px;
  height: 50px;
  border-radius: 50px;
  padding: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  button.btnSm {
    width: calc(100% - 30px);
    height: 60px;
    padding: 0;
  }
}

button.btnSm:hover {
  padding: 0 27px;
}

@media screen and (max-width: 1499px) {
  button.btnSm:hover {
    padding: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  button.btnSm:hover {
    padding: 0 17px;
  }
}

button.btnMd {
  width: 338px;
  height: 73px;
  border-radius: 37px;
  padding: 0 37px;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  button.btnMd {
    height: 61px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  button.btnMd {
    width: calc(100% - 30px);
    height: 60px;
    font-size: 1.6rem;
    padding: 0;
  }
}

button.btnMd:hover {
  padding: 0 38px;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  button.btnMd:hover {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  button.btnMd:hover {
    padding: 0;
  }
}

button.btnLg {
  width: 482px;
  height: 77px;
  border-radius: 43px;
  padding: 0 43px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  button.btnLg {
    width: calc(100% - 30px);
    height: 60px;
    font-size: 1.6rem;
    padding: 0;
  }
}

button.btnLg.borderBlue {
  background: white;
  color: #2468a2;
  border: solid 3px #2468a2;
}

@media screen and (min-width: 769px) {
  button.btnLg.borderBlue:hover {
    background: #2468a2;
    color: white;
  }
}

button.btnLg:hover.borderBlue {
  background: #2468a2;
  color: white;
}

button.btnXl {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 125px;
  border-radius: 63px;
  padding: 32px 0;
  font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
  button.btnXl {
    width: calc(100% - 30px);
    height: 60px;
    font-size: 1.6rem;
    padding: 18px 0;
  }
}

button.btnXl::after {
  position: absolute;
  right: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  button.btnXl::after {
    right: 26px;
  }
}

button.btnXl.orange {
  background: -webkit-gradient(linear, left top, right top, from(#ef723a), to(#db1515));
  background: linear-gradient(to right, #ef723a, #db1515);
}

button.btnXl.blue {
  background: -webkit-gradient(linear, left top, right top, from(#77bce9), to(#3c89cb));
  background: linear-gradient(to right, #77bce9, #3c89cb);
}

button.btnXl:hover {
  padding: 29px 0;
  background: white;
}

@media screen and (max-width: 768px) {
  button.btnXl:hover {
    padding: 15px 0;
  }
}

button.btnXl:hover::after {
  right: 63px;
}

@media screen and (max-width: 768px) {
  button.btnXl:hover::after {
    right: 23px;
  }
}

button.btnXl:hover.orange {
  border-color: orangered;
  color: orangered;
}

button.btnXl:hover.blue {
  border-color: #2468a2;
  color: #2468a2;
}

button.orange {
  background: -webkit-gradient(linear, left top, right top, from(#ef723a), to(#db1515));
  background: linear-gradient(to right, #ef723a, #db1515);
  color: white;
}

button.orange:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 3px orangered;
  color: orangered;
}

button.orange:hover svg {
  fill: orangered;
}

button.blue {
  background: #3c89cb;
  color: white;
}

button.blue:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 3px #3c89cb;
  color: #3c89cb;
}

button.white {
  background-color: white;
  color: #ee7803;
}

button.white:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ee7803;
  border: solid 3px white;
  color: white;
}

button.blue2 {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 3px #3c89cb;
  color: #3c89cb;
  padding: 7px 27px;
  border: solid 3px white;
}

@media screen and (max-width: 768px) {
  button.blue2 {
    padding: 7px 17px;
  }
}

button.blue2:hover {
  background: #3c89cb;
  color: white;
}

button.white2 {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ee7803;
  color: white;
  padding: 7px 27px;
}

@media screen and (max-width: 768px) {
  button.white2 {
    padding: 7px 17px;
  }
}

button.white2:hover {
  background-color: white;
  color: #ee7803;
}

button.green {
  background: -webkit-gradient(linear, left top, right top, from(#6bb43b), to(#318800));
  background: linear-gradient(to right, #6bb43b, #318800);
  color: white;
}

button.green:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 3px #318800;
  color: #318800;
}

button.green:hover svg {
  fill: #318800;
}

.overflow {
  overflow: auto;
}

.mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1499px) {
  .mail::before {
    margin-right: 5px;
  }
}

.demosite::before {
  content: "\f108";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

.spaceBottom {
  margin-bottom: 46px;
  font-size: 2.2rem;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  .spaceBottom {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.cal2 .row {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cal2 .row {
    width: 100%;
  }
}

.cal3 .row {
  width: calc((100% - 250px) / 3);
  margin-right: 75px;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .cal3 .row {
    width: calc((100vw - 100px) / 3);
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cal3 .row {
    width: 100%;
    margin: 0;
  }
  .cal3 .row:first-child {
    margin-top: 50px;
  }
}

.cal3 .row:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .cal3 .row:last-child p {
    margin-bottom: 0;
  }
}

.cal3 .row p {
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .cal3 .row p {
    font-size: 1.6rem;
    margin: 20px 0 30px;
  }
}

.cal3 .row img {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .cal3 .row img {
    width: 126px;
    height: 126px;
  }
}

@media screen and (max-width: 768px) {
  .cal3 .row img {
    width: 126px;
    height: 126px;
  }
}

.cal3 .row h5 {
  color: #2468a2;
  text-align: center;
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .cal3 .row h5 {
    margin: 20px 0;
  }
}

.backorange {
  background: #d8560014;
  border-radius: 0 200px 200px 0;
  width: calc(100% - ((100% - 1170px) / 2));
  margin: 0 auto 100px 0;
  padding-top: 157px;
  padding-right: calc((100vw - 1170px) / 4);
  padding-bottom: 100px;
  padding-left: 0;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .backorange {
    width: calc(100vw - 60px);
    margin: 0 auto 100px;
    border-radius: 0;
    padding: 100px 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .backorange {
    width: calc(100vw - 60px);
    margin: 0 auto 100px;
    border-radius: 0;
    padding: 100px 30px;
  }
}

@media screen and (max-width: 768px) {
  .backorange {
    width: 100%;
    margin: 30px 0 0;
    border-radius: 0;
    padding: 0;
  }
}

.backorange .section-content {
  margin: 0 0 0 auto;
}

.backorangeRight {
  margin: 100px 0 100px auto;
  border-radius: 200px 0 0 200px;
  padding-bottom: 80px;
  padding-right: 0;
  padding-left: calc((100vw - 1170px) / 4);
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .backorangeRight {
    width: calc(100vw - 60px);
    margin: 100px auto;
    border-radius: 0;
    padding: 100px 30px 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .backorangeRight {
    width: calc(100vw - 60px);
    margin: 100px auto;
    border-radius: 0;
    padding: 100px 30px 80px;
  }
}

@media screen and (max-width: 768px) {
  .backorangeRight {
    margin: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
}

.backorangeRight .section-content {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .backorangeRight .section-content {
    padding-bottom: 10px;
  }
}

.backblue {
  background: #0661a72f;
  border-radius: 0 200px 200px 0;
  width: calc(100% - ((100% - 1170px) / 2));
  margin: 0 auto 140px 0;
  padding-top: 157px;
  padding-right: calc((100vw - 1170px) / 4);
  padding-bottom: 100px;
  padding-left: 0;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .backblue {
    width: calc(100vw - 60px);
    margin: 0 auto 100px;
    border-radius: 0;
    padding: 100px 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .backblue {
    width: calc(100vw - 60px);
    margin: 0 auto 100px;
    border-radius: 0;
    padding: 100px 30px;
  }
}

@media screen and (max-width: 768px) {
  .backblue {
    width: 100%;
    margin: 30px 0 0;
    border-radius: 0;
    padding: 0;
  }
}

.backblue .section-content {
  margin: 0 0 0 auto;
}

.backblue .section-content .grad-wrap .bottomExample {
  height: auto;
}

.backblueRight {
  margin: 202px 0 90px auto;
  border-radius: 200px 0 0 200px;
  padding-bottom: 80px;
  padding-right: 0;
  padding-left: calc((100vw - 1170px) / 4);
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .backblueRight {
    width: calc(100vw - 60px);
    margin: 100px auto;
    border-radius: 0;
    padding: 100px 30px 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .backblueRight {
    width: calc(100vw - 60px);
    margin: 100px auto;
    border-radius: 0;
    padding: 100px 30px 80px;
  }
}

@media screen and (max-width: 768px) {
  .backblueRight {
    margin: 0;
    border-radius: 0;
  }
}

.backblueRight .section-content {
  margin: 0 auto 0 0;
}

.bxslider {
  list-style: none;
  padding: 0;
}

.slideItem {
  color: #0a0a0a;
  width: 1170px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  .slideItem {
    width: calc(100vw - 30px) !important;
    margin: 0;
  }
}

.header {
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: white;
  z-index: 100;
  height: 100px;
}

@media screen and (max-width: 1499px) {
  .header {
    text-align: center;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
}

.header .headerBottom {
  padding: 10px 50px 10px 43px;
}

.headerLogo {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 172px;
}

@media screen and (max-width: 1499px) {
  .headerLogo {
    width: 150px;/* 112px */
    left: 38px;
  }
}

@media screen and (max-width: 768px) {
  .headerLogo {
    left: 15px;
  }
}

.headerPc {
  position: relative;
  margin: 10px auto 10px 215px;
}

.headerPc ul.headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  list-style: none;
}

.headerPc ul.headerMenu li {
  font-size: 1.4rem;
  list-style: none;
}

.headerPc ul.headerMenu > li {
  margin: 0 10px;
  font-weight: bold;
}

.headerPc ul.headerMenu > li > a {
  padding: 16px 0;
}

.headerPc ul.headerMenu > li a {
  color: #0a0a0a;
}

.headerPc ul.headerMenu > li.menuCampaign a {
  color: #ee7803;
}

.headerPc ul.headerMenu > li.menuProgram a {
  color: #3c89cb;
}

.headerPc ul.headerMenu > li a {
  display: block;
  height: 28px;
}

.headerPc ul.headerMenu > li a.init-bottom {
  position: relative;
  padding-right: 19px;
}

.headerPc ul.headerMenu > li a.init-bottom:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerPc ul.headerMenu > li > ul.menu__second-level {
  display: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 40px;
  background: #fff;
  width: 304px;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.headerPc ul.headerMenu > li > ul.menu__second-level > li {
  margin-bottom: 20px;
  font-weight: normal;
}

.headerPc ul.headerMenu > li > ul.menu__second-level > li:last-child {
  margin-bottom: 0;
}

.headerPc ul.headerMenu > li:hover > a.init-bottom:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.headerPc ul.headerMenu > li:hover > ul.menu__second-level {
  display: block;
  overflow: visible;
  opacity: 1;
}

.headerPc .qbtn {
  position: fixed;
  top: 48px;
  right: 50px;
}

@media screen and (max-width: 768px) {
  .headerPc .qbtn {
    top: 20px;
    right: 62px;
  }
}

.headerSp {
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
}

.headerSp .hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 42px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headerSp .hamburger {
    top: 14px;
  }
}

.headerSp .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #3c89cb;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.headerSp .hamburger span:nth-child(1) {
  top: 10px;
}

.headerSp .hamburger span:nth-child(2) {
  top: 20px;
}

.headerSp .hamburger span:nth-child(3) {
  top: 30px;
}

.headerSp .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.headerSp .hamburger.active span:nth-child(2),
.headerSp .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerSp nav.headerMenu {
  position: fixed;
  z-index: 2;
  top: 70px;
  right: 0;
  background: white;
  text-align: center;
  max-width: 355px;
  width: 96%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  text-align: left;
  height: 100%;
}

.headerSp nav.headerMenu ul {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 100%;
}

.headerSp nav.headerMenu ul li {
  list-style-type: none;
  padding: 10px 16px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
}

.headerSp nav.headerMenu ul li:last-child {
  padding-bottom: 0;
}

.headerSp nav.headerMenu ul li:hover {
  background: #ddd;
}

.headerSp nav.headerMenu ul li a {
  display: block;
  text-decoration: none;
  color: black;
}

.headerSp nav.headerMenu ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerSp nav.headerMenu ul li:nth-child(1), .headerSp nav.headerMenu ul li:nth-child(6) {
  font-weight: bold;
}

.headerSp nav.headerMenu ul li:nth-child(-n + 9) {
  color: #3c89cb;
  background-color: #f6fbff;
}

.headerSp nav.headerMenu ul li:nth-child(-n + 9) a {
  color: #3c89cb;
}

.headerSp nav.headerMenu ul li:nth-child(-n + 5) {
  color: #ee7803;
  background-color: #fff3e1;
}

.headerSp nav.headerMenu ul li:nth-child(-n + 5) a {
  color: #ee7803;
}

.headerSp nav.headerMenu.active {
  opacity: 100;
  pointer-events: auto;
  overflow-y: scroll;
  height: calc(100vh - 70px);
}

@media screen and (max-width: 1499px) {
  .headerSp .qbtn {
    position: fixed;
    top: 42px;
    right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .headerSp .qbtn {
    position: fixed;
    top: 14px;
    right: 56px;
  }
}

footer .copy {
  font-size: 1.4rem;
  margin: 0;
  text-align: center;
  background-color: #ee7803;
  padding: 29px 0;
  color: white;
}

@media screen and (max-width: 768px) {
  footer .copy {
    padding: 24px 0;
  }
}

.tools {
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1114px;
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 21px 28px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .tools {
    width: calc(100vw - 116px);
    max-width: 1054px;
    bottom: -64px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .tools {
    width: calc(100vw - 68px);
    max-width: 1054px;
    bottom: -72px;
    padding: 10px 14px;
  }
}

@media screen and (max-width: 768px) {
  .tools {
    width: auto;
    position: relative;
    margin: 50px 15px 75px;
    padding: 20px 10px 30px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tools p {
  margin: 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .tools p {
    font-size: 1.6rem;
  }
}

.tools span {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.tools span::before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  color: #2468a2;
}

.kv {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 915px;
  max-height: 984px;
  background: url(../img/kv.png) no-repeat center bottom;
  background-size: auto 100%;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv {
    height: calc(100vh - 70px);
    min-height: 720px;
    max-height: 768px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv {
    height: calc(100vh - 70px);
    min-height: 540px;
    max-height: 640px;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    height: calc(100vh - 70px);
    min-height: 742px;
    margin-top: 0;
    background: url(../img/topkv-sp.png) no-repeat center bottom;
    background-size: 110% auto;
  }
}

.kv .section-content {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv .section-content {
    top: 60px;
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv .section-content {
    top: 40px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .kv .section-content {
    padding: 30px 0 50px;
    top: 0;
  }
}

.kv .section-content h2 {
  margin: 0;
  text-align: right;
  line-height: 1.2em;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv .section-content h2 {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv .section-content h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .kv .section-content h2 {
    text-align: center;
  }
}

.kv .section-content div {
  width: 50%;
  text-align: right;
  margin: 48px 0 0 auto;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv .section-content div {
    width: 500px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv .section-content div {
    width: 440px;
    margin: 20px 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .kv .section-content div {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv .section-content div img {
    width: 480px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv .section-content div img {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .kv .section-content div img {
    width: 290px;
    margin: 40px 0 36px;
  }
}

.kv .section-content div p {
  text-align: left;
  margin: 27px 0 45px;
  padding: 20px 18px;
  background: #ffffffcd;
  border-radius: 10px;
  font-size: 1.4rem;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .kv .section-content div p {
    margin: 30px 0 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .kv .section-content div p {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .kv .section-content div p {
    margin: 0 0 20px;
    padding: 0 15px 0;
    background: none;
    border-radius: 0;
  }
}

.tab2 {
  position: relative;
  width: 533px;
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  border: solid 6px black;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .tab2 {
    width: calc(50vw - 38px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .tab2 {
    width: calc(50vw - 38px);
  }
}

@media screen and (max-width: 768px) {
  .tab2 {
    padding: 11px 0;
    width: calc(50vw - 15px);
    border-width: 3px;
  }
}

.tab2 i {
  padding-right: 16px;
  font-size: 1.2em;
}

.tab2 img {
  width: 32px;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tab2-group2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-size: 2.8rem;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .tab2-group2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .tab2-group2 {
    font-size: 1.4rem;
    padding-top: 20px;
    margin-top: 16px;
  }
}

.tab2.cam {
  border-radius: 50px 0 0 50px;
  color: white;
  background-color: #ee7803;
  border-color: #ee7803;
}

.tab2.cam.is-active2, .tab2.cam:hover {
  background-color: white;
  color: #ee7803;
}

.tab2.fan {
  border-radius: 0 50px 50px 0;
  color: white;
  background-color: #2468a2;
  border-color: #2468a2;
}

.tab2.fan.is-active2, .tab2.fan:hover {
  background-color: white;
  color: #2468a2;
}

.change {
  background-color: #77bce9 !important;
}

.campaign {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .campaign + section .section-content {
    margin-top: 46px;
  }
}

.campaignBtnTop {
  position: absolute;
  top: -256px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .campaignBtnTop {
    top: -204px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaignBtnTop {
    top: -194px;
  }
}

@media screen and (max-width: 768px) {
  .campaignBtnTop {
    top: -127px;
  }
}

.campaignBtnTop > img {
  max-width: 610px;
  padding: 10px;
  z-index: 1;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .campaignBtnTop > img {
    width: 290px;
    padding: 0;
  }
}

.campaignBtnBtm {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .campaignBtnBtm {
    bottom: 40px;
  }
}

.campaign .balloon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign .balloon .tab2 {
  padding: 25px 0 27px;
}

@media screen and (max-width: 768px) {
  .campaign .balloon .tab2 {
    padding: 11px 0;
  }
}

.campaign .balloon .speechBalloon.is-active2:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 34px solid black;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .campaign .balloon .speechBalloon.is-active2:after {
    bottom: -25px;
    border: 8px solid transparent;
    border-top: 15px solid white;
  }
}

.campaign .balloon .speechBalloon.is-active2:before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 34px solid white;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .campaign .balloon .speechBalloon.is-active2:before {
    bottom: -19px;
    border: 8px solid transparent;
    border-top: 15px solid white;
  }
}

.campaign .balloon .speechBalloon.is-active2.cam:after {
  border-color: #ee7803 transparent transparent transparent;
}

.campaign .balloon .speechBalloon.is-active2.fan:after {
  border-color: #2468a2 transparent transparent transparent;
}

.campaign .panel2 {
  display: none;
  width: 100%;
  margin: 0 0 335px;
}

@media screen and (max-width: 768px) {
  .campaign .panel2 {
    margin: 0;
  }
}

.campaign .panel2 > .bgDiag::before {
  z-index: 0;
}

.campaign .panel2 h2 {
  margin: 0;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .campaign .panel2 h2 {
    padding: 100px 0 20px;
  }
}

.campaign .panel2.is-show2 {
  display: block;
}

.campaign .panel2.orange {
  background: #f2a634;
  color: white;
}

.campaign .panel2.orange::before {
  border-color: transparent #f2a634 transparent transparent;
}

.campaign .panel2.orange::after {
  border-color: transparent transparent transparent #f2a634;
}

.campaign .panel2.blue {
  background: #77bce9;
  color: white;
}

.campaign .panel2.blue::before {
  border-color: transparent #77bce9 transparent transparent;
}

.campaign .panel2.blue::after {
  border-color: transparent transparent transparent #77bce9;
}

.campaign .panel2 .cal2 {
  position: relative;
}

.campaign .panel2 .cal2 ul {
  padding-left: 0;
}

.campaign .panel2 .cal2 ul li {
  list-style: none;
  text-indent: -1rem;
  padding-left: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.campaign .panel2 .cal2 ul li::before {
  display: inline-block;
  margin-right: 6px;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.campaign .panel2 .cal2 .arrow {
  fill: #ee4303;
}

.campaign .panel2 .cal2 .arrow.pc_only {
  position: absolute;
  width: 82px;
  top: 440px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .campaign .panel2 .cal2 .arrow.pc_only {
    top: 360px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaign .panel2 .cal2 .arrow.pc_only {
    top: 250px;
  }
}

.campaign .panel2 .cal2 .arrow.sp_only {
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .campaign .panel2 .cal2 .arrowBox {
    position: relative;
    text-align: center;
    height: 64px;
  }
}

.campaign .panel2.fanprogram h2.title::before {
  content: "\f500";
}

.campaign .panel2.fanprogram .textBox-content {
  border: solid 3px #f1f8ff;
}

.campaign .panel2.fanprogram .use p {
  background: #f1f8ff;
}

.campaign .panel2.fanprogram .topExample h4 {
  background: #2468a2;
}

@media screen and (max-width: 768px) {
  .campaign .panel2.fanprogram .blueh4 {
    padding-top: 20px;
  }
}

.campaign .panel2.fanprogram .bottomExample h5 {
  background: #f1f8ff;
}

.campaign .panel2.fanprogram .iconText::before {
  background: url(../img/fs-c-icon-4.png) no-repeat;
}

.campaign .panel2.fanprogram .cal2 ul li span {
  display: block;
  padding: 7px 13px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: white;
  color: #2468a2;
  font-weight: bold;
  text-indent: 0;
}

.campaign .panel2.fanprogram .cal2 ul li span + span {
  margin-top: 10px;
}

.campaign .panel2.fanprogram .cal2 ul li span:last-child {
  margin-bottom: 20px;
}

.campaign .panel2.fanprogram .cal2 .arrow {
  fill: #244ea2;
}

.campaign .panel2.fanprogram .cal2 .arrow.pc_only {
  top: 380px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .campaign .panel2.fanprogram .cal2 .arrow.pc_only {
    top: 320px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaign .panel2.fanprogram .cal2 .arrow.pc_only {
    top: 200px;
  }
}

.campaignDetail {
  padding-bottom: 192px;
}

@media screen and (max-width: 768px) {
  .campaignDetail {
    padding-bottom: 105px;
  }
}

.campaignDetail h2.title::before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .campaignDetail h2.title::before {
    display: block;
    margin-right: 0;
  }
}

.campaignDetail .row {
  padding: 50px 52px 0;
}

@media screen and (max-width: 768px) {
  .campaignDetail .row {
    padding: 30px 0 0;
  }
}

.campaignDetail .row.bottom {
  padding: 30px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  .campaignDetail .rowBtm {
    padding-top: 0;
  }
}

.campaignDetail .rowtitle {
  position: relative;
  margin: 26px 0;
  padding: 16px 0;
  height: 68px;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaignDetail .rowtitle {
    margin: 13px 0;
    height: 28px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .campaignDetail .rowtitle {
    margin: 0;
  }
}

.campaignDetail .rowtitle h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 48px;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaignDetail .rowtitle h4 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .campaignDetail .rowtitle h4 {
    height: auto;
    font-size: 2rem;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.campaignDetail .rowtitle2 {
  position: relative;
}

.campaignDetail .rowtitle2:before, .campaignDetail .rowtitle2:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 95px;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .campaignDetail .rowtitle2:before, .campaignDetail .rowtitle2:after {
    width: 25px;
    height: 61px;
  }
}

@media screen and (max-width: 768px) {
  .campaignDetail .rowtitle2:before, .campaignDetail .rowtitle2:after {
    width: 25px;
    height: 61px;
  }
}

.campaignDetail .rowtitle2:before {
  left: 0;
  background: url(../img/fs-slash-l.png) no-repeat;
  background-size: contain;
}

.campaignDetail .rowtitle2:after {
  right: 0;
  background: url(../img/fs-slash-r.png) no-repeat;
  background-size: contain;
}

.campaignDetail .userName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaignDetail .userName-img {
  width: 40px;
  height: 40px;
  background-color: #fff3e1;
  border-radius: 30px;
  margin-right: 10px;
  padding: 5px;
}

.campaignDetail .userName-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.campaignDetail .userTitle {
  color: #ee7803;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .campaignDetail .userTitle {
    font-size: 1.8rem;
  }
}

.campaignDetail .case {
  padding: 10px;
  margin-left: 0;
}

.campaignDetail .caseTitle {
  width: 100%;
  background-color: #ee7803;
  color: white;
  padding: 10px 0;
  font-size: x-large;
  text-align: center;
  font-weight: bold;
}

.campaignDetail .caseText {
  padding: 0 15px;
}

.campaignDetail .case .title2 {
  background-color: #fff3e1;
  color: #ee7803;
  font-weight: bold;
  font-size: larger;
  padding: 10px;
}

.campaignDetail .zoom {
  color: white;
  font-weight: bold;
  margin: 10px auto;
}

.introduction {
  width: 100%;
  background-color: #fafafa;
  text-align: left;
  overflow: hidden;
  padding: 100px 0 375px;
}

@media screen and (max-width: 768px) {
  .introduction {
    padding: 100px 0 128px;
  }
}

.introductionTitle {
  background-color: #ee7803;
  width: calc(100% - ((100% - 1170px) / 2));
  margin: 20px auto 20px 0;
}

@media screen and (max-width: 768px) {
  .introductionTitle {
    width: 96%;
    border-radius: 0 10px 10px 0;
    margin: 0 15px 20px 0;
  }
}

.introduction .fixed {
  position: relative;
  height: 317px;
}

@media screen and (max-width: 768px) {
  .introduction .fixed {
    position: static;
    height: auto;
  }
}

.introduction-comment {
  color: #ee7803;
  font-weight: bold;
  font-size: 2.6rem;
}

.introduction-comment::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(hoge.jpg) no-repeat;
  background-size: contain;
}

.introduction-comment::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(hoge.jpg) no-repeat;
  background-size: contain;
}

.introduction .iconbox {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .introduction .iconbox {
    text-align: center;
  }
}

.introduction img {
  width: 317px;
  height: 317px;
}

@media screen and (max-width: 768px) {
  .introduction img {
    width: 94px;
    height: 94px;
    margin: 0 0 20px 0;
  }
}

.introduction h2 {
  text-align: left;
  padding: 26px 30px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .introduction h2 {
    line-height: 1.4em;
    padding: 16px 0;
  }
}

.introduction ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding-left: 50px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction ul {
    position: static;
    width: calc(100vw - 427px);
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction ul {
    position: static;
    width: calc(100vw - 427px);
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  .introduction ul {
    position: static;
    margin: 0 15px;
    padding-left: 1rem;
    -webkit-transform: none;
            transform: none;
  }
}

.introduction ul li {
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
  line-height: 1;
  margin-bottom: 16px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction ul li {
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction ul li {
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .introduction ul li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.introduction ul li:last-child {
  margin-bottom: 0;
}

.introduction ul li::before {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  .introduction .orange {
    margin-bottom: 50px;
  }
}

.introduction .orange h2 {
  color: white;
  max-width: 1134px;
  margin: 0 0 0 auto;
  padding-left: 36px;
}

.introduction .orange ul {
  left: 366px;
}

.introduction .orange ul li::before {
  /*オレンジ丸*/
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ee7803;
}

.introduction .orange .fixed {
  margin: 30px auto 100px;
  width: 1170px;
  justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction .orange .fixed {
    width: calc(100vw - 60px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction .orange .fixed {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  .introduction .orange .fixed {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .introduction .blue {
    margin-bottom: 50px;
  }
}

.introduction .blue h2 {
  background-color: #2468a2;
  color: white;
  width: calc(100% - 36px - ((100% - 1170px) / 2));
  margin-left: auto;
  padding: 26px 0 26px 36px;
}

@media screen and (max-width: 768px) {
  .introduction .blue h2 {
    width: calc(100% - 122px);
    border-radius: 10px 0 0 10px;
    margin: 0 0 20px 15px;
    padding: 16px 86px 16px 21px;
  }
}

.introduction .blue .iconbox {
  position: absolute;
  top: 0;
  right: 32px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction .blue .iconbox {
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction .blue .iconbox {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .introduction .blue .iconbox {
    position: static;
  }
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction .blue ul {
    padding-left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction .blue ul {
    padding-left: 0;
  }
}

.introduction .blue ul li::before {
  /*ブルーチェックボックス*/
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2468a2;
}

.introduction .blue .fixed {
  margin: 50px auto 0;
  width: 1170px;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .introduction .blue .fixed {
    width: calc(100vw - 60px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .introduction .blue .fixed {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  .introduction .blue .fixed {
    margin: 0;
    width: 100%;
  }
}

section {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section .section-content {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  section .section-content {
    width: calc(100vw - 60px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  section .section-content {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  section .section-content {
    padding: 75px 15px;
  }
}

section .section-content > p {
  margin: 0 0 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  section .section-content > p {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

section.orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2a634), to(#eb8225));
  background: linear-gradient(to bottom, #f2a634, #eb8225);
  color: white;
}

section.orange::before {
  border-color: transparent #f2a634 transparent transparent;
}

section.orange::after {
  border-color: transparent transparent transparent #eb8225;
}

section.orangeLight {
  background: #fff3e1;
  margin: 360px 0 335px;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  section.orangeLight {
    margin: 46px 0 46px;
    padding: 50px 0;
  }
}

section.orangeLight::before {
  border-color: transparent #fff3e1 transparent transparent;
}

section.orangeLight::after {
  border-color: transparent transparent transparent #fff3e1;
}

section.orangeLight a.ank {
  padding-top: 160px;
  margin-top: -160px;
}

section.orange .bottomExample {
  overflow: hidden;
  visibility: hidden;
}

section.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#77bce9), to(#3076b1));
  background: linear-gradient(to bottom, #77bce9, #3076b1);
  color: white;
}

section.blue::before {
  border-color: transparent #77bce9 transparent transparent;
}

section.blue::after {
  border-color: transparent transparent transparent #3076b1;
}

section.blueLight {
  background: #f1f8ff;
  margin: 360px 0 0;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  section.blueLight {
    margin: 46px 0 0;
    padding: 50px 0;
  }
}

section.blueLight::before {
  border-color: transparent #f1f8ff transparent transparent;
}

section.blueLight::after {
  border-color: transparent transparent transparent #f1f8ff;
}

section.gray {
  background-color: #fafafa;
  margin: 360px 0 335px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section.gray {
    margin: 46px 0;
  }
}

section.gray::before {
  border-color: transparent #fafafa transparent transparent;
}

section.gray::after {
  border-color: transparent transparent transparent #fafafa;
}

section .title {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section .title {
    font-size: 3.2rem;
    margin: 0 0 30px;
  }
}

section .title::after {
  content: "";
  display: block;
  width: 90px;
  height: 13px;
  background-color: #ee7803;
  border-radius: 10px;
  margin: 27px auto 52px;
}

@media screen and (max-width: 768px) {
  section .title::after {
    width: 50px;
    height: 7px;
    margin: 10px auto 0;
  }
}

section .title.blue::after {
  background-color: #2468a2;
}

section .title.white::after {
  background-color: white;
}

section .title.gray::after {
  background-color: #c5c5c5;
}

section .subTitle {
  margin: 20px 0 50px;
  padding-bottom: 10px;
  font-size: 3.6rem;
  border-bottom: solid 3px white;
  position: relative;
}

@media screen and (max-width: 768px) {
  section .subTitle {
    font-size: 2.4rem;
    margin: 19px 0 30px;
    padding-bottom: 7px;
    line-height: 36px;
  }
}

section .subTitle span {
  opacity: 0.2;
  font-size: 10rem;
  position: absolute;
  right: 0;
  bottom: -46px;
}

@media screen and (max-width: 768px) {
  section .subTitle span {
    font-size: 4.8rem;
    bottom: 4px;
  }
}

section .subTitle::before {
  position: absolute;
  top: -28px;
  left: -64px;
  content: "";
  display: inline-block;
  width: 123px;
  height: 123px;
  background: url(../img/circle.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  section .subTitle::before {
    top: -20px;
    left: -58px;
  }
}

section .textBox {
  background-color: white;
  color: #0a0a0a;
  padding: 10px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  section .textBox {
    font-size: 1.8rem;
  }
}

section .textBox-content {
  border: solid 3px #fff3e1;
  padding: 30px 34px 34px;
}

@media screen and (max-width: 768px) {
  section .textBox-content {
    padding: 20px 13px;
  }
}

section .textBox .orangeText {
  color: #ee7803;
  font-weight: bold;
}

section .textBox .blueText {
  color: #2468a2;
  font-weight: bold;
}

section .textBox p {
  margin: 28px 0 0 0;
}

@media screen and (max-width: 768px) {
  section .textBox p {
    margin: 20px 0 0 0;
    font-size: 1.6rem;
  }
}

.bottomfix {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 10;
}

.bottomfix .green {
  position: absolute;
  right: 0;
  bottom: 100px;
}

@media screen and (max-width: 1499px) {
  .bottomfix .green {
    right: 70px;
    bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bottomfix .green {
    width: 178px;
    margin-right: 10px;
  }
}

.bottomfix .topback {
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

@media screen and (max-width: 1499px) {
  .bottomfix .topback {
    right: 15px;
    bottom: 20px;
  }
}

.companyText {
  padding-bottom: 50px;
  color: white;
  font-size: 1.8rem;
  line-height: 36px;
}

@media screen and (max-width: 768px) {
  .companyText {
    line-height: 32px;
    font-size: 1.6rem;
  }
}

.caseText p {
  color: #000;
}

.information {
  text-align: center;
}

.information button {
  margin: 10px;
}

/*運営会社について*/
.company {
  position: relative;
  padding-bottom: 90px;
  background: url(../img/fs-bg-img-1.png) no-repeat;
  background-size: cover;
  padding-top: 300px;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 75px 0 25px;
  }
}

.company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 0 235px 100vw;
  border-color: transparent transparent transparent #f1f8ff;
}

@media screen and (max-width: 768px) {
  .company::before {
    border-width: 0 0 46px 100vw;
  }
}

.company .operation button {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .company .operation button {
    font-size: 1.6rem;
  }
}

.company .operation button.btnLg.borderBlue {
  border: none;
}

@media screen and (max-width: 768px) {
  .company .operation button.btnLg.borderBlue {
    width: 100%;
  }
}

/*表*/
.table1 {
  width: 842px;
  margin: 0 auto 90px;
  line-height: 24px;
  font-weight: bold;
  background-color: #f2a634;
}

@media screen and (max-width: 768px) {
  .table1 {
    width: 516px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.table1 th,
.table1 td {
  padding: 14.5px 31.5px;
}

@media screen and (max-width: 768px) {
  .table1 th,
  .table1 td {
    padding: 10px;
  }
}

.table1 td {
  text-align: center;
  background-color: white;
}

.table1 tr:first-child th {
  background-color: #ee7803;
  color: white;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .table1 tr:first-child th {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .table1 tr:first-child th:first-child {
    width: 38%;
  }
}

@media screen and (max-width: 768px) {
  .table1 tr:first-child th:not(:first-child) {
    width: 31%;
    padding: 10px 4px;
  }
}

.table1 tr:nth-child(n + 2) th {
  background-color: #fff3e1;
  text-align: left;
}

.table1 td:nth-child(2) {
  color: #ee7803;
}

.table1 td:nth-child(3) {
  color: #2468a2;
}

.table2 {
  width: 1170px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.table2 tr th,
.table2 tr td {
  text-align: center;
  padding: 20px 15px;
}

.table2 tr td {
  font-weight: normal;
  text-align: left;
}

.table2 tr td:nth-child(n + 2) {
  text-align: center;
}

.table2 tr:nth-child(n + 2) th,
.table2 tr:nth-child(n + 2) td {
  color: black;
}

.table2 tr:first-child th {
  font-size: 1.4rem;
}

.table2 tr:last-child {
  font-size: 2.2rem;
}

.table2 tr:last-child th {
  text-align: center;
}

.table2 tr:last-child th:last-child span {
  font-size: 1.4rem;
  font-weight: normal;
}

.table2 tr:nth-child(5) th {
  width: 202px;
}

.table2 tr:nth-child(5) td:nth-child(2) {
  width: 127px;
}

.table2 tr:nth-child(5) td:nth-child(3) {
  width: 253px;
}

.table2 tr:nth-child(5) td:nth-child(4) {
  width: 192px;
}

.table2 tr:nth-child(5) td:nth-child(5) {
  width: 194px;
}

.table2.A {
  background-color: #6bb43b;
}

.table2.A .bgColor {
  background-color: #f6fcf2;
}

.table2.A tr th {
  text-align: center;
  background-color: white;
}

.table2.A tr td {
  background-color: white;
}

.table2.A trnth-child(even) th,
.table2.A trnth-child(even) td {
  background-color: #f6fcf2;
}

.table2.A tr:first-child th {
  background-color: #6bb43b;
  border-left: solid 1px;
}

.table2.A tr:first-child th:first-child {
  border: none;
}

.table2.A tr:nth-child(2) td:nth-child(2) {
  padding-left: 62px;
}

.table2.A tr:nth-child(n + 3):nth-child(-n + 4) td:first-child {
  padding-left: 62px;
}

.table2.A tr:nth-child(5) td:nth-child(3) {
  text-align: left;
}

.table2.B {
  background-color: #3c89cb;
}

.table2.B .bgColor {
  background-color: #f6fbff;
}

.table2.B tr th {
  text-align: center;
  background-color: white;
}

.table2.B tr td {
  background-color: white;
}

.table2.B tr:first-child th {
  background-color: #3c89cb;
  border-left: solid 1px;
}

.table2.B tr:first-child th:first-child {
  border: none;
}

.table2.B tr:nth-child(2) td:nth-child(2) {
  padding-left: 62px;
}

.table2.B tr:nth-child(n + 3):nth-child(-n + 4) td:first-child {
  padding-left: 62px;
}

.table2.B tr:nth-child(5) td:nth-child(3) {
  text-align: left;
}

.table2.C {
  background-color: #db4646;
}

.table2.C .bgColor {
  background-color: #fff1f1;
}

.table2.C tr th {
  text-align: center;
  background-color: white;
}

.table2.C tr td {
  background-color: white;
}

.table2.C tr:first-child th {
  background-color: #db4646;
  border-left: solid 1px;
}

.table2.C tr:first-child th:first-child {
  border: none;
}

.table2.C tr:nth-child(2) td:nth-child(2) {
  padding-left: 62px;
}

.table2.C tr:nth-child(n + 3):nth-child(-n + 4) td:first-child {
  padding-left: 62px;
}

.table2.C tr:nth-child(5) td:nth-child(3) {
  text-align: left;
}

.table3 {
  background-color: #3c89cb;
  width: 1170px;
}

.table3 th,
.table3 td {
  font-weight: normal;
  color: black;
  width: calc(100% / 5);
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .table3 th,
  .table3 td {
    padding: 6px 10px;
  }
}

.table3 tr:first-child th {
  background: #fff3e1;
  color: black;
}

.table3 tr:first-child th:nth-child(2) {
  background: #2468a2;
  color: white;
  font-weight: bold;
}

.table3 tr:nth-child(n + 2) th {
  background: white;
}

.table3 tr:nth-child(n + 2) td:nth-child(2) {
  background: #f6fbff;
  font-weight: bold;
  color: #3c89cb;
}

/*料金プラン*/
.panel p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  margin: 25px 0 45px;
}

@media screen and (max-width: 768px) {
  .panel p {
    line-height: 32px;
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

.panel h4 span {
  font-size: 2.2rem;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .panel h4 span {
    font-size: 1.4rem;
    padding: 0;
  }
}

.panel:first-child h4 {
  color: #6bb43b;
  border-bottom: solid 3px #6bb43b;
}

.panel:nth-child(2) h4 {
  color: #3c89cb;
  border-bottom: solid 3px #3c89cb;
}

.panel:last-child h4 {
  color: #db4646;
  border-bottom: solid 3px #db4646;
}

/*ご利用事例もっと見る*/
.grad-wrap {
  min-height: 415px;
  background: white;
  border-radius: 63px;
  color: black;
  position: relative;
  margin-bottom: 98px;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .grad-wrap {
    min-height: 366px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .grad-wrap {
    min-height: 596px;
  }
}

@media screen and (max-width: 768px) {
  .grad-wrap {
    min-height: 508px;
    border-radius: 20px;
  }
}

.grad-btn {
  border-radius: 50px;
  width: 500px;
  height: 72px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 28px;
  border: solid 3px #fafafa;
  color: #ee7803;
  background: white;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .grad-btn {
    height: 56px;
  }
}

@media screen and (max-width: 768px) {
  .grad-btn {
    width: calc(100vw - 54px);
    max-width: 317px;
    height: 56px;
    padding: 0;
    font-size: 1.6rem;
  }
}

.grad-btn:hover {
  color: white;
  background: #ee7803;
}

.grad-btn:before {
  content: "詳細を読む";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
}

.grad-btn::after {
  content: "\f078";
  font-size: 2.4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 415px;
  /*隠した状態の高さ*/
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .grad-item {
    height: 320px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .grad-item {
    height: 540px;
  }
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
  /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked ~ .grad-btn::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
  /*チェックされていたら、文言を変更する*/
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item > .bottomExample {
  /*チェックされていたら、高さを戻す*/
  height: auto;
  visibility: visible;
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.topExample img {
  padding: 50px 40px 0 117px;
  width: calc(1170px / 2 - 40px);
  max-width: 442px;
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .topExample img {
    width: calc(50vw - 130px);
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .topExample img {
    padding: 0;
    width: 60%;
    height: auto;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .topExample img {
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.topExample h4 {
  margin: 63px 0 0;
  background: #e56823;
  color: white;
  padding: 12px 20px;
}

@media screen and (max-width: 768px) {
  .topExample h4 {
    margin: 20px 0 0;
  }
}

.topExample h4 img {
  padding: 0;
  width: 3.8rem;
  vertical-align: sub;
}

@media screen and (max-width: 768px) {
  .topExample h4 img {
    width: 2.6rem;
  }
}

.topExample p {
  font-weight: bold;
  padding: 0 10px 0 40px;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .topExample p {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .topExample p {
    font-size: 1.6rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .topExample > div > img {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
}

.bottomExample {
  padding: 45px 40px 105px;
  -webkit-transition: 3.4s ease;
  transition: 3.4s ease;
  height: 0;
}

@media screen and (max-width: 768px) {
  .bottomExample {
    padding: 4px 10px 30px;
  }
}

.bottomExample h5 {
  background: #fff3e1;
  padding: 10px;
}

.bottomExample h5 span {
  color: #ee7803;
}

@media screen and (max-width: 768px) {
  .bottomExample h5 {
    margin: 30px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .bottomExample p {
    font-size: 1.6rem;
  }
}

.bottomExample img {
  width: calc(100% - 110px);
  margin: 0 55px;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .bottomExample img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bottomExample img {
    width: 100%;
    margin: 0;
  }
}

/*こんなお客様にご活用いただけます！*/
.use {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .use {
    margin-top: 0;
  }
}

.use + .use {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .use + .use {
    margin-top: 30px;
  }
}

.use > div {
  padding: 20px 60px 20px 0;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .use > div {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .use > div {
    padding: 0;
  }
}

.use > div.order {
  padding: 20px 0 20px 60px;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .use > div.order {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .use > div.order {
    padding: 0;
  }
}

.use img {
  width: calc(1170px / 2);
  max-width: 555px;
  height: 100%;
}

@media screen and (min-width: 940px) and (max-width: 1170px) {
  .use img {
    width: calc(50vw - 30px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .use img {
    width: 100%;
    max-width: 100vw;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .use img {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.use .iconText {
  position: relative;
  padding: 8px 0 8px 48px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .use .iconText {
    margin: 12px 0 0;
  }
}

.use .iconText::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../img/fs-c-icon-3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.use .textTitle {
  font-weight: bold;
  font-size: 2.2rem;
  margin: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .use .textTitle {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}

.use p {
  background: #fff3e1;
  margin: 0;
  padding: 30px 23px;
  border-radius: 10px;
  color: black;
  font-weight: bold;
}

.useBottom {
  background: white;
  border-radius: 10px;
  margin-top: 50px;
  padding: 53px 23px 50px;
  color: black;
}

@media screen and (max-width: 768px) {
  .useBottom {
    padding: 30px 10px;
  }
}

.useBottom .textTitle {
  color: #2468a2;
}

.useBottom h4 {
  text-align: center;
  color: #2468a2;
  border-bottom: dotted;
  display: inline-block;
  margin: 0;
}

.useBottom > .use > div {
  padding: 0 0 0 20px;
}

.useBottom > .use > div > p {
  background: none !important;
  padding: 0;
  border-radius: 0;
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .useBottom .fixed {
    display: block;
  }
}

.pagetop {
  background: #f1f8ff;
}

.pagetop h2 {
  margin: 0;
  padding: 50px 0;
  line-height: 1.2em;
}

.tophref {
  padding: 50px 0 100px;
}

@media screen and (max-width: 768px) {
  .tophref {
    padding: 50px 0 75px;
  }
}

@media screen and (max-width: 768px) {
  .tophref .borderBlue {
    border-bottom: solid 3px #c5c5c5;
  }
}




/*プライバシーステートメント*/
.privacy {
  line-height: 32px;
}

.privacy p:first-child {
  font-size: 2rem;
  margin: 75px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .privacy p:first-child {
    margin: 20px 0 30px 0;
  }
}

.privacy li {
  padding: 10px 0;
}

.privacy ol {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .privacy ol li {
    padding: 5px 0;
  }
}

.privacy h3 {
  font-size: 2.4rem;
  border-bottom: solid #2468a2;
  padding-bottom: 10px;
  margin: 50px 0 30px 0;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .privacy h3 {
    margin-bottom: 20px;
  }
}

.privacy .endtext {
  text-align: right;
  margin: 50px 0 0;
}

.privacy table th,
.privacy table td {
  padding: 30px 0;
  border-bottom: solid 1px #c5c5c5;
}

@media screen and (max-width: 768px) {
  .privacy table th,
  .privacy table td {
    display: block;
    width: 100% !important;
  }
}

.privacy table th {
  color: #2468a2;
  width: 30%;
  text-align: left;
  padding-right: 40px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .privacy table th {
    border: none;
    padding: 20px 0 0 0;
  }
}

.privacy table td {
  padding: 10px 0 20px 0;
}











/*サービス規約*/

@media screen and (max-width: 768px) {
  .campaign + section .section-content-sa {
    margin-top: 46px;
  }
}

section .section-content-sa {
  max-width: 1170px;
  margin: 0 auto;
}


@media screen and (min-width: 940px) and (max-width: 1170px) {
  section .section-content-sa {
    width: calc(100vw - 60px);
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  section .section-content-sa {
    width: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  section .section-content-sa {
    padding: 75px 20px;
  }
}

section .section-content-sa > p {
  margin: 0 0 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  section .section-content-sa > p {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}





.servicesagreement {
  line-height: 28px;
}

.servicesagreement p:first-child {
  font-size: 2rem;
  margin: 75px 0 50px 0;
}

@media screen and (max-width: 768px) {
  .servicesagreement p:first-child {
    margin: 20px 0 30px 0;
  }
}

.servicesagreement li {
  padding: 6px 0;
}

.servicesagreement ol {
  list-style: decimal;
  padding: 1;
}

@media screen and (max-width: 768px) {
  .servicesagreement ol li {
    padding: 5px 0;
  }
}

.servicesagreement h3 {
  font-size: 2.4rem;
  border-bottom: solid #2468a2;
  padding-bottom: 10px;
  margin: 50px 0 30px 0;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .servicesagreement h3 {
    margin-bottom: 20px;
  }
}

.servicesagreement .endtext {
  text-align: right;
  margin: 50px 0 0;
}

.servicesagreement table th,
.servicesagreement table td {
  padding: 30px 0;
  border-bottom: solid 1px #c5c5c5;
}

@media screen and (max-width: 768px) {
  .servicesagreement table th,
  .servicesagreement table td {
    display: block;
    width: 100% !important;
  }
}

.servicesagreement table th {
  color: #2468a2;
  width: 30%;
  text-align: left;
  padding-right: 40px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .servicesagreement table th {
    border: none;
    padding: 20px 0 0 0;
  }
}

.servicesagreement table td {
  padding: 10px 0 20px 0;
}












/*ポップアップ*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.479);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modalDetail {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100vw;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .modalDetail {
    top: 50%;
    width: calc(100vw - 30px);
    padding: 0 15px 0;
  }
}

.modalDetail.active {
  opacity: 1;
  pointer-events: auto;
}

.modalDetailClose {
  z-index: 101;
}

.modalDetailClose::before {
  position: absolute;
  top: -40px;
  right: 400px;
  content: "";
  display: block;
  background: url(../img/fs-pop-close.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  color: white;
}

@media screen and (max-width: 768px) {
  .modalDetailClose::before {
    right: 15px;
  }
}

.modalContent {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .modalContent {
    position: static;
    margin-top: 20px;
  }
}

.modalContent img {
  width: auto;
  height: 72vh;
}

@media screen and (max-width: 768px) {
  .modalContent img {
    height: 76vh;
  }
}

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

@media screen and (max-width: 768px) {
  .modal .bx-wrapper {
    height: calc(90vh - 80px);
    margin-bottom: 0;
  }
}

.zoom {
  text-align: center;
  color: black;
}

.zoom i {
  padding-right: 10px;
}

/*お問い合わせ展開ボタン*/
.inquiryForm {
  display: none;
}

.inquiryForm.contactActive {
  background: -webkit-gradient(linear, left top, right top, from(#ef723a), to(#db1515));
  background: linear-gradient(to right, #ef723a, #db1515);
}

.inquiryForm.hide {
  display: block;
  visibility: hidden;
  height: 0;
}

.toagencyForm {
  display: none;
}

.toagencyForm.contactActive {
  background: -webkit-gradient(linear, left top, right top, from(#77bce9), to(#3c89cb)) !important;
  background: linear-gradient(to right, #77bce9, #3c89cb) !important;
}

.toagencyForm.contactActive.hide {
  display: block;
  visibility: hidden;
  height: 0;
}

.contactActive {
  display: block;
  width: 100%;
  max-width: 1170px;
  border-radius: 0 0 63px 63px;
}

@media screen and (max-width: 768px) {
  .contactActive {
    width: calc(100% - 30px);
    border-radius: 0 0 30px 30px;
  }
}

.contactActive iframe {
  width: calc(100% - 10px);
  max-width: 1160px;
  border-radius: 0 0 63px 63px;
}

@media screen and (max-width: 768px) {
  .contactActive iframe {
    border-radius: 0 0 30px 30px;
  }
}

.contactBtnActiveInquiry,
.contactBtnActiveToagency {
  border-radius: 63px 63px 0 0 !important;
}

@media screen and (max-width: 768px) {
  .contactBtnActiveInquiry,
  .contactBtnActiveToagency {
    border-radius: 30px 30px 0 0 !important;
  }
}

.contactBtnActiveInquiry:hover,
.contactBtnActiveToagency:hover {
  color: white !important;
  border: none !important;
}

.contactBtnActiveInquiry:hover svg,
.contactBtnActiveToagency:hover svg {
  fill: white !important;
}

.contactBtnActiveInquiry:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ee7803), to(#db4646)) !important;
  background: linear-gradient(to right, #ee7803, #db4646) !important;
}

.contactBtnActiveToagency:hover {
  background: -webkit-gradient(linear, left top, right top, from(#77bce9), to(#3c89cb)) !important;
  background: linear-gradient(to right, #77bce9, #3c89cb) !important;
}

.fixed-content {
  position: fixed;
  top: 0;
  left: 0;
}

.comparison {
  margin-bottom: 27px !important;
}

/* セキュリティフッターのフォントサイズを10pxに設定 */
.security-seals {
  font-size: 1.0rem; /* 10px相当 */
}

.security-seals > div {
  font-size: 1.0rem; /* 10px相当 */
}

/* セキュリティフッター内のテキスト要素にも適用 */
.security-seals span,
.security-seals a {
  font-size: 1.0rem; /* 10px相当 */
}

/* GMOセキュリティフッター専用のフォントサイズ指定 */
.gmoGroupSecurity,
.gmoGroupSecurity_linklist,
.gmoGroupSecurity_linklist li,
.gmoGroupSecurity a:link,
.gmoGroupSecurity a:visited {
  font-size: 1.0rem !important; /* 10px相当 - 強制適用 */
}