@charset "UTF-8";
/* manual
========================================== */
.pcOnly {
  display: block;
}

.spOnly,
.tabOnly {
  display: none;
}

.pctabOnly {
  display: block;
}

.tabspOnly {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.block {
  max-width: 1200px;
  width: 96%;
  margin: 80px auto;
}

.about .top_img {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/about/about.jpg") no-repeat center;
  background-size: cover;
}

.result .top_img {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/result/result.jpg") no-repeat center;
  background-size: cover;
}

.company .top_img {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/company/company.jpg") no-repeat center;
  background-size: cover;
}

.top_img {
  min-height: 400px;
  display: flex;
  align-items: center;
}

.top_img h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 1px 4px #000;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.top_img h2 span {
  font-size: 20px;
}

h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #002147;
  line-height: 1;
}

h3 span {
  font-size: 20px;
}

/* headerPC
========================================== */
header#main-header {
  position: absolute;
}

header#main-header .hd .gn li a {
  color: #fff;
}

header#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}

header.hdPc {
  width: 100%;
}

header.hdPc .hd {
  margin: 0 auto;
  padding: 10px 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

header.hdPc .hd h1 {
  max-width: 300px;
  width: 20%;
}

header.hdPc .hd h1 img {
  width: 100%;
  height: auto;
}

header.hdPc .hd .gn {
  align-items: center;
}

header.hdPc .hd .gn li:last-child {
  margin-right: 0;
}

header.hdPc .hd .gn li:last-child a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002147;
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  min-width: 180px;
  border: 1px solid #999;
}

header.hdPc .hd .gn li:last-child a i {
  font-size: 16px;
}

header.hdSp {
  display: none;
}

.index header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* gmenu
========================================== */
.gnav {
  position: relative;
  z-index: 3;
}

.gnav .gn {
  display: flex;
}

.gn li {
  margin-right: 60px;
  font-size: 18px;
}

.gn li a {
  display: block;
}

.gn li.new::before {
  content: "NEW";
  position: absolute;
  top: -3px;
  left: 3px;
  display: inline-block;
  background-color: #E50003;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 3px 2px;
  line-height: 10px;
  color: #ffffff;
  letter-spacing: 1px;
  z-index: 2;
}

.show .gn li.new::before {
  z-index: 100;
}

/* ==================
footer
======================== */
.contact {
  background: rgba(225, 225, 225, 0.2);
  padding: 70px;
  box-sizing: border-box;
}

.contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.contact ul li:first-child {
  width: 60%;
}

.contact ul li:last-child {
  width: 25%;
}

.contact ul li:last-child .tel {
  font-size: 30px;
  font-weight: bold;
}

.contact ul li:last-child .tel a {
  color: #002147;
}

@media (min-width: 751px) {
  .contact ul li:last-child .tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.contact ul li h4 {
  font-size: 27px;
  font-weight: normal;
  border: none;
  margin: 0;
  text-align: left;
}

.contact ul li p {
  font-size: 18px;
}

.contact ul li a.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002147;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 25px 0 25px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  max-width: 300px;
  width: 100%;
}

footer {
  background: #EEEEEE;
  padding: 80px 0 0;
}

footer ul.block {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 80px;
  align-items: flex-end;
}

footer ul.block .flogo {
  width: 65%;
}

footer ul.block .flogo a.logo {
  display: block;
  margin-bottom: 50px;
}

footer ul.block .flogo a.logo img {
  max-width: 400px;
  height: auto;
}

footer ul.block .nav {
  width: 30%;
}

