@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #333;
  --color-white: #fff;
  --color-primary-b: #5C78D4;
  --color-primary-l-b: #D0D8F3;
  --color-primary-p: #3F3277;
  --color-bg-p: #F8F8FC;
  --color-gray: #CCCDD1;
  --color-orange: #fb4a0e;

  --noto: "Noto Sans JP", sans-serif;
  --inter: "Inter", sans-serif;


  --fs18: 1.8rem;
  --fs20: 2rem;
  --fs24: 2.4rem;
  --fs32: 3.2rem;

  --al04s: all .4s;
}

@media screen and (max-width:767px) {
  :root {
    --fs32: 2.4rem;
    --fs24: 1.8rem;
    --fs20: 1.4rem;
    --fs18: 1.2rem;
  }
}


.bg-section {
  background: var(--color-bg-p);
}


/* section:nth-of-type(4),
section:nth-of-type(6),
section:nth-of-type(8),
section:nth-of-type(10) {
  background: var(--color-bg-p);
} */

.text-blue {
	color: var(--color-primary-b);
}


.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}


section#sec_topics {
  background: var(--color-white);
}

main #sec_topics {
  padding-top: 8rem;
}

main:has(#flow) #sec_topics {
  padding-top: 0;
}

@media screen and (max-width:767px) {
  main #sec_topics {
    padding-top: 4rem;
  }

  main:has(#flow) #sec_topics {
    padding-top: 0;
  }
}

/*================================================
 * subVisual
================================================*/
#subVisual {
  padding: 6rem 0 3rem;
  margin-bottom: 0;
}

#subVisual.solution .c-hd .en {
  font-family: var(--noto);
  font-size: var(--fs32);
  color: var(--color-primary-p);
  margin-top: 0.5rem;
  font-weight: 500;
}

@media screen and (max-width:767px) {}

/*================================================
 * bizIntro
================================================*/


@media screen and (max-width:767px) {}

h2 {
    line-height: 1.2;
    position: relative;
    font-size: var(--fs24);
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    padding-top: 0;
    text-align: center;
    border: none;
    color: var(--color-primary-p);
	font-weight: 500;
}
h2::before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../../images/hd_icon.png);
    width: 2.984rem;
    height: 1.343rem;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: unset;
}
.section h3 {
    font-size: var(--fs24);
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid var(--color-gray);
    font-weight: 500;
    border-left: none;
	margin-bottom: 1em;
}
.section h3::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    bottom: -1px;
    left: 0;
}


/*================================================
 * 
================================================*/
.strong-msg {
	font-weight: 700 !important;
	color: #3f3277;
	font-size: 2.0rem;
}

.cta-block {
	max-width: 100%;
	border-radius: 10px;
	text-align: center;
	margin: auto;
	padding: 8rem 0;
    background: var(--color-bg-p);
    position: relative;
    border-radius: 1rem;
}
.cta-block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-primary-b);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1deg);
    z-index: -1;
    border-radius: 1rem;
}
.cta-block .message {
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--color-primary-p);
}
.cta-block ul {
	margin: 30px 0;
}
.cta-block .btnArea a{
	width: 30rem;
    margin: auto;
}

@media screen and (max-width:767px) {
	.btnArea a{
		font-size: 1.5rem;
		width: auto;
	}
}

#assignment, #step, #works, #faq {
	background: var(--color-bg-p);
}
#works dt {
    color: var(--color-primary-p);
    margin-top: 20px;
	position: relative;
	padding-left: 2.0rem;
}
#works dt::before {
	content: "■";
	position: absolute;
	color: var(--color-orange);
    top: 0;
    left: 0;
}
#works dd {
    margin-left: 0;
    line-height: 2.0rem;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 10px;
}
#works dd::before {
    position: absolute;
    content: "・";
    color: var(--color-primary-b);
    top: 0;
    left: 0;
}

