@charset "utf-8";

#slide1 {
background: url("../img/top/slide2.png") no-repeat center;
background-size: cover;
display: flex !important;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
#slide2 {
background: url("../img/top/slide3.png") no-repeat center;
background-size: cover;
display: flex !important;
justify-content: center;
align-items: center;
}
#top_sol article > a {
z-index: 3;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

#top_hdr {
height: 100vh;
display: flex;
justify-content: space-between;
}
#top_hdr article {
position: relative;
width: 24rem;
height: 100%;
padding-top: 10rem;
}
#top_hdr article div:first-child {
text-align: center;
}
#top_hdr article div:last-child {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
}
#top_hdr > div {
width: calc(100% - 24rem);
height: 100%;
}
#slide1 > div {
position: relative;
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
#slide1 > div > div {
position: absolute;
top: calc(50% - 43px);
left: calc(50% - 403px);
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

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

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#slide1 h3 {
font-size: 8rem;
font-weight: 700;
margin-bottom: 7rem;
}
#slide1 h4 {
font-size: 4rem;
font-weight: 700;
margin-bottom: 5rem;
}
#slide1 p {
font-size: 2.6rem;
line-height: 1.7;
}
#slide2 h3 {
color: #fff;
text-align: right;
width: 100%;
padding-right: 10rem;
font-size: 6rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.6);
}
.bx-wrapper, .bx-viewport, .bxslider, .bxslider li {
height: 100% !important;
}
.read1 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 5rem;
line-height: 1;
margin: 10rem 0 1rem 5rem
}
.sub_read1 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 0 2rem 10.4rem;
}
.top_info {
display: flex;
border-top: 0.1rem solid #ccc;
border-bottom: 0.1rem solid #ccc;
font-family: 'Noto Sans JP', sans-serif;
}
.top_info article {
width: 25%;
border-right: 0.1rem solid #ccc;
padding: 3rem;
}
.top_info article:nth-child(4) {
border-right: 0;
}
.top_info article figure img {
max-width: 100%;
height: 24rem;
object-fit: cover;
transition: 0.3s;
}
.top_info article figure img:hover {
box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.3);
border-radius: 0.6rem;
}
.top_info article time {
font-weight: 700;
color: #aaa;
}
.top_info article p {
line-height: 1.5;
}
.top_info article p a {
color: #000;
}
#top_about {
background: #2968d3;
color: #fff;
padding: 5rem 5rem 5rem 10rem;
display: flex;
align-items: center;
}
#top_about p {
font-size: 1.8rem;
line-height: 2.4;
max-width: 90rem;
margin-right: 5rem;
}
#top_about > div {
width: 20rem;
}
#top_about a {
position: relative;
display: block;
border: 0.1rem solid #fff;
padding: 0.6rem 0 0.6rem 1.4rem;
font-size: 1.4rem;
}
#top_about a:hover {
cursor: pointer;
color: #fff;
text-decoration: none;

}
#top_about a > div {
position: absolute;
right: 0;
top: 0;
width: 8rem;
height: 100%;
padding: 1.6rem 0.8rem;
border-left: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about > div:hover a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
background: #fff;
transition: 0.3s;
}
#top_sol {
display: flex;
justify-content: space-between;
color: #fff;
margin-bottom: 16rem;
}
#top_sol article:first-child {
width: 16.6%;
background: url("../img/top/p1.png") no-repeat center/cover;
}
#top_sol article:nth-child(2) {
width: 16.6%;
background: url("../img/top/p2.png") no-repeat center/cover;
}
#top_sol article:nth-child(3) {
width: 16.7%;
background: url("../img/top/p3.png") no-repeat center/cover;
}
#top_sol article:nth-child(4) {
width: 16.7%;
background: url("../img/top/p4.png") no-repeat center/cover;
}
#top_sol article:nth-child(5) {
width: 16.7%;
background: url("../img/top/p5.png") no-repeat center/cover;
}
#top_sol article:last-child {
width: 16.7%;
background: url("../img/top/p6.png") no-repeat center/cover;
}
#top_sol article {
position: relative;
transition: 0.3s;
z-index: 1;
}
#top_sol article::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover {
margin-top: -2rem;
margin-bottom: 2rem;
transition: 0.3s;
}
#top_sol article > a {
position: relative;
display: block;
padding: 16rem 1rem;
color: #fff;
text-shadow: 0.1rem 0.1rem 0 #000;
z-index: 3;
}
#top_sol article > a:hover {
text-decoration: none;
cursor: pointer;
}
#top_sol article h3 {
position: relative;
font-weight: bold;
z-index: 5;
}
#top_sol article h4 {
position: relative;
z-index: 5;
}
#top_sol article > a > div {
position: relative;
width: 5rem;
height: 5rem;
border: 0.1rem solid #fff;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#top_sol article > a > div > div:first-child {
position: absolute;
top: 1.9rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(2) {
position: absolute;
top: 2.1rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(3) {
position: absolute;
top: 2.3rem;
left: 2.6rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(4) {
position: absolute;
top: 2.5rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:last-child {
position: absolute;
top: 2.7rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sns {
display: flex;
justify-content: space-between;
}
#top_sns > div, #top_sns > article {
width: 50%;
}
#top_sns > div {

}
#top_sns > div > div{
width: 100%;
}
#top_sns > article {
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
#ftr_top {
background: url("../img/top/back_ftr_logo.png") no-repeat center/cover;
display: flex;
justify-content: center;
align-items: center;
height: 25rem;
margin-top: 16rem;
}

/* サイトマップ */
#hdr_sitemap {
background: url("../img/sitemap/hdr_sitemap.png") no-repeat center right/cover;
}
#sm_list {
padding: 0 10rem;
}
#sm_list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#sm_list li {
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
width: 48%;
margin-bottom: 5rem;
transition: 0.3s;
}
#sm_list li:hover {
opacity: 0.9;
width: 49%;
transition: 0.3s;
}
#sm_list li:first-child {
background: #0052A2 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
}
#sm_list li a {
display: block;
padding: 2rem 2rem 2rem 7rem;
color: #fff;
font-weight: bold;
}
#sm_list li a:hover {
text-decoration: none;
}

/* プライバシーポリシー */
#hdr_policy {
background: url("../img/policy/hdr_plicy.png") no-repeat center right/cover;
}
#pl_wrap {
padding: 0 10rem;
}
#pl_wrap p:first-child {
padding-bottom: 5rem;
margin-bottom: 5rem;
border-bottom: 0.1rem solid #aaa;
}
#pl_wrap > article:nth-child(2) {
margin-bottom: 5rem;
}
#pl_wrap > article:nth-child(2) h3 {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 0.6rem;
}
#pl_wrap > article:nth-child(2) p {
margin-bottom: 3rem;
}
#pl_wrap > article:nth-child(2) p:last-child {
text-align: right;
margin-bottom: 0;
}
#pl_wrap > article:last-child {
margin-bottom: 5rem;
}
#pl_wrap > article:last-child h3 {
font-weight: bold;
font-size: 1.8rem;
border-bottom: 0.1rem solid #aaa;
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p {
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p:last-child {
text-align: right;
}
#pl_toi {
width: 100rem;
margin: 0 auto;
padding: 2rem 20rem;
border: 0.1rem solid #aaa;
}

/* 拠点一覧 */
#hdr_base {
background: url("../img/base/hdr_base.png") no-repeat center/cover;
}
#bs_p {
margin: 0 0 5rem 10rem;
}
.bs_read {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 4rem;
padding: 1rem 0 1.4rem 10rem;
line-height: 1;
margin: 5rem 0 3rem 0;
}
#b_block1 {
background: #1386AE;
}
#b_block2 {
background: #59A8DE;
}
#b_block3 {
background: #35B05D;
}
#b_block4 {
background: #F6D1DC;
}
#b_block5 {
background: #B0B0B0;
}
.bs_box {
width: 80rem;
margin: 0 auto;
}
.bs_box > h3 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
.bs_box > article {
display: flex;
justify-content: space-between;
height: 12rem;
margin-bottom: 3rem;
}
.bs_box > article > div:first-child {
width: 46rem;
padding-right: 2rem;
}
.bs_box > article > div:first-child h4 {
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
}
.bs_box > article > div:first-child h4 span {
margin-left: 2rem;
}
.bs_box > article > div:first-child h4 span img {
margin-right: 1rem;
}
.bs_box > article > div:first-child p {
font-size: 1.6rem;
}
.bs_box > article > figure, .bs_box > article > p {
width: 16rem;
}
.bs_box > article > p {
font-size: 1.4rem;
line-height: 1.4;
}
.bs_box > article > a {
display: block;
padding: 4.4rem 0 0 6rem;
width: 16rem;
font-size: 2rem;
font-weight: bold;
border: 0.1rem solid #002A68;
background: url("../img/base/arrow.png") no-repeat center left 2rem;
margin-left: 1rem;
color: #002A68;
transition: 0.3s;
}
.bs_box > article > a:hover {
opacity: 0.5;
transition: 0.3s;
text-decoration: none;
}

/* 会社案内 */
#hdr_company {
background: url("../img/company/hdr_company.png") no-repeat center/cover;
}
#gr {
padding: 0 10rem;
margin-bottom: 10rem;
}
#gr h3 {
color: #00119A;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 5rem;
margin-bottom: 3rem;
}
#gr h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 3rem;
margin-bottom: 3rem;
}
#gr > p {
margin-bottom: 2rem;
}
#gr > div {
display: flex;
justify-content: space-between;
margin-top: 5rem;
}
#gr > div article {
width: 48%;
}
#gr > div article > div {
display: flex;
}
#gr > div article > div p {
margin-right: 2rem;
}
#gr > div article > div div {
font-family: "游明朝","YuMincho";
font-size: 3.6rem;
padding-top: 2rem;
}
#gr > div article:first-child > div div {
padding-top: 1rem;
}
#phi {
padding: 0 10rem;
margin-bottom: 10rem;
}
#phi h4 {
color: #CC9C02;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 5rem;
margin-bottom: 5rem;
}
#phi > ul li {
font-size: 2rem;
margin-bottom: 3rem;
}
#phi > h5 {
font-weight: bold;
margin-bottom: 1rem;
font-size: 1.8rem;
}
#phi > article {
border: 0.1rem solid #333;
max-width: 80rem;
padding: 2rem;
}
#phi > article h6 {
font-weight: bold;
}
#phi > article ul {
padding-left: 1.6rem;
}
#phi > article li {
list-style: disc;
}
#gaiyo {
width: calc(100% - 20rem);
margin: 0 auto 10rem auto;
}
#gaiyo th, #gaiyo td {
border-bottom: 0.1rem solid #ddd;
padding: 2rem 0;
}
#gaiyo th {
text-align: left;
width: 20rem;
}
#gaiyo td li {
list-style: disc;
display: inline-block;
margin-right: 2rem;
}
#map {
height: 40rem;
margin-bottom: 10rem;
}
#enkaku {
width: calc(100% - 20rem);
margin: 0 auto 10rem auto;
}
#enkaku th, #enkaku td {
padding: 1.6rem 0;
vertical-align: top;
border-bottom: 0.1rem dotted #ddd;
}
#enkaku th {
text-align: left;
width: 10rem;
}
#enkaku th:nth-of-type(1) {
width: 6rem;
}
#enkaku th:nth-of-type(2) {
width: 6rem;
text-align: right;
}
#enkaku td {
padding-left: 3rem;
}

