@charset "utf-8";

body{
  font-family: "Roboto",
    "游ゴシック体", "Yu Gothic", "YuGothic", /* 和文用フォント */
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", /* 和文fallback */
    "メイリオ", Meiryo, /* 和文fallback */
    "ＭＳ Ｐゴシック", "MS PGothic", /* 和文fallback */
    sans-serif; /* 最終fallback */
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 1.8;
  color: #000;
}

header {
  width: 100%;
  border-bottom: 1px solid #855FB7;
  background: #FFF;
  position: fixed;
  z-index: 1;
}

header .headerInr {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

header .headerInr h1 {
  padding: 20px 0;
  width: 155px;
}

header .headerInr a.loginBtn {
  font-size: 18px;
  width: 250px;
  letter-spacing: 1px;
  color: #FFF;
  background: #855FB7;
  border-radius: 30px;
  padding: 3px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 44px;
  text-align: center;
  position: relative;
  line-height: 20px;
  border: 1px solid #855FB7;
}

header .headerInr a.loginBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    transition: all .3s;
}

header .headerInr a.loginBtn:hover {
  border: 1px solid #855FB7;
  background: #FFF;
  color: #855FB7;
}

header .headerInr a.loginBtn:hover:after {
  border-top: 1px solid #855FB7;
  border-right: 1px solid #855FB7;
}

header .headerInr a.newBtn {
  font-size: 18px;
  width: 250px;
  letter-spacing: 1px;
  color: #0F4C97;
  background: #C5E2EC;
  border: 1px solid #C5E2EC;
  border-radius: 30px;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  line-height: 20px;
}

header .headerInr a.newBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #0F4C97;
    border-right: 1px solid #0F4C97;
    transform: rotate(45deg);
    transition: all .3s;
}

header .headerInr a.newBtn:hover {
  background: #FFF;
  border: 1px solid #0F4C97;
}

header .headerInr a.loginBtn span {
  font-weight: normal;
  font-size: 15px;
}

header .headerInr .btnList {
  padding: 13px 0 0 0;
  width: 590px;
  justify-content: space-between;
  display: flex;
}

.main {
  background: #FFFCD4;
  width: 100%;
  padding: 120px 0 0 0;
  text-align: center;
}

.content {
  padding: 80px 0 0;
}

.content .pack {
  padding: 0 0 70px 0;
}

.content .pack .title {
  display: flex;
  width: 600px;
  border: 2px solid #855FB7;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 25px 0 20px;
  justify-content: center;
  align-items: center;
}

.content .pack .title p.img {
  width: 54px;
}

.content .pack .title p.text {
  font-size: 30px;
  color: #0F4C97;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.content .pack .packInr {
  border-radius: 20px;
  border: 2px solid #855FB7;
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.content .pack .packInr .koukeiTitle {
  color: #855FB7;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: 3px;
  padding: 0 0 20px 0;
}

.content .pack .packInr .koukeiTitle::before,.content .pack .packInr .koukeiTitle::after {
  width: 2px;
  height: 23px;
  content: "";
  background-color: #855FB7;
}

.content .pack .packInr .koukeiTitle::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}

.content .pack .packInr .koukeiTitle::after {
  margin-left: 20px;
  transform: rotate(30deg);
}

.content .pack .packInr .koukeiText {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 0 0 50px 0;
}

.content .pack .packInr .functionBlue {
  background: #f1f8fa;
}

.content .pack .packInr .functionBlue ul, .content .pack .packInr .functionWhite ul {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 0 30px 0;
}

.content .pack .packInr .functionBlue ul li:first-child {
  width: 440px;
}

.content .pack .packInr .functionBlue ul li:last-child {
  width: 550px;
  padding: 45px 0 80px 0;
}

.content .pack .packInr .functionWhite ul li:first-child {
  width: 550px;
  padding: 45px 0 50px 0;
}

.content .pack .packInr .functionWhite ul li:last-child {  
  width: 440px;
}

.content .pack .packInr .functionBlue ul li.js-open-modal, .content .pack .packInr .functionWhite ul li.js-open-modal {
  cursor: pointer;
}

.content .pack .packInr .functionBlue ul li p.number, .content .pack .packInr .functionWhite ul li p.number {
  padding: 0 0 20px 0;
  width: 50px;
}

