@charset "UTF-8";

/* ***********************************
  common
* *********************************** */

html {
  scroll-behavior: smooth;
}

#top {
  color: #fff;
  line-height: 1.25;

}

#top .l-contents {
  max-width: 1160px;
  padding: 0 40px;
}

@media all and (max-width:736px) {

  /*　レスポンシブル対応　*/
  #top .l-contents {
    max-width: 100%;
    padding: 0 20px;
  }
}


#top .head-en {
  font-size: 48px;
  font-weight: 500;
}

#top .head-ja {
  font-size: 24px;
  font-weight: 500;
}

/* ***********************************
  header
* *********************************** */


#top #headera {
  position: inherit;
  display: flex;
  justify-content: space-between;
  top: 29px;
  width: 100%;
  height: 70px;
  z-index: 100;
  padding: 0 40px;
  transition: .3s;
  background-color: #fff;
  border-bottom: solid 3px #F0F0EE;
  align-items: center;
}

#top #header .logo {
  max-width: 300px;
  z-index: 105;
}

#top header nav {
  z-index: 105;
  margin-left: auto;
}

/* ***********************************
  background-gradation
* *********************************** */

#top .grad-bg {
  width: 100%;
  /*
  background: linear-gradient(45deg, #3bade3, #8f0074, #47c5d4);
  */
  background-image: url("https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/grad-bg.webp");
  /*グラデーションを定義*/
  background-size: 100% 100%;
  /*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#top #particles-js{
  position: absolute;
  width: 100%;
  height: 2080px;
  text-align: center;
 }

 @media all and (max-width:736px) {

  #top #particles-js{
    height: 1560px;
   }
}


/* ***********************************
  ■01 mv
* *********************************** */
#top #mv {
  position: relative;
  width: 100%;
  height: 650px;
}


#top #mv .mv-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  width: 71.5vw;
  
}

#top #mv .mv-video {
  width: 100%;
  height: 600px;
  max-width: inherit;
  position: absolute;
  top: -20;
  left: 0;
}

#top #mv .bord {
  z-index: 102;
    width: 100%;
  height: 580px;
  padding-left: 20px;
  position:absolute; 
  object-fit:cover; 
}

#top #mv .shadow {
  top: 20;
  left: -20;
  z-index: 95;
  width: 120%;
  height: 600px;
  background-color: #000000;
  position: relative;
}

#top #mv .inner {
  position: relative;
  z-index: 102;
  padding-top: 90px;
  padding-left: 0px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.3);
  font-weight: 500;
  
  height: 100%;
}




#top #mv .svgbox {
margin-top: 50px;
}


#top #mv .copy_ja {
  font-size: 74px;
}

#top #mv .copy_en {
  font-size: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
}

@media all and (max-width:1080px) {
  #top #mv .mv-box {
    width: 735px;
  }
}

@media all and (max-width:736px) {

  #top #mv {
    height: 350px;
  }

  #top #mv .mv-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
  }

  #top #mv .mv-video {
    top: 0;
    height: 100%;
  }
  
  
  #top #mv img {
    text-align: center;
  }

  #top #mv .bord {
    position: absolute;
    z-index: 102;
    width: 100%;
    padding-left: 0px;
    height: auto;
    margin-top: 50px;
    height: 100%;
  }
  

  #top #mv .shadow {
display: none;
  }

  #top #mv .inner {
    padding-top: 120px;
    padding-left: 0px;
    display: flex;
  }

  #top #mv .copy_ja {
    font-size: 28px;
  }

  #top #mv .copy_en {
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size:max(1.3vw,24px);
    white-space: nowrap;
    display:flex;
    flex-direction: column;

  }
}

/* ***********************************
   手書き風文字
* *********************************** */

#svg-anime{
  width: 100%;
  margin: 0 auto 0 10px;
  display: flex;
  position: relative;
}

@media all and (max-width:736px) {
/*　★Safari用CSSハック　*/
//_::-webkit-full-page-media,_:future,:root #svg-anime{
//  top: -150px;
//  }
}

#mask{
  max-width: 100%;
  height: auto;
  
}



#mask .st0{
  fill:none;
  stroke:#fff;
  stroke-width:90;/*線の太さを指定する*/
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
  stroke-dasharray: 1500; /* 線の間隔を指定する */
  stroke-dashoffset:1500; /* 線の位置を指定する */
}
/* 
#refund #top .obj{
  margin: 30px auto;
  padding: 20px;
  object-fit:contain;
  height: 40%;
} */

@media all and (max-width:736px) {
  #svg-anime{
    width: 100%;
    margin: auto;
  }
}


#top #mv .line{
  animation-name:bgextendAnimeline;
  animation-duration:0.5s;
  animation-delay: 1.9s;
  animation-fill-mode:forwards;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
  position: absolute;
  left:  0px;
  top: 80%;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width:736px) {
/*　★Safari用CSSハック　*/
//_::-webkit-full-page-media,_:future,:root #top #mv .line{
//  top: 175px;
//  }
}

#top #mv .line img{
  width: 100%;
  height: auto;
}

@keyframes bgextendAnimeline{
  0% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
    opacity:1;
  }
  100% {
    opacity:1;
  }
}


