main {
  padding-top: 6.5104166667vw;
}

.txt-a {
  box-sizing: border-box;
  border: solid 2px #6F9EED;
  background-image: linear-gradient(90deg, #6f9eed, #3f5a87);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5833333333vw;
  height: 3.90625vw;
  border-radius: 3.90625vw;
  margin: 0 auto;
  gap: 0.8vw;
  transition: 1s;
}

.txt-a svg {
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}

.txt-a svg path {
  transition: 1s;
}

.txt-a:hover {
  background: #ffffff;
  color: #6F9EED;
}

.txt-a:hover svg path {
  fill: #6F9EED;
}

.ttl-box .txt-h2 {
  color: #6F9EED;
}

.ttl-box .txt-h2 .txt-e {
  display: block;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.2vw;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .txt-a {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 100px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 16px;
    height: 16px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
  .ttl-box .txt-h2 {
    font-size: 14px;
  }
  .ttl-box .txt-h2 .txt-e {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .ttl-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}

section#mv_area .img-box {
  position: relative;
  width: 100%;
  height: 52.5vw;
  overflow: hidden;
  z-index: 1;
}

section#mv_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

section#mv_area .img-box .mv-slider {
  width: 100%;
  height: 100%;
}
section#mv_area .img-box .mv-slider .slide-img {
  width: 100%;
  height: 100%;
}

section#mv_area .bg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 53%;
  transform: translateX(-50%) translateY(-50%);
  width: 47.796875vw;
  height: 22.1354166667vw;
}

section#mv_area .txt-box {
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

section#mv_area .txt-box .txt-h1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section#mv_area .txt-box .txt-h1 .item {
  display: block;
  color: #ffffff;
  text-align: center;
}

section#mv_area .txt-box .txt-h1 .txt-j {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 767px) {
  section#mv_area .bg {
    width: 280.5px;
    height: 130px;
  }
  section#mv_area .img-box {
    position: relative;
    width: 100%;
    height: 60vw;
    overflow: hidden;
  }
  section#mv_area .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  section#mv_area .txt-box {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
  }
  section#mv_area .txt-box .txt-h1 {
    width: 100%;
  }
  section#mv_area .txt-box .txt-h1 .item {
    display: block;
    color: #ffffff;
    text-align: center;
  }
  section#mv_area .txt-box .txt-h1 .txt-e {
    font-size: 30px;
    line-height: 1.1em;
  }
  section#mv_area .txt-box .txt-h1 .txt-j {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*==========================================================================
section#company_area
========================================================================== */
section#company_area {
  position: relative;
}

section#company_area .inner {
  padding: 3.9583333333vw 0 5.2083333333vw;
  position: relative;
}

section#company_area .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 5.2083333333vw - 5.2083333333vw);
}

section#company_area .box {
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}

section#company_area .txt-box {
  width: 45%;
}

section#company_area .txt-box .txt-h3 {
  margin: 1vw 0;
}

section#company_area .txt-box .txt-p {
  color: #333333;
}

section#company_area .txt-box .txt-a {
  margin: 0;
  margin-top: 2.0833333333vw;
}

section#company_area .img-box {
  width: 45%;
  height: 37vw;
}

@media screen and (max-width: 767px) {
  section#company_area .inner {
    padding: 50px 0;
  }
  section#company_area .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  section#company_area .ttl-box .txt-h2 {
    padding-right: 10px;
  }
  section#company_area .box {
    padding-bottom: 100px;
  }
  section#company_area .txt-box {
    width: 100%;
  }
  section#company_area .txt-box .txt-h3 {
    margin: 20px 0;
    font-size: 20px;
  }
  section#company_area .txt-box .txt-p {
    color: #333333;
    font-size: 14px;
    line-height: 1.8em;
  }
  section#company_area .txt-box .txt-a {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  section#company_area .img-box {
    width: 100%;
    height: 85vw;
    margin-top: 40px;
  }
}
/*==========================================================================
section#service_area
========================================================================== */
section#service_area {
  position: relative;
  background-image: linear-gradient(0deg, #3f5a87, #7eacf9);
}

