@charset "utf-8";
   @import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
:root { --color-background: #FFF;
--color-font: #333;
--color-primary: #269857;
--color-primary-shade: #ED7D21;
--color-primary-tint: #284F38;
--color-secondary: #ED7D21;
--color-table-border: #DDD;
--color-table-th: #269857;
--body-font-family: 'Noto Sans JP', sans-serif;
--content-max-width: 1240px; --header-background: #FFF;
--header-color-font: #444;
--header-color-primary: #269857;
--header-color-primary-shade: #ED7D21;
--header-color-primary-tint: #284F38; --footer-background: #DBFBE9;
--footer-color-font: #269857;
--footer-color-primary: #111; --font-family01: 'Noto Sans JP', sans-serif;
--font-family02: "Pacifico", cursive;
} .post {
background: none;
}
.post p {
line-height: 1.8;
}
.post table th {
background: var(--color-table-th);
color: #fff;
font-weight: 500;
}
@media print,
screen and (min-width: 1024px) {
.sticky-header #header>.inner {
background: var(--header-background);
}
} .fs {
font-size: 85%;
}
.fm {
font-size: 115%;
}
.fm2 {
font-size: 130%;
}
.red {
color: #FC0000;
}
.b {
font-weight: bold;
}
.pick {
color: var(--color-primary);
}
p.txt_ind {
text-indent: -1em;
margin-left: 1em;
}
p.nm {
padding-bottom: 0;
} .cen {
text-align: center;
}
.lft {
text-align: left;
}
.rit {
text-align: right;
}
.pad_anchor {
margin-top: -115px;
padding-top: 115px;
} @media print,
screen and (min-width: 641px) { .dsp_smt {
display: none;
}
.cen_pc {
text-align: center;
}
}
@media only screen and (max-width: 640px) { .dsp_hp {
display: none;
}
} @media only screen and (min-width: 1024px) {
#header ul.header__contact {
margin-right: auto;
}
#header a.head_btn.tel_btn::before {
display: none;
}
#header a.head_btn.tel_btn {
background: none;
color: var(--header-color-font);
}
#header a.head_btn.tel_btn span:not(.note) {
font-size: 24px;
}
#header a.head_btn.tel_btn span:not(.note)::before {
margin-right: 8px;
color: var(--header-color-primary);
font-size: 85%;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f095';
}
#header a.head_btn.tel_btn .note {
font-size: 11px;
} nav#mainNav {
height: auto;
}
nav#mainNav ul li a b {
font-weight: 500;
}
nav#mainNav ul li a span {
color: var(--header-color-primary) !important;
font-weight: normal;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active,
nav#mainNav ul li.current-menu-parent a,
nav#mainNav ul li.current-menu-ancestor a {
background: none;
}
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-item li a:hover,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li a:hover {
background: #f6f6f6;
}
nav#mainNav ul li#menu-item-43 a {
height: 80px;
background: var(--header-color-primary);
transition: all 0.3s ease-out;
}
nav#mainNav ul li#menu-item-43 a:hover {
background: var(--header-color-primary-tint);
}
nav#mainNav ul li#menu-item-43 a i {
margin-right: 8px;
}
nav#mainNav ul li#menu-item-43 a b,
nav#mainNav ul li#menu-item-43 a span {
color: #fff !important;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
#header .logo {
width: 20%;
}
#header .logo img {
width: auto;
height: auto;
max-width: 100%;
}
nav#mainNav ul li a {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 1023px) {
body.mobile {
margin-top: 60px;
}
body.mobile #breadcrumb {
margin-top: 0;
}
} #footer .inner {
border-bottom: 1px solid #6DC393;
}
#footer .footer__logo img {
max-height: var(--px60);
}
#copyright {
background: none;
}
#footer .footnav ul>li::before,
#footer .footnav ul>li::after {
display: none;
}
#footer .footnav ul>li a::before {
margin-right: 8px;
font-size: 85%;
font-weight: 400;
font-family: 'FontAwesome';
content: '\f105';
}
#footer .footer__bana a img {
width: 160px;
}
@media print,
screen and (min-width: 641px) { #footer .footer__address {
margin-left: 20px;
margin-right: auto;
text-align: left;
}
#footer .footnav {
width: 35%;
}
#footer .footer__bana {
margin-right: 20px;
}
#footer .footnav ul {
justify-content: flex-end;
}
}
@media only screen and (max-width: 820px) and (min-width: 641px) {
#footer .footnav {
width: 100%;
padding-top: 10px;
}
}
@media only screen and (max-width: 640px) { #footer .footer__address {
margin-bottom: 20px;
}
#footer .footer__bana {
margin-bottom: 10px;
}
} .bg_wide {
position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100vw;
height: 100%;
margin-left: calc(((100vw - 100%) / 2) * -1);
margin-right: calc(((100vw - 100%) / 2) * -1);
content: "";
z-index: -1;
}
.box_w2_sp {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2_sp.rev {
flex-direction: row-reverse;
}
.box_w2_sp.vtop {
align-items: flex-start;
}
.box_w2_sp.vcen {
align-items: center;
}
.box_w2_sp.vbtm {
align-items: flex-end;
}
.box_pad {
padding: 20px;
box-sizing: border-box;
}
.box_w2 .column2_50:not(.cen) {
text-align: left;
}
@media print,
screen and (min-width: 641px) { .bg_fix::before {
background-attachment: fixed !important;
}
.box_w2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_w2.rev {
flex-direction: row-reverse;
}
.box_w2.vtop {
align-items: flex-start;
}
.box_w2.vcen {
align-items: center;
}
.box_w2.vbtm {
align-items: flex-end;
}
.box_pad {
padding: 30px;
}
.box_w2 .column3_33 {
width: 32%;
}
.box_w2 .column2_50 {
width: 48.5%;
}
.box_w2 .column2_60 {
width: 57%;
}
.box_w2 .column2_70 {
width: 67%;
}
.box_w2 .column2_80 {
width: 77%;
}
.box_w2 .w45 {
width: 45%;
}
.box_w2 .w50 {
width: 50%;
}
}
@media print,
screen and (min-width:769px) { .box_pad {
padding: 50px;
}
}
@media only screen and (max-width: 640px) {  .tbl_scroll {
overflow: auto;
margin-bottom: 15px;
white-space: nowrap;
}
.tbl_scroll table {
margin-bottom: 0;
}
.tbl_scroll::-webkit-scrollbar {
height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track {
background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
ackground: #BCBCBC;
}
.box_w2 .w45+.w50 {
margin-top: 20px;
}
} .box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
max-width: 100%;
} #content .linkBtn {
display: inline-block;
width: auto;
max-width: none;
padding: 15px 60px;
line-height: 1.4;
} .w100 {
width: 100vw;
margin-left: calc(((100vw - 100%) / 2) * -1) !important;
margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600,
.w800,
.w900 {
width: 600px;
max-width: 100%;
margin: auto;
}
.w800 {
width: 800px;
}
.w900 {
width: 900px;
} a.txt_link {
color: var(--color-primary);
text-decoration: underline;
}
a.txt_link:hover {
text-decoration: none;
} .post h1 {
line-height: 1.4;
}
.post h1 b,
#front-sectionPost h1 {
display: block;
color: var(--color-primary-shade);
font-weight: normal;
font-family: var(--font-family02);
}
.post h1 b+span {
display: block;
font-size: 15px;
letter-spacing: 0;
} #top_about::before {
background: url(//www.latina-inc.com/wp-content/uploads/top_about_bg.jpg) no-repeat center center / cover;
} #top_business::before {
background: #284F38 url(//www.latina-inc.com/wp-content/uploads/bg.png) no-repeat center top / 100% auto;
}
#top_business,
#top_business h1,
#top_business h1 b,
#top_business h2 {
color: #fff;
}
#top_business h2 {
text-align: left;
}
#top_business h2 b {
display: block;
font-size: 110%;
font-weight: normal;
font-family: var(--font-family02);
}
#top_business h2 b+span {
display: block;
font-size: 14px;
}
#top_business h2::after {
display: none;
}
#top_business .photo img {
border-radius: 20px;
}
#top_business .txt {
background: #227144;
border-radius: 20px 0 0 20px;
}
#top_business .rev .txt {
border-radius: 0 20px 20px 0;
}
@media print,
screen and (min-width: 641px) { #top_business .photo,
#top_business .txt {
width: 50%;
}
}
@media only screen and (max-width: 640px) { #top_business .txt {
border-radius: 20px 20px 0 0 !important;
}
#top_business .photo img {
border-radius: 0 0 20px 20px;
}
} #top_material {
background: url(//www.latina-inc.com/wp-content/uploads/top_material_bg.jpg) no-repeat center center / cover;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#top_material h1,
#top_material h1 b {
color: #fff;
} #top_company::before {
background: url(//www.latina-inc.com/wp-content/uploads/top_company_bg.jpg) no-repeat center center / cover;
}
#top_company h1 {
color: #fff;
text-align: left;
} body:not(.home) #content:has(#contact_box) {
padding-bottom: 0 !important;
}
#contact_box::before {
background: url(//www.latina-inc.com/wp-content/uploads/bg.png) no-repeat center top / 100% auto,
url(//www.latina-inc.com/wp-content/uploads/contact_box_bg.jpg) no-repeat center top 10px / cover;
}
#contact_box h1,
#contact_box h1 b {
color: #fff;
}
#contact_box .btn {
width: 800px;
max-width: 100%;
margin: auto;
}
#contact_box .btn a {
height: 100%;
min-height: 100px;
padding: 15px;
border: 1px solid #fff;
color: #fff;
line-height: 1.5;
transition: all 0.3s ease-in-out; display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#contact_box .btn a i {
margin-right: 8px;
}
#contact_box .btn .tel a b {
font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
background: var(--color-primary);
border-color: var(--color-primary);
color: #fff;
}
#contact_box .btn .mail a:hover {
background: none;
border-color: #fff;
color: #fff;
}
@media print,
screen and (min-width: 641px) { #contact_box .btn li {
width: 50%;
}
} #front_top_content,
#front_bottom_content {
background: none;
} #thumbImg::before,
header#h1Header::before {
display: none;
}
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
color: var(--color-font);
}
.post h2.sub::after,
.post h2.noline::after {
display: none;
}
.post h3.noline {
padding: 0;
border: none;
} #content h1.title.first,
.post h2 {
font-size: var(--rem30);
}
#content h1.title.first::after {
content: '';
position: relative;
visibility: visible;
display: block;
width: 2.2em;
height: 3px;
background: var(--color-primary);
margin: 0.6em auto 0;
} .post h2.sub,
.post h3.sub {
padding: 0 0 0 15px;
border: none;
border-left: 4px solid var(--color-primary);
font-size: var(--rem28);
line-height: 1.4;
text-align: left;
} .page-company header#h1Header h1.title {
z-index: -1;
}
#company_tbl th {
width: 20%;
white-space: nowrap;
} #sub_link li {
margin-bottom: 15px;
}
#sub_link li a.linkBtn {
display: block;
padding-left: 30px;
padding-right: 30px;
}
@media print,
screen and (min-width: 641px) { #sub_link {
justify-content: center;
column-gap: 2%;
}
#sub_link li {
width: 23.5%;
}
} .post table.recruit_tbl dl {
display: flex;
}
.post table.recruit_tbl dt {
font-weight: normal;
}
.post table.recruit_tbl dd {
padding: 0;
} #service_flow h3 {
padding: 10px;
background: var(--color-primary);
border-radius: 10px;
border: none;
color: #fff;
text-align: center;
}
#service_flow .box_w2_sp {
column-gap: 2%;
row-gap: 1.0rem;
justify-content: flex-start;
}
#service_flow dl {
position: relative;
min-height: 100px;
width: calc(32% - 20px);
margin-bottom: 30px;
padding: 15px;
padding-right: 3%;
background: #C3FFE6;
text-align: center;
line-height: 1.5;
margin-top: 20px;
margin-left: 20px;
box-sizing: border-box;
}
#service_flow dl::before,
#service_flow dl::after {
content: "";
width: 8%;
height: 50%;
background: #fff;
position: absolute;
z-index: 3;
}
#service_flow dl::before {
clip-path: polygon(100% 0, 0 0, 100% 100%);
top: 0;
right: 0;
}
#service_flow dl::after {
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
right: 0;
bottom: 0;
}
#service_flow dl dt {
font-weight: 500;
margin-bottom: 1.5rem;
}
#service_flow dl dt b {
position: absolute;
top: -20px;
left: -20px;
width: 50px;
height: 50px;
border-radius: 50%;
background: #837164;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
line-height: 1.0;
}
@media only screen and (max-width: 959px) and (min-width: 641px) { #service_flow dl {
width: calc(49% - 20px);
}
}
@media only screen and (max-width: 640px) { #service_flow dl {
width: 100%;
}
} #material_list dl {
position: relative;
margin-bottom: 40px;
padding: 20px;
box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
#material_list dt {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
font-size: 120%;
text-align: center;
}
#material_list dt img {
display: block;
margin: 0 auto 15px;
aspect-ratio: 6 / 4;
}
#material_list dd {
padding: 0;
}
#material_list .ico span {
display: inline-block;
padding: 0 10px;
background: var(--color-primary);
color: #fff;
}
@media print,
screen and (min-width: 641px) { #material_list {
justify-content: flex-start;
column-gap: 3.5%;
}
#material_list dl {
width: 31%;
padding-bottom: 70px;
margin-bottom: 60px;
}
#material_list .btn {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
text-align: center;
}
} .material_box {
box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.material_box h2.sub {
font-size: var(--rem24);
} #breadcrumb ul li b,
#sitemap_list li a b {
display: none;
} .wpcf7-form select {
width: auto;
}
.wpcf7-form .must_fn {
float: none;
} .post form.wpcf7-form .linkBtn {
width: 200px !important;
padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
position: absolute;
top: 50%;
left: 0;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
padding: 15px 35px;
} #flags ul li a {
padding: 0 !important;
}
.gt_flex {
display: flex;
justify-content: flex-end;
padding: 5px 0;
}
#flags {
width: 160px !important;
display: flex;
align-items: center;
justify-content: flex-end;
}
.gt_flex #flags,
.gt_flex #google_language_translator {
height: 30px;
}
ul#sortable li {
height: 18px !important;
display: block;
}
@media print,
screen and (min-width: 1024px) { #glt-translate-trigger {
display: none;
}
#header {
height: auto !important;
}
}
@media print,
screen and (max-width: 768px) {
#glt-translate-trigger {
bottom: 58px;
}
.tool-container {
bottom: 100px !important;
}
}