@charset "UTF-8";
#nm {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP";
}
#nm li, ol, ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width:736px) {
  #nm {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
a:active, a:hover {
  text-decoration: none
}
a:hover img.img_opacity {
  opacity: .75;
  transition: .2s linear
}
a img.img_opacity {
  transition: .2s linear
}
.main__inner {
  margin-top: 100px
}
@media only screen and (max-width:736px) {
  .main__inner {
    margin-top: 60px
  }
}
.mod_inner {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width:736px) {
  .mod_inner {
    width: 100%;
  }
}
.lg_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
@media only screen and (max-width:736px) {
  .lg_inner {
    width: 100%;
  }
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
@media only screen and (max-width:736px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width:736px) {
  .sp {
    display: block;
  }
}
.xs {
  display: none;
}
@media only screen and (max-width:736px) {
  .xs {
    display: none;
  }
}
@media only screen and (max-width:360px) {
  .xs {
    display: block;
  }
}
@media only screen and (max-width:360px) {
  .xs_hidden {
    display: none;
  }
}
.fl_1x1 {
  position: relative;
  width: 100%;
  padding-top: 100%
}
.fl_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.fl_inner.circle {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  border: 3px solid #02a94d;
}
.circle::after {
  position: absolute;
  content: '\e903';
  top: 35%;
  right: 5%;
  font-family: "icn_font";
}
.fl_inner.circleB {
  width: 75%;
  height: 75%;
  border-radius: 50%;
  border: 3px solid #168bca;
}
.circleB::after {
  position: absolute;
  content: '\e903';
  top: 35%;
  right: 5%;
  color: #168bca;
  font-family: "icn_font";
}
.b {
  font-weight: 700
}
.f_green {
  color: #00b496
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  display: inline-block
}
* html .clearfix {
  height: 1%
}
.clearfix {
  display: block
}
@media only screen and (max-width:736px) {
  .mv .mvInner.mod_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.mv .mvInner .mv_box {
  position: relative;
}
@media only screen and (max-width:736px) {
  .mv .mvInner .mv_box {
    position: relative;
  }
}
.mv .mvInner .mv_box figure img {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width:736px) {
  .mv .mvInner .mv_box figure {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.mv .mvInner .mv_box .mv_catch {
  width: 75%;
  position: absolute;
  padding-top: 30%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width:736px) {
  .mv .mvInner .mv_box .mv_catch {
    width: 100%;
    position: absolute;
    padding-top: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.mv .mvInner .mv_box .mv_catch h1 {
  line-height: 1.3;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 2px 2px 0 #008cd6, -2px -2px 0 #008cd6, -2px 2px 0 #008cd6, 2px -2px 0 #008cd6, 0px 2px 0 #008cd6, 0-2px 0 #008cd6, -2px 0 0 #008cd6, 2px 0 0 #008cd6;
  background-image: linear-gradient(90deg, rgba(0, 140, 214, 1), rgba(255, 255, 255, 0) 100%, rgba(0, 140, 214, 1) 80%);
  padding: 20px 40px;
  margin-bottom: 0px;
  z-index: 1;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media only screen and (max-width:736px) {
  .h1_box {
    font-size: 1.28rem;
    line-height: 1.3em;
    margin-bottom: 0px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 140, 214, 1), rgba(255, 255, 255, 0) 100%, rgba(0, 140, 214, 1) 80%);
    background-color: #008cd6;
    padding: 7px 6px 5px 11px;
    z-index: 10;
    font-family: 'Zen Kaku Gothic New', sans-serif;
  }
}
.catch_txt {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 80%);
  line-height: 1.6;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  padding: 10px 0 10px 40px;
  margin: 0;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media only screen and (max-width:736px) {
  .catch_txt {
    font-size: 0.87rem;
    color: #313131;
    padding: 7px;
  }
}
.page_section {
  width: 100%;
  padding: 0px;
}
@media only screen and (max-width:736px) {
  .page_section {
    padding: 0px;
  }
}
.page_section .sec:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:736px) {
  .page_section .sec:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:736px) {
  .sec {
    padding-top: 50px;
  }
}
.sec .tit {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-align: center;
  margin: 50px 0;
}
.sec .tit::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
}
@media only screen and (max-width:736px) {
  .sec .tit {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .sec .tit::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 15%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
  }
}
/*６column*/
#nm ul.top_sol_list {
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
#nm ul.top_sol_list li {
  text-align: center;
  width: calc((100% - 30px) / 6); /*px部分はmargin-rightの合計値*/
  margin-right: 15px;
  margin-bottom: 30px;
  height: 100%;
}
#nm ul.top_sol_list li:nth-of-type(6n) {
  margin-right: 0; /*右端に来る箱だけ右側の余白を消す*/
}
/*3column*/
#nm ul.top_sol_list02 {
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
#nm ul.top_sol_list02 li {
  text-align: center;
  width: calc((95% - 40px) / 3); /*px部分はmargin-rightの合計値*/
  margin-right: 40px;
  margin-bottom: 30px;
  height: 100%;
}
#nm ul.top_sol_list02 li:nth-of-type(3n) {
  margin-right: 0; /*右端に来る箱だけ右側の余白を消す*/
}
#nm .top_sol_list02 {
  margin: 7% auto 0;
  max-width: 43%;
}
@media screen and (min-width:737px) {
  /*3column*/
  .fl_1x1_02 {
    position: relative;
    width: 55%;
    padding-top: 55%;
    margin: 0 auto;
  }
  .fl_inner02 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .fl_inner02 .circle02 {
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: 3px solid #02a94d;
  }
  .fl_inner02 .circleB02 {
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: 3px solid #168bca;
  }
  .circleB02::after {
    position: absolute;
    content: '\e903';
    top: 35%;
    right: 5%;
    color: #168bca;
    font-family: "icn_font";
  }
}
@media only screen and (max-width:736px) {
  #nm ul.top_sol_list {
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #nm ul.top_sol_list li {
    text-align: center;
    width: calc((100% - 20px) / 2); /*px部分はmargin-rightの合計値*/
    margin-right: 10px;
    margin-bottom: 0px;
    height: 100%;
    position: relative;
  }
  #nm ul.top_sol_list li:nth-of-type(2n) {
    margin-right: 0; /*右端に来る箱だけ右側の余白を消す*/
  }
}
#nm ul.top_sol_list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:736px) {
  #nm ul.top_sol_list li:last-child {
    margin: 0 auto;
  }
}
#nm ul.top_sol_list li:last-child:before {
  display: none;
}
#nm ul.top_sol_list li:last-child > div:before {
  display: none;
}
#nm ul.top_sol_list li p {
  font-size: 1.2rem;
  margin-top: 15%;
  margin-bottom: 0;
}
@media only screen and (max-width:736px) {
  #nm ul.top_sol_list li p {
    font-size: 1.08rem;
    margin-top: 15%;
    margin-bottom: 0;
  }
}
#nm ul.top_sol_list li a {
  text-decoration: none;
  color: #00ac4a;
}
#nm ul.top_sol_list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#nm ul.top_sol_list li > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
#nm a figure {
  margin: 7% auto 0;
  max-width: 43%;
}
#nm ul.top_sol_list {
  font-weight: 700;
  font-size: 1.5rem;
  color: #00ac4a;
}
#nm ul.top_sol_list a:visited, a:active {
  color: #00ac4a;
}
.txtB {
  font-weight: 700;
  font-size: 1.5rem;
  color: #168bca;
}
#nm ul.top_sol_list li figcaption {
  font-size: 1rem;
  text-align: left;
  color: #313131;
  font-weight: normal;
  margin-top: 6%;
}
@media only screen and (max-width:736px) {
  #nm ul.top_sol_list li figcaption {
    font-size: 1rem;
  }
}
@media only screen and (max-width:360px) {
  #nm ul.top_sol_list li figcaption {
    font-size: 1rem;
  }
}
#interview > div > div.top_ser_items .rad_box {
  width: 100%;
  background-color: #eee;
  padding: 4% 4% 2%;
  margin-bottom: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width:736px) {
  #interview > div > div.top_ser_items .rad_box {
    padding: 8% 4%;
  }
}
div.item_list {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
div.item_list a {
  width: calc((100% - 60px)/ 3);
  height: auto;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
div.item_list a:nth-of-type(3n) {
  margin-right: 0;
}
div.item_list a:hover {
  opacity: 0.6;
}
div.item_list .item figcaption {
  font-size: 1rem;
  text-align: left;
  color: #313131;
  font-weight: normal;
  margin: 2% 3% 3%;
}
#interview a figure {
  margin: 0 auto;
  max-width: 100%;
}
div.item_list a {
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width:736px) {
  div.item_list .item figcaption {
    font-size: 1rem;
  }
}
@media only screen and (max-width:736px) {
  div.item_list a {
    width: calc((95% - 0px)/ 1);
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  }
}
@media only screen and (max-width:736px) {
  div.item_list a:last-child {
    margin-bottom: 0;
  }
}
div.item_list figure {
  position: relative;
  margin: 0;
}
div.item_list figure img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
div.item_list figure .card {
  position: absolute;
  bottom: 0%;
  left: 0;
  background-color: #168bca;
  color: #fff;
  padding: 0 5%;
  font-size: 1.2rem;
  font-weight: normal;
}
div.item_list figure .card > span {
  font-size: 80%;
}
div.item_list .item > div p {
  line-height: 2;
  font-size: 1.0rem;
}
@media only screen and (max-width:736px) {
  div.item_list .item > div p {
    font-size: 100%;
  }
}