
/*----------------------------*/
/*--base--*/
/*----------------------------*/
.inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
      width: 100%;
      padding: 0 20px;
  }
}

.forPc {
  display: block;
}
.forSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}

.number {
  font-family: 'Roboto', sans-serif;
}

.h2box {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .h2box {
    margin-bottom: 30px;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: -0.08rem;
  margin-bottom: 0;
}
p {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 22px;
  }
}
.h2box h2 {
  line-height: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .h2box h2 {
    line-height: 2.4rem;
  }
}

.content01,
.content02,
.content03,
.content04,
.content05,
.content06, 
.content07,
.content08,
.content09 {
  color: #444444;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .content01,
  .content02,
  .content03,
  .content04,
  .content05,
  .content06, 
  .content07,
  .content08,
  .content09 {
    padding: 50px 0;
  }
}

.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs36 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .fs12 {
    font-size: 10px;
  }
  .fs14 {
    font-size: 12px;
  }
  .fs16 {
    font-size: 14px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs36 {
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
  .fs16 {
    font-size: 13px;
  }
  .fs18 {
    font-size: 15px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs22 {
    font-size: 16px;
  }
}

em {
  color: #317dc1;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #fff25f 60%);
}

.text_gradation {
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #327dc1, #169cbe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_gradation {
  background: linear-gradient(to right, #327dc1, #169cbe);
}
.bg_blue {
  background: #317dc1;
}
.bg_sorairo {
  background: #dee6ed;
}
.bg_gray {
  background: #f8f8f8;
}
.bg_white {
  background: #fff;
}

.singlefree_content {
  padding-top: 0;
}


/*----------------------------*/
/*--main--*/
/*----------------------------*/
section#bgImage {
  background: url(../images/stp_new/FV_bg.jpg) repeat;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
  max-height: 550px;
}
section#bgImage .inner.bg {
  padding-top: 60px;
  padding-bottom: 90px;
  font-weight: bold;
  position: relative;
}
.main__contetnt {
  width: 860px;
  margin: 0 auto;
  padding: 40px 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  text-align: center;
}
.main__contetnt .inner {
  width: 100%;
}
.main__contetnt .midashi {
  padding: 15px 0;
  border-radius: 3px;
}
.main__contetnt .midashi p {
  color: #fff;
  font-size: 26px;
}
.main__contetnt .midashi p em {
  letter-spacing: -0.03rem;
  color: #fff25f;
  background: none;
}
.main__contetnt h1 {
  font-size: 86px;
  letter-spacing: -0.3rem;
  line-height: 8.6rem;
}
.main__contetnt p.lead {
  font-size: 23px;
  letter-spacing: 0.08rem;
}
.sub__contetnt {
  position: absolute;
  bottom: -110px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.sub__contetnt h2 img{
  margin: 0 auto;
}
.sub__contetnt p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section#bgImage {
    background: url(../images/stp_new/FV_bg_sp.jpg) repeat;
    background-position: center;
    background-size: cover;
  }
  section#bgImage {
    margin-top: 0px;
    max-height: none;
  }
  .main__contetnt {
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,0.9);
  }
  .main__contetnt .inner {
    padding: 0;
  }
  .main__contetnt .midashi {
    padding: 5px 0 10px;
  }
  .main__contetnt .midashi p {
    font-size: 16px;
    line-height: 1rem;
  }
  .main__contetnt h1 {
    font-size: 36px;
    line-height: 5rem;
    letter-spacing: -0.15rem;
  }
  .main__contetnt p.lead {
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: 0.03rem;
  }
  .sub__contetnt {
    bottom: -110px;
    padding: 0 20px;
  }
  .sub__contetnt .img_area {
    padding: 0 30px
  }
  .sub__contetnt p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .main__contetnt .midashi p {
    font-size: 12px;
    line-height: 0.6rem;
  }
  .main__contetnt h1 {
    font-size: 32px;
    line-height: 4.6rem;
    letter-spacing: -0.15rem;
  }
}

