﻿/* color */
.txt_color_nomal{color: #000000;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #1a1a1a} /* メインカラー */
.txt_color2{color: #ffa500} /* サブカラー */
.txt_color3{color: #000000} /* アクセントカラー1 */
.txt_color4{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #1a1a1a} /* メインカラー */
.bg_color2{background-color: #ffa500} /* サブカラー */
.bg_color3{background-color: #ffa500} /* アクセントカラー1 */
.bg_color4{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #1a1a1a}
.border_color2{border-color: #ffa500}
.border_color3{border-color: #ffa500}
.border_color4{border-color: #ffffff}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #000000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #1a1a1a} /* メインカラー */
.hvr_txt_color2:hover{color: #ffa500} /* サブカラー */
.hvr_txt_color3:hover{color: #ffa500} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #1a1a1a} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ffa500} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ffa500} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #1a1a1a}
.hvr_border_color2:hover{border-color: #ffa500}
.hvr_border_color3:hover{border-color: #ffa500}
.hvr_border_color4:hover{border-color: #ffffff}

h1::after {
    display: none;
}
.linkStyle {
    color: #1a1a1a;
}
/***********キャッチコピー*************/
/*@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
  }
}*/
/*********************************************/
/*#spanizer span {
    color: #ffffff;
}
#spanizer {
    background-color: rgba(0,0,0,0.8);
    padding: 10px 20px;
}*/
h1 img {
    width: 130px;
}
#main_img h2 {
    /*font-size: 90px;*/
    /*top: 70px;*/
    width: 55%!important;
}

.sm-slider::after, #main_img h2::before, #menu_wrap::after, #page_title::before {
    background: rgb(19, 174, 103);
    background: -moz-linear-gradient(left, rgb(40, 201, 249) 0%, rgb(23, 76, 255) 100%);
    background: -webkit-linear-gradient(left, rgb(40, 201, 249) 0%,rgb(23, 76, 255) 100%);
    background: linear-gradient(to right, rgb(40, 201, 249) 0%,rgb(23, 76, 255) 100%) !important;
}
#loader::after {
    background: rgb(19, 174, 103);
    background: -moz-linear-gradient(left, rgb(10, 10, 10) 0%, rgb(20, 20, 20) 100%);
    background: -webkit-linear-gradient(left, rgb(10, 10, 10) 0%,rgb(20, 20, 20) 100%);
    background: linear-gradient(to right, rgb(10, 10, 10) 0%,rgb(20, 20, 20) 100%) !important;
}
#main_img::after, #page_title::after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(0,0,0,0) 100%);
    z-index: 2;
}
.original_back {
    background-image: url(./Dup/img/pro.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}
.original_back .pd_b-50px {
    padding-bottom: 220px;
}
.original_back h3 {
    color: #fff;
    position: relative;
    top: 80px;
}
.fadein {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.fadein.fadetrans {
    opacity: 1;
    transform: scale(1);
}
/*#intro_box {
    background-color: #d7d3d3;
}*/
/********** ロゴアニメーション *************/
#header .index_logo img {
    animation-name: zoom;
    animation-duration: 5s;
}
@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0);
    opacity: 0;
  }
  65% {
    transform: scale(15.5);
    opacity: 0;
  }
  80% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  90% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.human {
    top: 10px;
    z-index: 3;
    right: 44px;
    width: 75px;
    animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.human2 {
    bottom: -2px;
    z-index: 3;
    left: 2%;
    width: 100px;
    animation: pikopiko 1.2s steps(2, start) infinite;
}
#top_cms .top_cms_box .more a::after {
    background-color: #174cff;
}
#contents h3 {
    color: #ffffff;
}
#contents::before {
    background-image: none;
}
#contents::before {
    z-index: 2;
    background-image: url(./Dup/img/blue.png);
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.5;
}
#contents_links .box_wrap .box a div span::after {
    background-color: #ffa500;
}
.link1:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/link1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    transform: rotate(
23deg
);
    opacity: 0.5;
}
.link2:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/link2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    transform: rotate( 
23deg
 );
    opacity: 0.5;
}
.link3:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/link3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    transform: rotate(
23deg
);
    opacity: 0.5;
}
.link4:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/link4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 37px;
    transform: rotate(
23deg
);
    opacity: 0.5;
}

.eigo:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/eigo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 300px;
    left: 0%;
    transform: translateX(-50%);
    top: -155px;
    z-index: 2;
}
#cms_3-d .cate_title2 {
    width: 100%;
    text-align: center;
    background-color: #6ca638;
    color: #fff;
    border-left: 5px solid #174cff;
    border-color: #6ca638;
}
#cms_3-d .box_item {
    border-color: #6ca638;
}
#cms_3-d .cate_list li a {
    color: #6ca638;
}
#cms_3-d .cate_title {
    background-color: #6ca638;
    color: #fff;
    border: none;
}
#cms_6-b .cate_title {
    background-color: #ffa500;
    color: #000;
}
#cms_6-b .box_txt1 {
    color: #000;
    background-color: #ffa500;
}
#cms_6-b .cate_list li a {
    color: #ffa500;
}
#cms_2-a .cate_title {
    background-color: #1a1a1a;
    color: #fff;
}
#cms_4-c .cate_title {
    background-color: #1a1a1a;
    color: #fff;
    padding-left: 15px;
}
#page_title.active > div p {
    opacity: 0.4;
    transform: translateY(0px);
    color: #ffa500;
    z-index: -1;
    position: absolute;
}
.price, .recruit {
    width: 40%;
}
.price:hover, .recruit:hover {
    opacity: 0.7;
}
.original_back h3 {
    font-size: 160px;
}
.original_back h3 {
    color: #fff;
    position: relative;
    top: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px;
}
#footer_box h2 {
    font-size: 28px;
}
#footer_txt {
    font-size: 28px;
}