.content .pack .packInr .functionBlue ul li .functionTitle, .content .pack .packInr .functionWhite ul li .functionTitle {
  font-size: 24px;
  color: #855FB7;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #FFFCD4 0%) no-repeat;
  display: inline-block;
  background-size: 200% 46px;
  padding: 0 0 30PX 0;
}

.content .pack .packInr .functionBlue ul li .functionTitle span, .content .pack .packInr .functionWhite ul li .functionTitle span {
  font-size: 30px;
  color: #0F4C97;
}

.content .pack .packInr .functionBlue ul li p, .content .pack .packInr .functionWhite ul li p {
  font-size: 15px;
  padding: 0 0 25px 0;
}

.content .pack .packInr .functionBlue ul li p.check, .content .pack .packInr .functionWhite ul li p.check {
  font-size: 18px;
  font-weight: bold;
  color: #0F4C97;
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 10px 0;
}

.content .pack .packInr .functionBlue ul li p.check::after, .content .pack .packInr .functionWhite ul li p.check::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #0F4C97;
  border-bottom: 3px solid #0F4C97;
  transform: rotate(-45deg);
}

.swiperModalButton {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.swiper-container {
  height: auto !important;
}

.swiper-slide {
  position: relative;
  padding: 0px 0px 50px;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: white;
  padding: 8px;
  font-size: 14px;
}


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.modal_inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 前へボタンのアイコン変更（例: 左向き矢印） */
.swiper-button-prev {
  background: url('../images/prev_arrow.png') no-repeat; /* 独自のSVGや画像 */
}

/* 次へボタンのアイコン変更（例: 右向き矢印） */
.swiper-button-next {
  background: url('../images/next_arrow.png') no-repeat;
}

/* デフォルトの矢印を非表示にする（必要に応じて） */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 2rem;
    height: 0.2rem;
    background: currentColor;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
p.swiperText {
    margin: 0;
    text-align: center;
}

.swiper-button-prev {
  left: -70px !important;
}
.swiper-button-next {
  right: -70px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #FFF  !important;
}

.content .pack .packInr .functionWhite ul li p.caution {
  color: #656565;
  font-size: 13px;
}

.content .pack .packInr .functionList {
  padding: 50px 0 40px;
}

.content .pack .packInr .functionList .functionListTitle {
  color: #855FB7;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 30px 0;
  text-align: center;
  letter-spacing: normal;
}

.content .pack .packInr .functionList .functionListContent {
  display: flex;
  width: 750px;
  margin: 0 auto;
  justify-content: space-between;
}

.content .pack .packInr .functionList .functionListContent dl:nth-child(1), .content .pack .packInr .functionList .functionListContent dl:nth-child(3) {
  width: 140px;
}

.content .pack .packInr .functionList .functionListContent dl:nth-child(2) {
  width: 110px;
}

.content .pack .packInr .functionList .functionListContent dl:nth-child(4) {
  width: 210px;
}

.content .pack .packInr .functionList .functionListContent dl dt {
  color: #0F4C97;
  font-size: 18px;
  font-weight: bold;
}

.content .pack .packInr .functionList .functionListContent dl dd {
  font-size: 15px;
}

.content .pack .packInr .functionList .functionListCaution {
  font-size: 13px;
  color: #656565;
  width: 750px;
  margin: 0 auto;
}

.content .pack .packInr .customerVoice .customerVoiceTitle {
  color: #855FB7;
  font-size: 24px;
  font-weight: bold;
  background: #FFFCD4;
  border-top: 2px solid #855FB7;
  border-bottom: 2px solid #855FB7;
  text-align: center;
}

.content .pack .packInr .customerVoice ul {
  display: flex;
}

.content .pack .packInr .customerVoice ul li {
  width: 50%;
  border-right: 2px solid #855FB7;
  padding: 20px 46px 30px;
}

.content .pack .packInr .customerVoice ul li:last-child {
  border-right: none;
}

.content .pack .packInr .customerVoice ul li .customerHuman {
  display: flex;
  font-size: 14px;
  align-items: flex-end;
  color: #0F4C97;
}

.content .pack .packInr .customerVoice ul li .customerHuman p {
  padding: 0 15px 0 0;
}

.content .pack .packInr .customerVoice ul li .customerHuman p.img {
  width: 85px;
}

.content .pack .packInr .customerVoice ul li .speechBubble {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 28px 39px;
  border-radius: 10px;
  background-color: #fffcd4;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0f4c97;
}

.content .pack .packInr .customerVoice ul li .speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 9%;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fffcd4;
  translate: -50% -100%;
}

