﻿/*------global start------*/

body{
    background-color: #f6f6f6;
}

.bg_color1 {
    /*background-color: #6ecbe6;*/
    /*background-color: #62cdec;*/
    background-color: #49c8ef;
}

.bg_color3 {
    /*background-color: #f5f060;*/
        background-color: #f5e956;
}

.bg_color2 {
    background-color: #ffffff;
}

.txt_color3 {
    color: #fde437;
    /* background-color: #49c8ef; */
}

.hvr_bg_color1:hover {
    background-color: #49c8ef;
}

.border_color3 {
    border-color: #e2e2e2;
}

.border_color4 {
    border-color: #d8d7d7;
}

#page_title:before {
    background: rgba(73, 200, 239, 0.4) !important;
}

#page_title h2{
    color: yellow;
}

#f_contact:before {
    background-color: #49c8ef !important;
}

.head_fix h1 a img{
       transform: scale(0.8);
}

.linkStyle{
    color: #49c8ef;
}

#sp_nav a.active {
    border-bottom: 1px solid #f4fb92;
}

/*------global end------*/


/*------top start-------*/


#main_img {
    overflow: hidden;
height:auto !important;
}

#main_img .txt {
        top: 60%;
    text-align: center;
}


#main_img:before {
    background-color: #204782;
top:-10px;
}

#contents2 .contents2_bg:before {
    background-color: #49c8ef;
}


/*------ 20210524 custom start------*/

.moku{
        background-color: #e6e6e6;
        padding-top: 20px;
}

.moku > div > div{
    background-color: white;
    padding: 20px 40px;
        margin: 5% 2%;
}

.moku > div > div span{
    display: block;
    max-width: 300px;
}

.moku h3{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background-color: #f1d302;
    margin-bottom: 20px;
}

.catch{
    padding:5%;
}

.catch span, .moku > span{
        max-width: 200px;
    display: block;
    margin: auto;
}

/*------20210524 custom end------*/

#main_img .txt h2{
    position: relative;
}

#main_img .txt h2:before{
        content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 10%;
    background-image: url(./Dup/img/eye.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

#main_img .txt p{
    text-align: left;
}

.dasi h2{
    color: #0070b6;
    font-weight: bold;
}

.moku > div > div span {
    display: block;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 10px;
}

#contents1 h2{
    background-color: #5bc7e8;
        padding: 5px 10px;
}

#intro h2{
    color: #fde438;
    position: relative;
}

#intro h2:before{
        content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -80px;
    left: 0%;
    background-image: url(./Dup/img/look.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}




/*------top end-------*/


/*-------page02 start--------*/

.pager li a {
    color: #1a4dbf;
}

/*-------page02 end--------*/


/*------cms_2-c start------*/

#cms_2-c .box_txt1{
    display: inline-block;
    background-color: #49c8ef;
    padding: 0px 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/*------cms_2-c end------*/

/*------採用情報page5 start-----*/

#cms_6-b .cate_title.txt_white{
    color: #065961;
    font-weight: bold;
}

/*------採用情報page5 endo-----*/


/*------page08 start------*/

#contact_tel_wrap{
    display: block;
}

#contact_mail_wrap{
    display: none;
}

.contact_tel p a{
    color:#49c8ef;
    
}

.contact_tel p a:hover{
        color: #f1d303;
}

/*------page08 end------*/

@media all and (-ms-high-contrast: none){
  .moku h3 {
    padding-top: 10px;
}

#cms_2-c .box_txt1 {
    padding-top: 7px;
}


}



/* ---------- タブレット ---------- */
@media screen and (max-width: 1280px){

.moku > div > div{
    background-color: white;
    padding: 20px 40px;
        margin: 5% 2%;
        width: 40% !important;
}

.dasi h2{
     font-size: 5vw;
}

#header img{
    width:90% !important;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img .txt h2:before{
        content: none;
}

#main_img .txt {
    top: 70%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

#main_img h2 {
    font-size: 30px;
}

.catch span, .moku > span {
    max-width: 150px;
}

#main_img {
    margin-top: 60px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.moku > div > div{
    background-color: white;
    padding: 20px 40px;
        margin: 5% 2%;
        width: 90% !important;
}


#header h1 a{
    width:180px;
}

#main_img .txt {
    top: 70%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

#main_img h2 {
    font-size: 16px;
}

#main_img p {
    font-size: 12px;
}

.moku > div > div span {
    display: block;
    max-width: 230px;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 10px;
}

}