#message div {
	text-align: center;
}
#message .btnArea a{
	width: 30rem;
    margin: 30px auto 0 auto;
}
#message {
	margin-bottom: 50px;
}
/*================================================
 * top
================================================*/
#top.section {
	padding-top: 0;
}
.top-area {
	text-align: left;
	padding: 0 50px 30px;
}
.top-area h2 {
	font-size: 5.0rem;
	position: relative;
	text-align: left;
	font-weight: 700;
	color: var(--color-primary-p);
	margin: 30px 0;
}
.top-area h2::before {
    background-image: none;
}
.top-area h2 span {
	color: var(--color-orange);
	display: inline;
}
.top-area .message {
	text-align: left;
	font-weight: 400;
	max-width: 50%;
}

.section .top-area h3 {
	text-align: left;
	font-weight: 500;
	border-left: solid var(--color-orange) 3px;
	border-bottom: none;
	font-size: var(--fs24);
	padding-left: 20px;
	margin-top: 30px;
}
section .top-area h3::before {
	background: none;
}

@media screen and (max-width:767px) {
	.top-area {
		padding: 0 20px 10px;
	}
	.top-area h2 {
		font-size: var(--fs32);
		background: rgba(255, 255, 255, 0.6);
		margin-bottom: 0;
	}
	.top-area .message {
		max-width: 100%;
		background: rgba(255, 255, 255, 0.6);
	}
}

/*================================================
 * problem-grid
================================================*/
.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	place-items: center;
	align-items: stretch;
    grid-auto-rows: 1fr;
	margin-bottom: 20px !important;
}
.problem-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	place-items: center;
	align-items: stretch;
    grid-auto-rows: 1fr;
}

.problem-grid .card, .problem-grid2 .card {
	background: var(--color-white);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.problem-grid .card h4, .problem-grid2 .card h4 {
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.problem-grid .card .qmark, .problem-grid2 .card .qmark {
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 15px;
    display: block;
}
.problem-grid .card::before, .problem-grid2 .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-orange);
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s;
}
.problem-grid .card:hover::before, .problem-grid2 .card:hover::before {
    transform: scaleY(1);
}

.problem-grid .point-card, .problem-grid2 .point-card {
    background-color: var(--color-primary-l-b);
}

@media screen and (max-width:1024px) {
  .problem-grid, .problem-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
	.problem-grid, .problem-grid2 {
    	grid-template-columns: 1fr;
	}
	
	.problem-grid > *:last-child {
	  grid-column: auto;
	}
}


/*================================================
 * detail-grid
================================================*/
.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	place-items: center;
	align-items: stretch;
	margin-top: 30px;
}


.detail-grid .card {
	background: var(--color-bg-p);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.detail-grid > :nth-child(3),
.detail-grid > :nth-child(4) {
    height: 100%;
}

.detail-grid .card h4 {
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 20px;
}
.detail-grid .card .qmark {
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
    font-size: var(--fs32);
}
.detail-grid .card-image {
	margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
  .detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
	.detail-grid {
    	grid-template-columns: 1fr;
	}
	
}


/*================================================
 * works
================================================*/
.works-image {
	text-align: center;
}
.work-detail {
	text-align: center;
	font-weight: 400;
}
.works-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	place-items: center;
	align-items: stretch;
    grid-auto-rows: 1fr;
}

.works-grid.cards {
	margin-bottom: 20px;
}


.works-grid .card, .works-area .card {
	background: var(--color-white);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.works-grid .card h4, .works-area .card h4  {
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 20px;
	padding-bottom: 4px;
	background: linear-gradient(var(--color-orange), var(--color-orange)) bottom / 0 4px no-repeat;
    transition: background-size 0.8s ease;
	background-position: 0 85%;
	display: inline-block;
	background-size: 100% 6px;
}
.works-grid .card .qmark, .works-area .card .qmark {
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 15px;
    display: block;
}

.works-area {
  display: block;
}
.works-area dl {
  padding: 0 50px;
}

@media screen and (max-width:767px) {
	.works-area dl {
	  padding: 0;
	}
}


@media screen and (max-width:1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
	.works-grid {
    	grid-template-columns: 1fr;
	}
	
}
/*================================================
 * scope
================================================*/
.scope-image {
	text-align: center;
}
.scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	align-items: stretch;
    grid-auto-rows: 1fr;
}