/* お問い合わせ */
#hdr_mail {
background: url("../img/mail/hdr_mail.png") no-repeat center/cover;
}
#mail_p {
padding: 0 10rem;
margin-bottom: 5rem;
}
#sfm-form table {
width: 100rem;
margin: 0 auto;
}
#sfm-form th, #sfm-form td {
border-bottom: 0.1rem solid #ccc;
padding: 2rem 0;
vertical-align: top;
}
#sfm-form th {
text-align: left;
}
#sfm-form th {
width: 24%;
}
.star {
color: #fff;
font-size: 1.4rem;
line-height: 1;
padding: 0.4rem 0.6rem;
border-radius: 0.4rem;
background: #002A68;
margin-left: 1rem;
}
.ERR {
color: #ff0000;
font-weight: bold;
}
.doui, .submit {
text-align: center;
border-bottom: none !important;
}
.doui {
color: #002A68;
}
.submit input[type="submit"], .submit input[type="reset"], .submit input[type="button"] {
background: #002A68;
color: #fff;
border: none;
padding: 1rem 2rem;
border-radius: 0.4rem;
transition: 0.3s;
}
.submit input[type="reset"] {
background: #aaa;
}
.submit input[type="button"] {
margin-top: 2rem;
}
.submit input[type="submit"]:hover, .submit input[type="reset"]:hover, .submit input[type="button"]:hover {
cursor: pointer;
opacity: 0.8;
transition: 0.3s;
}
#kaisya, #address {
width: 100%;
}
#busyo, #email, #emailcheck {
width: 80%;
}
#name, #kana {
width: 50%;
}
#tel0, #fax0, #zip0 {
width: 10%;
}
#tel1, #tel2, #fax1, #fax2, #zip1 {
width: 12%;
}

/* 貿易・物流サービス */
#hdr_logi {
background: url("../img/logi/hdr_logi.png") no-repeat center/cover;
}
#menu_logi {
background: #59A8DE;
}
#logi_block1 {
margin: 0 auto;
max-width: 100rem;
display: flex;
}
#logi_block1 > article {
width: 65rem;
padding-right: 4rem;
}
#logi_block1 > figure {
width: 35rem;
}
#logi_block1 > article ul {
display: flex;
justify-content: space-between;
width: 80%;
margin: 5rem auto;
}
#logi_block1 > article ul li {
border-radius: 0.6rem;
border-top: 0.1rem solid #006E9F;
border-left: 0.1rem solid #006E9F;
border-right: 0.1rem solid #006E9F;
border-bottom: 0.3rem solid #006E9F;
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
color: #003B87;
font-weight: bold;
padding: 0.6rem 3rem;
font-size: 2.4rem;
}
#logi_block2 h3 {
padding: 0 10rem;
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#logi_block2 article {
background: url("../img/logi/back_block2.png") no-repeat right/cover;
height: 50rem;
padding: 5rem 5rem 0 0;
color: #fff;
text-align: right;
}
#logi_block3 table {
margin: 3rem 0;
}
#logi_block3 {
width: 100rem;
margin: 10rem auto;
}
#logi_block3 th, #logi_block3 td {
font-weight: bold;
font-size: 2rem;
padding: 1rem 0;
vertical-align: top;
}
#logi_block3 th {
text-align: left;
}
#logi_block3 td {
padding-left: 2rem;
}
.soko {
border: 0.1rem solid #59A8DE;
display: flex;
justify-content: space-between;
margin: 2rem 0;
}
.soko > div:first-child {
width: 20rem;
background: #59A8DE;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
}
.soko > div h4 {
border-bottom: 0.3rem solid #fff;
font-weight: bold;
font-size: 1.6rem;
width: 100%;
}
.soko > div h5 {
font-size: 1rem;
line-height: 1.2rem;
margin-top: 1rem;
}
.soko > div:nth-child(2) {
padding: 2rem 0.4rem;
width: 40rem;
}
.soko > div:nth-child(2) table {
margin: 0 !important;
}
.soko > div:nth-child(2) th, .soko > div:nth-child(2) td {
font-weight: normal !important;
font-size: 1.3rem !important;
padding: 0.4rem 0!important;
line-height: 1.4rem !important;
}
.soko > div:nth-child(2) th {
width: 22% !important;
}
.soko > figure {
padding: 1rem 1rem 0 0;
}
.soko > figure img:first-child {
margin-right: 0.6rem;
}
#soko_small {
font-size: 1.3rem;
line-height: 1.6;
}
#logi_block4 {
width: 100rem;
margin: 0 auto;
}
#pick p {
margin-bottom: 3rem;
}
#kako {
display: flex;
justify-content: space-between;
margin: 5rem 0;
}
#kako article {
border: 0.1rem solid #003B87;
padding-bottom: 10rem;
}
#kako article:first-child {
background: url("../img/logi/back_kako1.png")no-repeat center bottom 1rem/80%;
width: 22%;
}
#kako article:nth-child(2) {
background: url("../img/logi/back_kako2.png")no-repeat center bottom 1rem/70%;
width: 38%;
}
#kako article:last-child {
background: url("../img/logi/back_kako3.png")no-repeat center bottom 1rem/80%;
width: 38%;
}
#kako article > div {
padding: 1rem 2rem 0 2rem;
}
#kako article h4 {
background: #003B87;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
font-size: 2rem;
}
#kako article h5 {
text-align: center;
border-bottom: 0.4rem solid #003B87;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#kako article ul {
text-align: center;
}
#kako article ul li {
border-radius: 0.4rem;
color: #fff;
padding: 0.2rem 1rem;
font-size: 1.4rem;
background: #59A8DE;
margin-bottom: 1rem;
display: inline-block;
}
#world {
border: 0.1rem solid #59A8DE;
margin-top: 5rem;
}
#world h3 {
color: #fff;
background: #59A8DE url("../img/logi/back_world.png") no-repeat center left 3rem;
padding: 2rem 0 2rem 8rem;
font-size: 2.4rem;
font-weight: bold;
}
#world p {
padding: 2rem 3rem;
}
#logi_block5 h3 {
background: #59A8DE;
line-height: 1;
padding: 0 10rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 3rem;
}
#logi_block5 h3 span {
background: #fff;
padding: 0 2rem;
}
#logi_block5 article {
background: url("../img/logi/back_surv.png") no-repeat center;
padding: 20rem 0 10rem 0;
}
#logi_block5 article p {
background: rgba(26,170,189,0.8);
color: #fff;
font-size: 2.2rem;
line-height: 1.5;
padding: 5rem 10rem;
}

/* 人材・業務請負 */
#hdr_staff {
background: url("../img/staff/hdr_staff.png") no-repeat center/cover;
}
#menu_staff {
background: #35B05D;
}
#staff_vd {
width: 100rem;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#staff_vd p {
width: 60%;
padding-right: 3rem;
}
#staff_vd div {
width: 40%;
}
#staff4 {
position: relative;
display: flex;
justify-content: space-between;
}
#staff4 section {
position: relative;
width: 25%;
transition: 0.3s;
}
#staff4 section:first-child > a {
background: url("../img/staff/back_link1.png") no-repeat center/cover;
}
#staff4 section:nth-child(2) > a {
background: url("../img/staff/back_link3.png") no-repeat center/cover;
}
#staff4 section:nth-child(3) > a {
background: url("../img/staff/back_link5.png") no-repeat center/cover;
}
#staff4 section:last-child > a {
background: url("../img/staff/back_link4.png") no-repeat center/cover;
}
#staff4 section a {
display: block;
color: #000;
font-size: 2rem;
padding: 16rem 0 10rem 0;
}
#staff4 section a:hover {
text-decoration: none;
}
#staff4 section:hover {
opacity: 0.8;
transition: 0.3s;
}
#staff4 section article {
background: rgba(255,255,255, 0.7);
padding: 4rem 2rem 2rem 8rem;
height: 14rem;
}
#staff4 section article h3 {
font-weight: bold;
}
#staff4 section article h4 {
font-size: 1.6rem;
line-height: 1.4;
}
#staff4 section > p {
padding: 2rem;
}
#staff4 section > a > div {
position: absolute;
top: 17rem;
left: 2rem;
width: 5rem;
height: 5rem;
border: 0.1rem solid #000;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#staff4 section > a > div > div:first-child {
position: absolute;
top: 1.9rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(2) {
position: absolute;
top: 2.1rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(3) {
position: absolute;
top: 2.3rem;
left: 2.6rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(4) {
position: absolute;
top: 2.5rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:last-child {
position: absolute;
top: 2.7rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#s_block1, #s_block2, #s_block3, #s_block4 {
width: 100rem;
margin: 0 auto;
}
.st_cnt {
display: flex;
justify-content: space-between;
margin-top: 5rem;
}
.st_cnt > div {
width: 48%;
}
.st_cnt > figure {
width: 48%;
}
.st_cnt > div p {
margin-bottom: 3rem;
font-size: 1.8rem;
}
.st_cnt > div article {
border: 0.1rem solid #ccc;
padding: 2rem;
font-size: 1.7rem;
margin-bottom: 2rem;
}
.st_cnt > div article h4, .st_cnt > div article h5 {
margin-bottom: 1rem;
}
.st_cnt > div article li {
position: relative;
display: inline-block;
margin: 0 1rem 1rem 0;
background: #67D386;
color: #fff;
padding: 0.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.4rem;
}
#s_block4 > div {
display: flex;
justify-content: space-between;
margin-top: 10rem;
}
#s_block4 > div article {
width: 48%;
}
#s_block4 > div article > div {
display: flex;
align-items: center;
flex-direction: column;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 2rem;
padding: 1rem 0;
margin-bottom: 2rem;
}
#s_block4 > div article > div h3 {
border-bottom: 0.3rem solid #fff;
padding-bottom: 0.4rem;
width: 100%;
}
#s_block4 > div article:first-child > div {
background: #3985C7;
}
#s_block4 > div article:last-child > div {
background: #35B05D;
}
#s_block4 > div article > p {
margin-bottom: 3rem;
}
#ban_sttop {
width: 100rem;
margin: 8rem auto;
}

