@charset "UTF-8";

:root {
  --Primary-color: #264368;
  --Accent-color: #eeee8e;
  --bg-color: #e6e9ec;
}

/* main * {
  background-color: red!important;
} */

body {
  font-family:'游ゴシック','Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  padding: 10px 20px;
  margin: 40px auto;
  border: solid 3px var(--Primary-color);
  border-radius: 5px;
  background: var(--Primary-color);
  transition: all 0.5s;
}

a:hover {
  transition: all 0.5s;
  border: solid 3px var(--Primary-color);
  color: var(--Primary-color);
  background-color: #fff;
  transform: scale(1.05);
}

.button_area {
  text-align: center;
}



h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 30px;
}

h3 {
  font-size: 1.1rem;
}

strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

.wrap {
  max-width: 1024px;
  margin: 10px auto;
  padding: 0 15px;
}

.fl_box{
  display: flex;
  flex-wrap: wrap;
}

body {
  /* background-color: var(--bg-color); */
}
/* #form, #concept, #company, #partner {
  background-color: #fff;
} */

#mv {
  background-image: url(../img/ch_mvbg.png);
  background-color: var(--Primary-color);
  background-position: center;
  background-repeat: repeat;
}

#mv .logo {
  margin-top: 50px;
  max-width: 330px;
}

#mv .wrap {
  margin-top: 0;
  max-width: 1280px;
}

#mv a {
  background-color: var(--Accent-color);
  color: var(--Primary-color);
}

#mv a:hover {
  background-color: var(--Primary-color);
  color: var(--Accent-color);
  border: solid 3px var(--Accent-color);
}

#mv .fl_box {
  padding-top: 40px;
  justify-content: center;
  align-items: flex-end;
}

#mv .lead {
  width: 40%;
  min-width: 300px;
  padding-bottom: 20px;
  padding-left: 20px;
}

#mv h1 {
  font-size: 2.7rem;
  text-align: left;
  color: white;
  word-break: keep-all;
  margin: 30px 0 30px;
  font-weight: 600;
  padding: 0;
}

#mv p {
  font-size: 1.2rem;
  color: white;
}

#mv .mv_img {
  width: 55%;
  max-width: 800px;
}

#mv .mv_img .mvpc {
}
#mv .mv_img .mvsp {
  display: none;
}


#about {
  text-align: center;
  margin: 70px 0;
}

#about h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

#about .wrap p {
  max-width: 800px;
  margin: 20px auto 0;
  line-height: 2rem;
}

#about .fl_box{
  margin:30px 50px;
  justify-content: space-around;
}

#about .fl_box p{
  font-size: 1.5rem;
  font-weight: 600;
}

#about .career_box {
  margin: 0 20px;
}

#about .career_box img {
  width: 100px;
  margin-top: 10px;
}

#solution .theme {
  position: relative;
  background-color: var(--bg-color);
  padding: 10px 0 30px;
}

#solution .theme:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 200px solid transparent;
  border-top: 46px solid var(--bg-color);
}

#solution .theme .fl_box {
  margin: 70px 0;
  justify-content: space-around;
  gap: 20px;
}

#solution .theme .fl_box>div{
  max-width: 280px;
  padding: 10px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  flex: 1;
}

#solution .change h2 {
  font-size: 2.3rem;
  margin: 80px 0 50px;
  text-shadow: 0px 3px 0px rgb(0 0 0 / 10%);
}

#solution .fl_box_item {
  min-height: 110px;
  display: grid;
  place-items: center;
}
#solution .fl_box_img {
  height: 220px;
  display: grid;
  place-items: center;
}

#solution h3 {
  font-size: 1.3rem;
  font-weight: 600;
  /* margin: 20px 10px 30px; */
  display: inline-block;

}

#solution p {
  margin: 0 10px;
}

#solution .change  {
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

#solution .change .fl_box {
  margin: 70px 0;
  justify-content: space-around;
  gap: 20px;
}

#solution .change .fl_box>div{
  max-width: 280px;
  padding: 10px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 12px #ddd;
  flex: 1;
}

#solution .change .fl_box div img{
  display: block;
  max-height: 170px;
  width: auto;
  margin: 0 auto 20px;
}

#training {
  background-color: var(--bg-color);
  padding: 10px 0 30px;
  background-image: url(../img/ch_bg.png);
  /* background-size: cover; */
  background-position: center;
  background-repeat: repeat;

}

#training h2 {
  display: table;
  font-size: 2rem;
  padding: 5px 50px;
  margin: 40px auto;

}

#training h3 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

#training .board_img {
  max-width: 600px;
  margin: 0 auto;
}

#training .board_img img {
  filter: drop-shadow(4px 4px 4px rgb(85 85 120 / 50%));
}

#training .fl_box {
  gap: 2px;
  margin-bottom: 40px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}



#training .fl_box .board_box {
  flex: 8;
}

#training .fl_box h3 {
  background-color: var(--Primary-color);
  color: #fff;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto 10px;
}

#training .fl_box div p {
    margin-top: 10px;
    display: inline-block;
    min-height: 70px;
}
#training .arrow {
  flex: 1;
}

#feature {
  padding: 20px 0 30px;
}

#feature h2{
  margin-bottom: 50px;
}

#feature .fl_box {
 max-width: 860px;
 margin: 30px auto 0;
 justify-content: space-around;
 align-items: baseline;
}

#feature .fl_box:nth-child(3),
#feature .fl_box:nth-child(5) {
    flex-wrap: wrap-reverse;
}

