﻿.border_wide-t{
    border-top: solid 30px;
}
.border_narrow-b{
    border-bottom: solid 20px;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.linkStyle{
    color: #fefefe;
    text-decoration: underline;
}
/*header,logo*/
#logoBk{
    height: 120px;
    top: 91px;
}
#logo{
    margin: 0 auto;
    z-index: 2;
}
#addressTEL{
    top: 91px;
    right: 15.5%;
    gap: 15px;
}
#addressTEL .width_150-max{
    max-width: 120px;
    margin: 0;
}
@media screen and (max-width: 1300px){
    #addressTEL .width_150-max{
        max-width: 80px;
    }
    #addressTEL{
        right: 0;
    }
}
@media screen and (max-width: 667px){
    #addressTEL{
        display: none;
    }
    header .header.pd_t-20px{
        padding: 0;
    }
    #logoBk{
        top: 0;
    }
    #logo img{
        max-height: 120px;
        width: auto;
    }
    .button_container{
        top: 50px;
    }
    .header p span{
        display: none;
    }
}
/*headerメガメニュー*/
.menu {
  display: flex;
  justify-content: center;
  position: relative;
    z-index: 999;
}
.maga_title{
    font-size: 1.35rem;
}
.menu .menu_list {
  width: 100%;
}
.menu .menu_list > a {
    color: #333;
    font-family: 'Shippori Mincho', serif;
  display: block;
  
  text-align: center;
  transition: .3s;
}
.menu .menu_list > a:hover {
  text-decoration: underline;
}
@media(max-width:768px){
    .menu {
        display: none;
    }
}
 
/* ②メガメニューのスタイル */
.menu_contents {
    padding: 20px;
    border-radius: 30px;
  background: rgb(0 97 51 / 85%);  /*rgb(117 159 135 / 85%);*/
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 500px;
}
.menu_contents li {
  width: 100%;
}
.menu_contents li a {
  color: #fff;
  text-align: center;
}
.menu_contents ul li a h2{
    font-size: 1.4rem;
    padding: 20px;
}
.menu_contents ul li a p{
    font-size: 1.2rem;
    padding-bottom: 20px;
}

/*FV*/
.swiper-container::before{
    content: "";
    width: 175px;
    height: 175px;
    border-top: solid 30px #fff;
    border-left: solid 30px #fff;
    position: absolute;
    top: -100px;
    left: -100px;
}
.swiper-container::after {
    content: "";
    width: 175px;
    height: 175px;
    border-bottom: solid 30px #fff;
    border-right: solid 30px #fff;
    position: absolute;
    bottom: -100px;
    right: -100px;
}
#main_img{
    margin-top: 100px!important;
}
#catchCopy{
    position: absolute;
    left: -190px;
    bottom: 60px;
    z-index: 2;
}
@media screen and (max-width: 1500px){
    #catchCopy{
        display: flex;
        justify-content: center;
        left: 0;
        width: 100%;
    }
    #catchCopy img{
        width: 90%;
    }
}
@media screen and (max-width: 1300px){
    .swiper-container::before,.swiper-container::after{
        display: none;
    }
}
/*top*/
#aisatsu.width_1000-max{
    max-width: 100%!important;
}
#contents1 h2.font_8up{
    font-size: 3.0rem;
}
#contents1 ul li{
    font-size: 2.2rem;
}
#contents1 .con1bg{
    background-image: url('./Dup/img/con1bg.png');
    background-size: cover;
    height: 220px;
}
#contents1 .con1bg p{
    max-width: 400px;
    padding: 20px;
    background-color: #050519;
    top: 15px;
    font-size: 1.05rem;
}
#contents1 #recruitBt{
    margin: 0 auto;
    padding: 20px;
    background-color: #B51D22;
    max-width: 30%;
    display: flex;
    justify-content: center;
}
#contents1 ul{
    margin-bottom: 100px;
}
#recruitBt::before{
    content: "";
    position: absolute;
    right: -64px;
    bottom: -0;
    height: 64px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #B51D22 transparent;
    border-width: 5px 64px 64px 5px;
    transition-duration: 0.5s;
}
#recruitBt{
    box-shadow: -10px 10px 0 rgba(254,254,254,1.0);
    cursor: pointer;
    transition-duration: 0.5s;
}
#recruitBt:hover{
    transform: translateX(40px);
    transition-duration: 0.5s;
}

#contents1 #recruitBt a{
    color: #fefefe;
}
@media screen and (max-width: 768px){
    #contents1 .con1bg p{
        top: -110px;
    }
    #contents1 h2.font_8up{
        font-size: 23px;
    }
    #contents1 ul li{
        font-size: 1.6rem;
    }
    #contents1 .text_right{
        text-align: left;
    }
}
@media screen and (max-width: 667px){
    #contents1 .con1bg{
    background-image: url('./Dup/img/con1bg-sp.png');
}
    #contents1 ul li{
        font-size: 1.0rem;
    }
}
/*con1アニメーション*/
.cutIn1{
    transform: translate(120px, 40px);
    opacity: 0;
}
.cutIn2{
    transform: translate(-120px, 40px);
    opacity: 0;
}
.cutIn3{
    transform: translate(1080px, 0);
    opacity: 0;
}
.cutIn4{
    transform: translate(-120px, 40px);
    opacity: 0;
}
.cutIn1.default,.cutIn2.default,.cutIn4.default{
    transform: translate(0, 0);
    opacity: 1;
    transition-duration: 0.3s;
}
.cutIn3.default{
    transform: translate(0, 10px);
    opacity: 1;
    transition-duration: 0.8s;
}
@media screen and (max-width: 768px){
    #contents1 ul{
    margin-bottom: 200px;
}
    .cutIn2{
    transform: translate(120px, 40px);
    opacity: 0;
}
}
@media screen and (max-width: 374px){
    #contents1 ul {
        margin-bottom: 140px;
    }
}
/*お知らせ*/
#page2 .txt_color2{
    color: #050519;
}
#page2 .page_title h2 span.txt_color2{
    color: #a3a7b5;
}
/*事業内容*/
#cms_6-d .cate_box:after, .cms_6-d .cate_box:after{
    color:#e7e7e7;
}
/*お問い合わせ*/
#page8 #contact_tel.font_8up{
    font-size: 20px;
}
/*プライバシーポリシー*/
#page10 li span{
    font-size: 0.5rem;
}