@media all and (max-width:736px) {

  #top #mv .line{
    top: 80%;
  }
}

/*==================================================
mv 背景色が伸びて出現
===================================*/

#top #mv .pointbox{
  width: 90%;
  margin-bottom: 10px;
  margin-left: 0px;
  z-index: 103;
  position: absolute;
  margin-top: 30px;
  max-width: 1080px;
  }

  #top #mv .point{
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 10px;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 50px;
  }

  #top #mv .point-text{
    background-color: #000;
    display: inline-block;
    padding: 10px;
  }

  #top #mv .nlogo{
    margin-left: auto;
    margin-right: 0;
    width: 200px;
  }


  @media all and (max-width:736px) {
    #top #mv .pointbox{
      margin-top: 0px;
      margin-left: 0px;
      width: 100%;
      display: flex;
      left: 0;
      bottom: -10;
      }

    #top #mv .point{
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: 10px;
      line-height: 1;
      font-size: 14px;
      margin-bottom: 50px;
      margin: auto;
      display: flex;
      flex-direction: column;
    }

    #top #mv .nlogo{
      margin-left: auto;
      margin-right: 0;
      margin-top: 20px;
      width: 100px;
    }


  }      

/*全共通*/

#top .bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:3s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
  display: flex;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

/*中の要素*/
#top .bgappear{
  animation-name:bgextendAnimeSecondTop;
  animation-duration: 0.2s;
  animation-delay: 2.3s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecondTop{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
#top .bgLRextend::before{
  z-index: 105;
  animation-name:bgLRextendAnimeTop;
  animation-duration:1s;
  animation-delay: 1.8s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnimeTop{
  0% {
    width: 100%;
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    width: 100%;
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    width: 100%;
    transform-origin:right;
  }
  100% {
    width: 100%;
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
#top .bgappear,
#top .bgLRextend{
    opacity: 0;
}

/* ***********************************
   mv scroll btn
* *********************************** */


#top #mv .inner {
  position: relative;
}

#top .scrolldown span {
  display: inline-block;
  position: absolute;
  bottom: -160;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
}


@media all and (max-width:736px) {
  #top .scrolldown{
    display: none;
  }
}


#top .scrolldown span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 100px;
  background: #fff;
}

#top .scrolldown span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}

#top .scrolldown span::after {
  height: 30px;
  animation: sdl 2s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }

  50%,
  100% {
    transform: translateY(30px);
  }
}

/* ***********************************
  ■02 service
* *********************************** */

#top #service {
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  width: 100%;
}

#top #service .text{
  text-shadow: 0px 0 0px black;
}

#top #service .l-contents {
  width: 100%;
}

#top #service .row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#top #service .row_ses{
  margin-top: 60px;
  }

#top #service .left-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  width: 100%;
}

#top #service .row .text {
  vertical-align: top;
}

#top #service .imgcenter {
  text-align: center;
}

#top #service .smapho img {
  vertical-align: middle;
  align-items: flex-end;
  margin: auto;
  height: 550px;
  width: auto;
  text-align: center;
  object-fit: cover;
}



#top #service .smapho_ses img {
  vertical-align: middle;
  align-items: flex-end;
  margin: auto;
  height: 400px;
  width: auto;
  text-align: center;
  object-fit: contain;
}

@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #top #service .row {
    flex-wrap: wrap;
  }

  #top #service .smapho img {
    height: 300px;
    width: auto;

  }

  #top #service .smapho_ses img {
    height: 200px;
    width: auto;
    margin-bottom: 10px;
  }

}

#top #service .inner {
  padding: 0 0px;
  width: 100%;
  text-align: center;
  z-index: 103;
}

#top #service .innerses {
  width: 60%;
}

#top #service .text_ses {
color: #000;
font-size: 1.2em;
}


#top #service h2 {
  font-weight: 500;
  text-shadow: 0px 0 3px black;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

#top #service .head2-ja {
  font-size: 42px;
  white-space: nowrap
}

#top #service .head2-jases {
  font-size: 38px;
}

#top #service .head2-en {
  font-size: 28px;
}

#top #service .inner .text {
  text-shadow: 0px 0 3px black;
  padding-top: 10px;
  line-height: 1.75;
	font-size:min(2.2vw,16px);

}

#top #service ul {
  display: flex;
  justify-content: flex-start;
  align-items: top;
  text-align: center;
  padding-top: 10px;
}

#top #service ul li {
  background-color: #000;
  font-size: 3vw;
  width: 33%;
  margin-left: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}

#top #service ul li:first-of-type {
  margin-left: 0;
}

#top #service ul .text{
  display: block;
}

#top #service .count-size {
	font-size:28px;
}

#top #service ul li img {
  padding-bottom: 10px;
  padding: 5px 0;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

#top #service .btn-big {
  background-color: #000;
  align-items: center;
  margin: 20px auto;
  vertical-align: middle;
  align-items: flex-end;
}

#top #service .btn-big a {
  background: #fff;
  display: flex;
  position: relative;
  justify-content: flex-end;
  text-align: center;
  border-right: 0px solid #f5f5f5;
  cursor: pointer;
  transition: .3s;
  padding: 40px 40px 20px;
  flex-flow: column;
}

#top #service .btn-big a:hover {
  transform: translateY(-8px) translateX(-8px);
}