.content .pack .packInr .contact {
  background: #855FB7;
  padding: 40px 0;
  border-radius: 0 0 18px 18px;
}

.content .pack .packInr .contact ul {
  display: flex;
  width: 750px;
  margin: 0 auto;
  justify-content: space-between;
}

.content .pack .packInr .contact ul li p {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 15px 0;
  color: #FFF;
}

.content .pack .packInr .contact ul li p.text {
  font-size: 18px;
  padding: 0 0 30px 0;
}

.content .pack .packInr .contact ul li a.opinionBtn {
  font-size: 16px;
  width: 250px;
  letter-spacing: 1px;
  color: #855FB7;
  background: #FFFCD4;
  border: 1px solid #FFFCD4;
  border-radius: 30px;
  padding: 11px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.content .pack .packInr .contact ul li a.opinionBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #855FB7;
    border-right: 1px solid #855FB7;
    transform: rotate(45deg);
    transition: all .3s;
}

.content .pack .packInr .contact ul li a.opinionBtn:hover {
  background: #855FB7;
  color: #FFFCD4;
}

.content .pack .packInr .contact ul li a.opinionBtn:hover:after {
  border-top: 1px solid #FFFCD4;
  border-right: 1px solid #FFFCD4;
}

.content .pack .packInr .contact ul li:last-child {
  padding: 20px 0 0 0;
  width: 175px;
}

.content .price {
  margin: 0 0 80px 0;
}

.content .price .title {
  display: flex;
  width: 600px;
  border: 2px solid #855FB7;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 25px 0 20px;
  justify-content: center;
  align-items: center;
}

.content .price .title p {
  font-size: 30px;
  color: #0F4C97;
  font-weight: bold;
}

.content .price .priceInr {
  border-radius: 20px;
  border: 2px solid #855FB7;
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}

