@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvContainer {
  position: relative;
  background: #f0f0f2;
}
.topMain .topKvContainer .kvTtl h1 {
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .topMain .topKvContainer .kvTtl {
    position: absolute;
    top: 40px;
    right: 25%;
  }
  .topMain .topKvContainer .kvTtl h1 {
    font-size: clamp(30px, 3vw, 50px);
    writing-mode: vertical-rl;
    /*text-shadow: 0.5px 0.5px 0 #fff, -0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff;*/
  }
}
.topMain .sec01 {
  position: relative;
  padding: 0 0 120px;
}
.topMain .sec01:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 80%;/*55*/
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/top_sec01_bg.png) bottom no-repeat;
  background-size: 100% auto;
}
.topMain .sec01 .secContainer {
  padding: 80px 0;
  background: #f0f0f2;
}
.topMain .sec01 .txt {
  margin: 0 0 60px;
  text-align: center;
}
.topMain .sec02 {
  position: relative;
  padding: 100px 0 120px;
}
.topMain .sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 1640px;
  height: 800px;
  z-index: -1;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/top_sec02_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .topPanel {
  position: relative;
  margin: 0 0 40px;
}
.topMain .sec02 .topPanel .txtBox .txt {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .topMain .sec02 .topPanel .photo {
    position: absolute;
    top: 0;
    right: -5%;
    width: 45%;
  }
  .topMain .sec02 .topPanel .txtBox {
    width: 55%;
  }
}
.topMain .sec02 .listPanel {
  margin: 0 0 100px;
}
.topMain .sec02 .listPanel .ul .li {
  text-align: center;
  border: 1px solid #005e5f;
  background: #ffffff;
}
.topMain .sec02 .listPanel .ul .headBox {
  padding: 20px 20px 0;
}
.topMain .sec02 .listPanel .ul .headBox .ttl {
  font-size: 34px;
  font-weight: bold;
  color: #005e5f;
}
.topMain .sec02 .listPanel .ul .bodyBox {
  padding: 20px 20px 30px;
}
.topMain .sec02 .listPanel .ul .bodyBox .txt {
  margin: 0 0 20px;
  text-align: left;
}
.topMain .sec02 .listPanel .ul .list01 .headBox {
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/top_sec02_list_bg_01.png) center bottom no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .listPanel .ul .list01 .headBox .icon {
  max-width: 150px;
  margin: 20px auto 0;
}
.topMain .sec02 .listPanel .ul .list02 .headBox {
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/top_sec02_list_bg_02.png) center bottom no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .listPanel .ul .list02 .headBox .icon {
  max-width: 110px;
  margin: 10px auto 0;
}
.topMain .sec02 .listPanel .ul .list03 .headBox {
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/top_sec02_list_bg_03.png) center bottom no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .listPanel .ul .list03 .headBox .icon {
  max-width: 150px;
  margin: 5px auto 0;
}
@media (min-width: 1025px) {
  .topMain .sec02 .listPanel .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec02 .listPanel .ul .li {
    width: calc(33.3333333333% - 10px);
  }
  .topMain .sec02 .listPanel .ul .bodyBox .txt {
    min-height: 130px;
  }
}
.topMain .sec02 .bnrPanel01 {
  position: relative;
  margin: 0 0 100px;
}
.topMain .sec02 .bnrPanel01 .photo {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 25%;
}
.topMain .sec02 .bnrPanel01 .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.topMain .sec02 .bnrPanel01 .bnrBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
.topMain .sec02 .bnrPanel01 .bnrBox .txtBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topMain .sec02 .bnrPanel01 .bnrBox .txtBox .txt {
  color: #ffffff;
}
.topMain .sec02 .bnrPanel01 .bnrBox .txtBox .btnMore {
  width: 220px;
  margin: 0;
}
@media (min-width: 1025px) {
  .topMain .sec02 .bnrPanel01:hover .photo img {
    transform: scale(1.1);
  }
}
.topMain .sec02 .bnrList .bnrPanel {
  position: relative;
}
.topMain .sec02 .bnrList .bnrPanel .photo {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 50%;
}
.topMain .sec02 .bnrList .bnrPanel .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.topMain .sec02 .bnrList .bnrPanel .bnrBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  padding: 10px;
  border: 1px solid #ffffff;
}
.topMain .sec02 .bnrList .bnrPanel .bnrBox .inner {
  padding: 40px 20px;
}
@media (min-width: 1025px) {
  .topMain .sec02 .bnrList {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec02 .bnrList .bnrPanel {
    width: 48%;
  }
  .topMain .sec02 .bnrList .bnrPanel:hover .photo img {
    transform: scale(1.1);
  }
}
.topMain .sec03 {
  padding: 0 0 120px;
}
.topMain .sec03 .blogListPanel {
  margin: 0 0 60px;
}
.topMain .sec03 .blogListPanel .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec03 .blogListPanel .webgene-blog .webgene-item {
  padding: 0 0 10px 40px;
  border-bottom: 1px solid #1a1a1a;
}
.topMain .sec03 .blogListPanel .webgene-blog .webgene-item .info {
  margin: 0 0 10px;
}
.topMain .sec03 .blogListPanel .webgene-blog .webgene-item .info .cate {
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  color: #ffffff;
  background: #005e5f;
}
.topMain .sec03 .blogListPanel .webgene-blog .webgene-item .title a {
  display: block;
  padding: 0 30px 0 0;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/blog_list_arrow.png) right 10px center no-repeat;
  background-size: 10px auto;
}
@media (min-width: 1025px) {
  .topMain .sec03 .blogListPanel .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
  }
  .topMain .sec03 .blogListPanel .webgene-blog .webgene-item {
    width: calc(50% - 50px);
  }
}

