/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/

/* content_header
---------------------------------------------------------------------------------------------*/
.index .content_header {
  position: relative;
}

/* wrap_head
------------------------------------------*/
.index .content_header {
  padding: 18px 24px;
  background-color: #225182;
  color: #fff;
  text-align: center;
}

.index .content_header h1 {
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "NSJP";
  font-size: 28px;
  font-weight: 900;
}

.index .content_header p {
  display: inline-block;
  margin-top: 14px;
  text-align: left;
  line-height: 1.6;
  color: #fff;
  font-family: "NSJP";
  font-size: 14px;
  font-weight: 700;
}

.header {
  width: 100%;
  height: 108vw;
  padding: 2.6vw;
  background: url(../../img/consultation/img_top_background-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header_title {
  width: 93.3vw;
}

.header_text {
  display: none;
}

.header_blue {
  color: #0085cd;
  -webkit-text-stroke: 0.01vw #FFF;
}

.header_orange {
  color: #F2902F;
  -webkit-text-stroke: 0.01vw #FFF;
}

.header_text-sp {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 5.6vw;
  color: #222222;
  margin-top: 8vw;
  -webkit-text-stroke: 0.01vw #FFF;
  display: block;
}

.header_button-wrapper {
 margin-top: 33.33vw;
 text-align: center;
}

.header_button {
 width: 100%;
 font-size: 4.26vw;
 font-weight: 600;
 padding: 4.26vw 3.2vw;
 background: linear-gradient(to right, #ff7e64 0%, #ff9b37 100%);
 color: #fff;
 display: inline-block;
 letter-spacing: 0.1em;
 border-radius: 26.6vw;
 opacity: 1;
 box-shadow: rgba(80, 80, 80, 0.4) 0px 0.266vw 1.066vw 0px;
 transition: 0.3s;
}

.header_button:hover {
 opacity: 0.5;
 box-shadow: none;
 transform: translateY(0.266vw);
}

/* jumbotron
------------------------------------------*/
.index .content_header .jumbotron {
  position: relative;
  padding: 0;
  height: auto;
}

.index .content_header .jumbotron:before {
  content: "";
  display: block;
  padding-top: 68%;
}

.index .content_header .jumbotron .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 150px;
  background-image: url(/assets/img/photo/img_consultation_01.jpg);
  background-repeat: no-repeat;
  background-position: 55% 0%;
  background-size: 150%;
}

/* container
------------------------------------------*/
.index .content_header .jumbotron .container {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}

/* figure
------------------------------------------*/
.index .content_header figure {
  margin-left: 6%;
  width: 65%;
}

.index .content_header figure img {
  width: 100%;
}

/* btn
------------------------------------------*/
.index .content_header .wrap_btn {
  margin: 1% auto 0 auto;
  width: calc(100% - 24px);
}



/* btn
------------------------------------------*/


.index header .wrap_btn {
  margin-top: 0;
}

.index #flow + .wrap_btn,
.index #question + .wrap_btn {
  margin-top: 40px;
  padding: 0 24px;
  background: none;
}

.index .wrap_btn figure {
  position: absolute;
  bottom: 38%;
  left: 12px;
  width: 65%;
}

.index #question + .wrap_btn figure {
  display: none;
}

.index .wrap_btn figure img {
  width: 100%;
  max-width: 380px;
}


/* section */
/*-------------------------------------------------------------------------------------------*/
.section {
  margin: 16px 12px 0 12px;
  padding-bottom: 20px;
  box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px 0px;
  border-radius: 8px;
  background-color: #fff;
}

/* section
------------------------------------------*/
#lead_01,
#lead_02,
#features,
#flow {
  margin-top: 40px;
}

/* lead 01 */
#lead_01 {
  margin-top: 0;
  padding: 60px 0;
  background: #ffffd0 url(/assets/img/common/bg_stripe_01.png);
  text-align: center;
}

#lead_01 h2 {
  display: none;
}

#lead_01 img {
  width: 100%;
  max-width: 750px;
}

/* lead 02 */
#lead_02 {
  margin-top: 0;
  padding: 40px 24px;
  background: #6aa90e;
}

#lead_02 h2 {
  color: #ffffff;
  font-family: "NSJP";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#lead_02 .block_item div h3 {
  margin-top: 28px;
  padding: 16px 24px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #5b9407;
  font-family: "NSJP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}

#lead_02 .block_item div h3 strong {
  display: inline-block;
  margin: 0 3px;
  font-size: 28px;
}

#lead_02 figure {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

#lead_02 img {
  width: 100%;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

#lead_02 .notes {
  margin-top: 10px;
  color: #fff;
  font-size: 0.95rem;
}

/* features */
#features {
  padding: 0;
  background: #009db1;
}

#features h2 {
  position: relative;
  padding: 40px 24px 40px 20%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #00707d;
  font-family: "NSJP";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#features h2:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: -20%;
  width: 25%;
  height: 120%;
  background: url(/assets/img/illust/img_suit_lady_file.png) center 0 no-repeat;
  background-size: 45%;
}

#features h2 span {
  display: inline-block;
}

#features .block_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 6px solid #fff;
}

#features .block_item figure {
  width: 40%;
  background-color: #eaeaea;
}

#features .block_item:nth-of-type(1) figure {
  background: url(/assets/img/photo/img_headset_lady.jpg) right top no-repeat;
  background-size: cover;
}

#features .block_item:nth-of-type(2) figure {
  background: url(/assets/img/photo/img_memo_pen.jpg) no-repeat;
  background-size: cover;
}

#features .block_item:nth-of-type(3) figure {
  background: url(/assets/img/photo/img_pc_mobiles.jpg) no-repeat;
  background-size: cover;
}

#features .block_item figure img {
  opacity: 0;
  max-width: 200px;
  max-height: 200px;
}

#features .block_item div {
  padding: 24px;
  width: 60%;
}

#features .block_item:nth-of-type(1) figure,
#features .block_item:nth-of-type(3) figure {
   order: 2; 
}

#features .block_item:nth-of-type(1) div,
#features .block_item:nth-of-type(3) div {
   order: 1; 
}

#features h3 {
  display: inline-block;
  padding: 4px 24px;
  background-color: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  color: #008b9c;
  font-family: "NSJP";
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#features p {
  margin-top: 12px;
  color: #fff;
  font-family: "NSJP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.features_image {
  max-width: 150px;
}

/* flow */
#flow {
  padding: 0;
  background: #4c559c;
}

#flow h2 {
  position: relative;
  padding: 40px 20% 40px 24px;
  background: rgba(255, 255, 255, 0.8);
  background-size: 16%;
  text-align: center;
  color: #38418a;
  font-family: "NSJP";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#flow h2:before {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: -20%;
  width: 25%;
  height: 120%;
  background: url(/assets/img/illust/img_parents_think.png) center 0 no-repeat;
  background-size: 65%;
}

#flow h2 span {
  display: inline-block;
}

#flow .block_item {
  display: flex;
  flex-wrap: wrap;
  border-top: 6px solid #fff;
}

#flow .block_item figure {
  margin: 24px 0 24px 24px;
  width: 30%;
  max-height: 30%;
}

#flow .block_item:nth-of-type(1) figure {
  background: #fff url(/assets/img/illust/img_parents_pc.png) center center no-repeat;
  background-size: contain;
}

#flow .block_item:nth-of-type(2) figure {
  background: #fff url(/assets/img/illust/img_suit_lady_headset_pc.png) center top no-repeat;
  background-size: 50%;
}

#flow .block_item:nth-of-type(3) figure {
  background: #fff url(/assets/img/illust/img_parents_consultation.png) center center no-repeat;
  background-size: contain;
}

#flow .block_item figure img {
  opacity: 0;
  max-width: 50px;
  max-height: 50px;
}

#flow .block_item div {
  padding: 24px;
  width: calc(100% - 30% - 24px);
}

#flow h3 {
  display: inline-block;
  padding: 4px 30px;
  background-color: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  color: #38418a;
  font-family: "NSJP";
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#flow p {
  margin-top: 12px;
  color: #fff;
  font-family: "NSJP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

#flow #flow_visit,
#flow #flow_online {
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.2);
}

#flow #flow_visit strong,
#flow #flow_online strong {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 3px solid #fffa00;
}

/* question */
#question {
  margin: 40px 12px 0 12px;
  padding-bottom: 20px;
  box-shadow: rgba(80, 80, 80, 0.3) 0px 0px 6px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  background-color: #fff;
}

#question h2 {
  padding: 12px 12px 14px 12px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: -moz-linear-gradient(rgba(140, 190, 40, 1) 0%, rgba(160, 200, 50, 1) 100%);
  background: -webkit-linear-gradient(rgba(140, 190, 40, 1) 0%, rgba(160, 200, 50, 1) 100%);
  background: linear-gradient(rgba(140, 190, 40, 1) 0%, rgba(160, 200, 50, 1) 100%);
  color: #fff;
  font-family: "NSJP";
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

#question .list_block {
  margin: 40px 8px 0 8px;
  /* background: #eaeaea url(/assets/img/common/bg_stripe_01.png); */
}

#question .list_block dt {
  position: relative;
  margin-left: 20px;
  padding: 12px 12px 8px 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #569a49;
  color: #fff;
  line-height: 1.2;
}

#question .list_block dd {
  position: relative;
  margin: 28px 0 0 0;
  padding: 12px 12px 10px 12px;
  min-height: 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f3f9c2;
  color: #333;
}

#question .list_block dt:before,
#question .list_block dd:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  z-index: 1;
}

#question .list_block dt:before {
  position: absolute;
  top: -20px;
  left: -20px;
  border: 3px solid #569a49;
  background: #fdfde9 url(/assets/img/illust/img_mam_think.png) 56% 3% no-repeat;
  background-size: 70%;
}

#question .list_block dd:before {
  float: right;
  margin-left: 12px;
  border: 3px solid #d6b619;
  background: #fdfde9 url(/assets/img/illust/img_suit_lady.png) 50% -2% no-repeat;
  background-size: 70%;
}






/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/

/* content_header
---------------------------------------------------------------------------------------------*/
.header {
   width: 100%;
   height: 35vw;
   padding: 1.875vw;
   background: url(../../img/consultation/img_top_background.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.header_title {
   width: 50vw;
}

.header_text {
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 2.7vw;
  color: #222222;
  margin-top: 2.6vw;
  -webkit-text-stroke: 0.0104vw #FFF;
  display: block;
}

.header_text-sp {
  display: none;
}

.header_blue {
  color: #0085cd;
  -webkit-text-stroke: 0.0104vw #FFF;
}

.header_orange {
  color: #F2902F;
  -webkit-text-stroke: 0.0104vw #FFF;
}

.header_button-wrapper {
  margin-top: 6.7708vw;
  text-align: center;
}

.header_button {
  width: 36.45vw;
  font-size: 1.5625vw;
  font-weight: 600;
  padding: 1.041vw 0.3625vw;
  background: linear-gradient(to right, #ff7e64 0%, #ff9b37 100%);
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  border-radius: 5.208vw;
  opacity: 1;
  box-shadow: rgba(80, 80, 80, 0.4) 0px 0.052vw 0.208vw 0px;
  transition: 0.3s;
}

.header_button:hover {
  opacity: 0.5;
  box-shadow: none;
  transform: translateY(0.052vw);
}


/* wrap_head
------------------------------------------*/
.index .content_header {
  position: absolute;
  /* z-index: 10; */
  top: 36px;
  /* left: calc(50% - 45%); */
  padding: 20px 24px;
  width: 50%;
  max-width: 560px;
  min-width: 460px;
  /* box-shadow: rgba(80, 80, 80, 0.8) 0px 0px 6px 0px; */
  border: 6px solid #fff;
  background-color: rgba(34, 81, 130, 0.75);
  text-align: left;
}

.index .content_header h1 {
  font-size: 40px;
  letter-spacing: 0em;
}

.index .content_header p {
  margin-top: 20px;
  font-size: 16px;
}

.head_image-container {
  width: calc(960px / 1920px * 100vw);
}

.head_image {
  width: calc(960px / 1920px * 100vw);
}

/* jumbotron
------------------------------------------*/
.index .content_header .jumbotron {
  margin-top: 260px;
}

.index .content_header .jumbotron:before {
  display: none;
}

.index .content_header .jumbotron .wrapper {
  position: static;
  min-height: auto;
  background: none;
}

/* container
------------------------------------------*/
.index .content_header .jumbotron .container {
  position: static;
}


/* figure
------------------------------------------*/
.index .content_header figure {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.index .content_header figure img {
  max-width: 380px;
}


/* Buttons
------------------------------------------*/
.index .block_btn {
  margin: 20px auto 0 auto;
}

.index header .block_btn {
  position: absolute;
  bottom: 20px;
  /* left: calc(50% - 350px); */
  margin-top: 0;
  padding: 194px 24px 30px 24px;
  background: none;
}

.index .wrap_btn .btn {
  width: 700px;
  font-size: 30px;
}

.index .block_btn figure {
  position: absolute;
  z-index: 10;
  left: calc(50% - 190px);
}

/* section
------------------------------------------*/
#lead_01,
#lead_02,
#features,
#flow {
  margin-top: 60px;
}

/* lead 01 */
#lead_01 {
  margin-top: 20px;
  padding: 60px 0;
  background: #ffffd0 url(/assets/img/common/bg_stripe_01.png);
  text-align: center;
}

/* lead 02 */
#lead_02 {
  margin-top: 0;
  padding: 40px 32px;
  text-align: center;
}

#lead_02 .block_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#lead_02 .block_item {
  -webkit-flex-basis: calc( (100% - 20px) / 2 );
  -ms-flex-basis    : calc( (100% - 20px) / 2 );
  flex-basis        : calc( (100% - 20px) / 2 );
}