footer ul.block .nav ul.gn {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer ul.block .nav ul.gn li {
  width: 48%;
  margin: 0 0 20px;
}

footer ul.block .nav ul.gn li i {
  display: none;
}

footer ul.gn {
  display: flex;
}

footer ul.gn li {
  margin-right: 10px;
}

footer .copyright {
  background: #002147;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 70;
  color: #ffffff;
  text-align: center;
  background: #888;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  padding: 5px 7px 10px 7px;
  font-size: 24px;
  cursor: pointer;
}

/* ==================
top
======================== */
.index .mainIn {
  width: 100%;
  position: relative;
}

.index .mainIn .mainIn_tit {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.index .mainIn .mainIn_tit h2 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  writing-mode: vertical-rl;
  opacity: 0;
  margin: 0 auto;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.index .bx-wrapper {
  background: #000;
}

.index .bx-wrapper img {
  max-width: inherit;
  width: 100%;
  opacity: 0.6;
}

.zoom {
  animation: zoom 50s linear infinite;
}

@keyframes zoom {
  to {
    transform: scale(1.5);
  }
}

.img_right {
  transform-origin: 0;
  animation: img_right 10s linear infinite;
}

@keyframes img_right {
  0% {
    transform: translateX(-30px) scale(1.2);
  }
  100% {
    transform: translateX(30px) scale(1.2);
  }
  /*to {
          transform:scale(3);
    }*/
}

.img_vertical {
  transform-origin: center bottom;
  animation: img_vertical 10s linear infinite;
}

@keyframes img_vertical {
  0% {
    transform: translateY(30px) scale(1.05);
  }
  100% {
    transform: translateY(-30px) scale(1.05);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main {
  width: 100%;
  background: url("../img/img_bg.png");
  background-size: 100% auto;
}

.main .greeting {
  margin-bottom: 150px;
  font-size: 24px;
  font-family: HG行書体;
}

.main .greeting span {
  display: block;
  text-align: right;
  margin: 50px 0 0;
  font-size: 18px;
  font-size: 24px;
}

.main .top_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 150px;
}

.main .top_menu li {
  width: 32%;
  position: relative;
  cursor: pointer;
}

.main .top_menu li h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 1px 4px #000;
  line-height: 1;
}

.main .top_menu li h3 span {
  font-size: 18px;
}

.main .top_menu li p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  text-shadow: 0px 1px 4px #000;
}

.main .top_menu li p i {
  font-size: 50px;
  margin-left: 10px;
}

.main .top_menu li a {
  position: relative;
  display: block;
}

.main .top_menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-20deg, transparent 50%, #002147 100%);
}

.main .top_menu li a:hover::before {
  display: none;
}

/* ==================
company
======================== */
.company {
  position: relative;
}

.company .main ul.company_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.company .main ul.company_box li {
  display: grid;
  place-items: center flex-start;
  border-bottom: 2px solid #eee;
}

.company .main ul.company_box li a {
  display: contents;
}

.company .main ul.company_box li:nth-child(odd) {
  width: 20%;
  padding: 20px 0;
  color: #002147;
  font-weight: bold;
}

.company .main ul.company_box li:nth-child(even) {
  width: 78%;
  padding: 20px 0;
}

.company .main .company_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.company .main .company_img li {
  width: 33%;
  margin-bottom: 10px;
}

.company .main .map iframe {
  width: 100%;
  min-height: 500px;
}

.company .main .map .explanation {
  margin-bottom: 15px;
}

.company .main .map .explanation li {
  list-style-type: disc;
  margin-left: 20px;
}

/* ==================
about
======================== */
.about {
  position: relative;
}

.about .about_box {
  line-height: 2;
  font-size: 18px;
}

.about .about_box p {
  font-size: 24px;
}

/* ==================
result
======================== */
.result {
  position: relative;
}

.result h4 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #002147;
  margin-bottom: 20px;
}

.result .result_box {
  margin: 80px 0 30px;
  overflow: hidden;
}

.result .result_box ul {
  display: flex;
  width: max-content;
}

.result .result_box ul li img {
  height: 500px;
  width: auto;
}

.result ul.career {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.result ul.career li {
  width: 49.8%;
}

.result ul.career li p {
  padding: 10px;
  box-sizing: border-box;
}

.result ul.career li p:first-child {
  background: rgba(238, 238, 238, 0.5);
  font-weight: bold;
}

.result .right {
  text-align: right;
  margin: 5px 0;
}