/*////////////////////////////////////////////////////////////
	strength
///////////////////////////////////////////////////////////*/
.strengthMain .sec01 {
  padding: 80px 0 120px;
}
.strengthMain .sec01 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.strengthMain .sec01 .secBox + .secBox {
  margin: 100px 0 0;
}
.strengthMain .sec01 .secBox .txtBox .ttl {
  margin: 0 0 15px;
  font-size: 34px;
  font-weight: bold;
  color: #005e5f;
}
@media (min-width: 1025px) {
  .strengthMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .strengthMain .sec01 .secBox .photo {
    width: 52%;
  }
  .strengthMain .sec01 .secBox .txtBox {
    width: 45%;
  }
  .strengthMain .sec01 .secBox:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .pTtl {
  margin: 0 0 30px;
  text-align: center;
}
.serviceMain .pTtl h3 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
  font-weight: bold;
}
.serviceMain .pTtl h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.serviceMain .pTtl h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.serviceMain .sec01 {
  padding: 100px 0;
}
.serviceMain .sec01 .topPanel {
  margin: 0 0 40px;
}
.serviceMain .sec01 .topPanel .txtBox .ttl {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .topPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serviceMain .sec01 .topPanel .txtBox {
    width: 62%;
  }
  .serviceMain .sec01 .topPanel .chart {
    width: 32%;
  }
}
.serviceMain .sec01 .secPanel01 {
  margin: 0 0 60px;
  padding: 30px 20px;
  border: 1px solid #005e5f;
  background: #f0f0f2;
}
.serviceMain .sec01 .secPanel01 .txt {
  text-align: center;
}
.serviceMain .sec01 .secPanel02 .topTxt {
  margin: 0 0 30px;
  text-align: center;
}
.serviceMain .sec01 .secPanel02 .listBox .ul .dl {
  margin: 15px 0 0;
}
.serviceMain .sec01 .secPanel02 .listBox .ul .dl .dt {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.serviceMain .sec01 .secPanel02 .listBox .ul .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .secPanel02 .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .serviceMain .sec01 .secPanel02 .listBox .ul .li {
    width: calc(33.3333333333% - 20px);
  }
}
.serviceMain .sec02 {
  padding: 100px 0;
  background: #f0f0f2;
}
.serviceMain .sec02 .secPanel01 {
  margin: 0 0 60px;
}
.serviceMain .sec02 .secPanel01 .txtBox .ttl {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .serviceMain .sec02 .secPanel01 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .serviceMain .sec02 .secPanel01 .photo {
    width: 50%;
  }
  .serviceMain .sec02 .secPanel01 .txtBox {
    width: 45%;
  }
}
.serviceMain .sec02 .secPanel02 {
  margin: 0 0 60px;
}
.serviceMain .sec02 .secPanel02 .secBox {
  padding: 0 30px;
  border: 1px solid #005e5f;
  background: #ffffff;
}
.serviceMain .sec02 .secPanel02 .secBox .dl {
  padding: 20px 30px;
}
.serviceMain .sec02 .secPanel02 .secBox .dl + .dl {
  border-top: 1px solid #005e5f;
}
.serviceMain .sec02 .secPanel02 .secBox .dl .dt {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .serviceMain .sec02 .secPanel02 .secBox .dl {
    display: flex;
    align-items: center;
  }
  .serviceMain .sec02 .secPanel02 .secBox .dl .dt {
    width: 20%;
  }
  .serviceMain .sec02 .secPanel02 .secBox .dl .dd {
    width: 80%;
  }
}
.serviceMain .sec02 .secPanel03 .txtBox {
  padding: 15px 0 0;
}
.serviceMain .sec02 .secPanel03 .txtBox .box .dl {
  padding: 15px 30px;
  border-bottom: 1px solid #005e5f;
}
.serviceMain .sec02 .secPanel03 .txtBox .box .dl .dt {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .serviceMain .sec02 .secPanel03 {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec02 .secPanel03 .photo {
    width: 50%;
  }
  .serviceMain .sec02 .secPanel03 .txtBox {
    width: 45%;
  }
  .serviceMain .sec02 .secPanel03 .txtBox .box .dl {
    display: flex;
    align-items: center;
  }
  .serviceMain .sec02 .secPanel03 .txtBox .box .dl .dt {
    width: 30%;
  }
  .serviceMain .sec02 .secPanel03 .txtBox .box .dl .dd {
    width: 70%;
  }
}
.serviceMain .sec03 {
  padding: 100px 0;
}
.serviceMain .sec03 .secBox .txtBox {
  padding: 20px 0 0;
}
@media (min-width: 1025px) {
  .serviceMain .sec03 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec03 .secBox .photo {
    width: 50%;
  }
  .serviceMain .sec03 .secBox .txtBox {
    width: 45%;
  }
}

/*////////////////////////////////////////////////////////////
	trucks
///////////////////////////////////////////////////////////*/
.trucksMain .pTtl {
  margin: 0 0 30px;
  text-align: center;
}
.trucksMain .pTtl h3 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
  font-weight: bold;
}
.trucksMain .pTtl h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.trucksMain .pTtl h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.trucksMain .sec01 {
  padding: 60px 0 120px;
}
.trucksMain .sec01 .topTxt {
  padding: 0 0 40px;
  text-align: center;
}
.trucksMain .sec01 .listContainer {
  padding: 60px 0;
}
.trucksMain .sec01 .listContainer .listTable .table {
  border: 1px solid #005e5f;
  border-bottom: none;
}
.trucksMain .sec01 .listContainer .listTable .table .tr {
  display: table;
  width: 100%;
}
.trucksMain .sec01 .listContainer .listTable .table .tr > * {
  display: table-cell;
  width: 50%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #005e5f;
}
.trucksMain .sec01 .listContainer .listTable .table .tr > * + * {
  border-left: 1px solid #005e5f;
}
.trucksMain .sec01 .listContainer .listTable .table .tr .th {
  font-weight: bold;
  color: #005e5f;
  background: #f0f0f2;
}
.trucksMain .slidePanel .slideBox .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trucksMain .slidePanel .slideBox .ul .li {
  width: 25%;
  margin: 0 2px;
}

