@charset "UTF-8";
/*****レスポンシブデザイン*****/
body {
  background-image: url(../img/index-background.png) !important;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .main {
    padding: 0 10px;
    margin: 10px auto 0;
  }
}

#main-in {
  margin: 0 auto;
  padding-left: 240px;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main-in {
    padding-left: 0;
  }
}

.main-visual {
  padding-left: 200px;
  width: 100%;
  z-index: -100;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.main-visual__lead {
  display: inline-block;
  font-family: serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  font-size: 32px;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  padding-left: 140px;
}
.main-visual__lead img {
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .main-visual__lead {
    padding: 20px;
    font-size: 16px;
    margin-left: 40px;
  }
}

#main p {
  margin-bottom: 1em;
  line-height: 1.9;
}

.service-title p {
  font-size: 48px;
  color: #001761;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.service-title p:after {
  position: absolute;
  content: "－事業部紹介－";
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-weight: 400;
  top: 105px;
  left: 55px;
}
@media screen and (max-width: 900px) {
  .service-title p:after {
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .service-title p:after {
    font-size: 12px;
    top: 45px;
    left: 0px;
  }
}
.service-title p span {
  font-size: 80px;
  color: #ff960c;
}
@media screen and (max-width: 767px) {
  .service-title p span {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  .service-title p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .service-title p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.15em;
  }
}

.news-title {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .news-title {
    margin-top: 0px;
  }
}
.news-title p {
  font-size: 48px;
  color: #001761;
  letter-spacing: 0.2em;
  font-family: sans-serif;
  font-weight: bold;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.news-title p:after {
  position: absolute;
  content: "－お知らせ－";
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  top: 100px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .news-title p:after {
    font-size: 10px;
    letter-spacing: 0.1em;
    top: 45px;
    left: 0px;
  }
}
.news-title p span {
  font-size: 80px;
  color: #ff960c;
}
@media screen and (max-width: 767px) {
  .news-title p span {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .news-title p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4em;
  }
}

.util-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #ff9544;
  color: #fff;
  display: inline-block;
  padding: 6px 14px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util-link.-active {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .util-link:not(.-submit):hover {
    background: #004183;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .util-link {
    padding: 3px 8px;
    font-size: 11px;
  }
}

.util-sp-link {
  font-size: 14px;
  letter-spacing: 0.1em;
  background: #ff9544;
  color: #fff;
  display: inline-block;
  padding: 8px 14px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  width: 200px;
  border-radius: 4px;
  margin: 10px auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .util-sp-link {
    display: block;
  }
}

button {
  display: block;
  margin-bottom: 10px;
}

.hide {
  display: none; /*要素の非表示*/
}

.contact_btn2 {
  position: fixed;
  top: 60px;
  right: 30px;
  font-weight: bold;
  font-size: 22px;
  padding: 0.7em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: rgb(255, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 10px 20px;
  color: #fff;
}
.contact_btn2:hover {
  background: rgb(0, 42, 255);
}

#main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-visual h2 {
  font-size: 180%;
  color: #fff;
}
#main-visual img {
  width: 100%;
  height: auto;
}

h3 {
  font-size: 131%;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/*==================
slick
==================*/
.slider img {
  width: 100%;
}

.slider .slick-slide {
  height: auto !important;
}

.slider .slick-arrow {
  z-index: 2 !important;
}

.slider .slick-next {
  right: 0 !important;
}

.slider .slick-prev {
  left: 0 !important;
}

.arrow_box {
  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;
  margin: 20px 0 0;
  position: relative;
  gap: 260px;
}
@media screen and (max-width: 767px) {
  .arrow_box {
    gap: 60px;
  }
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: coral;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prev-arrow,
  .next-arrow {
    width: 30px;
    height: 30px;
  }
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 1.3;
  }
}

.section__title {
  font-family: "Montserrat", serif;
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #f30707;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 34px;
  }
}

.section__title-l {
  font-size: 120px;
  font-weight: bold;
  color: rgba(255, 113, 36, 0.937254902);
}
@media screen and (max-width: 767px) {
  .section__title-l {
    font-size: 64px;
  }
}

.section__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000; /* ← 普通の黒文字に */
}
@media screen and (max-width: 767px) {
  .section__title-sub {
    font-size: 11px;
  }
}

.section__link--container {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section__link--container {
    margin-top: 10px;
  }
}

.section__link {
  text-decoration: none;
  padding: 10px 20px;
  background: #0a0b54;
  border-radius: 20px;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
}