#top #service .link {
  width: 100%;
}

#top #service .link p {
  width: 400px;
  text-align: center;
}

#top #service .link span {
  display: block;
  color: #000;
  padding-right: 40px;
}

@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/

  #top #service {
    padding-bottom: 20px;
  }

  #top #service .inner {
    padding-left: 0px;
  }

  #top #service .head2-ja {
    font-size: 24px;
  }

  #top #service .head2-jases {
    font-size: 20px;
  }

  #top #service .head2-en {
    font-size: 20px;
  }

  #top #service .inner {
    padding: 0 0px;
    width: 100%;
    text-align: center;
  }

  #top #service .inner .text {
    font-size: 10px;
    padding-top: 0px;
  }

  #top #service .inner .small{
    font-size: 13px;
    padding-top: 10px;
    text-align: left;

  }

  #top #service ul {
    margin-right: 0px;
  }

  #top #service .btn-big a {
    padding: 30px 40px 10px;
    text-align: left;
  }

  #top #service .link span {
    display: block;
    text-align: right;
  }

  #top #service ul li img {
    width: 40%;
  }

  #top #service .count-size {
    font-size:max(1.9vw,14px);
  }


  #top #service .inner .text {
    font-size: 10px;
    padding-top: 0px;
    text-align: left;
  }

/*　★Safari用CSSハック　*/
//_::-webkit-full-page-media,_:future,:root #top #service .count-size{
//  font-size:max(1.9vw,12px);
  }

/*　★Safari用CSSハック　*/
//_::-webkit-full-page-media,_:future,:root #top #service .inner .text {
//    font-size: 8px;
  }


}

/* ***********************************
  btn arrow
* *********************************** */


/*矢印が右に移動する*/
#top #service .arrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  color: #333;
  text-decoration: none;
  outline: none;
  text-align: right;
  font-size: 12px;
}


/*矢印と下線の形状*/
#top #service .arrow::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  right: -15px;
  /*下線の形状*/
  width: 150px;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}

#top #service .arrow::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 0px;
  right: -15px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}


/*hoverした際の移動*/

#top #service a:hover .arrow::before{
  right: -30px;
}

#top #service a:hover .arrow::after {
  right: -30px;
}


/* ***********************************
  ■03 news
* *********************************** */

#top #news {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 105;
  transform: rotate(0deg);
}

#top #news .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top #news .news_text {
  padding-left: 140px;
  padding-right: 80px;
}

@media all and (max-width:736px) {
  #top #news .news_text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}


/*矢印が右に移動する*/
#top #news .arrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 20px 42px 45px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
}

/*矢印と下線の形状*/
#top #news .arrow::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 40px;
  right: 23px;
  /*下線の形状*/
  width: 150px;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all .3s;
}

#top #news .arrow::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 45px;
  right: 23px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

/*hoverした際の移動*/
#top #news .arrow:hover::before {
  right: 12px;
}

#top #news .arrow:hover::after {
  right: 10px;
}

#top #news .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
}



#top #news .inner li a {
  display: flex;
  align-items: top;
  line-height: 1.75;
  text-decoration: none;
}

#top #news .inner time {
  width: 150px;
}

#top #news .inner p {
  width: calc(100% - 150px);
}

@media all and (max-width:736px) {
  /*　画面サイズが以下の場合ここの記述が適用される　*/

  #top #news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #top #news .arrow {
    font-size: 12px;
    padding: 20px 35px 45px;
  }

  #top #news .inner time {
    width: 30%;
  }

  #top #news .inner p {
    width: 70%;
  }

  #top #news .inner {
    padding-top: 10px;
  }


  #top #news .arrow::before {
    right: 20px;
  }

  #top #news .arrow::after {
    right: 18px;
  }

}

/* ***********************************
  ■04 recruit
* *********************************** */

#top #recruit {
  background-color: transparent;
  height: auto;
  margin-top: 0;
  background-color: #f7f7f7;
}

#top #recruit .ceo {
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: right bottom;

  color: #000;
  padding-top: 60px;
  display: flex;
}

#top #recruit .recruit-body {
  width: 100%;
  display: flex;
}

#top #recruit .recruit-body-left {
  width: 70%;
}

#top #recruit .recruit-body-left .pad {
  padding-top: 20px;
  position: relative;
  z-index: 110;
  width: 700px;
}

#top #recruit .recruit-body-left .pad p {
  padding-top: 10px;
  padding-bottom: 10px;
	font-size:min(2.4vw,16px);
  line-height: 28px;
}

#top #recruit .recruit-body-left .pad .big {
  font-size: 18px;
  padding-bottom: 30px;
}

#top #recruit .recruit-body-left .pad span {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  margin: 0 3px;
}


#top #recruit .recruit-body-right {
  width: 40%;
  display: flex;
  margin-left: 20px;
}

#top #recruit .recruit-body-right img {
  margin-top: auto;
  object-fit: cover;
  vertical-align: bottom;
  z-index: 90;
  height: 100%;
  width: auto;
}

