.page_index:not(.mv)::before {
  background: #fff url(../img/parts/category.png) no-repeat center center/auto 60%;
}
.page_index.mv {
  /* flex-basis: 68%; */
  float: none;
  width: auto;
  border: 4px solid #C7F1FF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 1em 1.1em;
  position: relative;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_index.mv::before {
  position: relative;
  content: "";
  color: #86939F;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: #fff url(../../../shared/img/parts/index.png) no-repeat center center/100%;
  font-size: 1.9em;
  height: 20px;
  width: 60px;
  left: 0;
  right: auto;
  top: 0;
  margin-bottom: 10px;
}

/*.page_columns_top > .page_cont{
	position: relative;
	}*/
.columnstop_bg {
  margin-bottom: 40px;
}

.read_box {
  padding-top: 45px;
}
.read_box > .l_read {
  width: 62%;
}

@media screen and (max-width: 680px) {
  .page_index::before {
    width: 147px;
    height: 33px;
  }
  .read_box > .l_read {
    width: auto;
  }
}
.h1_title {
  width: 100%;
  padding-top: 0;
}
.h1_title img {
  width: 100%;
  max-width: 672px;
  height: auto;
}

.read_box .page_index {
  margin-top: 38px;
  padding: 2em 1.5em;
}

ul.top_columns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
ul.top_columns_list li {
  -ms-flex-preferred-size: 31.6%;
      flex-basis: 31.6%;
  background: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  display: none;
}
ul.top_columns_list li.none {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul.top_columns_list a {
  color: inherit;
  padding: 25px 38px 35px;
  border: 3px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
ul.top_columns_list a:hover {
  border: 3px solid #FF8F00;
}
ul.top_columns_list .cat {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0.3em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
ul.top_columns_list .cat.notice {
  background-color: #FF9800;
}
ul.top_columns_list .cat.interview {
  background-color: #82CF00;
}
ul.top_columns_list .cat.point {
  background-color: #00C0FF;
}
ul.top_columns_list .cat.callcenter {
  background-color: #FF6D97;
}
ul.top_columns_list .cat.story {
  background-color: #006899;
}
ul.top_columns_list li .title {
  margin-bottom: 1.07em;
  display: block;
}
ul.top_columns_list li .title b {
  color: #0093CB;
  font-size: 20px;
  display: block;
  line-height: 1.5;
}
ul.top_columns_list li .title span {
  display: block;
  font-size: 1.25em;
  margin-top: 0.8em;
}
ul.top_columns_list li p {
  font-size: 15px;
  line-height: 1.6;
}
ul.top_columns_list li .img {
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  max-height: 180px;
}

.btn_center {
  text-align: center;
  padding: 30px 0 140px;
}

ul.top_columns_list + .btn_center {
  display: none;
}

a.blue_btn, a.green_btn {
  font-size: 1.6em;
  padding: 0.6em 1em;
  display: block;
}

@media screen and (max-width: 990px) {
  .h1_title {
    padding-bottom: 2em;
  }
  ul.top_columns_list {
    width: 94%;
    margin: 0 auto 20px;
  }
  ul.top_columns_list a {
    padding: 8% 10% 8%;
  }
  ul.top_columns_list li .title b {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .btn_center {
    width: 94%;
    margin: 0 auto;
  }
  a.blue_btn, a.green_btn {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 680px) {
  ul.top_columns_list {
    display: block;
    width: 90%;
  }
  ul.top_columns_list li {
    margin-bottom: 25px;
  }
  ul.top_columns_list a {
    padding: 25px 30px 28px;
  }
  ul.top_columns_list li .img {
    max-height: none;
  }
  .btn_center {
    width: 90%;
    padding: 20px 0 100px;
  }
  a.blue_btn, a.green_btn {
    font-size: 1.2em;
  }
}
.read_box .company_index {
  float: left;
  width: 63%;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*.read_box .company_index::after { clear: both; content: " "; display: block;}*/
.company_index .image {
  /*float: left;*/
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  min-width: 26%;
  margin-right: 6%;
  display: block;
}
.company_index .image img {
  border: 10px solid #20C0FD;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
}
.company_index .text {
  /*float: left;*/
  /*flex-basis: 68%;*/
}
.company_index .text p {
  line-height: 1.8;
  margin-bottom: 0;
}
.company_index h3.c_name {
  font-size: 1.9em;
  margin: 0.4em 0 1.1em;
}
.company_index h3.c_name > span {
  display: block;
  font-weight: 500;
  font-size: 0.6em;
  margin-top: 0.5em;
}

@media screen and (max-width: 680px) {
  .company_index .image img {
    border: 8px solid #20C0FD;
  }
  .read_box .company_index {
    float: none;
    width: auto;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 414px) {
  .read_box .company_index {
    display: block;
  }
  .company_index .image {
    width: 40%;
  }
  .company_index h3.c_name {
    font-size: 1.5em;
    margin: 0.4em 0 0.75em;
  }
  .company_index h3.c_name > span {
    margin-top: 0.4em;
  }
}
.prof_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}

.h6_midashi {
  color: #7E4500;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.25;
}

.prof_box .prof {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}
.prof_box .prof .box {
  margin-bottom: 1.5em;
}
.prof_box .prof .box p {
  line-height: 1.6;
  font-size: 1em;
}
.prof_box .prof .box a {
  text-decoration: underline;
}
.prof_box .foreigner {
  position: relative;
  line-height: 1.6;
  padding: 1em 0 1em 19%;
}
.prof_box .foreigner::before {
  position: absolute;
  content: "";
  left: -2%;
  bottom: 0;
  height: 100%;
  width: 20%;
  background: url(../img/bg_foreigner.png) no-repeat left center/contain;
}
.prof_box .foreigner > span {
  font-size: 1.25em;
  display: block;
}
.prof_box .foreigner > span > b {
  font-size: 1.65em;
  color: #00C0FF;
}
.prof_box .photo {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
}
.prof_box .photo img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

@media screen and (max-width: 680px) {
  .prof_box {
    display: block;
  }
  .prof_box .prof {
    margin-bottom: 2.5em;
  }
  .prof_box .prof .box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .prof_box .prof {
    margin-bottom: 1.5em;
  }
  .prof_box .foreigner > span {
    font-size: 1.15em;
  }
  .prof_box .foreigner > span > b {
    font-size: 1.65em;
    color: #00C0FF;
    margin-right: 0.1em;
  }
}
.item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item_area .l_box {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}
.item_area .r_box {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
}
.item_area .r_box .img_cap {
  margin-bottom: 4.5em;
}
.item_area .r_box .img_cap:last-child {
  margin-bottom: 0;
}

/*左側*/
/*右側*/
@media screen and (max-width: 680px) {
  .item_area {
    display: block;
    margin-bottom: 3em;
  }
  .item_area .r_box .img_cap {
    margin-bottom: 2.5em;
  }
}
ul.point_box {
  position: relative;
  padding-top: 3.5em;
  margin-bottom: 2.5em;
}
ul.point_box::before {
  position: absolute;
  content: "POINT";
  left: 0;
  top: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.1em;
  color: #FF8F00;
}
ul.point_box li {
  font-size: 1em;
  position: relative;
  padding: 0.3em 0 0.3em 3.5em;
  margin-bottom: 3px;
}
ul.point_box li::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  background: url(../img/bg_lo.png) no-repeat left top/contain;
  height: 2em;
  width: 2em;
}

@media screen and (max-width: 680px) {
  ul.point_box::before {
    font-size: 1.5em;
  }
}
.merit_area {
  margin-top: 5.5em;
}
.merit_area dl {
  margin-bottom: 3.5em;
}
.merit_area dl dt .h6_midashi {
  margin-bottom: 0.9em;
}
.merit_area dl dd p {
  line-height: 1.8;
}

@media screen and (max-width: 680px) {
  .merit_area {
    margin-top: 3em;
  }
  .merit_area dl {
    margin-bottom: 3em;
  }
  .merit_area dl dt .h6_midashi {
    font-size: 1.15em;
  }
  .merit_area dl dd p {
    line-height: 1.65;
  }
}
dl.typebox {
  border: 5px solid #6F7A86;
  margin-bottom: 20px;
  margin-bottom: 15px;
  background: #FFFFFF;
}
dl.typebox dt {
  font-weight: bold;
  font-size: 1.3em;
  padding: 0em 1.2em 0.2em;
  color: #FFF;
  background: #6F7A86;
}
dl.typebox dd {
  padding: 18px 20px 18px 25px;
  font-size: 1.08em;
}
dl.typebox dd ul {
  font-size: 1.05em;
}
dl.typebox dd li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.1em;
}
dl.typebox dd li:last-child {
  margin-bottom: 0;
}
dl.typebox dd li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

@media screen and (max-width: 680px) {
  dl.typebox dd {
    padding: 0.8em 0.5em;
    font-size: 1em;
  }
  dl.typebox dt {
    font-size: 1.15em;
    padding: 0em 0.5em 0.2em;
  }
}
@media screen and (max-width: 414px) {
  dl.typebox {
    border: 4px solid #6F7A86;
  }
}
.page_box {
  position: relative;
  padding: 50px 75px 60px;
  margin: 0 0 30px;
}

@media screen and (max-width: 990px) {
  .page_box {
    margin: 0 0 40px;
    padding: 45px 50px 50px;
  }
}
@media screen and (max-width: 680px) {
  .page_box {
    margin: 0 0 20px;
    padding: 2.1em 1.5em 2.1em;
  }
}
.voice_area .box {
  margin: 1.2em 0 1.9em;
}
.voice_area .box::after {
  clear: both;
  content: " ";
  display: block;
}
.voice_area .box:last-child {
  margin-bottom: 0;
}
.voice_area .box .image {
  float: left;
  width: 18%;
  margin-right: 5%;
  position: relative;
}
.voice_area .box .image:after {
  position: absolute;
  content: "";
  right: -2em;
  top: 2em;
  background: url(../img/part_voice.png) no-repeat right top/contain;
  width: 6em;
  height: 3em;
}
.voice_area .box .image img {
  border: 9px solid #FF8F00;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  z-index: 1;
  position: relative;
}
.voice_area .h6_midashi {
  float: right;
  width: 77%;
  padding-top: 0.5em;
  line-height: 1.4;
}
.voice_area .text {
  float: right;
  width: 77%;
}
.voice_area .name {
  float: right;
  width: 77%;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.voice_area .text p {
  line-height: 1.8;
  font-size: 1.12em;
}

@media screen and (max-width: 680px) {
  .voice_area .box {
    margin: 1.2em 0 2.5em;
  }
  .voice_area .box .image {
    width: 31%;
    margin-right: 5%;
  }
  .voice_area .box .image img {
    border: 7px solid #FF8F00;
  }
  .voice_area .h6_midashi {
    width: 57%;
    font-size: 1.1em;
  }
  .voice_area .name {
    width: 57%;
    font-size: 1.15em;
  }
  .voice_area .text {
    clear: both;
    float: none;
    width: 100%;
    padding-top: 1.5em;
  }
  .voice_area .text p {
    font-size: 1.05em;
  }
}
.delegate_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.delegate_area .img {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  margin-right: 4%;
}
.delegate_area .img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 1em;
}
.delegate_area .img span {
  display: block;
}
.delegate_area .text {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.delegate_area .text p {
  font-size: 1.15em;
}

@media screen and (max-width: 680px) {
  .delegate_area {
    display: block;
  }
  .delegate_area .img {
    margin-right: 0;
  }
  .delegate_area .img::after {
    clear: both;
    content: " ";
    display: block;
  }
  .delegate_area .img img {
    float: left;
    width: 40%;
    margin-right: 5%;
  }
  .delegate_area .img span {
    float: left;
    width: 55%;
  }
  .delegate_area .text p {
    font-size: 1.05em;
  }
}
.page_columns .flex-bet {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_columns .flex-bet .data {
  display: inline-block;
  padding: 0.4em 0.7em;
  font-size: 1.1em;
  background: #58626C;
  color: #FFFFFF;
  line-height: inherit;
}

@media screen and (max-width: 680px) {
  .page_columns .flex-bet {
    display: block;
  }
  .page_columns .flex-bet .data {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 414px) {
  .page_columns .flex-bet .t_right {
    display: block;
  }
  .page_columns .flex-bet .data {
    margin-bottom: 1em;
  }
}
.column_box {
  /*display: flex;
  display: -webkit-flex;*/
}
.column_box::after {
  clear: both;
  content: " ";
  display: block;
}
.column_box .text {
  float: left;
  width: 55%;
  margin-right: 2%;
}
.column_box .images {
  /*margin-left: 7%;*/
  float: left;
  width: 40%;
}
.column_box p:last-child {
  margin-bottom: 0;
}

.text .comment {
  display: block;
  margin-bottom: 0.7em;
}

.column_box .img_f {
  width: 2.5em;
  height: 2.5em;
  margin-right: 10px;
}
.column_box p[style="padding-left: 40px;"] {
  padding-left: 1em !important;
  padding-left: 1em !important;
  margin-top: -1em;
}
.column_box p[style="padding-left: 80px;"] {
  padding-left: 2em !important;
  margin-top: -1em;
}

@media screen and (max-width: 680px) {
  .column_box {
    display: block !important;
  }
  .column_box .text {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2.5em;
  }
  .column_box .images {
    float: none;
    width: 90%;
    margin: 0 auto 2em;
  }
}
.column_title_block {
  padding-top: 40px;
}
.column_title_block .cat {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 1em;
  padding: 0.2em 1em;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column_title_block .cat.notice {
  background-color: #FF9800;
}
.column_title_block .cat.interview {
  background-color: #82CF00;
}
.column_title_block .cat.point {
  background-color: #00C0FF;
}
.column_title_block .cat.callcenter {
  background-color: #FF6D97;
}
.column_title_block .cat.story {
  background-color: #006899;
}
.column_title_block .cat.cat_examinfo-tag {
  background-color: #61BB00;
}
.column_title_block .date {
  font-size: 16px;
  padding: 0.4em 0 0 0;
}
.column_title_block .news-heading{
  display: flex;
  align-items: flex-start;
}
.column_title_block .news-heading .new{
  flex-basis: 44px;
}
.column_title_block h1 {
  font-size: 32px;
  margin-bottom: 1.5em;
}
.column_title_block .new {
  width: 44px;
  aspect-ratio: 1 / 1;
  margin-right: 0.5em;
}

@media screen and (max-width: 990px) {
  .column_title_block {
    /* padding: 20px 1.5em 0; */
    padding: 20px;
  }
  .column_title_block .cat {
    font-size: 15px;
    margin-right: 1em;
    padding: 0.1em 1em;
  }
  .column_title_block .date {
    font-size: 14px;
    padding: 0.2em 0 0 0;
  }
  .column_title_block .news-heading .new{
    flex-basis: 44px;
  }
  .column_title_block h1 {
    color: #58626C;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.2;
  }
  .column_title_block .new {
    width: 32px;
    margin-right: 0.5em;
  }
}
.mv_box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv_box .mv_page_index {
  position: relative;
  top: 0;
  right: -2.42%;
  width: 32.3%;
}
.mv_box p {
  margin-bottom: 0 !important;
}
.mv_box p img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.mv_box > p:first-child {
  width: 68.7%;
}

.column_box {
  margin-bottom: 25px;
  padding: 20px 40px 30px;
  background-color: #F3F8F9;
  border: 9px solid #E8F1F2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.column_box h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 1em;
}
.column_box h3.green {
  color: #50A300;
}
.column_box h3.orange {
  color: #FF9800;
}

@media screen and (max-width: 680px) {
  .mv_box .mv_page_index {
    display: none;
  }
  .mv_box > p:first-child {
    width: 100%;
  }
  .column_box {
    padding: 20px;
  }
  .mv_box p img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.text_img_block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 801px) {
  .text_img_block .text_block {
    width: 49.7%;
  }
  .text_img_block .img_block {
    width: 45.7%;
  }
}
@media screen and (max-width: 680px) {
  .text_img_block {
    display: block !important;
  }
  .text_img_block .text_block, .text_img_block .img_block {
    width: auto;
  }
}
.writer_block .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.writer_block .position.sp + .flex {
  margin-top: 20px;
}
.writer_block .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.writer_block .photo, .writer_block .map {
  width: 190px;
  text-align: center;
}
.writer_block .photo p, .writer_block .map p {
  margin-bottom: 0;
}
.writer_block .photo p {
  width: 170px;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}
.writer_block .photo p img {
  width: 170px;
  max-width: none;
  height: auto;
}
.writer_block .label {
  color: #fff;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 5px 15px;
  background-color: #58626C;
  display: inline-block;
}
.writer_block .inner {
  width: calc(100% - 210px);
}
.writer_block .map + .inner p {
  font-size: 15px;
}
.writer_block .inner p:last-of-type {
  margin-bottom: 0;
}
.writer_block .inner .name {
  font-size: 22px;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
}
.writer_block .inner .kana {
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-weight: bold;
  margin-bottom: 0.5em;
}
.writer_block .position.sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .writer_block .position.sp + .flex {
    display: block;
  }
  .writer_block .photo {
    width: auto;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .writer_block .photo p {
    width: 170px;
    margin: 0 auto;
  }
  .writer_block .photo p img {
    width: 170px;
  }
  .writer_block .label {
    font-size: 16px;
    padding: 5px 15px;
    background-color: #58626C;
    display: inline-block;
  }
  .writer_block .flex {
    display: block;
  }
  .writer_block .inner {
    width: 100%;
  }
  .writer_block .inner .name {
    font-size: 22px;
  }
  .writer_block .inner .kana {
    font-size: 14px;
  }
  .writer_block .position.pc {
    display: none;
  }
  .writer_block .position.sp {
    margin-top: 1em;
    display: block;
  }
}
.case_list li .cat {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px;
  padding: 0.1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  display: block;
}
.case_list li .cat.notice {
  background-color: #FF9800;
}
.case_list li .cat.interview {
  background-color: #82CF00;
}
.case_list li .cat.point {
  background-color: #00C0FF;
}
.case_list li .cat.callcenter {
  background-color: #FF6D97;
}
.case_list li .cat.story {
  background-color: #006899;
}

.column507 h3.re-head {
  font-size: 21px;
  margin-bottom: 20px;
}
.column507 h3.re-head + p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 50px;
}
.column507 .mt-be-column > h3.re-head + p:last-of-type {
  margin-bottom: 0px;
}

@media screen and (min-width: 801px) {
  .column507 .page_box > .cnt_block:nth-of-type(9) .mt-be-column > figure, .column507 .page_box > .cnt_block:nth-of-type(10) .mt-be-column > figure {
    text-align: center;
  }
  .column507 .page_box > .cnt_block:nth-of-type(4) .mt-be-column figure, .column507 .page_box > .cnt_block:nth-of-type(7) .mt-be-column figure, .column507 .page_box > .cnt_block:nth-of-type(9) .mt-be-column + .mt-be-column > figure, .column507 .page_box > .cnt_block:nth-of-type(10) .mt-be-column + .mt-be-column > figure {
    text-align: right;
  }
  .column507 .page_box > .cnt_block:nth-of-type(9) .mt-be-column + .mt-be-column > p, .column507 .page_box > .cnt_block:nth-of-type(10) .mt-be-column + .mt-be-column > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/*********************************/
/* CSS in figure caption */
/*********************************/
.column507-cap {
  font-size: 14px;
  text-align: right;
}

.column507 .cnt_block .mt-be-column .mt-figure {
  margin-bottom: 15px;
}
.column507 .cnt_block .mt-be-column .mt-figure img {
  margin-bottom: 5px;
}
.column507 .mt-be-column .mt-figure figcaption {
  text-align: right;
  font-size: 14px;
}
.column507 .c_comment {
  background-color: #363B43;
  border: none;
  margin-top: 3.5rem;
}
.column507 .c_comment p, .column507 .c_comment h3 {
  color: #fff;
}
.column507 .c_comment h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}
.column507 .c_comment h3 {
  font-size: 21px;
  margin-bottom: 30px;
}
.column507 .cap-comment {
  color: #fff;
}
.column507 .c_comment {
  margin-bottom: 120px;
}
.column507 .column-comment {
  margin-top: 16px;
}

@media screen and (max-width: 800px) {
  .column507-cap, .column507 .mt-be-column .mt-figure figcaption {
    text-align: center;
  }
}
/***********************/
/* CSS in Comment area */
/***********************/
.column507-list:not(:first-child) {
  margin-top: 16px;
}

.column507 .c_comment .mt-be-column {
  margin: auto;
}
.column507 .c_comment .mt-be-column span {
  font-size: 24px;
}

.asset .asset-image {
  margin-left: auto;
  margin-top: 1rem;
}

@media screen and (max-width: 800px) {
  .column507 .c_comment {
    margin-top: 2rem;
  }
  .column507 .c_comment .mt-be-column {
    width: 100% !important;
  }
  .column507-cap-comment {
    color: #fff;
    white-space: nowrap;
    text-align: center !important;
  }
  .column507 .c_comment .mt-be-column {
    gap: 1rem;
  }
  .column507 .c_comment .mt-be-column p img {
    max-width: 293px;
    text-align: center;
    height: auto;
    margin: auto;
  }
  .column507 .c_comment .mt-be-column .comment-text {
    margin-bottom: 1rem;
  }
}
/*******************/
/* CSS in ★ lists */
/*******************/
.column507-list-title {
  margin-bottom: 1rem;
}

.column507-lists {
  position: relative;
  font-size: 16px;
  margin: 1rem;
}

.column507-list::before {
  content: "★";
  position: absolute;
  font-size: 16px;
  left: -16px;
}

/*****************************/
/* CSS of reset figure margin*/
/*****************************/
.column507 figure {
  margin: auto;
  width: 100%;
}
.column507 .mt-figure {
  margin-right: 0;
  margin-top: 0;
  display: block !important;
}
.column507 .mt-be-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.column507 .mt-be-columns.c_3cards {
  gap: 0;
}
.column507 .mt-be-columns.c_3cards img {
  width: 100%;
  height: auto;
}
.column507 .mt-be-column {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .column507 .asset-image {
    margin: auto;
  }
  .column507 .mt-figure {
    margin-top: 1rem;
    text-align: center;
  }
}
/***************************************/
/* mt-be-column's margin of flex items */
/***************************************/
@media screen and (min-width: 801px) {
  .column507 .mt-be-columns.c_3cards figure {
    height: 227px;
  }
}
@media screen and (max-width: 800px) {
  .column507 .mt-be-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
/*************************************/
/* mt-be-column's size of flex items */
/*************************************/
@media screen and (max-width: 800px) {
  .column507 .mt-be-column {
    width: 100%;
  }
  .column507 .mt-be-columns {
    display: block !important;
  }
  .column507 .column-507-svg {
    max-width: 293px;
    margin: auto;
  }
}