@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvContainer {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.topMain .topKvContainer .topKv {
  position: relative;
  height: 700px;
}
.topMain .topKvContainer .topKv .kvBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMain .topKvContainer .topKv .kvBox > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topMain .topKvContainer .topKv .kvBox .kv01 {
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_kv_01.jpg) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .topKv .kvBox .kv02 {
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_kv_02.jpg) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .topKv .kvBox .kv03 {
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_kv_03.jpg) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .titlePanel {
  position: absolute;
  right: 20px;
  bottom: 60px;
  width: 800px;
  z-index: 1;
}
.topMain .topKvContainer .titlePanel .titleBox01 {
  position: relative;
  right: -20px;
  width: 750px;
  padding: 40px 20px 100px 50px;
  color: #ffffff;
  white-space: nowrap;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_kv_title_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .titlePanel .titleBox01 h1 {
  font-size: 65px;
  line-height: 1.2;
}
.topMain .topKvContainer .titlePanel .titleBox02 {
  position: absolute;
  left: 0;
  bottom: -20px;
  text-align: right;
}
.topMain .topKvContainer .titlePanel .titleBox02 .ttl + .ttl {
  margin: 3px 0 0;
}
.topMain .topKvContainer .titlePanel .titleBox02 .ttl .inner {
  display: inline-block;
  background: #ffffff;
}
.topMain .topKvContainer .titlePanel .titleBox02 .ttl p {
  padding: 5px 20px;
  font-size: 26px;
  text-align: left;
  background: linear-gradient(90deg, #8fcbd2 0%, #076ad9 40%, #c1cd9e 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topMain .sec01 {
  padding: 100px 0;
  text-align: center;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec01_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .sec01 .secTtlBox {
  margin: 0 0 100px;
}
.topMain .sec01 .secTtlBox .sub {
  width: 100px;
  margin: 0 auto 20px;
}
.topMain .sec01 .secTtlBox .secTtl {
  font-size: 36px;
}
.topMain .sec02 {
  margin: 0 0 120px;
}
.topMain .sec02 .secContainer {
  position: relative;
}
.topMain .sec02 .secPanel {
  padding: 60px 120px;
  color: #ffffff;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec02_bg_blue.png) left center no-repeat;
  background-size: cover;
}
.topMain .sec02 .secPanel .inner {
  max-width: 530px;
}
.topMain .sec02 .secPanel .secTtlBox {
  margin: 0 0 30px;
}
.topMain .sec02 .secPanel .secTtlBox .sub {
  width: 100px;
  margin: 0 0 10px;
}
.topMain .sec02 .secPanel .secTtlBox .secTtl {
  font-size: 36px;
}
.topMain .sec02 .secPanel .txt {
  margin: 0 0 30px;
}
@media (min-width: 1025px) {
  .topMain .sec02 .photo {
    position: relative;
    width: 60%;
    min-width: 1000px;
    height: 580px;
  }
  .topMain .sec02 .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topMain .sec02 .secPanel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    min-width: 800px;
  }
}
.topMain .sec03 {
  position: relative;
  padding: 0 0 100px;
  color: #ffffff;
  text-align: center;
}
.topMain .sec03:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 250px);
  z-index: -1;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec03_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .sec03 .photoBox {
  position: relative;
  margin: 0 0 60px;
}
.topMain .sec03 .photoBox .secTtlBox {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 260px;
  padding: 20px 20px;
  background: #174890;
}
.topMain .sec03 .photoBox .secTtlBox .sub {
  width: 100px;
  margin: 0 auto 5px;
}
.topMain .sec03 .photoBox .secTtlBox .secTtl {
  font-size: 36px;
}
.topMain .sec03 .secContainer h3 {
  margin: 0 0 30px;
  font-size: 40px;
}
.topMain .sec03 .secContainer h3 + .txt {
  margin: 0 0 60px;
}
.topMain .sec03 .secContainer .list .ul .li {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.topMain .sec03 .secContainer .list .ul .li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
}
.topMain .sec03 .secContainer .list .ul a {
  display: block;
  color: #ffffff;
}
.topMain .sec03 .secContainer .list .ul .dl {
  padding: 30px;
}
.topMain .sec03 .secContainer .list .ul .dl .dt {
  margin: 0 0 15px;
  font-size: 24px;
}
.topMain .sec03 .secContainer .list .ul .dl .dd {
  text-align: left;
  line-height: 2;
}
@media (min-width: 1025px) {
  .topMain .sec03 .secContainer .list .ul {
    display: flex;
    gap: 0 30px;
  }
  .topMain .sec03 .secContainer .list .ul .li {
    width: calc(33.3333% - 20px);
  }
}
.topMain .sec04 {
  padding: 100px 0;
  color: #ffffff;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec04_bg.png) center no-repeat;
  background-size: cover;
}
.topMain .sec04 .secContainer .leftBox .secTtlBox {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 50px;
  text-align: center;
}
.topMain .sec04 .secContainer .leftBox .secTtlBox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background: #ffffff;
}
.topMain .sec04 .secContainer .leftBox .secTtlBox .sub {
  width: 60px;
  margin: 0 auto 10px;
}
.topMain .sec04 .secContainer .leftBox .secTtlBox .secTtl {
  font-size: 36px;
}
.topMain .sec04 .secContainer .leftBox .btnMoreWhite {
  margin: 0 auto;
}
.topMain .sec04 .secContainer .rightBox .blogPanel .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec04 .secContainer .rightBox .blogPanel .webgene-blog .webgene-item {
  border-bottom: 1px solid #ffffff;
}
.topMain .sec04 .secContainer .rightBox .blogPanel .webgene-blog .webgene-item a {
  display: block;
  padding: 20px 40px 20px 40px;
  color: #ffffff;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec04_arrow.png) right 20px center no-repeat;
  background-size: 15px auto;
}
@media (min-width: 1025px) {
  .topMain .sec04 .secContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topMain .sec04 .secContainer .leftBox {
    width: 240px;
  }
  .topMain .sec04 .secContainer .rightBox {
    width: 760px;
  }
}
.topMain .sec05 {
  padding: 100px 0;
}
.topMain .sec05 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.topMain .sec05 .secTtlBox .sub {
  width: 120px;
  margin: 0 auto 10px;
}
.topMain .sec05 .secTtlBox .secTtl {
  font-size: 36px;
}
.topMain .sec05 .secContainer .secPanel .pTtl {
  margin: 0 0 30px;
  padding: 0 15px 10px;
  font-size: 22px;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/top_sec05_ttl_line.png) left bottom no-repeat;
  background-size: auto 4px;
}
.topMain .sec05 .secContainer .secPanel .infoBox {
  margin: 0 0 30px;
}
.topMain .sec05 .secContainer .secPanel .infoBox .dl {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  line-height: 2;
  border-bottom: 1px dotted #000000;
}
.topMain .sec05 .secContainer .secPanel .infoBox .dl .dt {
  width: 100px;
}
.topMain .sec05 .secContainer .secPanel .infoBox .dl .dd {
  width: calc(100% - 110px);
}
@media (min-width: 1025px) {
  .topMain .sec05 .secContainer {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec05 .secContainer .secPanel {
    width: 48%;
  }
  .topMain .sec05 .secContainer .contactForm .formBox > .dl > .dt {
    width: 30%;
    padding: 20px 0;
    font-size: 13px;
  }
  .topMain .sec05 .secContainer .contactForm .formBox > .dl > .dd {
    width: 70%;
    padding: 10px 0;
  }
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .topSection {
  padding: 100px 0;
}
.serviceMain .topSection .secTtl {
  margin: 0 0 30px;
  font-size: 36px;
}
.serviceMain .topSection .secBox .txtBox h3 {
  margin: 0 0 15px;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .serviceMain .topSection .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .serviceMain .topSection .secBox .photo {
    width: 400px;
  }
  .serviceMain .topSection .secBox .txtBox {
    width: calc(100% - 450px);
  }
}
.serviceMain .sec01 {
  padding: 0 0 100px;
}
.serviceMain .sec01 .secContainer01 {
  margin: 0 0 60px;
}
.serviceMain .sec01 .secContainer02 {
  margin: 60px 0 0;
}
.serviceMain .sec01 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.serviceMain .sec01 .secTtlBox .sub {
  width: 180px;
  margin: 0 auto 10px;
}
.serviceMain .sec01 .secTtlBox .secTtl {
  font-size: 36px;
}
.serviceMain .sec01 .topBox .dl + .dl {
  margin: 50px 0 0;
}
.serviceMain .sec01 .topBox .dl .dt .span {
  font-size: 24px;
  color: #1e296f;
  line-height: 1.2;
}
.serviceMain .sec01 .topBox .dl .dt .em {
  font-size: 34px;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .topBox .dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serviceMain .sec01 .topBox .dl .dt {
    width: 350px;
    padding: 20px 0;
    border-right: 1px solid #202222;
  }
  .serviceMain .sec01 .topBox .dl .dd {
    width: calc(100% - 390px);
  }
}
.serviceMain .sec01 .slidePanel .slideBox .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serviceMain .sec01 .slidePanel .slideBox .ul .li {
  width: 20%;
  margin: 0 2px;
}
.serviceMain .sec01 .section + .section {
  margin: 60px 0 0;
}
.serviceMain .sec01 .section .secTtl {
  position: relative;
  margin: 0 0 30px;
}
.serviceMain .sec01 .section .secTtl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #202222;
}
.serviceMain .sec01 .section .secTtl h3 {
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 0 20px 0 0;
  font-size: 24px;
  color: #1e296f;
  background: #ffffff;
}
.serviceMain .sec01 .tablePanel01 {
  margin: 0 0 40px;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .tablePanel01 .table {
    border: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .name {
    width: 200px;
    padding: 10px;
  }
  .serviceMain .sec01 .tablePanel01 .table .type {
    width: 250px;
    padding: 10px;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr {
    display: table;
    width: 100%;
    border-bottom: 1px solid #202222;
    background: #d5e8ec;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .th {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .th + .th {
    border-left: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .dl .dt {
    padding: 10px;
    border-bottom: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .dl .dd .ul {
    display: table;
    width: 100%;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .dl .dd .ul .li {
    display: table-cell;
    width: 140px;
    text-align: center;
    vertical-align: middle;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .dl .dd .ul .li + .li {
    border-left: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .thead .tr .dl .dd .ul .li p {
    padding: 10px;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr {
    display: table;
    width: 100%;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr + .tr {
    border-top: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .td + .td {
    border-left: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .td.name, .serviceMain .sec01 .tablePanel01 .table .tbody .tr .td.type {
    padding: 15px 20px;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dt {
    display: none;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dd .ul {
    display: table;
    width: 100%;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dd .ul .li {
    display: table-cell;
    width: 140px;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dd .ul .li + .li {
    border-left: 1px solid #202222;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dd .ul .li .span {
    display: none;
  }
  .serviceMain .sec01 .tablePanel01 .table .tbody .tr .dl .dd .ul .li p {
    padding: 10px;
  }
}
.serviceMain .sec01 .tablePanel02 .tableBox .table {
  border: 1px solid #202222;
}
.serviceMain .sec01 .tablePanel02 .tableBox .table .tr {
  display: table;
  width: 100%;
}
.serviceMain .sec01 .tablePanel02 .tableBox .table .tr + .tr {
  border-top: 1px solid #202222;
}
.serviceMain .sec01 .tablePanel02 .tableBox .table .tr > * {
  display: table-cell;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}
.serviceMain .sec01 .tablePanel02 .tableBox .table .tr > * + * {
  border-left: 1px solid #202222;
}
.serviceMain .sec01 .tablePanel02 .tableBox .table .tr .th {
  width: 45%;
  background: #d5e8ec;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .tablePanel02 {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec01 .tablePanel02 .tableBox {
    width: 48%;
  }
}
.serviceMain .sec01 .listBox .ul .li p {
  padding: 10px;
  text-align: center;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .serviceMain .sec01 .listBox .ul .li {
    width: calc(25% - 20px);
    margin: 20px 0 0 20px;
  }
}
.serviceMain .sec02 {
  padding: 0 0 100px;
}
.serviceMain .sec02 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.serviceMain .sec02 .secTtlBox .sub {
  width: 140px;
  margin: 0 auto 10px;
}
.serviceMain .sec02 .secTtlBox .secTtl {
  font-size: 36px;
}
.serviceMain .sec02 .secPanel + .secPanel {
  margin: 50px 0 0;
}
.serviceMain .sec02 .secPanel .txtBox h3 {
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  font-size: 24px;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/service_sec02_ttl_line.png) left center no-repeat;
  background-size: 20px auto;
}
@media (min-width: 1025px) {
  .serviceMain .sec02 .secPanel {
    display: flex;
    justify-content: space-between;
  }
  .serviceMain .sec02 .secPanel .photo {
    position: relative;
    width: 45%;
    height: 400px;
  }
  .serviceMain .sec02 .secPanel .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .serviceMain .sec02 .secPanel .txtBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .serviceMain .sec02 .secPanel .txtBox .inner {
    max-width: 640px;
  }
  .serviceMain .sec02 .secPanel:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .serviceMain .sec02 .secPanel:nth-child(odd) .txtBox {
    align-items: flex-end;
    padding: 0 0 0 20px;
  }
  .serviceMain .sec02 .secPanel:nth-child(even) .txtBox {
    padding: 0 20px 0 0;
  }
}

/*////////////////////////////////////////////////////////////
	recruit
///////////////////////////////////////////////////////////*/
.recruitMain .kvContainer {
  position: relative;
  height: 800px;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/recruit_top_kv.png) center center no-repeat;
  background-size: cover;
}
.recruitMain .kvContainer .messageBox {
  position: absolute;
  right: 5%;
  bottom: 60px;
  width: 45%;
}
.recruitMain .kvContainer .messageBox .message01 {
  width: 100%;
  max-width: 800px;
  margin: 0 0 50px;
}
.recruitMain .kvContainer .messageBox .message02 {
  width: 80%;
  max-width: 600px;
}
.recruitMain .sec01 {
  padding: 100px 0;
  color: #ffffff;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/recruit_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.recruitMain .sec01 .secTtlBox {
  margin: 0 0 60px;
}
.recruitMain .sec01 .secTtlBox .sub {
  width: 120px;
  margin: 0 0 10px;
}
.recruitMain .sec01 .secTtlBox .secTtl {
  font-size: 36px;
}
.recruitMain .sec01 .txt p + p {
  margin: 30px 0 0;
}
.recruitMain .sec02 {
  padding: 100px 0;
}
.recruitMain .sec02 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.recruitMain .sec02 .secTtlBox .sub {
  width: 40px;
  margin: 0 auto 10px;
}
.recruitMain .sec02 .secTtlBox .secTtl {
  font-size: 36px;
}
.recruitMain .sec02 .topTtl {
  margin: 0 0 30px;
  font-size: 30px;
  color: #1e296f;
  text-align: center;
}
.recruitMain .sec02 .secContainer01 {
  margin: 0 0 40px;
}
.recruitMain .sec02 .secContainer01 .secPanel01 {
  margin: 0 0 40px;
}
.recruitMain .sec02 .secContainer01 .secPanel01 .pTtl01 {
  margin: 0 0 20px;
  padding: 5px 20px;
  font-size: 24px;
  color: #ffffff;
  background: #4a93b2;
}
.recruitMain .sec02 .secContainer01 .secPanel01 .pTtl02 {
  margin: 0 0 15px;
  padding: 0 20px;
  font-size: 24px;
}
.recruitMain .sec02 .secContainer01 .secPanel01 .secBox .txtBox .txt p + p {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secContainer01 .secPanel01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .recruitMain .sec02 .secContainer01 .secPanel01 .secBox .photo {
    width: 280px;
  }
  .recruitMain .sec02 .secContainer01 .secPanel01 .secBox .txtBox {
    width: calc(100% - 320px);
  }
}
.recruitMain .sec02 .secContainer01 .secPanel02 .dl + .dl {
  margin: 50px 0 0;
}
.recruitMain .sec02 .secContainer01 .secPanel02 .dl .dt {
  font-size: 0;
}
.recruitMain .sec02 .secContainer01 .secPanel02 .dl .dt > * {
  font-size: 34px;
}
.recruitMain .sec02 .secContainer01 .secPanel02 .dl .dt .em {
  display: inline-block;
  color: #00b0d6;
}
.recruitMain .sec02 .secContainer01 .secPanel02 .dl .dt .span {
  display: inline-block;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secContainer01 .secPanel02 .dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recruitMain .sec02 .secContainer01 .secPanel02 .dl .dt {
    width: 200px;
    padding: 20px 0;
    border-right: 1px solid #202222;
  }
  .recruitMain .sec02 .secContainer01 .secPanel02 .dl .dd {
    width: calc(100% - 240px);
  }
}
.recruitMain .sec02 .secContainer02 .section + .section {
  margin: 60px 0 0;
}
.recruitMain .sec02 .secContainer02 .section .secTtl {
  position: relative;
  margin: 0 0 30px;
}
.recruitMain .sec02 .secContainer02 .section .secTtl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #202222;
}
.recruitMain .sec02 .secContainer02 .section .secTtl h3 {
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 0 20px 0 0;
  font-size: 24px;
  color: #00aa74;
  background: #ffffff;
}
.recruitMain .sec02 .secContainer02 .listBox .ul .li {
  padding: 2px;
  background: #00aa74;
}
.recruitMain .sec02 .secContainer02 .listBox .ul .li .inner {
  padding: 20px;
  border: 1px solid #ffffff;
}
.recruitMain .sec02 .secContainer02 .listBox .ul .li p {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secContainer02 .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px 0 0 -20px;
  }
  .recruitMain .sec02 .secContainer02 .listBox .ul .li {
    width: calc(33.3333333333% - 20px);
    margin: 20px 0 0 20px;
  }
}
.recruitMain .sec02 .secContainer02 .secBox .photoBox {
  position: relative;
}
.recruitMain .sec02 .secContainer02 .secBox .photoBox .photo .img {
  width: 100%;
  max-width: 320px;
}
.recruitMain .sec02 .secContainer02 .secBox .photoBox .photo02 {
  position: relative;
  top: -20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruitMain .sec02 .secContainer02 .secBox .txtBox .txt p + p {
  margin: 30px 0 0;
}
@media (min-width: 1025px) {
  .recruitMain .sec02 .secContainer02 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .recruitMain .sec02 .secContainer02 .secBox .photoBox {
    width: 500px;
  }
  .recruitMain .sec02 .secContainer02 .secBox .txtBox {
    width: calc(100% - 550px);
  }
}
.recruitMain .sec03 {
  padding: 100px 0;
  color: #ffffff;
  background: #4b6dad;
}
.recruitMain .sec03 .secTtlBox {
  margin: 0 0 60px;
  text-align: center;
}
.recruitMain .sec03 .secTtlBox .sub {
  width: 180px;
  margin: 0 auto 10px;
}
.recruitMain .sec03 .secTtlBox .secTtl {
  font-size: 36px;
}
.recruitMain .sec03 .infoBox {
  background: url(https://meidaisensui.jp/system_panel/uploads/images/recruit_sec03_line.png) left top no-repeat;
  background-size: 100% auto;
}
.recruitMain .sec03 .infoBox .dl {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  line-height: 2;
  border-bottom: 1px dotted #ffffff;
}
.recruitMain .sec03 .infoBox .dl .dt {
  width: 200px;
  padding: 0 20px;
}
.recruitMain .sec03 .infoBox .dl .dd {
  width: calc(100% - 210px);
}
.recruitMain .sec04 {
  padding: 100px 0;
}
.recruitMain .sec04 .secTtlBox {
  margin: 0 0 40px;
  text-align: center;
}
.recruitMain .sec04 .secTtlBox .sub {
  width: 90px;
  margin: 0 auto 10px;
}
.recruitMain .sec04 .secTtlBox .secTtl {
  font-size: 36px;
}
.recruitMain .sec04 .topTxt {
  margin: 0 0 30px;
  text-align: center;
}

/*////////////////////////////////////////////////////////////
	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 #000000;
  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 #000000;
  background: #ffffff;
  resize: none;
}
.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 {
  max-width: 230px;
  margin: 40px auto 0;
}
.formMain .contactForm button[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  border: none;
  border: 1px solid #202222;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat #ffffff;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .formMain .contactForm button[type=submit]:hover:after {
    right: -15px;
  }
}
.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 .checkList .list + .list {
  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 {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.formMain .contactForm .form .checkItem label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.formMain .contactForm .form .checkItem label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 1px solid #000000;
  background: #ffffff;
}
.formMain .contactForm .form .checkItem input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: translateY(-50%) rotate(40deg);
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
.formMain .contactForm .form .checkItem.agreeCheck {
  justify-content: center;
}
.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 #000000;
  background: #ffffff;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #000000;
}
.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;
}
.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: #ffffff;
  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 {
  border-top: 1px dotted #202222;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #202222;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  vertical-align: top;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 25%;
  margin: 0 2px 0 0;
  padding: 20px 10px;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  margin-right: 10px;
  padding: 0 0 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .span p {
  display: inline-block;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  background: #202222;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 0;
}
.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: 75%;
  padding: 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 .addressBox .innerBox + .innerBox {
  margin: 5px 0 0;
}
@media (min-width: 1025px) {
  .formMain .contactForm .formBox .addressBox .innerBox {
    display: flex;
    align-items: center;
  }
  .formMain .contactForm .formBox .addressBox .innerBox > p {
    width: 80px;
    font-size: 16px;
  }
  .formMain .contactForm .formBox .addressBox .innerBox .inputBox {
    width: calc(100% - 80px);
  }
}
.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 #c5c5c5;
  background: #f8f8f8;
}
.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 .fileBox {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.formMain .contactForm .fileUploadBox .fileBox + .fileBox {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .place {
  width: 100px;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  width: calc(100% - 120px);
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 180px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  background: #d2c2a8;
}
.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 10px 0 0;
}
.blogMain .catePanel .webgene-blog .webgene-item a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #202222;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat;
}
.blogMain .blogPanel--list .webgene-blog .webgene-header {
  display: none;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item a {
  display: block;
  padding: 0 0 5px;
  border-bottom: 1px dashed #202222;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .photo {
  margin: 0 0 20px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .photo img {
  border-radius: 6px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .title {
  min-height: 30px;
  margin: 0 0 10px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .more p {
  display: block;
  background: url(https://meidaisensui.jp/system_panel/uploads/images/btn_more_arrow.png) right 5px center no-repeat;
  background-size: 6px auto;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -80px 0 0 -80px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 80px);
    margin: 80px 0 0 80px;
  }
  .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: #d6d7e1;
}
.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: #202222;
}
@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 {
  max-width: 1100px;
  margin: 0 auto;
}
.blogMain .blogPanel--detail .webgene-blog {
  padding: 0 0 60px;
  border-bottom: 1px dashed #202222;
}
.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;
  vertical-align: middle;
}
.blogMain .blogPanel--detail .webgene-blog .ttlBox {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 30px;
  border-bottom: 1px dashed #000000;
}
.blogMain .blogPanel--detail .webgene-blog img {
  border-radius: 6px;
}
.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 {
  max-width: 800px;
  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 {
  position: relative;
  display: block;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #85283d;
  background: #85283d;
}
.blogMain .blogPanel--detail .btnContact a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 30px;
  height: 5px;
  margin: auto 0;
  background: url(https://sit-10205333.sibloo.com/system_panel/uploads/images/btn_more_arrow.png) no-repeat;
  background-size: 100% auto;
  transition: 0.6s;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--detail .btnContact a:hover:after {
    right: -15px;
  }
}
.blogMain .blogPanel--detail .btnMore {
  max-width: 220px;
  margin: 60px auto 0;
}
.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;
}