.content .price .priceInr .campaign {
  display: flex;
  width: 480px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

.content .price .priceInr .campaign p {
  color: #0F4C97;
  font-weight: bold;
  font-size: 19px;
  padding: 0 0 0 10px;
}

.content .price .priceInr .campaign p.img {
  width: 105px;
}

.content .price .priceInr .caution {
  font-size: 13px;
  color: #686868;
  width: 810px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.content .price .priceInr .caution a {
  text-decoration: underline;
  color: #686868;
  transition: all .3s;
  text-underline-offset: 3px;
}

.content .price .priceInr .caution a:hover {
 opacity: 0.7;
}

.content .price .priceInr ul{
  background: url(../images/dot.png);
  background-size: cover;
  border-radius: 0 0 18px 18px;
  border-top: 2px solid #855FB7;
  display: flex
}

.content .price .priceInr ul li{
  width: 559px;
  font-size: 18px;
  font-weight: bold;
  color: #0F4C97;
  text-align: center;
  padding: 50px 0 60px;
}

.content .price .priceInr ul li:first-child {
  border-right: 2px solid #855FB7;
}

.content .price .priceInr ul li p {
  background: #FFFCD4;
  display: inline-block;
  padding: 0 10px 1px;
}

.content .price .priceInr ul li p.pc {
  display: inline-block;
}

.content .price .priceInr ul li p.sp {
  display: none;
}

.content .price .priceInr ul li .fukidashi {
  font-size: 16px;
}

.content .price .priceInr ul li .fukidashi::before, .content .price .priceInr ul li .fukidashi::after {
  width: 2px;
  height: 18px;
  content: "";
  background-color: #0F4C97;
  display: inline-block;
  margin: -3px 0;
}

.content .price .priceInr ul li .fukidashi::before {
  margin-right: 20px;
  transform: rotate(-30deg);
}

.content .price .priceInr ul li .fukidashi::after {
  margin-left: 20px;
  transform: rotate(30deg);
}

.content .price .priceInr ul li a.tryBtn {
  font-size: 16px;
  width: 250px;
  letter-spacing: 1px;
  color: #FFF;
  background: #855FB7;
  border-radius: 30px;
  padding: 11px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 20px;
  margin: 10px 0 0 0;
  border: 1px solid #855FB7;
}

.content .price .priceInr ul li a.tryBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
    transition: all .3s;
}

.content .price .priceInr ul li a.tryBtn:hover {
  background: #FFFCD4;
  color: #855FB7;
}

.content .price .priceInr ul li a.tryBtn:hover:after {
  border-top: 1px solid #855FB7;
  border-right: 1px solid #855FB7;
}

.content .price .priceInr ul li a.newBtn {
  font-size: 16px;
  width: 250px;
  letter-spacing: 1px;
  color: #0F4C97;
  background: #C5E2EC;
  border: 1px solid #C5E2EC;
  border-radius: 30px;
  padding: 11px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.content .price .priceInr ul li a.newBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0F4C97;
    border-right: 1px solid #0F4C97;
    transform: rotate(45deg);
    transition: all .3s;
}

.content .price .priceInr ul li a.newBtn:hover {
  background: #FFFCD4;
  border: 1px solid #0F4C97;
}

.content .introduction .title {
  display: flex;
  width: 600px;
  border: 2px solid #855FB7;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  padding: 25px 0 20px;
  justify-content: center;
  align-items: center;
}

.content .introduction .title p {
  font-size: 30px;
  color: #0F4C97;
  font-weight: bold;
}

.content .introduction .introductionInr {
  border-radius: 20px;
  border: 2px solid #855FB7;
  width: 1120px;
  margin: 0 auto 90px;
  padding: 55px 0 0 0;
}

.content .introduction .introductionInr ul {
  display: flex;
  font-size: 18px; 
  color: #0F4C97;
  font-weight: bold;
  text-align: center;
  width: 560px;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.content .introduction .introductionInr ul li p {
  padding: 0 0 20px 0;
}

.content .introduction .introductionInr ul li p.img {
  width: 140px;
}

.content .introduction .introductionInr ul li a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #0F4C97;
  transition: all .3s;
  text-underline-offset: 3px;
}

.content .introduction .introductionInr ul li a:hover {
 opacity: 0.7;
}

.content .introduction .introductionInr .question {
  background: #f1f8fa;
  border-radius: 0 0 18px 18px;
}

.content .introduction .introductionInr .question .questionTitle {
  color: #855FB7;
  font-size: 24px;
  font-weight: bold;
  background: #FFFCD4;
  border-top: 2px solid #855FB7;
  border-bottom: 2px solid #855FB7;
  text-align: center;
}

.content .introduction .introductionInr .question dl {
  border-bottom: 1px solid #B5B0B0;
  width: 840px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.content .introduction .introductionInr .question dl:first-of-type {
  padding: 40px 0 0 0;
}

.content .introduction .introductionInr .question dl:last-child {
  border-bottom: none;
}

.content .introduction .introductionInr .question dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #855FB7;
}

.content .introduction .introductionInr .question dl dd {
  padding: 20px 0 25px 30px;
  font-size: 16px;
}

.content .introduction .introductionInr .question dl:last-child dd {
  padding: 20px 0 40px 30px;
}

.content .introduction .introductionInr .question dl dd span {
  font-size: 18px;
  font-weight: bold;
  color: #855FB7;
}

.content .contactConsultation {
  text-align: center;
  padding: 0 0 90px 0;
}

.content .contactConsultation .title {
  padding: 0 0 30px 0;
}

.content .contactConsultation .title .subTitle {
  color: #00A1E0;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.content .contactConsultation .title .mainTitle {
  color: #0F4C97;
  font-weight: bold;
  font-size: 24px;
}

.content .contactConsultation .text {
  padding: 0 0 30px 0;
  font-size: 16px;
}

.content .contactConsultation a.contactBtn {
  font-size: 16px;
  width: 250px;
  letter-spacing: 1px;
  color: #0F4C97;
  background: #FFFCD4;
  border: 1px solid #FFFCD4;
  border-radius: 30px;
  padding: 13px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.content .contactConsultation a.contactBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0F4C97;
    border-right: 1px solid #0F4C97;
    transform: rotate(45deg);
    transition: all .3s;
}

.content .contactConsultation a.contactBtn:hover {
  background: #FFF;
  border: 1px solid #0F4C97;
}

.content .detail {
  background: #C5E2EC;
  padding: 60px 0 120px;
  text-align: center;
  position: relative;
}

.content .detail .title {
  padding: 0 0 30px 0;
}

.content .detail .title .subTitle {
  color: #00A1E0;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.content .detail .title .mainTitle {
  color: #0F4C97;
  font-weight: bold;
  font-size: 24px;
}

.content .detail .text {
  padding: 0 0 30px 0;
  font-size: 16px;
}

.content .detail ul {
  display: flex;
  margin: 0 auto 50px;
  width: 1000px;
  justify-content: space-between;
}

.content .detail ul li {
  background: #FFF;
  border-radius: 10px;
  width: 150px;
  height: 160px;
  padding: 30px 0 20px;
}

.content .detail ul li p.purpose {
  font-size: 16px;
  font-weight: bold;
  color: #0F4C97;
  line-height: 1.4;
  padding: 0 0 15px;
}

.content .detail ul li p.purposeImg {
  margin: 0 auto;
}

.content .detail ul li:nth-child(1) p.purposeImg {
  width: 80px;
}

.content .detail ul li:nth-child(2) p.purposeImg, .content .detail ul li:nth-child(5) p.purposeImg {
  width: 87px;
}

.content .detail ul li:nth-child(3) p.purposeImg, .content .detail ul li:nth-child(4) p.purposeImg {
  width: 80px;
}

.content .detail ul li:nth-child(6) p.purposeImg {
  width: 56px;
}

.content .detail ul li:nth-child(3) p.purpose, .content .detail ul li:nth-child(5) p.purpose, .content .detail ul li:nth-child(6) p.purpose {
  padding: 10px 0 20px;
}

.content .detail .experience {
  font-size: 18px;
  padding: 0 0 20px 0;
}

.content .detail a.demoBtn {
  font-size: 16px;
  width: 250px;
  letter-spacing: 1px;
  color: #0F4C97;
  background: #FFF;
  border: 1px solid #0F4C97;
  border-radius: 30px;
  padding: 13px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s;
  height: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.content .detail a.demoBtn:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0F4C97;
    border-right: 1px solid #0F4C97;
    transform: rotate(45deg);
    transition: all .3s;
}

.content .detail a.demoBtn:hover {
  background: #0F4C97;
  color: #FFF;
}

.content .detail a.demoBtn:hover:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}