/* 介護サービス */
#hdr_care {
background: url("../img/care/hdr_care.png") no-repeat center/cover;
}
#menu_care {
background: #F6D1DC;
}
#staff4 section a#k_back1 {
background: url("../img/care/k_back1.png") no-repeat center/cover;
}
#staff4 section a#k_back2 {
background: url("../img/care/k_back2.png") no-repeat center/cover;
}
#staff4 section a#k_back3 {
background: url("../img/care/k_back3.png") no-repeat center/cover;
}
#staff4 section a#k_back4 {
background: url("../img/care/k_back4.png") no-repeat center/cover;
}
#syokai {
width: 100rem;
margin: 0 auto 10rem auto;
}
#syokai > div:nth-child(2) {
display: flex;
justify-content: center;
}
#syokai > div article {
width: 48%;
}
#syokai > div article > div {
display: flex;
align-items: center;
padding: 2rem 0;
margin-bottom: 2rem;
}
#syokai > div article:first-child > div {
background: #F6D1DC;
}
#syokai > div article:last-child > div {
background: #F4CA8D;
}
#syokai > div article > div h3 {
text-align: center;
font-weight: bold;
padding-bottom: 0.4rem;
width: 100%;
font-size: 2rem;
border-bottom: 0.3rem solid #fff;
}
#syokai > div article table {
width: 100%;
margin-bottom: 3rem;
}
#syokai > div article th, #syokai > div article td {
vertical-align: top;
}
#syokai > div article th {
text-align: left;
width: 24%;
}
#syokai > div:last-child {
width:70%;
margin: 0 auto;
}
.care_read4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
padding: 0 0 1rem 10rem;
font-size: 3.4rem;
margin: 10rem 0 3rem 0;
border-bottom: 1.4rem solid #F6D1DC;
}
.k_plan, #k_day, #mass {
width: 100rem;
margin: 0 auto;
}
.k_plan > article {
display: flex;
justify-content: space-between;
}
.k_plan > article div, .k_plan > article figure {
width: 48%;
}
.k_plan > article div h4 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 5rem;
padding-top: 3rem;
}
.k_plan > article div p {
border-top: 0.1rem solid #333;
border-bottom: 0.1rem solid #333;
padding: 3rem 0;
font-size: 1.8rem;
}
.k_plan > h4, #mass > h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2.4rem;
margin: 3rem 0 5rem 0;
border-bottom: 1rem solid #000;
padding-bottom: 0.4rem;
}
.k_plan > figcaption {
text-align: center;
}
#k_time {
display: flex;
justify-content: space-between;
}
#k_time dl, #k_time table {
width: 48%;
}
#k_time dt {
font-weight: bold;
font-size: 1.8rem;
}
#k_time dd {
margin-bottom: 3rem;
}
#k_time caption {
background: #FF9D5B;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
}
#k_time th {
background: #FFB48A;
color: #fff;
font-weight: bold;
}
#k_time td {
border-top: 0.1rem solid #FFB48A;
padding: 0.6rem 0 0.6rem 1rem;
font-weight: bold;
}
#k_time table tr:last-child td {
border-bottom: 0.1rem solid #FFB48A;
}
#five {
margin: 10rem 0;
padding: 0 5rem;
text-align: center;
}
#mass > article {
display: flex;
justify-content: space-between;
margin-bottom: 2rem;
}
#mass > article figure {
width: 18%;
}
#mass > article p {
width: 82%;
padding-left: 2rem;
}
#mass > article:nth-child(3) p {
padding-top: 3rem;
}
#mass > h5, #hom_h {
background: #FFB48A;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
padding: 0.87rem 0;
margin-bottom: 2rem;
}
#hom_h {
background: #F6D1DC;
color: #000;
}
#hom, #hom article {
display: flex;
justify-content: space-between;
}
#hom {
margin-bottom: 3rem;
}
#hom article figure {
width: 66%;
}
#hom article div {
width: 32%;
}
#hom article div h5 {
text-align: center;
background: #F6D1DC;
padding: 1rem 0;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#hom article div ul {
padding-left: 1.6rem;
}
#hom article div li {
list-style: disc;
font-weight: bold;
}

/* 事業案内 */
#hdr_business {
background: url("../img/business/hdr_business.png") no-repeat center/cover;
border-bottom-color: #2164A0;
}
#ji_top {
width: 100rem;
margin: 10rem auto;
}
#ji_top h2 {
color: #2D5EAB;
font-size: 7rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.3rem 0.3rem 0 rgba(0,0,0,0.2);
margin-bottom: 4rem;
}
#ji_top h3 {
font-size: 3rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
margin-bottom: 4rem;
}
#ji_wrap {
max-width: 110rem;
margin: 5rem auto;
}
#ji_back1 {
background: url("../img/business/ji_back1.png") no-repeat center/cover;
}
#ji_back2 {
background: url("../img/business/ji_back2.png") no-repeat center/cover;
}
#ji_back3 {
background: url("../img/business/ji_back3.png") no-repeat center/cover;
}
#ji_back4 {
background: url("../img/business/ji_back4.png") no-repeat center/cover;
}
#ji_back5 {
background: url("../img/business/ji_back5.png") no-repeat center/cover;
}
#ji_wrap article {
display: flex;
justify-content: space-between;
border: 0.1rem solid #0081D0;
margin-bottom: 5rem;
}
#ji_wrap article div:first-child {
width: 20%;
border-right: 0.1rem solid #0081D0;
}
#ji_wrap article div:last-child {
width: 80%;
}
#ji_wrap article div:last-child h3 a {
color: #fff;
display: block;
background: #0081D0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 3rem;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.5);
padding: 1.6rem 2rem 1.6rem 2rem;
line-height: 1;
margin-bottom: 2rem;
}
#ji_wrap article div:last-child h3 a span {
font-size: 1.8rem;
margin: 0 2rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a:hover span {
margin-right: 3rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a:hover {
text-decoration: none;
}
#ji_wrap article div:last-child h3 a img {
vertical-align: -1rem;
}
#ji_wrap article div:last-child h4 {
padding: 0 3rem;
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child h5 {
padding: 0 3rem 0 6.6rem;
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child p {
padding: 0 3rem 3rem 6.6rem;
}

/* NEWS */
#hdr_news {
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(191,191,191,1) 50%, rgba(238,238,238,1) 100%);
}
#hdr_info {
background: rgb(217,246,255);
background: linear-gradient(0deg, rgba(217,246,255,1) 0%, rgba(84,165,190,1) 50%, rgba(217,246,255,1) 100%);
}
#news_list {
display: flex;
flex-wrap: wrap;
margin-top: 10rem;
padding: 0 2%;
}
#news_list article {
width: 23.5%;
border-bottom: 0.1rem solid #ddd;
margin-right: 2%;
margin-bottom: 2rem;
transition: 0.3s;
}
#news_list article:nth-child(8n) {
margin-right: 0;
}
#news_list article:hover {
opacity: 0.8;
transition: 0.3s;
}
#news_list article a {
display: block;
padding-bottom: 3rem;
color: #000;
}
#news_list article a:hover {
text-decoration: none;
}
#news_list article figure img {
width: 100%;
height: 22rem;
object-fit: cover;
}
#news_list article time {
line-height: 1;
margin: 1rem 0;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#news_list article h3, #info_list article h3 {
padding: 0 2rem;
font-weight: bold;
line-height: 1.5;
}
.read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 3rem;
line-height: 1.5;
margin: 10rem 0 1rem 5rem
}
.sub_read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 0 2rem 10.4rem;
}
#news_single {
min-width: 80rem;
margin: 0 10%;
}
#news_single img {
margin: 3rem 0;
max-width: 100%;
height: auto;
}
#info_list {
padding: 0 10rem;
margin-top: 10rem;
display: flex;
flex-wrap: wrap;
}
#info_list article {
width: 48%;
margin-bottom: 5rem;
margin-right: 4%;
border: 0.1rem solid #aaa;
transition: 0.3s;
}
#info_list article:nth-child(4n) {
margin-right: 0;
}
#info_list article:hover {
opacity: 0.5;
transition: 0.3s;
}
#info_list article time {
line-height: 1;
margin-bottom: 1rem;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#info_list article a {
display: block;
padding: 2rem;
color: #000;
}
#info_list article a:hover {
text-decoration: none;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

#top_hdr {
height: calc(100vh - 14rem);
}
#top_hdr article {
position: relative;
height: 14rem;
padding-top: 10rem;
}
#top_hdr article div:first-child {
padding-left: 9.8rem;
}
#top_hdr article div:last-child {
position: absolute;
top: 7rem;
right: 3rem;
width: 100%;
text-align: right;
}
#top_hdr > div {
height: 100%;
}
#slide1 > div {
position: relative;
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
#slide1 > div > div {
position: absolute;
top: calc(50% - 43px);
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0 5rem;
}

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

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#slide1 h3 {
font-size: 8rem;
font-weight: 700;
margin-bottom: 7rem;
}
#slide1 h4 {
font-size: 4rem;
font-weight: 700;
margin-bottom: 5rem;
}
#slide1 p {
font-size: 2.6rem;
line-height: 1.7;
}
#slide2 h3 {
color: #fff;
text-align: center;
width: 100%;
font-size: 6rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.6);
}
.bx-wrapper, .bx-viewport, .bxslider, .bxslider li {
height: 100% !important;
}
.read1 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 5rem;
line-height: 1;
margin: 20rem 0 1rem 5rem
}
.sub_read1 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 0 2rem 10.4rem;
}
.top_info {
display: flex;
border-top: 0.1rem solid #ccc;
border-bottom: 0.1rem solid #ccc;
font-family: 'Noto Sans JP', sans-serif;
}
.top_info article {
width: 25%;
border-right: 0.1rem solid #ccc;
padding: 3rem;
}
.top_info article:nth-child(4) {
border-right: 0;
}
.top_info article figure img {
max-width: 100%;
height: 10rem;
object-fit: cover;
}
.top_info article time {
font-weight: 700;
color: #aaa;
}
.top_info article p {
line-height: 1.5;
}
.top_info article p a {
color: #000;
}
#top_about {
background: #2968d3;
color: #fff;
padding: 5rem 5rem 5rem 10rem;
}
#top_about p {
font-size: 1.8rem;
line-height: 2.4;
max-width: 90rem;
margin-right: 5rem;
margin-bottom: 2rem;
}
#top_about > div {
width: 20rem;
}
#top_about a {
position: relative;
display: block;
border: 0.1rem solid #fff;
padding: 0.6rem 0 0.6rem 1.4rem;
font-size: 1.4rem;
}
#top_about a:hover {
cursor: pointer;
color: #fff;
text-decoration: none;

}
#top_about a > div {
position: absolute;
right: 0;
top: 0;
width: 8rem;
height: 100%;
padding: 1.6rem 0.8rem;
border-left: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about > div:hover a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
background: #fff;
transition: 0.3s;
}
#top_sol {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
color: #fff;
margin-bottom: 16rem;
}
#top_sol article:first-child {
width: 33.3%;
background: url("../img/top/p1.png") no-repeat center/cover;
}
#top_sol article:nth-child(2) {
width: 33.3%;
background: url("../img/top/p2.png") no-repeat center/cover;
}
#top_sol article:nth-child(3) {
width: 33.4%;
background: url("../img/top/p3.png") no-repeat center/cover;
}
#top_sol article:nth-child(4) {
width: 33.3%;
background: url("../img/top/p4.png") no-repeat center/cover;
}
#top_sol article:nth-child(5) {
width: 33.3%;
background: url("../img/top/p5.png") no-repeat center/cover;
}
#top_sol article:last-child {
width: 33.4%;
background: url("../img/top/p6.png") no-repeat center/cover;
}
#top_sol article {
position: relative;
transition: 0.3s;
z-index: 1;
}
#top_sol article::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover {
margin-top: -2rem;
margin-bottom: 2rem;
transition: 0.3s;
}
#top_sol article > a {
display: block;
padding: 8rem 1rem;
color: #fff;
text-shadow: 0.1rem 0.1rem 0 #000;
}
#top_sol article > a:hover {
text-decoration: none;
cursor: pointer;
}
#top_sol article h3 {
position: relative;
font-weight: bold;
z-index: 5;
}
#top_sol article h4 {
position: relative;
z-index: 5;
}
#top_sol article > a > div {
position: relative;
width: 5rem;
height: 5rem;
border: 0.1rem solid #fff;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#top_sol article > a > div > div:first-child {
position: absolute;
top: 1.9rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(2) {
position: absolute;
top: 2.1rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(3) {
position: absolute;
top: 2.3rem;
left: 2.6rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(4) {
position: absolute;
top: 2.5rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:last-child {
position: absolute;
top: 2.7rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sns {
display: flex;
justify-content: space-between;
}
#top_sns > div, #top_sns > article {
width: 50%;
}
#top_sns > div {

}
#top_sns > article {
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
#ftr_top {
background: url("../img/top/back_ftr_logo.png") no-repeat center/cover;
display: flex;
justify-content: center;
align-items: center;
height: 25rem;
margin-top: 16rem;
}

/* サイトマップ */
#hdr_sitemap {
background: url("../img/sitemap/hdr_sitemap.png") no-repeat center right/cover;
}
#sm_list {
padding: 0 10rem;
}
#sm_list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#sm_list li {
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
width: 48%;
margin-bottom: 5rem;
transition: 0.3s;
}
#sm_list li:hover {
opacity: 0.9;
width: 49%;
transition: 0.3s;
}
#sm_list li:first-child {
background: #0052A2 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
}
#sm_list li a {
display: block;
padding: 2rem 2rem 2rem 7rem;
color: #fff;
font-weight: bold;
}
#sm_list li a:hover {
text-decoration: none;
}

