@charset "utf-8";

@import "compass/css3";

/*全体の設定*/
/*
* {
	outline: 1px solid magenta;
}
*/
html {
    scroll-behavior: smooth;
}

.none_view{
    display:none;
}
.pc_view{
    display:block;
}
.pc_view_flex{
	display:flex;
}
.pc_view_grid{
	display:grid;
}
.sf_view{
    display:none;
}
.sf_view_grid{
    display:none;
}
.rs_space{
    display:none;
}

@media (max-width: 1024px) {
    .rs_space{
        display:block;
    }
}
@media (max-width: 767px) {
    .pc_view{
        display:none;
    }
	.pc_view_flex{
	display:none;
}
	.pc_view_grid{
	display:none;
}
    .sf_view{
        display:block;
    }
	.sf_view_grid{
    display:grid;
}
}

.top_main_title{
	font-size:120px;
}
.main-font h2{
	display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
   }
#site-footer{
	display:none;
}
#site-header{
    display:none;
}
/*追従ボタン*/
.fixed-div {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_sf {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_active{
    display:flex;
}

@media (max-width: 767px) {
  .fixed-div_active{
    display:none;
}
    .fixed-div_active_sf{
    display:flex;
}
}

.sf{
    display:none;
}
@media screen and (max-width: 767px) {
  .pc{
	display:none;
}
  .pc_reform.fixed-div_active{
      display:none;
  }
  .pc_f{
      display:none;
  }
  .sf{
  	display:block;
  }
  .sf_f{
  	display:flex;
  }
}
.none_view{
    display:none;
}

/*sf_foot*/
.sp_foot_nav--wrap{
    width:100vw;
    display:flex;
    justify-content:center;

}
.sp_foot_nav--left{
    width:50%;
    text-align:center;
    padding:0.7em 0em 0.7em 0em;
    background:#4D554E;
    border-color:#4D554E;
    color:#fff;
    font-family: "Sawarabi Gothic", Sans-serif;
}
.sp_foot_nav--left:hover{
    background:#f5f5f5;
    color:#693300;
}
.sp_foot_nav--right{
    width:50%;
    text-align:center;
    padding:0.7em 0em 0.7em 0em;
    background:#61CE70;
    border-color:#61CE70;
    color:#fff;
    font-family: "Sawarabi Gothic", Sans-serif;
}
.sp_foot_nav--right:hover{
    background:#f5f5f5;
    color:#82a677;
}
.sp_foot_nav--left .sp_foot_icon{
    margin-bottom:4px;
    margin-right:3px;
}
.sp_foot_nav--right .sp_foot_icon{
    margin-bottom:4px;
    margin-right:3px;
}



/*共通ヘッダー*/

.header--md {
    display: block;
}
@media screen and (max-width: 1110px) {
    .header--md {
        display: none;
    }
}

header {
    background-color: #fff;
    color: #015e8e;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
}
.header-inner {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.row {
    display: flex;
}
.header-logo {
    flex: 1;
    margin-left: 2rem;
}
.header-logo .logo {
    display: block;
    width: 300px;
    height: auto;
}
.header-logo_recruit a{
    display:block;
    width:300px;
}
.header-logo a{
    display:block;
    width:300px;
}
.gnav-list {
font-family: "Noto Sans", Sans-serif;
    font-weight: 700;
}
#header-global-nav>ul>li {
    display: table-cell;
    height:100px;
}

.gnav-item {
    letter-spacing: .08em;
    padding: 2.3em 1.5em 1em;
    text-align: center;
}
#header-global-nav>ul>li>a {
    display: block;
    /*transition: all .2s ease-in;*/
}

.gnav-list a {
    color: #003a70;
}
.gnav-list a:hover{
    color:#003a70;
    /*text-shadow:
    0px 0px 1px #003a70;*/
    /*border-bottom: 1px solid;*/
}
.gnav-item .primary {
    font-size: 18px;
}
.gnav-item .sub_title {
    font-size: 10px;
}
.sub_title{
    display:none;
    font-size:10px;
}
.gnav-item .sub_title {
    display:none;
}
.sub_title.header_hover{
    display:block;
}
.global-nav__contact {
    cursor: pointer;
    font-family: "Noto Sans", Sans-serif;
    border: 1px solid #1B5C77;
    background:#fff;
    color:#1B5C77;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: center;
    margin-left:0.5vw;
    margin-right:1vw;
    padding: 0.9em 2em 1em;
    height: 50px;
    width:150px;
    display:flex;
}
.global-nav__contact img {
    width:27px;
    height:27px;
}
.global-nav__contact p {
    font-size:17px;
    padding:0em 0.6em;
}
.global-nav__contact a, .global-nav__contact:hover {
    background-color:#1B5C77;
    color:#fff;
    border: 1px solid #1B5C77;
    transition: all .2s ease-in;
}

.icon{
	width:30px;
	margin-bottom:10px;
}
/*フッター*/


.foter_color .elementor-widget-container .elementor-heading-title a:hover{
    color:#d4d4d4;
}

/*FBanime*/



#container h1 {
  text-align: center;
  color: #fff;
  font-size: 5em;
  letter-spacing: 8px;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-weight: 400;
  /*Create overlap*/
  
  margin: 0;
  line-height: 0;
  /*Animation*/
  
  animation: glitch1 2.5s infinite;
}



#container.sub_page h1 {
  font-size: 40px;
}
#container h1:nth-child(2) {
  color: #67f3da;
  animation: glitch2 2.5s infinite;
}

#container h1:nth-child(3) {
  color: #f16f6f;
  animation: glitch3 2.5s infinite;
}

@media(max-width:767px){
#container h1 {
  font-size: 3em;
}
#container.sub_page h1 {
  font-size: 25px;
}
}
@media(max-width:450px){
#container h1 {
  font-size: 2em;
}
}
@media(max-width:600px){
#container.sub_page h1 {
  font-size: 20px;
}
}

/*Keyframes*/

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
   80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

/*fb_amime2*/

.text {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "Red Rose", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media(max-width:767px){
.text {
  font-size: 20px;
}
}

.text.is-active {
  --x: 0;
  color:#333;
}



.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/* 初期CSS */
.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*scroll*/


.scroll_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  position: relative;
  top:-100px;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #333;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text2 {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}