/*----------------------------*/
/*--section.content01--*/
/*----------------------------*/
section.content01{
  margin-top: 150px;
  padding-top: 0;
}
section.content01 .inner {
  position: relative;
}
.point_block {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.point_block .inner {
  width: 100%;
}
.point_block .img_area {
  margin-bottom: 30px;
}
.point_block .img_area img {
  margin: 0 auto;
  display: block;
}
.point_block ul {
  display: flex;
}
.point_block ul {
  display: flex;
}
.point_block ul li {
  width: 35%;
  padding: 40px 20px;
  border-right: 1px solid #eeeeee;
}
.point_block ul li:last-child {
  border-right: none;
}
section.content01 .point_block ul li p {
  padding: 0px 30px;
}

.point_block h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  section.content01 .inner {
    padding: 0 20px;
  }
  section.content01  li .inner {
    padding: 0 30px;
  }
  section.content01{
    margin-top: 130px
  }
  .point_block ul {
    display: block;
  }
  .point_block ul li {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
  }
  .point_block ul li:last-child {
    border-bottom: none;
  }
  section.content01 .point_block ul li p {
    padding: 0px 0px;
  }

  .point_block .img_area,
  .point_block h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .point_block .img_area {
    width: 25%;
    margin-right: 10px;
  }
  .point_block h3 {
    width: 69%;
    text-align: left;
  }
}


/*----------------------------*/
/*--section.content02--*/
/*----------------------------*/
section.content02 {
  padding-top: 0px;
}
section.content02 h2 {
  text-align: left;
}
section.content02 .fl_left {
  width: 60%;
  margin-right: 50px;
}
section.content02 .fl_right {
  width: 35%;
}

section.content02 h2 {
  margin-top: 80px;
  text-align: left;
}
section.content02 h2 span {
  text-indent: -22px;
  display: block;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  section.content02 .fl_left {
    width: 100%;
    margin-right: 0px;
  }
  section.content02 .fl_right {
    width: 100%;
    margin-top: 40px;
  }
  section.content02 h2 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 2rem;
  }
  section.content02 h2 span {
    text-indent: -12px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 390px) {
  section.content02 h2 {
    font-size: 24px;
  }
}

/*----------------------------*/
/*--section.content03--*/
/*----------------------------*/
section.content03 .fl_left {
  width: 50%;
}
section.content03 .fl_right {
  width: 45%;
  margin-top: 30px;
  margin-left: 50px;
}
section.content03 h2 {
  text-align: left;
  color: #fff;
  position: relative;
}
section.content03 h2::after {
  content: "";
  display: inline-block;
  width: 550px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: -60px;
}
section.content03 h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2rem;
  color: #fff25f;
  letter-spacing: 0;
}
section.content03 p {
  color: #fff;
}

@media screen and (max-width: 767px) {
    section.content03 .fl_left {
      width: 100%;
    }
    section.content03 .fl_right {
      width: 100%;
      margin-left: 0px;
    }
    section.content03 .h2box {
      margin-bottom: 20px;
    }
    section.content03 h2 {
      padding-bottom: 20px;
      border-bottom: 2px solid #fff;
    }
    section.content03 h2::after {
      content: unset;
    }
    section.content03 h3 {
      margin-top: 0px;
      margin-bottom: 15px;
      line-height: 1.6rem;
    }
}

/*----------------------------*/
/*--section.content04--*/
/*----------------------------*/
.hyoka__contetnt__block {
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
}
.hyoka__contetnt__block:last-child {
  margin-bottom: 0px;
}
.hyoka__contetnt__block.bg_white {
  margin-bottom: 0px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.hyoka__contetnt__block .inner {
  width: 100%;
}
.hyoka__contetnt__block .ttl {
  width: 18%;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
.hyoka__contetnt__block .ttl.bg_gradation {
  color: #fff;
}
.hyoka__contetnt__block .text_area {
  width: 82%;
  padding: 30px 20px;
}
.hyoka__contetnt__block ul li {
  letter-spacing: -0.03rem;
  margin-bottom: 10px;
}
.hyoka__contetnt__block ul li:last-child {
  margin-bottom: 0px;
}
.hyoka__contetnt__block.bg_gray ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 90px;
  background: #b1b1b1;
  margin-right: 7px;
}
.hyoka__contetnt__block.bg_white ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 90px;
  background: #327dc1;
  margin-right: 7px;
}
section.content04 h2 {
  margin-bottom: 50px;
}
section.content04 h3 {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hyoka__contetnt__block .inner {
    padding: 0;
  }
  .hyoka__contetnt__block .ttl {
    width: 15%;
    padding: 20px 15px;
  }
  .hyoka__contetnt__block .text_area {
    width: 85%;
    padding: 20px 15px;
  }
  section.content04 h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 2rem;
  }
  section.content04 p {
    text-align: left;
  }
  .hyoka__contetnt__block ul li {
    line-height: 1.2rem;
    margin-bottom: 10px;
  }
  .hyoka__contetnt__block.bg_gray ul li:last-child,
  .hyoka__contetnt__block_white ul li:last-child {
    margin-bottom: 0px;
  }
  .hyoka__contetnt__block.bg_gray ul li::before {
    margin-right: 3px;
  }
  .hyoka__contetnt__block.bg_white ul li::before {
    margin-right: 3px;
  }
  .hyoka__contetnt__block ul li {
    padding-left: 13px;
    text-indent: -13px;
  }

  section.content04 h3 {
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 390px) {
  section.content04 h2 {
    font-size: 24px;
  }
}