section#service_area .inner {
  padding: 10.4166666667vw 0;
}

section#service_area .ttl-box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}

section#service_area .ttl-box .txt-h2 {
  color: #ffffff;
  margin-bottom: 1.5625vw;
}
section#service_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}

section#service_area .ttl-box .txt-p {
  color: #ffffff;
}

section#service_area .ttl-box .txt-a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-color: #ffffff;
  color: #6F9EED;
}
section#service_area .ttl-box .txt-a svg path {
  fill: #6F9EED;
}
section#service_area .ttl-box .txt-a:hover {
  background: #6F9EED;
  color: #ffffff;
}
section#service_area .ttl-box .txt-a:hover svg path {
  fill: #ffffff;
}

section#service_area .box {
  position: relative;
}

section#service_area .box::before {
  content: "";
  background: #6F9EED;
  width: 100%;
  height: calc(100% - 6.25vw - 6.25vw);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

section#service_area .top-box {
  width: 89.065%;
  margin-left: auto;
}
section#service_area .top-box .list-box {
  width: 100%;
}
section#service_area .top-box .list-box li {
  width: 33.3333%;
  position: relative;
}
section#service_area .top-box .list-box a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#service_area .top-box .list-box a .img-box {
  width: 100%;
  height: 26.0416666667vw;
  position: relative;
  overflow: clip;
}
section#service_area .top-box .list-box a .img-box img {
  transition: 1s;
}
section#service_area .top-box .list-box a .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
section#service_area .top-box .list-box a .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
section#service_area .top-box .list-box a .txt-box .txt-h3 {
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 2.6041666667vw;
  transition: 1s;
}
section#service_area .top-box .list-box a .txt-box .txt-h3 span {
  line-height: 1;
  display: block;
  margin-bottom: 0.5208333333vw;
}
section#service_area .top-box .list-box a .txt-box .txt-p {
  color: #ffffff;
  text-align: center;
  transition: 1s;
}
section#service_area .top-box .list-box a .txt-box .txt-l {
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8229166667vw;
  gap: 0.9375vw;
  transition: 1s;
}
section#service_area .top-box .list-box a .txt-box .txt-l .arrow {
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  border-radius: 2.2395833333vw;
  border: solid 2px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
}
section#service_area .top-box .list-box a .txt-box .txt-l .arrow svg {
  display: flex;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
}
section#service_area .top-box .list-box a .txt-box .txt-l .arrow svg path {
  fill: #ffffff;
  transition: 1s;
}
section#service_area .top-box .list-box a:hover .img-box img {
  transform: scale(1.1);
}
section#service_area .top-box .list-box a:hover .txt-box .txt-l .arrow {
  background: #6F9EED;
  border-color: #6F9EED;
}

@media screen and (max-width: 767px) {
  section#service_area {
    position: relative;
  }
  section#service_area .inner {
    padding: 50px 0 0;
  }
  section#service_area .ttl-box {
    margin-bottom: 40px;
  }
  section#service_area .ttl-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#service_area .ttl-box .txt-a {
    position: initial;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
  section#service_area .box::before {
    height: calc(100% - 50px - 50px);
  }
  section#service_area .top-box {
    width: 100%;
    margin-left: auto;
  }
  section#service_area .top-box .list-box {
    width: 100%;
  }
  section#service_area .top-box .list-box li {
    width: 100%;
    position: relative;
  }
  section#service_area .top-box .list-box a .img-box {
    width: 100%;
    height: 70vw;
  }
  section#service_area .top-box .list-box a .txt-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#service_area .top-box .list-box a .txt-box .txt-h3 span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#service_area .top-box .list-box a .txt-box .txt-p {
    font-size: 14px;
  }
  section#service_area .top-box .list-box a .txt-box .txt-l {
    font-size: 14px;
    margin-top: 15px;
    gap: 5px;
  }
  section#service_area .top-box .list-box a .txt-box .txt-l .arrow {
    width: 34px;
    height: 34px;
    border-radius: 34px;
  }
  section#service_area .top-box .list-box a .txt-box .txt-l .arrow svg {
    width: 14px;
    height: 14px;
  }
}
/*==========================================================================
section#access_area
========================================================================== */
section#access_area {
  position: relative;
}