.tel a {
    font-size: 36px;
}
#intro_txt h3, #contents h4 {
    font-size: 30px;
}
#intro_txt p, #contents p {
    font-size: 18px;
}
.cate_list li {
    font-size: 40px;
}
.cate_list li .cate_no {
    font-size: 40px;
    bottom: 30px;
    left: 0;
}
/**************modal*******************/
.modal_bt{
    cursor: pointer;
    margin: 20px auto;
    position: relative;
    z-index: 2;
}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9;
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}
.close_bt{
    cursor: pointer;
    /*text-align: center !important;*/
}
/*.modal_box p {
    text-align: left;
}*/

/*********************************/
.cms_1-a h3 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}

.cms_2-a .cate_txt1 {
    font-size: 18px;
}
#cms_1-a .box_title1 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
#cms_1-a .box_txt1 {
    font-size: 18px;
}
#cms_2-a .cate_txt1 {
    font-size: 18px;
}
#cms_3-d .box_title {
    font-size: 20px;
}
#cms_3-d .box_txt2 {
    font-size: 18px;
}
#cms_6-b .box_txt1, #cms_6-b .box_txt2 {
    font-size: 20px;
}
#cms_6-b .cate_txt1 {
    font-size: 18px;
}
#tel_txt h3, #tel_txt p {
    font-size: 20px;
}
#page09 .top_txt .font_18, #page09 .box h3 {
    font-size: 20px;
}
#page09 .box .font_16 {
    font-size: 18px;
}
#intro_txt {
    background-color: rgba(26, 26, 26, 0.7);
}
/* ---------- 1489px ---------- */
@media screen and (max-width: 1488px){
.original_back h3 {
    font-size: 120px;
}
.original_back h3 {
    color: #fff;
    position: relative;
    top: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px;
}
}
/* ---------- 1281px ---------- */
@media screen and (max-width: 1281px){
.original_back h3 {
    font-size: 80px !important;
}
footer #footer #footer_box .tel a {
    font-size: 36px;
}
.human2 {
    bottom: 12px;
    z-index: 3;
    left: 1%;
    width: 93px;
    animation: pikopiko 1.2s steps(2, start) infinite;
}
}
/* ---------- 1005px ---------- */
@media screen and (max-width: 1005px){
.human {
    top: 10px;
    z-index: 3;
    right: 10px;
    width: 60px;
    animation: pikopiko 1s steps(2, start) infinite;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.jp_slide_img_wrapper {
    height: 20vh;
    top: 34%;
}
#main_img h2 {
    font-size: 30px;
    width: 72%!important;
}
.eigo:before {
    left: 50%;
    transform: translateX(-50%);
    top: -89px;
    width: 150px;
    height: 150px;
}
.original_back .pd_b-50px {
    padding-bottom: 48px;
}
.original_back h3 {
    color: #fff;
    position: relative;
    top: 0px;
}
.human {
    top: 0px;
    z-index: 3;
    right: 22px;
    width: 62px;
}
.human2 {
    top: 80%;
    z-index: 3;
    right: 72%;
    width: 90px;
}
.link1:after {
    width: 230px;
    height: 230px;
    top: 44px;
}
.link2:after {
    width: 230px;
    height: 230px;
    top: 44px;
    left: -158%;
    transform: rotate( 
-23deg
 );
}
.link3:after {
    width: 230px;
    height: 230px;
    top: 44px;
}
.link4:after {
    width: 230px;
    height: 230px;
    top: 44px;
    left: -125%;
    transform: rotate( 
-23deg
 );
}
#cms_3-d .cate_title2 {
    width: 89%;
}
.original_back h3 {
    font-size: 55px !important;
}
.cate_list li {
    font-size: 30px;
}
.cate_list li .cate_no {
    font-size: 30px;
    bottom: 30px;
    left: 0;
}
#tel_txt h3, #tel_txt p {
    font-size: 17px;
}
#intro #intro_box #intro_txt{transform: none;} 
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
   