/*////////////////////////////////////////////////////////////
	recruit
///////////////////////////////////////////////////////////*/
.recruitMain .sec01 {
  padding: 100px 0;
}
.recruitMain .sec01 .secBox .txtBox .ttl {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .recruitMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .recruitMain .sec01 .secBox .photo {
    width: 43%;
  }
  .recruitMain .sec01 .secBox .txtBox {
    width: 53%;
  }
}
.recruitMain .sec02 {
  padding: 100px 0;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/recruit_sec02_bg.png) no-repeat;
  background-size: cover;
}
.recruitMain .sec02 .secBox {
  padding: 30px 20px;
  border: 1px solid #005e5f;
  background: #ffffff;
}
.recruitMain .sec02 .secBox + .secBox {
  margin: 20px 0 0;
}
.recruitMain .sec02 .secBox .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secBox .inner {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .recruitMain .sec02 .secBox .ttl {
    width: 35%;
  }
  .recruitMain .sec02 .secBox .txt {
    width: 65%;
  }
}
.recruitMain .sec03 {
  padding: 100px 0;
  background: #f0f0f2;
}
.recruitMain .sec03 .listBox .ul .li {
  padding: 20px 30px;
  border: 1px solid #005e5f;
  background: #ffffff;
}
.recruitMain .sec03 .listBox .ul .dl .dt {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.recruitMain .sec03 .listBox .ul .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .recruitMain .sec03 .listBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .recruitMain .sec03 .listBox .ul .li {
    width: calc(33.3333333333% - 10px);
  }
  .recruitMain .sec03 .listBox .ul .dl .dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 72px;
  }
}
.recruitMain .sec04 {
  padding: 100px 0;
}
.recruitMain .sec04 .infoBox {
  margin: 0 0 100px;
}
.recruitMain .sec04 .infoBox .dl {
  padding: 15px 20px;
  border-bottom: 1px solid #005e5f;
}
.recruitMain .sec04 .infoBox .dl .dt {
  font-size: 20px;
  font-weight: bold;
}
.recruitMain .sec04 .infoBox .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .recruitMain .sec04 .infoBox .dl {
    display: flex;
  }
  .recruitMain .sec04 .infoBox .dl .dt {
    width: 25%;
  }
  .recruitMain .sec04 .infoBox .dl .dd {
    width: 75%;
  }
}
.recruitMain .sec04 .entryPanel {
  padding: 50px 0;
  color: #ffffff;
  background: #005e5f;
}
.recruitMain .sec04 .entryPanel .txtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitMain .sec04 .entryPanel .txtBox .btnMore {
  width: 220px;
  margin: 0;
}