/*----------------------------*/
/*--section.content05--*/
/*----------------------------*/
section.content05 h2 {
  color: #fff;
}
.jirei__content {
  padding: 40px;
  border-radius: 10px;
}
.jirei__content .inner{
  width: 100%;
}
.jirei__content .ttl{
  padding: 15px 10px;
  color: #fff;
  margin-bottom: 30px;
}
.jirei__content .data {
  padding: 30px;
  border: 1px solid #dee6ed;
  border-radius: 10px;
}
.jirei__content .data dl {
  margin-bottom: 20px;
}
.jirei__content .data dl:last-child {
  margin-bottom: 0px;
}
.jirei__content .data dt,
.jirei__content .data dd {
  display: inline-block;
  vertical-align: top;
}
.jirei__content .data dt {
  padding: 5px 0;
  border-radius: 90px;
  width: 13%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.jirei__content .data dd {
  padding-top: 5px;
  border-radius: 90px;
  width: 85%;
  padding-left: 20px;
}
.jirei__content__table {
  margin-top: 0px;
  display: flex;
}
.jirei__content__table .img_box {
  width: 40%;
  margin-top: 80px;
}
.jirei__content__table .table_box {
  width: 60%;
}
.jirei__content__table table {
  margin-top: 30px;
}
.jirei__content__table table tr {
  border-bottom: 1px solid #eeeeee;
}
.jirei__content__table table th,
.jirei__content__table table td {
  color: #444;
  font-weight: bold;
  background: #fff;
  text-align: left;
  padding: 20px 10px;
}
.jirei__content__table table th {
  width: 25%;
}
.jirei__content__table table td {
  width: 75%;
}
.jirei__content__table table td ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 90px;
  background: #444;
  margin-right: 5px;
  vertical-align: middle;
}
.jirei__content__table table td.red {
  color: #e21b1b;
}
.jirei__content__table table tr.strong th,
.jirei__content__table table tr.strong td {
  background: #fffde4;
}
.jirei__content__matome {
  color: #fff;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
}
.jirei__content h4{
  margin-top: 50px;
  color: #3071b9;
}

@media screen and (max-width: 767px) {
  .jirei__content {
    padding: 20px;
  }
  .jirei__content .inner {
    padding: 0px;
  }
  .jirei__content .ttl{
    margin-bottom: 15px;
  }
  .jirei__content .data {
    padding: 15px;
  }
  .jirei__content .data dt {
    width: 40%;
  }
  .jirei__content .data dd {
    padding-top: 0px;
    width: 58%;
    padding-left: 10px;
  }
  .jirei__content__table {
    display: block;
  }
  .jirei__content__table .img_box {
    width: 100%;
    margin-top: 40px;
  }
  .jirei__content__table .table_box {
    width: 100%;
  }

  .jirei__content h4 {
    margin-top: 0;
  }
  .jirei__content__table table {
    margin-top: 10px;
  }
  .jirei__content__table table th,
  .jirei__content__table table td {
    padding: 10px 0px;
  }
  .jirei__content__table table th {
    width: 35%;
  }
  .jirei__content__table table td {
    padding-right: 5px;
    width: 65%;
    line-height: 1rem;
  }
  .jirei__content__table table td ul li {
    margin-bottom: 5px;
    line-height: 1rem;
    padding-left: 5px;
    text-indent: -5px;
  }
  .jirei__content__table table td ul li::before {
    width: 3px;
    height: 3px;
    margin-right: 3px;
  }
  .jirei__content__matome {
    margin-top: 20px;
  }
}


