@charset "utf-8";
html main,
footer {
	font-size: 18px;
}
h1,h2,h3,h4,h5,p,li {
	line-height: 1.6;
}
.smp {
	display: none;
}
@media (max-width: 767px) {
	.pc {
		display: none;
	}
	.smp {
		display: block;
	}
}


/* =============================
header
============================= */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 10;
}
.header .logo {
	padding-block: 2.928258vw 2.196193vw;
}
.logo p {
	font-size: 2.196193vw;
	text-align: center;
	font-weight: 700;
  line-height: 1;
}
.sp_menu_trigger span {
  background: #001436;
}
/* =============================
main visual
============================= */

.mv {
	margin-bottom: 67px;
}
.mv .mv_wrap {
  position: relative;
}
.mv .btn {
  position: absolute;
  width: 23.3611111111vw;
  top: 60%;
}

.mv .btn.btn01 {
  left: 14%;
}
.mv .btn.btn02 {
  left: 50%;
  transform: translateX(-50%);
}
.mv .btn.btn03 {
  right: 14%;
}

.mv .btn img {
  width: 100%;
  height: auto;
}

.mv .btn04 {
  width: 100.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -0.25%;
}
.mv .btn04 img {
  width: 100%;
  height: auto;
}

/* =============================
strongPoint
============================= */

.strongPoint__question {
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}

.strongPoint__question h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 49px;
}

.strongPoint__question-inner {
	margin-bottom:36px;
}

.strongPoint__question-inner ul {
	border: 3px solid #001436;
	border-radius: 10px;
	padding: 45px 90px 40px;
	list-style: none;
	margin-bottom:36px;
}
.strongPoint__question-inner li {
	font-size: 20px;
	font-weight: 700;
	color: #001436;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
  gap: 7px;
}
.arrow-img {
	text-align: center;
}
.strongPoint__anser {
	background-color: rgba(193, 193, 193,0.25);
	padding-block: 55px 65px;
	text-align: center;
}
.strongPoint__anser h3 {
	font-size: 28px;
	color: #001436;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
.strongPoint__anser h3 div {
	position: relative;
	font-weight: 700;
}
.strongPoint__anser h3:before {
	content: "";
	width: 100%;
	height: 20px;
	background: rgba(255, 215, 56,0.6);
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 0;
}
.strongPoint__anser h3 span {
	font-size: 35px;
}
.strongPoint__anser p {
	color: #001436;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}
.strongPoint__point {
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
	padding-top: 80px;
}
.strongPoint__point-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
	flex-wrap: wrap;
}

.strongPoint__point-block-text {
	width: 100%;
	max-width: 46.6666667%;
}

.strongPoint__point-block-text i {
	margin-bottom: 24px;
	display: block;
}
.strongPoint__point-block-text i img {
  width: 146px;
    height: auto;
}

.strongPoint__point-block-text h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 29px;
	color: #001436;
}

.strongPoint__point-block-text p {
	color: #5F5F5F;
}

.strongPoint__point picture {
	width: 100%;
	max-width: 46.6666667%;
}
.strongPoint__point img {}


.arrow-img {}
.arrow-img img {}

@media (max-width: 744px) {
  .mv .mv_wrap {
    margin-top: 40px;
  }
	.reverse {}
	.reverse picture {
		order: 2;
	}
	.reverse .strongPoint__point-block-text {
		border: 1;
	}
}

/* =================================
CTA
================================= */

.cta {
	background-color: #001436;
	padding-block: 47px 70px;
	text-align: center;
	margin-bottom: 100px;
}

.container {
	padding-inline: 15px;
}

.cta p {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 29px;
}

.button {
	width: 100%;
	max-width: 590px;
	margin-inline: auto;
}
.cta.bottom-clear {
  margin-bottom: 0px;
}


/* =================================
SELECT
================================= */

.selecr__wrap {
	width: 100%;
	max-width: 700px;
	margin-inline: auto;
}

