#business .btn a, #case .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #0065a7;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#business .btn a:hover, #case .btn a:hover {
  opacity: 0.6;
}

#business .btn a:after, #case .btn a:after {
  margin-top: 2px;
  margin-left: 15px;
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/btn-arrow.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #business .btn a, #case .btn a {
    height: 50px;
    font-size: 14px;
  }
  #business .btn a:after, #case .btn a:after {
    margin-left: 10px;
  }
}

#concept .btn a,
#recruit .btn a, #menu .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 60px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #0065a7;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#concept .btn a:hover,
#recruit .btn a:hover, #menu .btn a:hover {
  opacity: 0.6;
}

#concept .btn a:after,
#recruit .btn a:after, #menu .btn a:after {
  margin-top: 2px;
  margin-left: 15px;
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/btn-arrow2.png) no-repeat center/cover;
}

@media (max-width: 767px) {
  #concept .btn a,
  #recruit .btn a, #menu .btn a {
    height: 50px;
    font-size: 14px;
  }
  #concept .btn a:after,
  #recruit .btn a:after, #menu .btn a:after {
    margin-left: 10px;
  }
}

#news h2, #business h3, #case h2 {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.46667;
  color: #000000;
  font-weight: 700;
}

#news h2:before, #business h3:before, #case h2:before {
  margin-bottom: 25px;
  display: block;
  content: "";
  width: 100px;
  height: 8px;
  background-color: #0065a7;
}

@media (max-width: 999px) {
  #news h2, #business h3, #case h2 {
    font-size: 26px;
  }
  #news h2:before, #business h3:before, #case h2:before {
    margin-bottom: 15px;
    width: 80px;
    height: 6px;
  }
}

@media (max-width: 767px) {
  #news h2, #business h3, #case h2 {
    font-size: 22px;
  }
  #news h2:before, #business h3:before, #case h2:before {
    margin-bottom: 10px;
    width: 60px;
    height: 4px;
  }
}

#case .text {
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: 0.03em;
}

#concept .text,
#recruit .text, #business .text {
  font-size: 18px;
  line-height: 1.66667;
}

@media (max-width: 999px) {
  #concept .text,
  #recruit .text, #business .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #concept .text,
  #recruit .text, #business .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

#mainimg:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  content: "";
  width: 480px;
  height: 479px;
  background: url(../images/mainimg-logo.png) no-repeat center/cover;
}

#mainimg #mainslider img {
  height: calc(100vh - 220px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#mainimg .catch .catchinner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#mainimg .catch h2 {
  font-weight: 900;
  font-size: 46px;
  line-height: 1.3913;
}

#mainimg .catch h2 span {
  color: #0065a7;
}

#mainimg .catch p {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

#mainimg .trademark {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 0;
  background-color: #fff;
  padding: 10px 0 10px 10px;
}

#mainimg .trademark p {
  margin-right: calc((100vw - 1020px) / 2);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 1040px) {
  #mainimg .trademark p {
    margin-right: 0;
    padding-right: 10px;
  }
}

@media (max-width: 1200px) {
  #mainimg:after {
    width: calc(480px * 0.8);
    height: calc(479px * 0.8);
  }
}

@media (max-width: 999px) {
  #mainimg:after {
    width: calc(480px * 0.6);
    height: calc(479px * 0.6);
  }
  #mainimg #mainslider img {
    height: 450px;
  }
  #mainimg .catch h2 {
    font-size: 4.7vw;
  }
  #mainimg .catch p {
    margin-top: 25px;
    font-size: 14px;
  }
  #mainimg .trademark {
    bottom: 10px;
    padding: 5px 0 5px 5px;
  }
  #mainimg .trademark p {
    padding-right: 5px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #mainimg:after {
    width: calc(480px * 0.4);
    height: calc(479px * 0.4);
  }
  #mainimg #mainslider img {
    height: 350px;
  }
  #mainimg .catch h2 {
    font-size: 5.2vw;
  }
  #mainimg .catch p {
    margin-top: 20px;
    font-size: 12px;
  }
  #mainimg .trademark {
    bottom: 5px;
    max-width: calc(100% - 5px);
  }
  #mainimg .trademark p {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  #mainimg:after {
    width: calc(480px * 0.3);
    height: calc(479px * 0.3);
  }
  #mainimg #mainslider img {
    height: 240px;
  }
  #mainimg .catch p {
    margin-top: 15px;
    font-size: 10px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

#news article {
  padding: 0px 20px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #edeff1;
}

#news article + article {
  margin-top: 40px;
}

#news article time {
  margin-right: 70px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 2.14286;
}

#news article .text {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 767px) {
  #news article {
    padding: 0px 10px 15px 10px;
    display: block;
  }
  #news article + article {
    margin-top: 20px;
  }
  #news article time {
    margin-right: 0;
  }
  #news article .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
concept, recruit
------------------------------------------------- */
#concept .image img {
  -o-object-position: left bottom;
     object-position: left bottom;
}

#concept .txtbox {
  width: calc((100vw - 1000px) / 2 + 1000px);
  max-width: calc(100% - 60px);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 130px;
}

@media (max-width: 999px) {
  #concept .txtbox {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  #concept .txtbox {
    max-width: calc(100% - 30px);
  }
}

#recruit h2 {
  letter-spacing: 0.03em;
}

#recruit .image img {
  -o-object-position: center;
     object-position: center;
}

#recruit .txtbox {
  width: calc((100% - 1000px) / 2 + 600px);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 110px;
}

@media (max-width: 999px) {
  #recruit .txtbox {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #recruit .txtbox {
    max-width: calc(100% - 60px);
  }
}

#concept,
#recruit {
  margin-bottom: 80px;
  padding-top: 200px;
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

