@charset "utf-8";
/*
Theme Name: 株式会社ササキ
Theme URI:
Description:  
Author: Reber
Author URI: 
Version: 1.0
*/
/* top */
#top #main{margin-top:-150px;}
#top .content{padding:0;}

#top #fv .slide-img{z-index:10;opacity: 0;width: 100%;height: 800px;background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0; top: 0;-webkit-animation: anime 10s 0s infinite; animation: anime 12s 0s infinite; }
#top #fv .slide-img:nth-of-type(2) { -webkit-animation-delay: 6s; animation-delay: 6s; }
@keyframes anime {
  0% { opacity: 0;}
  20% { opacity: 1;}
  50% { opacity: 1;}
  80% { opacity: 0; transform: scale(1.2);z-index:9;}
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% { opacity: 0;}
  20% { opacity: 1;}
  50% { opacity: 1;}
  80% { opacity: 0; -webkit-transform: scale(1.2);z-index:9;}
  100% { opacity: 0 }
}
#top #fv .slide-imgbox {height: 800px;overflow: hidden;position: relative;}
#top #fv .slide-text{font-size: 8.5rem;font-weight: 700;color:#fff;position: absolute; top: 50%; left: 10%;z-index: 11;
	background:-webkit-linear-gradient(0deg, #fff, var(--main-color),#fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
#top #concept{padding: 150px 0 60px;}
#top #concept .content{display: flex;justify-content: space-between;flex-direction: row-reverse; font-family: var(--text-mincho);font-size: 2.2rem;font-weight: 700;line-height: 6.0rem;align-items: flex-start;}
#top #concept .content img{width: 50%;}

#top #business{padding: 60px 0;text-align: center;}
#top #business .business-list{display: grid; column-gap: 10px;row-gap: 1em;grid-template-columns: 1fr 1fr 1fr;margin:60px 0;}
#top #business .business-list .business-item{position: relative;height: 630px;background-size:cover;background-position:center;}
#top #business .business-list .business-item:nth-of-type(1){background-image:url("img/index/business01.png");}
#top #business .business-list .business-item:nth-of-type(2){background-image:url("img/index/business02.png");}
#top #business .business-list .business-item:nth-of-type(3){background-image:url("img/index/business03.png");}
#top #business .business-list .business-item:nth-of-type(4){background-image:url("img/index/business04.png");}
#top #business .business-list .business-item:nth-of-type(5){background-image:url("img/index/business05.png");}
#top #business .business-list .business-item:nth-of-type(6){background-image:url("img/index/business06.png");}
#top #business .business-list .text-area{color:#fff;position: absolute;top:30%;left:50%;transform: translate(-50%,0);width:80%; text-shadow: 2px 2px 10px #000000 , -2px 2px 10px #000000 , 2px -2px 10px #000000 , -2px -2px 10px #000000;}
#top #business .business-list .list-title{font-size: 4.5rem;letter-spacing: 0.3rem;font-family: var(--text-fudeji);margin-bottom: 40px;}
#top #business .business-list .list-text{text-align: left;width: 80%;margin:0 auto;}

#top #company{background-image:url('img/index/company_bg.png');text-align: center;background-size: cover;background-repeat:no-repeat;padding:130px 0 230px;background-position: center center;}
#top #company .content{max-width:1100px;}
#top #company .company-list{display: flex;column-gap: 45px;text-align: left;margin:80px auto 0;}
#top #company .company-list .list-item{width:calc((100% - 90px) / 3);font-family: var(--text-mincho);background:#fff;padding:20px 0;min-height: 300px;background-repeat: no-repeat;background-position: bottom 20px right 20px;border:3px solid var(--main-color);}
#top #company .company-list .list-item .list-title{background:linear-gradient(110deg, var(--main-color) 0%, var(--main-color) 90%, #fff 10%, #fff 100%);color:#fff;font-size: 2.2rem;font-weight: 700;letter-spacing:0.5rem;padding:0 20px; }
#top #company .company-list .list-item .list-text{padding:20px 60px 20px 20px;}
#top #company .company-list .list-item:nth-of-type(1){background-image:url("img/index/company01.png");}
#top #company .company-list .list-item:nth-of-type(2){background-image:url("img/index/company02.png");}
#top #company .company-list .list-item:nth-of-type(3){background-image:url("img/index/company03.png");}
@media only screen and (max-width:599px){
  #top #company{padding: 40px 0;}
}

#top #news {text-align: center;padding: 60px 0;}
#top #news .content{max-width:990px;}
#top #news .post-list{width: 100%; text-align: left; list-style: none; padding: 0; margin:60px 0;}
#top #news .post-list li{width: 100%;display: flex;text-align: left;border-bottom: 1px dashed #292929;padding: 30px 0; }
#top #news .post-list li .post-date{width: 20%; text-align: center;}
#top #news .post-list li .post-title{width: 80%; text-align: left; padding: 0 40px;}

#top #tile_bg{background:url('img/index/tile_bg.png') bottom no-repeat;background-size: contain;}

#top #recruit{padding: 150px 0;color: #fff;background: url('img/index/recruit_tile.png') center no-repeat; background-size: contain;}
#top #recruit .content{display: flex;justify-content: space-between;align-items: center;max-width: 1430px;padding: 100px 0;background: url("img/index/recruit01.jpg") no-repeat left top;}
#top #recruit .text-area{width: 40%;padding-left:100px;}
#top #recruit .text-area .recruit-text{margin:60px auto;}
@media only screen and (max-width:599px){
  #top #main{margin-top: 0;}
  #top .content{padding:40px 5%;}
  .slide-img{height: 300px;}
  #top #concept{padding: 30px 0;}
  #top #concept .content{display: block;font-size: 1.8rem;line-height: 3.2rem;}
  #top #concept .content img{width: 100%;}
  #top #business .business-list{display: block; }
  #top #business .business-list .business-item{height: 300px; margin-bottom: 10px;}
  #top #business .business-list .text-area{top:50%;transform: translate(-50%,-50%);}
  #top #business .business-list .list-title{margin-bottom: 20px;line-height: 1;font-size: 3.0rem;}
  #top #business .business-list .list-text{width:100%;}
  
  #top #company .company-list{display: block;}
  #top #company .company-list .list-item{width: 100%;margin-bottom: 10px;}
  
  #top #news .post-list li{display: block;padding: 15px 10px;}
  #top #news .post-list li .post-date{width: 100%;text-align: left;}
  #top #news .post-list li .post-title{width: 100%;padding: 0;}
  
  #top #recruit{padding: 0;}
  #top #recruit .content{display: block;text-align: center}
  #top #recruit .content .sec-title{letter-spacing: 0.2rem;}
  #top #recruit .text-area{width: 100%;padding: 0 5% 20px;}

	#top #fv .slide-text{font-size:5.8rem; top:20%; left:5%;}
}


/* company */
#p-company .p-title{background: url("img/company/title_bg.jpg") no-repeat center;}
#p-company #gaiyo-content .content.top{padding:35px 0 0;}
#p-company #gaiyo-content.main-content .content{background:#fff;width:calc(100% - 20px);}
#p-company .main-content {display: none; text-align: center;}
#p-company .tab-area{margin:55px 0;text-align: center;border-bottom:2px solid #dfdfdf;}
#p-company .tab-area .tab-box{background:#fff;min-width:280px;display: inline-block;border-radius: 20px 20px 0 0;border:1px solid #dfdfdf;margin-bottom:-1px;}
#p-company .tab-area .tab-box label{cursor: pointer;padding: 10px 60px;display: block;font-size: 2.0rem;font-weight:700;}
#p-company input[name="tab-item"] {display: none;}
#p-company #gaiyo:checked ~ #gaiyo-content,#p-company #message:checked ~ #message-content,#p-company #rinen:checked ~ #rinen-content,#p-company #history:checked ~ #history-content,#p-company #history:checked ~ #construction-content{display: block;}
#p-company #gaiyo:checked ~ .content .gaiyo,#p-company #message:checked ~ .content .message,#p-company #rinen:checked ~ .content .rinen,#p-company #history:checked ~ .content .history{background:#dfdfdf;}
#p-company .content-title{font-family: var(--text-fudeji);font-size: 4.5rem;font-weight: 400;letter-spacing: 1rem;margin:0;}

#p-company #gaiyo-content{margin-bottom: 60px;}  
#p-company #gaiyo-content .content-title{padding: 60px 0;background:#d5f3e6;}
#p-company #gaiyo-content .content{padding-bottom:100px;font-size: 1.8rem;}
#p-company .gaiyo-table{width: 100%;text-align: left;margin: 60px auto;}
#p-company .gaiyo-table > tbody > tr > th{color:#968151;width: 30%;}
#p-company .gaiyo-table > tbody > tr > th, #p-company .gaiyo-table > tbody > tr > td{border-top:1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;padding: 10px 60px;vertical-align: top;}
#p-company .gaiyo-table ul{padding-left: 20px;}
#p-company .gaiyo-table .address-table th{vertical-align: top;font-weight: normal;width: 30%;}
#p-company #gaiyo-content .location-box{display: flex;justify-content: flex-start;align-items: center;padding: 80px;gap:60px;border-bottom: 1px solid var(--font-color);}
#p-company #gaiyo-content .location-box:last-of-type{border:none;}
#p-company #gaiyo-content .location-box img{width: 30%;}
#p-company #gaiyo-content .location-box .location-textbox{width: 70%;text-align: left;}
#p-company #gaiyo-content .location-box .location-name{font-size: 2.5rem;font-weight: 700;margin-bottom:20px;}
#p-company #gaiyo-content .location-box .location-map{display: flex;justify-content:flex-end;color:var(--main-color);margin-top: 30px;font-weight: 700;line-height: 1.2;}
#p-company #gaiyo-content .location-box .location-map i{margin-left: 10px;}
#p-company #gaiyo-content .column3-list{text-align: left;display: grid; column-gap: 10px;row-gap: 1em;grid-template-columns: 1fr 1fr 1fr;margin:60px 40px;}
#p-company #gaiyo-content .column3-list ul{list-style: none;padding: 0;margin:0;}
#p-company #gaiyo-content .text-right{text-align: right;}


#p-company #message-content .content{display: flex;align-items: flex-end;text-align: left;justify-content: space-between;flex-wrap: nowrap;gap: 60px;padding: 40px 120px 150px;font-size: 2.0rem;}
#p-company #message-content .content .text-area img{margin-bottom: 20px;}
#p-company #message-content .content .text-area .president-name{margin-right:0; margin-left: auto;margin-top:20px; display: block;}

#p-company #rinen-content .rinen-box{padding:40px 0 120px;}
#p-company #rinen-content .rinen-box:nth-of-type(odd){background:#d5f3e6;}
#p-company #rinen-content .rinen-box .content-title{padding: 30px 0 60px;display: flex;justify-content: center;align-items: center;gap:30px;}
#p-company #rinen-content .rinen-box .rinen{font-size:3.6rem;}
#p-company #rinen-content .rinen-box .hoshin-list{padding: 0;margin:0 auto;width: 55%;}
#p-company #rinen-content .rinen-box .hoshin-list li{list-style:none; background: url("img/recruit/jinzai_no01.png") no-repeat left top;text-align: left;font-size: 1.8rem;padding-left: 60px;margin-bottom: 30px;}
#p-company #rinen-content .rinen-box .shishin{font-size: 3.6rem;color:var(--main-color);font-weight: 700;letter-spacing: 1rem;margin-bottom: 30px;}
#p-company #rinen-content .rinen-box p{margin-bottom: 60px;font-size: 1.8rem;}
#p-company #rinen-content .rinen-box .anzen-text{line-height: 3;font-size: 2.2rem;}

#p-company #history-content .content-title{padding: 60px 0;background:#d5f3e6;}
#p-company #history-content .content{background:#fff;font-size: 1.8rem;}
#p-company #history-content table{width: 100%;}
#p-company #history-content table tr:nth-of-type(even){background:#dfdfdf;}
#p-company #history-content table tr:last-child{background: #fff;}
#p-company #history-content table tr th{background:rgba(0,166,81, 0.8);color:#fff;text-align: center;padding: 20px 40px;width: 20%;}
#p-company #history-content table tr td{padding: 20px 40px;text-align: left;}
#p-company #history-content table tr td.blank{padding: 40px;width: 40px;}
#p-company #history-content table tr:last-child th{ background:linear-gradient(to top right, transparent 50% , rgba(0,166,81, 0.8) 50%) no-repeat top left / 50% 70%,linear-gradient(to top left, transparent 50% , rgba(0,166,81, 0.8) 50%) no-repeat top right/50% 70%;}
#p-company #construction-content .content-title{padding: 60px 0;background:#d5f3e6;}


@media only screen and (max-width:599px){
  #p-company .tab-area{font-size: 0;margin: 20px 0;}
  #p-company .tab-area .tab-box{min-width: inherit;}
  #p-company .tab-area .tab-box label{padding: 5px 10px;font-size: 1.4rem;}
  
  #p-company .content-title{font-size:2.8rem;}
  #p-company #gaiyo-content .content-title{padding:20px 0;}
  #p-company #gaiyo-content .content{font-size: 1.2rem;padding-bottom:40px;}
  #p-company .gaiyo-table{margin:20px auto;}
  #p-company .gaiyo-table > tbody > tr > th, #p-company .gaiyo-table > tbody > tr > td{width: 100%;display: block;padding: 5px 20px 0;}
  #p-company .gaiyo-table > tbody > tr > th{border: none;}
  #p-company .gaiyo-table > tbody > tr > td{border-top: none;padding-bottom: 10px;}
  #p-company #gaiyo-content .location-box{display: block;padding: 20px 0;}
  #p-company #gaiyo-content .location-box img{width: 100%;margin-bottom:20px;}
  #p-company #gaiyo-content .location-box .location-textbox{width: 100%;}
  #p-company #gaiyo-content .location-box .location-name{margin-bottom: 10px;font-size: 1.8rem;}
  #p-company #gaiyo-content .column3-list{display: block;margin: 20px;}
  
  #p-company #message-content .content{display: block;padding:0 10px 40px;font-size: 1.4rem;}
  #p-company #message-content .content .text-area{margin-bottom:20px;}
  #p-company #message-content .content img{display: block;margin:0 auto 20px;}
  #p-company #message-content .content .text-area .president-name{max-width: 250px;}
  
  #p-company #rinen-content .rinen-box{padding: 40px 0;}
  #p-company #rinen-content .rinen-box .content-title{padding: 20px 10px;gap:10px; }
  #p-company #rinen-content .rinen-box .content-title img{width: 15%;}
  #p-company #rinen-content .rinen-box .rinen{font-size: 2.5rem;}
  #p-company #rinen-content .rinen-box .shishin{font-size: 2.5rem;}
  #p-company #rinen-content .rinen-box p{font-size: 1.6rem;}
  #p-company #rinen-content .rinen-box .hoshin-list{width: 100%}
  
  #p-company #history-content .content{font-size: 1.4rem;}
  #p-company #history-content table tr td.blank{display: none;}
  #p-company #history-content table tr th{padding: 10px;width:33%;}
  #p-company #history-content table tr td{padding: 10px;}
  
  #p-company #construction-content .gaiyo-table > tbody > tr > th{font-size: 1.8rem;}
}

/* business */
#p-business .p-title{background: url("img/business/title_bg.jpg") no-repeat center / cover;}
#p-business .content{overflow: visible;}
#p-business .main-content{padding: 120px 0;}
#p-business .business-title{font-size:3.0rem;font-weight: 700;margin-bottom: 40px;text-align: center;}
#p-business .business-text{margin-bottom:100px;text-align: center; font-size:1.5rem;}
#p-business ul{list-style: none;padding: 0;margin: 0;}
#p-business ul li .business-item-title{font-size: 4.9rem;letter-spacing: 0.3rem;font-weight: 900;padding:10px 20px; margin-bottom: 40px;border-bottom:var(--main-color) 3px solid;line-height: 1; }
#p-business ul li .business-item{position: relative;display:flex; justify-content: space-between;align-items:flex-start;gap:50px;margin-bottom:80px;padding:80px 0 0;}
#p-business ul li .bg{position: absolute;top:0;right:300px;z-index: -1; background-color:var(--main-color);width: 100%; border-radius: 10px;height:400px;}
#p-business ul li:nth-of-type(odd) .business-item{flex-direction: row-reverse;}
#p-business ul li:nth-of-type(odd) .bg{right:-300px;}
#p-business ul li .text-area {width: calc(50% - 20px);color:#fff;}
#p-business ul li img{width: calc(50% - 20px);}
#p-business ul li .text-area .business-item-text{font-size: 2.4rem;}
@media only screen and (max-width:599px){
  #p-business .main-content{padding: 40px 0;}
  #p-business .business-title{font-size:2.0rem;margin-bottom: 20px;}
  #p-business .business-text{margin-bottom:40px;text-align: center;}
  #p-business ul li .business-item-title{font-size:2.4rem;letter-spacing:0;padding: 10px 0;margin-bottom: 20px; }
  #p-business ul li{margin-bottom: 40px;}
  #p-business ul li .bg{display: none;}
  #p-business ul li .business-item{display: block;margin-bottom: 0;padding: 0;}
  #p-business ul li .text-area {width: 100%;padding: 10px 0;color:inherit;}
  #p-business ul li img{width: 100%;}
  #p-business ul li .text-area .business-item-title{font-size:2.4rem;margin-bottom: 15px;} 
  #p-business ul li .text-area .business-item-text{font-size: 1.6rem;}
}

/* information */
#p-information .p-title, #p-post .p-title{background: url("img/news/title_bg.jpg") no-repeat center;}
#p-information .post-categories{border:var(--main-color) 2px solid;padding: 3px 10px;margin-left: 20px;font-size: 1.2rem;}

#p-information .post-list{padding: 120px 80px 60px;}
#p-information .post-list .post-item{display: flex;gap:40px;justify-content: flex-start;width: 100%;margin-bottom: 40px;}
#p-information .post-list .post-item .post-date{margin-bottom: 10px;}
#p-information .post-list .post-item .post-img img{display: block; margin: 0;width:300px;object-fit: cover;height:auto;}
#p-information .post-list .post-item .post-text{text-align: left;width:75%;}
#p-information .post-list .post-item .post-text .post-title{font-size:1.8rem;font-weight: 600;letter-spacing: 0;margin-bottom: 10px;}
#p-information .post-list .post-item .post-text .post-excerpt{margin-bottom: 10px;}
#p-information .post-list .btn-more{background:var(--main-color);color:#fff;font-weight: 600;display: inline-block;padding:3px 10px;}

#p-information .pagination{text-align: center;margin-bottom: 120px;}
#p-information .pagination .page-numbers{background:var(--main-color);padding:10px 15px;color:#fff; min-width:45px;}

#p-information.post .main-content{text-align: left;padding: 60px 300px;}
@media only screen and (max-width:599px){
  #p-information .post-list{padding:40px 0;}
  #p-information .post-list .post-item{display: block;margin-bottom:20px;}
  #p-information .post-list .post-item .post-img img{width:100%;}
  #p-information .post-list .post-item .post-text{width:100%;}
  #p-information .post-list .post-item .post-text .post-title{font-size:1.6rem;;}
  #p-information .post-list .post-item .post-text{font-size:1.2rem;padding: 10px;}
  #p-information.post .main-content{padding: 40px 20px;}
}

/* job information */
#p-recruit .p-title, #p-post .p-title{background: url("img/recruit/title_bg.jpg") no-repeat center;}
#p-recruit .content-title{font-family: var(--text-fudeji);font-size: 4.5rem;font-weight: 400;letter-spacing: 1rem;margin:0;text-align: center;padding: 60px 0;background:#d5f3e6;}
#p-recruit .sec-message{padding: 40px 0 60px;}
#p-recruit .sec-message .content{display: flex;column-gap: 40px;padding: 0 180px;justify-content: space-between;align-items: center;line-height: 2.5;}
#p-recruit .sec-message .content img{max-width: 300px;}

#p-recruit .sec-yoko .tab-area{margin:55px 0;text-align: center;border-bottom:2px solid #dfdfdf;}
#p-recruit .sec-yoko .tab-area .tab-box{background:#fff;min-width:280px;display: inline-block;border-radius: 20px 20px 0 0; border: 1px solid #dfdfdf; margin-bottom: -1px;}
#p-recruit .sec-yoko .tab-area .tab-box label{cursor: pointer;padding: 10px 60px;display: block;font-size: 2.0rem;font-weight:700;}
#p-recruit .sec-yoko input[name="tab-item"] {display: none;}
#p-recruit .sec-yoko .tab-content{display: none;}
#p-recruit #yoko01:checked ~ .content #yoko01-content,#p-recruit #yoko02:checked ~ .content #yoko02-content,#p-recruit #yoko03:checked ~ .content #yoko03-content{display: block;}
#p-recruit #yoko01:checked ~ .content .yoko01,#p-recruit #yoko02:checked ~ .content .yoko02,#p-recruit #yoko03:checked ~ .content .yoko03{background:#dfdfdf;}
#p-recruit .sec-yoko .yoko-table{width: 100%;margin-bottom: 80px;}
#p-recruit .sec-yoko .yoko-table th{width: 25%;vertical-align: top;padding: 20px 60px;font-weight: 600;color:#968151;border-bottom:1px solid #968151;}
#p-recruit .sec-yoko .yoko-table td{padding: 20px 60px;border-bottom:1px solid #968151;}

#p-recruit .sec-flow .content-title{background:inherit;padding: 30px 0;color:var(--main-color);display: flex;align-items: center;justify-content: center;gap:20px;}
#p-recruit .sec-flow .content-title::before,#p-recruit .sec-flow .content-title::after{content: "";border-top: 7px dotted var(--main-color);width:38%;}
#p-recruit .sec-flow ul{padding: 0 60px;}

#p-recruit .sec-flow ul li {list-style: none;padding: 0 0 2em;position: relative;}
#p-recruit .sec-flow ul li::before { content: "";display: block;width: 6px;height: 100%;position: absolute;top:40px;left: 38px;background: var(--main-color);z-index: -1;}
#p-recruit .sec-flow ul li:last-child::before {height: 5px;}
#p-recruit .sec-flow ul li > dl {display: flex;}
#p-recruit .sec-flow ul li > dl > dt  {width:88px;text-align: center;}
#p-recruit .sec-flow ul li:first-child > dl > dt{padding-top: 27px;}
#p-recruit .sec-flow ul li > dl > dd {margin-left: 30px;padding: 10px;width: 100%;background:#fff;border:var(--main-color) solid 3px;border-radius: 10px;position: relative;}
#p-recruit .sec-flow ul li > dl > dd::before {content: "";width: 0;height: 0;position: absolute;top: 20px;right: 100%;border-right: 18px solid var(--main-color);border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left:18px solid transparent;}
#p-recruit .sec-flow ul li > dl > dd::after {content: "";width: 0;height: 0;position: absolute;top: 24px;right: 100%;border-right: 13px solid #fff;border-top: 11px solid transparent;border-bottom: 11px solid transparent;border-left:13px solid transparent;}
#p-recruit .sec-flow ul li > dl .flow-clearbox{margin-left: auto;padding: 10px;width:100%;}
#p-recruit .sec-flow ul li > dl .flow-clearbox .flow-title{border:none;}
#p-recruit .sec-flow ul li > dl .flow-title {margin: 0 20px;padding: 5px 20px;font-size:3.0rem;font-weight: 700;border-bottom:3px solid var(--main-color);}
#p-recruit .sec-flow ul li > dl .flow-text {padding: 10px 20px;margin: 0 20px;font-size: 2.4rem;}
#p-recruit .sec-yoko .photo-area{display: grid; column-gap: 60px;row-gap: 1em;grid-template-columns: 1fr 1fr 1fr;margin:60px 0;}

#p-recruit .sec-jinzai .content{padding: 100px 120px;}
#p-recruit .sec-jinzai .jinzai-title{color:var(--main-color);font-size: 3.5rem;font-weight:700;margin:0 0 40px;display: flex; gap:20px;justify-content: flex-start;align-items:center;}
#p-recruit .sec-jinzai .jinzai-title span{flex:1;}
#p-recruit .sec-jinzai .jinzai-text{padding: 0 60px;margin-bottom:80px;}

#p-recruit .sec-faq .content{margin:90px auto;}
#p-recruit .sec-faq dl{margin:0 0 50px;}
#p-recruit .sec-faq dl dt{background:var(--main-color);color:#fff;font-size:3.0rem;font-weight:700;display: flex;gap:20px;justify-content: flex-start;align-items: center;padding: 40px 80px;}
#p-recruit .sec-faq dl dd{background:#d5f3e6;font-size:2.4rem;display: flex;gap:20px;justify-content: flex-start;align-items: flex-start;padding: 25px 75px;margin:0;}
@media only screen and (max-width:599px){
  #p-recruit .content-title{font-size: 2.8rem;padding: 20px 0;}
  #p-recruit .sec-message .content{display: block;padding:0 10px;line-height: 1.9;}
  #p-recruit .sec-message .content img{margin:0 auto;display: block;}
  #p-recruit .sec-yoko .tab-area{margin: 20px 0;}
  #p-recruit .sec-yoko .tab-area .tab-box{min-width: inherit;}
  #p-recruit .sec-yoko .tab-area .tab-box label{font-size: 1.4rem;padding: 5px 10px;}
  #p-recruit .sec-yoko .yoko-table th{border: none;display: block;width: 100%;padding: 5px 20px 0;}
  #p-recruit .sec-yoko .yoko-table td{padding: 5px 20px 10px;width: 100%; display: block;}
  
  #p-recruit .sec-flow .content-title::before, #p-recruit .sec-flow .content-title::after{width: 15%;}
  #p-recruit .sec-flow ul{padding: 0;}
  #p-recruit .sec-flow ul li::before{width: 3px;left:18px;}
  #p-recruit .sec-flow ul li > dl > dd{margin-left: 20px;}
  #p-recruit .sec-flow ul li > dl .flow-title{font-size: 2.0rem;line-height: 1.2;margin:0 5px;padding: 0 10px 5px;}
  #p-recruit .sec-flow ul li > dl .flow-text{font-size: 1.4rem;margin:0 5px;padding: 0 10px;}
  #p-recruit .sec-flow ul li > dl > dt > img{width: 50px;height: auto;margin-top:17px;}
  #p-recruit .sec-flow ul li:last-child::before{height: 10px;}
  #p-recruit .sec-yoko .photo-area{display: block;}
  #p-recruit .sec-yoko .photo-area img{margin-bottom:20px;}
  #p-recruit .sec-jinzai .content{padding: 20px 10px;}
  #p-recruit .sec-jinzai .jinzai-title{font-size: 2.5rem;line-height: 1.2;align-items: flex-start;}
	#p-recruit .sec-jinzai .jinzai-text{padding: 0 30px 0 60px;}
  
  #p-recruit .sec-faq dl dt{align-items: flex-start;font-size: 1.8rem;line-height: 1;padding: 20px;gap:10px;}
  #p-recruit .sec-faq dl dt img{width: 20px;}
  #p-recruit .sec-faq dl dd{padding: 20px;gap: 10px;font-size: 1.4rem;}
  #p-recruit .sec-faq dl dd img{width: 30px;}
}


/* contact */
#p-contact .p-title{background: url("img/contact/title_bg.jpg") no-repeat center;}
#p-contact .main-content{padding:60px 200px;text-align: center;}
#p-contact .message{margin-bottom: 60px;}
#p-contact table{width: 100%;margin:0 auto 60px;  }
#p-contact table tr th{width: 30%;padding: 15px 40px;text-align: left;}
#p-contact table tr th .required{ color:#fff;background:#cc0000;padding:0 10px;font-size: 1.2rem;margin-left: 10px;vertical-align:top;border-radius: 5px;letter-spacing: 0.3rem;}
#p-contact table tr td{width: 60%;padding: 13px 20px;text-align: left;}
#p-contact input[type="text"],#p-contact input[type="email"],#p-contact input[type="tel"], #p-contact textarea{padding: 8px 10px; width: 100%;border:1px solid #bebebe;}
#p-contact .submit-btn{padding: 13px 60px;border:2px solid #333333;border-radius: 10px; cursor: pointer;font-weight: 600; display: block; margin:auto;}
#p-contact .submit-btn:hover{opacity: 0.7;}
@media only screen and (max-width:599px){
  #p-contact .main-content{padding:30px 20px;}
  #p-contact table tr th{display: block; width: 100%;padding: 0;}
  #p-contact table tr td{display: block; width: 100%;padding: 0 0 20px;}
}