/* プライバシーポリシー */
#hdr_policy {
background: url("../img/policy/hdr_plicy.png") no-repeat center right/cover;
}
#pl_wrap {
padding: 0 10rem;
}
#pl_wrap p:first-child {
padding-bottom: 5rem;
margin-bottom: 5rem;
border-bottom: 0.1rem solid #aaa;
}
#pl_wrap > article:nth-child(2) {
margin-bottom: 5rem;
}
#pl_wrap > article:nth-child(2) h3 {
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 0.6rem;
}
#pl_wrap > article:nth-child(2) p {
margin-bottom: 3rem;
}
#pl_wrap > article:nth-child(2) p:last-child {
text-align: right;
margin-bottom: 0;
}
#pl_wrap > article:last-child {
margin-bottom: 5rem;
}
#pl_wrap > article:last-child h3 {
font-weight: bold;
font-size: 1.8rem;
border-bottom: 0.1rem solid #aaa;
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p {
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p:last-child {
text-align: right;
}
#pl_toi {
width: 94%;
margin: 0 auto;
padding: 2rem 5rem;
border: 0.1rem solid #aaa;
}

/* 拠点一覧 */
#hdr_base {
background: url("../img/base/hdr_base.png") no-repeat center/cover;
}
#bs_p {
margin: 20rem 0 5rem 5rem;
font-size: 2rem;
}
.bs_read {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 3rem;
padding: 1rem 0 1.4rem 10rem;
line-height: 1;
margin: 5rem 0 3rem 0;
}
#b_block1 {
background: #1386AE;
}
#b_block2 {
background: #59A8DE;
}
#b_block3 {
background: #35B05D;
}
#b_block4 {
background: #F6D1DC;
}
#b_block5 {
background: #B0B0B0;
}
.bs_box {
width: 80rem;
margin: 0 auto;
}
.bs_box > h3 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
.bs_box > article {
display: flex;
justify-content: space-between;
height: 12rem;
margin-bottom: 3rem;
}
.bs_box > article > div:first-child {
width: 46rem;
padding-right: 2rem;
}
.bs_box > article > div:first-child h4 {
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
}
.bs_box > article > div:first-child h4 span {
margin-left: 2rem;
}
.bs_box > article > div:first-child h4 span img {
margin-right: 1rem;
}
.bs_box > article > div:first-child p {
font-size: 1.6rem;
}
.bs_box > article > figure, .bs_box > article > p {
width: 16rem;
}
.bs_box > article > p {
font-size: 1.4rem;
line-height: 1.4;
}
.bs_box > article > a {
display: block;
padding: 4.4rem 0 0 6rem;
width: 16rem;
font-size: 2rem;
font-weight: bold;
border: 0.1rem solid #002A68;
background: url("../img/base/arrow.png") no-repeat center left 2rem;
margin-left: 1rem;
color: #002A68;
transition: 0.3s;
}
.bs_box > article > a:hover {
opacity: 0.5;
transition: 0.3s;
text-decoration: none;
}

/* 会社案内 */
#hdr_company {
background: url("../img/company/hdr_company.png") no-repeat center/cover;
}
#gr {
padding: 0 5rem;
margin-bottom: 10rem;
}
#gr h3 {
color: #00119A;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 4rem;
line-height: 1.5;
margin-bottom: 3rem;
}
#gr h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 3rem;
margin-bottom: 3rem;
}
#gr > p {
margin-bottom: 2rem;
}
#gr > div {
display: flex;
justify-content: space-between;
margin-top: 5rem;
}
#gr > div article {
width: 48%;
}
#gr > div article > div {
display: flex;
}
#gr > div article > div p {
margin-right: 2rem;
}
#gr > div article > div div {
font-family: "游明朝","YuMincho";
font-size: 3.6rem;
padding-top: 2rem;
}
#gr > div article:first-child > div div {
padding-top: 1rem;
}
#phi {
padding: 0 5rem;
margin-bottom: 10rem;
}
#phi h4 {
color: #CC9C02;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 5rem;
margin-bottom: 5rem;
}
#phi > ul li {
font-size: 2rem;
margin-bottom: 3rem;
}
#phi > h5 {
font-weight: bold;
margin-bottom: 1rem;
font-size: 1.8rem;
}
#phi > article {
border: 0.1rem solid #333;
max-width: 80rem;
padding: 2rem;
}
#phi > article h6 {
font-weight: bold;
}
#phi > article ul {
padding-left: 1.6rem;
}
#phi > article li {
list-style: disc;
}
#gaiyo {
width: calc(100% - 20rem);
margin: 0 auto 10rem auto;
}
#gaiyo th, #gaiyo td {
border-bottom: 0.1rem solid #ddd;
padding: 2rem 0;
}
#gaiyo th {
text-align: left;
width: 20rem;
}
#gaiyo td li {
list-style: disc;
display: inline-block;
margin-right: 2rem;
}
#map {
height: 40rem;
margin-bottom: 10rem;
}
#enkaku {
width: calc(100% - 20rem);
margin: 0 auto 10rem auto;
}
#enkaku th, #enkaku td {
padding: 1.6rem 0;
vertical-align: top;
border-bottom: 0.1rem dotted #ddd;
}
#enkaku th {
text-align: left;
width: 10rem;
}
#enkaku th:nth-of-type(1) {
width: 6rem;
}
#enkaku th:nth-of-type(2) {
width: 6rem;
text-align: right;
}
#enkaku td {
padding-left: 3rem;
}

/* お問い合わせ */
#hdr_mail {
background: url("../img/mail/hdr_mail.png") no-repeat center/cover;
}
#mail_p {
padding: 0 10rem;
margin-bottom: 5rem;
}
#sfm-form table {
width: 94%;
margin: 0 auto;
}
#sfm-form th, #sfm-form td {
border-bottom: 0.1rem solid #ccc;
padding: 2rem 0;
vertical-align: top;
}
#sfm-form th {
text-align: left;
}
#sfm-form th {
width: 30%;
}
.star {
color: #fff;
font-size: 1.4rem;
line-height: 1;
padding: 0.4rem 0.6rem;
border-radius: 0.4rem;
background: #002A68;
margin-left: 1rem;
}
.ERR {
color: #ff0000;
font-weight: bold;
}
.doui, .submit {
text-align: center;
border-bottom: none !important;
}
.doui {
color: #002A68;
}
.submit input[type="submit"], .submit input[type="reset"], .submit input[type="button"] {
background: #002A68;
color: #fff;
border: none;
padding: 1rem 2rem;
border-radius: 0.4rem;
transition: 0.3s;
}
.submit input[type="reset"] {
background: #aaa;
}
.submit input[type="button"] {
margin-top: 2rem;
}
.submit input[type="submit"]:hover, .submit input[type="reset"]:hover, .submit input[type="button"]:hover {
cursor: pointer;
opacity: 0.8;
transition: 0.3s;
}
#kaisya, #address {
width: 100%;
}
#busyo, #email, #emailcheck {
width: 80%;
}
#name, #kana {
width: 50%;
}
#tel0, #fax0, #zip0 {
width: 10%;
}
#tel1, #tel2, #fax1, #fax2, #zip1 {
width: 12%;
}

/* 貿易・物流サービス */
#hdr_logi {
background: url("../img/logi/hdr_logi.png") no-repeat center/cover;
}
#logi_block1 {
display: flex;
padding: 0 2rem;
}
#logi_block1 > article {
width: 65rem;
padding-right: 4rem;
}
#logi_block1 > figure {
width: 35rem;
}
#logi_block1 > article ul {
display: flex;
justify-content: space-between;
width: 80%;
margin: 5rem auto;
}
#logi_block1 > article ul li {
border-radius: 0.6rem;
border-top: 0.1rem solid #006E9F;
border-left: 0.1rem solid #006E9F;
border-right: 0.1rem solid #006E9F;
border-bottom: 0.3rem solid #006E9F;
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
color: #003B87;
font-weight: bold;
padding: 0.6rem 3rem;
font-size: 1.6rem;
}
#logi_block2 h3 {
padding: 0 5rem;
text-align: center;
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#logi_block2 article {
background: url("../img/logi/back_block2.png") no-repeat right/cover;
height: 50rem;
padding: 5rem;
color: #fff;
text-align: right;
}
#logi_block3 table {
margin: 3rem 0;
}
#logi_block3 {
margin: 10rem auto;
}
#logi_block3 > table {
width: calc(100% - 4rem);
margin: 0 auto;
}
#logi_block3 th, #logi_block3 td {
font-weight: bold;
font-size: 2rem;
padding: 1rem 0;
vertical-align: top;
}
#logi_block3 th {
text-align: left;
}
#logi_block3 td {
padding-left: 2rem;
}
.pd2 {
padding: 0 2rem;
}
.soko {
border: 0.1rem solid #59A8DE;
display: flex;
justify-content: space-between;
margin: 2rem 0;
}
.soko > div:first-child {
width: 20rem;
background: #59A8DE;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
flex-direction: column;
}
.soko > div:first-child h4 {
border-bottom: 0.3rem solid #fff;
font-weight: bold;
font-size: 1.6rem;
width: 100%;
}
.soko > div h5 {
font-size: 1rem;
}
.soko > div:nth-child(2) {
padding: 1rem;
width: 40rem;
}
.soko > div:nth-child(2) table {
margin: 0 !important;
}
.soko > div:nth-child(2) th, .soko > div:nth-child(2) td {
font-weight: normal !important;
font-size: 1.2rem !important;
padding: 0.4rem 0!important;
line-height: 1.3rem !important;
}
.soko > div:nth-child(2) th {
width: 22% !important;
}
#logi_block3 .soko > p {
padding: 2rem;
width: 30rem;
}
.soko > figure {
padding: 1rem 1rem 0 0;
}
.soko > figure img:first-child {
margin-right: 0.6rem;
}
#soko_small {
font-size: 1.3rem;
line-height: 1.6;
}
#logi_block4 > p {
padding: 0 2rem;
}
#pick p {
margin-bottom: 3rem;
padding: 0 2rem;
}
#kako {
display: flex;
justify-content: space-between;
margin: 5rem 0;
padding: 0 2rem;
}
#kako article {
border: 0.1rem solid #003B87;
padding-bottom: 10rem;
}
#kako article:first-child {
background: url("../img/logi/back_kako1.png")no-repeat center bottom 1rem/80%;
width: 22%;
}
#kako article:nth-child(2) {
background: url("../img/logi/back_kako2.png")no-repeat center bottom 1rem/70%;
width: 38%;
}
#kako article:last-child {
background: url("../img/logi/back_kako3.png")no-repeat center bottom 1rem/80%;
width: 38%;
}
#kako article > div {
padding: 1rem 2rem 0 2rem;
}
#kako article h4 {
background: #003B87;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
font-size: 2rem;
}
#kako article h5 {
text-align: center;
border-bottom: 0.4rem solid #003B87;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#kako article ul {
text-align: center;
}
#kako article ul li {
border-radius: 0.4rem;
color: #fff;
padding: 0.2rem 1rem;
font-size: 1.4rem;
background: #59A8DE;
margin-bottom: 1rem;
display: inline-block;
}
#world {
border: 0.1rem solid #59A8DE;
width: calc(100% - 4rem);
margin: 5rem auto 0 auto;
}
#world h3 {
color: #fff;
background: #59A8DE url("../img/logi/back_world.png") no-repeat center left 3rem;
padding: 2rem 0 2rem 8rem;
font-size: 2.4rem;
font-weight: bold;
}
#world p {
padding: 2rem 3rem;
}
#logi_block5 h3 {
background: #59A8DE;
line-height: 1;
padding: 0 10rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2.4rem;
margin-bottom: 3rem;
}
#logi_block5 h3 span {
background: #fff;
padding: 0 2rem;
}
#logi_block5 article {
background: url("../img/logi/back_surv.png") no-repeat center;
padding: 20rem 0 10rem 0;
}
#logi_block5 article p {
background: rgba(26,170,189,0.8);
color: #fff;
font-size: 2.2rem;
line-height: 1.5;
padding: 5rem 10rem;
}

