@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
.none {
  display: none;
}
.pc {
  display: block;
}
.smp {
  display: none;
}
.wideBg {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  vertical-align: middle;
}
.article h2, .has-white-background-color {
  background: none !important;
}
.mbNone, .article, .entry-content, .wp-container-13, .body .wp-block-group {
  margin-bottom: 0 !important;
}
.main {
  border: none;
  padding: 0 20px;
}
.page .content, .page .entry-content {
  margin-top: 0;
}
.front-top-page #content {
  margin-top: -2em !important;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
.home h1.entry-title, .page h1.entry-title {
  display: none;
}
h2.secTtl {
  max-width: 280px;
  margin: 2em auto;
  padding: 0;
}
h3.blockTtl {
  color: #073EBE;
  border: none;
  border-left: 7px solid #073EBE;
}
h4.subTtl {
  border: none;
  margin: 1em 0;
  padding-left: 0;
}
p {
  text-align: justify;
}
p.boldTxt {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
p.pageSub {
  font-size: 1.4em;
  line-height: 2.2;
  font-weight: 700;
  margin-bottom: 0 !important;
  color: #073EBE;
}
ul {
  padding-left: 0 !important;
}
ul li {
  margin: 0 !important;
  list-style: none;
}
table tr, table th, table td {
  background: none !important;
  letter-spacing: 0.1em;
}
table td {
  padding: 2em 1.4em;
  font-size: 1em;
  border: 1px solid #999;
  border-right: none;
  border-left: none;
  line-height: 1.6;
}
table td:first-child {
  width: 22%;
}
.grid2_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}
.grid3_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
figure figcaption {
  border-left: 8px solid #073EBE;
  padding: 0.2em 0.8em;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #073EBE;
}
.shadow {
  box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.9);
}
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
.navi-menu-caption.menu-caption, .home-menu-caption.menu-caption, .search-menu-caption.menu-caption, .top-menu-caption.menu-caption, .sidebar-menu-caption.menu-caption, .menu-drawer, .archive-title {
  display: none;
}
.navi-menu-button.menu-button {
  padding-top: 0.5em;
}
.pcMegaMenu {
  display: none;
}
.open {
  display: block !important;
}
.wrapper {
  position: relative;
}
.wrapper #slider {
  width: 100%;
  height: 80vh !important;
}
.wrapper #slider div img {
  position: absolute;
  max-width: 730px;
  padding: 2em;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wrapper #slider div img .vegas-overlay {
  opacity: 0.2 !important;
  background: url(overlays/02.png) center center;
}
.headerCover {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  min-height: 388px;
}
.headerCover.mvBg_01 {
  background: url(https://m5m.me/seiwa/wp-content/uploads/2022/11/mv_company_pc_221107-scaled.jpg) no-repeat;
  background-position: inherit !important;
}
.headerCover.mvBg_02 {
  background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/mv_service_pc-scaled.jpg) no-repeat;
}
.headerCover.mvBg_03 {
  background: url(https://m5m.me/seiwa/wp-content/uploads/2022/09/seiwa_recruit_mv_220914-scaled.jpg) no-repeat;
}
.headerCover.mvBg_04 {
  background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/topmv_contact_pc-scaled.jpg) no-repeat;
}
.headerCover img {
  max-width: 350px;
}
.linkBtn.telBtn a::before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 0.3em;
}
.linkBtn a {
  position: relative;
  display: block;
  max-width: 322px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 1em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #073EBE !important;
  color: #073EBE !important;
}
.linkBtn a::after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  top: 50%;
  right: 15px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsWrap {
  background-color: #EDF2FF !important;
  padding: 4em 0 3em;
}
.newsWrap .grid2_1 {
  grid-template-columns: 13% 1fr;
  grid-gap: 5em;
}
.newsWrap .grid2_1 h2 {
  padding: 0;
  margin: 0;
}
.newsWrap .grid2_1 .newsContent {
  padding-top: 1.1em;
}
.newsWrap .grid2_1 dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #004CFF;
  padding-bottom: 0.5em;
}
.newsWrap .grid2_1 dl dt {
  width: 20%;
}
.newsWrap .grid2_1 dl dd {
  width: 80%;
  margin-left: 0;
}
.newsWrap .viewMoreBtn {
  text-align: right;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.video-container {
  margin: 0 auto;
}
.contactWrap {
  background-color: #F5F7FC !important;
}
.contactWrap .contactBtnWrap .telBtn {
  margin-bottom: 2em !important;
}
.contactWrap .contactBtnWrap .linkBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 114px;
  font-size: 1.4em;
  padding: 0;
  line-height: 0;
}
.companyWrap .companyBlock {
  position: relative;
  background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/band_pc.png) no-repeat;
  background-position: center bottom;
  margin-top: 5em;
  height: 290px;
  background-size: cover !important;
}
.companyWrap .companyBlock ul.imgBox {
  max-width: 1066px;
  grid-gap: 5em;
  position: absolute;
  top: 20% !important;
  left: 50%;
  padding: 0 20px !important;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.companyWrap .companyBlock ul.imgBox li {
  background: #fff;
  line-height: 0;
}
.policyWrap p {
  font-size: 1.4em;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0 !important;
  color: #333 !important;
}
.serviceWrap .grid2_1 {
  grid-gap: 3em 5em;
}
.serviceWrap figcaption {
  margin-top: 0.8em;
}
.messageWrap .column-left {
  width: 30%;
}
.messageWrap .column-right {
  width: 62%;
}
.messageWrap .imgBox {
  width: 80%;
  margin: 2em auto 0;
}
.activityWrap .wp-block-media-text .boldTxt {
  margin-bottom: 0.5em;
}
.timeline {
  width: 80%;
  margin: 0 auto;
}
.timeline-list {
  padding: 40px 0;
}
.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 !important;
}
.timeline-list-item .date {
  position: relative;
  width: 30%;
  text-align: center;
  border-left: 1px solid #073EBE;
  padding-bottom: 3em;
}
.timeline-list-item .date::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
  background-color: #073EBE;
  border-radius: 10px;
}
.timeline-list-item .content {
  position: relative;
  margin-top: 0;
  width: 70%;
}
.messageWrap .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 12%;
}
.messageWrap .txtBox {
  line-height: 2.2;
  font-size: 1.1em;
}
.outlineWrap table {
  width: 86% !important;
  margin: 0 auto;
}
.serviceBlock .catch .wp-block-media-text__content {
  padding: 0 12%;
}
.serviceBlock .txtBox .wp-block-media-text__content {
  padding: 0 12% 0 0;
}
.serviceBlock .boldTxt {
  color: #073EBE;
  font-weight: 700;
}
.interviewWrap .grid2_1 {
  grid-gap: 3em 5em;
}
.appWrap table td:first-child {
  width: 22%;
  background: #F5F4F4 !important;
  text-align: center;
}
.descriptionWrap h3 {
  text-align: center;
  border: none;
  margin: 0 0 1em;
}
.sliderWrap {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sliderWrap .wpsisac-slick-carousal.design-6 {
  margin-bottom: 0;
}
.contactPageWrap p.boldTxt {
  margin-bottom: 1em !important;
}
.contactPageWrap .contactWrap {
  background: none !important;
}
.contactPageWrap .formWrap {
  border: 1px solid #073EBE;
  padding: 5em 4em 2em;
}
.contactPageWrap .formWrap input, .contactPageWrap .formWrap select, .contactPageWrap .formWrap textarea {
  background-color: #F5F7FC;
}
#line, #form {
  padding-top: 4em;
  margin-top: -4em;
}
.contact7 {
  display: flex;
  flex-wrap: wrap;
  align-self: top;
}
.contact7 dt {
  width: 30%;
  padding: 0;
  margin-bottom: 1.6em;
  display: flex;
}
.contact7 dt::before {
  content: "■";
  color: #073EBE;
  padding-right: 0.2em;
}
.contact7 dd {
  width: 70%;
  margin-left: 0;
  margin-bottom: 1.6em;
}
.contact7 .must {
  margin-left: 1em;
  border: 1px solid #073EBE;
  font-size: 0.7em;
  padding: 4px 1em;
  border-radius: 1px;
  color: #073EBE;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  padding: 1em;
  border: none;
  font-size: 1em;
}
.wpcf7-list-item {
  margin-bottom: 1.6em !important;
}
input[type="submit"] {
  background-color: #073EBE !important;
  color: #fff;
  border: none;
  padding: 20px;
}
.single-post .content, .archive .content {
  padding: 3em 0 !important;
}
.column-narrow .content-in {
  max-width: 800px;
  width: 100%;
}
.entry-card-thumb {
  width: 200px;
}
.entry-card-content {
  margin-left: 250px;
}
.single-post .article h2 {
  border-left: 7px solid #073EBE;
  padding: 12px 20px;
}
.single-post .article h3 {
  border-top: 1px solid #073EBE;
  border-bottom: 1px solid #073EBE;
  border-left: none;
  border-right: none;
  padding: 18px;
}
.related-entry-heading {
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.footer {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer .footerContents {
  margin: 3em 0;
}
.footer .footerMenuWrap ul {
  display: flex;
  justify-content: center;
}
.footer .footerMenuWrap ul li {
  padding: 0 25px;
}
.footer .footerMenuWrap ul a {
  color: #333;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer .footer-in {
  background: #073EBE;
  width: inherit;
}
.footer .footer-in .copyright {
  margin-top: 0;
  font-size: 80%;
  color: #fff;
}
.footer .footerInfoWrap .footerLogo {
  max-width: 300px;
  margin: 3em auto 2em;
}
.footer .footerInfoWrap .footerInfo {
  width: inherit;
  margin: 0 auto 2em;
}
.footer .footerInfoWrap .footerInfo th, .footer .footerInfoWrap .footerInfo td {
  vertical-align: top;
  border: none;
  padding: 0.3em;
  text-align: left;
  font-size: 0.8em;
  font-weight: normal;
}
.footer .footerInfoWrap .footerInfo th {
  width: 20%;
}
.entry-content .btnWrap {
  margin-bottom: 0;
}
.entry-content .imgBtn {
  display: flex;
  align-items: center;
  background: #fff;
}
.entry-content .imgBtn .imgBtnLft {
  color: #333;
}
.entry-content .imgBtn .imgBtnRgt {
  width: 120px;
}
.entry-content .imgBtn .imgBtnRgt img {
  display: block;
}
.boderBox {
  border: 1px solid #707070;
  padding: 1.8em 2.2em;
}
.wideContents {
  max-width: 880px;
  margin: 0 auto;
}
.wp-block-cocoon-blocks-column-2 > div {
  width: 46%;
}
@media screen and (min-width: 1024px) {
  .header-container {
    position: relative;
    z-index: 7777;
    box-shadow: 0 5px 15px -15px rgba(0, 0, 0, 0.9);
  }
  .header-container.open {
    display: block !important;
  }
  .header-container .navi-in > ul {
    justify-content: end;
  }
  .header-container .navi-in a {
    display: block;
    width: 100%;
  }
  .header-container .header-container-in {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 2em;
  }
  .header-container .navi-in > ul li {
    width: 160px;
  }
  .pcMegaMenu {
    position: absolute;
    display: none;
    z-index: 100;
    background: #f3f4f5;
    width: 100%;
  }
  .pcMegaMenu:hover {
    transition: all 0.3s ease-in-out;
  }
  .pcMegaMenu .entry-content {
    max-width: 880px;
    margin: 0 auto;
    padding: 3em 2em;
  }
  .pcMegaMenu .entry-content .imgBtn .imgBtnLft {
    padding-left: 1.6em;
    font-size: 1.1em;
  }
  .header .header-in {
    min-height: inherit;
  }
  .mask {
    display: block;
    line-height: 0;
    overflow: hidden;
  }
  .zoomIn img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
  }
  .zoomIn a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1023px) {
  .fa-bars:before {
    color: #073EBE;
  }
  .header .header-in {
    min-height: inherit;
  }
  .menu-content {
    background: #fff;
    color: #073EBE !important;
  }
  .menu-close-button {
    text-align: right;
    padding-right: 0.5em;
  }
  .logo-menu-button {
    padding-left: 3.2em !important;
  }
  .mobile-header-menu-buttons {
    align-items: center;
  }
  .mobile-menu-buttons > li {
    padding: 10px;
  }
  .slideMenuMobile {
    padding: 0 2em;
  }
  .slideMenuMobile a {
    display: block;
    padding: 0.5em 0;
    color: #073EBE !important;
    font-weight: 700;
  }
  .slideMenuMobile .btnWrap .imgBtn {
    background-color: #f3f4f5;
  }
  .slideMenuMobile .btnWrap .imgBtnLft {
    padding-left: 1em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 834px) {
  .header div.header-in {
    min-height: inherit;
  }
  .main, footer {
    padding: 0 20px !important;
  }
  .newsWrap {
    padding: 1em 0;
  }
  .newsWrap .grid2_1 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .newsWrap .grid2_1 h2 {
    max-width: 120px;
    margin: 0 auto !important;
  }
  .newsWrap .grid2_1 h2 .pc {
    display: none;
  }
  .newsWrap .grid2_1 h2 .smp {
    display: block;
  }
  .newsWrap .grid2_1 .newsContent {
    padding-top: 1em;
  }
  .newsWrap .grid2_1 dl {
    display: block;
  }
  .newsWrap .grid2_1 dl dt, .newsWrap .grid2_1 dl dd {
    width: 100%;
  }
  .companyWrap .companyBlock {
    height: 290px;
  }
  .companyWrap .companyBlock ul.imgBox {
    grid-gap: 2em;
    position: absolute;
    max-width: 1066px;
    top: -15%;
  }
  .serviceWrap .grid2_1 {
    grid-gap: 2em;
  }
  .interviewWrap .grid2_1 {
    grid-gap: 2em;
  }
  .contact7 {
    display: block;
  }
  .contact7 dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .contact7 dd {
    width: 100%;
  }
  .contactPageWrap .formWrap {
    padding: 3em 3em 0;
  }
  .contactWrap .contactBtnWrap li {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 2em !important;
  }
  .contactWrap .contactBtnWrap .linkBtn a {
    min-height: 90px;
    font-size: 1.2em;
  }
  .footer .grid3_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  .entry-card-thumb {
    width: 38%;
  }
  .entry-card-content {
    margin-left: 40%;
  }
  .rect-mini-card .related-list {
    display: block;
  }
  .rect-mini-card .related-entry-card-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
  h2.secTtl {
    max-width: 280px;
    margin: 0 auto 1.4em;
  }
  h4.subTtl {
    padding-bottom: 0;
  }
  p.boldTxt {
    font-size: 1.1em;
    letter-spacing: inherit;
  }
  p.pageSub {
    font-size: 1.2em;
  }
  .serviceBlock .catch .wp-block-media-text__content {
    padding: 0 5% !important;
  }
  .grid2_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  .grid3_1 {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  table td {
    padding: 1.4em 1em;
  }
  table td:first-child {
    width: 25%;
  }
  .wrapper #slider {
    height: 70vh !important;
  }
  .wrapper #slider div img {
    padding: 0;
    width: 70%;
  }
  .headerCover {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain !important;
    min-height: 250px;
  }
  .headerCover.mvBg_01 {
    background: url(https://m5m.me/seiwa/wp-content/uploads/2022/11/mv_company_sp_221107.jpg) no-repeat;
  }
  .headerCover.mvBg_02 {
    background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/mv_service_sp.jpg) no-repeat;
  }
  .headerCover.mvBg_03 {
    background: url(https://m5m.me/seiwa/wp-content/uploads/2022/09/mv_recruit_sp_220914.png) no-repeat;
  }
  .headerCover.mvBg_04 {
    background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/mv_contact_sp.jpg) no-repeat;
  }
  .headerCover img {
    max-width: 240px;
  }
  .companyWrap .companyBlock {
    position: static;
    background: url(https://m5m.me/seiwa/wp-content/uploads/2022/08/band_sp.png) no-repeat;
    margin-top: 0;
    height: auto;
    padding: 3em 0 !important;
  }
  .companyWrap .companyBlock ul.imgBox {
    position: static;
    transform: inherit !important;
  }
  .messageWrap .column-left {
    width: 60% !important;
    margin: 0 auto 1.4em;
  }
  .messageWrap .txtBox {
    line-height: 2;
    font-size: 1em;
  }
  .outlineWrap table {
    width: 100% !important;
  }
  .timeline {
    width: 100% !important;
  }
  .timeline .timeline-list-item {
    font-size: 0.9em;
  }
  .timeline .timeline-list-item .date {
    width: 40%;
  }
  .timeline .timeline-list-item .content {
    width: 60%;
  }
  .activityWrap .wp-block-media-text__content {
    padding: 1em;
  }
  .activityWrap .wp-block-media-text__content p {
    margin-bottom: 0;
  }
  .policyWrap p {
    font-size: 1.1em;
  }
  .serviceBlock .catch .wp-block-media-text__content {
    padding: 0 12%;
  }
  .serviceBlock .txtBox .wp-block-media-text__content {
    padding: 0;
  }
  .interviewWrap .grid2_1 {
    grid-gap: 1.4em;
  }
  .accidentWrap .priceChart .grid3_1 {
    width: 80%;
    margin: 0 auto;
  }
  .flowWrap figure {
    width: 70%;
    margin: 0 auto;
  }
  .appWrap table td:first-child {
    width: 34%;
  }
  .contactPageWrap .formWrap {
    padding: 2em 1em !important;
  }
  .boderBox {
    padding: 1.4em;
  }
  .footer .footerContents {
    margin: 1em auto 2em;
  }
  .footer .footerInfoWrap .footerLogo {
    max-width: 260px;
    margin: 0 auto;
  }
  .footer .footerInfo {
    margin: 1em auto 2em !important;
  }
  .footer .footerInfo th {
    width: 25% !important;
  }
  .footer .footerMenuWrap ul {
    display: block !important;
  }
  .footer .footerMenuWrap ul li {
    margin-bottom: 1em !important;
    line-height: 2;
    text-align: center;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
p.option {
  font-size: 10px;
}
