@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*404*/
.p404 {
    padding: 6em 0;
}

.p404_pcnt {
    max-width: 800px;
}

.p404-mrt {
margin-top: 3em;
}

.p404-mrb {
margin-bottom: 3em !important;
}

.c-ttl404 {
    padding-top: 0;
}

.p404 .u-bg-main {
    background-color: #00CCFF !important;
}

.p404 .is-style-more_btn a:hover {
    background-color: #00CCFF;
}
.c-searchForm__s{
	    border: 1px solid #000;
}
#menu-footer{
	display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.page-id-26 .c-pageTitle{
	display: none !important;
}
#custom_html-2 .info a{
	color: #1ac3b4 !important;
    text-decoration: none;
}
.section-company table td a{
	text-decoration: underline;
}
.section-contact table tr:nth-child(3) td:nth-child(2) p {
    background: transparent;   
}
@media (max-width:900px){
.section-contact-recruit .sub-form .cf-field-container label {
        justify-content: start !important;
}
}
.page-id-18 .wp-block-table {
        margin-bottom: 0 !important;
}
.section-contact .sub-form .cf-field-container .cf-input-container, .section-contact .sub-form .cf-field-container .input-container{
	 margin-top: 0 !important;
	min-height:53px;
}
.section-contact .sub-form .cf-field-container[data-type=privacy_policy] {
	padding: 0 !important;
	 margin-top: 3rem !important;
}
.section-contact .sub-form .cf-field-container .cf-input-container input, .section-contact .sub-form .cf-field-container .cf-input-container textarea, .section-contact .sub-form .cf-field-container .input-container input, .section-contact .sub-form .cf-field-container .input-container textarea{
		height: 29px;
	  margin-bottom: 0 !important;
	
}
.section-web-2 .items{
	  margin-bottom: 0 !important;
}
.fadeUpTrigger {
  opacity: 0;
}
.fadeUpTrigger.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fadeUpTrigger.delay1000 {
  animation-delay: 1s;
}
.fadeUpTrigger.delay500 {
  animation-delay: 0.5s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInTrigger {
  opacity: 0;
}
.fadeInTrigger.fadeIn {
  opacity: 0;
  animation-name: fadeInAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fadeInTrigger.delay1000 {
  animation-delay: 1s;
}
.fadeInTrigger.delay500 {
  animation-delay: 0.5s;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-postTitle {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 1rem;
    padding-bottom: 2rem;
}

.c-postTitle__date {
border-right: none !important;
}


/*  */
.section-contact table tr th::before {
    right: -0.5px !important;;
    height: calc(100% - 30px) !important;
    top: 15px !important;
    margin-top: 0 !important;
}
.section-contact table tr th, .section-contact table tr td{
	    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.section-code-language .code-language .box-code-language .item .languages p {
	min-width: fit-content  !important;
	    padding: 2px 15px  !important;
}
.section-code-language .code-language .box-code-language .item {
    flex-wrap: nowrap !important;
}
.section-code-language .code-language .box-code-language .item p.title-cus {
    margin: 10px 0 0 !important;
}
.section-result{
	position: relative;
    z-index: 999999;
}
.section-offshore .items-col{
	align-items: center !important;
}
@media (max-width:800px){
.section-code-language .code-language .box-code-language .item {
   flex-direction: column;
	align-items: start !important;
	gap: 0.5rem !important;
}
}
@media (max-width:600px){
	.ml-0{
		margin-left: 0 !important
	}
	.text-al-left{
		text-align: left !important;
	}
	.section-company .box-content .title{
		width: 100%;
	}
	.section-news-home .p-postListWrap .p-postList__item .p-postList__body{
		flex-direction: column;
		align-items: start;
		gap: 0 !important;
	}
	.section-contact table tr th, .section-contact table tr td{
		text-align: left;
	}
	.section-contact table tr td:nth-child(3) span, .section-contact table tr td:nth-child(3) a{
		margin: 0 !important;
	}
}