/*=============================================
	body
*=============================================*/
body {
  color: #313131;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 100%;
  width: 1130px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.wrap2 {
  max-width: 750px;
  margin: 0 auto;
}
.wrap3 {
  max-width: 880px;
  margin: 0 auto;
	background: #FFF;
}
@media screen and (max-width: 768px) {
	.wrap3 {
		background: transparent;
	}
}

footer {
  text-align: center;
  padding: 32px 24px;
  font-size: 12px;
  line-height: 1.8;
  color: #7f7f7f;
}

@media screen and (max-width: 768px) {
  footer {
    padding-right: 50px;
    text-align: left;
  }
}

/*=============================================
	general
*=============================================*/
.pink {
  color: #e13399;
}

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

.blank-right {
  background: url("../img/icon-blank.png") no-repeat center right 5px/12px 14px;
  padding-right: 1.4em;
  color: #00b0f0;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.blank-right:hover {
  text-decoration: none;
  color: #8bd0e9;
}

.link-text {
  color: #00b0f0;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.link-text:hover {
  text-decoration: none;
  color: #8bd0e9;
}

h1 {
  color: #222;
  font-size: 32px;
  line-height: 1.8;
  margin: 32px 0;
}

h2 {
  color: #1b0045;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}

h3 {
  color: #1b0045;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

h4 {
  color: #1b0045;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin: 1.6em 0 0.5em 0;
}

section p {
  margin-bottom: 2em;
}

b {
  font-weight: bold;
  color: #1b0045;
}

.margin-bottom0 {
  margin-bottom: 0px!important;
}
.margin-bottom05em {
  margin-bottom: 0.5em!important;
}

.margin-bottom1em {
  margin-bottom: 1em!important;
}

.margin-bottom2em {
  margin-bottom: 2em!important;
}

.margin-bottom3em {
  margin-bottom: 3em!important;
}

.margin-bottom4em {
  margin-bottom: 4em!important;
}

.margin-top0 {
  margin-top: 0!important;
}
.margin-top2em {
  margin-top: 2em!important;
}
.margin-top4em {
  margin-top: 4em!important;
}

.padding-bottom0 {
  padding-bottom: 0!important;
}
.padding-bottom2 {
  padding-bottom: 2em!important;
}
.padding-top2em {
  padding-top: 2em!important;
}

p.padding-top1 {
  padding-top: 1em;
}

p.text-strong {
  font-size: 28px;
  line-height: 1.6em;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center!important;
}

.weight-bold {
  font-weight: bold;
}
.weight-normal {
  font-weight: normal;
}

.tiny-font{
  font-size: 13px;
}
.more-small-font{
  font-size: 15px;
}
.small-font{
  font-size: 16px;
}
.middle-font{
  font-size: 19px;
}
.large-font{
  font-size: 22px;
}
.text-color-navy {
  color: #1b0045;
}

.text-line-through {
  text-decoration: line-through;
}

.sp {
  display: none !important;
}
.sp-inline {
  display: none !important;
}

#pagetop {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-indent: -9999px;
  background: #7f7f7f url("../img/arr-03.png") no-repeat center/10px 6px;
}

#pagetop:hover {
  background-color: #a3ba60;
}
.side-area{
  right: 0;
  top: 50%;
  margin-top: -113px;
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  line-height: 1;
}
a.side-entry-btn {
  display: block;
  text-decoration: none;
  padding: 1.6em 1.0em 2em 1.0em;
  font-size: 18px;
  background: #1b0045 url("../img/arr-04.png") no-repeat center bottom 10px/10px 6px;
  color: #fff;
  transition: 0.3s;
}

a.side-entry-btn:hover {
  background: #a3ba60 url("../img/arr-04.png") no-repeat center bottom 6px/10px 6px;
}

.more-btn {
  margin: 0;
  text-align: center;
  border: solid 1px #1b0045;
  border-radius: 4px;
  padding: 2% 8%;
  font-size: 16px;
  color: #1b0045;
  text-decoration: none;
  background: #fff;
}

.more-btn:after {
  content: "";
  width: 10px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url("../img/arr-01.png") no-repeat center right/contain;
}

.toggle-link {
  width: 72%;
  margin: 6% auto;
}

.toggle.active .toggle-link .more-btn {
  background: #1b0045;
  color: #fff;
}

.toggle.active .toggle-link .more-btn:after {
  background-image: url("../img/arr-03.png");
}

@media only screen and (min-width: 769px) {
  .toggle.hide-pc .toggle-link {
    display: none !important;
  }
  .toggle.hide-pc .toggle-main {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .toggle .nonani-sp.wow {
    visibility: visible !important;
    animation-duration: none !important;
    -moz-animation-duration: none !important;
    -webkit-animation-duration: none !important;
    animation-fill-mode: none !important;
    -moz-animation-fill-mode: none !important;
    -webkit-animation-fill-mode: none !important;
  }
}

.thanks-btn,
.form-button .submit-btn {
  margin: 5px auto;
  width: 315px;
  max-width: 80%;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 1em 20px;
  font-size: 18px;
  background: #1b0045 url("../img/arr-02.png") no-repeat center right 15px/6px 10px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.thanks-btn:hover, .thanks-btn:active,
.form-button .submit-btn:hover,
.form-button .submit-btn:active {
  text-decoration: none;
}

.form-button .submit-btn.form-back {
	background: #FFF url("../img/arr-07.png") no-repeat center left 15px/6px 10px;
	border: 2px solid #999999;
	color: #5e5e5e;
	width: 150px;
	padding: 0.8em 20px;
}


@media only screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .thanks-btn:hover,
  .form-button .submit-btn:hover {
    background-color: #a3ba60;
    background-position: center right 8px;
    color: #fff;
  }
	.form-button .submit-btn.form-back:hover {
		background: #999999 url("../img/arr-06.png") no-repeat center left 8px/6px 10px;
		color: #fff;
	}
	.form-button .submit-btn.form-back {
		width: 250px;
	}
}

@media only screen and (max-width: 768px) {
  img {
    width: auto;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    line-height: 1.5
  }
  h3 {
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
  }
  p.text-strong {
    font-size: 24px;
  }
  hr.hr-style1 {
    height: 1em;
  }
  hr.hr-style3 {
    height: 3em;
  }
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline!important;
  }
  /*.side-entry-btn span{
    width: 14px;
  }*/
  #pagetop {
    width: 36px;
    height: 36px;
    bottom: 34px;
  }
  .side-area {
    /*top: calc(100% - 6.6em - 44px);*/
    top: auto;
    bottom:  90px;
    transform: none;
    margin: 0;
  }
  a.side-entry-btn {
    width: 37px;
    font-size: 14px;
    padding: 1.6em 0.8em 2em 0.8em;
  }
  .toggle.active .toggle-link .more-btn{
    background: #fff;
    color: #1b0045;
  }
  .toggle.active .toggle-link .more-btn:after {
    background-image: url('../img/arr-05.png');
  }
}