.tab-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  border: 1px solid #444;
  border-radius: 6px;
  margin: 0 auto;
}

.top__head {
  margin: 80px auto 40px;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__head {
    font-size: 16px;
    margin: 60px auto 0;
  }
}

.top__head--l {
  font-family: serif;
  font-size: 64px;
  font-weight: bold;
  color: #e58749;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top__head--l {
    font-size: 32px;
  }
}

.company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .company__content {
    display: block;
  }
}

.company__item img {
  width: 100%;
}
.company__item + .company__item {
  margin-top: 40px;
}
.company__head {
  font-family: serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company__head {
    font-size: 16px;
    margin-top: 10px;
  }
}

.company__lead {
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .company__lead {
    margin-top: 20px;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .concept__content {
    display: block;
  }
}

.concept__item img {
  width: 100%;
}

.concept__head {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .concept__head {
    font-size: 16px;
    margin-top: 20px;
  }
}

.concept__lead {
  margin-top: 60px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .concept__lead {
    margin-top: 20px;
  }
}

.business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .business__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 10px;
    margin-top: 10px;
  }
}

.business__lead {
  font-size: 14px;
  padding: 10px 10px;
}

.business__lead--head {
  font-size: 20px;
}

.business__item {
  width: 33%;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .business__item {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.business__item:hover {
  opacity: 0.7;
}

.business__img img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.business__img.bg {
  position: relative;
  overflow: hidden;
}

.business__img.bg::before,
.business__img.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.business__img.bg::before {
  background: rgba(70, 94, 190, 0.6);
  width: 100%;
  height: 100%;
}

.business__img.bg::after {
  color: #fff;
  content: "Read More";
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
}

.business__img.bg:hover::before,
.business__img.bg:hover::after {
  opacity: 1;
}

.workflow-box {
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.workflow-title {
  text-align: center;
  font-size: 1.8em;
  color: #2a5eaa;
  margin-bottom: 30px;
  font-weight: bold;
}

.workflow-container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.workflow-step {
  background-color: #4983d3;
  border-radius: 8px;
  padding: 15px;
  width: 160px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.workflow-step h3 {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
}

.workflow-step p {
  font-size: 0.85em;
  color: #ffffff;
  line-height: 1.4;
}

.workflow-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #2a5eaa;
  font-size: 2em;
}

.workflow-arrow span {
  display: block;
  font-size: 0.45em;
  color: #2a5eaa;
  margin-top: 5px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .workflow-container {
    -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;
  }
  .workflow-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: auto;
  }
  .workflow-arrow span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 0;
  }
  .workflow-step {
    width: 80%;
    margin-bottom: 15px;
  }
}
.notice-wrapper {
  text-align: center;
  margin: 20px auto;
}

.notice-text {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.notice-tags {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tag {
  background-color: #2a5eaa;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: default;
}

.movie__content {
  margin: 40px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .movie__content {
    max-width: 360px;
    margin-top: 20px;
    display: block;
  }
}
.movie__content iframe {
  width: calc(50% - 40px);
  height: 240px;
}
@media screen and (max-width: 767px) {
  .movie__content iframe {
    width: 320px;
  }
}

.movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  padding: 0 140px;
}
@media screen and (max-width: 767px) {
  .movie__item {
    padding: 60px 140px;
  }
}

.news-list {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-top: 25px;
  }
}

.news-item {
  border-bottom: 1px solid #e0e0e0;
}

.news-item-wrapper {
  display: block;
  font-size: 14px;
  padding: 22px 0;
}
@media screen and (min-width: 768px) {
  .news-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .news-item-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

.news-item-picture {
  text-align: right;
}
.news-item-picture > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-item-body {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .news-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 40px;
  }
}
.news-item-body:hover {
  color: #46a2ff;
}

.news-item-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .news-item-title {
    font-size: 16px;
  }
}

.news-item-text {
  color: #888;
  margin-top: 16px;
  line-height: 1.7143;
}
@media screen and (max-width: 767px) {
  .news-item-text {
    font-size: 14px;
  }
}

.news-footer {
  text-align: center;
  margin-top: 48px;
}

.news-link {
  text-align: right;
  margin-top: 25px;
}
.news-link a {
  color: #409ffd;
}

.banner {
  max-width: 1200px;
  border: 1px solid #000000;
  padding: 60px 20px;
  margin-top: 40px;
  font-size: 26px;
  border-radius: 6px;
}