@charset "utf-8";

/*ここでは
	systemページ
	などを記述します
*/

.page_system {
}

.profession_area {
  margin: 2em auto 0;
}
.profession_area > .title {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 15px;
}
/*.profession_area table{
	width: 100%;
	border-left: 3px solid #64D9FF;
	}
.profession_area table tr{
	border-top: 3px solid #64D9FF;
	display: flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	align-items: center;
	border-collapse: collapse;
	}
.profession_area table td{
	flex-basis: 20%;
	border: 3px solid #64D9FF;
	border-left: none;
	border-top: none;
	text-align: center;
	}*/
.profession_area > p {
  margin-bottom: 0;
}
.profession_area table {
  width: 100%;
  font-size: 1.15em;
  margin-bottom: 1em;
}
.profession_area table tr {
  display: flex;
  display: -webkit-flex;

  flex-wrap: wrap;
  /*align-items: center;*/

  border-left: 3px solid #64d9ff;
}
.profession_area table td {
  border: 3px solid #64d9ff;
  border-left: 0;
  border-top: 0;
  text-align: center;
  /*min-width: 20%;*/
  flex-basis: 19.6%;
  padding: 0.85em 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profession_area table td:nth-child(1),
.profession_area table td:nth-child(2),
.profession_area table td:nth-child(3),
.profession_area table td:nth-child(4),
.profession_area table td:nth-child(5) {
  border-top: 3px solid #64d9ff;
}
.profession_area table tr:nth-child(odd) td:nth-child(2n-1),
.profession_area table tr:nth-child(even) td:nth-child(2n) {
  background: #f3f8f9;
}

.shinrai_img {
  margin: 105px auto 0px; /* 30px*/
  width: 90%;
}

.route_img {
  margin: 30px auto 0px;
  width: 92%;
  margin-bottom: 1em;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 989px) {
  .profession_area table {
    width: auto;
    margin: 0 auto 1em;
  }
  .profession_area table td {
    flex-basis: 32%;
    padding: 0.85em 0;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profession_area table td:nth-child(4),
  .profession_area table td:nth-child(5) {
    border-top: none;
  }
}
@media screen and (max-width: 680px) {
  .profession_area {
    margin: 3em auto 0;
  }
  .profession_area > .title {
    font-size: 1.2em;
  }
  .profession_area table {
    font-size: 1em;
  }
  .profession_area table tr {
  }
  .profession_area table td {
    padding: 0.5em 0;
  }

  .shinrai_img {
    margin: 2em auto 1em;
    width: 96%;
  }

  .route_img {
    width: auto;
    margin-bottom: 2.8em;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

.ukeire_area {
  width: 77%;
  margin: 2em auto 0;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.ukeire_area .midashi {
  color: #ffffff;
  text-align: center;
  font-weight: 900;
  font-size: 1.55em;
  letter-spacing: 2px;
  padding: 0.15em 0 0.15em;
}
.ukeire_area .midashi b {
  font-size: 1.3em;
}
.ukeire_area .before_box {
  background: #d3dee6;
}
.ukeire_area .before_box .midashi {
  background: #58626c;
}
.ukeire_area .after_box {
  background: #e6cdcd;
}
.ukeire_area .after_box .midashi {
  background: #833c39;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
  .ukeire_area {
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .ukeire_area .midashi {
    font-size: 1.2em;
  }
  .ukeire_area .midashi b {
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

.flow_area .flow {
  margin-bottom: 8px;
}

.ukeire_area .flow_area {
  /*width: 92%;*/
  /*margin: 18px auto 20px;*/
  padding: 18px 4% 20px;
}

.ukeire_area .before_box .flow_area {
  /*margin: 18px auto 20px;*/
}

.flow .num {
  flex-basis: 5%;
}
.before_box .flow .num {
  background: #58626c;
}
.after_box .flow .num {
  background: #833c39;
}
.flow dl {
  flex-basis: 55%;
  padding: 0.4em 2%;
}
.flow dd {
  font-size: 1.1em;
}
.flow .text {
  flex-wrap: no-wrap;
}
.flow .text > p {
  margin-bottom: 0;
  padding: 0.5em 2% 0.5em 2%;
}
.flow .thum {
  flex-basis: 38%;
  padding: 0 1%;
  text-align: left;
}
.flow .thum a {
  margin: 0.3em 0;
}

.flow .thum .blue_btn {
  font-size: 1.05em;
  padding: 0.35em 1.5em 0.35em 0.7em;
  display: block;
  text-align: left;
}
.flow_area .hozoku {
  display: block;
  padding: 0 0 0 2em;
  text-indent: -1em;
  font-size: 0.95em;
  margin-bottom: 7px;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
  .l_text {
    float: none;
    width: auto;
  }
  .r_thum {
    float: none;
    width: auto;
  }
  .r_thum img {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
  .r_thum.above {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }

  .ukeire_area .flow_area {
    padding: 10px 4% 10px;
  }
  .flow .num {
    flex-basis: 10%;
  }
  .flow dl {
    padding: 0.4em 2% 0.4em 5%;
    margin-bottom: 0;
  }
  .flow .thum {
    padding: 0 5%;
  }
  .flow .text > p {
    padding: 0.4em 2% 0.4em 5%;
  }

  .flow .thum .blue_btn {
    margin: 0.5em 0 0.7em;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    padding: 0.7em 1.5em 0.7em 0.7em;
  }

  .flow dd {
    font-size: 1em;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

.change_merit {
}
.change_merit::after {
  clear: both;
  content: " ";
  display: block;
}

.change_merit .h4_midashi {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.42em;
}

.change_merit .r_img {
  width: 26%;
  overflow: inherit;
  padding-top: 20px;
}
.change_merit .r_img img {
}
.change_merit .merit_box {
  clear: both;
}
/*.change_merit .merit_box::after { clear: both; content: " "; display: block;}*/
.change_merit .l_box {
  float: left;
  width: 69%;
}
.change_merit .merit_box dl {
  margin-bottom: 2.5em;
}
.change_merit .merit_box dl dt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.14em;
  margin-bottom: 0.7em;
}
.change_merit .merit_box dl dt .num {
  position: relative;
  display: inline-block;
  /*padding-left: 3.6em;*/
  font-size: 13px;
  margin-right: 1.5em;
  color: #00c0ff;
  letter-spacing: -2px;
  width: 90px;
}
.translated-ltr .change_merit .merit_box dl dt .num {
  letter-spacing: 0;
}
.change_merit .merit_box dl dt .num img {
  margin-left: 5px;
  width: 38px;
  height: auto;
}
/*.merit_box dl dt .num::before{
	position: absolute;
	content: "メリット";
	left: 0;
	bottom: 5px;
	width: 4em;
	color: #00C0FF;
	letter-spacing: -2px;
	}*/
.change_merit .merit_box dl dt span:nth-child(2) {
  width: calc(100% - 90px - 1.5em);
}
.change_merit .merit_box dl dd {
  font-size: 1.1em;
  padding-left: 1em;
}

.change_merit .merit_box .l_text {
  width: 46%;
}
.change_merit .merit_box .l_text p {
  padding-left: 1em;
  font-size: 1.1em;
}
.change_merit .merit_box .l_text p .blue_btn {
  padding: 0.5em 3.2em 0.5em 0.8em;
  font-size: 1em;
  margin-top: 1em;
}
.change_merit .merit_box .r_box {
  width: 51%;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
  .change_merit .h4_midashi {
    text-align: center;
  }
  .change_merit .l_box {
    width: auto;
    float: none;
  }
  .change_merit .merit_box dl {
    margin-bottom: 1.5em;
  }
  .change_merit .merit_box dl dt {
    display: block;
  }
  .change_merit .merit_box dl dt .num {
    display: block;
    margin: 0 0 1em;
    width: auto;
    /*padding-left: 4em;*/
  }
  .change_merit .merit_box dl dt span:nth-child(2) {
    width: 100%;
  }
  .change_merit .merit_box dl dd {
    font-size: 1.05em;
    padding-left: 0;
  }

  .change_merit .r_img {
    width: auto;
    padding-top: 0;
    margin: 0 auto 3em;
  }
  .change_merit .r_img img {
    width: 70%;
  }

  .change_merit .merit_box .r_box {
    width: auto;
    float: none;
    margin-bottom: 1.5em;
  }
  .change_merit .merit_box .l_text {
    width: auto;
    float: none;
  }
  .change_merit .merit_box .l_text p {
    padding: 0;
    font-size: 1.05em;
  }
  .change_merit .merit_box .l_text p .blue_btn {
    /*font-size: 1em;*/
    padding: 0.35em 3em 0.35em 0.7em;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

/*-----meeting オンライン個別相談会-----*/

.page_meeting {
}

#yoyaku .l_box {
  width: 60%;
}
#yoyaku .l_box ul.c_list {
  padding-left: 4%;
  margin-bottom: 3em;
}
#yoyaku .l_box .h2_title {
  font-size: 1.7em;
  margin-bottom: 1.1em;
}
#yoyaku .r_box {
  width: 37%;
  padding-top: 1em;
}

/*個別相談予約システム*/

.yoyaku_system_area {
  width: 86%;
  margin: 0 auto;
  border: 10px solid #c7f1ff;
  padding-bottom: 50px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.yoyaku_system_area .title {
  text-align: center;
  font-weight: normal;
  font-size: 1.7em;
  padding: 0.5em 0.5em;
  margin-bottom: 30px;
  background: #20c0fd;
  color: #ffffff;
}
.yoyaku_system_area .midashi {
  width: 70%;
  margin: 0 auto 30px;
}
.yoyaku_system_area .inframe_box {
  width: 86%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 570px;
}
.yoyaku_system_area .inframe_box iframe {
  border: none;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
  #yoyaku .l_box ul.c_list {
    padding-left: 0;
  }
  #yoyaku .l_box .h2_title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 680px) {
  .yoyaku_system_area .midashi {
    width: auto;
  }

  #yoyaku .l_box,
  #yoyaku .r_box {
    width: auto;
  }
  #yoyaku .l_box .h2_title {
    font-size: 1.2em;
  }
  #yoyaku .l_box ul.c_list {
  }
  #yoyaku .r_box {
    margin-bottom: 3em;
  }
  #yoyaku .r_box img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .yoyaku_system_area {
    width: auto;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  .yoyaku_system_area .title {
    font-size: 1.2em;
    margin-bottom: 1.1em;
  }

  .yoyaku_system_area .inframe_box {
    width: auto;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

/*---こんなご相談---*/

.fukidashi_area {
  margin: 0 auto 50px;
}
.fukidashi_area::after {
  clear: both;
  content: " ";
  display: block;
}

.fukidashi_area p > span {
  color: #50a300;
}
.l_fukidashi {
  position: relative;
  padding-left: 150px;
  float: left;
  width: 68%;
  margin-bottom: 5px;
}
.l_fukidashi p {
  color: #50a300;
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 1em 1.2em;
  min-width: 120px;
  max-width: 100%;
  /*background: #FFF;*/
  border: solid 6px #e8f1f2;
  box-sizing: border-box;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-size: 16px;
}
.l_fukidashi p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 30px solid #fff;
  z-index: 2;
}
.l_fukidashi p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 35px solid #e8f1f2;
  z-index: 1;
}

.r_fukidashi {
  position: relative;
  padding-right: 150px;
  float: right;
  width: 68%;
  text-align: right;
  margin-bottom: 5px;
  color: #50a300;
}
.r_fukidashi p {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 1em 1.2em;
  min-width: 120px;
  max-width: 100%;
  /*background: #FFF;*/
  border: solid 6px #e8f1f2;
  box-sizing: border-box;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-size: 16px;
  text-align: left;
}

.r_fukidashi p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -33px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 30px solid #fff;
  z-index: 2;
}

.r_fukidashi p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 35px solid #e8f1f2;
  z-index: 1;
}

.l_fukidashi::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  min-height: 130px;
}
.r_fukidashi::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  min-height: 130px;
}

