textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.3em;
  font-family: "Noto Sans JP";
  font-weight: normal; }

.fv {
  width: 100vw;
  height: calc(60vh - 80px);
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover; }
  .fv .main-visual {
    position: relative; }
    .fv .main-visual a {
      display: block;
      padding: 20px 40px 20px 80px;
      color: #fff;
      background: url("../img/index/icon_recruit.png") no-repeat 20px center #23518f;
      background-size: 30px 30px;
      border-radius: 8px;
      font-size: 32px;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
              filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3)); }
    .fv .main-visual h1.h1_ttl {
      text-align: center;
      color: #fff;
      font-size: 48px;
      font-weight: bold;
      line-height: 1.4em;
      margin-bottom: 200px;
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3));
              filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .3)); }
  @media (max-width: 768px) {
    .fv {
      height: calc(100vh - 60px); }
      .fv .main-visual a {
        padding: 20px 40px 20px 80px;
        background: url("../img/index/icon_recruit.png") no-repeat 10% center #23518f;
        background-size: 30px 30px;
        font-size: 24px; }
      .fv .main-visual h1.h1_ttl {
        font-size: 32px; } }

#news {
  margin-bottom: 80px;
  background: #333; }
  #news .inner {
    padding: 30px 1em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #news h2 {
    color: #23a6ed;
    width: 4em;
    border-right: 1px solid #23a6ed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #news ul {
    width: calc(100% - 6em);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1em; }
    #news ul li {
      margin: .5em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      line-height: 1em; }
      #news ul li time {
        display: block;
        margin-right: 1em;
        color: #ccc; }
      #news ul li a {
        color: #fff; }
  @media (max-width: 768px) {
    #news {
      margin-bottom: 10%; }
      #news .inner {
        padding: 5% 0; }
        #news .inner h2 {
          width: 30%; }
        #news .inner ul {
          width: 70%; } }

#business-wrap {
  background: url("../img/common/bo_01.png") no-repeat top center;
  margin-bottom: 80px; }
  #business-wrap .reasons_wrap h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px;
    line-height: 1em; }
    #business-wrap .reasons_wrap h2 span {
      font-size: 18px;
      display: block;
      color: #23a6ed;
      margin-bottom: 10px;
      line-height: 1em; }
  #business-wrap .reasons_wrap ul {
    margin-bottom: 120px; }
    #business-wrap .reasons_wrap ul li {
      text-align: center;
      margin-bottom: 40px; }
      #business-wrap .reasons_wrap ul li:last-child {
        margin-bottom: 0; }
      #business-wrap .reasons_wrap ul li h3 {
        color: #23a6ed;
        font-size: 28px;
        font-family: 'BIZ UDMincho', serif;
        font-weight: bold;
        margin-bottom: 20px; }
        #business-wrap .reasons_wrap ul li h3 span {
          font-size: 1.3em;
          margin-right: .15em; }
      #business-wrap .reasons_wrap ul li p {
        font-size: 18px;
        line-height: 1.4em; }
  #business-wrap .business-box {
    overflow: hidden;
    clear: both;
    margin-bottom: 100px; }
    #business-wrap .business-box .business-img {
      width: 40%;
      float: left; }
    #business-wrap .business-box .business-text {
      width: calc(60% - 20px);
      float: left;
      border-left: 4px solid #23a6ed;
      margin: 0 0px 0 20px;
      padding: 20px 0 20px 20px; }
      #business-wrap .business-box .business-text h3 {
        font-size: 28px;
        line-height: 1em;
        margin-bottom: 10px;
        font-weight: bold; }
        #business-wrap .business-box .business-text h3 span {
          font-size: 16px;
          color: #23a6ed;
          display: block;
          margin-bottom: 10px; }
      #business-wrap .business-box .business-text p {
        padding: 0 0 0 10px;
        line-height: 1.6em; }
      #business-wrap .business-box .business-text .btn {
        padding: 0;
        margin-top: 10px; }
        #business-wrap .business-box .business-text .btn a {
          display: block;
          width: 70%;
          padding: 10px 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          color: #fff;
          background: #23a6ed;
          text-align: center; }
    #business-wrap .business-box:nth-child(2n) .business-img {
      float: right; }
    #business-wrap .business-box:nth-child(2n) .business-text {
      float: right;
      margin: 0 20px 0 0px; }
  @media (max-width: 768px) {
    #business-wrap {
      background: url("../img/common/bo_01.png") no-repeat top center;
      margin-bottom: 16%; }
      #business-wrap .reasons_wrap h2 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 8%; }
        #business-wrap .reasons_wrap h2 span {
          font-size: 16px;
          display: block;
          color: #23a6ed;
          margin-bottom: 2%; }
      #business-wrap .reasons_wrap ul {
        margin-bottom: 16%; }
        #business-wrap .reasons_wrap ul li {
          text-align: center;
          margin-bottom: 8%; }
          #business-wrap .reasons_wrap ul li:last-child {
            margin-bottom: 0; }
          #business-wrap .reasons_wrap ul li h3 {
            color: #23a6ed;
            font-size: 21px;
            font-weight: bold;
            margin-bottom: 4%; }
          #business-wrap .reasons_wrap ul li p {
            font-size: 16px; }
      #business-wrap .business-box {
        overflow: hidden;
        clear: both;
        margin-bottom: 12%; }
        #business-wrap .business-box .business-img {
          width: 90%;
          margin: auto;
          float: none; }
        #business-wrap .business-box .business-text {
          width: 90%;
          margin: 0 auto;
          float: none;
          border-left: 4px solid #23a6ed;
          padding: 4% 0 4% 4%; }
          #business-wrap .business-box .business-text h3 {
            font-size: 28px;
            margin-bottom: 4%;
            font-weight: bold; }
            #business-wrap .business-box .business-text h3 span {
              font-size: 16px;
              color: #23a6ed;
              display: block;
              margin-bottom: 2%; }
          #business-wrap .business-box .business-text p {
            padding: 0 0 0 2%;
            line-height: 1.6em; }
          #business-wrap .business-box .business-text .btn {
            padding: 0; }
            #business-wrap .business-box .business-text .btn a {
              display: block;
              width: 70%;
              margin: 2% 0 0;
              padding: 2% 0;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              color: #fff;
              background: #23a6ed;
              text-align: center; }
        #business-wrap .business-box:nth-child(2n) .business-img {
          float: none; }
        #business-wrap .business-box:nth-child(2n) .business-text {
          float: none;
          margin: 0 auto;
          padding: 4% 0 4% 4%; } }

.news-box h3 {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center; }
  .news-box h3 span {
    font-size: 16px;
    color: #23a6ed;
    display: block;
    margin-bottom: 10px; }

.news-box .news-flex {
  border: dotted 1px #CCC;
  padding: 40px 40px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-box .news-flex .news-img {
    width: 40%; }
  .news-box .news-flex .news-text {
    width: 58%; }

@media (max-width: 768px) {
  .news-box .news-flex {
    padding: 6% 6%;
    margin-top: 4%; }
    .news-box .news-flex .news-img {
      width: 100%; }
    .news-box .news-flex .news-text {
      width: 100%; } }