#concept .txtbox,
#recruit .txtbox {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 101, 167, 0.8);
}

#concept .txtbox .inner,
#recruit .txtbox .inner {
  margin-left: calc((100vw - 1020px) / 2);
}

#concept .image,
#recruit .image {
  width: 92.85714%;
  position: absolute;
  right: 0;
  top: 0;
}

#concept .image img,
#recruit .image img {
  max-height: 440px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#concept h2,
#recruit h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

#concept .text,
#recruit .text {
  font-weight: 500;
}

#concept .btn,
#recruit .btn {
  margin-top: 35px;
}

@media (max-width: 1100px) {
  #concept .txtbox,
  #recruit .txtbox {
    padding-left: 60px;
    padding-right: 80px;
  }
  #concept .txtbox .inner,
  #recruit .txtbox .inner {
    margin-left: 0;
  }
}

@media (max-width: 999px) {
  #concept,
  #recruit {
    padding-top: 140px;
  }
  #concept .txtbox,
  #recruit .txtbox {
    padding: 60px 40px;
  }
  #concept h2,
  #recruit h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #concept,
  #recruit {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #concept .image,
  #recruit .image {
    position: relative;
    margin-left: auto;
  }
  #concept .txtbox,
  #recruit .txtbox {
    width: 100%;
    margin-top: -50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px 20px;
  }
  #concept h2,
  #recruit h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  #concept .image,
  #recruit .image {
    width: calc(100% - 10px);
  }
  #concept .image img,
  #recruit .image img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #concept .txtbox,
  #recruit .txtbox {
    max-width: calc(100% - 10px);
    margin-top: -30px;
    padding: 20px 15px;
  }
  #concept h2,
  #recruit h2 {
    font-size: 17px;
  }
  #concept .text,
  #recruit .text {
    font-size: 13px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  padding: 80px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: url(../images/business-bg.jpg) no-repeat center/cover;
}

#business .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#business .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#business .block + .block {
  margin-top: 60px;
}

#business .block:nth-child(even) .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#business .imgbox {
  width: 50%;
}

#business .imgbox .imginner .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#business .imgbox .imginner .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#business .txtbox {
  width: 50%;
  padding: 60px 55px;
  background-color: #fff;
}

#business h3 {
  margin-bottom: 30px;
}

#business .text {
  margin-bottom: 50px;
  font-weight: 500;
}

@media (max-width: 999px) {
  #business .txtbox {
    padding: 40px 30px;
  }
  #business h3 {
    font-size: 24px;
  }
  #business .text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #business .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #business .txtbox {
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #business .imgbox {
    margin-bottom: 10px;
    width: 100%;
    max-width: 280px;
  }
  #business h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #business .btn a {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  #business .txtbox {
    padding: 25px 15px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: url(../images/case-bg.jpg) no-repeat center/cover;
}

#case .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#case .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
}

#case .contents {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#case .block {
  width: 47.22222%;
}

#case .block:not(:first-child) {
  margin-left: 0;
}

#case .block:nth-child(even) {
  margin-left: 5.55556%;
}

#case .block:nth-child(n + 3) {
  margin-top: 40px;
}

#case .block a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  text-decoration: none;
  color: #000;
}

#case .block a:hover {
  opacity: 0.6;
}

#case .image {
  width: 100%;
  padding-top: 58.82353%;
  position: relative;
}

#case .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#case .txtbox {
  padding: 25px 20px 30px 25px;
  background-color: #fff;
}

#case .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
}

#case .text {
  margin-bottom: 25px;
  font-weight: 500;
}

#case .btntext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #0065a7;
}

#case .btntext:after {
  margin-top: 2px;
  margin-left: 15px;
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background: url(../images/btn-arrow2.png) no-repeat center/cover;
}

@media (max-width: 999px) {
  #case .inner {
    max-width: 720px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #case .left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #case {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #case .inner {
    max-width: 600px;
  }
  #case .block {
    width: 48.61111%;
  }
  #case .block:not(:first-child) {
    margin-left: 0;
  }
  #case .block:nth-child(even) {
    margin-left: 2.77778%;
  }
  #case .block:nth-child(n + 3) {
    margin-top: 20px;
  }
  #case .block a {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    text-decoration: none;
    color: #000;
  }
  #case .block a:hover {
    opacity: 0.6;
  }
  #case .txtbox {
    padding: 20px 15px 20px 15px;
    background-color: #fff;
  }
  #case .title {
    font-size: 16px;
  }
  #case .text {
    margin-bottom: 15px;
  }
  #case .btntext {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #case .block {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  #case .block:nth-child(n + 3) {
    margin-top: 0px;
  }
  #case .block:not(:first-child) {
    margin-left: auto;
    margin-top: 30px;
  }
  #case .block:nth-child(even) {
    margin-left: auto;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  margin-bottom: 80px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #edeff1;
  overflow: hidden;
}

#menu .btn {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

#menu .btn a {
  width: calc(100% - 20px);
  max-width: 280px;
  height: 80px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}

#menu .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .block {
  width: 46%;
  position: relative;
}

#menu .block + .block {
  margin-left: 8%;
}

#menu .image {
  width: 100%;
  padding-top: 65.21739%;
  position: relative;
}

#menu .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #menu .btn {
    bottom: -30px;
  }
  #menu .btn a {
    max-width: 260px;
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #menu {
    padding-bottom: 80px;
  }
  #menu .btn {
    bottom: -25px;
  }
  #menu .btn a {
    max-width: 240px;
    height: 50px;
    font-size: 14px;
  }
  #menu .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu .block {
    width: 100%;
    max-width: 400px;
  }
  #menu .block + .block {
    margin-top: 60px;
    margin-left: 0;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */