@charset "UTF-8";
@-webkit-keyframes bg-slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bg-slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main {
  position: relative;
  z-index: 1;
}
#main::before, #main::after,
#main .center_line {
  content: "";
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
#main::before {
  width: 1012px;
}
#main::after {
  width: 506px;
}
#main .center_line {
  width: 1518px;
}
#main .center_line::before {
  content: "";
  border-right: 1px solid #E6E6E6;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main::after,
#main .center_line {
    display: none;
  }
  #main::before {
    content: "";
    background: #EDEEF6;
    width: 100%;
    height: 400px;
    position: absolute;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -1;
  }
}

#mv {
  padding: 135px 30px 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mv {
    background: none;
    padding: 0;
  }
}
#mv .bg_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#mv .bg_slide * {
  width: 100%;
  height: 100%;
}
#mv .bg_slide li {
  background-repeat: none;
  background-position: center;
  background-size: cover;
}
#mv .bg_slide .slick-slide li {
  transform: scale(1.1);
}
#mv .bg_slide .slick-slide.slick-current li {
  -webkit-animation: bg-slide 5.5s forwards linear;
          animation: bg-slide 5.5s forwards linear;
}
@media screen and (max-width: 768px) {
  #mv .bg_slide {
    height: 460px;
    top: -70px;
  }
}
#mv .flex_warp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
#mv .flex_warp > div {
  max-width: 800px;
  width: 100%;
  margin: 20px 0;
}
#mv .flex_warp > div.txt_area {
  flex: 2;
}
#mv .flex_warp > div.txt_area h2 {
  margin-bottom: 25px;
  color: #0067DE;
  font-size: 67px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  text-align: center;
}
#mv .flex_warp > div.txt_area h2 span {
  color: #000;
}
#mv .flex_warp > div.txt_area p {
  color: #2A3544;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin-bottom: 25px;
}
#mv .flex_warp > div.txt_area p span {
  color: #0067DE;
}
#mv .flex_warp > div.txt_area .mv_contact {
  display: table;
  width: 256px;
  height: 60px;
  margin: 0 auto;
}
#mv .flex_warp > div.txt_area .mv_contact a {
  display: table-cell;
  background: #0067DE;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#mv .flex_warp > div.txt_area .mv_contact a span {
  display: inline-block;
  margin: 0 10px 4px 0;
  vertical-align: middle;
}
#mv .flex_warp > div.search_area {
  background: linear-gradient(45deg, #0067DE 20px, #0067DE 20px), linear-gradient(135deg, transparent 20px, #0067DE 20px), linear-gradient(225deg, #0067DE 20px, #0067DE 20px), linear-gradient(315deg, transparent 20px, #0067DE 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 40px 40px;
  width: 470px;
  min-height: 585px;
  flex: 1;
  color: #fff;
}
#mv .flex_warp > div.search_area h3 {
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center;
}
#mv .flex_warp > div.search_area h3 span {
  margin-right: 15px;
}
@media screen and (min-width: 1101px) and (max-width: 1366px) {
  #mv .flex_warp > div .form_warp dl:nth-of-type(1) {
    margin-right: 10px;
  }
  #mv .flex_warp > div .form_warp dl dt {
    max-width: 4.5em;
  }
  #mv .flex_warp > div .form_warp dl dd {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #mv .flex_warp > div {
    margin: 35px 0;
    width: 100%;
  }
  #mv .flex_warp > div.txt_area h2 {
    margin-bottom: 20px;
    font-size: 45px;
  }
  #mv .flex_warp > div.txt_area p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #mv .flex_warp > div.txt_area .mv_contact {
    width: 190px;
    height: 45px;
  }
  #mv .flex_warp > div.txt_area .mv_contact a {
    font-size: 14px;
  }
  #mv .flex_warp > div.search_area {
    padding: 35px 30px 40px;
    flex: inherit;
    width: calc(100% - 20px);
    min-height: 0;
    margin: 0 auto;
  }
  #mv .flex_warp > div.search_area h3 {
    margin: 0 0 30px;
    font-size: 18px;
  }
  #mv .flex_warp > div.search_area h3 span {
    margin-right: 10px;
  }
}

.panel-group .category_list {
  margin-top: -20px;
}
.panel-group .category_list li {
  margin: 20px 0 0;
  width: calc(50% - 5px);
  height: 90px;
}
.panel-group .tab-A .category_list {
  margin-top: -10px;
}
.panel-group .tab-A .category_list li {
  margin: 10px 0 0;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .panel-group .category_list,
.panel-group .tab-A .category_list {
    margin-top: -15px;
  }
  .panel-group .category_list li,
.panel-group .tab-A .category_list li {
    margin: 15px 0 0;
    height: 68px;
    font-size: 12px;
  }
}

section {
  padding: 50px 7.3vw;
}
section .flex_area {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
section .flex_area > div {
  width: 50%;
}
section .flex_area .ph_area {
  height: 700px;
  background-repeat: none;
  background-position: center;
  background-size: cover;
}
section .flex_area .txt_area {
  min-width: 490px;
  padding: 0 70px;
  margin: 0 auto;
}
section .flex_area .txt_area h2 {
  font-size: 72px;
}
section .flex_area .txt_area h2::first-letter {
  color: #0067DE;
}
section .flex_area .txt_area .lead {
  margin-bottom: 20px;
  color: #0067DE;
  font-size: 22px;
}
section .flex_area .txt_area .lead + p {
  margin-bottom: 20px;
}
section .flex_area .txt_area .link_list {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 20px;
  }
  section .flex_area {
    display: block;
  }
  section .flex_area > div {
    width: 100%;
  }
  section .flex_area .ph_area {
    height: auto;
    padding-top: 138%;
  }
  section .flex_area .txt_area {
    min-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  section .flex_area .txt_area h2 {
    font-size: 54px;
  }
  section .flex_area .txt_area .lead {
    margin-bottom: 20px;
    font-size: 18px;
  }
  section .flex_area .txt_area .lead + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    padding: 50px 20px;
  }
  section .flex_area .txt_area {
    min-width: 0;
    padding: 0 20px;
  }
}

/* ここから「トップページ上部の新着情報（1ヶ月限定表示） 」*/
.sect_limitedNews {
  width: 100%;
  background-color: #f3f8ff;
  padding: 25px 7.3vw;
}

.limitedNews_list {
  display: block;
  width: 100%;
}

.limitedNews_list li {
  text-align: left;
  padding-left: 8%;
}
.limitedNews_list li a {
  display: inline-flex;
  padding-right: 2em;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
}
.limitedNews_list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent #0067DE #0067DE transparent;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 10px;
  right: 0;
}
.limitedNews_list li a .lead,
.limitedNews_list li a .cat {
  height: 20px;
  margin-top: 2px;
}
.limitedNews_list li a .new-lead {
  background-color: red;
  color: #fff;
  font-weight: 500;
  display: inline;
  padding: 0px 16px;
  margin-right: 1em;
  height: 20px;
  margin-top: 2px;
}
.limitedNews_list li a .date {
  width: 87px;
}
.limitedNews_list li a .cat {
  margin-right: 1em;
}
.limitedNews_list li a .cat {
  border: 1px solid #0067DE;
  background: #fff;
  display: inline-block;
  width: 84px;
  flex-shrink: 0;
  color: #0067DE;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
.limitedNews_list li a .txt {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .sect_limitedNews {
    margin-top: 16px;
  }
  .sect_limitedNews .limited_title {
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }
  .limitedNews_list {
    width: 100%;
  }
  .limitedNews_list li a {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .limitedNews_list li a::after {
    top: 58%;
  }
  .limitedNews_list li a .lead {
    width: 68px;
    margin-right: 1em;
  }
  .limitedNews_list li a .date {
    margin-right: 0em;
  }
  .limitedNews_list li a .cat {
    width: 65px;
  }
  .limitedNews_list li a .txt {
    margin-top: 4px;
  }
}
/* ここまで「トップページ上部の新着情報（1ヶ月限定表示） 」*/
@media screen and (max-width: 768px) {
  .sect_about .ph_area {
    display: none;
  }
}

.sect_case {
  margin-bottom: 50px;
  position: relative;
}
.sect_case::before {
  content: "";
  background: url(../img/top/case_ph02.png) no-repeat right center/contain;
  width: 411px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: -223px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sect_case {
    padding: 30px 0 0;
    margin-bottom: 50px;
  }
  .sect_case::before {
    display: none;
  }
}
.sect_case > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.sect_case > div .txt_area {
  width: 50%;
  padding: 125px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sect_case > div .txt_area::before {
  content: "";
  background: url(../img/top/case_ph01.jpg) no-repeat center/cover;
  width: calc(50vw + 255px);
  height: 100%;
  position: absolute;
  top: 0;
  right: -155px;
  z-index: -1;
}
.sect_case > div .txt_area > div {
  max-width: 370px;
  margin: 0 auto;
}
.sect_case > div .txt_area h2 {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.sect_case > div .txt_area h2 strong {
  font-size: 76px;
  padding-left: 0.2em;
}
.sect_case > div .txt_area p {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sect_case > div {
    display: block;
  }
  .sect_case > div .txt_area {
    width: 100%;
    padding: 50px 30px;
    margin-right: auto;
    color: #fff;
    position: relative;
  }
  .sect_case > div .txt_area::before {
    content: "";
    background: url(../img/top/case_ph01.jpg) no-repeat center/cover;
    width: 100vw;
    height: calc(100% + 35px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sect_case > div .txt_area h2 {
    margin-bottom: 25px;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .sect_case > div .txt_area h2 strong {
    font-size: 66px;
  }
  .sect_case > div .txt_area p {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sect_case > div {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sect_case > div .txt_area {
    width: 430px;
  }
}
.sect_case .silid_wrap {
  width: 50%;
  max-width: 800px;
  flex-shrink: 0;
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
}
.sect_case .silid_wrap .draggable {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.sect_case .silid_wrap .slide {
  width: 100%;
}
.sect_case .silid_wrap .slide .slick-slide li {
  border: 10px solid #0067DE;
  background: #fff;
  height: 100%;
}
.sect_case .silid_wrap .slide .slick-slide li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 88px;
  height: 421px;
}
.sect_case .silid_wrap .slide .slick-slide li a > div * {
  text-align: center;
}
.sect_case .silid_wrap .slide .slick-slide li a > div h3 {
  font-size: 24px;
}
.sect_case .silid_wrap .slide .slick-slide li a > div h3::first-letter {
  color: #0067DE;
}
.sect_case .silid_wrap .slide .slick-slide li a > div h4 {
  margin-bottom: 35px;
  font-size: 20px;
}
.sect_case .silid_wrap .slide .slick-slide li a > div h4 span {
  border-bottom: 2px solid #0067DE;
  padding: 0 20px 5px;
}
.sect_case .silid_wrap .slide .slick-slide li a > div p {
  text-align: left;
  margin-bottom: 35px;
  font-size: 24px;
}
.sect_case .silid_wrap .slide .slick-slide li a > div div {
  background: #0067DE;
  border-radius: 27px;
  width: 303px;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .sect_case .silid_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sect_case .silid_wrap .slide {
    width: 100%;
  }
  .sect_case .silid_wrap .slide .slick-slide li {
    border-width: 6px;
  }
  .sect_case .silid_wrap .slide .slick-slide li a {
    padding: 0 35px;
    height: 100%;
    min-height: 375px;
  }
  .sect_case .silid_wrap .slide .slick-slide li a > div h4 {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .sect_case .silid_wrap .slide .slick-slide li a > div h4 span {
    border-bottom: 2px solid #0067DE;
    padding: 0 20px 5px;
  }
  .sect_case .silid_wrap .slide .slick-slide li a > div p {
    text-align: left;
    margin-bottom: 35px;
    font-size: 18px;
  }
  .sect_case .silid_wrap .slide .slick-slide li a > div div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sect_case .silid_wrap {
    width: 613px;
    margin: -50px auto 0;
  }
}
.sect_case .silid_wrap .slick-dots {
  bottom: -40px;
}
.sect_case .silid_wrap .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.sect_case .silid_wrap .slick-dots li.slick-active button::before {
  background: #0067DE;
}
.sect_case .silid_wrap .slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
}
.sect_case .silid_wrap .slick-dots li button::before {
  content: "";
  background: #fff;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .sect_company .ph_area {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px -20px;
  }
}

.sect_news .flex_area {
  align-items: flex-start;
}
.sect_news .flex_area .txt_area {
  min-width: 0;
  width: 253px;
  flex-shrink: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sect_news .flex_area .txt_area {
    width: 100%;
    flex-shrink: 0;
  }
}
.sect_news .flex_area .news_wrap {
  width: calc(100% - 253px);
  margin-top: 30px;
}
.sect_news .flex_area .news_wrap .arrow a {
  text-decoration: underline;
  color: #0067DE;
}
.sect_news .flex_area .news_wrap .arrow a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sect_news .flex_area .news_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .sect_news .flex_area .news_wrap .arrow a {
    text-decoration: underline;
    color: #0067DE;
  }
  .sect_news .flex_area .news_wrap .arrow a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.sect_news .new-lead {
  background-color: red;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0px 12px;
  margin-left: 1em;
  height: 20px;
  margin-top: 2px;
}

.bnr_wrap {
  max-width: 1213px;
  width: 100%;
  padding: 50px 100px;
  margin: 0 auto;
}
.bnr_wrap .bnr {
  display: flex;
  flex-wrap: wrap;
}
.bnr_wrap .bnr li {
  width: calc(50% - 15px);
  padding-top: 16%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.bnr_wrap .bnr li:nth-child(even) {
  margin-left: auto;
}
.bnr_wrap .bnr li a {
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.bnr_wrap .bnr li a span {
  margin-right: 10px;
  font-size: 26px;
  vertical-align: middle;
}
.bnr_wrap .bnr.w_small {
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.bnr_wrap .bnr.w_small li {
  width: calc(33.3333333333% - 15px);
  padding: 0;
  margin: 0;
}
.bnr_wrap .bnr.w_small li a {
  height: auto;
  position: static;
}
@media screen and (max-width: 768px) {
  .bnr_wrap {
    padding: 30px 20px;
  }
  .bnr_wrap .bnr {
    display: block;
    max-width: 500px;
    margin: -15px auto 65px;
  }
  .bnr_wrap .bnr li {
    width: 100%;
    padding-top: 36%;
    margin: 15px 0 0;
  }
  .bnr_wrap .bnr li:nth-child(even) {
    margin-left: auto;
  }
  .bnr_wrap .bnr li a {
    font-size: 18px;
  }
  .bnr_wrap .bnr li a span {
    margin-top: 2px;
    font-size: 22px;
  }
  .bnr_wrap .bnr.w_small {
    max-width: 485px;
    width: calc(100% - 15px);
    margin: -15px auto 0;
  }
  .bnr_wrap .bnr.w_small li {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
  .bnr_wrap .bnr.w_small li a {
    height: auto;
    position: static;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bnr_wrap {
    padding: 50px 20px;
  }
}
/*# sourceMappingURL=top.css.map */