.selecr__wrap h2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 66px;
	position: relative;
	font-size: 28px;
  line-height: 1;
}
.selecr__wrap h2 i {
	display: block;
	width: 46px;
}
.selecr__wrap h2 i img {
	width: 100%;
	height: auto;
}
.selecr__wrap h2 b {
	font-size: 40px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.selecr__wrap h2 b span {
	font-size: 70px;
}
.selecr__wrap h2 div {
	margin-inline: auto;
	text-align: center;
	font-weight: 700;
}
.selecr__wrap h2 b:before {
	content: "";
	width: 100%;
	height: 25px;
	background: rgba(255, 215, 56,0.6);
	position: absolute;
	left: 0;
	bottom: -7px;
	z-index: -1;
}
.selecr__wrap-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.selecr__wrap-inner--col {
	width: 100%;
	max-width: 309px;
	margin-bottom: 80px;
}

.selecr__wrap-inner--col .icon {
	width: 262px;
	height: 262px;
	border-radius: 300px;
	background: rgba(0, 20, 54, 0.8);
	text-align: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: #ffffff;
	margin-bottom: 20px;
	margin-inline: auto;
}

.selecr__wrap-inner--col .icon span {
	display: block;
	font-size: 70px;
	font-weight: 700;
	color: #C1C1C1;
	line-height: 0.5;
	margin-bottom: 20px;
}

.selecr__wrap-inner--col .icon h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

.selecr__wrap-inner--col .txt {}

.selecr__wrap-inner--col .txt p {
	font-weight: 700;
	color: #001436;
	line-height: 2;
}


/* =================================
SERVICE
================================= */
#service {
	background-color: rgba(193, 193, 193,0.25);
	padding-block: 55px 100px;
	text-align: center;
}
.service__wrap {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
}