section#access_area .inner {
  padding: 10.4166666667vw 0 0;
}

section#access_area .box {
  justify-content: space-between;
}
section#access_area .txt-box {
  flex: auto;
  margin-top: 2.6041666667vw;
}
section#access_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}
section#access_area .txt-box .txt-p {
  margin-bottom: 0.625vw;
}
section#access_area .txt-box .txt-g {
  margin-top: 0.625vw;
  color: #6F9EED;
  display: flex;
  align-items: center;
  gap: 0.2vw;
  transition: 1s;
}
section#access_area .txt-box .txt-g svg {
  display: flex;
  width: 0.6510416667vw;
  height: 0.6510416667vw;
}
section#access_area .txt-box .txt-g:hover {
  opacity: 0.7;
}
section#access_area .map-box {
  flex: none;
  width: 66.7%;
  height: 20.8333333333vw;
}
section#access_area .map-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section#access_area {
    position: relative;
  }
  section#access_area .inner {
    padding: 50px 0 0;
  }
  section#access_area .box {
    display: flex;
    flex-wrap: wrap;
  }
  section#access_area .txt-box {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section#access_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#access_area .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#access_area .txt-box .txt-t {
    font-size: 14px;
  }
  section#access_area .txt-box .txt-g {
    font-size: 14px;
    gap: 5px;
    margin-top: 10px;
  }
  section#access_area .txt-box .txt-g svg {
    width: 12px;
    height: 12px;
  }
  section#access_area .map-box {
    width: 100%;
    height: 55vw;
    margin-bottom: 0;
    order: 2;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area {
  position: relative;
}

section#news_area .inner {
  padding: 7.8125vw 0;
}

section#news_area .box {
  justify-content: space-between;
}

section#news_area .ttl-box .txt-a {
  margin-top: 2.0833333333vw;
}

section#news_area .list-box {
  width: 73.8%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

section#news_area .list-box .info {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  width: 100%;
}

section#news_area .list-box .info .txt-d {
  line-height: 1;
  transition: 1s;
  color: #6F9EED;
}

section#news_area .list-box .info .txt-c {
  text-decoration: underline;
  color: #6F9EED;
}

section#news_area .list-box .txt-h3 {
  line-height: 1;
  transition: 1s;
  width: 100%;
  color: #333333;
}

section#news_area .list-box .arrow {
  position: absolute;
  right: 3.3854166667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6458333333vw;
  height: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  border: solid 2px #6F9EED;
  background-image: linear-gradient(90deg, #6f9eed, #3f5a87);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

section#news_area .list-box .arrow svg {
  display: flex;
  width: 0.8vw;
  height: 0.8vw;
  transition: 1s;
}

section#news_area .list-box .arrow svg path {
  transition: 1s;
  fill: #ffffff;
}

section#news_area .list-box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.5625vw 0;
  padding-right: 7.03125vw;
  gap: 0.8vw;
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
  position: relative;
}

section#news_area .list-box a:hover .info .txt-d {
  color: #333333;
}

section#news_area .list-box a:hover .info .txt-c {
  -webkit-text-decoration-color: #6F9EED;
  text-decoration-color: #6F9EED;
  text-decoration-thickness: 2px;
  color: #6F9EED;
}

section#news_area .list-box a:hover .txt-h3 {
  color: #6F9EED;
}

