@charset "UTF-8";
/* mixin
========================================================================== */
/* parts
--------------------------------------------- */
.list_type01 li {
  padding-left: 14px;
  position: relative;
  font-size: 1.6rem;
}
.list_type01 li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* knowledge
--------------------------------------------- */
.knowledge .l_center {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .knowledge .l_center {
    margin-top: 55px;
    padding: 0 25px;
  }
}
.knowledge .l_center .btn {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .knowledge .l_center .btn {
    width: 100%;
  }
}
.knowledge_h2 {
  margin-bottom: 18px;
  font-size: 3.2rem;
  letter-spacing: -0.025em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .knowledge_h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.knowledge_h2 + .knowledge_h3 {
  margin-top: -8px;
}
.knowledge_h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .knowledge_h3 {
    margin-top: 20px;
    font-size: 2.0rem;
  }
}
.knowledge_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .knowledge_box {
    flex-direction: column;
    margin: 0 20px;
  }
}
.knowledge_box > a {
  display: block;
  width: calc(50% - 30px);
  height: 510px;
  padding-top: 68px;
  padding-right: 20px;
  padding-left: 20px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  /* border: 1px solid #D1DAE1; */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .knowledge_box > a {
    transition: opacity 0.5s ease-out;
  }
  .knowledge_box > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .knowledge_box > a {
    width: 100%;
    height: auto;
    padding: 40px 0 32px 0;
  }
  .knowledge_box > a img {
    width: 103px;
  }
  .knowledge_box > a + a {
    margin-top: 30px;
  }
  .knowledge_box > a + a img {
    width: 92px;
  }
}
.knowledge_box_img {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .knowledge_box_img {
    height: auto;
  }
}
.knowledge_box_ttl {
  margin-top: 86px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .knowledge_box_ttl {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.knowledge_box_txt {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .knowledge_box_txt {
    font-size: 1.6rem;
  }
}
.knowledge_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .knowledge_list {
    margin: 60px 20px 0 20px;
  }
}
.knowledge_list li {
  width: calc(33.333% - 40px);
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .knowledge_list li {
    width: 100%;
    margin: 0;
  }
  .knowledge_list li + li {
    margin-top: 25px;
  }
}
.knowledge_list li:nth-child(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .knowledge_list li:nth-child(n + 4) {
    margin-top: 25px;
  }
}
.knowledge_list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .knowledge_list li a {
    transition: opacity 0.5s ease-out;
  }
  .knowledge_list li a:hover {
    opacity: 0.7;
  }
}
.knowledge_list_img {
  height: 250px;
  border: 1px solid #D1DAE1;
}
@media screen and (max-width: 767px) {
  .knowledge_list_img {
    height: 205px;
  }
}
.knowledge_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledge_list_category {
  display: flex;
  margin-top: 20px;
}
.knowledge_list_category span {
  display: inline-block;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1;
  border: 2px solid #000000;
  border-radius: 80px;
}
.knowledge_list_txt {
  margin-top: 12px;
}
.knowledge_list_date {
  margin-top: 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .knowledge_list_date {
    font-size: 1.2rem;
  }
}
.knowledge_num {
  margin-top: 25px;
  padding: 28px 30px 32px 30px;
  border: 2px solid #2A6AB2;
}
@media screen and (max-width: 767px) {
  .knowledge_num {
    padding: 15px 20px;
  }
}
.knowledge_num ul li {
  padding-left: 48px;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
}
.knowledge_num ul li + li {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .knowledge_num ul li + li {
    margin-top: 12px;
  }
}
.knowledge_num ul li:before {
  color: #2A6AB2;
  display: block;
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  position: absolute;
  top: 0;
  left: 0;
}
.knowledge_num ul li:nth-child(1):before {
  content: '01';
}
.knowledge_num ul li:nth-child(2):before {
  content: '02';
}
.knowledge_num ul li:nth-child(3):before {
  content: '03';
}
.knowledge_num ul li:nth-child(4):before {
  content: '04';
}
.knowledge_num ul li:nth-child(5):before {
  content: '05';
}
.knowledge_num ul li:nth-child(6):before {
  content: '06';
}
.knowledge_num ul li:nth-child(7):before {
  content: '07';
}
.knowledge_num ul li:nth-child(8):before {
  content: '08';
}
.knowledge_num ul li p {
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .knowledge_num ul li p {
    margin-left: -48px;
  }
  .knowledge_num ul li p.knowledge_num_txt {
    margin-left: 0;
  }
  .knowledge_num ul li p.knowledge_num_txt span {
    display: inline-block;
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
}
.knowledge_num + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .knowledge_num + p {
    margin-top: 25px;
  }
}

