@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
*/

/* ----非表示---- */
.dis_none {
	display: none;
}
/* ----全体font---- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt"

}
/* ----英数字font---- */
.en_ft {
	font-family: "Oswald", sans-serif;
	font-style: normal;
	letter-spacing: 0.2em;
}

.en_ft_tel {
	font-family: "Agdasima", sans-serif;
	font-weight: 700;
}

/* ----改行・整形---- */
.br_pc {
	display: block;
}
.br_sp {
	display: none;
}

/* ----見出し---- */

.h2_title {
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    position: relative;
}

/* ---共通VIEWMOPREボタン---- */

.swell-block-button.pt-a a {
    background: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: var(--the-fz);
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s, background-color .25s;
    width: 250px !important;
    border: #fff 2px solid;
}

.swell-block-button.pt-a a:hover {
    background: #fff;
    color: #333;
}

.is-style-more_btn a::after {
  content: none !important;
  display: none !important;
  position: static !important;
  font-family: inherit !important;
  transform: none !important;
  transition: none !important;
}

.swell-block-button.news-btn a { 
    background: none;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-size: var(--the-fz);
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    transition: box-shadow .25s, background-color .25s;
    width: 250px !important;
    border: #000 2px solid!important;
}
.swell-block-button.news-btn a:hover {
    background: #000;
    color: #fff;
}



/* ----ヘッダー---- */
.l-header {

}

.l-header .l-container {
	max-width: 100%;
	padding:0 40px 0 40px;
}

.l-fixHeader .l-container {
	max-width: 100%;
}

.-series .c-headLogo {
	margin-right: 0;
}

.-series .l-header__logo {

}

.l-fixHeader__logo {
	margin-right: 1vw;
	padding: 8px 0;	
}

.c-gnav>.menu-item.n_dis {
	display: none;	
}

.c-gnav>.menu-item>a{
	transition: .2s;
}

.c-gnav .ttl{
	font-size:20px !important;
	font-weight:600;
}

.c-gnav .c-smallNavTitle{
	font-size:14px;
	color:#fff;
	opacity:1 !important;
}

/* ----フッターー---- */
.footer_navi{
	display:flex;
	flex-flow:row wrap;
	list-style:none;
}

.footer_navi li{
	margin:0 20px 0 0;
	font-size:clamp(14px, 1.04vw, 20px);
	
}

.footer_name_title{
	font-size:clamp(20px, 2.08vw, 40px);
	line-height:1;
	margin:0 0 15px 0;
	font-weight:700;
}

.footer_tel{
	font-size:clamp(24px, 2.5vw, 48px) !important;
	font-weight:700;
}

.copyright{
	text-align:center !important;
	
}



/* ----メインビジュアル---- */
.p-mainVisual.-margin-on {
	padding: 20px 7.5% 0 5.8%;
}

.mv_wrap{
}

.mv_copy.pc_only img{
	position: absolute;
    top: -19vw;
    right: 5vw;
    max-width: 60vw;
}

.mvcopy_sp img{
	position: absolute;
    top: -48vw;
    right: 1vw;
    max-width: 90vw;
}

/* ----トップページ---- */

/*Aboutセクション */
.about_wrap{
	padding-bottom:100px !important;
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom !important;;
}

.sp_about_wrap{
    padding-bottom: 100px !important;
    background-repeat: no-repeat;
    background-size: auto !important;
    background-position: right bottom !important;
    margin: 0 0 -120px 0;
    position: relative;
    top: -120px;

}

.g_about{
	background-color: rgba(255, 255, 255, 0.9);
	padding:40px 6vw 6vw 6vw ;
	margin:80px 10% 0 0;
	max-width:900px;
}

.g_about .f_size177{
		font-size:clamp(18px, 1.77vw, 34px);
}

.g_about h2{
background: none !important;
	margin:0 0 15px 0;
	padding:0;
	color:#333;
	font-size:clamp(20px, 2.08vw, 40px) !important;
}