@media all and (max-width:736px) {

  #top #recruit .l-contents {
    padding-left: 20px;
    padding-right: 10px;
  }

  #top #recruit .recruit-body-left {
    padding-left: 0;
  }

  /*　画面サイズが以下の場合ここの記述が適用される　*/

  #top #recruit .ceo {
    padding-top: 20px;
    width: 100%;
  }

  #top #recruit .recruit-body-left .pad {
    padding-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }

  #top #recruit .recruit-body-left .pad p {
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  
  #top #recruit .recruit-body-left .pad .big {
    font-size:max(1.4vw,15px);
  }

  #top #recruit .recruit-body-right {
    width: 40%;
    display: flex;
    margin-left: 10px;
  }
  
  #top #recruit .recruit-body-right img {
    margin-top: auto;
    vertical-align: bottom;
    z-index: 90;
    height: 100%;
    width: auto;
  }

  #top #recruit .recruit-body-left .pad span {
    padding: 1px 5px;
    margin: 0 1px;
  }
}

/* ***********************************
    ■04a type
* *********************************** */

#top #type {
  /*
  display: flex;
    justify-content: center;
    align-items: center;
    height:  100%;
*/
  display: flex;
  background-color: #f7f7f7;
  /*
  background: linear-gradient(90deg, #f84678 0%, #f84678 50%, #00c3ea 50%, #00c3ea 100%);
*/
}

#top #type .type-center {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 25px;
  flex-flow: column nowrap;
  width: 100%;
}

@media all and (max-width:736px) {

  /*　レスポンシブル対応　*/
  #top #type .l-contents {
    max-width: 100%;
    padding: 0 0px;
  }
}

#top #type .type-contents {
  text-align: center;
  
}

#top #type .l-contents {
  padding: 10px 0 10px;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
}


#top #type .type-face {
  padding: 0 10px;
  height: 100%;
}

#top #type .type-inner {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#top #type .type-title {
  padding: 0px;
  height: 25%;
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #F0F0EE;
  width: 100%;
}




#top #type .type1 {
  background-color: #f84678;
}

#top #type .type2 {
  background-color: #f1c029;
}

#top #type .type3 {
  background-color: #00c3ea;
}

#top #type .type-contents .ttl {
  width: 100%;
  font-size:min(2.5vw,26px);
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#top #type .type-contents .type-bottom {
  display: flex;
  flex-flow: row;
  height: 100%;
}
#top #type .type-contents .left-bottom {
  width: 75%;
  text-align: left;
}



#top #type .type-contents .right-bottom {
  margin: auto;
  width: 25%;
  display: flex;

}

#top #type .type-contents .left-ttl {
  width: 100%;
  font-size:min(2.5vw,26px);
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  padding: 10px 0;
  align-items: center;

}


#top #type .type-contents .img {
  padding: 20px 0;
  width: 18vw;
  margin-left: auto;
  margin-right: auto;

}

#top #type .type-contents .img img {
  border-radius: 100vh;
  width: 100%;
  min-width: 180px;
  max-width: 270px;
}


@media all and (max-width:736px) {

  #top #type .type-title {
    width: 90%;
  }

  #top #type .type-contents .img img {
    max-width: 200px;
    min-width: 200px;
  }

  #top #type .l-contents {
    flex-direction: column;
  }

  #top #type .type-contents .type-bottom {
    flex-direction: column;
  }

  #top #type .type-contents .left-bottom {
    width: 100%;
  }

  #top #type .type-contents .right-bottom {
    width: 100%;
    margin-bottom: 20px;
  }


  #top #type .post::after{
    content: "\A" ;
    white-space: pre ;
  }
  
  #top #type .type-contents .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
  }
}

#top #type .type-contents .job {
  text-shadow: 0px 0 3px black;
}

#top #type .type-contents .post {
  font-size: 20px;
  text-shadow: 0px 0 3px black;
}

#top #type .type-contents .name {
  font-size: 24px;
  text-shadow: 0px 0 3px black;
  margin-left: 10px;
}

#top #type .type-contents .text {
  padding-top: 20px;
  text-align: left;
  line-height: 1.75;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0 3px black;
  margin: 3px auto 3px 3px;
}



@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #top #type .type-contents .ttl {
    font-size: 6vw;
  }

  #top #type .type-contents .left-ttl {
    font-size: 6vw;
    text-align: center;
  }

  /*　画面サイズが480px以下の場合ここの記述が適用される　*/
  #top #type .type-center {
    flex-flow: column wrap;
  }

  #top #type .type-contents .img {
    width: 40vw;
  }
}


#top #type .btn-mini {
  width: 300px;
  background-color: #fff;
  /*
  background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
  */
  align-items: center;
  margin: auto;
  vertical-align: middle;
  margin-top: auto;
}


@media all and (max-width:736px) {
#top #type .btn-mini {
  width: 200px;
  height: 60px;

}
}

#top #type .btn-mini a {
  background: #000;
  height: 100%;
  display: block;
  position: relative;
  justify-content: flex-end;
  text-align: center;
  border-right: 0px solid #f5f5f5;
  cursor: pointer;
  transition: .3s;
  padding: 10px 20px;
}

#top #type .type-contents .btn-mini a:hover {
  transform: translateY(-5px) translateX(-5px);
}

#top #type .btn-mini p {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .3s;
  white-space: nowrap
}

#top #type .btn-mini a:hover p {
  background-color: #fff;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 80%);
}