/*=============================================
	mainvisual
*=============================================*/
#mainvisualarea {
	background: url(../img/confetti01.png) no-repeat center bottom, linear-gradient(0deg, rgba(0,0,0,0), #f8f8ef) center top;
}

.mainvisual {
  margin: auto;
  max-width: 1400px;
  position: relative;
  background: url("../img/key_bg.jpg") no-repeat center/cover;
}

.mainvisual .inner {
  position: relative;
  height: 640px;
  margin: auto;
  max-width: 1100px;
}

.mainvisual .box1 {
  max-width: 70%;
  position: absolute;
  top: 50px;
  left: 0;
}

.mainvisual .box2 {
  max-width: 43%;
  position: absolute;
  right: 0;
  bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .mainvisual .item1 {
    animation-delay: 0.25s !important;
	  padding-top:2rem;
  }
  .mainvisual .item2 {
    animation-delay: 0.50s !important;
  }
  .mainvisual .item3 {
    animation-delay: 0.75s !important;
  }
  .mainvisual {
    background: url("../img/key_bg_sp.jpg") no-repeat center/cover;
  }
  .mainvisual .inner {
    height: auto;
  }
  .mainvisual .box1, .mainvisual .box2 {
    position: static;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
}

.pr-area {
  padding: 80px 0 80px;
  background: url("../img/confetti.png") no-repeat top center;
}

.pr-area h2 {
  font-size: 28px;
  margin-bottom: 32px;
}

.pr-area .box {
  width: 95%;
  max-width: 1166px;
  margin: auto;
}

.pr-area .img-book {
  width: 130px;
  margin: 0 40px 0 60px;
  float: right;
}

.pr-area .img-book img {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .pr-area {
    margin-bottom: 6.6%;
    padding: 13.2% 0 0;
    background: url("../img/confetti-sp.png") no-repeat top center;
    background-size: 100%;
  }
  .pr-area h2 {
    padding: 0 4%;
    font-size: 22px;
  }
  .pr-area .box {
    width: 88%;
    padding: 4.6% 4% 6.6% 4%;
  }
  .pr-area .img-book {
    width: 40%;
    margin: 3.2% auto 4%;
    float: none;
  }
}

/*=============================================
	sec01
*=============================================*/
.text-area {
  margin-top: 5px;
}

.text-area h2 {
  font-size: 32px;
  margin: 80px 0 32px 0;
}
.text-area h2.first {
  margin: 5px 0 32px 0;
}

.text-area h3 {
  font-size: 24px;
  margin-bottom: 32px;
}

.text-area h3 span {
  color: #fff;
  background: #1b0045;
  padding: 4px 10px;
  margin-right: 8px;
  font-size: 22px;
  font-weight: normal;
}

.text-area h3.indent1-left {
  padding-left: 1.5em;
  position: relative;
}
.text-area h3.indent1-left span {
  position: absolute;
  line-height: 1.3;
  display: inline-block;
  left: 0;
  top: 0.1em;
}

.text-area h4 {
  margin: 1.6em 0 0.6em 0;
  border-bottom: 1px solid #7f7F7F;
}

.text-area p.link {
  text-align: right;
}

.text-area ul li {
  list-style: none;
  margin-bottom: 0.6em;
  background: url("../img/list-head1.png") no-repeat top 0.8em left/4px 4px;
  padding-left: 0.6em;
}
.text-area ul.listStyleStar li {
  list-style: none;
  margin-bottom: 0.6em;
  background: url("../img/list-head3.png") no-repeat top 0.4em left/16px 16px;
  padding-left: 1.2em;
}

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

.text-area ul.marginbottom2em li:last-child {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .text-area {
    margin-top: 6.6%;
  }
  .text-area h2 {
    font-size: 24px;
    margin: 13.33% 0 8% 0;
    text-align: left;
  }
  .text-area h3 {
    font-size: 20px;
    margin-bottom: 4%;
  }
  .text-area h3 span {
    font-size: 18px;
    padding: 4px 8px;
  }
  .text-area h3.indent1-left {
    padding-left: 1.6em;
  }
  .text-area p {
    margin-bottom: 1.8em;
  }
}


.text-area02 h2 {
  font-size: 32px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 768px) {
  .text-area02 h2 {
    font-size: 24px;
    margin: 0 0 8% 0;
    text-align: left;
  }
}

/*=============================================
	sec02
*=============================================*/
.spec-area {
  padding-top: 96px;
}

.spec-area h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

.spec-area p {
  margin-bottom: 1em;
}

.spec-area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}