/*----------------------------*/
/*--section.content06--*/
/*----------------------------*/
section.content06 {
  padding-top: 0;
  position: relative;
}
.stp_movie .inner {
  width: 860px;
}
.stp_movie video {
  width: 100%;
}

section.content06 h2 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto
}
section.content06 .h2box p {
 padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .stp_movie .inner {
    width: 100%;
    padding: 0;
  }
  section.content06 h2 {
    top: -15px;
  }
  section.content06 h2 img {
    width: 220px;
  }
  section.content06 .h2box p {
    padding-top: 30px;
  }
}

/*----------------------------*/
/*--section.content07--*/
/*----------------------------*/
.flow__content {
  display: flex;
  flex-wrap: wrap;
}
.flow__content__box {
  background: #fff;
  border-radius: 10px;
  width: 22%;
  margin-left: 44px;
  margin-bottom: 50px;

  position: relative;
}
.flow__content__box::after {
  content: "";
  width: 44px;
  height: 3px;
  display: inline-block;
  background: #317dc1;
  position: absolute;
  top: 40px;
  right: -44px;
}
.flow__content__box:nth-child(4n)::after,
.flow__content__box:last-child::after {
  content: unset;
}
.flow__content__box:nth-child(1),
.flow__content__box:nth-child(5) {
  margin-left: 0px;
}
.flow__content__box:nth-child(5),
.flow__content__box:nth-child(6),
.flow__content__box:nth-child(7) {
  margin-bottom: 0px;
}
.flow__content__box .inner{
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.flow__content__box .bg_blue {
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.flow__content__box .number {
  margin-right: 10px;
  color: #3071b9;
  font-weight: bold;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
}
.flow__content__box h3 {
  line-height: 1.2rem;
  letter-spacing: 0;
}
.flow__content__box p {
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .flow__content__box {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
  
    position: relative;
  }
  .flow__content__box .inner{
    padding: 15px;
  }
  .flow__content__box::after {
    width: 3px;
    height: 25px;
    top: unset;
    right: unset;
    left: 32px;
    bottom: -25px;
  }
  .flow__content__box:nth-child(4n)::after {
    content: "";
  }
  .flow__content__box:nth-child(5),
  .flow__content__box:nth-child(6) {
    margin-bottom: 25px;
  }
  .flow__content__box:last-child::after {
    content: unset;
  }
}

  

/*----------------------------*/
/*--section.content08--*/
/*----------------------------*/
.content08 .inner {
  width: 860px;
}
.qa_block__content {
  margin-bottom: 40px;
}
/*-- アコーディオン --*/
.qa_block .qa_block__content .toggle {
	display: none;
}
.qa_block .qa_block__content .Label {		/*タイトル*/
  font-weight: bold;
  display: block;
}
.Label::after{		/*タイトル横の矢印*/
	content:"";
  width: 30px;
  height: 30px;
	background: url(../images/stp_new/plus.png) no-repeat;
	position: absolute;
  top: calc( 0% - 3px );
  right: 0px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
  height: 0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
  height: auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  padding-bottom: 20px;
	transition: all .3s;
}
.toggle:checked + .Label {
  padding-bottom: 20px;
}
.toggle:checked + .Label::after {
  background: url(../images/stp_new/minus.png) no-repeat;
}
.qa_block__content p {
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .content08 .inner {
    width: 100%;
  }
  .qa_block .qa_block__content .Label {		/*タイトル*/
    padding-right: 40px;
  }
  .Label::after{		/*タイトル横の矢印*/
    top: calc( 20% - 3px );
  }
}


/*--追従フッターとハンバーガーメニュー位置変更に伴う追記--*/
.lower_wrapper.tuiki_230107 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.main {
    margin-top: 0px;
  }
}

.link_btn a{
  width: 400px;
  margin: 20px auto 0;
  padding: 20px;
  background: #ef7013;
  color: #fff;
  display: block;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .link_btn a{
    width: 75%;
    margin: 10px auto 0;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  section#bgImage .inner.bg {
    padding-top: 100px;
  }
}