#top #type .circle-bottom {
  background-color: #000;
  width: 170px;
  height: auto;
  margin: auto auto;
  align-items: flex-end;
  margin-top: auto;
  border-radius: 100vh;
  vertical-align: middle;
  white-space: nowrap;

}

#top #type .circle-bottom a {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: .3s;
  flex-direction: row;
  margin-top: auto;
  border-radius: 100vh;
}

#top #type .circle-bottom a:hover {
  transform: translateY(-5px) translateX(-5px);
}
#top #type .circle-bottom .btn-contact {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#top #type .circle-bottom span {
  font-size: 28px;
  margin-top: 20px;
  
}

#top #type .circle-bottom span::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 90px;
  right: 10px;
  /*下線の形状*/
  width: 160px;
  height: 1px;
  background: #000;
  /*アニメーションの指定*/
  transition: all .3s;
}

#top #type .circle-bottom span::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 95px;
  right: 8px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
#top #type .ftype1 {
  color: #f84678!important;
}

#top #type  .atype1::after,
#top #type  .atype1::before {
  background: #f84678!important;
}

#top #type .ftype2 {
  color: #f1c029!important;
}

#top #type .atype2::after,
#top #type .atype2::before {
  background:  #f1c029!important;
}

#top #type .ftype3 {
  color: #00c3ea!important;
}

#top #type .atype3::after,
#top #type .atype3::before {
  background:  #00c3ea!important;
}

/* ***********************************
  ■05 wiper
* *********************************** */

#top #swiper {
  text-shadow: 0px 0px 5px #555;
}

#top #swiper .gradation{
background-color: #000;
background: linear-gradient(rgba(0,0,0,0.6)1%,rgba(0,0,0,0)20%,rgba(0,0,0,0)70%,rgba(0,0,0,0.6)99%);
height: 100%;
display: flex;
flex-flow: column;
}

#top #swiper .text{
z-index: 105;
position: relative;
  }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #fff;
  text-shadow: 0px 0px 5px #555;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15% !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15% !important;
  right: auto;
}

@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px !important;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px !important;
    right: auto;
  }
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  text-shadow: 0px 0px 5px #555;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: solid 1px #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px !important;
}

#top .swiper-container {
  width: 100%;
  height: 667px;
  margin-top: -25px;
}

/* スライドの背景画像設定 */
#top .slide-img {
  background-size: cover;
  background-position: center center;
  height: 667px;

  content-visibility: auto;
  contain-intrinsic-size: 667px;
}



/* それぞれの画像 */

#top .slide01 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/1group_img01.webp);
}

#top .slide02 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/2group_img02.webp);
}

#top .slide03 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/3group_img03.webp);
}

#top .slide04 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/1office_img01.webp);
}

#top .slide05 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/2office_img02.webp);
}

#top .slide06 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/3office_img03.webp);
}

#top .slide07 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/4office_img04.webp);
}

#top .slide08 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/1gmo_img01.webp);
}

#top .slide09 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/2gmo_img02.webp);
}

#top .slide10 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/3gmo_img03.webp);
}

#top .slide11 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/4gmo_img04.webp);
}

#top .slide12 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/5gmo_img05.webp);
}

#top .slide13 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/6gmo_img06.webp);
}

#top .slide14 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/1welfare_img01.webp);
}

#top .slide15 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/2welfare_img02.webp);
}

#top .slide16 {
  background-image: url(https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/3welfare_img03.webp);
}

#top #swiper .room {
  text-shadow: 0px 0px 5px #555;
  padding: 20px 30px;
  width: 100%;
  height: 50%;

}

#top #swiper .head-en {
  font-size: 36px;
}

#top #swiper .head-ja {
  font-size: 20px;
}

#top #swiper .text {

/*
  top: 520!important;
*/
  margin-top: auto;
margin-bottom: 40px;
  vertical-align: bottom;
  padding: 0 30px;
  text-shadow: 0px 0px 5px #555;
  font-size: 20px;
}

@media all and (max-width:768px) {

  #top #swiper .head-en {
    font-size: 18px;
  }
  
  #top #swiper .head-ja {
    font-size: 12px;
  }

  
  #top .swiper-container {
    height: 300px;
  }

  /* スライドの背景画像設定 */
  #top .slide-img {
    height: 300px;
  }

  #top #swiper .text {
      font-size: 16px;
    }
}

/* ***********************************
  ■06 contact
* *********************************** */
#top #contact {

  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

#top #contact .contact-inner {
  text-align: center;
  max-width: 750px;
  margin: 1px auto 0;
  padding-top: 20px;
}

#top #contact .contact-inner p {
  padding-bottom: 40px;
  text-align: left;
  font-size:min(2.3vw,20px);
  padding-top: 10px;
}

@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #top #contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #top #contact .contact-inner p {
    padding-bottom: 40px;
    text-align: left;
    font-size:16px;
  }
}

/* ***********************************
  ■07 company
* *********************************** */

#top #company {
  background-image: url("https://gmo-pm.jp/test/wp-content/themes/202112gmoconnect-sagyou/assets/img/home/img06.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

  padding-top: 60px;
  padding-bottom: 80px;
}

#top #company .company_contents {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 0px 5px #555;
}