/* knowledge_detail
--------------------------------------------- */
.knowledge_detail_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.knowledge_detail_head h1 {
  margin-top: 18px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .knowledge_detail_head h1 {
    width: 100%;
    margin-top: 0;
    order: -1;
    font-size: 3.0rem;
    text-align: center;
  }
}
.knowledge_detail_head .news_detail_date {
  margin-top: 18px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .knowledge_detail_head .news_detail_date {
    margin-top: 50px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 1.5;
    order: -1;
  }
}
.knowledge_detail_content {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .knowledge_detail_content {
    margin-top: 10px;
  }
}
.knowledge_detail_content > p + p {
  margin-top: 32px;
}
.knowledge_detail_content img {
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .knowledge_detail_content img {
    margin-top: 30px;
  }
}
.knowledge_detail_content a {
  text-decoration: underline;
  color: #2A6AB2;
}
@media screen and (min-width: 768px) {
  .knowledge_detail_content a {
    transition: opacity 0.5s ease-out;
  }
  .knowledge_detail_content a:hover {
    opacity: 0.7;
  }
}
.knowledge_detail_content ul {
  padding-left: 1em;
  list-style-type: disc;
}
.knowledge_detail_content ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.knowledge_detail_content .wp-block-quote {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .knowledge_detail_content .wp-block-quote {
    padding: 5px 0 5px 10px;
  }
}