.g_about h2 span:nth-of-type(2) {
  padding-left: 6em;
}
.g_about p{
	font-size:clamp(14px, 0.94vw, 18px);
}

.post_content div .sp_g_about{
	background-color: rgba(255, 255, 255, 0.9);
	padding:40px 6vw 6vw 6vw ;
	max-width:100%;
	position: relative;
    top: -90px;
	margin-bottom:-90px !important;
}
.sp_g_about .f_size177{
		font-size:clamp(18px, 1.77vw, 34px);
}

.sp_g_about h2{
background: none !important;
	margin:0 0 15px 0;
	padding:0;
	color:#333;
	font-size:clamp(20px, 2.08vw, 40px) !important;
}

.sp_g_about h2 span:nth-of-type(2) {
  padding-left: 6em;
}

.sp_g_about p{
	font-size:clamp(14px, 0.94vw, 18px);
}


/*SERVICEセクション */

.service_wrap .f-size333{
	font-size:clamp(32px, 3.33vw, 64px);
}

.service_wrap h2{
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
	font-size:clamp(14px, 1.67vw, 32px);
}

.service_box_wrap .en_ft {
	letter-spacing: 0.1em;
}

.service_box_wrap .c-bannerLink__title {
	margin-bottom:20px;
	padding:0 0 20px 0;
	border-bottom:2px solid #fff;
	font-size:clamp(20px, 2.08vw, 40px);
	line-height: 2.4rem;
}

.service_box_wrap .c-bannerLink__title span{
	font-size:clamp(16px, 0.94vw, 18px) !important;
}

.service_box_wrap .c-bannerLink__description{
	font-size:clamp(16px, 0.94vw, 18px) !important;
}

/*NEWSセクション */