#feature .text {
	max-width: 400px;
 	margin-bottom: 30px;
 	text-align: center;
	padding: 30px 25px;
	background-color: #fff;
}

#feature .feature_img {
	margin: 0 20px 10px;
	max-width: 350px;
}

#feature .text h3{
	margin: 0 0 18px;
	font-size: 1.8rem;
  text-align: left;
	line-height: 2.2rem;
	font-weight: 600;
}

#feature .text p{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

#learning {
  background-color: var(--bg-color);
  background-image: url(../img/ch_bg.png);
  padding: 30px 0 50px;
}

#learning .fl_box {
  justify-content: space-around;
}

#learning .content {
  position: relative;
}

#learning .fl_box .content_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 300px;
  padding: 10px 10px;
  box-shadow: 0px 5px 12px #5c5c5c;
}
/* #learning .fl_box内の最後の.content_item */
#learning .fl_box .content_item:last-child {
  margin-bottom: 0;
}

#learning .fl_box .content_item h3{
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

#learning .fl_box .content_item p {
  margin-top: 20px;
  text-align: center;
  padding: 0 26px;
}
#learning .fl_box .content_item:has(ul) p {
  margin-top: 0px;
}
#learning .fl_box .content_item ul {
  margin-top: 20px;
  text-align: left;
  list-style: circle;
  padding: 0 26px 0 40px;
}
#learning .fl_box .content_item li {
  list-style: disc;
}

.content img{
  position: absolute;
  width: 160px;
  right: -3%;
  bottom: -40px;
}

#detail {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 0 50px;
}
#detail .wrap {
  margin: 0 auto;
  max-width: 700px;
}
#detail table {
  /* 隙間の設定 */
  border-collapse: separate;
  width: 100%;
  border-spacing: 20px;
  vertical-align: top;
}
/* #detail th {
  width: 30%;
  font-weight: bold;
  text-align: right;
  padding-right: 40px;
  vertical-align: top;
} */
#detail th {
  width: 30%;
  text-align: center;
  padding: 0;
  border: solid 3px var(--Primary-color);
  background-color: var(--bg-color);
  color: var(--Primary-color);
  border-radius: 5px;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
}
#detail td span {
  font-size: 1rem;
}
#detail td {
  word-break: keep-all;
}
#detail td:first-child {
  width: 30%;
}
#flow {
	padding: 20px 0 60px;
	background-color: #f8f8f8;
}

#flow h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--Primary-color);
}

#flow .wrap {
	max-width: 1024px;
}

#flow .button_area {
	margin: 50px 20px 0;
}

.flow_area {
	margin: 40px 0 45px;
  display: flex;
  justify-content: space-between;
}

.flow_one {
	display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 30px);
  height: 80px;
  background-color: #fff;
  position: relative;
	font-weight: 600;
}

 .flow_one span {
	display: block;
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 25px;
  border-color: transparent transparent transparent #fff;
 }

.flow-text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px;
}

.flow-text_one {
	width: calc(50% - 20px);
}

.flow-text_one p {
	font-size: 0.95rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

.flow_one:nth-child(2),
.flow_one:nth-child(4) {
	background-color: var(--Primary-color);
	color: #fff;
}

.flow_one:nth-child(2) span{
	border-color: transparent transparent transparent var(--Primary-color);
}

#form {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 60px;
}

#form h2 {
  position: relative;
}

#faq {
  padding: 30px 0;
  text-align: center;
	background-color: #f8f8f8;
}

.faq_box{
  max-width: 800px;
  margin: 50px auto 0;
}

.faq_one {
  text-align: left;
  border-bottom: solid 1px var(--bg-color);
  padding: 30px 0;
  margin-bottom: 50px;
}

.faq_q {
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
  cursor: pointer;
}

.fq_button {
  margin-top: 20px;
}

.faq_box input {
  display: none;
}

.faq_box .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.cssacc:checked + .accshow {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}

.faq_q p {
	padding-right: 20px;
	position: relative;
 }

.faq p.open {}

.faq_q p {
	padding-right: 20px;
 }

.faq p.open {
	position: relative;
}

.faq_q p::before,
.faq_q p::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: var(--Primary-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq_q p::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.faq_q p.open::after {
  transform: rotate(0);
  transition: 0.5s;
}

.reference {
	font-size: 0.7rem;
	letter-spacing: 0rem;
	color: #828282;
	margin-top: 5px;
}

#concept {
  margin: 100px 0;
  text-align: center;
}

#concept p {
  font-size: 1.1rem;
  margin-top: 40px;
  line-height: 2.3rem;
}

#company a{
  display: inline-block;
  text-decoration: none;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
}

#company table {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
}

#company tr {
  border-bottom: 1px solid #dfdfdf;
}

#company th {
  width: 30%;
  padding: 24px 0;
}

#company td {
  width: 70%;
  padding: 24px 0;
}

#partner {
  margin: 100px 0;
  text-align: center;
}
#partner span {
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 2.3rem;
  font-weight: bold;
}
.partner_company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}
.partner_company img {
  width: calc(100% / 4 - 2px);
  border: solid 1px #efefef;
}

@media screen and (max-width: 850px) {
  .partner_company img {
    width: calc(100% / 3 - 2px);
  }
}


footer {
  text-align: center;
  color: #ccc;
  margin: 150px 0 0;
}

.privacy {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 10px;
}

.privacy li {
    list-style-type: inherit;
    margin: 10px 0 0 20px;
  }



#thanks {
    text-align: center;
    margin: 20px auto 0;
    max-width: 800px;
}