/* ma
--------------------------------------------- */
.ma {
  overflow: hidden;
  margin-top: 4px;
  padding: 92px 0 0 0;
  border-top: 1px solid #D1DAE1;
}
@media screen and (max-width: 767px) {
  .ma {
    padding: 45px 0 0 0;
  }
}
.ma > .l_inner > section:first-child {
  padding-top: 0;
}
.ma > .l_inner section:first-child {
  padding-top: 0;
}
.ma > .l_inner section > p + p {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .ma > .l_inner section > p + p {
    margin-top: 32px;
  }
}
.ma .knowledge_num.type01 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .ma .knowledge_num.type01 {
    margin-bottom: 28px;
  }
}
.ma_list {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .ma_list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ma_list_lead {
    font-size: 1.8rem;
  }
}
.ma_list ul {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ma_list ul {
    display: block;
  }
}
.ma_list ul li {
  width: 20%;
  padding: 0 2% 2px 2%;
}
@media screen and (max-width: 767px) {
  .ma_list ul li {
    width: 100%;
    padding: 0 40px 35px 40px;
    background: url(/img/bg_dot_line02.svg) repeat-x 0 100%;
  }
}
.ma_list ul li + li {
  background: url(/img/bg_dot_line.svg) repeat-y 0 0;
}
@media screen and (max-width: 767px) {
  .ma_list ul li + li {
    padding-top: 45px;
    background: url(/img/bg_dot_line02.svg) repeat-x 0 100%;
  }
}
.ma_list_num {
  color: #2A6AB2;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .ma_list_num {
    margin-top: 0;
  }
}
.ma_list_ttl {
  margin-top: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_list_ttl {
    margin-top: 15px;
    font-size: 2.0rem;
  }
}
.ma_list_txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
.ma .tab_content > div {
  padding: 55px 0 0 0;
  position: relative;
}
.ma .tab_content > div > *:first-child {
  margin-top: 0;
}
.ma .tab_content > div + div {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ma .tab_content > div + div {
    padding-bottom: 60px;
  }
}
.ma .tab_content > div:after {
  content: '';
  display: block;
  background: #F4F4F4;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -50vw;
}
@media screen and (max-width: 767px) {
  .ma .nav_tab {
    margin-top: 24px;
  }
}
.ma .nav_tab li {
  width: 50%;
  border-color: #ffffff;
}
.ma .nav_tab li.is_active {
  border-color: #000000;
}
.ma_type {
  margin: 24px 0 0 20px;
  padding-bottom: 90px;
  background-image: url(/img/bg_dot_line.svg), url(/img/bg_dot_line.svg), url(/img/bg_dot_line.svg);
  background-repeat: repeat-y,repeat-y,repeat-y;
  background-position: calc(25% - 10px) top, 50% top, calc(75% + 10px) top;
}
@media screen and (max-width: 767px) {
  .ma_type {
    margin: 0;
    padding-bottom: 60px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .ma_type_box {
    display: none;
    padding-bottom: 30px;
  }
}
.ma_type .js_flex_inner {
  position: relative;
  padding-top: 65px;
}
.ma_type_line {
  display: flex;
}
.ma_type_line > div {
  width: calc(25% - 40px);
  width: 25%;
  margin: 0 20px;
}
.ma_type_line > div:first-child {
  margin-left: 0;
}
.ma_type_line > div:last-child {
  margin-right: 0;
}
.ma_type_line.js_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ma_type_line.js_fixed.is_fixed {
  max-width: 1220px;
  padding: 0 30px 0 50px;
  position: fixed;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1060px) {
  .ma_type_line.js_fixed.is_fixed {
    top: 60px;
  }
}
.ma_type_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .ma_type_ttl {
    margin-top: 20px;
    cursor: pointer;
    font-size: 1.8rem;
    position: relative;
  }
  .ma_type_ttl:first-child {
    margin-top: 0;
  }
  .ma_type_ttl:before, .ma_type_ttl:after {
    content: '';
    display: block;
    background: #ffffff;
    position: absolute;
  }
  .ma_type_ttl:before {
    width: 2px;
    height: 14px;
    top: 50%;
    right: 26px;
    margin-top: -7px;
  }
  .ma_type_ttl:after {
    width: 14px;
    height: 2px;
    top: 50%;
    right: 20px;
    margin-top: -1px;
  }
  .ma_type_ttl.is_active:before {
    display: none;
  }
}
.ma_type_h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-top: 40px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .ma_type_h4 {
    height: 65px;
    margin-top: 30px;
  }
}
.ma_type_h4 h4 {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ma_type_h4 h4 {
    font-size: 1.8rem;
  }
}
.ma_type_img {
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_type_img {
    padding: 30px 40px 0 40px;
  }
}
.ma_type_img img {
  max-width: 100%;
}
.ma_type_txt {
  padding: 38px 0 0 0;
}
@media screen and (max-width: 767px) {
  .ma_type_txt {
    padding: 30px 30px 0 30px;
  }
}
.ma_type_txt p {
  font-size: 1.6rem;
}
.ma_type_txt p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ma_type_txt p + p {
    margin-top: 0;
  }
}
.ma_graph {
  margin-top: 12px;
  padding: 32px 40px 40px 40px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .ma_graph {
    padding: 20px 20px 30px 20px;
  }
}
.ma_graph_ttl {
  display: flex;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl {
    flex-direction: column;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl > span {
    display: block;
    text-align: center;
    letter-spacing: -0.025em;
  }
}
.ma_graph_ttl .txt01 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl .txt01 {
    width: 100%;
  }
}
.ma_graph_ttl .txt02 {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl .txt02 {
    width: 100%;
    transform: rotate(90deg);
  }
}
.ma_graph_ttl .txt04 {
  width: 88px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl .txt04 {
    width: 100%;
  }
}
.ma_graph_ttl.type01 .txt03 {
  color: #3680EF;
}
.ma_graph_ttl.type02 {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ma_graph_ttl.type02 {
    margin-top: 50px;
  }
}
.ma_graph_ttl.type02 .txt03 {
  color: #8CB9FF;
}
.ma_graph_box {
  display: flex;
  margin-top: 24px;
  padding-top: 20px;
  background: url(/img/bg_dot_line02.svg) repeat-x 0 0;
}
@media screen and (max-width: 767px) {
  .ma_graph_box {
    flex-wrap: wrap;
  }
}
.ma_graph_box > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ma_graph_box > div {
    width: 100%;
  }
}
.ma_graph_box > div + div {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .ma_graph_box > div + div {
    margin-top: 26px;
    margin-left: 0;
  }
}
.ma_graph_box_ttl {
  font-weight: 900;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .ma_graph_box_ttl {
    font-size: 1.8rem;
  }
}
.ma_graph_box .box01 {
  display: flex;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box01 {
    height: 300px;
  }
}
.ma_graph_box .box01 .grid01,
.ma_graph_box .box01 .grid02,
.ma_graph_box .box01 .grid03 {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box01 .grid01,
  .ma_graph_box .box01 .grid02,
  .ma_graph_box .box01 .grid03 {
    font-size: 1.8rem;
  }
}
.ma_graph_box .box01 .grid01 {
  height: 100%;
  width: 50%;
  background: #D5D5D5;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box01 .grid01 {
    line-height: 2;
  }
}
.ma_graph_box .box01_inner {
  width: 50%;
}
.ma_graph_box .box01 .grid02 {
  height: calc(100% - 160px);
  background: #EAEAEA;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box01 .grid02 {
    height: calc(100% - 100px);
  }
}
.ma_graph_box .box01 .grid03 {
  height: 160px;
  background: #3680EF;
  font-size: 2.4rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box01 .grid03 {
    height: 100px;
    font-size: 2.0rem;
  }
}
.ma_graph_box .box02 {
  display: flex;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box02 {
    height: 260px;
  }
}
.ma_graph_box .box02_inner {
  width: 50%;
}
.ma_graph_box .box02 .grid01,
.ma_graph_box .box02 .grid02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: -0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box02 .grid01,
  .ma_graph_box .box02 .grid02 {
    font-size: 1.8rem;
  }
}
.ma_graph_box .box02 .grid01 {
  height: 100px;
  background: #8CB9FF;
  font-size: 2.4rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box02 .grid01 {
    font-size: 2.0rem;
  }
}
.ma_graph_box .box02 .grid02 {
  height: calc(100% - 100px);
  background: #D5D5D5;
}
.ma_graph_box .box02_txt {
  width: 50%;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ma_graph_box .box02_txt {
    padding-left: 14px;
    padding-right: 0;
  }
}
.ma + .box_service {
  border-top: none;
}

