@charset "utf-8";

/* 共通設定
--------------------------------------------------------------------------*/
h2.subTitle {margin: 30px 0 60px; padding: 60px 0; font-size: 40px; font-weight: 700;}
h2.subTitle::before, h2.subTitle::after {content: ''; left: 50%; transform: translateX(-50%); width: 840px; height: 30px;}
h2.subTitle::before {top: 0;}
h2.subTitle::after {top: auto; bottom: 0; transform: translateX(-50%) scaleY(-1);}
h3.subTitle {margin: 30px 0; padding-bottom: 15px; border-bottom: solid 1px #333; font-size: 30px; font-weight: 700; text-align: center;}
@media (max-width: 1229px) and (min-width: 992px) {
  h2.subTitle {margin: 25px 0 45px; padding: 45px 0; font-size: 32px;}
  h2.subTitle::before, h2.subTitle::after {width: 672px; height: 24px;}
  h3.subTitle {margin: 25px 0; padding-bottom: 13px; font-size: 24px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  h2.subTitle {margin: 20px 0 30px; padding: 30px 0; font-size: 24px;}
  h2.subTitle::before, h2.subTitle::after {width: 504px; height: 18px;}
  h3.subTitle {margin: 20px 0; padding-bottom: 10px; font-size: 22px;}
}
@media (min-width: 768px) {
  h2.subTitle::before, h2.subTitle::after {background-image: url('images/sub/h2-subTitle-pc.svg');}
  .textLead {text-align: center;}
}
@media (max-width: 767px) {
  h2.subTitle {margin: 15px 0 35px; padding: 35px 0; font-size: 22px;}
  h2.subTitle::before, h2.subTitle::after {width: 100%; height: auto; padding-top: 6%; background-image: url('images/sub/h2-subTitle-mp.svg');}
  h3.subTitle {margin: 15px 0; padding-bottom: 8px; font-size: 20px;}
}
@media (max-width: 360px) {
  h2.subTitle {margin: 15px 0 30px; padding: 30px 0;}
}

/* .tableScroll設定
--------------------------------------------------------------------------*/
.tableScroll table {width: 100%; margin-top: 30px; border-collapse: collapse; border-spacing: 0;}
.tableScroll table tbody tr:nth-of-type(2n) {background-color: #F8F8F8;}
.tableScroll table tbody tr:last-child {border-bottom: solid 2px #F8F8F8;}
.tableScroll table tbody tr th {width: 25%; padding: 20px 40px; font-weight: 500; line-height: 1.6; vertical-align: middle;}
.tableScroll table tbody tr td {width: 75%; padding: 20px 40px 20px 0; line-height: 1.6;}
.tableScroll table tbody tr td span {display: inline-block;}
.tableScroll table tbody tr td dl dt {margin-top: 15px; font-weight: 500; line-height: 1.6;}
.tableScroll table tbody tr td dl dt:first-of-type {margin-top: 0;}
.tableScroll table tbody tr td dl dd {line-height: 1.6;}
.tableScroll table tbody tr td ul {flex-direction: column; gap: 0.75em;}
.tableScroll table tbody tr td ul.listStyle li {position: relative; padding-left: 16px;}
.tableScroll table tbody tr td ul.listStyle li::before {content: '・';}
@media (max-width: 1229px) {
  .tableScroll table tbody tr td ul.listStyle li {padding-left: 14px;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  .tableScroll table {margin-top: 25px;}
  .tableScroll table tbody tr th {padding: 15px 35px;}
  .tableScroll table tbody tr td {padding: 15px 35px 15px 0;}
}
@media (max-width: 991px) and (min-width: 768px) {
  .tableScroll table {margin-top: 20px;}
  .tableScroll table tbody tr th {padding: 12px 30px;}
  .tableScroll table tbody tr td {padding: 12px 30px 12px 0;}
}
@media (min-width: 768px) {
  /* .tableScroll > p {display: none;} */
}
@media (max-width: 767px) {
  .tableScroll {overflow-x: auto; white-space: nowrap;}
  /* .tableScroll > p {padding-top: 15px; font-size: 80%;} */
  .tableScroll table {margin-top: 5px;}
  .tableScroll table tbody tr th {padding: 15px;}
  .tableScroll table tbody tr td {padding: 15px 30px 15px 0;}
  .tableScroll .scroll-hint-icon {top: 40px;}
  .tableScroll .scroll-hint-icon:before, .tableScroll .scroll-hint-icon:after {position: relative; background-size: contain; background-position: center center; background-repeat: no-repeat;}
  .tableScroll .scroll-hint-icon:after {position: absolute; top: 10px; left: 50%;}
}

/* #mainVisual設定
--------------------------------------------------------------------------*/
#mainVisual {height: 500px;}
#mainVisual::before {content: ''; width: inherit; height: inherit;}
#mainVisual::after {content: ''; width: inherit; height: inherit; background-color: rgba(0,0,0,0.25);}
#mainVisual h1 {height: 500px; color: #FFF; font-weight: 500; text-align: center;}
#mainVisual h1::before {content: ''; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 680px; height: 180px; background-image: url('images/sub/h1.svg');}
#mainVisual h1 span {display: block; width: 100%;}
@media (max-width: 1229px) and (min-width: 992px) {
  #mainVisual, #mainVisual h1 {height: 400px;}
  #mainVisual h1::before {width: 544px; height: 144px;}
  #mainVisual h1 span {font-size: 40px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #mainVisual, #mainVisual h1 {height: 350px;}
  #mainVisual h1::before {width: 408px; height: 108px;}
  #mainVisual h1 span {font-size: 30px;}
}
@media (min-width: 768px) {
  #mainVisual::before {filter: blur(4px);}
}
@media (max-width: 767px) {
  #mainVisual, #mainVisual h1 {height: 250px;}
  #mainVisual::before {filter: blur(2px);}
  #mainVisual h1::before {width: 340px; height: 90px;}
  #mainVisual h1 span {font-size: 24px;}
}
@media (max-width: 360px) {
  #mainVisual, #mainVisual h1 {height: 200px;}
  #mainVisual h1::before {width: 272px; height: 72px;}
  #mainVisual h1 span {font-size: 20px;}
}

/* #servicePage（自動車用ガラス加工ページ）設定
--------------------------------------------------------------------------*/
#servicePage #sec1 .dispFlex {flex-wrap: wrap; gap: 0; width: 95%; margin: 30px auto 0;}
#servicePage #sec1 .dispFlex .imgAreaL {order: 1; }
#servicePage #sec1 .dispFlex h2 {position: relative; display: block; width: 100%; padding-top: 54%;}
#servicePage #sec1 .dispFlex p {order: 3; width: 100%; font-size: 20px;}
#servicePage #sec1 .dispFlex .imgAreaR {order: 2; margin-left: -30px;}
#servicePage #sec1 .dispFlex .imgAreaR picture {position: relative; display: block; width: 100%; padding-top: 43%;}
#servicePage .container figure.imgScroll {display: block; width: 100%;}
#servicePage .container .dispFig figure {position: relative;}
#servicePage .container .dispFig figure img {width: 100%;}
#servicePage .container .dispFig figure figcaption {position: absolute; width: 100%; height: 45px; margin-top: -45px; background-color: #707070; color: #FFF; font-weight: 500; line-height: 45px; text-align: center;}
#servicePage .container .dispFig figure:last-of-type figcaption {background-color: #E24A4A;}
#servicePage #sec3 .container picture {display: block; width: 100%; max-width: 1200px; padding-top: 20%;}
@media (min-width: 1230px) {
  #servicePage #globalNavi ul li a.servicePage {color: #E24A4A;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #servicePage #sec1 .dispFlex {margin: 25px auto 0;}
  #servicePage #sec1 .dispFlex p {font-size: 18px;}
  #servicePage #sec1 .dispFlex .imgAreaR {margin-left: -25px;}
  #servicePage .container .dispFig figure figcaption {height: 40px; margin-top: -40px; line-height: 40px;}
}
@media (max-width: 991px) {
  #servicePage #sec1 .dispFlex p {font-size: 14px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #servicePage #sec1 .dispFlex {margin: 20px auto 0;}
  #servicePage #sec1 .dispFlex .imgAreaR {margin-left: -20px;}
  #servicePage .container .dispFig figure figcaption {height: 35px; margin-top: -35px; line-height: 35px;}
}
@media (min-width: 768px) {
  #servicePage #mainVisual::before {background-image: url('images/sub/bg-servicePage-pc.webp');}
  #servicePage #sec1 .dispFlex {align-items: flex-end; width: 95%;}
  #servicePage #sec1 .dispFlex .imgAreaL {width: 45%;}
  #servicePage #sec1 .dispFlex h2 {margin-bottom: 8%;}
  #servicePage #sec1 .dispFlex .imgAreaR {width: 55%;}
  #servicePage .container figure.imgScroll img {width: 100%;}
  #servicePage .container figure.imgScroll figcaption {display: none;}
}
@media (max-width: 767px) {
  #servicePage #mainVisual::before {background-image: url('images/sub/bg-servicePage-mp.webp');}
  #servicePage #sec1 .dispFlex {margin: 15px auto 0;}
  #servicePage #sec1 .dispFlex {flex-direction: column; width: 90%; max-width: 420px;}
  #servicePage #sec1 .dispFlex .imgAreaL {width: 100%; max-width: 420px;}
  #servicePage #sec1 .dispFlex .imgAreaR {width: 100%; max-width: 420px; margin: 30px 0 15px;}
  #servicePage #sec2 .container .dispFlex {flex-direction: column;}
  #servicePage .container figure.imgScroll {padding-bottom: 5px; overflow-y: scroll;}
  #servicePage .container figure.imgScroll img {height: 140px;}
  #servicePage .container figure.imgScroll figcaption {font-size: 85%;}
  #servicePage .container .dispFig {flex-direction: column;}
  #servicePage .container .dispFig figure figcaption {height: 30px; margin-top: -30px; line-height: 30px;}
  #servicePage #sec3 .container picture {padding-top: 80%;}
  #servicePage #sec5 .container .dispFlex {flex-direction: column;}
}
@media (max-width: 360px) {
  #servicePage #sec5 .container h2 .mpView {display: none;}
}

/* #recruitPage（採用情報ページ）設定
--------------------------------------------------------------------------*/
#recruitPage #sec1 .secInner {flex-wrap: wrap; gap: 0;}
#recruitPage #sec1 .secInner .textArea {display: flex; align-items: center; width: 48%; padding-right: 60px;}
#recruitPage #sec1 .secInner .textArea .Inner {position: relative; width: 520px; margin-left: auto;}
#recruitPage #sec1 .secInner .textArea .Inner::before {content: ''; width: 100%; height: 30px; background-position-x: 0;}
#recruitPage #sec1 .secInner:nth-of-type(2) .textArea .Inner::before {background-image: url('images/sub/recruitPage-sec1-01-title.svg');}
#recruitPage #sec1 .secInner:nth-of-type(3) .textArea .Inner::before {background-image: url('images/sub/recruitPage-sec1-02-title.svg');}
#recruitPage #sec1 .secInner:nth-of-type(4) .textArea .Inner::before {background-image: url('images/sub/recruitPage-sec1-03-title.svg');}
#recruitPage #sec1 .secInner .textArea .Inner h3 {margin-top: 30px; font-weight: 700; text-align: center;}
#recruitPage #sec1 .secInner .imgArea {position: relative; width: 52%; height: 500px;}
#recruitPage #sec1 .secInner .imgArea::before {content: ''; top: auto; bottom: -15px; left: auto; z-index: 1; width: 120px; height: 250px;}
#recruitPage #sec1 .secInner:nth-of-type(2) .imgArea::before {right: -35px; background-image: url('images/sub/recruitPage-sec1-01-before.webp');}
#recruitPage #sec1 .secInner:nth-of-type(3) .imgArea::before {left: -80px; width: 200px; height: 240px; background-image: url('images/sub/recruitPage-sec1-02-before.webp');}
#recruitPage #sec1 .secInner:nth-of-type(4) .imgArea::before {right: -30px; background-image: url('images/sub/recruitPage-sec1-03-before.webp');}
#recruitPage #sec1 .secInner:nth-of-type(3) {margin: 60px 0;}
#recruitPage #sec1 .secInner:nth-of-type(2n) {flex-direction: row-reverse;}
#recruitPage #sec1 .secInner:nth-of-type(2n) .textArea {padding-right: 0;}
#recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 60px;}
#recruitPage #sec2 {background-color: transparent; clip-path: inset(0);}
#recruitPage #sec2::before, #recruitPage #sec2::after {content: ''; position: fixed; top: 0px; left: 50%; transform: translateX(-50%); z-index: -10;  width: 100%;  max-width: 1920px; height: 100vh;}
#recruitPage #sec2::after {background-color: rgba(0,0,0,0.5);}
#recruitPage #sec2 .container h2.subTitle, #recruitPage #sec2 .container h2.subTitle {color: #FFF;}
#recruitPage #sec2 .container > .dispFlex {align-items: flex-start;}
#recruitPage #sec2 .container > .dispFlex:nth-of-type(2) {margin: 90px 0;}
#recruitPage #sec2 .container > .dispFlex .textArea {flex-direction: column; gap: 15px; width: calc(1200px - 500px - 30px);}
#recruitPage #sec2 .container > .dispFlex .textArea h3 {order: 1; padding: 0; color: #FFF; font-size: 30px;}
#recruitPage #sec2 .container > .dispFlex .textArea h3 span {padding-left: 15px; font-size: 65%;}
#recruitPage #sec2 .container > .dispFlex .textArea p {order: 3; padding: 0; color: #FFF;}
#recruitPage #sec2 .container > .dispFlex .textArea img {order: 2;}
#recruitPage #sec2 .container > .dispFlex img.imgArea {width: 500px; margin-top: 55px;}
#recruitPage #sec3 .container .tableScroll table tbody tr td span {display: block;}
#recruitPage #sec4 {padding: 0;}
#recruitPage #sec4 .container h2 {padding: 0 0 15px; border-bottom: solid 1px #333; font-size: 30px; font-weight: 700;}
@media (max-width: 1399px) and (min-width: 1230px) {
  #recruitPage #sec1 .secInner .textArea {padding-right: 30px;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 30px;}
}
@media (min-width: 1230px) {
  #recruitPage #globalNavi ul li a.recruitPage {color: #E24A4A;}
  #recruitPage #sec2 .container > .dispFlex {padding: 0 35px;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #recruitPage #sec1 .secInner .textArea {padding-right: 50px;}
  #recruitPage #sec1 .secInner .textArea .Inner {width: 400px;}
  #recruitPage #sec1 .secInner .textArea .Inner::before {height: 25px;}
  #recruitPage #sec1 .secInner .textArea .Inner h3 {margin-top: 25px;}
  #recruitPage #sec1 .secInner .imgArea {height: 400px;}
  #recruitPage #sec1 .secInner .imgArea::before {width: 96px; height: 200px;}
  #recruitPage #sec1 .secInner:nth-of-type(2) .imgArea::before {right: -30px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) .imgArea::before {left: -50px; width: 160px; height: 192px;}
  #recruitPage #sec1 .secInner:nth-of-type(4) .imgArea::before {right: -25px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) {margin: 50px 0;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 50px;}
  #recruitPage #sec2 .container > .dispFlex:nth-of-type(2) {margin: 75px 0;}
  #recruitPage #sec2 .container > .dispFlex .textArea {width: calc(970px - 400px - 25px);}
  #recruitPage #sec2 .container > .dispFlex .textArea h3 {font-size: 24px;}
  #recruitPage #sec2 .container > .dispFlex img.imgArea {width: 400px; margin-top: 48px;}
  #recruitPage #sec4 .container h2 {padding: 0 0 13px; font-size: 24px;}
}
@media (max-width: 1049px) and (min-width: 992px) {
  #recruitPage #sec1 .secInner .textArea {padding-right: 25px;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 25px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #recruitPage #sec1 .secInner .textArea {padding-right: 40px;}
  #recruitPage #sec1 .secInner .textArea .Inner {width: 320px;}
  #recruitPage #sec1 .secInner .textArea .Inner::before {height: 20px;}
  #recruitPage #sec1 .secInner .textArea .Inner h3 {margin-top: 20px;}
  #recruitPage #sec1 .secInner .imgArea {height: 300px;}
  #recruitPage #sec1 .secInner .imgArea::before {width: 72px; height: 150px;}
  #recruitPage #sec1 .secInner:nth-of-type(2) .imgArea::before {right: -25px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) .imgArea::before {left: -30px; width: 120px; height: 144px;}
  #recruitPage #sec1 .secInner:nth-of-type(4) .imgArea::before {right: -20px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) {margin: 40px 0;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 40px;}
  #recruitPage #sec2 .container > .dispFlex:nth-of-type(2) {margin: 60px 0;}
  #recruitPage #sec2 .container > .dispFlex .textArea {width: calc(750px - 350px - 20px);}
  #recruitPage #sec2 .container > .dispFlex .textArea h3 {font-size: 22px;}
  #recruitPage #sec2 .container > .dispFlex img.imgArea {width: 350px; margin-top: 45px;}
  #recruitPage #sec4 .container h2 {padding: 0 0 10px; font-size: 22px;}
}
@media (max-width: 799px) and (min-width: 768px) {
  #recruitPage #sec1 .secInner .textArea {padding-right: 20px;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 20px;}
}
@media (min-width: 768px) {
  #recruitPage #mainVisual::before {background-image: url('images/sub/bg-recruitPage-pc.webp');}
  #recruitPage #sec2::before {background-image: url('images/sub/recruitPage-sec2-bg-pc.webp'); filter: blur(6px);}
  #recruitPage #sec2 .container h2.subTitle::before, #recruitPage #sec2 .container h2.subTitle::after {background-image: url('images/sub/h2-subTitle-white-pc.svg');}
}
@media (max-width: 767px) {
  #recruitPage #mainVisual::before {background-image: url('images/sub/bg-recruitPage-mp.webp');}
  #recruitPage #sec1 .secInner {flex-direction: column-reverse !important; max-width: 450px; margin: 0 auto; padding: 0 15px; overflow: hidden;}
  #recruitPage #sec1 .secInner .textArea {width: 100%;  padding-right: 0;}
  #recruitPage #sec1 .secInner .textArea .Inner {width: 100%; margin-left: 0;}
  #recruitPage #sec1 .secInner .textArea .Inner::before {height: 25px;}
  #recruitPage #sec1 .secInner .textArea .Inner h3 {margin-top: 30px;}
  #recruitPage #sec1 .secInner .imgArea {width: 100%; height: auto; padding-top: 65%;}
  #recruitPage #sec1 .secInner .imgArea::before {width: 60px; height: 125px;}
  #recruitPage #sec1 .secInner:nth-of-type(2) .imgArea::before {right: -15px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) .imgArea::before {left: auto; right: -15px; transform: scale(-1, 1); width: 100px; height: 120px;}
  #recruitPage #sec1 .secInner:nth-of-type(4) .imgArea::before {right: -15px;}
  #recruitPage #sec1 .secInner:nth-of-type(3) {margin: 30px auto;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) {flex-direction: row-reverse;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea {padding-right: 0;}
  #recruitPage #sec1 .secInner:nth-of-type(2n) .textArea .Inner {margin-left: 0;}
  #recruitPage #sec2::before {background-image: url('images/sub/recruitPage-sec2-bg-mp.webp'); background-position-y: top; filter: blur(8px);}
  #recruitPage #sec2 .container h2.subTitle::before, #recruitPage #sec2 .container h2.subTitle::after {background-image: url('images/sub/h2-subTitle-white-mp.svg');}
  #recruitPage #sec2 .container > .dispFlex {flex-direction: column;}
  #recruitPage #sec2 .container > .dispFlex:nth-of-type(2) {margin: 45px 0;}
  #recruitPage #sec2 .container > .dispFlex .textArea {width: 100%;}
  #recruitPage #sec2 .container > .dispFlex .textArea h3 {font-size: 20px;}
  #recruitPage #sec2 .container > .dispFlex img.imgArea {width: 250px; margin: 0 auto;}
  #recruitPage #sec4 .container h2 {padding: 0 0 8px; font-size: 20px;}
}

/* #companyPage（会社案内ページ）設定
--------------------------------------------------------------------------*/
#companyPage #sec1 .container .dispFlex {flex-direction: row-reverse; flex-wrap: wrap; align-items: flex-start}
#companyPage #sec1 .container .dispFlex .textArea {width: calc(1200px - 50% - 30px);}
#companyPage #sec1 .container .dispFlex .textArea p:last-of-type {text-align: right;}
#companyPage #sec1 .container .dispFlex .imgArea {width: 50%; margin-top: 30px; padding-top: 33%;}
#companyPage #sec2 .container .tableScroll table tbody tr td a {padding-left: 15px; font-size: 80%; font-weight: 500; text-decoration: underline;}
#companyPage #sec2 .container .dispFlex .imgBox {width: calc(40% - 30px);}
#companyPage #sec2 .container .dispFlex .imgBox img {width: 100%;}
#companyPage #sec3 {padding-bottom: 0;}
@media (min-width: 1230px) {
  #companyPage #globalNavi ul li a.companyPage {color: #E24A4A;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #companyPage #sec1 .container .dispFlex .textArea {width: calc(970px - 50% - 25px);}
  #companyPage #sec1 .container .dispFlex .imgArea {margin-top: 25px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #companyPage #sec1 .container .dispFlex .textArea {width: calc(750px - 50% - 20px);}
  #companyPage #sec1 .container .dispFlex .imgArea {margin-top: 20px;}
}
@media (min-width: 768px) {
  #companyPage #mainVisual::before {background-image: url('images/sub/bg-companyPage-pc.webp');}
}
@media (max-width: 767px) {
  #companyPage #mainVisual::before {background-image: url('images/sub/bg-companyPage-mp.webp');}
  #companyPage #sec1 .container .dispFlex {flex-direction: column-reverse; gap: 0;}
  #companyPage #sec1 .container .dispFlex .textArea {width: 100%;}
  #companyPage #sec1 .container .dispFlex .imgArea {width: 100%; margin-top: 15px; padding-top: 65%;}
  #companyPage #sec2 .container .tableScroll table tbody tr td a {display: block; margin-top: 3px; padding-left: 0}
  #companyPage .container .tableScroll table tbody tr th {padding: 15px 30px;}
}

/* #contactPage（お問い合わせページ）設定
--------------------------------------------------------------------------*/
#contactPage #sec1 {padding-bottom: 0;}
@media (min-width: 1230px) {
  #contactPage #globalNavi ul li a.contactPage {color: #E24A4A;}
}
@media (min-width: 768px) {
  #contactPage #mainVisual::before {background-image: url('images/sub/bg-contactPage-pc.webp');}
}
@media (max-width: 767px) {
  #contactPage #mainVisual::before {background-image: url('images/sub/bg-contactPage-mp.webp');}
}

/* #secForm設定
--------------------------------------------------------------------------*/
#secForm {margin-top: 30px; }
#secForm h3 {display: none;}
#secForm form {padding: 60px 0; background-color: #F5F5F5;}
#secForm form dl:not(:first-child) {margin-top: 30px;}
#secForm form dl dt {width: 250px;}
#secForm form dl dt p {padding: 0; font-weight: 500;}
#secForm form dl dt p span.cf7Must {color: #E78349; font-size: 80%;}
#secForm form dl dd {width: 500px;}
#secForm form dl dd p {padding: 0;}
#secForm form dl dd p span input {width: 100%; padding: 5px; border: solid 1px #CCC; font-size: 80%;}
#secForm form dl dd.cf7Image p span input {border: none;}
#secForm form dl dd p span.wpcf7-list-item {display: inline-block; margin: 0; padding-right: 30px;}
#secForm form dl dd p span.wpcf7-list-item input {width: auto; margin-right: 3px;}
#secForm form dl dd p span.wpcf7-not-valid-tip {display: block; color: #E78349; font-size: 80%;}
#secForm form dl dd p span textarea {width: 100%; height: 100px; padding: 5px; border: solid 1px #CCC; font-size: 80%;}
#secForm form p.cf7Btn > span {position: relative; display: block; width: 200px; margin: 0 auto;}
#secForm form p.cf7Btn > span:hover {opacity: 0.8;}
#secForm form p.cf7Btn > span input {display: inline-block; width: inherit; padding: 13px; background-color: #E24A4A; color: #FFF; text-align: center; cursor: pointer;}
#secForm form p.cf7Btn > span span.wpcf7-spinner {position: absolute; top: 50%; transform: translateY(-50%); margin: 0 0 0 15px;}
#secForm form p.cf7Btn > span a {display: block; width: 200px; margin: 0 auto; padding: 13px; background-color: #E24A4A; color: #FFF; text-align: center; cursor: pointer;}
#secForm form .wpcf7-response-output {margin: 15px 0 0; padding: 0.2em; font-size: 80%; line-height: 2; text-align: center;}
#secForm .textArea {align-items: center; gap: 0; margin-top: 30px;}
#secForm .textArea p.textRecap {width: 260px; height: 60px; padding: 10px 5px 0 80px; background: center / cover no-repeat; background-image: url('images/sub/recaptcha-v3.webp'); border-radius: 4px; box-shadow: 0 0 6px grey; color: #FFF; font-size: 75%; line-height: 1.6;}
#secForm .textArea p.textRecap a {color: #FFF; font-size: 75%; text-decoration: underline; text-underline-offset: 0.3em;}
#secForm .textArea p.textDetail {width: calc(100% - 260px); padding: 0 0 0 30px; line-height: 1.6;}
#secPripoli {width: 100%; height: 250px; margin-top: 30px; padding: 30px 30px 15px; background-color: #FFF; border: solid 1px #CCC; overflow-x: inherit; overflow-y: scroll;}
#secPripoli h3 {margin-top: 0; margin-bottom: 15px; padding: 0; color: #E78349; font-size: 16px; font-weight: 700;}
#secPripoli h4 {margin-bottom: 10px; padding: 0; color: #E78349; font-size: 14px; font-weight: 700;}
#secPripoli p {padding: 0 0 15px; font-size: 14px; line-height: 1.4;}
#secPripoli ul {padding: 0 0 10px;}
#secPripoli li {padding: 0 0 5px; font-size: 13px;}
@media (min-width: 1230px) {
  #secForm form p.cf7Btn {margin-left: -15px;}
}
@media (max-width: 1229px) {
  #secForm form dl dt {width: 200px;}
  #secForm form dl dd {width: 400px;}
  #secForm .textArea p.textRecap {font-size: 85%;}
  #secForm .textArea p.textDetail {line-height: 1.4;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #secForm {margin-top: 25px;}
  #secForm form {padding: 50px;}
  #secForm form dl:not(:first-child) {margin-top: 25px;}
  #secForm form dl dd p span.wpcf7-list-item {padding-right: 25px;}
  #secForm form p.cf7Btn {margin-left: 25px;}
  #secForm .textArea {margin-top: 25px;}
  #secForm .textArea p.textDetail {padding-left: 25px;}
  #secPripoli {height: 200px; margin-top: 25px; padding: 25px 25px 10px;}
}
@media (max-width: 991px) {
  #secForm form dl:not(:first-child) {margin-top: 20px;}
  #secForm .textArea p.textDetail {font-size: 13px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #secForm {margin-top: 20px;}
  #secForm form {padding: 40px;}
  #secForm form dl dd p span.wpcf7-list-item {padding-right: 20px;}
  #secForm form p.cf7Btn {margin-left: 20px;}
  #secForm .textArea {margin-top: 20px;}
  #secForm .textArea p.textDetail {padding-left: 20px;}
  #secPripoli {height: 200px; margin-top: 20px; padding: 20px 20px 10px;}
}
@media (min-width: 768px) {
  #secForm form dl {justify-content: center;}
}
@media (max-width: 767px) {
  #secForm {margin-top: 15px;}
  #secForm form {padding: 15px;}
  #secForm form dl {flex-direction: column; gap: 5px;}
  #secForm form dl dt, #secForm form dl dd {width: 100%;}
  #secForm form dl dd p span.wpcf7-list-item {padding-right: 15px;}
  #secForm .textArea {flex-direction: column; gap: 15px; margin-top: 15px;}
  #secForm .textArea p.textDetail {width: 100%; padding: 0;}
  #secPripoli {height: 150px; margin-top: 15px; padding: 15px 15px 0;}
  #secPripoli h3 {font-size: 14px;}
}

/* #newsPage（最新情報）設定
--------------------------------------------------------------------------*/
#newsPage #sec1 {padding-bottom: 0;}
#mainVisual h1 span b {position: relative; top: -5px; font-size: 60%;}
@media (min-width: 1230px) {
  #newsPage #globalNavi ul li a.newsPage {color: #E24A4A;}
}
@media (max-width: 991px) {
  #mainVisual h1 span b {top: -3px;}
}
@media (min-width: 768px) {
  #newsPage #mainVisual::before {background-image: url('images/sub/bg-newsPage-pc.webp');}
}
@media (max-width: 767px) {
  #newsPage #mainVisual::before {background-image: url('images/sub/bg-newsPage-mp.webp');}
}
@media (max-width: 360px) {
  #mainVisual h1 span b {top: -2px;}
}

/* #paginationArea設定
--------------------------------------------------------------------------*/
#paginationArea {position: relative; margin: 30px 0 0; padding: 0; font-size: 14px; line-height: 14px; text-align: center; clear: both;}
#paginationArea .pagination-box {display: inline-block;}
#paginationArea .pagination-box span, #paginationArea .pagination-box a {display: block; margin: 2px 2px 2px 0; padding: 10px 15px 10px 15px; background-color: #FFF; border: solid 1px #CCC; color: #333; font-size: 14px; line-height: 14px; text-decoration: none; float: left;}
#paginationArea .pagination-box .current {padding: 10px 15px 10px 15px; background-color: #E24A4A; border: solid 1px #E24A4A; color: #FFF;}
@media (min-width: 1230px) {
  #paginationArea .pagination-box a:hover {background-color: #E24A4A; border: solid 1px #E24A4A; color: #FFF;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #paginationArea {margin: 25px 0 0;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #paginationArea {margin: 20px 0 0;}
}
@media (max-width: 767px) {
  #paginationArea {margin: 15px 0 0;}
  #paginationArea .pagination-box span.page-of {float: none;}
  #paginationArea .pagination-box span, #paginationArea .pagination-box a, #paginationArea .pagination-box .current {padding: 7px 10px 7px 10px;}
}

/* #postPage（ブログ記事ページ #rightArea）設定
--------------------------------------------------------------------------*/
#postPage #mainVisual h1 span b {display: none;}
#postPage #sec1 {padding-bottom: 0;}
#secPost {padding-top: 90px; padding-bottom: 0;}
#secPost .container {gap: 0;}
#rightArea {width: 75%; padding-left: 60px;}
#rightArea .Inner h2.postTitle {margin-bottom: 15px; padding: 0 0 15px; border-bottom: solid 1px #CCC; font-size: 30px; line-height: 1.2;}
#rightArea .Inner .blogInfo {justify-content: space-between; align-items: center;}
#rightArea .Inner .blogInfo span {position: relative; padding: 0 15px;}
#rightArea .Inner .blogInfo span::before, #rightArea .Inner .blogInfo span::after {content: '・';}
#rightArea .Inner .blogInfo span::after {left: auto; right: 0;}
#rightArea .Inner .blogInfo span.blogCategory ul {display: inline-block; padding: 0;}
#rightArea .Inner .blogInfo span.blogCategory ul li {padding: 0;}
#postArea {padding: 60px 0 0; clear: both;}
#postArea img {width: auto; max-width: 100%; padding: 0;}
#postArea h3 {padding: 0 0 30px; font-weight: 700; line-height: 1.6;}
#postArea p {padding: 0 0 30px; line-height: 1.6;}
#postArea p a {font-weight: 500; text-decoration: underline; word-break: break-all;}
#postArea strong {font-weight: 700;}
#postArea .alignleft {display: inline-block;}
#postArea .aligncenter {display: block; margin: 0 auto; text-align: center;}
#postArea .alignright {display: block; margin: 0 0 0 auto; text-align: right;}
#postArea blockquote {position: relative; margin: 0 0 30px; padding: 1.2em; border: none; background-color: #EFF4F7; font-size: 1em; line-height: 1.4;}
#postArea blockquote:before, #postArea blockquote:after {position: absolute; color: #E24A4A; font-size: 4em;}
#postArea blockquote:before {content: '“'; top: -20px;}
#postArea blockquote:after {content: '”'; top: auto; bottom: -47px; left: auto; right: -2px;}
#postArea blockquote p {padding-bottom: 0;}
#postArea code {display: block; margin-bottom: 30px; padding: 10px; background-color: rgba(51,51,51,0.07);}
#postArea .pdfemb-viewer {margin-bottom: 30px;}
#postArea .gallery-item {width: 33.333333% !important; margin-top: 0 !important; margin-bottom: 30px;}
#postArea .gallery-item .gallery-icon {margin: 0; padding-right: 0;}
#postArea .gallery-item .gallery-icon img {margin: 0; border: none;}
#postArea .iframeArea span {position: relative; display: block; max-width: 100%; margin: 0; padding-top: 56.25%;}
#postArea .iframeArea iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
#postArea .wp-block-pdfemb-pdf-embedder-viewer {max-width: none;}
#postArea div.pdfemb-toolbar button.pdfemb-prev::before, 
#postArea div.pdfemb-toolbar button.pdfemb-next::before, 
#postArea div.pdfemb-toolbar button.pdfemb-zoomout::before, 
#postArea div.pdfemb-toolbar button.pdfemb-zoomin::before {position: static;}
#postArea .addtoany_content {margin: 0; padding: 30px 0 0;}
#postArea #prevNext {padding: 30px 0 0;}
#postArea #prevNext ul li.prev-link {width: 50%; padding-right: 30px;}
#postArea #prevNext ul li.next-link {width: 50%; margin-left: auto; padding-left: 30px;}
#postArea #prevNext ul li a {display: block; padding: 6px; background-color: #FFF; border: solid 2px #E24A4A; overflow: hidden;}
#postArea #prevNext ul li a figure {width: 40%; height: 80px; float: left;}
#postArea #prevNext ul li a figure span {height: 80px;}
#postArea #prevNext ul li a dl {width: 60%; height: 80px; padding-left: 5px; float: left;}
#postArea #prevNext ul li a dl dt {width: 100%; padding: 0 0 7px; border-bottom: solid 1px #E24A4A; color: #E24A4A; font-size: 90%; font-weight: 500;}
#postArea #prevNext ul li a dl dd {max-height: 60px; padding: 5px; font-size: 90%; line-height: 1.3; overflow: hidden;}
#postArea #prevNext ul li a dl dd::before {content: none;}
#postArea #prevNext ul li.next-link a figure {float: right;}
#postArea #prevNext ul li.next-link a dl {padding: 0 5px 0 0; float: right;}
#postArea #prevNext ul li.next-link a dl dt {text-align: right;}
@media (min-width: 1230px) {
  #secPost #rightArea .Inner , #secPost #leftArea .Inner {position: sticky; top: 15px;}
}
@media (max-width: 1229px) {
  #postArea #prevNext ul li a dl dd {max-height: 70px;}
  #postArea #prevNext ul li a figure, #postArea #prevNext ul li a figure span, #postArea #prevNext ul li a dl {height: 85px;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #secPost {padding-top: 75px;}
  #rightArea {padding-left: 50px;}
  #rightArea .Inner h2.postTitle {font-size: 26px;}
  #postArea {padding: 50px 0 0;}
  #postArea h3 {padding: 0 0 25px; font-size: 22px;}
  #postArea p {padding: 0 0 25px;}
  #postArea blockquote, #postArea .pdfemb-viewer {margin-bottom: 25px;}
  #postArea code {margin-bottom: 25px;}
  #postArea .pdfemb-viewer {margin-bottom: 25px;}
  #postArea .gallery-item {margin-bottom: 25px;}
  #postArea #prevNext {padding: 25px 0 0;}
  #postArea #prevNext ul li.prev-link {padding-right: 25px;}
  #postArea #prevNext ul li.next-link {padding-left: 25px;}
}
@media (min-width: 992px) {
  #secPost .container {flex-direction: row-reverse;}
}
@media (max-width: 991px) {
  #secPost .container {flex-direction: column;}
  #rightArea {width: 100%; padding-left: 0;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #secPost {padding-top: 60px;}
  #rightArea .Inner h2.postTitle {font-size: 24px;}
  #postArea {padding: 40px 0 0;}
  #postArea h3 {padding: 0 0 20px; font-size: 20px;}
  #postArea p {padding: 0 0 20px;}
  #postArea blockquote, #postArea .pdfemb-viewer {margin-bottom: 20px;}
  #postArea code {margin-bottom: 20px;}
  #postArea .pdfemb-viewer {margin-bottom: 20px;}
  #postArea .gallery-item {margin-bottom: 20px;}
  #postArea #prevNext {padding: 20px 0 0;}
  #postArea #prevNext ul li.prev-link {padding-right: 20px;}
  #postArea #prevNext ul li.next-link {padding-left: 20px;}
}
@media (min-width: 768px) {
  #postPage #mainVisual::before {background-image: url('images/sub/bg-newsPage-pc.webp');}
}
@media (max-width: 767px) {
  #postPage #mainVisual::before {background-image: url('images/sub/bg-newsPage-mp.webp');}
  #secPost {padding-top: 45px;}
  #rightArea .Inner h2.postTitle {font-size: 22px;}
  #postArea {padding: 30px 0 0;}
  #postArea h3 {padding: 0 0 15px; font-size: 18px;}
  #postArea p {padding: 0 0 15px;}
  #postArea blockquote, #postArea .pdfemb-viewer {margin-bottom: 15px;}
  #postArea code {margin-bottom: 15px;}
  #postArea .pdfemb-viewer {margin-bottom: 15px;}
  #postArea .gallery-item {margin-bottom: 15px;}
  #postArea #prevNext {padding: 15px 0 0;}
  #postArea #prevNext ul {gap: 30px;}
  #postArea #prevNext ul li {display: flex; max-width: 200px;}
  #postArea #prevNext ul li.prev-link {padding-right: 0;}
  #postArea #prevNext ul li.next-link {padding-left: 0;}
  #postArea #prevNext ul li a {width: 100%;}
  #postArea #prevNext ul li a figure {width: 100%; float: none;}
  #postArea #prevNext ul li a dl {width: 100%; height: auto; padding: 0; float: none;}
  #postArea #prevNext ul li a dl dt {margin-top: 10px; line-height: 1.3;}
  #postArea #prevNext ul li a dl dd {max-height: 85px; padding: 5px 0 0;}
  #postArea #prevNext ul li.next-link a figure {float: none;}
  #postArea #prevNext ul li.next-link a dl {padding: 0; float: none;}
}

/* #postPage（ブログ記事ページ #leftArea設定）設定
--------------------------------------------------------------------------*/
#leftArea {width: 25%;}
#leftArea nav .pageTitle {position: relative; display: block; width: 100%; height: 80px; margin-bottom: 15px; background-color: #E24A4A; color: #FFF; font-size: 20px; font-weight: 500; line-height: 80px; text-align: center; box-sizing: initial;}
#leftArea nav ul#sideTopics {padding-bottom: 30px;}
#leftArea nav ul#sideTopics li.blogArea {position: relative; width: 100%; height: 110px;}
#leftArea nav ul#sideTopics li.blogArea:nth-of-type(2) {border-top: solid 1px #CCC;}
#leftArea nav ul#sideTopics li.blogArea a {gap: 0; width: 100%; height: 110px; padding: 10px 0; border-bottom: solid 1px #CCC;}
#leftArea nav ul#sideTopics li.blogArea a figure {position: relative; width: 35%; height: 90px; border: solid 1px #EEE;}
#leftArea nav ul#sideTopics li.blogArea a figure img {position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover; object-position: center;}
#leftArea nav ul#sideTopics li.blogArea a ul.textArea {position: relative; width: 65%; height: 90px; padding: 0 0 0 10px;}
#leftArea nav ul#sideTopics li.blogArea a ul.textArea li.blogCategory {position: absolute; top: 0; width: calc(100% - 10px); padding: 5px; background-color: #E24A4A; color: #FFF; font-size: 75%; text-align: center;}
#leftArea nav ul#sideTopics li.blogArea a ul.textArea li.textTitle {position: absolute; top: 23px; max-height: 45px; padding-top: 10px; font-size: 80%; line-height: 1.4; overflow: hidden;}
#leftArea nav ul#sideTopics li.blogArea a ul.textArea li.blogDate {position: absolute; bottom: 0; right: 5px; font-size: 75%; text-align: right;}
#leftArea nav ul#category_sidebar li#categories-3 ul {padding: 0 0 30px;}
#leftArea nav ul#category_sidebar li#categories-3 ul li a {position: relative; display: block; width: 100%; margin-bottom: 0; padding: 15px; border-bottom: solid 1px #CCC; font-size: 14px;}
#leftArea nav ul#category_sidebar li#categories-3 ul li:nth-of-type(2) a {border-top: solid 1px #CCC;}
#leftArea nav ul#category_sidebar li#categories-3 ul li a::before {content: ''; top: 50%; left: 5px; transform: translateY(-50%); width: 4px; height: 8px; background-image: url('images/sub/chevron-right-black.svg');}
#leftArea nav ul#category_sidebar li#archives-2 span.textLabel {display: none;}
#leftArea nav ul#category_sidebar label.screen-reader-text {position: relative; display: block; width: 100%; height: 80px; margin-bottom: 15px; background-color: #E24A4A; color: #FFF; font-size: 20px; font-weight: 500; line-height: 80px; text-align: center; box-sizing: initial;}
#leftArea nav ul#category_sidebar select#archives-dropdown-2 {position: relative; z-index: 10; top: 0; left: 50%; display: block; width: 100%; margin-left: -50%; padding: 5px; border: solid 1px #CCC; font-size: 14px;}
#leftArea nav ul#category_sidebar select#archives-dropdown-2 option {font-size: 14px;}
#leftArea nav ul#category_sidebar li#sideInfo {margin-top: 30px;}
#leftArea nav ul#category_sidebar li#sideInfo a {display: block; width: 100%;}
@media (max-width: 1229px) {
  #leftArea nav ul#sideTopics li.blogArea a ul.textArea li.textTitle {font-size: 90%;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #leftArea nav ul#sideTopics {padding-bottom: 25px;}
  #leftArea nav ul#category_sidebar li#categories-3 ul {padding-bottom: 25px;}
  #leftArea nav ul#category_sidebar li#categories-3 ul li a {padding: 13px 25px;}
  #leftArea nav ul#category_sidebar li#categories-3 ul li a::before {left: 13px;}
  #leftArea nav ul#category_sidebar label.screen-reader-text {height: 70px; font-size: 18px; line-height: 70px;}
  #leftArea nav ul#category_sidebar li#sideInfo {margin-top: 25px;}
}
@media (min-width: 992px) {
  #leftArea nav ul {position: static;}
}
@media (max-width: 991px) {
  #leftArea {width: 100%; padding: 0;}
  #leftArea nav ul#category_sidebar li#sideInfo {display: none;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #leftArea {margin-top: 40px;}
  #leftArea nav .pageTitle {height: 60px; font-size: 16px; line-height: 60px;}
  #leftArea nav ul#sideTopics li.blogArea a figure {width: 140px;}
  #leftArea nav ul#sideTopics li.blogArea a ul.textArea {width: 600px;}
  #leftArea nav ul#category_sidebar label.screen-reader-text {height: 60px; font-size: 16px; line-height: 60px;}
}
@media (max-width: 767px) {
  #leftArea {margin-top: 30px;}
  #leftArea nav .pageTitle {height: 50px; font-size: 14px; line-height: 50px;}
  #leftArea nav ul#sideTopics li.blogArea a figure {width: 40%;}
  #leftArea nav ul#sideTopics li.blogArea a ul.textArea {width: 60%;}
  #leftArea nav ul#category_sidebar label.screen-reader-text {height: 50px; font-size: 14px; line-height: 50px;}
}

/* #thanksPage（サンクスページ）設定
--------------------------------------------------------------------------*/
#thanksPage #sec1 {padding-bottom: 0;}
#thanksPage #sec1 p {padding-bottom: 30px;}
@media (max-width: 1229px) and (min-width: 992px) {
  #thanksPage #sec1 p {padding-bottom: 25px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #thanksPage #sec1 p {padding-bottom: 20px;}
}
@media (min-width: 768px) {
  #thanksPage #mainVisual::before {background-image: url('images/sub/bg-contactPage-pc.webp');}
  #thanksPage #sec1 p {text-align: center;}
}
@media (max-width: 767px) {
  #thanksPage #mainVisual::before {background-image: url('images/sub/bg-contactPage-mp.webp');}
  #thanksPage #sec1 p {padding-bottom: 15px;}
}