.new_l_wrap h2{
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
	font-size:clamp(64px, 6.25vw, 120px);
	background: linear-gradient(90deg, #016FAF, #92F0E6);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	letter-spacing:0.1em;
	font-weight:500;
}

.new_l_wrap p {
	font-size:clamp(16px, 1.67vw, 32px);
}

.new_r_wrap {
	background-color: rgba(255, 255, 255, 0.9);
	padding:40px 5vw !important;
	margin:0;
	max-width:900px;
}

/*RECRUITセクション */

.top_recruit_wrap h2{
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
	font-size:clamp(64px, 6.25vw, 120px) !important;
	background: linear-gradient(90deg, #FFFF00, #FFA600);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	letter-spacing:0.1em;
	font-weight:500;
}

.top_recruit_inner_left p{
	font-size:clamp(16px, 1.67vw, 32px);
	color:#fff;
}

.top_recruit_inner_right p{
	font-size:clamp(16px, 1.67vw, 32px);
	color:#fff;
}

/*COMPANYセクション */

.top_company_left {
	background-color:#06012D;
	padding:100px 0 !important;
}

.top_company_left h2{
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
	font-size:clamp(64px, 6.25vw, 120px) !important;
	letter-spacing:0.1em;
	font-weight:500;
}

.top_company_left p{
	font-size:clamp(16px, 1.67vw, 32px);
	color:#fff;
}

/*CONTACTセクション */

.top_contact_inner{
	background-color:#fff;
	padding:5.21vw 10.42vw !important;
	padding: clamp(16px, 5.21vw, 100px) clamp(24px, 10.42vw, 200px);
}


.top_contact_inner h2{
	margin:0 0 15px 0 !important;
	padding:0;
	color:#0C2537;
	font-size:clamp(64px, 6.25vw, 120px) !important;
	letter-spacing:0.1em;
	font-weight:500;
}

.top_contact_inner p{
	font-size:clamp(16px, 1.67vw, 32px);
	color:#0C2537;
	font-weight:700;
}

.top_contact_inner .p2{
	font-size:clamp(16px, 0.94vw, 18px);
	color:#0C2537;
	margin-bottom:90px;
}

.top_contact_inner .p_uketuke{
	font-size:clamp(14px, 0.83vw, 16px);
	color:#0C2537;
}

.top_contact_inner .en_ft_tel {
	font-size:clamp(24px, 2.92vw, 56px);
	margin:0;
	line-height:1;
}

.group_tel_uketuke img{
	max-width:74px;
}



/* ----コンテンツヘッダー---- */
.l-topTitleArea {
    height: 16vw;
    color: #fff !important;
    font-size: clamp(1rem, 0.7273rem + 1.0909vw, 1.6rem);
	position: relative;
}
.l-topTitleArea div.l-topTitleArea__body {
    text-shadow: unset;
}

.c-pageTitle {
	margin-top: 20px;
}

.c-pageTitle__subTitle{
	font-family: "Oswald", sans-serif;
	font-style: normal;
	letter-spacing: 0.1em;
    margin-left: 0;
    opacity: 1;
	font-weight: 400;
	position: absolute;
    top: -1.5vh;
    left: 0.5vw;
}

/* ----フッター---- */
.c-widget+.c-widget {
	margin: 0 auto;
}
.w-beforeFooter{
	margin: 0 auto;
}

.w-footer__box{
width: 100%;
margin: 0 auto;
}

.bn_recruitArea,
.bn_contactArea{
	border: none !important;
}
.bn_recruitArea a,
.bn_contactArea a{
	padding: 0;
}
.bn_recruitArea a figure,
.bn_contactArea a figure{
	margin-bottom: 0 !important;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.bn_recruitArea a:hover figure img,
.bn_contactArea a:hover figure img{
	transform: scale(1.1);
	transition: .2s ease;
}
.bn_recruitArea a figure img,
.bn_contactArea a figure img{
	height: 100%;
	transition: .2s ease;
	object-fit: cover !important;
}
.bn_recruitArea .swell-block-box-menu__text,
.bn_contactArea .swell-block-box-menu__text {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bn_recruitArea .swell-block-box-menu__text .en_ft,
.bn_contactArea .swell-block-box-menu__text .en_ft {
	line-height: 180%;
}
.bn_recruitArea .swell-block-box-menu__text .inTxt,
.bn_contactArea .swell-block-box-menu__text .inTxt {
	line-height: 180%;
}
.bn_recruitArea a figure::after,
.bn_contactArea a figure::after {
	content: "";
    position: absolute;
	width: 400px;
    right: 0;
	height: 0;
    bottom: 0;
    background: #913B56 url(../../uploads/2024/11/icon_arrow.svg) no-repeat right 20px bottom 25px;
    overflow: hidden;
	transition: .4s ease;
	aspect-ratio: 1;
	clip-path: polygon(0 100%,100% 0,100% 100%);
}
.bn_recruitArea a:hover figure::after,
.bn_contactArea a:hover figure::after {
    height: 80px;
	transition: .4s ease;
}

.footer-list {
    list-style: none;
    justify-content: center;
	padding-left: 0 !important;
}
.footer-list li a {
    font-size: clamp(0.7rem, 0.1686rem + 1.1085vw, 1rem);
}
.post_content ul ul {
    list-style: none;
    justify-content: center;
}
.post_content li {
	line-height: 2;	
}
.l-footer {
}

.l-footer .copyright {
	font-size: 0.8rem;
	text-align: right;
}

/* ------------------------ */
/* ----　　事業内容　　---- */
/* ------------------------ */

.service_page_wrap .f-size333{
	font-size:clamp(32px, 3.33vw, 64px);
}

.service_page_wrap h2{
	margin:0 0 15px 0;
	padding:0;
	color:#000;
	font-size:clamp(14px, 1.67vw, 32px);
}

.s_page_sec1 h3{
	font-size:clamp(18px, 1.25vw, 24px);
}
.s_page_sec1 .f40{
	font-size:clamp(28px, 2.08vw, 40px);
	font-weight:500;
	letter-spacing:0;
}


.sec1_right {
	background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px !important;
    position: relative;
    top: 60px;
    left: -100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sec1_right_sp{
	background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


/* ------------------------ */
/* ----　　採　　用　　---- */
/* ------------------------ */

.rec_sec1{

}

.rec_sec1_m{
	background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rec_sec2{

}

.rec_sec2 img{
	width:100%;

}


/* ------------------------ */
/* ----　　会社概要　　---- */
/* ------------------------ */

.company_sec01_wrap p{
	background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 40px !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----お問合せフォーム----*/
#cf-tbl {
    width: 100%;
}

#cf-tbl table {
    width: 100%;
    border: unset;
    color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
    padding: 1.4em;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    background: unset !important;
    border: unset;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

#cf-tbl table tr th {
    width: 35%;
    color: #000;
}

.post_content .td_to_th_ tbody tr> :first-child::before,
.post_content tbody th::before {
    background: unset;
}

@media screen and (max-width:768px) {
    #cf-tbl {
        width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td {
        display: block;
    }

    #cf-tbl table {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    #cf-tbl table tr th {
               width: 100%;
        padding: 5% 5% 2% 5% ;
    }

    #cf-tbl table tr td {
        width: 100%;
        padding: 2% 5% 5% 5%;
    }

    #cf-tbl table tr td {
        border-width: 0px 1px 0px 1px;
    }
}

/*「必須」文字デザイン*/
.required {
    font-size: 14px;
    padding: 4px 8px;
    background: #E60012;
    color: #fff;
    border-radius: 3px;
    margin-right: 14px;
}

/*「任意」文字デザイン*/
.optional {
    font-size: 14px;
    padding: 4px 8px;
    background: unset;
    color: #333;
    border: 1px solid #E60012 !important;
    border-radius: 3px;
    margin-right: 14px;
    border: unset;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #f7f7f7;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: unset;
    border: 1px solid #E60012;
    color: #333;
    font-size: 16px;
    margin: 56px auto 0;
    transition: all .25s;
}

input.wpcf7-submit:hover {
    background: #E60012;
    color: #fff;
}

@media screen and (max-width:768px) {
    input.wpcf7-submit {
        width: 250px;
    }
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: rgb(231, 75, 75);
    font-weight: 600;
}

/*----お問い合わせフォームここまで----*/
















/*---------------------------------------------------tb---*/
@media screen and (max-width: 959px) {
.c-pageTitle:after {
	top: -25px;
}	
.service_linkArea {
    margin-bottom: 70px;
}
.service_linkBox {
    justify-content: center;
    max-width: 630px;
    margin: 0 auto;
}
.swell-block-linkList.-flex.service_linkBox .swell-block-linkList__item {
    margin: 0 1rem 30px !important;
}
.bn_recruitArea,
.bn_contactArea{
	height: 280px;
}
.f_logo {
	display: flex;
	justify-content: center;
	text-align: center !important;
}
.f_logo figure {
	margin: 0 auto !important;
}
.l-footer .copyright {
	text-align: center;
}


/*---------------------------------------------------sp---*/
@media screen and (max-width: 599px) {
/* ----改行・整形---- */
.br_pc {
	display: none;
}
.br_sp {
	display: block;
}
.sp_al_left {
	text-align: left;
}
/* ----見出し---- */
.h2_title .swl-fz{

}
.h2_title::after{
		
}
.cap_L {
}
	
.l-topTitleArea {
	min-height: 8em;
    height: 14vw;
    font-size: 1rem;
}
.c-pageTitle{
	margin: 20px 4vw 0;
}
.c-pageTitle:after {
	top: -20px;
}
.service_linkArea {
    margin-bottom: 50px;
}
.swell-block-linkList.-flex.service_linkBox .swell-block-linkList__item {
    margin: 0 0.8rem 20px !important;
}
.bn_recruitArea a figure::after,
.bn_contactArea a figure::after {
    background: #913B56 url(../../uploads/2024/11/icon_arrow.svg) no-repeat right 20px bottom 15px;
	width: 300px;
    height: 60px;
}
.bn_recruitArea a:hover figure::after,
.bn_contactArea a:hover figure::after {
    height: 60px;
}
}