#top #company .copy {
  text-align: center;
  padding-bottom: 20px;
}

#top #company .copy .head {
  background-color: #000;
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1;
}

#top #company .copy .obj {
margin: 30px 0;
}

#top #company .copy .head-ja {
  font-size:min(4vw,48px);
  line-height: 1.75;
  white-space: nowrap
}

#top #company .copy .head-en {
  font-size:min(3.5vw,28px);
  display: inline-block;
  padding-bottom: 20px;
  white-space: nowrap
}

#top #company .company_inner {
  padding-top: 20px;
  text-align: left;
  display: inline-block;
}


#top #company .ttl{
  margin-bottom: auto;
  height: 100%;
  vertical-align: top;
}

#top #company .company_inner .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
  margin: 0 auto;
  vertical-align: top;
}

#top #company .company_inner .ttl {
  width: 10rem;
}

@media all and (max-width:736px) {

  #top #company .copy .obj {
    margin: 10px 0;
    }

  /*　画面サイズが以下の場合ここの記述が適用される　*/

  #top #company .copy .head-ja {
    font-size:max(4.5vw,12px);
/*
text-align: center;
    font-size:40px;
    overflow: hidden;
    */
  }

  #top #company .copy .head-en {
    font-size:max(3.5vw,18px);
  }

  #top #company .copy .head {
    font-size: 16px;
    margin: 30px auto;
  }


  #top #company .company_inner {
    font-size: 10px;
  }

  #top #company {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #top #company .company_inner dt {
    display: flex;
    width: 20%;
    float: left;

  }

  #top #company .company_inner dd {
    width: 80%;
  }

}

/* ***********************************
   ■08 access
* *********************************** */

#top #access {
  padding-bottom: 10px;
}

#top #access .l-contents {
  padding: 0 0;
}

@media all and (max-width:736px) {

  /*　レスポンシブル対応　*/
  #top #access .l-contents {
    max-width: 100%;
    padding: 0 0;
  }

  #top #access {
    padding-bottom: 20px;
  }

}

/* ***********************************
   ■99 return
* *********************************** */

#top #return {
  padding-bottom: 30px;
}

#top #return .l-contents {
  display:block;
  padding: 0 10px;
  width: 100%;
  max-width: 2000px;
}

#top #return p{
  text-align: right;
  margin-left: auto;
}

#top #return a {
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 16px;
  letter-spacing: .05em;
  display: inline-block;
}


#top #return a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #005BAC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#top #return a:hover::after{
  transform: scale(1, 1);
 }

@media all and (max-width:736px) {

  /*　レスポンシブル対応　*/
  #top #return .l-contents {
    max-width: 100%;
    padding: 0 5px;
  }

  #top #return {
    padding-bottom: 20px;
  }

}



#top #return .link-box {
  display: flex;
  margin-left: 0px;
  justify-content: space-around;
  width: 100%;
}

#top #return .l-main-visual__link {
  padding-top: 25px;
  margin: 0 30px;
}

@media all and (max-width:736px) {

  #top #return .link-box {
 }

  #top #return .l-main-visual__link {
    padding-top: 25px;
    width: 120px;
  }
}

/* ***********************************
   textanime
* *********************************** */

#top .textanime_base {
  display: flex;
  overflow: hidden;
  color: #fff;
  font-size: 48px;
  font-family: 'Josefin Sans', sans-serif;
}

#top .textanime_base span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

#top .textanime_base2 {
  display: flex;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
}

#top .textanime_base2 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}



@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #top .textanime_base {
    font-size: 32px !important;
  }

  #top .textanime_base2 {
    font-size: 18px !important;
  }

  #top .textanime_base3 {
    font-size: 32px !important;
  }

  #top .textanime_base4 {
    font-size: 18px !important;
  }

  #top .textanime_base5 {
    font-size: 32px !important;
  }

  #top .textanime_base6 {
    font-size: 18px !important;
  }
}


#top .textanime_base3 {
  display: flex;
  overflow: hidden;
  color: #000;
  font-size: 48px;
  font-family: 'Josefin Sans', sans-serif;
}

#top .textanime_base3 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

#top .textanime_base4 {
  display: flex;
  overflow: hidden;
  color: #000;
  font-size: 24px;
}

#top .textanime_base4 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}


#top .textanime_base5 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 20em;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 48px;
}

#top .textanime_base5 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

#top .textanime_base6 {
  display: flex;
  overflow: hidden;
  color: #fff;
  font-size: 36px;

  display: inline-block;
  border-bottom: 1px solid #fff;
  white-space: nowrap
}

#top .textanime_base6 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

#top .textanime.-visible span {
  transform: translate(0, 0);
}

#top .textanime span:nth-child(2) {
  transition-delay: 0.06s;
}

#top .textanime span:nth-child(3) {
  transition-delay: 0.12s;
}

#top .textanime span:nth-child(4) {
  transition-delay: 0.18s;
}

#top .textanime span:nth-child(5) {
  transition-delay: 0.24s;
}

#top .textanime span:nth-child(6) {
  transition-delay: 0.30s;
}

#top .textanime span:nth-child(7) {
  transition-delay: 0.36s;
}

#top .textanime span:nth-child(8) {
  transition-delay: 0.42s;
}