.scope-grid.cards {
	margin-bottom: 20px;
}


.scope-grid .card, .scope-area .card {
	background: var(--color-bg-p);
    border-radius: 10px;
    padding: 30px 50px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.scope-grid .card h4::before {
	content: "●";
	position: absolute;
	color: var(--color-orange);
    top: 0;
    left: 0;
}
.scope-grid .card h4, .scope-area .card h4  {
	font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 20px;
	position: relative;
	padding-left: 2.5rem;
}
.scope-grid .card .qmark, .scope-area .card .qmark {
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 15px;
    display: block;
}

.scope-area {
  display: block;
}



@media screen and (max-width:767px) {
	.scope-grid {
    	grid-template-columns: 1fr;
	}
	.scope-grid .card{
	    padding: 20px;
	}
}

/*================================================
 * cards
================================================*/
.cards {
	margin-bottom: 50px;
}
.card h4 {
	font-size: 2.0rem;
}
.cards img {
  width: 116px;
}
.cards div.wp-block-columns {
  gap: 20px !important;
  display: flex;
  justify-content: center;  /* 横の中央 */
  align-items: center;      /* 縦の中央 */
  width: 100%;
}
.card-250 {
  flex-basis:250px;
}
.card-300 {
  flex-basis:300px;
}
.card-380 {
  flex-basis:380px;
}
.card-500 {
  flex-basis:500px;
}
.card-image {
  text-align: center;
}
@media screen and (max-width:767px) {
	.card-250 {
	  flex-basis:auto;
	}
	.card-300 {
	  flex-basis:auto;
	}
	.card-380 {
	  flex-basis:auto;
	}
	.card-500 {
	  flex-basis:auto;
	}
}

/*================================================
 * point-grid
================================================*/
.point-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	place-items: center;
	align-items: stretch;
    grid-auto-rows: 1fr;
	margin-bottom: 20px;
	margin-top: 30px;
}


.point-grid .card {
	background: var(--color-bg-p);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.point-grid .card .qmark, .point-area .qmark {
	color: var(--color-orange);
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 3.0rem;
	display: inline-block;
	margin-right: 20px;
}
.point-grid .card h4 {
    padding-left: 2.0rem;
    position: relative;
    margin-left: 2.0rem;
}
.point-grid .card h4::before {
    content: "●";
    position: absolute;
    color: var(--color-orange);
	top: 0;
    left: 0;
}
.point-grid .card div {
	font-weight: 400;
	margin:20px;
}

@media screen and (max-width:1024px) {
  .point-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
	.point-grid {
    	grid-template-columns: 1fr;
	}
	
}
.point-area {
	background: var(--color-white);
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--line);
    transition: .3s;
    overflow: hidden;
	background-color: var(--color-primary-l-b);
}
.point-grid dl, .point-area dl {
    margin-bottom: 20px;
}
.point-grid dt, .point-area dt {
    color: var(--color-primary-p);
    font-weight: 700;
    margin-bottom: 10px;
	font-size: 2.0rem;
}
.point-grid dd, .point-area dd {
    padding-left: 20px;
}
.point-area ul {
	margin: 10px;
    padding-left: 20px;
}


/*================================================
 * list-block
================================================*/
.list-block {
	background-color: var(--color-white);
    padding: 20px 0 20px 50px;
    max-width: 800px;
    margin: auto;	
}
.detail_cnt .list-block ul {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.list-block {
    	padding: 20px;
	}
}


/*================================================
 * question
================================================*/
.question dt {
	position: relative;
	padding-left: 4.0rem;
	font-weight: 500;
}
.question dt::before {
	content: "Q：";
	font-weight: 700;
	font-size: 2.0rem;
	position: absolute;
	color: var(--color-primary-b);
    top: 0;
    left: 0;
}
.question dd {
	position: relative;
	padding-left: 4.0rem;
	margin: 10px 0 50px 0
}
.question dd::before {
	content: "A：";
	font-weight: 700;
	font-size: 2.0rem;
	position: absolute;
	color: var(--color-orange);
    top: 0;
    left: 0;
}