/* 人材・業務請負 */
#hdr_staff {
background: url("../img/staff/hdr_staff.png") no-repeat center/cover;
}
#staff_vd {
padding: 0 2rem;
display: flex;
justify-content: space-between;
}
#staff_vd p {
width: 60%;
padding-right: 3rem;
}
#staff_vd div {
width: 40%;
}
#staff4 {
position: relative;
display: flex;
justify-content: space-between;
}
#staff4 section {
position: relative;
width: 25%;
transition: 0.3s;
}
#staff4 section:first-child > a {
background: url("../img/staff/back_link1.png") no-repeat center/cover;
}
#staff4 section:nth-child(2) > a {
background: url("../img/staff/back_link3.png") no-repeat center/cover;
}
#staff4 section:nth-child(3) > a {
background: url("../img/staff/back_link5.png") no-repeat center/cover;
}
#staff4 section:last-child > a {
background: url("../img/staff/back_link4.png") no-repeat center/cover;
}
#staff4 section a {
display: block;
color: #000;
font-size: 2rem;
padding: 16rem 0 10rem 0;
}
#staff4 section a:hover {
text-decoration: none;
}
#staff4 section:hover {
opacity: 0.8;
transition: 0.3s;
}
#staff4 section article {
background: rgba(255,255,255, 0.7);
padding: 4rem 2rem 2rem 8rem;
height: 14rem;
}
#staff4 section article h3 {
font-weight: bold;
}
#staff4 section article h4 {
font-size: 1.6rem;
line-height: 1.4;
}
#staff4 section > p {
padding: 2rem;
}
#staff4 section > a > div {
position: absolute;
top: 17rem;
left: 2rem;
width: 5rem;
height: 5rem;
border: 0.1rem solid #000;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#staff4 section > a > div > div:first-child {
position: absolute;
top: 1.9rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(2) {
position: absolute;
top: 2.1rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(3) {
position: absolute;
top: 2.3rem;
left: 2.6rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(4) {
position: absolute;
top: 2.5rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:last-child {
position: absolute;
top: 2.7rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#s_block1, #s_block2, #s_block3, #s_block4 {

}
#s_block4 p {
padding: 0 2rem;
}
.st_cnt {
display: flex;
justify-content: space-between;
margin-top: 5rem;
padding: 0 2rem;
}
.st_cnt > div {
width: 48%;
}
.st_cnt > figure {
width: 48%;
}
.st_cnt > div p {
margin-bottom: 3rem;
font-size: 1.8rem;
}
.st_cnt > div article {
border: 0.1rem solid #ccc;
padding: 2rem;
font-size: 1.7rem;
margin-bottom: 2rem;
}
.st_cnt > div article h4, .st_cnt > div article h5 {
margin-bottom: 1rem;
}
.st_cnt > div article li {
position: relative;
display: inline-block;
margin: 0 1rem 1rem 0;
background: #67D386;
color: #fff;
padding: 0.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.4rem;
}
#s_block4 > div {
display: flex;
justify-content: space-between;
margin-top: 5rem;
padding: 0 2rem;
}
#s_block4 > div article {
width: 48%;
}
#s_block4 > div article > div {
display: flex;
align-items: center;
flex-direction: column;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 2rem;
padding: 1rem 0;
margin-bottom: 2rem;
}
#s_block4 > div article > div h3 {
border-bottom: 0.3rem solid #fff;
padding-bottom: 0.4rem;
width: 100%;
}
#s_block4 > div article:first-child > div {
background: #3985C7;
}
#s_block4 > div article:last-child > div {
background: #35B05D;
}
#s_block4 > div article > p {
margin-bottom: 3rem;
}
#ban_sttop {
width: 100rem;
margin: 8rem auto;
}

/* 介護サービス */
#hdr_care {
background: url("../img/care/hdr_care.png") no-repeat center left/cover;
}
#staff4 section a#k_back1 {
background: url("../img/care/k_back1.png") no-repeat center/cover;
}
#staff4 section a#k_back2 {
background: url("../img/care/k_back2.png") no-repeat center/cover;
}
#staff4 section a#k_back3 {
background: url("../img/care/k_back3.png") no-repeat center/cover;
}
#staff4 section a#k_back4 {
background: url("../img/care/k_back4.png") no-repeat center/cover;
}
#syokai {
padding: 0 2rem;
margin: 0 auto 10rem auto;
}
#syokai > div:nth-child(2) {
display: flex;
justify-content: center;
}
#syokai > div article {
width: 48%;
}
#syokai > div article > div {
display: flex;
align-items: center;
padding: 2rem 0;
margin-bottom: 2rem;
}
#syokai > div article:first-child > div {
background: #F6D1DC;
}
#syokai > div article:last-child > div {
background: #F4CA8D;
}
#syokai > div article > div h3 {
text-align: center;
font-weight: bold;
padding-bottom: 0.4rem;
width: 100%;
font-size: 2rem;
border-bottom: 0.3rem solid #fff;
}
#syokai > div article table {
width: 100%;
margin-bottom: 3rem;
}
#syokai > div article th, #syokai > div article td {
vertical-align: top;
}
#syokai > div article th {
text-align: left;
width: 24%;
}
#syokai > div:last-child {
width:70%;
margin: 0 auto;
}
.care_read4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
padding: 0 0 1rem 5rem;
font-size: 2.4rem;
margin: 10rem 0 3rem 0;
border-bottom: 1.4rem solid #F6D1DC;
}
.k_plan, #k_day, #mass {

}
.k_plan > p {padding: 0 2rem;}
#mass > p {
padding: 0 2rem;
}
.k_plan > article {
display: flex;
justify-content: space-between;
padding: 0 2rem;
}
.k_plan > article div, .k_plan > article figure {
width: 48%;
}
.k_plan > article div h4 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 5rem;
padding-top: 3rem;
}
.k_plan > article div p {
border-top: 0.1rem solid #333;
border-bottom: 0.1rem solid #333;
padding: 3rem 0;
font-size: 1.8rem;
}
.k_plan > h4, #mass > h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2.4rem;
margin: 8rem 0 5rem 0;
border-bottom: 1rem solid #000;
padding-bottom: 0.4rem;
padding-left: 5rem;
}
.k_plan > figcaption {
text-align: center;
}
#k_time {
display: flex;
justify-content: space-between;
padding: 0 2rem;
}
#k_time dl, #k_time table {
width: 48%;
}
#k_time dt {
font-weight: bold;
font-size: 1.8rem;
}
#k_time dd {
margin-bottom: 3rem;
}
#k_time caption {
background: #FF9D5B;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
}
#k_time th {
background: #FFB48A;
color: #fff;
font-weight: bold;
}
#k_time td {
border-top: 0.1rem solid #FFB48A;
padding: 0.6rem 0 0.6rem 1rem;
font-weight: bold;
}
#k_time table tr:last-child td {
border-bottom: 0.1rem solid #FFB48A;
}
#five {
margin: 10rem 0;
padding: 0 5rem;
text-align: center;
}
#mass > article {
display: flex;
justify-content: space-between;
margin: 0 auto 2rem auto;
width: 94%;
}
#mass > article figure {
width: 18%;
}
#mass > article p {
width: 82%;
padding-left: 2rem;
}
#mass > article:nth-child(3) p {
padding-top: 3rem;
}
#mass > h5, #hom_h {
background: #FFB48A;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
padding: 0.87rem 0;
margin-bottom: 2rem;
}
#hom_h {
background: #F6D1DC;
color: #000;
}
#hom {
padding: 0 2rem;
}
#hom article {
display: flex;
justify-content: space-between;
}
#hom {
margin-bottom: 3rem;
}
#hom article figure {
width: 66%;
}
#hom article div {
width: 32%;
}
#hom article div h5 {
text-align: center;
background: #F6D1DC;
padding: 1rem 0;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#hom article div ul {
padding-left: 1.6rem;
}
#hom article div li {
list-style: disc;
font-weight: bold;
}