#top .textanime span:nth-child(9) {
  transition-delay: 0.48s;
}

#top .textanime span:nth-child(10) {
  transition-delay: 0.54s;
}

#top .textanime_sub.-visible span {
  transform: translate(0, 0);
}


/* ***********************************
   scrollanime 2
* *********************************** */
.bgappear,
.bgLRextend{
    opacity: 0;
}

/*1.フェードインアニメーションの指定*/
.scrollanime2,
.scrollanime3,
.scrollanime4,
.scrollanime5 {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInStart {
  animation-name: fadeInStart;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}


@media all and (min-width:737px) {

  /*最初から表示＆タイミングずらす PC用　表示をしてしまう*/
  .fadeInStart2 {
    animation-name: fadeInStart;
    animation-duration: 0.0s;
    animation-delay: 0.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}

@media all and (max-width:736px) {

    /*最初から表示＆タイミングずらす 携帯用　ちゃんとfadeInStartを行わせる*/
  .fadeInStart2 {
    opacity: 0;
  }
}

  /*最初から表示＆タイミングずらす PC用　表示をしてしまう*/
  .fadeInStart3 {
    animation-name: fadeInStart;
    animation-duration: 0.0s;
    animation-delay: 0.0s;
    animation-fill-mode: forwards;
    opacity: 1;
  }



@keyframes fadeInStart {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}


/*2.上下の動きを指定*/
.updown2 {
  transform: translateY(-50px);
}

.downup2 {
  transform: translateY(50px);
}

.slide-right2 {

  transform: translateX(100px);
}

.slide-left2 {
  transform: translateX(-200px);
}


@media all and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  .slide-right2 {
    transform: translateX(0px);
  }
}


/* ***********************************
   header CHANG
* *********************************** */

/*========= 上部固定させるためのCSS ===============*/
#top #header {
  height: 70px;
  /*高さ指定*/
  width: 100%;
  /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 105;
  border-bottom: solid 0px;
  top: 29px;
  transition: .0s;
  overflow: hidden;
  transform: rotate(0deg);

}

@media screen and (max-width:736px) {
  #header .spnav a {
    color: #000 !important;
  }
}

#top #header a {
  color: #fff;
  vertical-align: bottom;
  
}

@media screen and (max-width:736px) {

  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #top #header {
    background-color: #fff;
    top: 0px;
  }

  #top #header.is-active{
    height: 1000px;
  }

  #top #header.is-active .logo a{
    height: 50px;
  }



  /*　画面サイズが以下の場合ここの記述が適用される　*/
  #header .logo {
    width: 70%;
    text-align: left;
    display: flex;
    height: 100%;
    vertical-align: top;
  }
}


/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
  color: #000;
}


#top #header.fixed a {
  color: #000;
}

#top #mv .headr-box {
  width: 100%;
  height: 70px;
  z-index: 101;
  padding: 0 40px;
  background-color: #fff;
  border-bottom: solid 3px #F0F0EE;
  align-items: center;
  position:absolute; 
}

/* --------------------------
        pc sp
 --------------------------*/

 @media all and (max-width:736px) {

  #top .pc_only {
    display: none !important;
  }

  #top .sp_only {
    display: block;
  }
}


@media all and (min-width:737px) {

  #top .pc_only {
    display: block;
  }

  #top .sp_only {
    display: none !important;
  }
}


/* ***********************************
   ■SES
* *********************************** */


#top #ses .body{
  background: #F4F5F7;
  background-image: url("https://gmo-connect.jp/wp-content/themes/gmo-connect/assets/img/home/top/ses_bg.png"),
  url("https://gmo-connect.jp/wp-content/themes/gmo-connect/assets/img/home/top/ses_bg.png");
  background-repeat: no-repeat,no-repeat;
  background-position: top 300px left,bottom 300px right;
  background-size: 10%,10%;
  color: #000;
  padding-top: 60px;
}

#top #ses .bg{
    width: 100%;
    background-size: auto auto;
		background-color: #000000;
    padding: 15px;
}
#top #ses .bg .inner{
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#top #ses .bg .logo{
    width: 230px;
}
#top #ses .bg .logo img{
    vertical-align: text-bottom;
}

#top #ses .title-bg img{
width:100%;
height: auto;

}


#top #ses .wrapper {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 20px;
}

#top #ses .blue-box{
  background-color: #004B9F;
  background-image: url("https://gmo-connect.jp/wp-content/themes/gmo-connect/assets/img/home/top/ses_00.png");
  background-repeat: no-repeat;
  background-position: top right 3em ;
  background-size: contain;

  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}


#top #ses .box{
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

#top #ses .title{
  text-align: center;
  color: #004B9F;
font-size: 1.4em;
margin: 10px;
font-weight: bold;
}

#top #ses .text{
  text-align: center;
margin: 20px;
}

#top #ses .box2{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
#top #ses .box2-left{
  width: 60%;
}

#top #ses .box2-left-box{
  width: 90%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px 60px 30px;
  position: relative;
  box-shadow: 0 0 4px rgb(187, 187, 187);
  text-align: left;
  margin: 20px;
  line-height: 1.5em;
}

#top #ses .box2title{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004B9F;
padding: 10px 20px;
border-radius: 10px;
width: 130px;
white-space: nowrap;
text-align: center;
color: #FFF;
}