.voice01::before {
  background: url(../img/meeting/01.png) no-repeat left top / 100% auto;
}
.voice02::before {
  background: url(../img/meeting/02.png) no-repeat left top / 100% auto;
}
.voice03::before {
  background: url(../img/meeting/03.png) no-repeat left top / 100% auto;
}
.voice04::before {
  background: url(../img/meeting/04.png) no-repeat left top / 100% auto;
}
.voice05::before {
  background: url(../img/meeting/05.png) no-repeat left top / 100% auto;
}
.voice06::before {
  background: url(../img/meeting/06.png) no-repeat left top / 100% auto;
}
.voice07::before {
  background: url(../img/meeting/07.png) no-repeat left top / 100% auto;
}

#yoyaku.page_box{
  @media screen and (max-width: 768px) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#syokai h2.h3_title{
  @media screen and (max-width: 768px) {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0.6em;
    box-sizing: border-box;
    background-color: #20c0fd;
    border: none;
    text-align: center;
    color: #fff;
  }
}

.consultation_area {
  margin: 0px auto 0;
  width: 89.5%;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.consultation_area__inner {
  display: flex;
  flex-direction: column;
  gap: 80px 20px;
  @media screen and (max-width: 768px) {
    align-items: center;
    gap: 70px;
  }
}

.consultation_area__item {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 0 18px 0 36px;
  @media screen and (max-width: 768px) {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}

.consultation_area__item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 0 36px 0 18px;
  @media screen and (max-width: 768px) {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.consultation_area__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #20c0fd;
  @media screen and (max-width: 768px) {
    bottom: -35px;
  }
}

.consultation_area__text {
  flex: 1 1 auto;
  margin-top: 18px;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.consultation_area__head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.consultation_area__tag {
  background-color: #c7f1ff;
  border-radius: 10px;
  font-size: 22px;
  padding: 10px 20px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.consultation_area__title {
  font-size: 26px;
  @media screen and (max-width: 768px) {
    font-size: 22px;
  }
}

.consultation_area__hira {
  font-size: 18px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.consultation_area__text__content {
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 0;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.consultation_area__image {
  flex: 1 0 215px;
  @media screen and (max-width: 768px) {
    flex: 1 0 210px;
  }
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
  .l_fukidashi,
  .r_fukidashi {
    width: 64%;
  }
}
@media screen and (max-width: 680px) {
  .l_fukidashi,
  .r_fukidashi {
    width: auto;
    float: none;
    margin-bottom: 2em;
  }

  .l_fukidashi {
    padding: 120px 0 0 0;
  }
  .l_fukidashi::before {
    width: 100%;
  }

  .l_fukidashi p {
    margin: 30px 0 0 0;
  }
  .l_fukidashi p:before {
    top: -17px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 2;
  }

  .l_fukidashi p:after {
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 25px solid #e8f1f2;
    z-index: 1;
  }

  .r_fukidashi {
    padding: 120px 0 0 0;
  }
  .r_fukidashi::before {
    width: 100%;
  }

  .r_fukidashi p {
    margin: 30px 0 0 0;
  }
  .r_fukidashi p:before {
    top: -17px;
    right: inherit;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: 2;
  }

  .r_fukidashi p:after {
    top: -30px;
    right: inherit;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 25px solid #e8f1f2;
    z-index: 1;
  }

  .voice01::before {
    background: url(../img/meeting/01.png) no-repeat center top / 150px auto;
  }
  .voice02::before {
    background: url(../img/meeting/02.png) no-repeat center top / 150px auto;
  }
  .voice03::before {
    background: url(../img/meeting/03.png) no-repeat center top / 150px auto;
  }
  .voice04::before {
    background: url(../img/meeting/04.png) no-repeat center top / 150px auto;
  }
  .voice05::before {
    background: url(../img/meeting/05.png) no-repeat center top / 150px auto;
  }
  .voice06::before {
    background: url(../img/meeting/06.png) no-repeat center top / 150px auto;
  }
  .voice07::before {
    background: url(../img/meeting/07.png) no-repeat center top / 150px auto;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

#link03 {
}

#link03 .midashi {
  font-size: 1.14em;
}
#link03 p {
  margin: 0 auto 1em;
  width: 92%;
}

#link03 .midashi {
  margin: 0 auto;
  width: 92%;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
  #link03 .midashi {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