/* 事業案内 */
#hdr_business {
background: url("../img/business/hdr_business.png") no-repeat center/cover;
border-bottom-color: #2164A0;
}
#ji_top {
padding: 0 2rem;
margin: 20rem auto 10rem auto;
}
#ji_top h2 {
color: #2D5EAB;
font-size: 7rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.3rem 0.3rem 0 rgba(0,0,0,0.2);
margin-bottom: 4rem;
}
#ji_top h3 {
font-size: 3rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
margin-bottom: 4rem;
}
#ji_wrap {
max-width: 110rem;
margin: 5rem auto;
}
#ji_back1 {
background: url("../img/business/ji_back1.png") no-repeat center/cover;
}
#ji_back2 {
background: url("../img/business/ji_back2.png") no-repeat center/cover;
}
#ji_back3 {
background: url("../img/business/ji_back3.png") no-repeat center/cover;
}
#ji_back4 {
background: url("../img/business/ji_back4.png") no-repeat center/cover;
}
#ji_back5 {
background: url("../img/business/ji_back5.png") no-repeat center/cover;
}
#ji_wrap article {
display: flex;
justify-content: space-between;
border: 0.1rem solid #0081D0;
margin-bottom: 5rem;
}
#ji_wrap article div:first-child {
width: 20%;
border-right: 0.1rem solid #0081D0;
}
#ji_wrap article div:last-child {
width: 80%;
}
#ji_wrap article div:last-child h3 a {
color: #fff;
display: block;
background: #0081D0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 3rem;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.5);
padding: 1.6rem 2rem 1.6rem 2rem;
line-height: 1;
margin-bottom: 2rem;
}
#ji_wrap article div:last-child h3 a span {
font-size: 1.8rem;
margin: 0 2rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a:hover span {
margin-right: 3rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a:hover {
text-decoration: none;
}
#ji_wrap article div:last-child h3 a img {
vertical-align: -1rem;
}
#ji_wrap article div:last-child h4 {
padding: 0 3rem;
font-size: 2.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child h5 {
padding: 0 3rem 0 6.6rem;
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child p {
padding: 0 3rem 3rem 6.6rem;
}

/* NEWS */
#hdr_news {
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(191,191,191,1) 50%, rgba(238,238,238,1) 100%);
}
#hdr_info {
background: rgb(217,246,255);
background: linear-gradient(0deg, rgba(217,246,255,1) 0%, rgba(84,165,190,1) 50%, rgba(217,246,255,1) 100%);
}
#news_list {
display: flex;
flex-wrap: wrap;
margin-top: 20rem;
padding: 0 2rem;
}
#news_list article {
width: 23.5%;
border-bottom: 0.1rem solid #ddd;
margin-right: 2%;
margin-bottom: 2rem;
transition: 0.3s;
}
#news_list article:nth-child(8n) {
margin-right: 0;
}
#news_list article:hover {
opacity: 0.8;
transition: 0.3s;
}
#news_list article a {
display: block;
padding-bottom: 3rem;
color: #000;
}
#news_list article a:hover {
text-decoration: none;
}
#news_list article figure img {
width: 100%;
height: 15rem;
object-fit: cover;
}
#news_list article time {
line-height: 1;
margin: 1rem 0;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#news_list article h3, #info_list article h3 {
padding: 0 2rem;
font-weight: bold;
line-height: 1.5;
}
.read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 3rem;
line-height: 1.5;
margin: 20rem 0 1rem 5rem
}
.sub_read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 0 2rem 5rem;
}
#news_single {
padding: 0 5rem;
}
#news_single img {
margin: 3rem 0;
max-width: 100%;
height: auto;
}
#info_list {
padding: 0 5rem;
margin-top: 20rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#info_list article {
width: 48%;
margin-bottom: 5rem;
margin-right: 4%;
border: 0.1rem solid #aaa;
transition: 0.3s;
}
#info_list article:nth-child(4n) {
margin-right: 0;
}
#info_list article:hover {
opacity: 0.5;
transition: 0.3s;
}
#info_list article time {
line-height: 1;
margin-bottom: 1rem;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#info_list article a {
display: block;
padding: 2rem;
color: #000;
}
#info_list article a:hover {
text-decoration: none;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

#top_hdr {
height: 100vh;
}
#top_hdr article {
position: relative;
height: 7rem;
}
#top_hdr article div:first-child {
display: none;
}
#top_hdr article div:last-child {
position: absolute;
top: 2.6rem;
left: 3rem;
width: 17.2rem;;
}
#top_hdr > div {
height: 100%;
}
#slide1 > div {
position: relative;
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
#slide1 > div > div {
position: absolute;
top: calc(50% - 43px);
left: 0;
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
display: flex;
justify-content: center;
}
#slide1 > div > div img {
max-width: 80%;
}

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

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#slide1 h3 {
font-size: 3rem;
font-weight: 700;
margin-bottom: 3rem;
}
#slide1 h4 {
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 3rem;
}
#slide2 p {
font-size: 2rem;
line-height: 1.7;
}
.bx-wrapper, .bx-viewport, .bxslider, .bxslider li {
height: 100% !important;
}
.read1 {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2rem;
line-height: 1.5;
margin: 10rem 0 1rem 0;
padding: 0 2rem;
}
.sub_read1 {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 0 2rem 0;
padding: 0 2rem;
}
.top_info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 0.1rem solid #ccc;
font-family: 'Noto Sans JP', sans-serif;
}
.top_info article {
width: 50%;
border-right: 0.1rem solid #ccc;
border-bottom: 0.1rem solid #ccc;
}
.top_info article:nth-child(2n) {
border-right: 0;
}
.top_info article figure img {
max-width: 100%;
height: 15rem;
object-fit: cover;
}
.top_info article time {
font-weight: 700;
color: #aaa;
font-size: 1.2rem;
padding: 1rem;
}
.top_info article p {
line-height: 1.5;
padding: 1rem;
font-size: 1.2rem;
}
.top_info article p a {
color: #000;
}
#top_about {
background: #2968d3;
color: #fff;
padding: 5rem 3rem 5rem 3rem;
}
#top_about p {
font-size: 1.8rem;
line-height: 1.8;
margin-bottom: 3rem;
}
#top_about > div {
width: 20rem;
}
#top_about a {
position: relative;
display: block;
border: 0.1rem solid #fff;
padding: 0.6rem 0 0.6rem 1.4rem;
font-size: 1.4rem;
}
#top_about a:hover {
cursor: pointer;
color: #fff;
text-decoration: none;

}
#top_about a > div {
position: absolute;
right: 0;
top: 0;
width: 8rem;
height: 100%;
padding: 1.6rem 0.8rem;
border-left: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
transition: 0.3s;
}
#top_about > div:hover a > div div {
height: 100%;
border-top: 0.1rem solid #fff;
border-bottom: 0.1rem solid #fff;
background: #fff;
transition: 0.3s;
}
#top_sol {
color: #fff;
margin-bottom: 16rem;
}
#top_sol article:first-child {
background: url("../img/top/p1.png") no-repeat center/cover;
}
#top_sol article:nth-child(2) {
background: url("../img/top/p2.png") no-repeat center/cover;
}
#top_sol article:nth-child(3) {
background: url("../img/top/p3.png") no-repeat center/cover;
}
#top_sol article:nth-child(4) {
background: url("../img/top/p4.png") no-repeat center/cover;
}
#top_sol article:nth-child(5) {
background: url("../img/top/p5.png") no-repeat center/cover;
}
#top_sol article:last-child {
background: url("../img/top/p6.png") no-repeat center/cover;
}
#top_sol article {
position: relative;
transition: 0.3s;
z-index: 1;
}
#top_sol article::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0);
cursor: pointer;
z-index: 2;
transition: 0.3s;
}
#top_sol article:hover {
margin-top: -2rem;
margin-bottom: 2rem;
transition: 0.3s;
}
#top_sol article > a {
display: block;
padding: 3rem 1rem;
color: #fff;
text-shadow: 0.1rem 0.1rem 0 #000;
}
#top_sol article > a:hover {
text-decoration: none;
cursor: pointer;
}
#top_sol article h3 {
position: relative;
font-weight: bold;
z-index: 5;
}
#top_sol article h4 {
position: relative;
z-index: 5;
}
#top_sol article > a > div {
position: relative;
width: 5rem;
height: 5rem;
border: 0.1rem solid #fff;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#top_sol article > a > div > div:first-child {
position: absolute;
top: 1.9rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(2) {
position: absolute;
top: 2.1rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(3) {
position: absolute;
top: 2.3rem;
left: 2.6rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:nth-child(4) {
position: absolute;
top: 2.5rem;
left: 2.3rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sol article > a > div > div:last-child {
position: absolute;
top: 2.7rem;
left: 2rem;
width: 0.3rem;
height: 0.2rem;
background: #fff;
}
#top_sns {

}
#top_sns > div, #top_sns > article {

}
#top_sns > div {

}
#top_sns > article {
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
#ftr_top {
background: url("../img/top/back_ftr_logo.png") no-repeat center/cover;
display: flex;
justify-content: center;
align-items: center;
height: 25rem;
margin-top: 16rem;
}

/* サイトマップ */
#hdr_sitemap {
background: url("../img/sitemap/hdr_sitemap.png") no-repeat center right/cover;
}
#sm_list {
padding: 0 2rem;
}
#sm_list ul {

}
#sm_list li {
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
margin-bottom: 2rem;
transition: 0.3s;
}
#sm_list li:hover {
opacity: 0.9;
width: 49%;
transition: 0.3s;
}
#sm_list li:first-child {
background: #0052A2 url("../img/sitemap/back_sm_list.png") no-repeat center left 3rem;
}
#sm_list li a {
display: block;
padding: 2rem 2rem 2rem 7rem;
color: #fff;
font-weight: bold;
}
#sm_list li a:hover {
text-decoration: none;
}

/* プライバシーポリシー */
#hdr_policy {
background: url("../img/policy/hdr_plicy.png") no-repeat center right/cover;
}
#pl_wrap {
padding: 0 2rem;
}
#pl_wrap p:first-child {
padding-bottom: 5rem;
margin-bottom: 5rem;
border-bottom: 0.1rem solid #aaa;
}
#pl_wrap > article:nth-child(2) {
margin-bottom: 5rem;
}
#pl_wrap > article:nth-child(2) h3 {
font-weight: bold;
font-size: 1.6rem;
margin-bottom: 0.6rem;
}
#pl_wrap > article:nth-child(2) p {
margin-bottom: 3rem;
}
#pl_wrap > article:nth-child(2) p:last-child {
text-align: right;
margin-bottom: 0;
font-size: 1.2rem;
}
#pl_wrap > article:last-child {
margin-bottom: 5rem;
}
#pl_wrap > article:last-child h3 {
font-weight: bold;
font-size: 1.8rem;
border-bottom: 0.1rem solid #aaa;
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p {
margin-bottom: 3rem;
}
#pl_wrap > article:last-child p:last-child {
text-align: right;
}
#pl_toi {
width: 94%;
margin: 0 auto;
padding: 2rem;
border: 0.1rem solid #aaa;
}

/* 拠点一覧 */
#hdr_base {
background: url("../img/base/hdr_base.png") no-repeat center/cover;
}
#bs_p {
margin: 0 0 5rem 10rem;
}
.bs_read {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2rem;
padding: 1rem 2rem 1.4rem 2rem;
line-height: 1;
margin: 5rem 0 3rem 0;
}
#b_block1 {
background: #1386AE;
}
#b_block2 {
background: #59A8DE;
}
#b_block3 {
background: #35B05D;
}
#b_block4 {
background: #F6D1DC;
}
#b_block5 {
background: #B0B0B0;
}
.bs_box {
padding: 0 2rem;
margin: 0 auto;
}
.bs_box > h3 {
font-weight: bold;
font-size: 2.4rem;
margin-bottom: 2rem;
}
.bs_box > article {
margin-bottom: 3rem;
}
.bs_box > article > div:first-child {
padding-right: 2rem;
}
.bs_box > article > div:first-child h4 {
font-weight: bold;
font-size: 1.8rem;
line-height: 1.4;
}
.bs_box > article > div:first-child h4 span {
margin-left: 2rem;
}
.bs_box > article > div:first-child h4 span img {
margin-right: 1rem;
}
.bs_box > article > div:first-child p {
font-size: 1.4rem;
margin-bottom: 2rem;
}
.bs_box > article > figure, .bs_box > article > p {

}
.bs_box > article > p {
font-size: 1.4rem;
line-height: 1.4;
}
.bs_box > article > a {
display: block;
text-align: center;
padding: 1.4rem 0;
font-size: 2rem;
font-weight: bold;
border: 0.1rem solid #002A68;
background: url("../img/base/arrow.png") no-repeat center left 2rem;
color: #002A68;
transition: 0.3s;
margin-top: 1rem;
}
.bs_box > article > a:hover {
opacity: 0.5;
transition: 0.3s;
text-decoration: none;
}

