@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 70px;
}
@media(max-width:480px) {
  header {
    width: 420px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
}

.tel {
  width: 318px;
  height: 53px;
  margin-top: 10px;
}
@media(max-width:480px) {
  .tel {
    width: 150px;
    height: 30px;
    margin-top: 25px;
  }
}
@media(max-width:480px) {
  .logo {
    width: 150px;
    height: 40px;
    margin-top: 20px;
  }
}
.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 5%;
}
@media(max-width:480px) {
  .wrapper {
    padding: 0 5%;
    width: 390px;
  }
}

.main-visual-pc {
  width: 100%;
  height: 835px;
  background-image: url(img/mainvisual.png);
  background-size: cover;
  background-position: center;
}
.main-visual-sp {
  display: none;
}
@media(max-width:480px) {
  .main-visual-sp {
    width: 100%;
    height: 779px;
    background-image: url(img/mainvisual-sp.png);
    background-size: cover;
    background-position: center;
    display: block;
  }
}
@media(max-width:480px) {
  .main-visual-pc {
    display: none;
  }
}
.main-visual-text-pc {
  color: #fff;
  padding-top: 50px;
  display: block;
}
@media(max-width:480px) {
  .main-visual-text-sp {
    color: #fff;
  
  }
}
.main-visual-title-pc {
  font-family: serif;
  font-size: 96px;
  padding-top: 90px;
  width: 60%;
  display: block;
}
@media(max-width:480px) {
  .main-visual-title-sp {
    font-family: serif;
    width: 100%;
    font-size: 40px;
    padding-top: 20px;
  }
}
.main-visual-subtitle-pc {
  font-size: 32px;
  width: 630px;
}
@media(max-width:480px) {
  .main-visual-subtitle-sp {
    font-size: 20px;
    margin-top: 10px;
  }
}
.sdgs-img-pc {
  margin-top: 20px;
}
@media(max-width:480px) {
  .sdgs-img-sp {
    width: 100px;
    margin-top: 10px;
  }
}
.sdgs-text-pc {
  color: #fff;
  padding-top: 50px;
  margin: 0;
}
@media(max-width:480px) {
  .sdgs-text-sp {
    width: 270px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding-top: 50px;
  }
}
.nav {
  width: 100%;
  height: 67px;
  background-color: #3B1E88;
  border-top: solid #fff;
}
.nav-list {
  color: #fff;
  display: flex;
  justify-content: center;
  list-style: none;
}
.nav-list-itme {
  margin-top: 22px;
  margin-left: 20px;
  margin-right: 20px;
}
@media(max-width:480px) {
  .nav-list-itme {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.header-nav {
  color: #fff;
}

main {
  max-width: 1200px;
  margin: 0 auto;
}
@media(max-width:480px) {
  main {
    max-width: 330px;
  }
}
.strengths {
  margin-top: 128px;
}
@media(max-width:480px) {
  .strengths {
    margin-top: 64px;
  }
}
h1 {
  text-align: center;
  font-family: serif;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  h1 {
    animation: none;
  }
}
.border_line {
  margin: 0 auto;
  width: 60px;
  border: solid #3B1E88 ;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .border_line {
    animation: none;
  }
}
.strengths-contents {
  margin-top: 64px;
}
.strengths-img-pc {
  width: 1200px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
.strengths-img-sp {
  display: none;
}
@media(max-width:480px) {
  .strengths-img-pc {
    display: none;
  }
  .strengths-img-sp {
    display: block;
    margin: 0 auto;
    width: 330px;
  }
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}


.business {
  margin-top: 128px;
}
@media(max-width:480px) {
  .business {
    margin-top: 64px;
  }
}
.business-contents {
  margin-top: 64px;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.business-img-pc {
  width: 1200px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
.business-img-sp {
  display: none;
}
@media(max-width:480px) {
  .business-img-pc {
    display: none;
  }
  .business-img-sp {
    display: block;
    margin: 0 auto;
  }
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}


.business-results {
  margin-top: 128px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@media(max-width:480px) {
  .business-results {
    margin-top: 64px;
  }
}
.business-results-contents {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .business-results-contents {
    display: block;
    margin-left: 40px;
  }
}
@media(max-width:480px) {
  .business-results {
    animation: none;
  }
}
.results-title {
  font-family: serif;
  border-left: solid #3B1E88;
  padding-left: 10px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .results-title {
    animation: none;
  }
}
.results-list {
  list-style: none;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .results-list {
    animation: none;
  }
}
.results05 {
  padding-right: 30px;
}
@media(max-width:480px) {
  .results05 {
    margin-bottom: 20px;
  }
}
.results04 {
  padding-right: 30px;
}
@media(max-width:480px) {
  .results04 {
    margin-bottom: 20px;
  }
}
.results03 {
  padding-right: 30px;
}
@media(max-width:480px) {
  .results03 {
    margin-bottom: 20px;
  }
}
.results02 {
  padding-right: 30px;
}
@media(max-width:480px) {
  .results02 {
    margin-bottom: 20px;
  }
}
.equipment {
  margin-top: 128px;
}
@media(max-width:480px) {
  .equipment {
    margin-top: 64px;
  }
}
.equipment-img-pc {
  width: 1200px;
  margin-top: 64px;
  margin-bottom: 50px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.equipment-img-sp {
  display: none;
}
@media(max-width:480px) {
  .equipment-img-pc {
    display: none;
  }
  .equipment-img-sp {
    width: 330px;
    display: block;
    margin-top: 50px;
}
}
.button {
  width: 170px;
  margin-top: 50px;
  list-style: none;
  position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 3px solid #3B1E88;
  padding: 15px 30px;
  text-align: center;
  outline: none;
    /*アニメーションの指定*/
  transition: ease .2s;
}
.button span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #3B1E88;
  font-weight: bold;
}
.button:hover span{
  color: #fff;
}
.bgcenterout:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #3B1E88;
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin:center;
}
.bgcenterout:hover:before{
  transform:scale(1, 1);
}
.button-class {
  text-align: center;
}
a {
  color: black;
  text-decoration: none;
}

.company-overview {
  margin-top: 128px;
}
@media(max-width:480px) {
  .company-overview {
    margin-top: 64px;
  }
}
.company-overview-contents {
  display: flex;
  margin-top: 64px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .company-overview-contents {
    display: block;
    animation: none;
  }
}
.company-overview-img {
  width: 600px;
  margin-right: 60px;
  margin-bottom: 50px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .company-overview-img {
    width: 330px;
    margin: 0 auto;
    animation: none;
  }
}

h2 {
  font-family: serif;
}
.company-overview-contents-textb {
  display: flex;
  margin: 55px 0 30px 0;
}
.company-overview-contents-textc {
  padding: 9px;
  margin-left: 30px;
}
.c {
  margin-left: 52px;
}
@media(max-width:480px) {
  .c {
    margin-left: 60px;
  }
}
.company-overview-contents-textx {
  margin-top: 55px;
}
@media(max-width:480px) {
  .company-overview-contents-textc {
    margin: 0 0 0 55px;
  }
}
.recruitment {
  margin-top: 128px;
}
@media(max-width:480px) {
  .recruitment {
    margin-top: 64px;
  }
}
.recruitment-contents {
  display: flex;
  justify-content: space-between;
  background-image: url(img/back.png);
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  margin-top: 64px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@media(max-width:480px) {
  .recruitment-contents {
    display: block;
    animation: none;
  }
}
.recruitment-text-main {
  color: #fff;
  margin-top: 64px;
  margin-left: 50px;
}
@media(max-width:480px) {
  .recruitment-text-main {
    text-align: center;
    margin: 0 auto;
    padding: 40px 50px 0 50px;
    }
  }
.recruitment-text-sub {
  margin-left: 50px;
  line-height: 60px;
}
@media(max-width:480px) {
  .recruitment-text-sub {
    padding: 0 20px;
    margin-left: 0;
  }
}
.recruitment-text-suba {
  margin: 50px 0 0 50px;
}
@media(max-width:480px) {
  .recruitment-text-suba {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
.recruitment-img {
  padding: 50px 50px 30px 40px;
}
@media(max-width:480px) {
  .recruitment-img {
    width: 330px;
    padding: 20px;
  }
}
.contact-contents {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-top: solid #3B1E88;
  border-bottom: solid #3B1E88;
  border-width: 1px;
  margin-bottom: 128px;
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@media(max-width:480px) {
  .contact-contents {
    display: block;
    margin-bottom: 64px;
    animation: none;
  }
}
.contact-contents01 {
  display: flex;
}
@media(max-width:480px) {
  .contact-contents01 {
    margin-left: 40px;
  }
}
.contact-contents02 {
  display: flex;
}
@media(max-width:480px) {
  .contact-contents02 {
    margin-left: 13px;
  }
}
.contact-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media(max-width:480px) {
  .contact-img {
    width: 25px;
    height: 25px;
  }
}
.contact-text {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media(max-width:480px) {
  .contact-text {
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
  }
}
.contact-texta {
  text-align: center;
}
.x {
  margin-left: 90px;
}
@media(max-width:480px) {
  .x {
    margin-left: 0;
  }
}
.contact {
  margin-top: 128px;
}
@media(max-width:480px) {
  .contact {
    margin-top: 64px;
  }
}
.contact-texta {
  margin-top: 64px;
}

.footer {
  width: 100%;
  height: 80px;
  border-top: solid #3B1E88;
  border-width: 1px;
  display: flex;
  justify-content: space-between
}
@media(max-width:480px) {
  .footer {
    display: block;
    text-align: center;
  }
}
@media(max-width:480px) {
  .footer-nav-img {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.footer-nav-list-pc {
  display: flex;
  list-style: none;
  margin-top: 10px;
}
.footer-nav-list-sp {
  display: none;
}
@media(max-width:480px) {
  .footer-nav-list-pc {
    display: none;
  }
}
@media(max-width:480px) {
  .footer-nav-list-sp {
    display: block;
    list-style: none;
    padding-bottom: 15px;
  }
}
.footer-nav-list-itme {
  color: black;
  margin-top: 22px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-sdgs-img {
  width: 250px;
  height: 50px;
  margin-left: 30px;
  margin-top: 5px;
}
@media(max-width:480px) {
  .footer-sdgs-img {
    width: 200px;
    height: 27px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background: #3B1E88;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}

/*========= レイアウトのためのCSS ===============*/


p{
  margin-top:20px; 
}

small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}

#header{
  background:#333;
  color:#fff;
  text-align: center;
  padding: 20px;
}

#footer{
  position: relative;
  z-index: 2;
}

html {scroll-behavior: smooth;}