/*////////////////////////////////////////////////////////////
	guide
///////////////////////////////////////////////////////////*/
.guideMain .sec01 {
  padding: 100px 0;
}
.guideMain .sec01 .secPanel {
  padding: 20px 40px;
  border: 1px solid #005e5f;
}
.guideMain .sec01 .secPanel + .secPanel {
  margin: 20px 0 0;
}
.guideMain .sec01 .secPanel .step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #f2b617;
  transform: skew(-20deg, 0deg);
}
.guideMain .sec01 .secPanel .step p {
  transform: skewX(20deg);
}
.guideMain .sec01 .secPanel .step .span {
  font-size: 13px;
}
.guideMain .sec01 .secPanel .step .em {
  font-size: 24px;
  line-height: 1;
}
.guideMain .sec01 .secPanel .secBox {
  padding: 15px 0 0;
}
.guideMain .sec01 .secPanel .secBox .ttl {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
}
@media (min-width: 1025px) {
  .guideMain .sec01 .secPanel {
    display: flex;
  }
  .guideMain .sec01 .secPanel .step {
    margin: 0 30px 0 0;
  }
  .guideMain .sec01 .secPanel .secBox {
    width: calc(100% - 95px);
  }
  .guideMain .sec01 .secPanel .multiBox {
    display: flex;
    justify-content: space-between;
  }
  .guideMain .sec01 .secPanel .multiBox .txtBox {
    width: 60%;
  }
  .guideMain .sec01 .secPanel .multiBox .photo {
    width: 35%;
  }
}
.guideMain .sec01 .contactItem {
  max-width: 700px;
  margin: 20px 0 0;
  text-align: center;
}
.guideMain .sec01 .contactItem .itemBox {
  padding: 5px 20px;
}
.guideMain .sec01 .contactItem .telTxt {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  background: #005e5f;
}
.guideMain .sec01 .contactItem .telBox a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 26px;
  font-weight: bold;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/header_tel.png) left center no-repeat;
  background-size: 18px auto;
}
.guideMain .sec01 .contactItem .telBox > p {
  font-size: 13px;
}
@media (min-width: 1025px) {
  .guideMain .sec01 .contactItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .guideMain .sec01 .contactItem .itemBox {
    width: 48%;
  }
}
.guideMain .sec02 {
  padding: 100px 0;
  background: #f0f0f2;
}
.guideMain .sec02 .secBox .txtBox .txt p + p {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  .guideMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .guideMain .sec02 .secBox .chart {
    width: 45%;
  }
  .guideMain .sec02 .secBox .txtBox {
    width: 50%;
  }
}
.guideMain .sec03 {
  padding: 100px 0;
}
.guideMain .sec03 .faqBox + .faqBox {
  margin: 20px 0 0;
}
.guideMain .sec03 .faqBox .dl {
  border: 1px solid #005e5f;
}
.guideMain .sec03 .faqBox .dl .dt {
  position: relative;
  display: flex;
  padding: 10px 60px 10px 30px;
  font-weight: bold;
  cursor: pointer;
  background: #f0f0f2;
}
.guideMain .sec03 .faqBox .dl .dt::before {
  content: "+";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.guideMain .sec03 .faqBox .dl .dt .span {
  margin: 0 10px 0 0;
  font-size: 20px;
  line-height: 1.1;
}
.guideMain .sec03 .faqBox .dl .dt .em {
  color: #005e5f;
}
.guideMain .sec03 .faqBox .dl .dt.active::before {
  content: "-";
}
.guideMain .sec03 .faqBox .dl .dd {
  padding: 20px 30px;
  line-height: 2;
  border-top: 1px solid #005e5f;
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .sec01 {
  padding: 100px 0;
}
.companyMain .sec01 .secBox {
  padding: 0 0 100px;
}
.companyMain .sec01 .secBox .txt p + p {
  margin: 20px 0 0;
}
.companyMain .sec01 .secBox .name {
  margin: 30px 0 0;
}
.companyMain .sec01 .secBox .name p {
  display: inline-block;
  font-weight: bold;
}
.companyMain .sec01 .secBox .name .em {
  font-size: 24px;
}
.companyMain .sec02 {
  padding: 60px 0;
}
.companyMain .sec02 .infoBox .dl {
  padding: 15px 20px;
  border-bottom: 1px solid #005e5f;
}
.companyMain .sec02 .infoBox .dl .dt {
  font-size: 20px;
  font-weight: bold;
}
.companyMain .sec02 .infoBox .dl .dd {
  line-height: 2;
}
.companyMain .sec02 .infoBox .dl .dd a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .companyMain .sec02 .infoBox .dl {
    display: flex;
  }
  .companyMain .sec02 .infoBox .dl .dt {
    width: 20%;
  }
  .companyMain .sec02 .infoBox .dl .dd {
    width: 80%;
  }
}
.companyMain .sec02 .mapContainer {
  padding: 100px 0 0;
}
.companyMain .sec02 .mapContainer .mapPanel + .mapPanel {
  margin: 80px 0 0;
}
.companyMain .sec02 .mapContainer .pTtl {
  margin: 0 0 30px;
  text-align: center;
}
.companyMain .sec02 .mapContainer .pTtl h3 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
  font-weight: bold;
}
.companyMain .sec02 .mapContainer .pTtl h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.companyMain .sec02 .mapContainer .pTtl h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.companyMain .sec03 {
  padding: 80px 0 100px;
}
.companyMain .sec03 .infoBox .dl {
  padding: 15px 10px;
  border-bottom: 1px solid #005e5f;
}
.companyMain .sec03 .infoBox .dl .dt p {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #005e5f;
}
.companyMain .sec03 .infoBox .dl .dd {
  line-height: 2;
}
.companyMain .sec03 .infoBox .dl .dd a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .companyMain .sec03 .infoBox .dl {
    display: flex;
  }
  .companyMain .sec03 .infoBox .dl .dt {
    width: 180px;
  }
  .companyMain .sec03 .infoBox .dl .dd {
    width: calc(100% - 180px);
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .topTxt {
  padding: 60px 20px 30px;
  text-align: center;
}
.contactMain .contactFormSection .pTtl {
  margin: 0 0 50px;
}
.contactMain .contactFormSection .pTtl h3 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  font-weight: bold;
  color: #005e5f;
  font-weight: bold;
}
.contactMain .contactFormSection .pTtl h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.contactMain .contactFormSection .pTtl h3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto 0;
  background: #1a1a1a;
}
.contactMain .contactFormSection .formContainer01 {
  padding: 60px 0;
  background: #f0f0f2;
}
.contactMain .contactFormSection .formContainer02 {
  padding: 60px 0;
}
.contactMain .telSection {
  padding: 100px 0;
}
.contactMain .telSection .telBox {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 20px;
  color: #ffffff;
  text-align: center;
  background: #005e5f;
}
.contactMain .telSection .telBox a {
  display: inline-block;
  padding: 0 0 0 28px;
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/footer_tel.png) left center no-repeat;
  background-size: 22px auto;
}
.contactMain .telSection .telBox > p {
  margin: 10px 0 0;
  font-size: 12px;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #005e5f;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #005e5f;
  background: #ffffff;
  resize: none;
}
.formMain .contactForm .formRecruit input[type=text],
.formMain .contactForm .formRecruit input[type=email],
.formMain .contactForm .formRecruit input[type=tel],
.formMain .contactForm .formRecruit textarea {
  background: #f0f0f2;
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .btnSubmitBox {
  position: relative;
  max-width: 220px;
  margin: 40px auto 0;
  background: #f2b617;
  transform: skew(-20deg, 0deg);
}
.formMain .btnSubmitBox::before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  right: -12px;
  background: #313131;
  top: 40%;
  transition: 0.3s ease-in-out;
}
.formMain .btnSubmitBox::after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  right: -10px;
  background: #313131;
  top: 50%;
  transition: 0.3s ease-in-out;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: 0.6s;
  transform: skewX(20deg);
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form {
  padding: 0 0 60px;
}
.formMain .contactForm .form .checkList .ul {
  padding: 12px 0 0;
}
.formMain .contactForm .form .checkList .ul + .ul {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList01 .ul .li {
  display: inline-block;
}
.formMain .contactForm .form .checkList01 .ul .li + .li {
  margin: 0 0 0 10px;
}
.formMain .contactForm .form .checkList01 .checkItem {
  display: inline-block;
  padding: 0 5px 0 0;
}
.formMain .contactForm .form .checkList01 .checkItem + input {
  display: inline-block;
  width: 150px;
}
.formMain .contactForm .form .checkList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem > label {
  position: relative;
  display: block;
}
.formMain .contactForm .form .checkItem input {
  position: absolute;
  opacity: 0;
}
.formMain .contactForm .form .checkItem span {
  display: block;
  padding-left: 25px;
  position: relative;
}
.formMain .contactForm .form .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #066162;
  background: #ffffff;
}
.formMain .contactForm .form .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #005e5f;
  border-right: 3px solid #005e5f;
}
.formMain .contactForm .form .checkItem.agreeCheck > label {
  display: inline-block;
}
.formMain .contactForm .form .radioList01 .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .form .radioList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .radioBox {
  padding: 10px 0;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #066162;
  background: #ffffff;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #005e5f;
}
.formMain .contactForm .form .formRecruit .radioBox label:before {
  background: #f0f0f2;
}
.formMain .contactForm .form .postalBox {
  margin: 0 0 5px;
}
.formMain .contactForm .form .postalBox input {
  width: 90px;
}
.formMain .contactForm .form .postalBox input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox .postalTxt {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
}
.formMain .contactForm .form .postalBox + input + input {
  margin: 5px 0;
}
.formMain .contactForm .form .selectBox {
  display: inline-block;
  width: 200px;
}
.formMain .contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #deebe4;
  border-radius: 15px;
  background: #f7f7f7;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .form .selectBox + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #005e5f;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  vertical-align: top;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 280px;
  margin: 0 2px 0 0;
  padding: 20px 10px;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  min-width: 165px;
  margin-right: 10px;
  padding: 0 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  background: #005e5f;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  font-size: 12px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}
.formMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 1025px) {
  .formMain .contactForm .formBox > .dl > .dt .span {
    float: left;
  }
  .formMain .contactForm .formBox > .dl > .dt .em {
    float: right;
  }
}
.formMain .contactForm .formBox > .dl > .dd {
  position: relative;
  width: calc(100% - 282px);
  padding: 10px 0 10px 20px;
}
.formMain .contactForm .formBox .datePanel {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.formMain .contactForm .formBox .datePanel + .datePanel {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .datePanel > * {
  display: flex;
  align-items: center;
}
.formMain .contactForm .formBox .datePanel input {
  width: 70px;
  border-radius: 15px;
}
.formMain .contactForm .formBox .datePanel .selectBox {
  width: 70px;
}
.formMain .contactForm .formBox .datePanel .dateTtl {
  margin: 0 10px 0 0;
}
.formMain .contactForm .formBox .datePanel .dateTxt {
  margin: 0 5px;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .ageInput input {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0 0;
}
.formMain .contactForm .formBox .ageInput > p {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox {
  margin: 0 0 20px;
}
.formMain .contactForm .formBox .meetingBox .radioList {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox + .txt {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  padding: 10px;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  text-align: left;
  border: 1px solid #005e5f;
  background: #ededed;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadBox .ttl {
  margin: 0 0 10px;
  line-height: 2;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 28%;
  font-size: 16px;
  color: #b4d2be;
  text-align: center;
  border: 1px solid #41ab6d;
  background: #ffffff;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 12px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p,
.formMain .contactForm .fileUploadBox .fileArea .fileTxt {
  width: 70%;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt p {
  display: inline-block;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .fileName {
  margin: 0 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .attention {
  font-size: 13px;
  color: #54765f;
}
.formMain .contactForm .fileUploadBox .txt {
  line-height: 2;
}
.formMain .contactForm .aside {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadTitleBox {
  margin: 60px 0 30px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle {
  position: relative;
  max-width: 440px;
  margin: 0 0 20px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle p {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 60px 0 100px;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 3;
}
.complete .btnMore {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
	blog
///////////////////////////////////////////////////////////*/
.blogMain .blogSection {
  padding: 80px 0 120px;
}
.blogMain .catePanel {
  padding: 40px 0 80px;
}
.blogMain .catePanel .webgene-blog .webgene-header {
  display: none;
}
.blogMain .catePanel .webgene-blog .webgene-item {
  display: inline-block;
  width: 220px;
  margin: 0 40px 0 0;
}
.blogMain .blogPanel--list .webgene-blog .webgene-header {
  display: none;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item a {
  display: block;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .photo {
  margin: 0 0 10px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .time {
  display: inline-block;
  width: 100px;
  margin: 0 0 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #005e5f;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .more {
  border-bottom: 1px solid #1a1a1a;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .more p {
  display: block;
  padding: 0 30px 10px 0;
  background: url(https://yokose-unso.co.jp/system_panel/uploads/images/blog_list_arrow.png) right 10px center no-repeat;
  background-size: 10px auto;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -50px 0 0 -40px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 40px);
    margin: 50px 0 0 40px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item .photo {
    position: relative;
    height: 240px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blogMain .blogPanel--list .webgene-pagination {
  overflow: hidden;
  width: 100%;
  margin: 100px auto 0;
  font-size: 14px;
}
.blogMain .blogPanel--list .webgene-pagination ul {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.blogMain .blogPanel--list .webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.blogMain .blogPanel--list .webgene-pagination ul li a {
  display: block;
  width: 45px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background: #cdcdcd;
}
.blogMain .blogPanel--list .webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}
.blogMain .blogPanel--list .webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}
.blogMain .blogPanel--list .webgene-pagination ul .selected a {
  background: #005e5f;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--list .webgene-pagination ul .prev {
    float: left;
  }
  .blogMain .blogPanel--list .webgene-pagination ul .next {
    float: right;
  }
}
.blogMain .blogPanel--detail .webgene-blog .webgene-header {
  display: none;
}
.blogMain .blogPanel--detail .webgene-blog .info {
  margin: 0 0 15px;
}
.blogMain .blogPanel--detail .webgene-blog .info .cate {
  display: inline-block;
  min-width: 100px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
  background: #171a1c;
}
.blogMain .blogPanel--detail .webgene-blog .info .time {
  display: inline-block;
  width: 100px;
  padding: 2px 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background: #005e5f;
}
.blogMain .blogPanel--detail .webgene-blog .ttlBox {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #005e5f;
}
.blogMain .blogPanel--detail .webgene-blog .slickSlide {
  margin: 0 0 40px;
}
.blogMain .blogPanel--detail .webgene-blog .slick-list {
  margin: 0 0 10px;
}
.blogMain .blogPanel--detail .webgene-blog .thumb-item {
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--detail .webgene-blog .thumb-item img {
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slider .li > div {
  overflow: hidden;
  position: relative;
  padding: 0 0 65%;
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slider .li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slick-slide {
  margin: 0 5px;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .photo {
  margin-bottom: 40px;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .photo img {
  width: auto;
  max-width: 100%;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt {
  line-height: 2;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt p + p {
  margin: 30px 0 0;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .pdfArea {
  margin: 40px 0 0;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .pdfArea a {
  color: #2151a3;
}
.blogMain .blogPanel--detail .webgene-blog .videoBox {
  margin: 40px 0 0;
}
.blogMain .blogPanel--detail .btnBackBox {
  margin: 80px 0 0;
  text-align: center;
}
.blogMain .blogPanel--detail .btnContact {
  max-width: 280px;
  margin: 0 auto;
}
.blogMain .blogPanel--detail .btnContact a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background: #1982a6;
}
.blogMain .blogPanel--detail .btnContact a p {
  background: url(https://s-9937637.smooooth.jp/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
  background-size: 15px auto;
}
.blogMain .blogPanel--detail .btnBack {
  max-width: 260px;
  margin: 100px auto 0;
}
.blogMain .blogPanel--detail .btnBack a {
  display: block;
  padding: 10px;
  color: #26518a;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #5fadab;
  background: url(https://s-9937637.smooooth.jp/system_panel/uploads/images/btn_back_arrow.png) left 15px center no-repeat #f6f8fa;
  background-size: 15px auto;
}
.blogMain .blogPanel--detail .webgene-item-aroundPageLink {
  display: inline-block;
}
.blogMain .blogPanel--detail .webgene-item-aroundPageLink a {
  display: block;
  width: 40px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 20px;
  background: #d10b14;
}