/* process
--------------------------------------------- */
.process {
  margin-top: 4px;
  padding: 108px 0 75px 0;
  border-top: 1px solid #D1DAE1;
}
@media screen and (max-width: 767px) {
  .process {
    padding: 45px 0 55px 0;
  }
}
.process_step_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .process_step_box {
    flex-wrap: wrap;
  }
}
.process_step_box + .process_step_box {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .process_step_box + .process_step_box {
    margin-top: 46px;
  }
}
.process_step_ttl {
  display: flex;
  align-items: center;
  width: 390px;
  background: url(/img/bg_dot_line.svg) repeat-y 100% 0;
}
@media screen and (max-width: 767px) {
  .process_step_ttl {
    width: 100%;
    padding-bottom: 12px;
    background: url(/img/bg_dot_line02.svg) repeat-x 0 100%;
  }
}
.process_step_num {
  width: 78px;
  padding-bottom: 18px;
  font-size: 12rem;
  color: #2A6AB2;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .process_step_num {
    width: 45px;
    padding-bottom: 10px;
    font-size: 7.6rem;
  }
}
.process_step_txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .process_step_txt {
    font-size: 2.4rem;
    letter-spacing: -0.025em;
  }
}
.process_step_info {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .process_step_info {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }
}
.process_step_info dl dt {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .process_step_info dl dt {
    font-size: 1.8rem;
  }
}
.process_step_info dl dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .process_step_info dl dd ul {
    margin-top: 0;
  }
}
.process_step_info dl dd ul li {
  position: relative;
  margin-right: 20px;
}
.process_step_info dl dd ul li:last-child {
  margin-right: 0;
}
.process_step_info dl dd ul li:before {
  content: "・";
}
.process_step_info dl dd + dt {
  margin-top: 10px;
}
.process_content {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .process_content {
    margin-top: 0;
  }
}
.process_content section > p + p {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .process_content section > p + p {
    margin-top: 32px;
  }
}
.process_box {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .process_box {
    margin-top: 25px;
  }
}
.process_box + .process_box {
  margin-top: 40px;
}
.process_box_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #2A6AB2;
  padding: 0 45px;
  color: #ffffff;
  height: 80px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .process_box_ttl {
    padding: 0 20px;
    font-size: 1.8rem;
  }
}
.process_box_info {
  padding: 25px 45px;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .process_box_info {
    padding: 25px 20px;
  }
}
.process_box_info p {
  letter-spacing: -0.025em;
}
.process_list {
  display: flex;
  width: 100%;
  margin: 32px 0 56px 0;
}
@media screen and (max-width: 767px) {
  .process_list {
    flex-wrap: wrap;
    margin: 25px 0;
  }
}
.process_list > li {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .process_list > li {
    width: 100%;
  }
}
.process_list > li .process_list_ttl {
  display: flex;
  align-items: center;
  padding: 0 22px;
  height: 62px;
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .process_list > li .process_list_ttl {
    font-size: 1.8rem;
  }
}
.process_list > li .process_list_info {
  padding: 22px 22px 25px 22px;
}
@media screen and (max-width: 767px) {
  .process_list > li .process_list_info {
    padding: 20px 22px 25px 22px;
  }
}
.process_list > li .process_list_info p {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .process_list > li .process_list_info p {
    font-size: 1.8rem;
  }
}
.process_list > li .process_list_info ul {
  margin-top: 8px;
}
.process_list > li:nth-child(1) {
  width: 24%;
  background: #ECF1FA;
}
@media screen and (max-width: 767px) {
  .process_list > li:nth-child(1) {
    width: 100%;
  }
}
.process_list > li:nth-child(1) .process_list_ttl {
  background: #8CB9FF;
}
.process_list > li:nth-child(2) {
  background: #D7E4F7;
}
.process_list > li:nth-child(2) .process_list_ttl {
  background: #3680EF;
}
.process_list > li:nth-child(3) {
  background: #C7DBF2;
}
.process_list > li:nth-child(3) .process_list_ttl {
  background: #2A6AB2;
}

/*# sourceMappingURL=knowledge.css.map */