#lead_02 h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 34px;
}

#lead_02 h2 span {
  display: block;
}

#lead_02 .block_item div h3 {
  margin-top: 32px;
  padding: 16px 24px 14px 24px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius   : 8px 8px 0 0;
  border-radius        : 8px 8px 0 0;
}

#lead_02 .block_item div h3 strong {
  display: block;
  font-size: 32px;
}

#lead_02 figure {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius   : 0 0 8px 8px;
  border-radius        : 0 0 8px 8px;
  text-align: center;
}

#lead_02 img {
  width: 100%;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius   : 0 0 8px 8px;
  border-radius        : 0 0 8px 8px;
}

#lead_02 .notes {
  font-size: 0.9rem;
  text-align: left;
}

/* features */
#features {
  background: #009db1;
}

#features h2 {
  font-size: 36px;
  letter-spacing: 0.04em;
}

#features h2:before {
  top: -40%;
  height: 140%;
  background-size: 45%;
}

#features .block_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
}

#features .block_item {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  -webkit-flex-basis: calc( (100% - 20px * 2) / 3 );
  -ms-flex-basis    : calc( (100% - 20px * 2) / 3 );
  flex-basis        : calc( (100% - 20px * 2) / 3 );
  border-top: none;
  -webkit-border-radius: 8px;
  -moz-border-radius   : 8px;
  border-radius        : 8px;
  background: #009db1;
}

#features .block_item figure {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius   : 8px 8px 0 0;
  border-radius        : 8px 8px 0 0;
}

#features .block_item:nth-of-type(1) figure {
  order: 1; 
  background: url(/assets/img/photo/img_headset_lady.jpg) right top no-repeat;
  background-size: cover;
}

#features .block_item:nth-of-type(2) figure {
  background: url(/assets/img/photo/img_memo_pen.jpg) no-repeat;
  background-size: cover;
}

#features .block_item:nth-of-type(3) figure {
  order: 1; 
  background: url(/assets/img/photo/img_pc_mobiles.jpg) no-repeat;
  background-size: cover;
}

#features .block_item figure img {
  opacity: 0;
  max-width: calc( (100% - 20px * 2) / 3 );
}

#features .block_item div {
  padding: 24px;
  width: 100%;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius   : 0 0 8px 8px;
  border-radius        : 0 0 8px 8px;
  text-align: center;
}

#features p {
  text-align: left;
}

/* flow */
#flow {
  padding: 0;
  background: #4c559c;
}

#flow h2 {
  font-size: 36px;
  letter-spacing: 0.04em;
}

#flow h2:before {
  top: -40%;
  height: 140%;
  background-size: 65%;
}

#flow .block_item {
  border-top: 10px solid #fff;
}

#flow .block_item figure {
  margin: 24px 0 24px 24px;
  width: 30%;
  height: 150px;
  max-height: 30%;
  -webkit-border-radius: 8px;
  -moz-border-radius   : 8px;
  border-radius        : 8px;
}

#flow .block_item:nth-of-type(1) figure {
  background: #fff url(/assets/img/illust/img_parents_pc.png) center center no-repeat;
  background-size: contain;
}

#flow .block_item:nth-of-type(2) figure {
  background: #fff url(/assets/img/illust/img_suit_lady_headset_pc.png) center top no-repeat;
  background-size: 50%;
}

#flow .block_item:nth-of-type(3) figure {
  background: #fff url(/assets/img/illust/img_parents_consultation.png) center center no-repeat;
  background-size: contain;
}

#flow .block_item figure img {
  opacity: 0;
  max-width: 50px;
  max-height: 50px;
}

#flow .block_item div {
  padding: 24px;
  width: calc(100% - 30% - 24px);
}

#flow h3 {
  display: inline-block;
  padding: 4px 30px;
  background-color: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius   : 200px;
  border-radius        : 200px;
  color: #38418a;
  font-family: "NSJP";
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#flow p {
  font-size: 18px;
}

/* question */
#question {
  margin: 60px 24px 0 24px;
  padding-bottom: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius   : 8px;
  border-radius        : 8px;
}

#question h2 {
  padding: 40px 12px 28px 12px;
  background: transparent;
  color: #333;
  font-size: 36px;
  font-weight: 900;
}

#question .list_block {
  margin: 40px 24px 0 24px;
}

#question .list_block:nth-of-type(1) {
  margin-top: 0;
}

#question .list_block dt {
  padding: 12px 12px 10px 80px;
  font-size: 1.4rem;
}

#question .list_block dd {
  margin: 28px 0 0 60px;
  padding: 16px 24px 14px 24px;
}



/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/