/*================================================
 * assignment
================================================*/
.assignment_inner {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 5%;
}

.assignment_img {
  width: 10%;
}

.assignment_txt {
  width: 75%;
  padding-left: 1rem;
}

.assignment_txt>li:not(:last-child) {
  margin-bottom: 3rem;
}

.assignment_txt h3 {
  color: var(--color-primary-p);
  position: relative;
  font-size: var(--fs20);
}

.assignment_txt h3::before {
  position: absolute;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/solution/icon_check.png);
  width: 1em;
  height: 0.95em;
  top: 0.4em;
  left: -1.6em;
}

@media screen and (max-width:767px) {
  .assignment_img {
    width: 30%;
    margin-bottom: 4rem;
  }

  .assignment_txt {
    width: 90%;
    padding-left: 0;
    margin-left: auto;
  }
}



/*================================================
 * features
================================================*/

.f_clm02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
}

.f_clm02:not(:last-of-type) {
  margin-bottom: 4rem;
}

.f_clm02:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.f_clm-img {
  width: 30%;
}

.f_clm-txt {
  width: 65%;
}

.f_clm-txt .c-line_hd {
  position: relative;
  padding-bottom: 1em;
  z-index: 1;
  color: var(--color-primary-p);
  margin-bottom: 1em;
}

.f_clm-txt .c-line_hd span {
  position: absolute;
  font-family: var(--inter);
  color: var(--color-primary-l-b);
  opacity: .25;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  font-size: 8.8rem;
  font-weight: 700;
  z-index: -1;
}

@media screen and (max-width:767px) {
  .f_clm-txt .c-line_hd span {
    font-size: 6rem;
  }

  .f_clm02 {
    gap: 3rem;
  }

  .f_clm02:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .f_clm-img {
    width: 80%;
  }

  .f_clm-txt {
    width: 100%;
  }
}

/*================================================
 * flow
================================================*/
.flow_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
	margin-top: 50px;
}

.flow_list dt {
  width: 370px;
  font-size: var(--fs18);
  position: relative;
  font-weight: 500;
  color: var(--color-primary-p);
  display: flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 8rem;
  padding-right: 6rem;
}

.flow_list dt span {
  font-family: var(--inter);
  font-size: 2.6rem;
  font-weight: 700;
  white-space: nowrap;
}


.flow_list dd {
  width: calc(100% - 370px);
  padding-bottom: 8rem;
  position: relative;
}

.flow_list dd::before,
.flow_list dd::after {
  position: absolute;
  content: "";
}

.flow_list dd:not(:last-of-type):before {
  width: 1px;
  top: 1.5rem;
  bottom: -1.5rem;
  left: -2.5rem;
  background: var(--color-gray);
}

.flow_list dd::after {
  width: 11px;
  height: 11px;
  border-radius: 100000px;
  background: var(--color-orange);
  left: -3rem;
  top: 0.5rem;
}

@media screen and (max-width:767px) {
  .flow_list dt {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 0;
  }

  .flow_list dt span {
    font-size: 2rem;
  }

  .flow_list dd {
    width: 100%;
    padding-left: 2rem;
    padding-bottom: 4rem;
  }

  .flow_list dd:not(:last-of-type):before {
    top: -3.2rem;
    bottom: -2rem;
    right: auto;
    left: 5px;
  }

  .flow_list dd::after {
    right: auto;
    top: -3.2rem;
    left: 0;
  }
}




.card_list img {
  max-width: 30rem;
  display: block;
  margin: 2rem auto;
  border-radius: 0.5rem;
}

.card_list .c-label {
  margin-bottom: 1rem;
}

.card_list p {
  min-height: 10rem;
}

@media screen and (max-width:767px) {
  .card_list {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
  }

  .card_list p {
    min-height: unset;
  }
}


/*================================================
 * 
================================================*/
.section h3 {
    font-size: var(--fs24);
    position: relative;
    padding: 1.5rem;
    border-bottom: 1px solid var(--color-gray);
    font-weight: 500;
    border-left: none;
}
.section h3::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    background: var(--color-primary-b);
    bottom: -1px;
    left: 0;
}



@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}


/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}