h2.dot-title {
	display: inline-block;
	text-align: center;
	font-size: 28px;
  font-weight: 700;
	padding: 10px;
	margin-bottom: 45px;
	background-image: url(../images/title-line.svg);
	background-size: 690px 3px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.service__wrap h2 + p {
	margin-bottom: 40px;
	text-align: left;
}

.service__wrap-block {
	text-align: left;
	margin-bottom: 65px;
}
.service__wrap-block:last-child {
	margin-bottom: 0;
}
.service__wrap-block h3 {
	line-height: 1;
	background-color: #001436;
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	padding-block: 10px;
	margin-bottom: 25px;
}
.service__wrap-block h3 i {
	display: inline-block;
	padding: 6px 20px;
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
	font-size: 23px;
	color: #222222;
	margin-right: 16px;
}
.service__wrap-block h3 i.yellow,
.yellow {
	background: #FFD738;
}
.service__wrap-inner {
	padding-inline: 50px;
}

.service__wrap-inner ul {
}

.service__wrap-inner li {
	font-size: 20px;
	font-weight: 700;
	color: #001436;
	display: flex;
	align-items: center;
}
.service__wrap-inner img {
	margin-right: 6px;
}

.service__wrap-block p.txt {
	margin-top: 35px;
}
.service__wrap-block p.sub {
  font-weight: 700;
  color: #001436;
  margin-bottom: 10px;
}
/* =================================
FLOW
================================= */

.flow__wrap {
	width: 100%;
	max-width: 927px;
	margin-inline: auto;
  text-align: center;
  padding-block: 130px 100px;
}

.flow__wrap h2 {}

.flow__wrap--box {
  text-align: left;
  border: 2px solid #5F5F5F;
  width: 100%;
  margin-bottom: 9px;
}

.flow__wrap--box h3 {
  background-color: #5F5F5F;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  padding-block: 12px;
  display: flex;
  justify-content: center;
  position: relative;
}
.flow__wrap--box h3 i {
  display: block;
  position: absolute;
  left: 15px;
}
.flow__wrap--box h3 i img {
  width: 129px;
  height: auto;
}
.flow__wrap--box h3 span {
  display: block;
}
.flow__wrap--box h3 b {
  font-size: 19px;
  color: #001436;
  border-radius: 5px;
  padding:0px 10px;
}
.flow__wrap--box p {
  font-size: 16px;
  padding: 5px 40px 27px;
  text-align: center;
  color: #222222;
  line-height: 1.56;
}

.flow__wrap--box a {
  color: #616AF9;
  text-decoration: underline;
}

.flow__wrap .arrow-img {
  text-align: center;
  margin-bottom: 13px;
}

/* =================================
WORKS
================================= */

.works__wrap {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  padding-block: 0 95px;
}

.works__wrap h2 {
  margin-bottom: 100px;
}

.works__wrap--block {
  text-align: left;
  border: 2px solid #001436;
  border-radius: 20px;
  padding: 60px 40px 40px;
  margin-bottom: 45px;
  position: relative;
}

.works__wrap--block h3 {
  background-color: #001436;
  color: #ffffff;
  border-radius: 100px;
  padding: 20px 75px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1;
}

.works__wrap-inner {

}

.works__wrap-inner .cat {
  width: 100%;
  background-color: rgba(193, 193, 193,0.3);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-block: 2px;
  border-radius: 100px;
  margin-bottom: 29px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.works__txt {
  width: 100%;
  max-width:52.2%;
}

.works__txt h4 {
  font-weight: 700;
  color: #001436;
  font-size: 24px;
}

.works__txt p {
  color: #001436;
  font-size: 16px;
  margin-block: 0px 15px;
}

.work__txt-inner {
  background: rgba(255, 215, 56, 0.1);
  padding: 20px 20px;
  border-radius: 10px;
}

.works__image {
  width: 100%;
  max-width: 45.454%;
}


/* =================================
CONSULTANT
================================= */

.consultant__wrap  {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}

.consultant__wrap  h2 {
  margin-bottom: 45px;
}

.consultant__wrap-intro {
  margin-bottom: 20px;
}

.consultant__wrap-intro h2 + p {
  margin-bottom: 20px;
}

.consultant__wrap-intro p {
  text-align: left;
}

.consultant__wrap-inner {
  margin-bottom: 30px;
  width: 100%;
  max-width: 340px;
}

.consultant__wrap-inner picture {
  display: block;
  position: relative;
}
.consultant__wrap-inner .name {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding-block: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}

.consultant__wrap-txt {}

.consultant__wrap-inner .job {
  padding-block: 20px 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #222222;
  border-bottom: 1px dotted #707070;
  margin-bottom: 19px;

}

.consultant__wrap-inner .profile {
  font-size: 16px;
  text-align: left;
  color: #222222;
}

.book {
  margin-block: 100px 150px;
  border: 1px solid #001436;
  padding: 67px 29px 37px;
  position: relative;
}

.book h2 {
  background-color: #001436;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 40px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1;
}

.book .flex {

}

.book .image {
  width: 100%;
  max-width: 23%;
}

.image img {}

.book__txt {
  width: 100%;
  max-width: 74%;
  text-align: left;
}

.book__txt .comment {
  color: #001436;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px dotted #001436;
  margin-bottom: 29px;
}

.book__txt h3 {
  font-size: 20px;
}
.book__txt h3 small {
  font-size: 16px;
}
.book__txt h4 {
  font-size: 18px;
  margin-bottom: 29px;
}
.book__txt p {
  color: #464646;
  font-size: 16px;
  line-height: 1.9;
}

/* =================================
PRICE
================================= */
#price {
  background-color: rgba(200, 200, 200, 0.25);
}
.price__wrap  {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  padding-block: 90px;

}
.price__wrap h2 {
  margin-bottom: 90px;
}
.price__wrap h3 {
  background-color: #001436;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 7px;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.price__wrap h4 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.price__wrap p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 39px;
}
.price__wrap p.first {
  margin-bottom: 70px;
}
.price__wrap table {
  width: 87.59%;
  border: 1px solid #707070;
  font-weight: 700;
  line-height: 1.6;
  color: #001436;
  margin-inline: auto;
  background-color: #fff;
}
.wide-table-same {
  width: 87.59%;
  margin-inline: auto;
}
p.tR {
  text-align: right;
}
.price__wrap tbody {}
.price__wrap tbody th {
  padding-block: 25px;
  width: 25%;
  font-size: 20px;
   text-align: center;
   background-color: #C1C1C1;
   color: #001436;
   font-weight: 700;
   border: 1px solid #707070;
}
.price__wrap tbody td {
  font-size: 20px;
   text-align: center;
   color: #001436;
   font-weight: 700;
   border: 1px solid #707070;
}
.price__wrap tbody td small {
  font-size: 16px;
  font-weight: 400;
}
.price__wrap tbody td.price {
  text-align: left;
  padding-inline: 35px;
  line-height: 1;
}
.price__wrap p small {
  display: block;
  margin-top: 0;
  font-size: 17px;
  color: #222222;
  line-height: 1.6;
}


/* =================================
FAQ
================================= */

.faq__wrap  {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  padding-block: 80px;
}

.faq__wrap  h2 {
  margin-bottom: 90px;

}

.faq__wrap-inner {
  margin-bottom: 20px;
  border: 2px solid #001436;
  border-radius: 15px;
  padding: 35px ;
}

.faq__wrap-inner .flex {}

.icon {
  width: 62px;
  height: 62px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001436;
  border-radius: 100px;
}


.faq__box {
  width: 100%;
  max-width: 880px;
  text-align: left;
}

.q {
  font-size: 22px;
  color: #001436;
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px dotted #001436;
}


/* =================================
CONTACT
================================= */

.page_link {}

.contact_form_block {}

.main_width {
  text-align: center;
}

.main_width h2 {}

.main_width .txt {}

.contact {
  text-align: left;
  width: 100%;
  max-width: 925px;
  margin-inline: auto;
}
input.short {
  width: 100%;
  max-width: 170px;
}

/* =================================
FOOTER
================================= */

footer {

}

.footer__wrap {
  background-color: #001436;
  color: #fff;
  padding-block: 20px;
}
.footer__wrap .flex {
  padding-block: 50px 98px;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  justify-content: space-between;
}

.footer__inner p {
  color: #fff;
  line-height: 1.8;
}

.fnav p {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.fnav ul {}
.fnav ul li {
  margin-bottom: 10px;
}
p.copy-light {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
}

.smp-fixed {
  display: none;
}
a.link {
  text-decoration: underline;
}
/*============================================================================================================================
   MEDIA QUERY
=============================================================================================================================*/
@media screen and (max-width: 1080px) {
  .strongPoint__question,
  .strongPoint__point,
  .flow__wrap,
  .works__wrap,
  .service__wrap,
  .consultant__wrap,
  .price__wrap,
  .faq__wrap,
  .footer__wrap .flex {
    max-width:96% ;
  }
  .consultant__wrap-inner {
    max-width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .logo p {
    font-size:15px;

  }
  
  html main,
  footer {
    font-size: 16px;
  }
  h1,h2,h3,h4,h5,p,li {
    line-height: 1.5;
  }

  /* =============================
  header
  ============================= */
  .header .logo {
    padding-block: 14px 14px;
    padding-left: 30px;
  }
  .header {
    padding-bottom: 0;
  }

  /* =============================
  main visual
  ============================= */

  .mv {
    margin-bottom: 30px;
  }
  .mv .btn {
    width: 29.3333337vw;
  }

  .mv .btn.btn01 {
    left: 3%;
    width: 29.3333337vw;
  }
  .mv .btn.btn02 {
    left: 50%;
    transform: translateX(-50%);
    width: 31.7333337vw;
  }
  .mv .btn.btn03 {
    right: 3%;
    width: 29.3333337vw;
  }

  .mv .btn img {
    width: 100%;
    height: auto;
  }

  .mv .btn04 {
    width: 89%;
    position: absolute;
    left: 50%;
    bottom: 3%;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .mv .btn04 img {
    width: 100%;
    height: auto;
  }

  /* =============================
  strongPoint
  ============================= */
  .strongPoint__question {
    padding-inline: 15px;
  }
  .strongPoint__question h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .strongPoint__question-inner {
    margin-bottom:20px;
  }
  .strongPoint__question-inner ul {
    padding: 15px 10px;
    margin-bottom:18px;
  }
  .strongPoint__question-inner li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
    align-items: flex-start;
  }
  .strongPoint__question-inner li img {
    margin-left: 6px;
    margin-top: 2px;
  }
  .strongPoint__question-inner li img {
    zoom: 0.7;
  }
  .arrow-img {
    text-align: center;
  }
  .strongPoint__anser {
    padding: 20px 15px;
  }
  .strongPoint__anser h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .strongPoint__anser h3:before {
    height: 10px;
    bottom: -5px;
  }
  .strongPoint__anser h3 span {
    font-size: 16px;
  }
  .strongPoint__anser p {
    color: #001436;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
  }
  .strongPoint__point {
    padding-inline: 15px;
    padding-top: 40px;
  }
  .strongPoint__point-block {
    margin-bottom: 40px;
  }

  .strongPoint__point-block-text {
    margin-bottom: 20px;
  }
  .strongPoint__point-block-text i {
    margin-bottom: 10px;
    display: block;
  }
  .strongPoint__point-block-text img {
    zoom: 0.7;
  }

  .strongPoint__point-block-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* =================================
  CTA
  ================================= */

  .cta {
    padding-block: 20px;
    margin-bottom: 20px;
  }

  .cta p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  /* =================================
  SELECT
  ================================= */

  .selecr__wrap {
    padding-top: 30px;
    padding-inline: 15px;
  }

  .selecr__wrap h2 {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .selecr__wrap h2 i {
    width: 30px;
  }
  .selecr__wrap h2 i img {
    width: 100%;
    height: auto;
  }
  .selecr__wrap h2 b {
    font-size: 18px;
    display: block;
  }
  .selecr__wrap h2 b span {
    font-size: 35px;
  }
  .selecr__wrap h2 b:before {
    height: 15px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .selecr__wrap-inner--col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .selecr__wrap-inner--col .icon {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
  }

  .selecr__wrap-inner--col .icon span {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .selecr__wrap-inner--col .icon h3 {
    font-size: 17px;
  }

  /* =================================
  SERVICE
  ================================= */
  #service {
    padding: 30px 15px;
  }
  .service__wrap {
    padding-block: 0px;
  }
  h2.dot-title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .service__wrap h2 + p {
    margin-bottom: 20px;
    text-align: left;
  }
  .service__wrap-block {
    margin-bottom: 30px;
  }
  .service__wrap-block h3 {
    font-size: 15px;
    padding-block: 10px;
    margin-bottom: 12px;
  }
  .service__wrap-block h3 i {
    padding: 3px 10px;
    font-size: 12px;
    margin-right: 6px;
  }
  .service__wrap-inner {
    padding-inline: 0;
  }
  .service__wrap-inner li {
    font-size: 16px;
  }
  .service__wrap-inner img {
    margin-right: 6px;
  }
  .service__wrap-block p.txt {
    margin-top: 18px;
  }

  /* =================================
  FLOW
  ================================= */

  .flow__wrap {
    padding: 30px 15px;
  }
  .flow__wrap--box {

  }

  .flow__wrap--box h3 {
    font-size: 15px;
    padding-block: 12px;
    padding-inline: 15px;
    display: block;
  }
  .flow__wrap--box h3 i {
    display: block;
    position: static;
    left: auto;
    margin-bottom: 10px;
  }
   .flow__wrap--box h3 i img {
    zoom: 0.7;
   }
  .flow__wrap--box h3 span {
    display: block;
  }
  .flow__wrap--box h3 b {
    font-size: 15px;
  }
  .flow__wrap--box p {
    font-size: 16px;
    padding: 0 15px 15px;
    text-align: left;
  }

  .flow__wrap .arrow-img {
    text-align: center;
    margin-bottom: 13px;
  }

  /* =================================
  WORKS
  ================================= */

  .works__wrap {
    padding: 30px 15px;
  }

  .works__wrap h2 {
    margin-bottom: 50px;
  }

  .works__wrap--block {
    padding: 20px 10px 20px;
    margin-bottom: 40px;
  }

  .works__wrap--block h3 {
    padding: 10px 20px;
    font-size: 15px;
    top: -15px;
  }
  .works__wrap-inner .cat {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-inline: 15px;
  }
  .flex {
    display: block;
  }

  .works__txt h4 {
    font-size: 17px;
  }

  .works__txt p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .work__txt-inner {
    margin-block: 20px;
    padding: 20px 10px;
    border-radius: 10px;
  }

  /* =================================
  CONSULTANT
  ================================= */

  .consultant__wrap  {
    padding-inline: 15px;
  }

  .consultant__wrap  h2 {
    margin-bottom: 20px;
  }

  .consultant__wrap-intro {
    margin-bottom: 10px;
  }
  .consultant__wrap-inner {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
  .consultant__wrap-inner .name {
    font-size: 18px;
  }
  .consultant__wrap-inner .job {
    padding-block: 10px 5px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .consultant__wrap-inner .profile {
    font-size: 16px;
  }
  .book {
    margin-block: 60px 30px;
    padding: 30px 15px 18px;
  }

  .book h2 {
    font-size: 17px;
    padding: 8px 20px;
    top: -15px;
  }
  .book .image {
    width: auto;
    max-width: 200px;
    margin-inline: auto;
    margin-bottom: 20px;
  }

  .book__txt .comment {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;

  }
  .book__txt {
    max-width: 100%;
  }
  .book__txt h3 {
    font-size: 16px;
  }
  .book__txt h3 small {
    font-size: 16px;
  }
  .book__txt h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .book__txt p {
    font-size: 16px;
  }

  /* =================================
  PRICE
  ================================= */
  .price__wrap  {
    padding-block: 30px;
    padding-inline: 15px;
  }
  .price__wrap h2 {
    margin-bottom: 45px;
  }
  .price__wrap h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .price__wrap h4 {
    font-size: 16px;
  }
  .price__wrap p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .price__wrap table {
    width: 100%;
  }
  .wide-table-same {
    width: 100%;
  }
  .price__wrap tbody th {
    padding: 10px;
    width: 20%;
    font-size: 16px;
    white-space: nowrap;
  }
  .price__wrap tbody td {
    font-size: 16px;
    padding-block: 10px;
  }
  .price__wrap tbody td small {
    font-size: 10px;
    line-height: 1.2;
  }
  .price__wrap tbody td.price {
    text-align: left;
    padding-inline: 12px;
    line-height: 1.2;
  }
  .price__wrap p small {
    display: block;
    margin-top: 0;
    font-size: 12px;
    color: #222222;
    line-height: 1.6;
  }


  /* =================================
  FAQ
  ================================= */

  .faq__wrap {
    padding: 30px 15px;
  }

  .faq__wrap  h2 {
    margin-bottom: 30px;

  }

  .faq__wrap-inner {
    padding: 20px ;
  }

  .faq__wrap-inner .flex {}

  .icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 0;
    margin-bottom: 5px;
  }
  .q {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* =================================
  FOOTER
  ================================= */
  .footer__wrap {
    padding-inline: 15px;
  }
  .footer__wrap .flex {
    padding-block: 0px 98px;
  }
  .footer__inner {
    margin-bottom: 30px;
  }
  .footer__inner p {
    color: #fff;
    line-height: 1.8;
  }

  .fnav p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .fnav ul {}
  .fnav ul li {
    margin-bottom: 10px;
  }
  p.copy-light {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .mv .btn {
    top: 55%;
  }
  .strongPoint__point-block-text,
  .strongPoint__point picture,
  .works__txt,
  .works__image {
    max-width: 100%;
  }
}

/*------------------------------------------------------
　登録フォーム
------------------------------------------------------*/

section#sec06 {
  margin-bottom: 0rem;
}
#sec06 {
  background: #F5F5F5;
}
#sec06 .lead {
  margin-bottom: 1rem;
}
.contact {
  padding-bottom: 5rem;
}
.contact dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.contact dl:last-child {
  border-bottom: 1px solid #464646;
}
.contact dl.border_none {
  border-bottom: none;
}
.table_head {
  padding-left: 0.5rem;
  padding: 1rem 0rem;
  font-weight: normal;
}
.contact dd {
  padding: 0.65rem 0rem;
  width: 75%;
  margin-left: 1.5rem;
}
.table_head p.table_head_tit {
  line-height: 1.4;
}
input[type="text"], textarea {
  background: #fff;
  border: #C8C8C8 solid 1px;
  width: 100%;
  padding: 5px 10px;
}
.one_box {
  width: 100%;
}
dd.name {
  display: flex;
  justify-content: space-between;
}
.name_items {
  width: 47%;
}
dt.table_head {
  width: 33%;
}
dt.table_head p::after {
  background: #003388;
  content: "必須";
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.05em;
  float: right;
  padding: 0rem 0.6rem;
  line-height: 1.8;
  color: #fff;
}
dt.table_head.select p::after {
  display: none;
}
.btn_submit {
  max-width: 390px;
  text-align: center;
  margin: 2rem auto 0rem;
  cursor: pointer;
}
.submit_btn {
  background: #003388;
  width: 100%;
  color: #fff;
  border-radius: 100vh;
}
button[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
  border-radius: 100vh;
}
button[type="submit"][disabled]:hover {
  opacity: 1;
}
.contact button {
  padding: 1rem 0rem;
  font-size: 0;
  letter-spacing: 0.1rem;
  background-image: url(../images/form-button.png);
    background-size: 420px 80px;
    background-repeat: no-repeat;
    width: 420px;
    height: 80px;
}
.check_box_con {
  font-size: 17px;
}
.check_box_con input {
  width: auto;
}
.name .name_items:last-child {}
.name_flex {
  display: flex;
  align-items: center;
}
.name_flex span {
  padding-right: 0.5rem;
}
/*チェックボックス
input[type=checkbox] {
  display: none;
}
*/
.check_item {
  display: inline-block;
  padding-top: 8px;
}
.checkbox01:after {
  position: absolute;
  content: "";
  display: block;
  top: -10px;
  top: 50%;
  margin-top: -8px;
  left: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  background: #fff;
}
.checkbox01 {
  position: relative;
  padding-left: 1.5rem;
}
.checkbox01:hover:after {
  border-color: #0171bd;
}
.checkbox01:after, .checkbox01:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
/*チェックマークの追加*/
.checkbox01:before {
  left: 6px;
  margin-top: -7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 3;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked + .checkbox01:before {
  opacity: 1;
}
input[type=checkbox]:checked + .checkbox01:after {
  background: #003388;
}
.privacy_box {
  text-align: center;
  margin: 6rem 0rem 2rem;
  font-size: 17px;
}
.privacy_box span {
  color: #003388;
}
.privacy_box span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-image: url("https://just-c.net/wordpress/wp-content/themes/just-consulting/assets_lp/css/images/svg/policy_icon.svg");
  margin: -0.1rem 0.2rem 0 0.1rem;
}
.con_privacy_txt {
  display: inline-block;
  margin-bottom: 0.5rem;
  line-height: 1.7
}
.table_line .note {
  margin-top: 0.5rem;
}
/*電話番号*/
.table_line.tel input {
  width: 60%;
}
.caut {
  display: inline-block;
  margin-left: 0.5rem;
}
/*郵便番号*/
.table_line.zip input {
  width: 40%;
}
/*チェック*/
.check_flex {
  display: flex;
  flex-wrap: wrap;
}
.check_flex .check_item:first-child {
  width: 38%;
}
.check_flex .check_item:nth-child(2) {
  width: 38%;
}
/*アンケートチェック*/
.quest_flex {
  display: flex;
  flex-wrap: wrap;
}
.quest_flex .check_item {
  width: 30%;
}
.quest_flex .check_item:first-child {
  width: 24%;
}
.quest_flex .check_item:last-child {
  width: 43%;
}
.check_item.other_box {
  padding-top: 3px;
}
/*zoom*/
.mtg input:first-child, .mtg input:nth-child(2) {
  margin-bottom: 0.65rem;
}
.table_line br {
  display: none;
}
@media screen and (max-width: 767px) {
  .privacy_box {
    margin: 2rem 0rem 0rem;
  }
  .quest_flex {
    display: block;
  }
  .check_item.other_box {
    padding-top: 0px;
  }
  .quest_flex .check_item {
    width: 100%;
  }
  .quest_flex .check_item:first-child {
    width: 100%;
  }
  .quest_flex .check_item:last-child {
    width: 100%;
  }
  .table_line.tel input {
    width: 100%;
  }
  .table_line.zip input {
    width: 70%;
  }
  .btn_submit {
    width: 70%;
    margin: 0rem auto 0rem;
  }
  .privacy_box .check_box_con label span {
    font-size: 13px;
  }
  .table_line br {
    display: block;
  }
}
/*その他　欄あり*/
.other {
  display: flex;
  align-items: flex-start;
}
.other_name {
  min-width: 75px;
  height: 20px;
  padding-top: 0.3rem;
}
/*生年月日*/
.select_box {
  display: flex;
}
select {
  width: 80%;
  background: #fff;
  border: #C8C8C8 solid 1px;
  color: #000;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  padding: 10px 10px;
}
.select_item {
  width: 100%;
}
.select_item.year {
  width: 30%;
}
.select_item.birth {
  display: flex;
  align-items: center;
}
.select_item.birth p {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -0.5rem;
}
.select_first {
  font-size: 16px;
  color: #767576;
}
.select_item.month, .select_item.day {
  width: 20%;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1000px) {
  .check_flex {
    display: block;
  }
  .check_flex .check_item:first-child {
    width: 100%;
  }
  .check_flex .check_item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .smp-fixed {
    background-color: #333;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
  }
  .smp-fixed h2 {
    margin: 0;
    padding: 1rem;
    width: 100vw;
    background-color: #EBEBEB;
    text-align: center;
  }
  .smp-fixed h2 img {
    width: 24.5rem;
    height: auto;
  }
  .smp-fixed .inner {
    display: flex;
    justify-content: space-between;
    text-align: center; 
  }
  .smp-fixed a {
    width: 49.888888888%;
    background-color: #464646;
    text-align: center;
    padding-block: 7px 10px;
  }
  .other {
    display: block;
  }
  .other_name {
    margin-bottom: 1rem;
    padding-top: 0;
  }
  select {
    width: 100%;
  }
  .contact dl {
    font-size: 100%;
    display: block;
    margin-bottom: 0rem;
  }
  .contact dd {
    margin-left: 0.7rem;
    width: 96%;
    padding: 0.65rem 0rem 1.5rem;
  }
  dt.table_head {
    width: 100%;
  }
  dt.table_head p::after {
    padding: 0.2rem 0.5rem;
    margin-left: 1rem;
  }
  .table_head {
    padding: 1rem 0rem 0rem;
  }
  input[type="text"],input[type="mail"],input[type="tel"], textarea {
    width: 96%;
  }
  dd.name {
    display: block;
    width: 100%;
  }
  .name_items {
    width: 96%;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem
  }
  .name_items span {
    padding-right: 0.5rem;
  }
  dt.table_head p::after {
    float: none;
  }
  .checkbox01:before {
    margin-top: -6px;
  }
  dt.table_head p::after {
    line-height: 1.4;
  }
  .check_item {
    padding-top: 0px;
    padding-bottom: 1rem;
    width: 100%;
  }

  .con_privacy_txt {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .name_flex {
    width: 100%;
  }
  .contact_form_block .main_width .txt {
    text-align: left;
  }
}
@media (max-width: 399px) {
    .contact button {
    font-size: 100%;
    padding: 0.5rem 0rem;
    background-size: 85vw auto;
    width: 85vw;
    height: 80px;
    font-size: 0;
    color: transparent;
  }
}


@media screen and (max-width: 375px) {
  .privacy_box .checkbox01:after {
    margin-top: -20px;
  }
  .privacy_box .checkbox01:before {
    margin-top: -18px;
  }
}
button.submit_btn.bold.ver_back {
  background-image: none;
  background-color: #fff;
  height: 50px;
  border: 1px solid #666;
  color: #666;
  font-size: 16px;
}
button.submit_btn.bold.ver_back::before {
  display: none;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
  border: #C8C8C8 solid 1px;
  display: inline-block;
  width: 100%;
}