h1 img {
    width: 60px;
}   
    #loader img {
        width: 60px;
    }
#main_img h2 {
    font-size: 21px;
    width: 100%!important;
}
.eigo:before {
    left: 50%;
    transform: translateX(-50%);
    top: -86px;
    width: 120px;
    height: 120px;
}
.original_back h3 {
    color: #fff;
    position: relative;
    top: 0px;
    font-size: 34px !important;
}
.original_back {
    margin-bottom: -49px;
}
.original_back {
    opacity: 1;
    transform: scale(1);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.original_back .pd_b-50px {
    padding-bottom: 0px;
}
.human {
    top: 99px;
    z-index: 3;
    right: 11px;
    width: 42px;
}
.human2 {
    top: 86%;
    z-index: 3;
    right: 82%;
    width: 59px;
}
#cms_3-d .cate_title2 {
    width: 88%;
}
.tel_box a {
    padding: 10px 0;
}
.link1:after {
    width: 170px;
    height: 170px;
    top: 44px;
}
.link2:after {
    width: 170px;
    height: 170px;
    top: 44px;
    left: -112%;
}
.link3:after {
    width: 170px;
    height: 170px;
    top: 44px;
}
.link4:after {
    width: 170px;
    height: 170px;
    top: 44px;
    left: -83%;
}
.price, .recruit {
    width: 90%;
}
#footer_box h2 {
    font-size: 23px;
    margin-left: 8px;
}
#footer_txt {
    font-size: 25px;
}
footer #footer #footer_box .tel a {
    font-size: 29px;
}
#cms_1-a .box_title1 {
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
}
#cms_2-a .cate_title {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
.cate_list li {
    font-size: 25px;
}
.cate_list li .cate_no {
    font-size: 25px;
    bottom: 30px;
    left: 0;
}
#page09 .top_txt .font_18, #page09 .box h3 {
    font-size: 18px;
}
#page09 .box .font_16 {
    font-size: 16px;
}
#main_img h2::before {
    background: rgb(19, 174, 103);
    background: -moz-linear-gradient(left, rgb(10, 10, 10) 0%, rgb(20, 20, 20) 100%);
    background: -webkit-linear-gradient(left, rgb(10, 10, 10) 0%,rgb(20, 20, 20) 100%);
    background: linear-gradient(to right, rgb(10, 10, 10) 0%,rgb(20, 20, 20) 100%) !important;
}
#spanizer {
    padding: 0px;
    background-color: rgba(0,0,0,0);
}
#contents h4 {
    font-size: 26px;
}
#intro_txt h3 {
    font-size: 24px;
}
#intro_txt {
    background-image: url(./Dup/img/contents2.jpg);
    background-size: cover;
    background-position-x: 1000px;
    margin-top: 48px;
}
#intro.on #intro_box #intro_img {
    display: none;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
.jp_slide_img_wrapper {
    position: absolute;
    width: 100%;
    height: 45vh;
    background-image: url(./Dup/img/main_txt.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 180s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 22%;
    pointer-events: none;
    opacity: 0.4;
    left: 0 !important;
}

}