section#news_area .list-box a:hover .arrow {
  right: 2vw;
  background: #ffffff;
}

section#news_area .list-box a:hover .arrow svg path {
  fill: #6F9EED;
}

section#news_area .list-box li {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  section#news_area {
    padding-bottom: 50px;
  }
  section#news_area .inner {
    padding: 50px 0 90px;
    position: relative;
  }
  section#news_area .box {
    justify-content: space-between;
  }
  section#news_area .ttl-box {
    margin-bottom: 20px;
  }
  section#news_area .ttl-box .txt-a {
    position: absolute;
    bottom: 0;
  }
  section#news_area .list-box {
    width: 100%;
  }
  section#news_area .list-box .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  section#news_area .list-box .info .txt-d {
    font-size: 12px;
  }
  section#news_area .list-box .info .txt-c {
    font-size: 14px;
  }
  section#news_area .list-box .txt-h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  section#news_area .list-box .arrow {
    width: 40px;
    height: 20px;
    border-radius: 15px;
    border-width: 1px;
    right: 10px;
  }
  section#news_area .list-box .arrow svg {
    width: 12px;
    height: 12px;
  }
  section#news_area .list-box a {
    padding: 20px 0;
    padding-right: 60px;
    gap: 0;
  }
  section#news_area .list-box a:hover .arrow {
    right: 0;
  }
  section#news_area .list-box li {
    width: 100%;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: url(../img/bg_top_contact001.webp) center no-repeat;
  background-size: cover;
}

section#contact_area::before {
  content: "";
  background: #6F9EED;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 1;
}

section#contact_area .inner {
  padding: 7.8125vw 0;
}

section#contact_area .box {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

section#contact_area .ttl-box {
  width: 100%;
}

section#contact_area .ttl-box .txt-h2 {
  margin: 0 auto;
  margin-bottom: 2.6041666667vw;
  color: #ffffff;
  text-align: center;
}

section#contact_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
  margin-bottom: 0.2vw;
}

section#contact_area .ttl-box .txt-p {
  text-align: center;
  color: #ffffff;
}

section#contact_area .link-box {
  width: 100%;
  margin-top: 3.125vw;
  align-items: center;
  justify-content: center;
  gap: 6.25vw;
}

section#contact_area .link-box .txt-t {
  color: #ffffff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5vw;
  line-height: 1;
  pointer-events: none;
}

section#contact_area .link-box .txt-t svg {
  display: flex;
  width: 2.7083333333vw;
  height: 2.6041666667vw;
}

section#contact_area .link-box .txt-t svg path {
  fill: #ffffff;
}

section#contact_area .link-box .txt-l {
  width: 23.4375vw;
  height: 5.2083333333vw;
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #333333;
  border-radius: 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
}

section#contact_area .link-box .txt-l svg {
  display: flex;
  width: 2.2760416667vw;
  height: 1.4583333333vw;
}

section#contact_area .link-box .txt-l svg path {
  transition: 1s;
  fill: #6F9EED;
}

section#contact_area .link-box .txt-l:hover {
  background: #6F9EED;
  color: #ffffff;
}

section#contact_area .link-box .txt-l:hover svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 50px 0;
  }
  section#contact_area .ttl-box {
    width: 100%;
  }
  section#contact_area .ttl-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#contact_area .ttl-box .txt-h2 .txt-e {
    margin-bottom: 5px;
  }
  section#contact_area .link-box {
    margin-top: 30px;
  }
  section#contact_area .link-box .txt-t {
    gap: 10px;
    pointer-events: painted;
    font-size: 32px;
  }
  section#contact_area .link-box .txt-t svg {
    width: 30px;
    height: 31px;
  }
  section#contact_area .link-box .txt-l {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-width: 1px;
    border-radius: 50px;
    gap: 10px;
  }
  section#contact_area .link-box .txt-l svg {
    width: 22px;
    height: 16px;
  }
}
/*# sourceMappingURL=top.css.map */