.spec-area .box-head {
  width: 150px;
}

.spec-area .box-content {
  width: 920px;
  max-width: calc(100% - 150px);
}

.spec-area h3 {
  width: 6em;
  height: 6em;
  text-align: center;
  border: solid 1px #7f7f7f;
  display: table-cell;
  vertical-align: middle;
  color: #313131;
  font-size: 18px;
}

.spec-area .profile-img {
  float: right;
  width: 220px;
  margin-left: 32px;
}

.spec-area ul li {
  list-style: none;
  margin-bottom: 0.6em;
  background: url("../img/list-head1.png") no-repeat top 0.8em left/4px 4px;
  padding-left: 0.6em;
}

.spec-area .spec-area-pr {
  border: 1px solid #e13399;
  padding: 1.2em;
  margin: 1.2em 0;
}

.spec-area .name {
  display: block;
  float: right;
  width: 200px;
  margin: 8px 0 0 0;
}

.spec-area .img-book {
  width: 130px;
  margin-left: 2em;
  float: right;
}

.spec-area .img-book img {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .spec-area {
    padding-top: 10%;
  }
  .spec-area h2 {
    font-size: 24px;
    margin-bottom: 4%;
    text-align: left;
  }
  .spec-area .box {
    margin-bottom: 2em;
  }
  .spec-area .box-head {
    width: 100%;
  }
  .spec-area .box-content {
    width: 100%;
    max-width: 100%;
  }
  .spec-area h3 {
    width: 100%;
    height: auto;
    text-align: center;
    border: solid 1px #7f7f7f;
    display: block;
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
  .spec-area .profile-img {
    float: none;
    /*width: 70%;*/
    width: 55%;
    margin: 0 auto;
  }
  .spec-area .name {
    width: 40%;
    margin: 6% 0 6% 0;
  }
  .spec-area .img-book {
    width: 40%;
    margin: 0 auto 4%;
    float: none;
  }
}

/*=============================================
	form
*=============================================*/
.form-area {
  /*padding-top: 92px;*/
  padding-bottom: 50px;
}

.form-area h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

.form-area dl {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  font-size: 18px;
  line-height: 1.6;
}

.form-area dl dt {
  width: 100%;
  margin: 0;
  padding: 0 0 0.6em 0;
}

.form-area dl dd {
  width: 100%;
  margin: 0;
  padding: 0 0 2em 0;
}

.form-area .form-input {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  height: 2.6em;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.form-area ul.checkbox-on {
  margin: 0;
  padding: 0;
}

.form-area ul.checkbox-on li {
  list-style: none;
  margin: 0;
  background: url("../img/check-on.png") no-repeat top 3px left/24px 24px;
  padding: 0 0 0 30px;
  font-size: 18px;
  line-height: 1.6;
}

.form-area ul.checkbox-off li {
  list-style: none;
  margin: 0;
  background: url("../img/check-off.png") no-repeat top 3px left/24px 24px;
  padding: 0 0 0 30px;
  font-size: 18px;
  line-height: 1.6;
}

.form-area .must {
  font-size: 12px;
  color: #fff;
  background: #a3ba60;
  padding: 4px 6px;
  border-radius: 3px;
  margin-right: 0.8em;
}

.form-area .free {
  font-size: 12px;
  color: #fff;
  background: #7f7f7f;
  padding: 4px 6px;
  border-radius: 3px;
  margin-right: 0.8em;
}

@media screen and (max-width: 768px) {
  .form-area {
    padding-top: 13%;
    padding-bottom: 10%;
  }
  .form-area h2 {
    font-size: 24px;
    margin-bottom: 4%;
    text-align: left;
  }
  .form-area dl {
    width: 100%;
    font-size: 16px;
  }
  .form-area dl dt {
    padding: 0 0 0.4em 0;
  }
  .form-area dl dd {
    padding: 0 0 1.6em 0;
  }
  .form-area .form-input {
    font-size: 16px;
    height: 2.4em;
  }
  .form-area ul.checkbox-on li {
    font-size: 16px;
  }
  .form-area ul.checkbox-off li {
    font-size: 16px;
  }
}

.form-area .must {
  font-size: 10px;
  padding: 6px;
}

.form-area .free {
  font-size: 10px;
  padding: 6px;
}

/*=============================================
	low
*=============================================*/
.low-area {
  padding-top: 96px;
  padding-bottom: 96px;
}

.low-area h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}

.low-area table {
  border-top: 1px solid #7f7f7f;
  border-collapse: collapse;
  border-spacing: 0;
}

.low-area table th, .low-area table td {
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #7f7f7f;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.8;
}

.low-area table th {
  width: 25%;
  font-weight: bold;
}

.low-area table td {
  width: 75%;
}

.low-area .toggle.active .toggle-link .more-btn {
  color: #1b0045;
  background: #fff;
}

.low-area .toggle.active .toggle-link .more-btn:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle .toggle-link .more-btn .close,
.toggle.active .toggle-link .more-btn .open {
  display: block;
}

.toggle.active .toggle-link .more-btn .close,
.toggle .toggle-link .more-btn .open {
  display: none;
}

.low-area .toggle .toggle-link .more-btn:after {
  background-image: url("../img/arr-01.png");
}


@media screen and (max-width: 768px) {
  .low-area {
    padding-top: 6.6%;
    padding-bottom: 4%;
  }
  .low-area h3 {
    font-size: 20px;
    margin: 0 0 4% 0;
  }
  .low-area table th, .low-area table td {
    display: block;
    width: 100%;
    padding: 0.8em 0 0.2em 0;
  }
  .low-area table th {
    border-bottom: none;
  }
  .low-area table td {
    border-bottom: 1px solid #7f7f7f;
    padding: 0.2em 0 0.8em 0;
  }
}

.bg-glay-frame {
  padding: 32px;
  background: #F7F7EF;
  margin-bottom: 32px;
}

/*↓スライダー部分で使用↓*/
.bg-glay-frame-mb0{
  padding: 32px 32px 0 32px;
  background: #F7F7EF;
}
.bg-glay-frame-m0{
  padding: 0 32px;
  background: #F7F7EF;
}
.bg-glay-frame-mt0{
  padding: 0 32px 32px 32px;
  background: #F7F7EF;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	.bg-glay-frame-mb0{
		padding: 5% 5% 0 5%;
	}
	.bg-glay-frame-m0{
		padding: 0;
		background: transparent;
	}
	.bg-glay-frame-mt0{
		padding: 0 5% 5% 5%;
		margin-bottom: 5%;
	}
}
/*↑スライダー部分で使用↑*/

