html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
main{
margin-top:0 !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
nav ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
} ins {
background-color: #ff9;
color: #000;
text-decoration: none;
} mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
input,
button,
select,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
border-radius: 0;
font: inherit;
outline: none;
}
textarea {
resize: vertical;
}
input[type=checkbox],
input[type=radio] {
display: none;
}
input[type=submit],
input[type=button],
label,
button,
select {
cursor: pointer;
}
select::-ms-expand {
display: none;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
ul {
list-style: none;
}
a {
color: #333;
text-decoration: none;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.t-right{
text-align:right;
}
.t-left{
text-align:left;
}
.green{
color:#1F6A39;
}
.container {
width: 100%;
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}
.contents_wrapper {
margin-top: 20px;
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 40px;
}
@media only screen and (max-width: 1024px) {
.contents_wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
main {
width: 100%;
}
.side_bar {
width: 250px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
.side_bar {
width: 100%;
}
}
.header.is-hide {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.header {
background: #fff;
width: 100%;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.header .header_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 15px;
}
@media screen and (max-width: 1040px) {
.header .header_inner {
padding: 14px 7px;
}
}
.header .parts_company_logo {
text-align: right;
}
.header .parts_company_logo span {
display: inline-block;
}
@media screen and (max-width: 1200px) {
.header .parts_company_logo span {
display: block;
}
}
.header .parts_company_logo .main {
font-size: 28px;
margin-right: 0.5em;
}
@media screen and (max-width: 1300px) {
.header .parts_company_logo .main {
font-size: 18px;
}
}
@media screen and (max-width: 1200px) {
.header .parts_company_logo .main {
margin-right: 0;
}
}
.header .parts_company_logo .sub {
font-size: 24px;
font-weight: bold;
}
@media screen and (max-width: 1300px) {
.header .parts_company_logo .sub {
font-size: 18px;
}
}
@media screen and (max-width: 1040px) {
.header .header_nav {
display: none;
}
}
.header .header_nav .header_nav_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0.4em;
}
.header .header_nav .header_nav_item a {
font-size: 18px;
font-weight: bold;
display: inline-block;
padding: 20px 10px;
width: 100%;
height: 100%;
}
.header .header_nav .header_nav_item a:hover {
opacity: 0.8;
}
.header .header_nav .header_nav_item._colored a {
background: #0E9944;
color: #fff;
}
.header .header_nav .header_nav_item._colored a:hover {
opacity: 0.8;
}
.header_nav_item.phone,
.sp_nav_phone{
display: flex;
align-items: center;
}
.header_nav_item.phone svg,
.sp_nav_phone svg{
width: 20px;
height: 18px;
stroke: #1a6fc4;
}
.header_nav_item.phone span,
.sp_nav_phone span{
font-weight:700;
margin-left:3px;
}
.header .toggle_btn {
display: none;
width: 30px;
height: 20px;
margin-right: 10px;
position: relative;
}
.sp_nav_phone{
display:none;
}
@media screen and (max-width: 1040px) {
.header .toggle_btn {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 900;
}
.sp_nav_phone{
display:block;
position:absolute;
right: 57px;
top: 14px;
}
.sp_nav_phone span{
margin-left:0;
}
.sp_nav_phone svg{
width: 16px;
height: 13px;
}
}
.header .toggle_btn span {
display: none;
background: #000;
position: absolute;
left: 0;
width: 100%;
height: 2px;
border-radius: 4px;
}
.header .toggle_btn span:nth-of-type(1) {
top: 0;
}
.header .toggle_btn span:nth-of-type(2) {
top: 9px;
}
.header .toggle_btn span:nth-of-type(3) {
bottom: 0;
}
@media screen and (max-width: 1040px) {
.header .toggle_btn span {
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 900;
}
}
.header .toggle_btn.is-active span:nth-of-type(1) {
-webkit-transform: translateY(12px) rotate(-45deg);
transform: translateY(12px) rotate(-45deg);
}
.header .toggle_btn.is-active span:nth-of-type(2) {
display: none;
}
.header .toggle_btn.is-active span:nth-of-type(3) {
-webkit-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg);
}
.header .toggle_nav {
display: none;
padding: 50px 20px;
}
.header .toggle_nav .toggle_nav_item:not(:first-of-type) {
margin-top: 1em;
}
.header .toggle_nav .toggle_nav_item a {
display: block;
}
.header .toggle_nav .toggle_nav_item span {
display: block;
}
.header .toggle_nav .toggle_nav_item .deco {
font-weight: normal;
font-family: "oswald", sans-serif;
font-size: 14px;
color: #2F9944;
}
.header .toggle_nav .toggle_nav_item .title {
font-weight: bold;
font-size: 20px;
}
.header .toggle_nav .sub_menu {
margin-top: 50px;
}
.header .toggle_nav .sub_menu .sub_menu_item {
font-size: 16px;
font-weight: bold;
}
.side_bar > *:not(:first-of-type) {
margin-top: 20px;
}
.side_bar .side_service_main {
background: #f1f1f1;
padding: 10px;
}
.side_bar .side_service_main .title {
text-align: center;
color: #1F6A39;
font-size: 23px;
}
.side_bar .side_service_main_list {
margin-top: 10px;
}
.side_bar .side_service_main_item:not(:first-of-type) {
margin-top: 10px;
}
.side_bar .side_service_sub .title {
background: #2F9944;
text-align: center;
padding: 0.7em;
color: #fff;
}
.side_bar .side_service_sub_list {
background: #e8e8e8;
padding: 10px;
}
.side_bar .side_service_sub_item:not(:first-of-type) {
margin-top: 10px;
}
.side_bar .side_service_sub_item a {
display: inline-block;
padding: 0.5em 1em;
background: #fff;
border-radius: 2em;
}
.side_bar .side_service_sub_item a:hover {
opacity: 0.7;
}
.top_mv {
width: 100%;
height: 50vw; position: relative;
background:url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/top-kv-bn-1.webp) no-repeat;
background-size:cover;
}
.top_mv .inner {
padding: 0 10vw;
}
.top_mv .top_copy {
position: absolute;
top: 70%;
left:6%;
-webkit-transform: translateY(-80%);
transform: translateY(-80%);
z-index: 999;
color: #fff;
font-weight: bold;
}
.top_mv .text._lg{
font-size: 60px !important;
}
@media only screen and (max-width: 1400px) {
.top_mv .text._lg {
font-size: 56px !important;
}
}
@media only screen and (max-width: 1000px) {
.top_mv .text._lg {
font-size: 40px !important;
}
}
.top_mv .text._md {
margin-top: 0.5em;
font-size: 40px;
}
@media only screen and (max-width: 1400px) {
.top_mv .text._md {
font-size: 30px;
}
}
@media only screen and (max-width: 1000px) {
.top_mv .text._md {
font-size: 21px;
line-height:1.3;
}
}
.top_mv .text._sm {
margin-top: 1em;
font-size: 20px;
}
@media only screen and (max-width: 1400px) {
.top_mv .text._sm {
font-size: 16px;
}
}
@media only screen and (max-width: 768px) {
.top_mv {
height:74vh;
margin-top:40px;
}
.top_mv .text._lg{
font-size:6.8vw !important;
line-height:9vw !important;
}
}
.top_mv .scroll {
position: absolute;
bottom: 0;
left: calc(7.4vw - 20px);
z-index: 10;
height: 60px;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.top_mv .scroll {
left: 7.4vw;
}
}
.top_mv .scroll .bar {
position: absolute;
display: block;
width: 1px;
height: 100%;
background: #fff;
-webkit-animation: sdl 2s ease 0ms infinite;
animation: sdl 2s ease 0ms infinite;
}
@-webkit-keyframes sdl {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
100% {
-webkit-transform: translateY(70px);
transform: translateY(70px);
}
}
@keyframes sdl {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
100% {
-webkit-transform: translateY(70px);
transform: translateY(70px);
}
}
.top_mv .scroll p {
padding-top: 20px;
padding-left: 20px;
color: #fff;
font-size: 12px;
letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
.top_mv .scroll p {
font-size: 10px;
}
}
svg { }
svg .rotated {
-webkit-transform: rotate(-10deg) scale(1.5);
transform: rotate(-10deg) scale(1.5);
-webkit-transform-origin: 400px 700px 0;
transform-origin: 400px 700px 0;
}
@media screen and (max-width: 767px) {
svg .rotated {
-webkit-transform: rotate(-15deg) scale(2);
transform: rotate(-15deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
@media screen and (max-width: 767px) {
svg #wave1 {
-webkit-transform: rotate(-18deg) scale(2);
transform: rotate(-18deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
@media screen and (max-width: 767px) {
svg #wave2 {
-webkit-transform: rotate(-28deg) scale(2);
transform: rotate(-28deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
@media screen and (max-width: 767px) {
svg #wave3 {
-webkit-transform: rotate(-20deg) scale(2);
transform: rotate(-20deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
@media screen and (max-width: 767px) {
svg #wave4 {
-webkit-transform: rotate(-15deg) scale(2);
transform: rotate(-15deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
@media screen and (max-width: 767px) {
svg #wave5 {
-webkit-transform: rotate(-10deg) scale(2);
transform: rotate(-10deg) scale(2);
-webkit-transform-origin: 250px 300px 0;
transform-origin: 250px 300px 0;
}
}
.top_intro {
padding: 30px 0 70px;
background-color:#fff; background-size:cover;
}
.top_intro .contents_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 50px;
}
@media only screen and (max-width: 768px) {
.top_intro .contents_wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.top_intro .img_area {
width: 40%;
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
.top_intro .img_area {
width: 100%;
}
}
.top_intro .img_area .intro_copy {
font-size: 32px;
color:#00419A;
}
.top_intro .content_area .intro_text {
margin-top: 20px;
}
.top_intro .top_intro_list {
margin-top: 20px;
}
.top_intro .service_item_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.top_intro .service_item_inner .icon {
width: 40px;
height: 40px;
}
.top_intro .btn_area {
text-align: center;
margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.top_intro .img_area .intro_copy {
font-size: 24px;
}
.top_intro .top_intro_list {
margin-top: 8vw;
}
}
.top_strength {
background: #b2c8d1;
padding: 50px 0 30px;
}
.top_strength .strength_list {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
}
.top_strength .strength_list .img_area{
margin-bottom:20px;
}
.top_strength .strength_list h3{
font-size:22px;
text-align:center;
margin-bottom:20px;
}
.top_strength .strength_list h3 .tx-l{
font-size:1.5em;
}
.top_strength .strength_item {
width: calc((100% - 45px) / 4);
background: #fff;
padding: 10px;
}
@media only screen and (max-width: 1024px) {
.top_strength .strength_item {
width: calc((100% - 15px) / 2);
}
}
@media only screen and (max-width: 520px) {
.top_strength .strength_item {
width: 100%;
}
}
.top_strength .img_area img {
width: 100%;
}
.top_service {
padding: 50px 0 80px;
}
.top_service .parts_service_list {
margin-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 50px 10px;
}
.top_service .service_item {
width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 1024px) {
.top_service .service_item {
width: calc((100% - 10px) / 2);
}
}
.top_service .service_item .title {
font-size: 22px;
font-weight: bold;
color: #0E9944 !important;
text-align: center;
margin-bottom: 20px;
}
.top_service .service_item .img_area{
display:block;
margin:0 auto;
max-width:85%;
background: #d6f1ee;
}
.top_service .service_item .img_area img{
display:block;
margin:0 auto;
}
.top_service .service_item .text {
max-width:85%;
margin:20px auto 0;
}
.top_service .service_item .text.service_detail li{
position:relative;
padding-left:28px;
margin-bottom:5px;
}
.top_service .service_item .text.service_detail li:before{
position:absolute;
content:"";
background:url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/check.png) no-repeat;
background-size:contain;
width:24px;
height:21px;
top:6px;
left:0;
}
.top_service .service_item .text.service_detail .onayami{
position:relative;
padding-left:28px;
display:inline-block;
font-size: .95em;
line-height: 1.2;
}
.top_service .service_item .text.service_detail .onayami:before{
position:absolute;
content:"";
background:url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/onayami.png) no-repeat;
background-size:contain;
width:24px;
height:17px;
top:6px;
left:0;
}
@media only screen and (max-width: 599px) {
.top_service .service_item .text.service_detail li {
padding-left: 25px;
}
.top_service .service_item .text.service_detail li:before{
width: 20px;
height: 17px;
top: 4px;
}
.top_service .service_item .text.service_detail .onayami:before{
top:4px;
}
}
.voice-banner{
text-align:center;
}
.voice-banner img{
margin-left:auto;
margin-right:auto;
}
.top_contact_bn{
background:#efefef;
border-radius:20px;
}
.top_contact_bn_inner{
display:flex;
justify-content:center;
padding:0 25px;
align-items:center;
}
.top_contact_bn_inner .fas{
font-size:1em;
color:#555;
margin:0 1em;
}
.top_contact_bn .tx,
.top_contact_bn .open{
color:#555;
font-size:1em;
font-weight:600;
}
.top_contact_bn .tel{
color:#ff7600;
font-size:1.7em;
font-weight:600;
margin:0 1em;
}
@media only screen and (max-width: 1024px) {
.top_contact_bn .tx, .top_contact_bn .open{
font-size:.7em;
}
.top_contact_bn .tel{
font-size:1.2em;
margin:0 .5em;
}
.top_contact_bn_inner .fas {
font-size: .8em;
margin: 0 0.5em;
}
}
@media only screen and (max-width: 768px) {
.top_contact_bn_inner{
display:block;
padding:.5em 0;
}
.top_contact_bn .tx, .top_contact_bn .open{
display:block;
width:100%;
text-align:center;
font-size:1.3em;
}
.top_contact_bn .tel{
display:block;
display:block;
text-align:center;
}
.top_contact_bn .tel .fas{
padding-bottom:12px;
vertical-align:middle;
}
.top_contact_bn .tel .num{
font-size:1.7em;
}
}
@media only screen and (max-width: 390px) {
.top_contact_bn .tx, .top_contact_bn .open{
font-size:1em;
}
.top_contact_bn .tel .num {
font-size: 1.5em;
}
.top_contact_bn .tel{
margin:.3em 0;
}
}
.top_news {
background: #b2c8d1;
padding: 50px 0 70px;
}
.top_news .news_list {
margin-top: 50px;
background: #fff;
padding: 20px;
}
.top_news .news_item .date {
display:inline-block;
margin-right:20px;
font-size: 16px;
color: #2F9944;
}
.top_news .news_item .title {
font-size: 18px;
display:inline-block;
}
.top_news .news_item .text {
margin-top: 5px;
color: #5a5a5a;
}
.top_news .news_item:not(:first-of-type) {
margin-top: 15px;
}
.top_news .btn_area {
margin-top: 30px;
text-align: center;
}
.news_item_inner ul{
padding-bottom:20px;
}
.news_item_inner ul li{
padding:10px 0;
border-bottom: dashed 1px #b2c8d1;
}
.top_recruit {
padding: 0 0 30px 0;
}
.top_recruit .bnr_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
@media only screen and (max-width: 520px) {
.top_recruit {
padding: 0;
}
.top_recruit .bnr_wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.top_recruit .bnr_item,
.page_recruit .bnr_item{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position:relative;
background: #00552E;
margin-right:2px;
}
.top_recruit .bnr_item img,
.page_recruit .bnr_item img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.top_recruit .txt,
.page_recruit .txt{
position:absolute;
color:#fff;
top:10%;
left:3%;
font-weight:600;
}
.top_recruit .txt .rec,
.page_recruit .txt .rec{
font-size:106px;
}
.top_recruit .txt .message,
.page_recruit .txt .message{
font-size:36px;
}
.top_recruit .txt .btn,
.page_recruit .txt .btn{
padding:10px 20px;
border:solid 1px #fff;
margin-top:60px;
display:inline-block;
}
.top_access {
padding: 50px 0;
}
.top_access .office_item {
margin-top: 50px;
}
.top_access .office_name {
text-align: center;
font-size: 23px;
font-weight: bold;
color: #2F9944;
}
.top_access .address {
margin-top: 15px;
text-align: center;
}
.top_access .map_area {
margin: 30px auto 0;
max-width: 800px;
}
.top_access .map_container {
width: 100%;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.top_access .map_container iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.map-container {
position: relative;
padding-top: 75%; height: 0;
}
.map-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.service_introduction .img_area {
width: 100%;
margin: 50px auto;
}
.service_introduction .text {
margin-top: 20px;
text-align: center;
font-weight: 600;
font-size: 24px;
}
.service_introduction .service_intro_list {
margin-top: 20px;
padding: 10px;
}
.service_main {
margin-top: 40px;
}
.service_main_item {
margin-top: 50px;
}
.service_main_item .main_title {
text-align: center;
}
.service_main_item .parts_service_item_btn {
font-size: 22px;
}
.service_main_item .title_icon_longlined {
margin: 30px 10px;
}
.service_main_item .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service_main_item .service_child {
width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
.service_main_item .service_child {
width: 100%;
}
.top_access .map_container{
padding-bottom: 85.25%;
}
}
.service_main_item .text {
margin-bottom: 15px;
}
.service_main_item .link {
text-align: right;
}
.service_main_item .link a {
color: #1F6A39;
}
.service_main_item .link a:hover {
color: #2F9944;
}
.service_sub {
margin-top: 50px;
padding: 30px 0;
}
.service_sub_title {
text-align: center;
font-size: 24px;
}
.service_sub_content {
margin-top: 30px;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service_sub_item {
width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 768px) {
.service_sub_item {
width: 100%;
}
}
.service_sub_item .title {
color: #2F9944;
}
.service_sub_item .text {
margin-top: 10px;
}
.service_sub_item .link {
margin-top: 10px;
text-align: right;
}
.service_sub_item .link a {
color: #1F6A39;
}
.service_sub_item .link a:hover {
color: #2F9944;
}
.common-service-style .box-gray {
padding: 15px;
}
.common-service-style .title_icon_longlined {
margin-top: 20px;
margin-bottom: 10px;
}
.common-service-style h2 {
text-align: center;
padding: 30px 0 10px;
font-size: 28px;
margin-bottom: 40px;
}
.common-service-style h3 {
font-size: 24px;
margin: 20px 0 10px;
}
.common-service-style p {
margin-bottom: 20px;
line-height: 1.5;
}
.common-service-style > img {
margin-bottom: 20px;
}
.common-service-style a {
color: #1F6A39;
}
.common-service-style a:hover {
color: #2F9944;
}
.common-service-style table {
border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
.common-service-style table {
width: 100%;
}
}
.common-service-style table th,
.common-service-style table td {
border: 1px solid #e8e8e8;
padding: 0.5em 2em;
}
@media only screen and (max-width: 768px) {
.common-service-style table th,
.common-service-style table td {
padding: 0.5em;
}
}
.common-service-style table th {
background: #f1f1f1;
font-weight: normal;
text-align: left;
}
.common-news-style h2{
padding-left: 15px;
font-size: 22px;
font-weight: bold;
border-left: 6px solid #1F6A39;
margin: 40px 0 10px;
}
.common-news-style .content{
margin:40px 0;
}
.page_flow .flow_item:not(:first-of-type) {
margin-top: 2em;
}
.page_flow .flow_item_title {
padding-bottom: 5px;
border-bottom: 3px solid #e8e8e8;
font-size: 20px;
}
.page_flow .flow_item_title .num {
margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
.page_flow .flow_item_title span {
display: block;
}
.page_flow .flow_item_title .num {
color: #5a5a5a;
font-size: 0.9em;
}
}
.page_flow .flow_item_content {
margin-top: 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
.page_flow .flow_item_content > * {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media only screen and (max-width: 768px) {
.page_flow .flow_item_content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_recruit main {
padding: 50px 0;
}
.page_recruit .recruit_mv {
width: 100%;
}
.page_recruit .recruit_mv .inner {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_mv .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_recruit .recruit_mv .inner > * {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.page_recruit .recruit_page_title {
text-align: center;
font-size: 1.7em;
font-weight: bold;
line-height:1.6;
}
.page_recruit .recruit_greeting .inner {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 1em;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_greeting .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_recruit .recruit_greeting .img_area {
width: 300px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.page_recruit .recruit_greeting .img_area img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_greeting .img_area {
width: 100%;
}
}
.page_recruit .recruit_greeting .title {
margin-bottom: 20px;
}
.page_recruit .recruit_greeting .signature {
margin-top: 2em;
text-align: right;
}
.page_recruit .recruit_wanted {
margin: 50px 0 70px;
background: #f1f1f1;
padding: 1em;
}
.page_recruit .recruit_wanted .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_wanted .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_recruit .recruit_wanted .img_area {
width: 400px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.page_recruit .recruit_wanted .img_area img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_wanted .img_area {
width: 100%;
}
}
.page_recruit .recruit_wanted .heading {
color: #1F6A39;
font-weight: bold;
font-size: 1.3em;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_wanted .heading {
font-size: 1.1em;
}
}
.page_recruit .recruit_wanted .text {
margin-top: 20px;
}
.page_recruit .recruit_wanted .text p {
margin-bottom: 1em;
}
.page_recruit .recruit_philosophy {
padding: 50px 0;
background: #d5ecdb;
}
.page_recruit .recruit_philosophy .philosophy_content {
margin-top: 30px;
}
.page_recruit .recruit_philosophy .philosophy_content .heading {
font-weight: bold;
color: #1F6A39;
}
.page_recruit .recruit_philosophy .philosophy_content .parts_num_list {
margin-top: 20px;
}
.page_recruit .recruit_philosophy .philosophy_content .ending {
margin-top: 1.5em;
}
.page_recruit .recruit_philosophy .philosophy_title {
background: #1F6A39;
display: inline-block;
color: #fff;
padding: 0.5em 2em;
font-size: 20px;
}
.page_recruit .recruit_philosophy .philosophy_guideline {
margin-top: 50px;
}
.page_recruit .recruit_philosophy .guideline_list {
background: #fff;
padding: 2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.page_recruit .recruit_philosophy .guideline_item {
width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 1024px) {
.page_recruit .recruit_philosophy .guideline_item {
width: calc((100% - 20px) / 2);
}
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_philosophy .guideline_item {
width: 100%;
}
}
.page_recruit .recruit_philosophy .guideline_item._heading .text {
color: #1F6A39;
font-weight: bold;
}
.page_recruit .recruit_data {
padding: 50px 0;
}
.page_recruit .recruit_data .data_content {
margin-top: 30px;
}
.page_recruit .recruit_data .data_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
.page_recruit .recruit_data .data_content .data_item{
border:solid 25px #ccc;
background:#fff;
width:50%;
padding:20px;
}
.page_recruit .recruit_data .data_content .data_item h3{
color:#063c78;
font-size:40px;
text-align:center;
position:relative;
}
.page_recruit .recruit_data .data_content .data_item h3:before {
position: absolute;
bottom: -10px;
left: calc(50% - 30px);
width: 60px;
height: 5px;
content: '';
background: #063c78;
}
.page_recruit .recruit_data .data_content .data_item .data_num{
font-size: 100px;
text-align: center;
padding: 20px 0;
font-weight: 600;
}
.page_recruit .recruit_data .data_content .data_item .howold{
position:relative;
padding-left:30px;
}
.page_recruit .recruit_data .data_content .data_item .howold:before{
position:absolute;
content:"";
background:url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/saiyou1.png) no-repeat;
background-size:contain;
width:70px;
height:57px;
top:0;
bottom:0;
margin:auto;
left:20px;
}
.page_recruit .recruit_data .data_content .data_item .data_num .tx-s{
font-size:60px;
}
.page_recruit .recruit_data .data_content .data_item .data_ex{
color:#063c78;
font-weight:bold;
font-size:32px;
text-align:center;
}
.page_recruit .recruit_data .data_content .data_item .data_point{
text-align:center;
padding-top:10px;
}
.page_recruit .recruit_data .data_content .data_item .waku{
display:flex;
justify-content:center;
align-items:center;
}
.page_recruit .recruit_data .data_content .data_item .circle {
position: relative;
width: 150px;
height: 150px; 
background-color: #063c78;
border-radius: 50%; 
margin: 0 20px 0 0;
text-align: center;
}
.page_recruit .recruit_data .data_content .data_item .circle-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color:#fff;
font-weight:900;
font-size:28px;
}
@media only screen and (max-width: 1040px) {
.page_recruit .recruit_data .data_content .data_item h3{
font-size:5vw;
}
.page_recruit .recruit_data .data_content .data_item .data_num {
font-size: 11vw !important;
padding: 4vw 0;
}
.page_recruit .recruit_data .data_content .data_item .howold{
padding-left:10vw;
}
.page_recruit .recruit_data .data_content .data_item .data_num .tx-s{
font-size:5vw;
}
.page_recruit .recruit_data .data_content .data_item .data_ex{
font-size:5vw;
line-height:7vw;
}
.page_recruit .recruit_data .data_content .data_item .howold:before{
}
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_data .data_list{
flex-wrap:wrap;
}
.page_recruit .recruit_data .data_content .data_item{
width:100%;
border: solid 12px #ccc;
}
.page_recruit .recruit_data .data_content .data_item .circle{
width:100px;
height:100px;
margin-top:20px;
margin-bottom:20px;
}
.page_recruit .recruit_data .data_content .data_item .circle-inner{
font-size:16px;
}
}
@media only screen and (max-width: 520px) {
.page_recruit .recruit_data .data_list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.page_recruit .recruit_data .data_content .data_item .data_num{
padding:9vw 0 5vw 0;
}
.page_recruit .recruit_data .data_content .data_item .howold:before{
width:44px;
height:34px;
}
}
.page_recruit .recruit_info {
margin-top: 50px;
}
.page_recruit .recruit_info .info_item:not(:first-of-type) {
margin-top: 15px;
}
.page_recruit .recruit_info .info_list {
margin-top: 30px;
}
.page_recruit .recruit_info .info_content .date {
font-size: 0.9em;
color: #9e9e9e;
}
.page_recruit .recruit_info .info_content .title {
font-size: 1.3em;
border-left: 3px solid #1F6A39;
margin: 0.2em 0;
padding-left: 0.5em;
}
.page_recruit .recruit_info .bnr_area {
margin-top: 50px;
}
.page_recruit .recruit_info .bnr_area .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
@media only screen and (max-width: 768px) {
.page_recruit .recruit_info .bnr_area .inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_seminar .seminar_info_item {
padding: 1em 0;
border-bottom: 1px dotted #CCC;
}
.page_seminar .tag {
border: 1px solid #333;
border-radius: 20px;
padding: 3px 10px;
font-size: 0.8em;
margin: 0 0.2em;
white-space: nowrap;
}
.page_company .section_title {
font-size: 24px;
text-align: center;
padding: 1em 0 0.3em;
margin-bottom: 1em;
}
.page_company .company_philosophy .philosophy_content .heading {
color: #1F6A39;
font-weight: bold;
}
.page_company .company_philosophy .philosophy_content .parts_num_list {
margin-top: 1em;
}
.page_company .company_philosophy .philosophy_content .parts_num_list li {
margin: 0.5em 0;
}
.page_company .company_philosophy .philosophy_content .ending {
margin-top: 1em;
}
.page_company .company_greeting {
margin-top: 30px;
}
.page_company .company_greeting .img_area {
float: right;
width: 300px;
margin-left: 20px;
}
.page_company .company_greeting .img_area img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.page_company .company_greeting .img_area {
float: none;
width: 100%;
margin-left: 0;
margin-bottom: 20px;
}
}
.page_company .company_greeting .heading {
color: #1F6A39;
font-weight: bold;
font-size: 20px;
}
.page_company .company_greeting .text {
margin-top: 1em;
}
.page_company .company_greeting .signature {
margin-top: 10px;
text-align: center;
width: 300px;
}
.page_company .company_greeting .signature .name {
font-size: 24px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.page_company .company_greeting .signature {
margin: 10px auto;
}
}
.page_company .company_guideline {
margin-top: 30px;
}
.page_company .company_guideline .guideline_item {
border-bottom: 1px dotted #ccc;
padding: 1em 0;
}
.page_company .company_guideline .guideline_item .img_area {
max-width: 300px;
margin: 0 auto;
}
.page_company .company_guideline .guideline_item .text {
margin-top: 15px;
}
.page_company .company_guideline .guideline_item._heading .text {
font-weight: bold;
color: #1F6A39;
}
.page_company .company_info {
margin-top: 30px;
}
.page_company .company_info .company_info_table,
.company_info_table{
border-collapse: collapse;
width: 100%;
max-width:810px;
margin-left:auto;
margin-right:auto;
}
.page_company .company_info .company_info_table th, .page_company .company_info .company_info_table td,
.company_info_table th,
.company_info_table td{
border: 1px solid #e8e8e8;
padding: 0.5em;
}
@media only screen and (max-width: 768px) {
.page_company .company_info .company_info_table th, .page_company .company_info .company_info_table td,.company_info_table th,.company_info_table td {
display: block;
}
}
.page_company .company_info .company_info_table th,
.company_info_table th{
text-align: left;
width: 30%;
background: #f1f1f1;
}
@media only screen and (max-width: 768px) {
.page_company .company_info .company_info_table th,
.company_info_table th{
width: 100%;
}
}
.page_company .company_access {
margin-top: 30px;
}
.page_company .company_access .address_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
@media only screen and (max-width: 768px) {
.page_company .company_access .address_wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_company .company_access .img_area {
max-width: 300px;
}
@media only screen and (max-width: 768px) {
.page_company .company_access .img_area {
width: 100%;
max-width: 100%;
}
}
.page_company .company_access .text_area {
width: 100%;
}
.page_company .company_access .text_area .title {
font-size: 1.3em;
border-bottom: 3px solid #ccc;
}
.page_company .company_access .text_area .term {
font-weight: bold;
padding: 0.3em 0 0.2em;
}
.page_company .company_access .map_area {
margin-top: 30px;
width: 100%;
}
.page_company .company_access .map_container {
width: 100%;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.page_company .company_access .map_container iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
} .page_contact .contact_item:not(:first-of-type) {
margin-top: 50px;
}
.page_contact .contact_title {
margin-bottom: 30px;
}
.page_contact .tel_content {
text-align: center;
}
.page_contact .tel_content .tel_item {
font-weight: bold;
font-size: 1.2em;
}
.page_contact .tel_content .tel_item a {
color: #2F9944;
}
.page_contact .tel_content .tel_item a:hover {
color: #1F6A39;
}
.page_contact .tel_content .time {
margin-top: 1em;
font-size: 1.2em;
}
.page_contact .tel_content .add_info {
margin-top: 0.5em;
}
.page_contact .form_area {
margin-top: 1em;
}
.page_contact .form_wrap {
border: 1px solid #e8e8e8;
}
.page_contact .form_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page_contact .form_row:not(:last-of-type) {
border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 768px) {
.page_contact .form_row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page_contact .form_row .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
max-width: 260px;
background: #F1F1F1;
padding: 20px;
}
@media only screen and (max-width: 768px) {
.page_contact .form_row .title {
max-width: inherit;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 10px 20px;
}
}
.page_contact .form_row .state {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 35px;
height: 20px;
margin-left: 20px;
}
.form_row .state > span {
display: block;
font-size: 10px;
-webkit-transform: scale(0.9);
transform: scale(0.9);
color: #fff;
}
.form_row .state._req {
background: #D35327;
}
.form_row .state._any {
background: #333;
}
.form_row .add_info {
font-size: 0.9em;
color: #5a5a5a;
}
.form_item {
width: calc(100% - 260px);
padding: 17px 20px;
}
@media only screen and (max-width: 768px) {
.form_item {
width: 100%;
}
}
.form_item input[type=text],
.form_item input[type=email],
.form_item input[type=number],
.form_item input[type=tel],
.form_item textarea {
width: 100%;
max-width: 450px;
border: 1px solid #F1F1F1;
padding: 5px 10px;
}
.form_item input[type=text]::-webkit-input-placeholder, .form_item input[type=email]::-webkit-input-placeholder, .form_item input[type=number]::-webkit-input-placeholder, .form_item input[type=tel]::-webkit-input-placeholder, .form_item textarea::-webkit-input-placeholder {
color: #b7b7b7;
font-size: 16px;
}
.form_item input[type=text]::-moz-placeholder, .form_item input[type=email]::-moz-placeholder, .form_item input[type=number]::-moz-placeholder, .form_item input[type=tel]::-moz-placeholder, .form_item textarea::-moz-placeholder {
color: #b7b7b7;
font-size: 16px;
}
.form_item input[type=text]:-ms-input-placeholder, .form_item input[type=email]:-ms-input-placeholder, .form_item input[type=number]:-ms-input-placeholder, .form_item input[type=tel]:-ms-input-placeholder, .form_item textarea:-ms-input-placeholder {
color: #b7b7b7;
font-size: 16px;
}
.form_item input[type=text]::-ms-input-placeholder, .form_item input[type=email]::-ms-input-placeholder, .form_item input[type=number]::-ms-input-placeholder, .form_item input[type=tel]::-ms-input-placeholder, .form_item textarea::-ms-input-placeholder {
color: #b7b7b7;
font-size: 16px;
}
.form_item input[type=text]::placeholder,
.form_item input[type=email]::placeholder,
.form_item input[type=number]::placeholder,
.form_item input[type=tel]::placeholder,
.form_item textarea::placeholder {
color: #b7b7b7;
font-size: 16px;
}
.form_item select {
border: 1px solid #F1F1F1;
padding: 5px 10px;
width: 100%;
}
.form_item textarea {
max-width: inherit;
}
.form_item textarea[name=detail] {
height: 150px;
}
.form_item._short input[type=text],
.form_item._short input[type=email],
.form_item._short input[type=number],
.form_item._short input[type=tel],
.form_item._short textarea {
max-width: 300px;
}
.form_item .notes {
color: #b7b7b7;
font-size: 14px;
margin-top: 10px;
padding-left: 1em;
text-indent: -1em;
}
.form_item .notes:before {
content: "※";
}
.form-check{
margin-top:20px;
}
.form-check input[type=text]{
width: 30%;
max-width: 40px;
border: 1px solid #ccc;
padding: 5px 10px;	
}
.form-thanks p{
margin-bottom:20px;
}
.form_quiz {
margin-top: 20px;
text-align: center;
}
.form_quiz input {
border: 2px solid #e8e8e8;
background: #fff;
width: 3em;
}
.form_quiz .inner {
margin-top: 1em;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 1em;
background: #f1f1f1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpcf7-spinner {
display: none !important;
}
.purpose.checkboxWrap .wpcf7-form-control.wpcf7-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 20%;
-moz-column-gap: 20%;
column-gap: 20%;
row-gap: 10px;
}
.purpose.checkboxWrap span.wpcf7-list-item {
width: 40%;
}
@media only screen and (max-width: 768px) {
.purpose.checkboxWrap span.wpcf7-list-item {
width: 100%;
}
}
.privacy.checkboxWrap {
border: 1px solid #ccc;
padding: 8px 10px;
margin-top: 15px;
}
.checkboxWrap .wpcf7-form-control-wrap {
display: block;
}
.checkboxWrap .wpcf7-form-control.wpcf7-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.checkboxWrap span.wpcf7-list-item {
position: relative;
}
.checkboxWrap .wpcf7-list-item-label {
cursor: pointer;
font-size: 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.checkboxWrap input[type=checkbox] {
position: absolute;
opacity: 0; }
.checkboxWrap .wpcf7-list-item-label:before { content: "";
background: #ccc;
display: inline-block;
width: 25px;
height: 25px;
position: relative;
margin-right: 10px;
vertical-align: middle;
cursor: pointer;
text-align: center;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.checkboxWrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
background: #1F6A39;
}
.checkboxWrap input[type=checkbox]:checked + .wpcf7-list-item-label:after { content: "";
width: 12px;
height: 8px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
position: absolute;
top: 50%;
left: 5px;
-webkit-transform: translateY(-70%) rotate(-45deg);
transform: translateY(-70%) rotate(-45deg);
-ms-flex-negative: 0;
flex-shrink: 0;
}
.selectWrap {
position: relative;
max-width: 300px;
}
.selectWrap::after {
position: absolute;
top: 30%;
right: 15px;
width: 9px;
height: 9px;
border-top: 2px solid #1F6A39;
border-right: 2px solid #1F6A39;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
pointer-events: none;
content: "";
}
.selectWrap::before {
position: absolute;
top: 50%;
right: 35px;
width: 1px;
height: 25px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: #F1F1F1;
content: "";
}
.btn_submit {
position: relative;
display: table;
width: 90%;
max-width: 328px;
background: #1F6A39;
margin-inline: auto;
margin-top: 50px;
}
.btn_submit button,
.btn_submit input {
width: 100%;
background: none;
border: none;
color: #fff;
font-size: 18px;
font-weight: bold;
padding-block: 20px;
cursor: pointer;
}
.page_privacy .privacy_content {
padding: 50px 0;
}
.page_privacy .privacy_content h2 {
text-align: center;
padding: 30px 0 10px;
font-size: 35px;
margin-bottom: 40px;
}
.page_privacy .privacy_content h3 {
font-size: 24px;
color: #2F9944;
padding: 20px 0 10px;
}
.page_privacy .privacy_content p {
margin-bottom: 10px;
}
.page_privacy .privacy_content ul,
.page_privacy .privacy_content ol {
margin-bottom: 10px;
}
.page_privacy .privacy_content ul li {
padding-left: 20px;
line-height: 1.8;
position: relative;
}
.page_privacy .privacy_content ul li::before {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
display: inline-block;
background: #2F9944;
width: 7px;
height: 7px;
border-radius: 50%;
display: inline-block;
}
.page_sitemap .parts_basic_list a {
color: #1F6A39;
}
@media only screen and (max-width: 800px) {
.common-news-style {
font-size: 18px;
}
}
.common-news-style p,
.common-news-style h2,
.common-news-style h3,
.common-news-style h4,
.common-news-style h5,
.common-news-style h6,
.common-news-style table,
.common-news-style ul,
.common-news-style ol {
margin-top: 10px;
}
.common-news-style *::-moz-selection {
background: #b7b7b7;
color: #fff;
}
.common-news-style *::selection {
background: #b7b7b7;
color: #fff;
}
.common-news-style a[target=_blank]::after {
content: "";
width: 13px;
height: 13px;
background-image: url(//yokoo-group.com/wp-content/img/linktab.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-left: 5px;
display: inline-block;
}
.common-news-style strong { }
.common-news-style .red{
color:#ff0000;
}
.common-news-style h2 {
padding-left: 15px;
font-size: 22px;
font-weight: bold;
border-left: 6px solid #1F6A39;
margin: 40px 0 10px;
}
@media only screen and (max-width: 800px) {
.common-news-style h2 {
font-size: 18px;
border-left: 3px solid #1F6A39;
}
}
.common-news-style h3 {
font-size: 20px;
color: #1F6A39;
font-weight: bold;
border-bottom: 2px solid #1F6A39;
margin: 30px 0 10px;
}
@media only screen and (max-width: 800px) {
.common-news-style h3 {
font-size: 16pxf;
}
}
.common-news-style table {
border-collapse: collapse;
max-width: 100%;
}
.common-news-style th, .common-news-style td {
border: 1px solid #ccc;
padding: 1em;
}
@media only screen and (max-width: 800px) {
.common-news-style th, .common-news-style td {
display: block;
}
}
.common-news-style th {
background: #f1f1f1;
}
.common-news-style img {
display: block;
max-width: 100% !important;
height: auto !important;
margin-right: auto;
margin-left: auto;
}
.prev-next-link{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 80px;
padding: 28px 0;
border-top: 2px solid #f1f1f1;
border-bottom: 2px solid #f1f1f1;
position:relative;
font-size:16px;
}
.prev-next-link:before{
position: absolute;
content: "BEFORE";
background: #4fa7d1;
color: #fff;
bottom: 0;
left: 0;
font-size: 12px;
padding: 2px 10px;
}
.prev-next-link:after{
position: absolute;
content: "NEXT";
background: #4fa7d1;
color: #fff;
bottom: 0;
right: 0;
font-size: 12px;
padding: 2px 10px;
}
.prev-next-link .prev{
width:48%;
border-right:2px solid #f1f1f1;
}
.prev-next-link .next{
width:48%;
text-align:right;
}
.common-news-style p{
margin:20px 0;
}
.footer {
padding-top: 40px;
background: #1F6A39;
color: #fff;
}
@media only screen and (max-width: 520px) {
.footer {
padding-bottom: 80px;
}
}
.footer a {
color: #fff;
}
.footer .footer_inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
@media only screen and (max-width: 768px) {
.footer .footer_inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer .footer_group {
width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 768px) {
.footer .footer_group {
width: 100%;
}
}
.footer .footer_nav_item {
padding-left: 20px;
padding: 0.3em 0.3em 0.3em 20px;
position: relative;
font-size:16px;
}
.footer .footer_nav_item::before {
content: "";
display: inline-block;
width: 7px;
height: 7px;
background: #2F9944;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.footer .footer_group._info {
text-align: center;
}
.footer .footer_logo {
margin-bottom: 2em;
}
.footer .footer_logo .parts_company_logo .main {
color: #fff;
}
.footer .footer_tel {
font-size: 24px;
font-weight: bold;
}
.footer .footer_tel span {
font-size: 0.7em;
font-weight: normal;
}
.footer .footer_contact {
margin-top: 15px;
font-size: 18px;
font-weight: bold;
}
.footer .nav_title + .footer_nav {
margin-top: 10px;
}
.footer .footer_nav + .nav_title {
margin-top: 20px;
}
.footer .target_area {
margin-top: 50px;
}
.footer .target_area .title {
font-size: 18px;
padding-left: 0.8em;
position: relative;
}
.footer .target_area .title::before {
content: "";
width: 3px;
height: 50%;
background: #2F9944;
position: absolute;
top: 0;
left: 0;
}
.footer .target_area .title::after {
content: "";
width: 3px;
height: 50%;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
}
.footer .target_area .content {
margin-top: 20px;
}
.footer .copy-right {
margin-top: 30px;
text-align: center;
padding: 10px;
font-size: 12px;
}
.btn_rounded {
display: inline-block;
padding: 10px 50px;
border-radius: 25px;
background: #2F9944;
color: #fff;
}
.btn_rounded:hover {
opacity: 0.8;
}
.btn_gradient {
display: inline-block;
text-align: center;
padding: 0.5em 3em;
border-radius: 25px;
background: -webkit-gradient(linear, left top, left bottom, from(#1F6A39), to(#2F9944));
background: linear-gradient(to bottom, #1F6A39, #2F9944);
color: #fff !important;
font-weight: bold;
}
.btn_gradient:hover {
opacity: 0.9;
}
.btn_gradient._lg {
font-size: 20px;
padding: 1.3em 3em;
min-width: 450px;
border-radius: 3em;
}
@media only screen and (max-width: 768px) {
.btn_gradient._lg {
min-width: unset;
width: 100%;
}
}
.parts_table-basic {
border-collapse: collapse;
margin: 10px;
}
.parts_table-basic th, .parts_table-basic td {
padding: 3px;
border-bottom: 1px solid #eee; }
.parts_table-basic th {
text-align: left;
font-weight: normal;
}
.parts_table-basic td {
padding-left: 2em;
white-space: nowrap;
}
.parts_table-basic._center {
margin: 0 auto;
}
.btn_contact {
display: inline-block;
background: #1F6A39;
padding: 0.5em 1em;
color: #fff;
}
.btn_contact:hover {
opacity: 0.8;
}
@media only screen and (max-width: 520px) {
.btn_contact {
display: block;
}
}
.parts_tel_btn {
display: inline-block;
text-align: left;
font-size: 50px;
}
@media only screen and (max-width: 768px) {
.parts_tel_btn {
font-size: 35px;
}
}
@media only screen and (max-width: 520px) {
.parts_tel_btn {
font-size: 24px;
}
.common-news-style p{
line-height:1.6;
}
}
.parts_tel_btn .num {
font-weight: bold;
}
.parts_tel_btn .time {
font-size: 0.5em;
margin-left: -7px;
}
.parts_tel_btn .inner {
position: relative;
padding-left: 1.5em;
}
.parts_tel_btn .inner::before {
content: url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/icon-tel.svg);
width: 1.5em;
position: absolute;
top: 0.5em;
left: 0;
}
.parts_service_item_btn {
display: inline-block;
color: #1F6A39;
}
.top_intro .parts_service_item_btn{
line-height: 1.3;
display: block;
background: #fff;
height: 65px;
padding: 10px;
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
position:relative;
}
.top_intro .parts_service_item_btn:after{
position:absolute;
content:"";
height: 0;
width: 0;
position: absolute;
bottom: 3px;
right: 3px;
border-right: 10px solid transparent;
border-top: 10px solid #fff;
background: #2F9944;
}
.parts_service_item_btn:hover {
color: #2F9944;
}
.parts_service_item_btn .inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
.parts_service_item_btn .inner .icon {
width: 40px;
height: 40px;
}
.lay_3col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 15px;
}
.lay_3col > * {
width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 768px) {
.lay_3col > * {
width: calc((100% - 10px) / 2);
}
}
@media only screen and (max-width: 520px) {
.lay_3col > * {
width: 100%;
}
}
.lay_2col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 15px;
}
.lay_2col > * {
width: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 520px) {
.lay_2col > * {
width: 100%;
}
}
.parts_company_logo .sub,
.parts_company_logo .main {
display: block;
line-height: 1.2;
}
.parts_company_logo .main {
color: #1F6A39;
font-size: 24px;
font-weight: bold;
}
.parts_company_logo._wh {
color: #fff;
}
.parts_company_logo._wh a {
color: #fff;
}
.title_underline {
padding: 0 0 10px 0;
text-align: center;
position: relative;
font-size: 28px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.title_underline {
font-size: 24px;
}
}
.title_underline::after {
position: absolute;
bottom: 0;
left: calc(50% - 75px);
display: block;
width: 150px;
height: 3px;
content: "";
background-color: #17552E;
}
.title_underline span._sub {
font-size: 0.7em;
font-weight: normal;
}
.title_icon_longlined {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 20px;
font-weight: bold;
gap: 1em;
padding-bottom: 0.5em;
border-bottom: 3px solid #e8e8e8;
}
.title_icon_longlined img {
width: 2em;
}
.title_Main-Light {
font-size: 20px;
font-weight: bold;
color: #2F9944;
}
@media only screen and (max-width: 768px) {
.title_Main-Light {
font-size: 18px;
}
}
.title_2color {
position: relative;
font-size: 1.3em;
padding: 0.5em 0;
border-bottom: 3px solid #2F9944;
}
.title_2color:before {
position: absolute;
bottom: -3px;
left: 0;
width: 20%;
height: 3px;
content: "";
background: #9e9e9e;
}
.parts_check_list li::before {
content: "";
font-weight: 400;
font-family: "Font Awesome 5 Free";
color: #2F9944;
font-size: 125%;
padding: 0 3px;
}
.parts_attention_list li::before {
content: "";
font-weight: 900;
font-family: "Font Awesome 5 Free";
color: #D25A2C;
font-size: 125%;
padding: 0 3px;
}
.parts_num_list {
counter-reset: item;
list-style-type: none;
padding-left: 0;
}
.parts_num_list ol {
padding-left: 1em;
}
.parts_num_list li {
text-indent: -1.3em;
padding-left: 1.3em;
}
.parts_num_list li::before {
counter-increment: item;
content: counter(item) ".";
padding-right: 0.5em;
font-weight: bold;
color: #2F9944;
}
.parts_basic_list li {
padding-left: 20px;
padding: 0.2em 0 0.2em 20px;
position: relative;
}
.parts_basic_list li::before {
content: "";
display: inline-block;
width: 7px;
height: 7px;
background: #2F9944;
border-radius: 50%;
position: absolute;
top: 0.7em;
left: 0;
}
.common_sub_mv {
width: 100%;
padding: 100px 20px;
background: #1F6A39;
text-align: center;
margin-top:45px;
}
.common_sub_mv .title {
font-size: 38px;
color: #fff;
}
.common-service-detail{
padding-bottom:10px;
}
.common-service-detail li{
position:relative;
padding-left:28px;
margin-bottom:5px;
}
.common-service-detail li:before{
position:absolute;
content:"";
background:url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/check.png) no-repeat;
background-size:contain;
width:24px;
height:21px;
top:5px;
left:0;
}
@media only screen and (max-width: 599px) {
.common-service-detail li{
padding-left:23px;
}
.common-service-detail li:before{
width:20px;
height:17px;	
}
.common_sub_mv{
padding:10vw 2vw;
}
}
dl.parts_underline_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
dl.parts_underline_list dt,
dl.parts_underline_list dd {
padding: 0.5em 0;
width: 50%;
border-bottom: 1px solid #2F9944;
}
dl.parts_underline_list dd {
text-align: right;
padding-left: 20px;
}
.common_contact_area {
padding: 100px 0;
background: url(//yokoo-group.com/wp-content/themes/keiei-support-sample/images/common_contact_bg.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
}
@media only screen and (max-width: 720px) {
.common_contact_area {
padding: 50px 0;
}
}
@media only screen and (max-width: 520px) {
.common_contact_area {
padding: 200px 0 20px;
}
}
.common_contact_area .content {
padding: 50px 100px;
display: inline-block;
background: rgba(255, 255, 255, 0.8);
text-align: center;
}
@media only screen and (max-width: 768px) {
.common_contact_area .content {
padding: 30px;
}
}
@media only screen and (max-width: 520px) {
.common_contact_area .content {
padding: 20px;
display: block;
}
}
.common_contact_area .title {
font-size: 35px;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.common_contact_area .title {
font-size: 24px;
}
}
@media only screen and (max-width: 520px) {
.common_contact_area .title {
font-size: 16px;
}
}
.common_contact_area .parts_tel_btn {
margin-top: 20px;
}
@media screen and (max-width: 520px) {
.common_contact_area .parts_tel_btn {
margin: 0;
}
}
.common_contact_area .btn_area {
margin-top: 20px;
}
@media screen and (max-width: 520px) {
.common_contact_area .btn_area {
margin-top: 10px;
}
}
.common_contact_area .btn_contact {
font-size: 34px;
}
@media only screen and (max-width: 768px) {
.common_contact_area .btn_contact {
font-size: 24px;
}
}
@media only screen and (max-width: 520px) {
.common_contact_area .btn_contact {
font-size: 18px;
}
}
.common_breadcrumb {
padding: 30px 0;
}
.common_breadcrumb .content {
padding: 5px;
background: #2F9944;
color: #fff;
}
.common_breadcrumb .content a {
color: #fff;
}
.common_breadcrumb span {
padding: 0 20px;
position: relative;
}
.common_breadcrumb span:not(:last-of-type)::after {
content: "";
display: inline-block;
width: 1.5em;
height: 1.5em;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 0;
top: 50%;
}
@media only screen and (max-width: 520px) {
.common_breadcrumb span:not(:last-of-type)::after {
width: 0.5em;
height: 0.5em;
}
}
.parts-totop {
bottom: 55px;
opacity: 1;
position: fixed;
right: 0px;
z-index: 30;
-webkit-transition: opacity 0.3s ease 0s;
transition: opacity 0.3s ease 0s;
}
.parts-totop a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 14px;
height: 42px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 42px;
background: #2F9944;
text-decoration: none;
}
.btn_cta-wrap {
display: none;
-webkit-transition: 0.3s;
transition: 0.3s;
position: fixed;
bottom: 0;
z-index: 20;
width: 100%;
}
@media only screen and (max-width: 520px) {
.btn_cta-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
box-sizing: border-box;
background: rgba(255,255,255,.7);
padding: 1vw;
width:calc(100% - 2vw);
}
.btn_cta-wrap.novoice{
justify-content:center;
}
.btn_cta-wrap.novoice li:first-child{
margin-right:2%;
}
.btn_cta-wrap.novoice li:last-child{
margin-left:2%;
}
.parts-totop {
bottom: 22vw;
}
}
.btn_cta-wrap.is-hide {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.btn_cta-wrap .btn_cta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.btn_cta { }
.btn_cta._tel{ }
.btn_cta .fas{
margin-right:8px;
}
.parts_arrow_down {
display: inline-block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #1F6A39;
}
.btn_cta-wrap li:first-child img {
width: 60vw;
}
.btn_cta-wrap.novoice li:first-child img {
width: 58vw;
}
.btn_cta-wrap li:first-child .time{
position: absolute;
left: 10vw;
bottom: 1.5vw;
font-size: 3vw;
text-align: center;
font-weight: 700;
}
.btn_cta-wrap.novoice li:first-child .time{
left:15vw;
}
.btn_cta-wrap li:nth-child(2) {
padding: 0 1vw;
}
.btn_cta-wrap li:nth-child(2) img {
width: 26vw;
}
.btn_cta-wrap li:last-child img {
width: 26vw;
}
.btn_cta-wrap.novoice li:last-child img {
width: 24vw;
}
.parts_arrow_down {
display: inline-block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #1F6A39;
}
.parts_bnr {
display: block;
position: relative;
padding-top: 200px;
margin: 0px auto;
width: 100%;
border-radius: 20px;
background-image: url(//yokoo-group.com/wp-content/assets/img/flow_1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
overflow: hidden;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.parts_bnr:hover {
color: #fff;
text-decoration: none;
}
.parts_bnr::before {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-color: rgba(0, 0, 0, 0.4);
content: "";
-webkit-transition: 0.3s;
transition: 0.3s;
}
.parts_bnr:hover::before {
background-color: rgba(0, 0, 0, 0);
}
.parts_bnr .content {
position: absolute;
top: 50%;
left: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0px;
margin: 0px;
width: 100%;
color: #fff;
font-weight: bold;
text-align: center;
text-shadow: -2px -2px 6px #333, 2px -2px 6px #333, 2px 2px 6px #333, -2px 2px 6px #333;
white-space: nowrap;
}
.parts_bnr span {
display: block;
}
.parts_bnr .sub-text {
font-size: 24px;
}
@media only screen and (max-width: 768px) {
.parts_bnr .sub-text {
font-size: 18px;
}
}
.parts_bnr .main-text {
font-size: 48px;
}
@media only screen and (max-width: 768px) {
.parts_bnr .main-text {
font-size: 30px;
}
}
.parts_bnr._houjin {
background-position: 0% 50%;
}
@media only screen and (max-width: 768px) {
.parts_bnr._houjin {
background-position: 30% 50%;
}
}
.parts_bnr._kojin {
background-position: 100% 50%;
}
@media only screen and (max-width: 768px) {
.parts_bnr._kojin {
background-position: 70% 0%;
}
}
.parts_bnr._inherit {
background-position: 100% 20%;
}
@media only screen and (max-width: 768px) {
.parts_bnr._inherit {
background-position: 50% 50%;
}
}
@media only screen and (max-width: 768px) {
.parts_scroll_wrapper {
overflow-X: scroll;
}
.parts_scroll_wrapper img {
max-width: none !important;
}
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
@media only screen and (max-width: 768px) {
.text-center-sp {
text-align: center !important;
}
}
.text-accent {
color: #D25A2C !important;
}
.text-main {
color: #2F9944 !important;
}
.text-basic {
color: #333 !important;
}
.text-xl {
font-size: 2em !important;
}
@media only screen and (max-width: 768px) {
.text-xl {
font-size: 1.4em !important;
}
}
.text-lg {
font-size: 1.5em !important;
}
@media only screen and (max-width: 768px) {
.text-lg {
font-size: 1.3em !important;
}
}
.text-md {
font-size: 1.3em !important;
}
@media only screen and (max-width: 768px) {
.text-md {
font-size: 1.2em !important;
}
}
.text-sm {
font-size: 0.8em !important;
}
.text-bold {
font-weight: bold !important;
}
.text-underline {
text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.pc {
display: none;
}
}
.sp {
display: none;
}
@media only screen and (max-width: 768px) {
.sp {
display: block;
}
}
.mt-10 {
margin-top: 10px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
@media only screen and (max-width: 768px) {
.br-pc {
display: none;
}
}
.br-sm {
display: none;
}
@media only screen and (max-width: 768px) {
.br-sm {
display: inline;
}
}
.br-xs {
display: none;
}
@media only screen and (max-width: 520px) {
.br-xs {
display: inline;
}
}
.box-gray {
background: #f1f1f1;
border-radius: 10px;
padding: 10px;
}
.df {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 2em;
}
@media only screen and (max-width: 768px) {
.df {
display: block;
}
.df img {
width: 100% !important;
max-width: 100% !important;
}
}
.float-l {
float: left;
}
.float-r {
float: right;
}
@media only screen and (max-width: 1024px) {
.top_recruit .txt .rec,
.page_recruit .txt .rec{
font-size:7vw !important;
}
.top_recruit .txt .message,
.page_recruit .txt .message{
font-size: 3vw !important;
}
.top_recruit .txt .btn,
.page_recruit .txt .btn{
padding: 1vw 2vw !important;
margin-top: 5vw !important;
font-size: 3vw !important;
}
}
@media only screen and (max-width: 599px) {
body{
font-size:4.5vw;
line-height:6.5vw;
}
.header .toggle_btn{
margin-right:0;
}
.top_mv {
height:70vh;
background-position: 37%;
}
.top_mv .top_copy{
top:42.04167vh;
left:3.4vw;
}
.top_intro{
background-size:contain;
padding: 8vw 0 12vw;
}
.top_intro .contents_wrapper{
gap:0;
margin-bottom:0;
}
.top_intro .btn_area{
margin-top:0;
}
.top_intro .img_area .intro_copy {
font-size: 5vw;
margin-bottom:5vw;
}
.intro_copy_pic{
max-width:34vw;
float:right;
}
.top_intro .parts_service_item_btn{
height:auto;
}
.top_service {
padding: 5vw 0 8vw;
}
.top_strength .strength_list h3{
font-size:6vw;
line-height:8vw;
}
.top_service .parts_service_list{
gap:0;
justify-content:space-between;
}
.top_service .service_item {
width: 100%;
margin-bottom:5vw;
}
.top_service .service_item .title {
font-size: 5vw;
}
.top_service .service_item img{
width:auto;
display:block;
margin:0 auto;
}
.top_news {
padding: 7vw 0 7vw;
}		
.top_news .news_item .title {
font-size: 4.5vw;
display:block;
}
.top_strength .strength_item {
padding: 7vw 2vw 2vw 2vw;
}
.top_service .service_item .img_area{
max-width:100%;
}
service_item .text {
max-width: 96%;
}
.common_sub_mv .title {
font-size: 6vw;
line-height:9vw;
}
.common-service-style h2{
font-size:6vw;
line-height:8vw;
}
.common-service-style h3 {
font-size: 5.5vw;
line-height: 7.5vw;
}
.service_introduction .text{
font-size:5vw;
line-height:7vw;
}
.prev-next-link {
font-size:14px;
line-height:1.5;
padding:6vw 0;
}
.prev-next-link:after,
.prev-next-link:before{
font-size:11px;
padding:0 7px;
}
.footer .footer_nav_item{
font-size:4vw;
}
}
@media only screen and (max-width: 390px) {
.top_service .service_item .img_area img {
height: 165px;
object-fit: cover;
width: 100%;
}
} .voice_contents_ex{
background:#f1f1f1;
padding:10px;
margin:40px auto;
}
.voice-list-all{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.voice-list-all section{
width: 47%;
padding: 10px;
border: solid 2px #00419A;
margin:25px auto;
position:relative;
}
.voice-list-all section img{
width:100%;
height:auto;
max-height:250px;
object-fit:cover;
}
.voice-list-all .voice-list-company-name{
font-size:16px;
line-height:1.7;
}
.voice-list-all .voice-list-name{
font-size:20px;
font-weight:bold;
}
.voice-list-all section::before {
position: absolute;
content: "";
bottom: 6%;
right: 20px;
width: 4px;
height: 4px;
border-top: 2px solid #00419A;
border-right: 2px solid #00419A;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.voice-list-all section:hover{
background:#00419A;
}
.voice-list-all section:hover .voice-list-company-name,
.voice-list-all section:hover .voice-list-name{
color:#fff;
}
.voice-list-all section:hover::before {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
.voice_pic_top {
margin-bottom: 40px;
}
.voice_pic_top img{
max-width:400px !important;
height:auto;
margin-left:auto;
margin-right:auto;
}
.voice_letter_tx{
margin-bottom: 40px;
position: relative;
background: #E9F2FF;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 1px white;
padding: 1em;
color: #454545;
margin-top: 40px;
}
.voice_letter_tx:after {
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 20px 20px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 520px) {
.voice-list-all section {
width: 100%;
}
.voice_pic_top img{
width:100%;
}
.voice_letter_tx p{
margin-bottom:15px;
line-height:1.7;
}
.pankz-list{
font-size:4vw;
}
}
@media screen and (max-width: 767px) {
.page_privacy .privacy_content h2 {
font-size: 8.5vw;
}
.page_privacy .privacy_content h3 {
font-size: 5.5vw;
}
}
.top-img-sp{
display: none;
}
@media screen and (max-width:667px){
.top-img-sp{
display: block;
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
width: 200px;
}
} .top_news {
background: #E9F2FF;
padding: 50px 0 70px;
}
.top_news .contents_wrapper{
margin-bottom:0;
}
.top_news .news_list {
margin-top: 50px;
background: #fff;
padding: 20px;
}
.top_news .news_item .date {
display:inline-block;
margin-right:12px;
font-size: 16px;
color: #1073DD;
}
.top_news .news_item .title {
font-size: 18px;
display:inline-block;
}
.top_news .news_item .text {
margin-top: 5px;
color: #1073DD;
}
.top_news .news_item:not(:first-of-type) {
margin-top: 15px;
}
.top_news .btn_area {
margin-top: 30px;
text-align: center;
}
.top_news ul{
width:85%;
max-height:288px;
overflow-y:scroll;
}
.top_news .category-name{
font-size:13px;
margin-right:5px;
background:#1073DD;
color:#fff;
border-radius:5px;
padding: 2px 4px 2px 4px;
}
.top_news {
background: #f1f1f1;
padding: 50px 0 30px;
}
.top_news .title_underline::after{
display:none;
}
.top_news li{
font-size:.9em;
margin-bottom: 30px;
border-bottom: solid 1px #a5a0a0;
}
.top_news .date{
margin-right:20px;
color:#1073DD;
display:inline-block;
width:95px;
}
@media only screen and (max-width: 520px) {
.top_news {
padding: 7vw 0 7vw;
}
.top_news ul{
width:100%;
}
.top_news .news_item .title {
font-size: 4.5vw;
display:block;
}
.top_news .contents_wrapper{
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
-webkit-box-orient: vertical;
-webkit-box-direction: normal; }
.top_news li{
margin-bottom:2vw !important;
}
.top_news li a{
display:block;
padding:1vw 0;
}
.top_news .date{
width:75px !important;
flex-shrink:0;
margin-right:2vw;
}
}
.blog-link-wrap {
margin-top:50px;
}
.blog-link-wrap a {
padding: 20px 10px 0;
border-radius: 6px;
color: #fff !important;
text-decoration: none;
font-weight: bold;
display: block;
width: 100%;
max-width: 450px;
position: relative;
text-align: center;
margin: 0 auto;
}
.blog-link-wrap a.chousa{
background:#377cb6;
}
.blog-link-wrap a.start{
background:#ffac4d;
}
.blog-link-wrap a span {
position: relative;
display: block;
width: max-content;
margin: auto;
}
.blog-link-wrap a span:first-of-type::before {
content: "";
width: 3px;
height: 100%;
background: #fff;
position: absolute;
transform: rotate(-30deg);
left: -15px;
}
.blog-link-wrap a span:first-of-type::after {
content: "";
width: 3px;
height: 100%;
background: #fff;
position: absolute;
transform: rotate(30deg);
right: -15px;
}
.blog-link-wrap a span:last-of-type {
font-size: 26px;
margin-top: 20px;
}
.blog-link-wrap a span:last-of-type::before {
content: "";
display: block;
border-style: solid;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 20px solid #fff;
border-right: 0;
position: absolute;
right: -30px;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (max-width: 520px) {
.blog-category-list{
flex-wrap:wrap;
}
.blog-category-list li{
width:100%;
margin-bottom:4vw;
}
.blog-category-list h3{
font-size:4.5vw;
}
}
.common-news-style h3.title-3{
border-bottom: solid 3px #00419A;
font-weight:bold;
font-size:20px;
line-height:1.4;
padding-left:20px;
padding-bottom:8px;
position:relative;
}
.common-news-style h3.title-3:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f111";
color:#00419A;
left:0;
top:4px;
font-weight:bold;
font-size:15px;
}
.blog-category-list{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.blog-category-list li{
width:48%;
margin-bottom:50px;
}
.blog-category-list li h3{
border-bottom:none;
margin:10px 0 0;
}
.blog-category-list .eyecatch img{
max-height:215px;
object-fit:cover;
width:100%;
}
@media only screen and (max-width: 520px) {
.blog-category-list{
flex-wrap:wrap;
}
.blog-category-list li{
width:100%;
margin-bottom:4vw;
}
.blog-category-list h3{
font-size:4.5vw;
}
}
.wp-block-heading {
max-width: 100%;
box-sizing: border-box;
}
.map_pic{
margin:3em auto;
}
.map_pic_content{
text-align:center;
}
.map_pic_content img{
width:95%;
margin:0 auto 2em;
}
@media only screen and (max-width: 520px) {
.top_access .map_container,
.page_company .company_access .map_container,
.map_container {
padding-bottom: 130.25%;
}
.map_container iframe,
.top_access .map_container iframe,
.page_company .company_access .map_container iframe{
height: 435px;
width: 118%;	
}
} .voices-section {
background: #f0f5fc;
padding: 64px 24px;
}
.voices-inner {
max-width: 860px;
margin: 0 auto;
} .voices-heading {
font-size: 22px;
font-weight: 700;
color: #1a6fc4;
text-align: center;
letter-spacing: 0.08em;
margin: 0 0 40px;
position: relative;
}
.voices-heading::after {
content: '';
display: block;
width: 40px;
height: 3px;
background: #1a6fc4;
margin: 12px auto 0;
border-radius: 2px;
} .voice-card {
background: #ffffff;
border: 1px solid #d6e4f5;
border-radius: 6px;
padding: 32px 36px;
margin-bottom: 28px;
position: relative;
margin-top:30px;
}
.voice-card:last-child {
margin-bottom: 0;
} .voice-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 24px;
}
.voice-photo-wrap {
flex-shrink: 0;
width: 180px;
height: 180px;
overflow: hidden;
border: 2px solid #d6e4f5;
}
.voice-photo-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
} .voice-initials {
width: 100%;
height: 100%;
background: #e8f0fb;
color: #1a6fc4;
font-size: 22px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
.voice-meta {
flex: 1;
}
.voice-name {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 4px;
}
.voice-tag {
font-size: 12px;
color: #1a6fc4;
background: #e8f0fb;
display: inline-block;
padding: 2px 10px;
border-radius: 3px;
margin: 0;
} .voice-quote-mark {
font-size: 80px;
line-height: 1;
color: #d6e4f5;
font-family: Georgia, serif;
align-self: flex-start;
margin-top: -8px;
user-select: none;
} .voice-body {
color: #333;
border-top: 1px solid #e8eef7;
padding-top: 20px;
}
.voice-body p {
margin: 0 0 14px;
}
.voice-body p:last-child {
margin-bottom: 0;
} .voice-signature {
text-align: right;
font-size: 13px;
color: #555;
margin: 16px 0 0;
padding-top: 12px;
border-top: 1px solid #e8eef7;
} @media (max-width: 600px) {
.voices-section {
padding: 48px 16px;
}
.voice-card {
padding: 24px 20px;
}
.voice-quote-mark {
display: none;
}
.voice-photo-wrap{
width:80px;
height:80px;
border-radius:50%;
}
} .top_map .map_pic_content img{
max-width:800px;
height:auto;
} #sp-fixed-footer {
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9990;
background: #ffffff;
border-top: 3px solid #00419A;
box-shadow: 0 -2px 16px rgba(0,0,0,0.10);
}
@media (max-width: 768px) {
#sp-fixed-footer {
display: block;
}
}
.pff-inner {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 3vw .5vw 2vw;
box-sizing: border-box;
position: relative;
} .pff-catch {
display: flex;
flex-direction: column;
gap: 2px;
flex-shrink: 0;
justify-content: center;
position: absolute;
left: 6%;
bottom: 104%;
}
.pff-catch-label {
font-size: 20px;
font-weight: 700;
color: #1F6A39;
letter-spacing: 0.1em;
line-height: 1;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
text-align:center;
}
.pff-catch-main {
font-size: 18px;
font-weight: 700;
color: #1a1a1a;
letter-spacing: 0.04em;
line-height: 1.3;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
white-space: nowrap;
} .pff-divider {
width: 1px;
height: 40px;
background: #d0e6d9;
flex-shrink: 0;
} .pff-tel {
display: flex;
align-items: center;
gap: 5px;
text-decoration: none;
flex-shrink: 0;
}
.pff-tel:hover {
text-decoration: none;
opacity: 0.85;
}
.pff-tel-icon {
width: 36px;
height: 36px;
background: aliceblue;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.pff-tel-icon svg {
width: 18px;
height: 18px;
position:unset;
}
.pff-tel-body {
display: flex;
flex-direction: column;
gap: 1px;
}
.pff-tel-label {
font-size: 10px;
color: #666;
font-weight: 600;
letter-spacing: 0.06em;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
line-height: 1;
}
.pff-tel-num {
font-size: 4.5vw;
font-weight: 800;
color: #1a1a1a;
letter-spacing: 0.01em;
line-height: 1;
white-space: nowrap;
}
.pff-tel-time {
font-size: 10px;
color: #888;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
white-space: nowrap;
line-height: 1;
margin-top: 2px;
} .pff-btn {
display: flex;
align-items: center;
gap: 2px;
padding: 10px 6px;
border-radius: 5px;
text-decoration: none;
font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
font-weight: 700;
font-size: 3.7vw;
letter-spacing: 0.03em;
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
white-space: nowrap;
flex-shrink: 0;
border: none;
cursor: pointer;
box-sizing: border-box;
}
.pff-btn:hover {
transform: translateY(-2px);
text-decoration: none;
}
.pff-btn-icon {
width: 20px;
height: 20px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.pff-btn-text {
display: flex;
flex-direction: column;
gap: 1px;
text-align: left;
text-indent:5vw;
}
.pff-btn-sub {
font-size: 10px;
font-weight: 500;
line-height: 1;
}
.pff-btn-main {
font-size: 3.3vw;
font-weight: 800;
line-height: 1.2;
text-align:center;
} .pff-btn-form {
background: #00419A;
color: #fff;
box-shadow: 0 3px 12px rgba(31,106,57,0.25);
position:relative;
}
.pff-btn-form .pff-btn-icon {
background: rgba(255,255,255,0.18);
position:absolute;
left: 1vw;
top: 1.5vw;
}
.pff-btn-form .pff-btn-sub {
color: rgba(255,255,255,0.75);
}
.pff-btn-form:hover {
background: #175c30;
color: #fff;
box-shadow: 0 6px 20px rgba(31,106,57,0.35);
} .pff-btn-line {
background: #06C755;
color: #fff;
box-shadow: 0 3px 12px rgba(6,199,85,0.30);
position:relative;
}
.pff-btn-line .pff-btn-icon {
background: rgba(255,255,255,0.22);
position:absolute;
left: 1vw;
top: 1.5vw;
}
.pff-btn-line .pff-btn-text{
text-indent: 2vw;
}
.pff-btn-line .pff-btn-sub {
color: rgba(255,255,255,0.80);
}
.pff-btn-line:hover {
background: #05b34d;
color: #fff;
box-shadow: 0 6px 20px rgba(6,199,85,0.42);
}
#sp-fixed-footer .pff-tel-icon {
width: 6vw;
height: 6vw;
}
.parts-totop {
bottom: 100px;
}
.btn_cta-wrap{
display:none;
} #floating-banner-line{
box-sizing: border-box;
bottom: 160px;
right: 2px;
position: fixed;
z-index: 9999;
}
#floating-banner-line img{
width: 100%;
height: auto;
max-width:250px;
}
#floating-banner-line .close{
bottom: 380px;
position: fixed;
right: 3px;
box-sizing:border-box;
}
#floating-banner-line button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
#floating-banner-line .close button{
color: #fff;
background: #666;
border-radius: 20px;
font-size: 21px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
display: block;
border:none;
}.color-change-list{
box-sizing: border-box;
bottom: 20px;
left: 20px;
position: fixed;
z-index: 100;
}
.color-change-list li {
box-sizing: border-box;
float: left;
width: 75px;
height:75px;
}
.color-change-list li a {
background: #000;
box-sizing: border-box;
color: #fff !important;
display: block;
font-weight: 700;
font-size: 30px;
line-height: 75px;
text-align: center;
text-decoration: none;
width: 100%;
height:100%;
}
.color-change-list li.blue a{
background:#303f9f;
}
.color-change-list li.red a{
background:#bb1224;
}
.color-change-list li.green a{
background:#094;
}
.contact-logo span::before{
display:none;
}
.contact-logo span{
padding-left:0;
} @media (max-width: 1024px) {
.color-change-list {
bottom: 107px;
left: 10px
}
.color-change-list li{
width:50px;
height:50px;
}
.color-change-list li a{
font-size:26px;
line-height:50px;
}
}.blue{
color:#1073DD;
}
.header .header_nav .header_nav_item._colored a {
background: #1073DD;
color: #fff;
}
.header .toggle_nav .toggle_nav_item .deco {
color: #00419A;
}
.side_bar .side_service_main .title {
color: #00419A;
}
.side_bar .side_service_sub .title {
background: #1073DD;
color: #fff;
}
.top_mv { }
.top_service .service_item .title {
color: #00419A !important;
}
.top_news {
background: #E9F2FF;
}
.top_news .news_item .date {
color: #9e9e9e;
}
.top_intro .parts_service_item_btn:after{
background: #00419A;
}
.top_recruit .bnr_item,
.page_recruit .bnr_item{
background: #00419A;
}
.top_strength {
background: #E9F2FF;
}
.top_access .office_name {
color: #333;
}
.service_main_item .link a {
color: #00419A;
}
.service_sub_item .title {
color: #00419A;
}
.service_sub_item .link a {
color: #333;
}
.common-service-style a {
color: #00419A;
}
.page_recruit .recruit_wanted .heading {
color: #00419A;
}
.page_recruit .recruit_philosophy {
background: #E9F2FF;
}
.page_recruit .recruit_philosophy .philosophy_content .heading {
color: #00419A;
}
.page_recruit .recruit_philosophy .philosophy_title {
background: #00419A;
}
.page_recruit .recruit_philosophy .guideline_item._heading .text {
color: #00419A;
}
.page_recruit .recruit_info .info_content .title {
border-left: 3px solid #00419A;
}
.page_company .company_philosophy .philosophy_content .heading {
color: #00419A;
}
.page_company .company_greeting .heading {
color: #00419A;
}
.page_company .company_guideline .guideline_item._heading .text {
color: #00419A;
}
.page_contact .tel_content .tel_item a {
color: #00419A;
}
.checkboxWrap input[type=checkbox]:checked + .wpcf7-list-item-label:before {
background: #00419A;
}
.page_contact .tel_content .tel_item a:hover{
color: #1073DD;
}
.selectWrap::after {
border-top: 2px solid #00419A;
border-right: 2px solid #00419A;
}
.selectWrap::before {
background: #F1F1F1;
}
.btn_submit {
background: #00419A;
}
.selectWrap::after {
border-top: 2px solid #00419A;
border-right: 2px solid #00419A;
}
.page_privacy .privacy_content h3 {
color: #00419A;
}
.page_sitemap .parts_basic_list a {
color: #00419A;
}
.common-news-style a {
color: #00419A;
}
.common-news-style h2 {
border-left: 6px solid #00419A;
}
@media only screen and (max-width: 800px) {
.common-news-style h2 {
border-left: 3px solid #00419A;
}
}
.common-news-style h3 {
color: #00419A;
border-bottom: 2px solid #00419A;
}
.common-news-style ul li::before {
background: #00419A;
}
.common-news-style ol li::before {
color: #00419A;
}
.common-news-style ins {
color: #a9a9a9;
}
.footer .footer_nav_item::before {
background: #a9a9a9;
}
.footer .target_area .title::before{
background: #1073DD;
}
.btn_rounded {
background: #00419A;
color: #fff;
}
.btn_gradient {
background: rgb(0,65,154);
background: -moz-linear-gradient(0deg, rgba(0,65,154,1) 0%, rgba(16,115,221,1) 100%, rgba(0,65,154,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,65,154,1) 0%, rgba(16,115,221,1) 100%, rgba(0,65,154,1) 100%);
background: linear-gradient(0deg, rgba(0,65,154,1) 0%, rgba(16,115,221,1) 100%, rgba(0,65,154,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00419a",endColorstr="#00419a",GradientType=1);
color: #fff !important;
}
.btn_contact {
background: #1073DD;
}
.parts_service_item_btn {
color: #333;
}
.parts_service_item_btn:hover {
color: #1073DD;
}
.parts_company_logo .main {
color: #333;
}
.title_underline::after {
background-color: #1073DD;
}
.title_Main-Light {
color: #00419A;
}
.title_2color {
border-bottom: 3px solid #1073DD;
}
.title_2color:before {
background: #9e9e9e;
}
.parts_check_list li::before {
color: #1073DD;
}
.parts_num_list li::before {
color: #333;
}
.parts_basic_list li::before {
background: #1073DD;
}
.common_sub_mv {
background: #00419A;
}
dl.parts_underline_list dt,
dl.parts_underline_list dd {
border-bottom:solid 1px #333;
}
.common_breadcrumb .content {
background: #00419A;
color: #fff;
}
.parts-totop a {
background: #1073DD;
}
.btn_cta {
background: #00419A;
}
.parts_arrow_down {
border-top: 30px solid #00419A;
}
.parts_company_logo._wh {
color: #000;
}
.text-main {
color: #1073DD !important;
}
.footer {
background: #E9F2FF;
color: #000;
}
.footer a{
color: #000;
} header nav ul li .entry {
color: #000;
padding: 20px;
background: none;
margin-left: 0;
}
.page.message .main_view {
background-color: #00419A;
}
.page.entry .contact_area .form_area .confirm input {
background: #1073DD;
}
.page.entry .contact_area .form_area .confirm input:hover {
background: #1073DD;
}
.page.interview .interview_information .name {
border-right: solid 1px #1073DD;
}
.page.entry .contact_area .form_area .confirm input:disabled {
background: #1073DD;
}
.table_1 tr th {
border-top: 2px solid #00419A;
}
.kotei-footer .container .en{
color:#00419A;
}
.kotei-footer .container a:after{
background: #00419A;
}
input[type="submit" i] {
background: #00419A;
}
input[type="submit" i]:hover {
background: #1073DD;
cursor: pointer;
}