#top #ses .box2-right{
  width: 40%;

}


#top #ses .box3{
  width: 100%;
display: flex;
flex-direction: row;
margin-top: 60px;
justify-content: space-between

}

#top #ses .box3box{
  width: 32%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 50px 30px 50px;
  position: relative;
  box-shadow: 0 0 4px rgb(187, 187, 187);
  text-align: left;
}

#top #ses .box3title{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004B9F;
padding: 10px 20px;
border-radius: 10px;
width: 130px;
white-space: nowrap;
text-align: center;
color: #FFF;
}

#top #ses .box3title.long{
width: 180px;
}

#top #ses .box3img{
height: 60px;
width: auto;
display: block;
text-align: center;
}

#top #ses .min-title{
  height: 60px;
  text-align: center;
  color: #004B9F;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
margin-bottom: 10px;
  }

#top #ses .box3img img{
  max-width:100%;
  max-height:100%;
}
#top #ses .box3box:not(:last-child){
margin-right: 10px;
}


#top #ses .usage-box{
  width: 70%;
display: flex;
flex-direction: row;
margin: 0 auto;
}

#top #ses .no-box{
  width: 80%;
}

#top #ses .img-box{
  width: 20%;
  margin-bottom: 0;
  margin-top: auto;
}

#top #ses ul{
	margin-right: auto;
	margin-left: 10px;
	width: max-content;
	max-width: 100%;
	line-height: 1.1;
  padding-bottom: 30px;
}

#top #ses li{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top #ses li .en{
  content:  "";     /* 空の要素作成 */
  width:  40px;               /* 幅指定 */
  height:  40px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #0055a3;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  position: relative;
  color: #FFF;
  z-index: 110;
  padding-top: 10px;
  margin-right: 20px;
}

#top #ses li:not(:last-child) .en:after{
  position: absolute;
  content:  "";     /* 空の要素作成 */
  width:  3px;               /* 幅指定 */
  height:  50px;              /* 高さ指定 */
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  display:  inline-block;     /* インラインブロックにする */
  background-color: #0055a3;  /* 背景色指定 */
  z-index: 90;
}

#top #ses li:not(:last-child){
	margin-bottom: 10px;
}

#top #ses .img-box2{
  width: 100%;
  margin: auto;

}

#top #ses .box6{
  display: grid;
  grid-template-rows: 120px 120px 120px;
  grid-template-columns: 50% 50%;
  gap: 10px;
  margin-left: -5px;
  justify-items: center;
  align-items: center;
}

#top #ses .box6box{
background-color: #fff;
border-radius: 10px;
text-align: center;
box-shadow: 0 0 4px rgb(187, 187, 187);
width: 100%;
height: 90%;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 20px;
flex-direction: row;
}

#top #ses .box6box .icon6{
width: 20%;
  }



  #top #ses .box6box .text6{
text-align: left;
margin-left: 10px;
width: 80%;
height: 100%;
display: flex;
flex-direction: column;

  }


  #top #ses .box6box .title6{
    text-align: left;
  font-size: 1.2em;
  margin-bottom: 8px;
  display: flex;
margin: auto auto auto 0;
font-weight: bold;
  }



@media screen and (max-width:768px) {

  #top #ses .body{
    padding-top: 80px;
  }

  #top #ses .blue-box{
    margin-bottom: 20px;
  }

  #top #ses .box{
    margin-bottom: 20px;
    text-align: left;
  }

    #top #ses .wrapper{
        width: 100%;
        padding: 0px 20px 0px;
    }

    #top #ses .title{
      text-align: left;
    font-size: 1em;
    }

    #top #ses .text{
      text-align: left;
      margin: 20px 10px;
    }
    #top #ses .box2{
      flex-direction: column;
      margin-top: 30px;
    }
    #top #ses .box2-left{
      width: 100%;
    }
    #top #ses .box2-left-box{
      width: 100%;
      padding: 40px 10px 30px;
      margin: 20px 0px;
    }
    #top #ses .box2-right{
      width: 100%;
      text-align: center;
    }

    #top #ses .box3{
      flex-direction: column;
    
    }
    #top #ses .box3box{
      width: 100%;
      margin-bottom: 40px;
      padding: 40px 40px 30px;
    }
    #top #ses .box3box:not(:last-child){
      margin-right: 0px;
      }

      #top #ses .usage-box{
        width: 90%;
        flex-direction: column;
      }
      #top #ses li .en{
        margin-right: 10px;
        text-align: center;
      }
      #top #ses .width80{
        width: 80%;
        margin: 0 auto;
        font-size: 1em;
      }

      #top #ses .box6{
        grid-template-rows: repeat(6,160px);
        grid-template-columns: 100%;
        gap: 0px;
        margin-left: 0px;
      }

      #top #ses .box6box{
        flex-direction: column;
      }

      #top #ses .box6box .icon6{
        width: 30%;
        margin: 10px 0px;
      }

      #top #ses .box6box .text6{
        text-align: center;
        margin-left: 00px;
        width: 100%;
        height: 80%;
          }

      #top #ses .box6box .title6{
        font-size: 1.1em;
            text-align: center;
            margin:auto;
      }

    }