.bg-shadow-frame {
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
}

.bg-white-frame {
  padding: 32px;
  background: #fff;
  border: 1px solid #e13399;
}

.bg-white {
  background: #fff!important;
}

.confettiBack{
	/*padding: 80px 0 0;*/
	padding: 0;
	background: url("../img/confetti02.png") no-repeat top center;
}
@media screen and (max-width: 768px) {
	.confettiBack{
		padding: 45px 0 0;
		background: url("../img/confetti-sp.png") no-repeat top center;
	}
}
.border-navy{
  border: #1b0045 solid 1px!important;
}

.comment-frame {
  padding: 32px;
  background: #f3f5f7;
  margin-bottom: 32px;
  border: #7f7f7f solid 1px;
  position: relative;
}

.comment-frame::before {
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("../img/comment-ul.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-frame::after {
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("../img/comment-dr.png");
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.comment-frame-navy::before {
  background-image: url("../img/comment-ul-navy.png")!important;
}

.comment-frame-navy::after {
  background-image: url("../img/comment-dr-navy.png")!important;
}

.comment-frame-profile dt {
  margin: 0 auto 10px;
  width: 180px;
}
.comment-frame-profile dt.profileGrid {
	margin: 0 auto 10px;
	width: auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
.comment-frame-profile dt.profileGrid > div.profileGridBox {
	grid-column: 3;
	display: flex;
	gap:0.5em;
	align-items: flex-end;
}
.comment-frame-profile dt.profileGrid >p:first-of-type {
	width: 180px;
	grid-column: 2;
	justify-self: center;
	margin-right: 0.5em;
}
.comment-frame-profile dt.profileGrid > div.profileGridBox > p {
	width: 95px;
}

.comment-frame-profile {
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 24px auto;
}

.comment-frame-profile span {
  font-size: 14px;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .bg-glay-frame {
    padding: 5%;
    margin-bottom: 5%;
  }
  .comment-frame {
    padding: 6% 4%;
    margin-bottom: 4%;
  }
  .comment-frame-profile dt {
    width: 120px;
  }
	.comment-frame-profile dt.profileGrid >p:first-of-type {
		width: 120px;
	}
	.comment-frame-profile dt.profileGrid > div.profileGridBox > p {
		width: 60px;
	}
  .comment-frame-profile span {
    font-size: 12px;
  }
}

/*=============================================
	modal
*=============================================*/
.remodal.modal-area {
  padding: 0!important;
  width: 800px;
  max-width: 100%;
  position: relative;
  text-align: center;
  background: transparent;
}

.remodal.modal-area section {
  padding: 50px 3% 20px!important;
  position: relative;
  overflow-y: auto;
  border: 5px solid #fff;
  border-width: 20px 4px;
  max-height: 90vh;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.remodal.modal-area .modal-inner {
  overflow: hidden;
}

.remodal.modal-area h2 {
  font-size: 32px;
  margin: 0 0 32px;
  font-weight: bold;
}

.remodal.modal-area h3 {
  font-size: 20px;
  font-weight: bold;
}

.remodal.modal-area p {
  margin: 1em 0 1.5em;
  text-align: left;
}

.remodal.modal-area ul {
  margin: 1em 0 1.5em;
  text-align: left;
  list-style-type: disc;
}

.remodal.modal-area ul li {
  margin: 0 0 0 2em;
}

.remodal.modal-area section::-webkit-scrollbar {
  width: 2px;
  height: 15px;
  padding: 1px;
  background-color: transparent;
}

.remodal.modal-area section::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 1px;
}

.remodal.modal-area section::-webkit-scrollbar-thumb {
  background: #7f7f7f;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  .remodal.modal-area section {
    padding: 8% 0 !important;
    font-size: 15px;
  }
  .remodal.modal-area h2 {
    font-size: 22px;
    margin-bottom: 8%;
  }
  .remodal.modal-area h3 {
    font-size: 16px;
  }
  .remodal.modal-area .modal-inner {
    padding: 0 10px;
  }
  .remodal.modal-area .bg-glay-frame {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#thanks {
  text-align: center;
}

.fcform__main {
  width: 90%;
  margin: auto;
  font-size: 18px;
  line-height: 1.6;
}

.fcform__main .note {
  font-size: 16px;
  display: block;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .fcform__main {
    width: 100%;
    font-size: 16px;
  }
  .fcform__main .note {
    font-size: 14px;
  }
  .thanks-message {
    text-align: left;
  }
}




.kiyaku-title-img{
	text-align: center!important;
}
.kiyaku-title-img img{
	width: 100px;
	height: auto;
}

.strikethroughPink{/*ピンク色の打消し線、文字色は黒色*/
	background-image: linear-gradient(#e13399, #e13399);
	background-position: 0 50%;
	background-size: 100% 3px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0 2px;
	color: #404040;
}

.alignItemCenter{
	align-items: center;
}

.bnWrap{
	display: flex;
	gap:3rem;
	justify-content: center;
	align-items: center;
}
.bnBox{
	display: flex;
	gap:2rem;
}
.bnBox img{
	width: 90%;
}
.bnBox p{
	width: 60px;
}
.bannerFm {
	box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
	display: inline-block;
	max-width:300px;
}
@media screen and (max-width: 768px) {
	.bnWrap{
		flex-direction: column;
	}
}

/*@media screen and (max-width: 768px) {
	.swiper-slide{
		width: 80%!important;
		margin-left:0.5rem;
		margin-right:0.5rem;
	}
}*/
/*@media screen and (min-width: 769px) {
	.swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
		gap:1rem;
		justify-content: center;
	}
	.swiper-slide{
		flex-basis: 48%;
	}
}*/

.sliderWrap{
	position:relative;
}
.sliderBox{
	position:absolute;
	top:0;
	z-index: 2;
	width: 100%
}
.slider{
	display: flex;
	justify-content: unset;
	overflow-x: auto;
	gap:1rem
}
.slider .box{
	flex-shrink: 0;
	width: 70vw;
	height: auto;
	border: 1px solid #d7d7d7;
}
.slider .box:first-of-type{
	margin-left: 32px;
}
.slider .box:last-of-type{
	margin-right: 32px;
}
.slider .box img{
	width: 100%
}
@media screen and (min-width: 769px) {
	.sliderBox{
		position:static;
	}
	.slider{
		display: flex;
		flex-wrap: wrap;
		gap:1rem;
		justify-content: center;
	}
	.slider .box{
		flex-basis: 48%;
	}
	.slider .box:first-of-type{
		margin-left: 0;
	}
	.slider .box:last-of-type{
		margin-right: 0;
	}
}

.voiceBox{
	display:flex;
	flex-direction: column;
	gap:2em;
}
@media screen and (min-width: 769px) {
	.voiceBox{
		flex-direction: row;
	}
}
/*.voiceBox{
	
}
@media screen and (min-width: 769px) {
	.voiceBox{
		width: 50%;
		margin: 0 auto;
	}
}*/


/*”自社らしさがちゃんと伝わる””お客さんに優しく、わかりやすく使いやすい”を実践されるサイトたち*/
/*.sliderBox{
	position:static;
}*/
.topSitebTitle{
	line-height: 1.3em;
}
.slider02{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-row-gap: 3rem;
	grid-column-gap: 1rem;
}
.slider02 .box{
	flex-basis: 48%;
}
.slider02 .box:first-of-type{
	margin-left: 0;
}
.slider02 .box:last-of-type{
	margin-right: 0;
}
.slider02 .box a{
	height: 100%;
	text-decoration: none;
	display: block;
}
.slider02 .box a:hover
{
	opacity: .8;
}
.topSiteBox{
	display:flex;
	flex-direction: column;
	height: 100%;
	line-height: 1.2em;
	justify-content: space-between;
}
.topSiteBox > p:nth-child(2){
	font-size:0.95rem;
}
.topSiteBox > p:nth-child(3){
	font-size:0.95rem;
}

.consulting{
	padding:0.3rem 0.2rem;
	font-weight: bold;
	border:1px solid #1b0045;
	color:#1b0045;
}
.spot{
	padding:0.3rem 0.2rem;
	font-weight: bold;
	border:1px solid #9bbb59;
	color:#9bbb59;
}
/*@media (max-width: 991px) {
	.slider02 .box{
		flex-basis: 48%;
	}
}*/
@media (max-width: 767px) {
	/*.sliderWrap{
		position:relative;
	}*/
	.topSitebTitle{
		line-height: 1.2em;
	}
	.slider02Box{
		/*position:absolute;
		top:0;
		z-index: 2;*/
		width: 100%
	}
	.topSiteBox > p:nth-child(2){
		font-size:1.05rem;
	}
	.slider02{
		display: flex;
		justify-content: unset;
		overflow-x: auto;
		gap:1rem;
		flex-wrap:nowrap;
		position: relative;
	}
	.slider02 .box{
		flex-shrink: 0;
		/*width: 75vw;*/
		height: auto;
		border: 1px solid #E2E2E2;
		flex-basis: 80%;
	}
	.slider02 .box a{
		padding: 2rem 0.5rem;
	}
	.slider02 .box:first-of-type{
		margin-left: 8px;
	}
	/*（iPhoneで効かない）Android用*/
	.slider02 .box:last-of-type{
		margin-right: 8px;
	}
	.slider02 .lastBox{
		margin-right: 8px;
	}
	.slider02 .box img{
		width: 100%
	}
}

/*その道のりは、大きく3つのフェーズに分かれます。*/
@media screen and (max-width: 768px) {
	.phases-img > img {
		max-width:none;
		height: 300px;
		border: 1px solid #E2E2E2;
		padding: 2rem 0.5rem;
	}
	.phases-img {
		margin-left: 8px;
		margin-right: 8px;
	}
	.phases-img-box{
		overflow: scroll;
		white-space:nowrap;
		width:100%; 
		height:auto;
		
	}
}

.form-member{
	display:inline-block!important;
	width: 20%!important;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance:textfield !important;
}