.content .detail .copy {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

@media screen and (min-width: 999px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .sp {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  header .headerInr {
  	width: 90%;
  }
  header .headerInr h1 {
  	width: 30%;
  }
  header .headerInr .btnList {
  	width: 70%;
  }
  header .headerInr a.loginBtnSP {
  	font-size: 12px;
    width: 100%;
    letter-spacing: 1px;
    color: #FFF;
    background: #855FB7;
    border-radius: 30px;
    padding: 10px 17px 5px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    line-height: 20px;
    margin: 0 6%;
    height: 23px;
  }
  header .headerInr a.newBtnSp {
    font-size: 12px;
    width: 100%;
    letter-spacing: 1px;
    color: #0F4C97;
    background: #C5E2EC;
    border-radius: 30px;
    padding: 10px 17px 5px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
    text-align: center;
    line-height: 20px;
    height: 23px;
  }
  .main {
  	width: 90%;
    padding: 27% 5% 0;
  }
  .content {
  	padding: 12% 0 0;
  }
  .content .pack {
  	padding: 0 0 15% 0;
  }
  .content .pack .packInr {
  	width: 90%;
  	border-radius: 10px;
  	padding: 10% 0 0 0;
  }
  .content .pack .title {
  	width: 70%;
    padding: 2%;
    border-radius: 10px 10px 0 0;
  }
  .content .pack .title p.img {
  	width: 10%;
  }
  .content .pack .title p.text {
  	letter-spacing: 1px;
  	font-size: 18px;
  	padding: 0 0 0 2%;
  }
  .content .pack .packInr .koukeiTitle {
  	font-size: 20px;
  	padding: 0 0 5% 0;
  }
  .content .pack .packInr .koukeiText {
  	width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    padding: 0 0 8% 0;
  }
  .content .pack .packInr .functionBlue ul {
  	display: grid;
    width: 90%;
  }
  .content .pack .packInr .functionWhite ul {
  	flex-direction: column-reverse;
  	width: 90%;
  }
  .content .pack .packInr .functionBlue ul li:first-child {
  	width: 100%;
  }
  .content .pack .packInr .functionBlue ul li:last-child {
  	width: 100%;
  }
  .content .pack .packInr .functionWhite ul li:first-child {
  	width: 100%;
  	padding: 7% 0;
  }
  .content .pack .packInr .functionWhite ul li:last-child {
  	width: 100%;
  }
  .content .pack .packInr .functionBlue ul li p.number, .content .pack .packInr .functionWhite ul li p.number {
  	padding: 0 0 3% 0;
  }
  .content .pack .packInr .functionBlue ul li .functionTitle, .content .pack .packInr .functionWhite ul li .functionTitle {
  	padding: 0 0 6% 0;
  	font-size: 17px;
  	background: linear-gradient(transparent 80%, #FFFCD4 0%) no-repeat;
  	background-size: 200% 35px;
  	background-position: top;
  }
  .content .pack .packInr .functionBlue ul li .functionTitle span, .content .pack .packInr .functionWhite ul li .functionTitle span {
  	font-size: 22px;
  }
  .content .pack .packInr .functionBlue ul li p, .content .pack .packInr .functionWhite ul li p {
  	font-size: 14px;
  	line-height: 1.6;
  }
  .content .pack .packInr .functionBlue ul li p.check, .content .pack .packInr .functionWhite ul li p.check {
  	font-size: 16px;
  	padding: 0;
  }
  .content .pack .packInr .functionBlue ul li:last-child {
  	padding: 7% 0;
  }
  .content .pack .packInr .functionList {
  	padding: 6% 0;
    width: 90%;
    margin: 0 auto;
  }
  .content .pack .packInr .functionList .functionListTitle {
  	font-size: 22px;
    line-height: 1.6;
    padding: 0 0 5%;
  }
  .content .pack .packInr .functionList .functionListContent {
  	width: 100%;
    display: flow;
  }
  .content .pack .packInr .functionList .functionListContent dl {
  	display: flex;
  	padding: 0 0 5% 0;
  }
  .content .pack .packInr .functionList .functionListContent dl:nth-child(1), .content .pack .packInr .functionList .functionListContent dl:nth-child(3) {
  	width: 100%;
  }
  .content .pack .packInr .functionList .functionListContent dl:nth-child(2) {
  	width: 100%;
  }
  .content .pack .packInr .functionList .functionListContent dl:nth-child(4) {
  	width: 100%
  }
  .content .pack .packInr .functionList .functionListContent dl dt {
  	width: 40%;
  }
  .content .pack .packInr .functionList .functionListContent dl dd {
  	width: 60%;
  	line-height: 1.6;
  }
  .content .pack .packInr .functionList .functionListCaution {
  	width: 100%;
  	padding: 5% 0 0 0;
  }
  .content .pack .packInr .customerVoice ul {
  	display: flow;
  }
  .content .pack .packInr .customerVoice ul li {
  	padding: 5%;
    border-right: none;
    border-bottom: 2px solid #855FB7;
    width: 90%;
  }
  .content .pack .packInr .customerVoice ul li .speechBubble {
  	padding: 10px;
  }
  .content .pack .packInr .customerVoice ul li .speechBubble::after {
  	left: 12%;
  }
  .content .pack .packInr .customerVoice ul li .customerHuman p.img {
  	width: 23%;
  }
  .content .pack .packInr .contact {
  	border-radius: 0 0 7px 7px;
  	text-align: center;
  	padding: 15% 0;
  }
  .content .pack .packInr .contact ul {
  	display: flow;
    width: 80%;
  }
  .content .pack .packInr .contact ul li p.text {
  	padding: 0 0 7xe% 0;
  }
  .content .pack .packInr .contact ul li p.img {
  	width: 60%;
    margin: 0 auto 5%;
  }
  .content .price {
  	margin: 0 0 15% 0;
  }
  .content .price .title {
  	width: 70%;
    padding: 2%;
    border-radius: 10px 10px 0 0;
  }
  .content .price .title p {
  	letter-spacing: 1px;
  	font-size: 18px;
  }
  .content .price .priceInr {
  	width: 90%;
  	padding: 10% 0 0 0;
  }
  .content .price .priceInr .campaign {
  	width: 90%;
  	padding: 0 0 5% 0;
  }
  .content .price .priceInr .campaign p {
  	font-size: 16px;
  }
  .content .price .priceInr .campaign p.img {
  	width: 20%;
    padding: 0;
  }
  .content .price .priceInr .caution {
  	width: 90%;
  	padding: 0 0 10%;
  }
  .content .price .priceInr ul {
  	display: flow;
  	background: url(../images/dot_sp.png);
  	background-size: cover;
  }
  .content .price .priceInr ul li {
  	width: 100%;
  	padding: 10% 0 13%;
  }
  .content .price .priceInr ul li:first-child {
  	border-right: none;
  }
  .content .price .priceInr ul li:first-child {
  	border-bottom: 2px solid #855FB7;
  }
  .content .price .priceInr ul li p.pc {
    display: none;
  }
  .content .price .priceInr ul li p.sp {
    display: inline-block;
  }
  .content .introduction .title {
  	width: 70%;
    padding: 2%;
    border-radius: 10px 10px 0 0;
  }
  .content .introduction .title p {
  	letter-spacing: 1px;
  	font-size: 18px;
  }
  .content .introduction .introductionInr {
  	width: 90%;
  	padding: 10% 0 0 0;
  	margin: 0 auto 12%;
  }
  .content .introduction .introductionInr ul {
  	width: 80%;
  	display: flow;
  }
  .content .introduction .introductionInr ul li {
  	display: flex;
  	align-items: center;
  }
  .content .introduction .introductionInr ul li p {
  	font-size: 16px;
  	text-align: left;
  }
  .content .introduction .introductionInr ul li p.img {
  	width: 40%;
    padding: 0 5% 5% 0;
  }
  .content .introduction .introductionInr .question dl {
  	width: 90%;
  	padding: 7% 0 0 0;
  }
  .content .introduction .introductionInr .question dl dd {
  	padding: 3% 0 5%;
  }
  .content .introduction .introductionInr .question dl:last-child dd {
  	padding: 3% 0 10%;
  }
  .content .introduction .introductionInr .question dl dd span {
  	font-size: 14px;
    padding: 0 3% 0 0;
  }
  .content .introduction .introductionInr .question dl:first-of-type {
  	padding: 10% 0 0 0;
  }
  .content .contactConsultation {
  	padding: 0 0 18% 0;
  	width: 90%;
  	margin: 0 auto;
  }
  .content .contactConsultation .text {
  	text-align: left;
  }
  .content .contactConsultation .title .mainTitle {
  	line-height: 1.4;
  }
  .content .detail {
  	padding: 10% 0 25%;
  }
  .content .detail .title {
  	padding: 0 0 5% 0;
  }
  .content .detail .text {
  	width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 6% 0;
  }
  .content .detail ul {
  	width: 90%;
    display: flow;
    margin: 0 auto 7%;
  }
  .content .detail ul li {
  	width: 95%;
    height: 5em;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 4% 0;
    justify-content: left;
    padding: 5% 0 5% 5%;
    align-items: center;
  }
  .content .detail ul li p.purpose {
  	padding: 0;
  	font-size: 14px;
  }
  .content .detail ul li p.purposeImg {
  	padding: 0 5% 0 0;
  	margin: 0;
  }
  .content .detail ul li:nth-child(1) p.purposeImg, .content .detail ul li:nth-child(2) p.purposeImg, .content .detail ul li:nth-child(5) p.purposeImg,
  .content .detail ul li:nth-child(3) p.purposeImg, .content .detail ul li:nth-child(4) p.purposeImg {
    width: 25%;
  }
  .content .detail ul li:nth-child(6) p.purposeImg {
  	width: 18%;
    padding: 0px 6%;
  }
  .content .detail ul li:nth-child(3) p.purpose, .content .detail ul li:nth-child(5) p.purpose {
  	padding: 0;
  }
  .content .detail .experience {
  	font-size: 16px;
    padding: 0 0 3% 0;
  }
  .modal__content {
  	width: 80%;
  }
  .swiper-button-prev {
    left: -30px !important;
  }
  .swiper-button-next {
    right: -30px !important;
  }
}