/* 会社案内 */
#hdr_company {
background: url("../img/company/hdr_company.png") no-repeat center/cover;
}
#gr {
padding: 0 2rem;
margin-bottom: 10rem;
}
#gr h3 {
color: #00119A;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 3.2rem;
line-height: 1.5;
margin-bottom: 3rem;
}
#gr h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
font-size: 2rem;
margin-bottom: 3rem;
}
#gr > p {
margin-bottom: 2rem;
}
#gr > div {
margin-top: 5rem;
}
#gr > div article {

}
#gr > div article > div {
display: flex;
}
#gr > div article > div p {
margin-right: 2rem;
font-size: 1.3rem;
}
#gr > div article > div div {
font-family: "游明朝","YuMincho";
font-size: 2.6rem;
padding-top: 1rem;
}
#gr > div article:first-child > div div {
padding-top: 1rem;
}
#phi {
padding: 0 2rem;
margin-bottom: 10rem;
}
#phi h4 {
text-align: center;
color: #CC9C02;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 4rem;
margin-bottom: 5rem;
}
#phi > ul li {
font-size: 1.8rem;
margin-bottom: 3rem;
}
#phi > h5 {
text-align: center;
font-weight: bold;
margin-bottom: 1rem;
font-size: 1.8rem;
}
#phi > article {
border: 0.1rem solid #333;
max-width: 80rem;
padding: 2rem;
}
#phi > article h6 {
font-weight: bold;
margin-bottom: 1rem;
}
#phi > article ul {
padding-left: 1.6rem;
}
#phi > article li {
list-style: disc;
font-size: 1.3rem;
margin-bottom: 1rem;
}
#phi > article p {
margin-top: 1rem;
}
#gaiyo {
padding: 0 2rem;
margin: 0 auto 10rem auto;
}
#gaiyo th, #gaiyo td {
border-bottom: 0.1rem solid #ddd;
padding: 2rem 0;
display: flex;
}
#gaiyo th {
text-align: left;
border-bottom: none;
padding-bottom: 0;
}
#gaiyo td li {
list-style: disc;
display: inline-block;
margin-right: 2rem;
}
#map {
height: 40rem;
margin-bottom: 10rem;
}
#enkaku {
padding: 0 2rem;
margin: 0 auto 10rem auto;
}
#enkaku th, #enkaku td {
padding: 1.6rem 0;
vertical-align: top;
border-bottom: 0.1rem dotted #ddd;
}
#enkaku th {
text-align: left;
width: 10rem;
}
#enkaku th:nth-of-type(1) {
width: 6rem;
}
#enkaku th:nth-of-type(2) {
width: 6rem;
text-align: right;
}
#enkaku td {
padding-left: 3rem;
}

/* お問い合わせ */
#hdr_mail {
background: url("../img/mail/hdr_mail.png") no-repeat center/cover;
}
#mail_p {
padding: 0 2rem;
margin-bottom: 5rem;
}
#sfm-form table {
width: 94%;
margin: 0 auto;
}
#sfm-form th, #sfm-form td {
border-bottom: 0.1rem solid #ccc;
padding: 2rem 0;
vertical-align: top;
display: block;
}
#sfm-form th {
text-align: left;
padding-bottom: 0;
border-bottom: 0;
}
.star {
color: #fff;
font-size: 1.4rem;
line-height: 1;
padding: 0.4rem 0.6rem;
border-radius: 0.4rem;
background: #002A68;
margin-left: 1rem;
}
.ERR {
color: #ff0000;
font-weight: bold;
}
.doui, .submit {
text-align: center;
border-bottom: none !important;
}
.doui {
color: #002A68;
}
.submit input[type="submit"], .submit input[type="reset"], .submit input[type="button"] {
background: #002A68;
color: #fff;
border: none;
padding: 1rem 2rem;
border-radius: 0.4rem;
transition: 0.3s;
}
.submit input[type="reset"] {
background: #aaa;
}
.submit input[type="button"] {
margin-top: 2rem;
}
.submit input[type="submit"]:hover, .submit input[type="reset"]:hover, .submit input[type="button"]:hover {
cursor: pointer;
opacity: 0.8;
transition: 0.3s;
}
#kaisya, #address {
width: 100%;
}
#busyo, #email, #emailcheck {
width: 80%;
}
#name, #kana {
width: 50%;
}
#tel0, #fax0, #zip0 {
width: 10%;
}
#tel1, #tel2, #fax1, #fax2, #zip1 {
width: 12%;
}

/* 貿易・物流サービス */
#hdr_logi {
background: url("../img/logi/hdr_logi.png") no-repeat center/cover;
}
#logi_block1 {
padding: 0 2rem;
}
#logi_block1 > article {
margin-bottom: 2rem;
}
#logi_block1 > figure {

}
#logi_block1 > article ul {
width: 80%;
margin: 5rem auto;
}
#logi_block1 > article ul li {
border-radius: 0.6rem;
border-top: 0.1rem solid #006E9F;
border-left: 0.1rem solid #006E9F;
border-right: 0.1rem solid #006E9F;
border-bottom: 0.3rem solid #006E9F;
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
color: #003B87;
font-weight: bold;
padding: 0.6rem 3rem;
font-size: 1.8rem;
text-align: center;
margin-bottom: 3rem;
}
#logi_block1 > article ul li:last-child {
margin-bottom: 0;
}
#logi_block2 h3 {
padding: 0 2rem;
text-align: center;
font-weight: bold;
font-size: 2rem;
margin-bottom: 2rem;
}
#logi_block2 article {
background: url("../img/logi/back_block2.png") no-repeat right top/cover;
padding: 3rem 5rem 22rem 5rem;
color: #fff;
}
#logi_block3 table {
margin: 3rem 0;
}
#logi_block3 {
margin: 10rem auto;
}
#logi_block3 p {
padding: 0 2rem;
}
#logi_block3 table {
width: 94%;
margin: 3rem auto 0 auto;
}
#logi_block3 th, #logi_block3 td {
font-weight: bold;
font-size: 1.6rem;
padding: 0.6rem 0;
vertical-align: top;
display: block;
}
#logi_block3 th {
text-align: left;
}
#logi_block3 td {
padding-left: 2rem;
}
.soko {
border: 0.1rem solid #59A8DE;
margin: 2rem auto;
width: 94%;
}
.soko > div:first-child {
background: #59A8DE;
color: #fff;
text-align: center;
padding: 1rem 0;
}
.soko > div h4 {
border-bottom: 0.3rem solid #fff;
font-weight: bold;
font-size: 1.6rem;
width: 100%;
}
.soko > div h5 {
font-size: 1rem;
line-height: 1.2rem;
margin-top: 1rem;
}
.soko > div:nth-child(2) {
padding: 2rem 1rem;
background: #fff;
}
.soko > div:nth-child(2) p {
padding: 0 !important;
}
.soko > div:nth-child(2) table {
margin: 0 !important;
}
.soko > div:nth-child(2) th, .soko > div:nth-child(2) td {
font-weight: normal !important;
font-size: 1.3rem !important;
padding: 0.4rem 0!important;
line-height: 1.4rem !important;
}
.soko > div:nth-child(2) td {border-bottom: 0.1rem dashed #ccc;}
#logi_block3 .soko > p {
padding: 2rem 2rem 2rem 2rem;
}
.soko > figure {
padding: 1rem 2rem 0 2rem;
text-align: center;
}
.soko > figure img:first-child {
margin-right: 0.6rem;
}
#soko_small {
font-size: 1.3rem;
line-height: 1.6;
}
#logi_block4 {
margin: 0 auto;
}
#logi_block4 > p {
padding: 0 2rem;
}
#pick p {
margin-bottom: 3rem;
padding: 0 2rem;
}
#kako {
margin: 5rem 0;
}
#kako article {
width: 80%;
margin: 0 auto 2rem auto;
border: 0.1rem solid #003B87;
padding-bottom: 10rem;
}
#kako article:first-child {
background: url("../img/logi/back_kako1.png")no-repeat center bottom 1rem/80%;
}
#kako article:nth-child(2) {
background: url("../img/logi/back_kako2.png")no-repeat center bottom 1rem/70%;
}
#kako article:last-child {
background: url("../img/logi/back_kako3.png")no-repeat center bottom 1rem/80%;
}
#kako article > div {
padding: 1rem 2rem 0 2rem;
}
#kako article h4 {
background: #003B87;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
font-size: 2rem;
}
#kako article h5 {
text-align: center;
border-bottom: 0.4rem solid #003B87;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#kako article ul {
text-align: center;
}
#kako article ul li {
border-radius: 0.4rem;
color: #fff;
padding: 0.2rem 1rem;
font-size: 1.4rem;
background: #59A8DE;
margin-bottom: 1rem;
display: inline-block;
}
#world {
border: 0.1rem solid #59A8DE;
margin-top: 5rem;
}
#world h3 {
color: #fff;
background: #59A8DE url("../img/logi/back_world.png") no-repeat center left 3rem;
padding: 2rem 0 2rem 8rem;
font-size: 2rem;
line-height: 1.7;
font-weight: bold;
}
#world p {
padding: 2rem 3rem;
}
#logi_block5 h3 {
line-height: 1.5;
padding: 0 2rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2rem;
margin-bottom: 3rem;
text-align: center;
}
#logi_block5 h3 span {
}
#logi_block5 article {
background: url("../img/logi/back_surv.png") no-repeat center;
padding: 3rem;
}
#logi_block5 article p {
background: rgba(26,170,189,0.8);
color: #fff;
font-size: 1.6rem;
line-height: 1.8;
padding: 2rem;
}

/* 人材・業務請負 */
#hdr_staff {
background: url("../img/staff/hdr_staff.png") no-repeat center/cover;
}
#staff_vd {
padding: 0 2rem;
}
#staff_vd p {
padding-right: 3rem;
}
#staff_vd div {
margin-top: 2rem;
}
#staff4 {
position: relative;
}
#staff4 section {
position: relative;
transition: 0.3s;
margin-bottom: 3rem;
}
#staff4 section:first-child > a {
background: url("../img/staff/back_link1.png") no-repeat center/cover;
}
#staff4 section:nth-child(2) > a {
background: url("../img/staff/back_link3.png") no-repeat center/cover;
}
#staff4 section:nth-child(3) > a {
background: url("../img/staff/back_link5.png") no-repeat center/cover;
}
#staff4 section:last-child > a {
background: url("../img/staff/back_link4.png") no-repeat center/cover;
}
#staff4 section a {
display: block;
color: #000;
font-size: 1.6rem;
padding: 8rem 0 5rem 0;
}
#staff4 section a:hover {
text-decoration: none;
}
#staff4 section:hover {
opacity: 0.8;
transition: 0.3s;
}
#staff4 section article {
background: rgba(255,255,255, 0.7);
padding: 2rem 2rem 2rem 6rem;
height: 10rem;
}
#staff4 section article h3 {
font-weight: bold;
}
#staff4 section article h4 {
font-size: 1.2rem;
line-height: 1.4;
}
#staff4 section > p {
padding: 2rem;
}
#staff4 section > a > div {
position: absolute;
top: 8rem;
left: 1.6rem;
width: 3rem;
height: 3rem;
border: 0.1rem solid #000;
border-radius: 50%;
margin-top: 2rem;
z-index: 5;
}
#staff4 section > a > div > div:first-child {
position: absolute;
top: 0.9rem;
left: 1.2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(2) {
position: absolute;
top: 1.1rem;
left: 1.5rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(3) {
position: absolute;
top: 1.3rem;
left: 1.8rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:nth-child(4) {
position: absolute;
top: 1.5rem;
left: 1.5rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#staff4 section > a > div > div:last-child {
position: absolute;
top: 1.7rem;
left: 1.2rem;
width: 0.3rem;
height: 0.2rem;
background: #000;
}
#s_block1, #s_block2, #s_block3, #s_block4 {
margin: 0 auto;
}
.st_cnt {
padding: 0 2rem;
margin-top: 5rem;
}
.st_cnt > div {

}
.st_cnt > figure {

}
.st_cnt > div p {
margin-bottom: 3rem;
}
.st_cnt > div article {
border: 0.1rem solid #ccc;
padding: 2rem;
font-size: 1.7rem;
margin-bottom: 1rem;
}
.st_cnt > div article h4, .st_cnt > div article h5 {
margin-bottom: 1rem;
}
.st_cnt > div article li {
position: relative;
display: inline-block;
margin: 0 1rem 1rem 0;
background: #67D386;
color: #fff;
padding: 0.2rem 1rem;
border-radius: 0.4rem;
font-size: 1.4rem;
}
#s_block4 > div {
margin-top: 5rem;
padding: 0 2rem;
}
#s_block4 > div article {
margin-bottom: 2rem;
}
#s_block4 > div article > div {
display: flex;
align-items: center;
flex-direction: column;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 1.8rem;
padding: 1rem 0;
margin-bottom: 2rem;
}
#s_block4 > div article > div h3 {
border-bottom: 0.3rem solid #fff;
padding-bottom: 0.4rem;
width: 100%;
}
#s_block4 > div article:first-child > div {
background: #3985C7;
}
#s_block4 > div article:last-child > div {
background: #35B05D;
}
#s_block4 > div article > p {
margin-bottom: 3rem;
}
#ban_sttop {
margin-top: 8rem;
padding: 4rem 1rem 0 1rem;
}

/* 介護サービス */
#hdr_care {
background: url("../img/care/hdr_care.png") no-repeat center left/cover;
}
#staff4 section a#k_back1 {
background: url("../img/care/k_back1.png") no-repeat center/cover;
}
#staff4 section a#k_back2 {
background: url("../img/care/k_back2.png") no-repeat center/cover;
}
#staff4 section a#k_back3 {
background: url("../img/care/k_back3.png") no-repeat center/cover;
}
#staff4 section a#k_back4 {
background: url("../img/care/k_back4.png") no-repeat center/cover;
}
#syokai {
margin: 0 auto 10rem auto;
}
#syokai > div:nth-child(2) {
padding: 0 2rem;
}
#syokai > div article {

}
#syokai > div article > div {
display: flex;
align-items: center;
padding: 2rem 0;
margin-bottom: 2rem;
}
#syokai > div article:first-child > div {
background: #F6D1DC;
}
#syokai > div article:last-child > div {
background: #F4CA8D;
}
#syokai > div article > div h3 {
text-align: center;
font-weight: bold;
padding-bottom: 0.4rem;
width: 100%;
font-size: 1.8rem;
border-bottom: 0.3rem solid #fff;
}
#syokai > div article table {
width: 100%;
margin-bottom: 3rem;
}
#syokai > div article th, #syokai > div article td {
vertical-align: top;
}
#syokai > div article th {
text-align: left;
width: 24%;
}
#syokai > div:last-child {
width: 94%;
margin: 0 auto;
}
.care_read4 {
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
padding: 0 2rem 1rem 2rem;
font-size: 2.2rem;
margin: 10rem 0 3rem 0;
border-bottom: 1.4rem solid #F6D1DC;
}
.k_plan, #k_day, #mass {

}
.k_plan > article {
padding: 0 2rem;
}
.k_plan > article div, .k_plan > article figure {

}
.k_plan > article div h4 {
text-align: center;
font-weight: bold;
font-size: 2rem;
margin-bottom: 5rem;
padding-top: 3rem;
}
.k_plan > article div p {
border-top: 0.1rem solid #333;
border-bottom: 0.1rem solid #333;
padding: 3rem 0;
font-size: 1.6rem;
margin-bottom: 1rem;
}
.k_plan > h4, #mass > h4 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 2rem;
margin: 3rem 0 5rem 0;
border-bottom: 1rem solid #000;
padding: 0 2rem 0.4rem 2rem;
}
.k_plan > figcaption {
text-align: center;
padding: 0 2rem;
margin-top: 1rem;
}
.k_plan > p {
padding: 0 2rem;
}
#k_time {
padding: 0 2rem;
}
#k_time dl, #k_time table {

}
#k_time dt {
font-weight: bold;
font-size: 1.8rem;
}
#k_time dd {
margin-bottom: 3rem;
}
#k_time table {
width: 100%;
}
#k_time caption {
background: #FF9D5B;
color: #fff;
font-weight: bold;
text-align: center;
padding: 1rem 0;
margin-bottom: 1rem;
}
#k_time th {
background: #FFB48A;
color: #fff;
font-weight: bold;
}
#k_time td {
border-top: 0.1rem solid #FFB48A;
padding: 0.6rem 0 0.6rem 1rem;
font-weight: bold;
}
#k_time table tr:last-child td {
border-bottom: 0.1rem solid #FFB48A;
}
#five {
margin: 5rem 0;
text-align: center;
}
#mass > article {
margin-bottom: 2rem;
}
#mass > article figure {
width: 18rem;
margin: 0 auto 1rem auto;
}
#mass > article p {
padding: 0 2rem;
margin-bottom: 3rem
}
#mass > article:nth-child(2) {
margin-bottom: 3rem;
}
#mass > h5, #hom_h {
background: #FFB48A;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
padding: 0.87rem 0;
margin-bottom: 2rem;
}
#mass > p {
padding: 0 2rem;
}
#hom_h {
background: #F6D1DC;
color: #000;
}
#hom > p {

}
#hom article {
display: flex;
justify-content: space-between;
}
#hom article:first-child {
margin-bottom: 3rem;
}
#hom {
margin-bottom: 3rem;
}
#hom article figure {
width: 66%;
}
#hom article div {
width: 32%;
}
#hom article div h5 {
text-align: center;
background: #F6D1DC;
padding: 1rem 0;
font-weight: bold;
font-size: 1.8rem;
margin-bottom: 1rem;
}
#hom article div ul {
padding-left: 1.6rem;
}
#hom article div li {
list-style: disc;
font-weight: bold;
}

/* 事業案内 */
#hdr_business {
background: url("../img/business/hdr_business.png") no-repeat center/cover;
border-bottom-color: #2164A0;
}
#ji_top {
padding: 0 2rem;
margin: 10rem auto;
}
#ji_top h2 {
color: #2D5EAB;
font-size: 4rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-shadow: 0.3rem 0.3rem 0 rgba(0,0,0,0.2);
margin-bottom: 4rem;
}
#ji_top h3 {
font-size: 2rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
margin-bottom: 4rem;
}
#ji_wrap {
padding: 0 2rem;
margin: 5rem auto;
}
#ji_back1 {
background: url("../img/business/ji_back1.png") no-repeat center/cover;
}
#ji_back2 {
background: url("../img/business/ji_back2.png") no-repeat center/cover;
}
#ji_back3 {
background: url("../img/business/ji_back3.png") no-repeat bottom/cover;
}
#ji_back4 {
background: url("../img/business/ji_back4.png") no-repeat center/cover;
}
#ji_back5 {
background: url("../img/business/ji_back5.png") no-repeat center/cover;
}
#ji_wrap article {
border: 0.1rem solid #0081D0;
margin-bottom: 5rem;
}
#ji_wrap article div:first-child {
width: 100%;
height: 16rem;
border-right: 0.1rem solid #0081D0;
}
#ji_wrap article div:last-child {

}
#ji_wrap article div:last-child h3 a {
color: #fff;
display: block;
background: #0081D0;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.6rem;
text-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.5);
padding: 1.6rem 1rem 1.6rem 1rem;
line-height: 1;
margin-bottom: 2rem;
}
#ji_wrap article div:last-child h3 a span {
font-size: 1.2rem;
margin: 0 2rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a img {display: none;}
#ji_wrap article div:last-child h3 a:hover span {
margin-right: 3rem;
transition: 0.3s;
}
#ji_wrap article div:last-child h3 a:hover {
text-decoration: none;
}
#ji_wrap article div:last-child h3 a img {
vertical-align: -1rem;
}
#ji_wrap article div:last-child h4 {
padding: 0 2rem;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child h5 {
padding: 0 2rem 0 2rem;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#ji_wrap article div:last-child p {
padding: 0 2rem 2rem 2rem;
}

/* NEWS */
#hdr_news {
background: rgb(238,238,238);
background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(191,191,191,1) 50%, rgba(238,238,238,1) 100%);
}
#hdr_info {
background: rgb(217,246,255);
background: linear-gradient(0deg, rgba(217,246,255,1) 0%, rgba(84,165,190,1) 50%, rgba(217,246,255,1) 100%);
}
#news_list {
display: flex;
flex-wrap: wrap;
margin-top: 10rem;
padding: 0 2%;
}
#news_list article {
width: 49%;
border-bottom: 0.1rem solid #ddd;
margin-right: 2%;
margin-bottom: 2rem;
transition: 0.3s;
}
#news_list article:nth-child(4n) {
margin-right: 0;
}
#news_list article:hover {
opacity: 0.8;
transition: 0.3s;
}
#news_list article a {
display: block;
padding-bottom: 3rem;
color: #000;
}
#news_list article a:hover {
text-decoration: none;
}
#news_list article figure img {
width: 100%;
height: 12rem;
object-fit: cover;
}
#news_list article time {
line-height: 1;
margin: 1rem 0;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#news_list article h3, #info_list article h3 {
padding: 0 2rem;
font-weight: bold;
line-height: 1.5;
}
.read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.8rem;
line-height: 1.7;
margin: 10rem 2rem 1rem 2rem;
}
.sub_read_news {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-size: 1.4rem;
margin: 0 2rem 2rem 2rem;
}
#news_single {
padding: 0 2rem;
}
#news_single img {
margin: 3rem 0;
max-width: 100%;
height: auto;
}
#info_list {
padding: 0 2rem;
margin-top: 10rem;
}
#info_list article {
margin-bottom: 2rem;
border: 0.1rem solid #aaa;
transition: 0.3s;
}
#info_list article:hover {
opacity: 0.5;
transition: 0.3s;
}
#info_list article time {
line-height: 1;
margin-bottom: 1rem;
display: block;
color: #aaa;
background: url("../img/wp/icon_time.png") no-repeat center left 1.6rem;
background-size: 1.6rem;
font-weight: bold;
padding: 0 2rem 0 4rem;
}
#info_list article a {
display: block;
padding: 2rem;
color: #000;
}
#info_list article a:hover {
text-decoration: none;
}

}