@charset "UTF-8";
/*
Theme Name: 株式会社 釣八
Description: 魚に感謝したい。
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  src: local("Zen Kaku Gothic Antique Light");
  font-weight: 300;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  src: local("Zen Kaku Gothic Antique Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  src: local("Zen Kaku Gothic Antique Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  src: local("Zen Kaku Gothic Antique Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  src: local("Zen Kaku Gothic Antique Black");
  font-weight: 900;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:focus {
  outline: none;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #161617;
}

main {
  display: block;
  overflow: hidden;
}

address {
  font-style: normal;
}

.fontSerif {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1158px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.sp-container {
    padding: 0;
  }
}

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after {
  clear: both;
}

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

@media screen and (max-width: 768px) {
  .spfs12 {
    font-size: 12px !important;
  }
  .spfs14 {
    font-size: 14px !important;
  }
  .spfs16 {
    font-size: 16px !important;
  }
  .spfs18 {
    font-size: 18px !important;
  }
  .spfs20 {
    font-size: 20px !important;
  }
  .spfs22 {
    font-size: 22px !important;
  }
  .spfs24 {
    font-size: 24px !important;
  }
  .spfs26 {
    font-size: 26px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .spmt48 {
    margin-top: 48px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb16 {
    margin-bottom: 16px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb24 {
    margin-bottom: 24px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb65 {
    margin-bottom: 65px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
  .spmb75 {
    margin-bottom: 75px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
  .spmb85 {
    margin-bottom: 85px !important;
  }
  .spmb90 {
    margin-bottom: 90px !important;
  }
  .spmb95 {
    margin-bottom: 95px !important;
  }
  .spmb100 {
    margin-bottom: 100px !important;
  }
  .spmb120 {
    margin-bottom: 120px !important;
  }
}
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  transition: all ease 0.3s;
}
a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0;
}
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px;
}
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px;
}
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0;
}
.gallery .gallery-item {
  display: inline-block;
  padding: 0 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px;
}
.gallery .gallery-item .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none !important;
}
.gallery .gallery-item .gallery-caption {
  color: #707070;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0;
  margin: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0;
}
.wp-caption img {
  border-color: none;
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0;
}

.btn {
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  font-weight: 400;
  padding: 8px 24px;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #E6172B;
  color: #fff;
  background: #E6172B;
  max-width: 264px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.bold {
  font-weight: 700;
}
.btn.arrow:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "";
  width: 16px;
  height: 20px;
  background-image: url("images/home/arrow_w.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #E6172B;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #E6172B;
  background: #fff;
  border-color: #E6172B;
}
.btn.btnLeft {
  margin: 0;
}
.btn.btnRight {
  margin: 0 auto 0 0;
}
.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}
.btn.textCenter {
  justify-content: center;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background-color: transparent;
  max-width: 267px;
  height: 100px;
  padding: 0 90px 0 0;
  color: #161617;
  border: none;
  font-weight: 700;
  font-size: 20px;
}
.btn.type2.arrow:after {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: #E6172B;
  background-image: url("images/home/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 24px;
  background-position: center;
  right: 9px;
}
.btn.googleblank {
  background-color: transparent;
  max-width: inherit;
  display: inline;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #161617;
  border: none;
  padding: 0;
  padding-right: 20px;
}
.btn.googleblank.arrow:after {
  background-image: url("images/common/icon_box-arrow-up-right.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  right: 0;
}
.btn.textlink {
  background-color: transparent;
  max-width: inherit;
  display: inline;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  color: #A60010;
  border: none;
  padding: 0;
}
.btn.blank {
  background-color: transparent;
  max-width: inherit;
  display: inline;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  color: #A60010;
  border: none;
  padding-left: 0;
  padding-right: 20px;
}
.btn.blank.arrow:after {
  background-image: url("images/common/btn_blank.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 14px;
  background-position: center;
  right: 0;
  top: 9px;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.btn.pdf {
  background-color: transparent;
  max-width: inherit;
  display: inline;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  line-height: 175%;
  letter-spacing: 2%;
  color: #A60010;
  border: none;
  padding-left: 0;
  padding-right: 20px;
}
.btn.pdf.arrow:after {
  background-image: url("images/common/btn_pdf.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 14px;
  right: 0;
  top: 9px;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    color: #fff !important;
    background: #A60010;
  }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff;
  }
  .btn.reverse:hover, .btn.reverse:focus {
    background: #E6172B;
    color: #fff;
  }
  .btn.border_btn:hover {
    border: #FFFFFF solid 1px;
  }
  .btn.type2:hover, .btn.type2:focus {
    background-color: transparent;
    color: #161617 !important;
  }
  .btn.type2:hover.arrow:after, .btn.type2:focus.arrow:after {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: #E6172B;
    background-image: url("images/home/arrow_w.svg");
    background-repeat: no-repeat;
    background-color: #E6172B;
    background-size: 24px;
    background-position: center;
    right: 0;
  }
  .btn.googleblank:hover, .btn.googleblank:focus {
    background-color: transparent;
    color: #161617 !important;
    text-decoration: underline;
  }
  .btn.textlink:hover, .btn.textlink:focus {
    background-color: transparent;
    color: #E6172B !important;
    text-decoration: none;
  }
  .btn.blank:hover, .btn.blank:focus {
    text-decoration: none;
    background-color: transparent;
    color: #E6172B !important;
  }
  .btn.blank:hover.arrow:after, .btn.blank:focus.arrow:after {
    background-image: url("images/common/icon_box-arrow-up-right.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 14px;
  }
  .btn.pdf:hover, .btn.pdf:focus {
    text-decoration: none;
    background-color: transparent;
    color: #E6172B !important;
  }
  .btn.pdf:hover.arrow:after, .btn.pdf:focus.arrow:after {
    background-image: url("images/common/icon_file-pdf.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 14px;
  }
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
.column2Wrap .columnBox {
  flex-basis: calc((100% - 48px * (2 - 1)) / 2);
  max-width: calc((100% - 48px * (2 - 1)) / 2);
}
.column2Wrap .columnBox p:last-of-type {
  margin-bottom: 0;
}
.column2Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}
.column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
  flex-basis: 300px;
  max-width: 300px;
}
.column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 320px);
  max-width: calc(100% - 320px);
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
  flex-basis: calc(100% - 320px);
  max-width: calc(100% - 320px);
}
.column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
  flex-basis: 300px;
  max-width: 300px;
}
.column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
  margin-top: 0;
}
.column2Wrap.sp140 .columnBox:nth-of-type(odd) {
  flex-basis: 140px;
  max-width: 140px;
}
.column2Wrap.sp140 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.column2Wrap.sp250 .columnBox:nth-of-type(odd) {
  flex-basis: 250px;
  max-width: 250px;
}
.column2Wrap.sp250 .columnBox:nth-of-type(even) {
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
}
.column2Wrap .column2Wrap .columnBox {
  flex-basis: calc((100% - 30px * (2 - 1)) / 2);
  max-width: calc((100% - 30px * (2 - 1)) / 2);
}

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.column3Wrap:after {
  content: "";
  display: block;
  width: calc((100% - 30px * (3 - 1)) / 3);
}
.column3Wrap .columnBox {
  flex-basis: calc((100% - 30px * (3 - 1)) / 3);
  max-width: calc((100% - 30px * (3 - 1)) / 3);
}
.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}
.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column3Wrap .columnBox:nth-of-type(-n + 3) {
  margin-top: 0;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.column4Wrap .columnBox p:last-child {
  margin-bottom: 0;
}
.column4Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
}
.column6Wrap .columnBox {
  flex-basis: calc((100% - 50px) / 6);
  max-width: calc((100% - 50px) / 6);
  margin-right: 10px;
}
.column6Wrap .columnBox img {
  max-width: 100%;
  width: 100%;
}
.column6Wrap .columnBox:last-of-type {
  margin-right: 0;
}
.column6Wrap .columnBox:nth-of-type(n + 7) {
  margin-top: 20px;
}

.columnBox img {
  align-self: baseline;
  max-width: 100%;
}
.columnBox p:last-of-type {
  margin: 0;
}

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible;
}
.borderBox .columnBox + .borderNone {
  border: none;
}

@media screen and (min-width: 1025px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc((100% - 60px) / 3 * 2 + 30px);
    max-width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap:after {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 30px * (4 - 1)) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (4 - 1)) / 4);
    max-width: calc((100% - 30px * (4 - 1)) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px * (2 - 1)) / 2);
    max-width: calc((100% - 30px * (2 - 1)) / 2);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap {
    /* &.lp3_7 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    }
    &.lp7_3 {
        .columnBox {
            &:nth-of-type(odd) {
                flex-basis: 100%;
                max-width: 100%;
            }
            &:nth-of-type(even) {
                flex-basis: 100%;
                max-width: 100%;
            }
        }
    } */
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column4Wrap .columnBox {
    flex-basis: 100%;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column6Wrap {
    justify-content: space-between;
  }
  .column6Wrap .columnBox {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 7) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  height: 92px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: ease-in 0.1s;
  border-bottom: #E6172B solid 1px;
  background: #fff;
}
#header #headerCnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
}
#header #headerCnt #logoArea {
  flex-basis: 204px;
  width: 204px;
  align-self: center;
}
#header #headerCnt #logoArea #logo {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
#header #headerCnt #logoArea #logo a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 204px;
  text-align: center;
  text-decoration: none;
}
#header #headerCnt #logoArea #logo a img {
  max-width: 204px;
  height: auto;
}
#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  height: 100%;
  align-items: center;
}
#header #headerCnt #headerContact .header_contact {
  display: flex;
  align-items: center;
}
#header #headerCnt #headerContact .header_contact .hc_col .recruit {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  margin-right: 8px;
  width: 105px;
  height: 38px;
  background-color: #fff;
  border: #E6172B solid 1px;
  color: #E6172B;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #header #headerCnt #headerContact .header_contact .hc_col .recruit:hover, #header #headerCnt #headerContact .header_contact .hc_col .recruit:focus {
    border-color: #A60010;
    color: #fff;
    background-color: #A60010;
  }
}
#header #headerCnt #headerContact .header_contact .hc_col .contact {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  width: 160px;
  height: 38px;
  background-color: #E6172B;
  border: #E6172B solid 1px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  padding: 4px 20px;
  position: relative;
}
#header #headerCnt #headerContact .header_contact .hc_col .contact::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(images/home/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  #header #headerCnt #headerContact .header_contact .hc_col .contact:hover, #header #headerCnt #headerContact .header_contact .hc_col .contact:focus {
    border-color: #A60010;
    background-color: #A60010;
  }
}
@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 950px) {
  #header #headerCnt #headerContact .header_contact .hc_col .recruit {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 72px;
  }
  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    padding: 0 20px;
  }
  #header #headerCnt #logoArea {
    flex-basis: 136px;
    width: 136px;
  }
  #header #headerCnt #logoArea #logo {
    margin: 0 0 0 15px;
  }
  #header #headerCnt #logoArea #logo a {
    max-width: 136px;
  }
  #header #headerCnt #logoArea #logo a img {
    max-width: 136px;
    height: auto;
  }
  #header #headerCnt #headerContact {
    margin-right: 8px;
  }
  #header #headerCnt #headerContact .header_contact .header-translation-box {
    display: none;
  }
  #header #headerCnt #headerContact .header_contact .hc_col .contact {
    width: 110px;
    height: 40px;
    padding: 6px 0;
    justify-content: center;
    padding-right: 0;
    font-size: 14px;
  }
  #header #headerCnt #headerContact .header_contact .hc_col .contact::after {
    display: none;
  }
}

.header-translation-box {
  display: flex;
  gap: 26px;
  position: relative;
  margin-right: 32px;
}
.header-translation-box::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: #D9CECE;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.header-translation-box .header-translation-name a {
  color: #E6172B;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  text-decoration: none;
  position: relative;
}
.header-translation-box .header-translation-name a::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background-color: #E6172B;
  bottom: -5px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header-translation-box .header-translation-name.en {
  margin-right: 0;
}
.header-translation-box .header-translation-name.en a {
  color: #3D3D3D;
}
.header-translation-box .header-translation-name.en a::after {
  background-color: #3D3D3D;
}

.openSpNavi #header #headerCnt #headerContact .header_contact .hc_col .contact {
  opacity: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important;
}

.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

#drawerNaviWrap {
  position: relative;
  width: 50px;
  height: 40px;
  font-weight: 400;
  border: #E6172B solid 1px;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  position: relative;
  cursor: pointer;
  height: 100%;
}
#drawerNaviWrap .drawerNaviBtn {
  height: 8px;
  width: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #E6172B;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  bottom: 0;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 72px;
  right: -375px;
  bottom: 0;
  width: 375px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
  padding: 37px 20px 0;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox .drawer-navi-btn {
  width: 100%;
  height: 38px;
  border: #E6172B solid 1px;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox .drawer-navi-btn a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  padding: 4px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox .drawer-navi-btn a.recruit {
  background-color: #fff;
  color: #E6172B;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox .drawer-navi-btn a.contact {
  background-color: #E6172B;
  justify-content: flex-start;
  color: #fff;
  position: relative;
}
#drawerNaviWrap .drawer-nav .drawer-navi-btnbox .drawer-navi-btn a.contact::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(images/home/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}
#drawerNaviWrap .drawer-nav .drawer-navi-policy {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 32px;
}
#drawerNaviWrap .drawer-nav .drawer-navi-policy a {
  color: #161617;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
  text-decoration: none;
}
#drawerNaviWrap .drawer-nav .header-translation-box {
  justify-content: center;
  margin-right: 0;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-top: #D9CECE solid 1px;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #161617;
  font-size: 16px;
  padding: 20px 0;
  transition-duration: 0.2s;
  font-weight: bold;
}
#drawerNaviWrap .drawer-nav ul li:last-child {
  border-bottom: #D9CECE solid 1px;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 16px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 16px;
  height: 16px;
  position: relative;
  background-image: url(images/home/plus_b.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle.active {
  background-image: url(images/home/icon_dash-lg.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
  margin-bottom: 20px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li {
  border-top: none;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  color: #161617;
  padding: 0 20px 12px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap .drawer-nav ul li.active a {
  color: #E6172B;
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(1) {
  transform: rotate(30deg);
  top: 5px;
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(2) {
  bottom: 2px;
  transform: rotate(-30deg);
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 72px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none;
}

#mainNaviArea {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 185px;
}
#mainNaviArea #mainNavi {
  padding: 0;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 100%;
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  flex: 1 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  font-size: 16px;
  color: #161617;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 2%;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus {
    color: #E6172B;
  }
}
#mainNaviArea #mainNavi ul > li.children {
  position: relative;
  padding-right: 18px;
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li.children::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(images/home/plus_b.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -3px;
}
#mainNaviArea #mainNavi ul > li.children:hover, #mainNaviArea #mainNavi ul > li.children:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li.children:hover a, #mainNaviArea #mainNavi ul > li.children:focus a {
  color: #E6172B;
}
#mainNaviArea #mainNavi ul > li.children:hover::after, #mainNaviArea #mainNavi ul > li.children:focus::after {
  background-image: url(images/home/icon_dash-lg.svg);
  background-repeat: no-repeat;
  background-size: 12;
  background-position: center;
}
#mainNaviArea #mainNavi ul > li.current > a {
  color: #E6172B !important;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: left;
  z-index: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 180px;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu::before {
  content: "";
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0px;
  display: block;
  position: absolute;
  background: transparent;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 180px;
}
#mainNaviArea #mainNavi ul > li ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 4px 22px;
  font-size: 16px;
  display: block;
  text-align: left;
  position: relative;
}
#mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
  z-index: 1;
  height: 100%;
  opacity: 1;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
  padding: 0;
  height: auto;
  opacity: 1;
  width: 180px;
  text-align: left;
  background: #fff;
  border-right: #E6172B solid 1px;
  border-left: #E6172B solid 1px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:first-child, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:first-child {
  padding-top: 8px;
  border-top: #E6172B solid 1px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-child, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-child {
  padding-bottom: 8px;
  border-bottom: #E6172B solid 1px;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
  padding: 4px 22px;
  font-size: 16px;
  opacity: 1;
  display: block;
  color: #161617;
  transition: 0.3s ease-in-out;
  /*&:after {
      position: absolute;
      align-items: center;
      border: none;
      content: "\f0a9";
      font-family: FontAwesome;
      transform: none;
      color: #fff;
      right: 15px;
      font-size: 14px;
      border-radius: 0;
      top:27%;
      transition: .3s ease-in;
  }:*/
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
  color: #E6172B;
  background: #fff;
}
#mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
  color: #E6172B;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  #mainNaviArea {
    margin-right: 16px;
  }
  #mainNaviArea #mainNavi ul {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  border-top: #D9CECE solid 1px;
}
#footer #footerCnt {
  padding: 64px 0 80px;
  gap: 120px;
  display: grid;
  grid-template-columns: 1fr 264px;
}
#footer #footerCnt #footerNaviWrap {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  gap: 24px;
}
#footer #footerCnt #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li {
  display: block;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2%;
  color: #161617;
  padding: 12px 0;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom: #161617 solid 1px;
  position: relative;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(images/home/arrow_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #footer #footerCnt #footerNaviWrap .naviBox ul li a:hover, #footer #footerCnt #footerNaviWrap .naviBox ul li a:focus {
    color: #E6172B;
  }
  #footer #footerCnt #footerNaviWrap .naviBox ul li a:hover::after, #footer #footerCnt #footerNaviWrap .naviBox ul li a:focus::after {
    opacity: 0.6;
  }
}
#footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 32% 32% 1fr;
  gap: 8px 30px;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu li a {
  padding: 0;
  border-bottom: none;
  font-size: 14px;
  font-weight: 500;
}
#footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu li a::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu li a:hover, #footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu li a:focus {
    color: #E6172B;
  }
}
#footer #footerCnt #footerCntWrap #logoArea {
  width: 100%;
  max-width: 254px;
  margin-bottom: 32px;
}
#footer #footerCnt #footerCntWrap #logoArea a {
  width: 100%;
  height: 100%;
  display: block;
}
#footer #footerCnt #footerCntWrap #logoArea a img {
  max-width: 254px;
  height: auto;
}
#footer #footerCnt #footerCntWrap .f-txt {
  color: #3D3D3D;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0;
}
#footer #footerCnt #footerCntWrap .f-txt span {
  font-size: 16px;
}
#footer #copyright {
  background-color: #E6172B;
  padding: 16px 0 20px;
}
#footer #copyright .inr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#footer #copyright .inr .copyright-navi {
  display: flex;
  gap: 24px;
}
#footer #copyright .inr .copyright-navi a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #fff;
  text-decoration: none;
}
#footer #copyright p {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #footerCnt #footerNaviWrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer #footerCnt {
    display: grid;
    padding: 48px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #footer #footerCnt #footerCntWrap {
    order: 1;
    padding-bottom: 40px;
    border-bottom: #D9CECE solid 1px;
  }
  #footer #footerCnt #footerCntWrap #logoArea {
    max-width: 238px;
  }
  #footer #footerCnt #footerCntWrap #logoArea a img {
    max-width: 238px;
  }
  #footer #footerCnt #footerNaviWrap {
    order: 2;
    padding-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0 23px;
  }
  #footer #footerCnt #footerNaviWrap .naviBox {
    grid-area: 1/1/3/2;
  }
  #footer #footerCnt #footerNaviWrap .naviBox:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  #footer #footerCnt #footerNaviWrap .naviBox:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  #footer #footerCnt #footerNaviWrap .naviBox ul li .sub-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  #footer #copyright {
    padding: 24px 0 28px;
  }
  #footer #copyright .inr {
    gap: 16px;
  }
  #footer #copyright .inr .copyright-navi {
    gap: 24px;
  }
}

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none;
}
#sidebar .widget img {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #161617;
  width: 46px;
  height: 46px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: #F0EFEF;
  border: 1px solid #F0EFEF !important;
  border-radius: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px !important;
  font-family: "Red Rose", serif;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #E6172B;
  border: 1px solid #E6172B !important;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #E6172B;
  font-weight: 400;
  border: 1px solid #E6172B !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi .nextpostslink {
  width: 48px;
  height: 48px;
  background-image: url(images/common/cat_arrow_b.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: #161617 solid 1px !important;
  position: absolute;
  right: 0;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
  background-image: url(images/common/cat_arrow_w.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E6172B;
}
.wp-pagenavi .previouspostslink {
  width: 48px;
  height: 48px;
  background-image: url(images/common/icon_chevron-left.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: #161617 solid 1px !important;
  position: absolute;
  left: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
  background-image: url(images/common/icon_chevron-left_w.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E6172B;
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: fixed;
  right: 24px;
  bottom: 30px;
  z-index: 100;
  opacity: 0;
  z-index: 4;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
#pagetopArea a {
  width: 100%;
  height: 100%;
  display: block;
}
#pagetopArea.is-show {
  opacity: 1;
  visibility: visible;
}
#pagetopArea.is-absolute {
  position: absolute;
  top: -30px;
  bottom: auto;
  right: 24px;
}

@media screen and (max-width: 768px) {
  #pagetopArea {
    right: 15px;
  }
  #pagetopArea.is-absolute {
    right: 15px;
  }
}
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 英字ページ */
/* ---------------------------------------------------------------- */
.page-id-194 #header #headerCnt #headerContact #mainNaviArea {
  display: none;
}
.page-id-194 #header #headerCnt #headerContact .header_contact .header-translation-box .header-translation-name a {
  color: #3D3D3D;
}
.page-id-194 #header #headerCnt #headerContact .header_contact .header-translation-box .header-translation-name a::after {
  background-color: #3D3D3D;
}
.page-id-194 #header #headerCnt #headerContact .header_contact .header-translation-box .header-translation-name.en a {
  color: #E6172B;
}
.page-id-194 #header #headerCnt #headerContact .header_contact .header-translation-box .header-translation-name.en a::after {
  background-color: #E6172B;
}
.page-id-194 #header #headerCnt #headerContact .header_contact .hc_col {
  display: none;
}
.page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .drawer-navi-btnbox, .page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner ul, .page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .drawer-navi-policy {
  display: none;
}
.page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .header-translation-box .header-translation-name a {
  color: #3D3D3D;
}
.page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .header-translation-box .header-translation-name a::after {
  background-color: #3D3D3D;
}
.page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .header-translation-box .header-translation-name.en a {
  color: #E6172B;
}
.page-id-194 #header #headerCnt #drawerNaviWrap .drawer-nav .drawerInner .header-translation-box .header-translation-name.en a::after {
  background-color: #E6172B;
}
.page-id-194 #fvArea .fvinnr .fv-text-area .fv-text-box .fv-txt {
  font-size: 72px;
}
.page-id-194 #content01 .entitle {
  margin-bottom: 44px;
}
.page-id-194 #content02 .cont2inr .cont2box .cont2txt {
  font-size: 72px;
}
.page-id-194 #footer {
  padding: 40px 0 0;
  border-top: none;
  position: relative;
}
.page-id-194 #footer #footerCnt {
  display: none;
}
.page-id-194 #footer #copyright .inr {
  justify-content: center;
}
.page-id-194 #footer #copyright .inr .copyright-navi {
  display: none;
}
.page-id-194 .en-section {
  padding-top: 96px;
}
.page-id-194 .en-section .page-head-box {
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .page-id-194 #fvArea .fvinnr .fv-text-area .fv-text-box .fv-txt {
    font-size: 58px;
  }
}
@media screen and (max-width: 850px) {
  .page-id-194 #fvArea .fvinnr .fv-text-area .fv-text-box .fv-txt {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-194 #fvArea .fvinnr .fv-text-area .fv-text-box .fv-txt {
    font-size: 54px;
  }
  .page-id-194 #content01 .entitle {
    margin-bottom: 30px;
  }
  .page-id-194 #content02 .cont2inr .cont2box .cont2txt {
    font-size: 54px;
  }
  .page-id-194 #footer {
    padding: 40px 0 0;
  }
  .page-id-194 #footer #footerCnt {
    display: none;
  }
  .page-id-194 #footer #copyright .inr {
    justify-content: center;
  }
  .page-id-194 #footer #copyright .inr .copyright-navi {
    display: none;
  }
  .page-id-194 .en-section {
    padding-top: 96px;
  }
  .page-id-194 .en-section .page-head-box {
    background-color: #fff;
  }
}
/* ---------------------------------------------------------------- */
/* fvArea */
/* ---------------------------------------------------------------- */
#fvArea {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 80px;
}
#fvArea .fvinnr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  aspect-ratio: 16/9;
}
#fvArea .fv-text-area {
  height: 100%;
  width: 420px;
  flex-shrink: 0;
  order: -1;
  background: #E6172B;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0px, 3.333vw, 64px) clamp(0px, 1.979vw, 38px) clamp(0px, 2.083vw, 40px) clamp(0px, 2.083vw, 40px);
  gap: clamp(0px, 6.094vw, 117px) 0;
  box-sizing: border-box;
}
#fvArea .fv-text-area .fv-text-box {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
#fvArea .fv-text-area .fv-text-box .fv-txt {
  font-weight: 700;
  font-size: 86px;
  line-height: 100%;
  letter-spacing: 5%;
  border: 2px solid #fff;
  padding: 0 10px 8px;
  margin: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#fvArea .fv-text-area .fv-text-box .fv-txt.fv-txt2 {
  margin-bottom: 0;
}
#fvArea .fv-video-area {
  width: calc(100% - 420px);
  height: 100%;
}
#fvArea .fv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.03);
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  #fvArea .fv-text-area {
    gap: clamp(0px, 2.344vw, 45px) 0;
  }
}
@media screen and (max-width: 820px) {
  #fvArea {
    width: 100%;
    overflow: hidden;
    margin-top: 72px;
  }
  #fvArea .fvinnr {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }
  #fvArea .fv-text-area {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    gap: 42px 0;
    padding: 24px 20px 32px;
    box-sizing: border-box;
  }
  #fvArea .fv-text-area .fv-text-box {
    gap: 12px;
  }
  #fvArea .fv-text-area .fv-text-box .fv-txt {
    font-weight: 700;
    font-size: 56px;
    padding: 0 10px 4px;
    margin: 0;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #fvArea .fv-video-area {
    width: 100%;
    order: -1;
    overflow: hidden;
    aspect-ratio: 4/3;
  }
  #fvArea .fv-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* .content */
/* ---------------------------------------------------------------- */
.content .entitle {
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  font-family: "Red Rose", serif;
  color: #161617;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.content .content-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #E6172B;
}

@media screen and (max-width: 768px) {
  .content .entitle {
    font-size: 64px;
  }
  .content .content-title {
    font-size: 18px;
  }
}
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 {
  padding: 160px 0 210px;
  position: relative;
}
#content01 .entitle {
  margin: 0;
}
#content01 .content-title {
  margin: 0 0 24px;
}
#content01 .cont1-txt-box {
  max-width: 48%;
  margin: 0 auto;
  min-height: 684px;
}
#content01 .cont1-txt-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 175%;
  letter-spacing: 2%;
}
#content01 .cont1-bg-img {
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#content01 .cont1-bg-img .cont1-img-right {
  position: absolute;
  top: 160px;
  right: 0;
}
#content01 .cont1-bg-img .cont1-img-right::before {
  content: "";
  position: absolute;
  background-color: #E6172B;
  width: 120px;
  height: 120px;
  display: block;
  top: -60px;
  left: -50px;
}
#content01 .cont1-bg-img .cont1-img-left {
  position: absolute;
  bottom: 210px;
}
#content01 .cont1-bg-img .cont1-img-left::before {
  content: "";
  position: absolute;
  background-color: #E6172B;
  width: 80px;
  height: 80px;
  display: block;
  bottom: -50px;
  left: 156px;
}
#content01 .cont1-img-bottom {
  position: absolute;
  right: 15%;
  bottom: -100px;
  z-index: 1;
}
#content01 .cont1-img-bottom::before {
  content: "";
  position: absolute;
  background-color: #E6172B;
  width: 64px;
  height: 64px;
  display: block;
  top: -32px;
  right: -32px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #content01 .cont1-txt-box {
    max-width: 35%;
  }
  #content01 .cont1-bg-img .cont1-img-right, #content01 .cont1-bg-img .cont1-img-left {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #content01 {
    padding: 320px 0 519px;
    position: relative;
  }
  #content01 .cont1-txt-box {
    max-width: 100%;
    margin: 0 auto;
    min-height: auto;
  }
  #content01 .cont1-txt-box p {
    font-size: 16px;
  }
  #content01 .cont1-bg-img {
    max-width: 100%;
  }
  #content01 .cont1-bg-img .cont1-img-right {
    top: 57px;
    width: 144px;
  }
  #content01 .cont1-bg-img .cont1-img-right::before {
    width: 48px;
    height: 48px;
    top: -24px;
    left: -24px;
  }
  #content01 .cont1-bg-img .cont1-img-left {
    top: 120px;
    bottom: auto;
    width: 188px;
  }
  #content01 .cont1-bg-img .cont1-img-left::before {
    width: 32px;
    height: 32px;
    top: auto;
    bottom: -16px;
    right: -16px;
    left: auto;
  }
  #content01 .cont1-img-bottom {
    bottom: 88px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 240px;
  }
  #content01 .cont1-img-bottom::before {
    width: 64px;
    height: 64px;
    right: 40px;
    bottom: -40px;
    top: auto;
  }
}
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 {
  padding: 130px 0 240px;
  background-color: linear-gradient(0deg, rgba(166, 0, 16, 0) 0%, #A60010 100%);
  mix-blend-mode: multiply;
  background-image: url(images/home/message.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  border: #E6172B solid 40px;
  position: relative;
  z-index: 0;
}
#content02 .cont2inr {
  display: grid;
  padding: 0 95px;
  gap: 0 90px;
  grid-template-columns: repeat(2, 1fr);
}
#content02 .cont2inr .cont2box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#content02 .cont2inr .cont2box .cont2txt {
  margin: 0;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #fff;
  border: #fff solid 2px;
  padding: 2px 10px 10px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
#content02 .cont2inr .cont2box .cont2txt2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 2%;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #content02 .cont2inr {
    padding: 0;
    gap: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #content02 {
    padding: 40px 0 65px;
    border: #E6172B solid 28px;
  }
  #content02 .cont2inr {
    display: grid;
    padding: 0;
    gap: 32px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  #content02 .cont2inr .cont2box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #content02 .cont2inr .cont2box .cont2txt {
    font-size: 56px;
  }
  #content02 .cont2inr .cont2box .cont2txt2 {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------- */
/* #newsArea */
/* ---------------------------------------------------------------- */
#newsArea {
  padding: 64px 0 120px;
}
#newsArea .newsinr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
#newsArea .newsinr .newsbox .content-title {
  margin: 0;
}
#newsArea .newsinr .newsbox .btn {
  width: 264px;
}

@media screen and (max-width: 768px) {
  #newsArea {
    padding: 40px 0 64px;
  }
  #newsArea .newsinr {
    margin-bottom: 28px;
  }
}
/* ---------------------------------------------------------------- */
/* お知らせ一覧 */
/* ---------------------------------------------------------------- */
.news-layoutWrap {
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 56px;
}

@media screen and (max-width: 768px) {
  .news-layoutWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .news-layoutWrap .news-sideCol {
    order: 2;
  }
  .news-layoutWrap .news-mainCol {
    order: 1;
  }
}
.sideBoxTitle, .sideBoxTitle {
  padding: 10px 20px;
  background-color: #E6172B;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0;
}

.news-sideCol .sideCategoryBox .sideCategoryList {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter {
  background-color: #F7F6F6;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  text-decoration: none;
  color: #161617;
  position: relative;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter a .arrowIcon {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(images/common/cat_arrow_b.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  transition: 0.3s ease-in;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter.is-active {
  background-color: #F5E9E9;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter.is-active a {
  color: #E6172B;
}
.news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter.is-active a .arrowIcon {
  background-image: url(images/common/cat_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter:hover a .arrowIcon, .news-sideCol .sideCategoryBox .sideCategoryList .js-catFilter:focus a .arrowIcon {
    transition: 0.3s ease-in;
    right: 15px;
  }
}

.archiveSelectWrap {
  background-color: #F7F6F6;
  padding: 16px 20px;
}
.archiveSelectWrap .archiveYearSelect {
  width: 100%;
  height: 40px;
  padding: 7px;
}
.archiveSelectWrap .archiveYearSelect option {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #161617;
}

.newslist-postListWrap .postBox {
  transition: ease-in 0.3s;
  border-bottom: #D9CECE solid 1px;
}
.newslist-postListWrap .postBox:first-child {
  border-top: #D9CECE solid 1px;
}
.newslist-postListWrap .postBox a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 68px 26px 16px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #161617;
  position: relative;
}
.newslist-postListWrap .postBox a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: #E6172B solid 1px;
  background-color: #fff;
  background-image: url(images/common/cat_arrow_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: block;
  right: 18px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.newslist-postListWrap .postBox.is-pdf a::after {
  background-image: url(images/common/icon_file-pdf.svg);
  background-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .newslist-postListWrap .postBox.is-pdf:hover a::after, .newslist-postListWrap .postBox.is-pdf:focus a::after {
    background-image: url(images/common/cat_pdf_w.svg);
    background-size: 16px;
  }
}
.newslist-postListWrap .postBox.is-external a::after {
  background-image: url(images/common/icon_box-arrow-up-right.svg);
  background-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .newslist-postListWrap .postBox.is-external:hover a::after, .newslist-postListWrap .postBox.is-external:focus a::after {
    background-image: url(images/common/cat_external_w.svg);
    background-size: 16px;
  }
}
.newslist-postListWrap .postBox .category_box {
  max-width: 254px;
  flex-basis: 254px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.newslist-postListWrap .postBox .category_box .newscategory_box .category-name {
  border: #E6172B solid 1px;
  padding: 4px 10px;
  width: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #E6172B;
  text-decoration: none;
}
.newslist-postListWrap .postBox .category_box time {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  font-family: "Red Rose", serif;
}
.newslist-postListWrap .postBox .permaLinkWrap {
  max-width: calc(100% - 274px);
  flex-basis: calc(100% - 274px);
}
.newslist-postListWrap .postBox .permaLinkWrap .permaLinkTitle {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: wrap;
}
@media print, screen and (min-width: 768px) {
  .newslist-postListWrap .postBox:hover a, .newslist-postListWrap .postBox:focus a {
    color: #E6172B;
  }
  .newslist-postListWrap .postBox:hover a::after, .newslist-postListWrap .postBox:focus a::after {
    background-color: #E6172B;
    background-image: url(images/common/cat_arrow_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }
  .newslist-postListWrap .postBox:hover a .category_box .newscategory_box .category-name, .newslist-postListWrap .postBox:focus a .category_box .newscategory_box .category-name {
    background-color: #E6172B;
    color: #fff;
  }
  .newslist-postListWrap .postBox:hover a .category_box time, .newslist-postListWrap .postBox:focus a .category_box time {
    color: #E6172B;
  }
  .newslist-postListWrap .postBox:hover a .permaLinkWrap .permaLinkTitle, .newslist-postListWrap .postBox:focus a .permaLinkWrap .permaLinkTitle {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .newslist-postListWrap .postBox a {
    padding: 20px 44px 20px 12px;
    gap: 8px;
  }
  .newslist-postListWrap .postBox a::after {
    right: 12px;
    top: auto;
    bottom: 23px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .newslist-postListWrap .postBox .category_box {
    max-width: 100%;
    flex-basis: 100%;
    gap: 12px;
  }
  .newslist-postListWrap .postBox .category_box .newscategory_box .category-name {
    width: auto;
  }
  .newslist-postListWrap .postBox .permaLinkWrap {
    max-width: 100%;
    flex-basis: 100%;
  }
  .newslist-postListWrap .postBox .permaLinkWrap .permaLinkTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: wrap;
    line-height: 150%;
  }
}
/* ---------------------------------------------------------------- */
/* お知らせ詳細 */
/* ---------------------------------------------------------------- */
.page-head-box.page-head-singlepost-box {
  padding-bottom: 0;
}
.page-head-box.page-head-singlepost-box .singlepost-box {
  padding-bottom: 80px;
  border-bottom: #E6172B solid 1px;
}
.page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox .newscategory_box a {
  padding: 4px 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: none;
  border: #E6172B solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E6172B;
}
.page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox time {
  font-family: "Red Rose", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #161617;
}
.page-head-box.page-head-singlepost-box .singlepost-box .pagetitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}

.singlepost {
  border-bottom: #D9CECE solid 1px;
  max-width: 744px;
  margin: 0 auto;
  display: block;
}
.singlepost .post-thumbnail {
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-head-box.page-head-singlepost-box .singlepost-box {
    padding-bottom: 24px;
  }
  .page-head-box.page-head-singlepost-box .singlepost-box .pagetitle {
    font-size: 22px;
  }
  .page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox {
    margin-bottom: 8px;
  }
  .page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox .newscategory_box a {
    height: 24px;
    font-size: 12px;
  }
  .page-head-box.page-head-singlepost-box .singlepost-box .singlepost-categorybox time {
    font-size: 16px;
  }
  .singlepost {
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* TOP投稿　アニメーション */
/* ---------------------------- */
.top-postListWrap .postBox:nth-child(2) {
  transition-delay: 0.2s;
}
.top-postListWrap .postBox:nth-child(3) {
  transition-delay: 0.3s;
}
.top-postListWrap .postBox:nth-child(4) {
  transition-delay: 0.4s;
}

/* ---------------------------- */
/* fvnews */
/* ---------------------------- */
.fvnews-postBox {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 1.667vw 4.583vw 1.667vw 0.833vw;
  position: relative;
}
.fvnews-postBox::after {
  content: "";
  position: absolute;
  width: 2.361vw;
  height: 2.361vw;
  display: block;
  background-image: url(images/home/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 2.361vw;
  background-position: center;
  bottom: 2.222vw;
  right: 0.833vw;
}
.fvnews-postBox .category_box {
  display: flex;
  gap: 0.833vw;
  margin-bottom: 0.694vw;
  align-items: center;
}
.fvnews-postBox .category_box .category a {
  padding: 0.278vw 0.833vw;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 150%;
  letter-spacing: 0%;
  color: #E6172B;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}
.fvnews-postBox .category_box time {
  font-family: "Red Rose", serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
}
.fvnews-postBox .permaLinkWrap a {
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .fvnews-postBox:hover, .fvnews-postBox:focus {
    background-color: #fff;
  }
  .fvnews-postBox:hover::after, .fvnews-postBox:focus::after {
    background-image: url(images/home/red_arrow.svg);
    background-repeat: no-repeat;
    background-size: 2.361vw;
    background-position: center;
  }
  .fvnews-postBox:hover .category_box .category a, .fvnews-postBox:focus .category_box .category a {
    background-color: #E6172B;
    color: #fff;
  }
  .fvnews-postBox:hover .category_box time, .fvnews-postBox:focus .category_box time {
    color: #E6172B;
  }
  .fvnews-postBox:hover .permaLinkWrap a, .fvnews-postBox:focus .permaLinkWrap a {
    color: #E6172B;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .fvnews-postBox {
    padding: 24px 66px 24px 12px;
  }
  .fvnews-postBox::after {
    width: 34px;
    height: 34px;
    background-size: 34px;
    bottom: 32px;
    right: 12px;
  }
  .fvnews-postBox .category_box {
    gap: 12px;
    margin-bottom: 10px;
  }
  .fvnews-postBox .category_box .category a {
    padding: 4px 12px;
    font-size: 14px;
  }
  .fvnews-postBox .category_box time {
    font-size: 18px;
  }
  .fvnews-postBox .permaLinkWrap a {
    font-size: 16px;
  }
}
/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#mainCnt {
  margin-top: 92px;
}

#cnts {
  padding: 64px 0 120px;
}
#cnts.page02cntts {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  #mainCnt {
    margin-top: 72px;
  }
  #cnts {
    padding: 40px 0 64px;
  }
  #cnts.page02cntts {
    padding: 0 0 64px;
  }
}
.page-head-box {
  padding: 40px 0 64px;
  background-color: #FAF3F3;
}
.page-head-box .entitle {
  font-size: 72px;
}
.page-head-box .content-title {
  margin: 0;
}

.page-child .page-head-box, .single-post .page-head-box {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-head-box {
    padding: 8px 0 32px;
  }
  .page-head-box .entitle {
    font-size: 52px;
  }
  .page-id-3 .page-head-box .entitle {
    margin-bottom: 13px;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcm_breadcrumbswrap {
  padding: 24px 40px;
  background-color: #FAF3F3;
}

@media screen and (max-width: 768px) {
  .pcm_breadcrumbswrap {
    padding: 16px 20px;
    background-color: #FAF3F3;
  }
}
.page-child .pcm_breadcrumbswrap, .single-post .pcm_breadcrumbswrap {
  padding: 24px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-child .pcm_breadcrumbswrap, .single-post .pcm_breadcrumbswrap {
    padding: 16px 20px;
  }
}

.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 auto !important;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0;
  list-style: none;
  padding-left: 0 !important;
}
.pcm-breadcrumbs__item {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
  flex-shrink: 0;
}
.pcm-breadcrumbs__link {
  color: #161617 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #E6172B !important;
  text-decoration: underline !important;
}
.pcm-breadcrumbs__item:nth-child(-n+2) .pcm-breadcrumbs__link {
  text-decoration: underline !important;
}
.pcm-breadcrumbs__item:nth-child(n+3) {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
.pcm-breadcrumbs__item:nth-child(n+3) .pcm-breadcrumbs__link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1158px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
  }
}
@media screen and (max-width: 768px) {
  .pcm-breadcrumbs {
    max-width: 750px;
  }
  .pcm-breadcrumbs__item:nth-child(n+3) .pcm-breadcrumbs__link {
    max-width: 210px;
  }
}

/* ---------------------------------------------------------------- */
/* 会社情報 */
/* ---------------------------------------------------------------- */
.company-inner {
  position: relative;
  margin-bottom: 162px;
  z-index: 0;
}
.company-inner::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #F7F6F6;
  top: 48px;
  left: 0;
  display: block;
  z-index: -1;
}
.company-inner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}
.company-inner a .company-txtbox {
  flex: 1;
  min-width: 0; /* テキストがはみ出さないように */
  padding-top: 52px;
  padding-left: 48px;
}
.company-inner a .company-txtbox .com-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
  color: #161617;
}
.company-inner a .company-txtbox .com-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 36px;
  color: #161617;
}
.company-inner a .company-txtbox .btn {
  max-width: 360px;
  height: 68px;
  font-weight: 700;
}
.company-inner a .company-imgbox {
  flex-shrink: 0;
  width: 576px;
  max-width: 54%;
}
@media print, screen and (min-width: 768px) {
  .company-inner a:hover .company-txtbox .btn, .company-inner a:focus .company-txtbox .btn {
    background-color: #A60010;
  }
}
.company-inner._02::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #FAF3F3;
  top: 48px;
  left: auto;
  right: 0;
  display: block;
  z-index: -1;
}
.company-inner._02 a {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.company-inner.last {
  margin-bottom: 134px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company-inner {
    margin-bottom: 110px;
  }
  .company-inner::after {
    width: 110%;
    left: -15%;
  }
  .company-inner a {
    gap: 0 24px;
  }
  .company-inner a .company-txtbox {
    padding-top: 85px;
  }
  .company-inner a .company-txtbox .btn {
    max-width: 264px;
    height: 46px;
  }
  .company-inner._02::after {
    width: 110%;
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .company-inner {
    margin-bottom: 80px;
  }
  .company-inner::after {
    width: 115%;
    height: 105%;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .company-inner a {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  .company-inner a .company-txtbox {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }
  .company-inner a .company-txtbox .com-title {
    font-size: 24px;
  }
  .company-inner a .company-txtbox .com-txt {
    font-size: 14px;
    margin: 0 0 24px;
  }
  .company-inner a .company-txtbox .btn {
    margin: 0 auto;
    max-width: 264px;
    height: 46px;
  }
  .company-inner a .company-imgbox {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .company-inner a .company-imgbox img {
    width: 100%;
    height: auto;
  }
  .company-inner._02::after {
    right: auto;
    width: 115%;
    height: 105%;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .company-inner.last {
    margin-bottom: 80px;
  }
}

.companycolumn2 {
  padding-top: 96px;
  border-top: #D9CECE solid 1px;
}

.companycolumnbox {
  position: relative;
}
.companycolumnbox a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.companycolumnbox a::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-image: url("images/home/arrow_w.svg");
  background-repeat: no-repeat;
  background-color: #E6172B;
  background-size: 20px;
  background-position: center;
  right: 32px;
  bottom: 24px;
  border: #E6172B solid 1px;
  transition: 0.3s ease-in;
}
.companycolumnbox a .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.companycolumnbox a .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companycolumnbox a .imgbox::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(115, 102, 102, 0) 0%, rgba(115, 102, 102, 0.05) 65%, #736666 100%);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.companycolumnbox a .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 84px 20px 28px;
  justify-content: flex-end;
  flex-direction: column;
}
.companycolumnbox a .textbox .companycolumn-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0;
}
.companycolumnbox a .textbox .companycolumn-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
}
@media print, screen and (min-width: 768px) {
  .companycolumnbox a:hover, .companycolumnbox a:focus {
    color: #fff !important;
  }
  .companycolumnbox a:hover::after, .companycolumnbox a:focus::after {
    width: 52px;
    height: 52px;
    background-image: url("images/home/icon_arrow-right.svg");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 20px;
    background-position: center;
    transition: 0.3s ease-in;
    right: 28px;
    bottom: 20px;
  }
}
.companycolumnbox.recruitcol .imgbox {
  padding-bottom: 100%;
}

@media screen and (max-width: 768px) {
  .companycolumn2 {
    padding-top: 40px;
  }
  .companycolumnbox a .textbox {
    padding: 20px 84px 20px 20px;
  }
}
/* ---------------------------------------------------------------- */
/* 採用情報 */
/* ---------------------------------------------------------------- */
.recruit-banner {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: #E4E4E4 solid 1px;
}
.recruit-banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.recruit-banner a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .recruit-banner:hover, .recruit-banner:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .recruit-banner:hover a img, .recruit-banner:focus a img {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .recruit-banner {
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* 先輩社員へのインタビュー */
/* ---------------------------------------------------------------- */
.interview-head-box {
  background-color: #F7F6F6;
  background-image: url(images/common/nterview_head.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: bottom right;
  padding: 64px 0;
}
.interview-head-box .interview-head-inr {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 48px;
}
.interview-head-box .interview-head-inr .textbox .interview-number {
  font-family: "Red Rose", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 20px;
  padding-left: 32px;
  position: relative;
}
.interview-head-box .interview-head-inr .textbox .interview-number::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #E6172B;
  display: block;
  top: 10px;
  left: 0;
}
.interview-head-box .interview-head-inr .textbox .interview-title {
  display: inline-block;
  background-color: #E6172B;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 4px 20px;
  margin: 0 0 12px;
}
.interview-head-box .interview-head-inr .textbox .interview-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 5px;
}
.interview-head-box .interview-head-inr .textbox .interview-date {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0;
}

.page-id-224 .interview-head-box .interview-head-inr .textbox .interview-title {
  font-size: 40px;
}

.w744 {
  max-width: 744px;
  margin: 0 auto;
  display: block;
}

.w770 {
  max-width: 770px;
  margin: 0 auto;
  display: block;
}

.w781 {
  max-width: 781px;
  margin: 0 auto;
  display: block;
}

.interview-box {
  padding: 80px 0 96px;
}
.interview-box._02 {
  padding-bottom: 0;
}

.interviewh3 {
  font-size: 20px !important;
}

@media screen and (max-width: 768px) {
  .interview-head-box {
    background-image: url(images/common/nterview_head.png);
    background-repeat: no-repeat;
    background-size: 216px auto;
    background-position: top 143px right;
    padding: 40px 0 32px;
  }
  .interview-head-box .interview-head-inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .interview-head-box .interview-head-inr .imgbox {
    order: 2;
  }
  .interview-head-box .interview-head-inr .textbox {
    order: 1;
  }
  .interview-head-box .interview-head-inr .textbox .interview-number {
    font-size: 22px;
    margin: 0 0 16px;
  }
  .interview-head-box .interview-head-inr .textbox .interview-title {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 4px 10px;
  }
  .interview-head-box .interview-head-inr .textbox .interview-name {
    font-size: 24px;
  }
  .interview-head-box .interview-head-inr .textbox .interview-date {
    font-size: 16px;
  }
  .w744 {
    max-width: 100%;
  }
  .w781 {
    max-width: 100%;
  }
  .interview-box {
    padding: 40px 0;
  }
  .interviewh3 {
    font-size: 19px !important;
  }
  .page-id-224 .interview-head-box .interview-head-inr .textbox .interview-title {
    font-size: 26px;
  }
}
/* ---------------------------------------------------------------- */
/* トップメッセージ */
/* ---------------------------------------------------------------- */
.message-wrap {
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 72px;
}

.message-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2%;
  text-align: right !important;
}
.message-name span {
  font-size: 20px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .message-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* ---------------------------------------------------------------- */
/* 会社概要 */
/* ---------------------------------------------------------------- */
.company_profile-container {
  max-width: 744px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .company_profile-container {
    max-width: 100%;
  }
}
/* ---------------------------------------------------------------- */
/* 拠点・子会社 */
/* ---------------------------------------------------------------- */
.bg-w-ofiicelist {
  padding: 80px 0 0;
}

.ofiicelist-wrap {
  display: grid;
  grid-template-columns: 1fr 416px;
  gap: 40px;
}

.ofiicelist-white {
  padding: 20px 24px;
  background-color: #fff;
  margin-bottom: 24px;
}

.ofiicelist-phone span {
  font-weight: 700;
  margin-right: 32px;
}

.pagelink-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
}
.pagelink-wrap .pagelink-col a {
  width: 100%;
  height: 36px;
  max-width: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #161617;
  text-decoration: none;
}
.pagelink-wrap .pagelink-col a::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(images/common/page_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  transition: ease-in 0.3s;
}
@media print, screen and (min-width: 768px) {
  .pagelink-wrap .pagelink-col:hover a, .pagelink-wrap .pagelink-col:focus a {
    color: #161617;
  }
  .pagelink-wrap .pagelink-col:hover a::after, .pagelink-wrap .pagelink-col:focus a::after {
    transition: ease-in 0.3s;
    background-image: url(images/common/page_icon_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
  }
}

.ofiicelist-phone span {
  position: relative;
}
.ofiicelist-phone span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #E6172B;
  width: 16px;
  height: 2px;
  display: block;
  right: -25px;
}
.ofiicelist-phone span.ofiicelist-phone__nums {
  font-weight: 400;
}
.ofiicelist-phone span.ofiicelist-phone__nums::after {
  display: none;
}
.ofiicelist-phone a {
  color: #161617;
  text-decoration: none;
}

#page01, #page02, #page03, #page04, #page05, #page06 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.title_externalinks a {
  text-decoration: none;
  color: #161617;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.title_externalinks a::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background-image: url(images/common/blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  transition: ease-in 0.3s;
}
@media print, screen and (min-width: 768px) {
  .title_externalinks a:hover, .title_externalinks a:focus {
    text-decoration: underline;
  }
  .title_externalinks a:hover::after, .title_externalinks a:focus::after {
    background-image: url(images/common/blank_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px;
    transition: ease-in 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ofiicelist-wrap {
    grid-template-columns: 1fr 50%;
  }
}
@media screen and (max-width: 768px) {
  .bg-w-ofiicelist {
    padding: 40px 0 0;
  }
  .ofiicelist-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ofiicelist-white {
    padding: 16px;
    margin-bottom: 16px;
  }
  .pagelink-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
  }
  .pagelink-wrap .pagelink-col a {
    font-size: 14px;
  }
  .ofiicelist-phone {
    display: flex;
  }
  .ofiicelist-phone span::after {
    top: 12px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .ofiicelist-phone._02 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .ofiicelist-phone._02 span.ofiicelist-phone__label {
    flex-shrink: 0;
    margin-right: 32px;
  }
  .ofiicelist-phone._02 span.ofiicelist-phone__label::after {
    top: 12px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .ofiicelist-phone._02 .ofiicelist-phone__nums {
    margin-right: 0;
    flex: 1;
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* 事業内容 */
/* ---------------------------------------------------------------- */
.business-page-head-box {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 80px;
  margin-bottom: 48px;
}
.business-page-head-box .business-subtitle {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 12px;
}

.page-id-12 .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 25%;
  overflow: hidden;
}
.page-id-12 .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-12 .page-head-box {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business-page-head-box {
    grid-template-columns: 45% 1fr;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  .business-page-head-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 24px;
  }
  .business-page-head-box .business-subtitle {
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 12px;
  }
  .page-id-12 .thumbnail {
    padding-bottom: 100%;
  }
}
.business-section {
  padding-bottom: 96px;
}

.business-featureswrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  margin-bottom: 40px;
}
.business-featureswrap .business-features-box {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-areas: "num title" "num text";
  gap: 12px 36px;
}
.business-featureswrap .business-features-box .business-features-numbercol {
  grid-area: num;
  border-right: #D9CECE solid 1px;
  padding-right: 36px;
}
.business-featureswrap .business-features-box .business-features-numbercol p {
  font-family: "Red Rose", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  margin: 0;
  color: #E6172B;
}
.business-featureswrap .business-features-box .business-features-titlecol {
  grid-area: title;
  display: flex;
  align-items: center;
}
.business-featureswrap .business-features-box .business-features-titlecol h3 {
  border-bottom: none;
  font-size: 28px;
  padding-bottom: 0;
  line-height: 150%;
  margin-bottom: 0;
}
.business-featureswrap .business-features-box .business-features-titlecol h3::before {
  display: none;
}
.business-featureswrap .business-features-box .business-features-textcol {
  grid-area: text;
}

@media screen and (max-width: 768px) {
  .business-section {
    padding-bottom: 60px;
  }
  .business-featureswrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    border-bottom: #D9CECE solid 1px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .business-featureswrap .business-features-box {
    order: 1;
    grid-template-columns: 24px 1fr; /* SPは数字の幅を少し狭く */
    grid-template-areas: "num title" "text text";
    -moz-column-gap: 19px;
         column-gap: 19px;
    row-gap: 12px;
  }
  .business-featureswrap .business-features-box .business-features-numbercol {
    padding-right: 30px;
  }
  .business-featureswrap .business-features-box .business-features-numbercol p {
    font-size: 32px;
  }
  .business-featureswrap .business-features-box .business-features-titlecol h3 {
    font-size: 22px;
    padding-bottom: 0;
  }
  .business-featureswrap .business-features-imgcol {
    order: 1;
  }
}
.business-mapWrap {
  max-width: 744px;
  display: block;
  text-align: center;
  margin: 0 auto 12px;
  position: relative;
}
.business-mapWrap::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #E6172B;
  background-image: url(images/common/business/icon_zoom-in.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  bottom: 0;
  right: 0;
}

.imgModal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.imgModal.is-open {
  display: block;
}
.imgModal.is-animate {
  opacity: 1;
}

.imgModal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.imgModal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1192px; /* 1400px → 1192pxに変更 */
  max-height: 85vh;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.imgModal.is-animate .imgModal__inner {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.imgModal__img {
  width: 100%;
  height: auto;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background-color: #fff;
  border-radius: 4px;
}

.imgModal__close {
  position: absolute;
  top: -55px;
  right: -18px;
  width: 40px;
  height: 40px;
  background-color: #E6172B;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .imgModal__inner {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    max-width: 95vw;
    max-height: 80vh;
  }
  .imgModal.is-animate .imgModal__inner {
    transform: translate(-50%, -50%);
  }
  .imgModal__img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .imgModal__close {
    top: -40px;
    right: 0px;
    width: 32px;
    height: 32px;
  }
}
.tabSwitch__nav {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  gap: 8px;
  border-bottom: 1px solid #E6172B;
}

.tabSwitch__navItem {
  flex: 1;
  margin-bottom: 0 !important;
}
.tabSwitch__navItem:first-child {
  padding-left: 8px;
}
.tabSwitch__navItem:last-child {
  padding-right: 8px;
}

.tabSwitch__navItem {
  height: 60px;
}

.tabSwitch__navItem button {
  width: 100%;
  padding: 12px 12px;
  background-color: #F5E9E9;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: center;
  color: #161617;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  position: relative;
  height: 51px;
  bottom: -9px;
}
.tabSwitch__navItem button:focus-visible {
  outline: none;
}

.tabSwitch__navItem.is-active button {
  background-color: #fff;
  border-color: #E6172B #E6172B #fff #E6172B;
  color: #161617;
  bottom: -2px;
  height: 59px;
}

.tabSwitch__panel {
  display: none;
  padding: 56px 0 0;
}

.tabSwitch__panel.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .tabSwitch__navItem button {
    padding: 12px 4px;
    font-size: 14px;
    line-height: 125%;
    bottom: 0.8px;
    height: 61px;
  }
  .tabSwitch__navItem.is-active button {
    bottom: 7px;
    height: 68px;
  }
  .tabSwitch__panel {
    padding: 32px 20px 0;
  }
}
.tabSwitch__panelbox {
  padding: 32px 40px 32px 20px;
  border: #D9CECE solid 1px;
  margin-bottom: 24px;
}
.tabSwitch__panelbox .tabSwitch__titlebox {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 16px;
  border-bottom: #E4E4E4 solid 1px;
  margin-bottom: 20px;
}
.tabSwitch__panelbox .tabSwitch__titlebox .tabSwitch__titleleft h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.tabSwitch__panelbox .tabSwitch__titlebox .tabSwitch__titleleft h3::before {
  display: none;
}
.tabSwitch__panelbox .tabSwitch__titlebox .tabSwitch__titleright ul {
  display: flex;
  margin: 0;
}
.tabSwitch__panelbox .tabSwitch__titlebox .tabSwitch__titleright ul li {
  background-color: #FAF3F3;
  padding: 4px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0;
}
.tabSwitch__panelbox .tabSwitch__titlebox .tabSwitch__titleright ul li:first-child {
  background-color: #A60010;
  color: #fff;
  font-weight: 700;
}
.tabSwitch__panelbox .tabSwitch__panel_column {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px;
}
.tabSwitch__panelbox .tabSwitch__panel_column .tabSwitch__panel_slide {
  padding: 0 20px;
  overflow: hidden;
}
.tabSwitch__panelbox.is-single {
  padding: 32px 40px;
}
.tabSwitch__panelbox.is-single .tabSwitch__titlebox {
  margin-left: 0;
}
.tabSwitch__panelbox.is-single .tabSwitch__panel_column {
  gap: 40px;
}
.tabSwitch__panelbox.is-single .tabSwitch__panel_column .tabSwitch__panel_slide {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tabSwitch__panelbox {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .tabSwitch__panelbox .tabSwitch__titlebox {
    margin-left: 0;
    gap: 8px;
    flex-direction: column;
  }
  .tabSwitch__panelbox .tabSwitch__panel_column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tabSwitch__panelbox .tabSwitch__panel_column .tabSwitch__panel_slide {
    padding: 0 15px;
    overflow: hidden;
  }
  .tabSwitch__panelbox.is-single {
    padding: 24px 16px;
  }
  .tabSwitch__panelbox.is-single .tabSwitch__titlebox {
    margin-left: 0;
  }
  .tabSwitch__panelbox.is-single .tabSwitch__panel_column {
    gap: 16px;
  }
}
.businessproducts-fvSwiper {
  overflow: visible;
}
.businessproducts-fvSwiper .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 203px;
  overflow: hidden;
}
.businessproducts-fvSwiper .swiper-slide .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.businessproducts-fvSwiper .businessproducts-button-prev, .businessproducts-fvSwiper .businessproducts-button-next {
  width: 40px;
  height: 40px;
}
.businessproducts-fvSwiper .businessproducts-button-prev::after, .businessproducts-fvSwiper .businessproducts-button-next::after {
  display: none;
}
.businessproducts-fvSwiper .businessproducts-button-prev {
  left: -20px;
  background-image: url(images/common/business/btn_carousel.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.businessproducts-fvSwiper .businessproducts-button-next {
  right: -20px;
  background-image: url(images/common/business/btn_carousel02.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.businessproducts-fvSwiper .businessproducts-pagination {
  bottom: -30px;
}
.businessproducts-fvSwiper .businessproducts-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background-color: #161617;
  opacity: 1;
}
.businessproducts-fvSwiper .businessproducts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E6172B;
}

@media screen and (max-width: 768px) {
  .businessproducts-fvSwiper {
    overflow: visible;
  }
  .businessproducts-fvSwiper .swiper-slide .imgbox {
    padding-bottom: 179px;
  }
  .businessproducts-fvSwiper .businessproducts-button-prev, .businessproducts-fvSwiper .businessproducts-button-next {
    width: 30px;
    height: 30px;
  }
  .businessproducts-fvSwiper .businessproducts-button-prev {
    left: -15px;
    background-image: url(images/common/business/btn_carousel.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
  }
  .businessproducts-fvSwiper .businessproducts-button-next {
    right: -15px;
    background-image: url(images/common/business/btn_carousel02.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
  }
  .businessproducts-fvSwiper .businessproducts-pagination {
    bottom: -20px;
  }
}
.tabSwitch__panelbox.is-single .businessproducts-button-prev,
.tabSwitch__panelbox.is-single .businessproducts-button-next,
.tabSwitch__panelbox.is-single .businessproducts-pagination {
  display: none;
}

.iconListbox {
  background-color: #F7F6F6;
  padding: 16px 24px;
}
.iconListbox .iconList {
  margin: 0;
  padding: 0;
}
.iconListbox .iconList li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .iconListbox {
    padding: 12px;
  }
}
/* ---------------------------------------------------------------- */
/* サイトマップ */
/* ---------------------------------------------------------------- */
.sitemap-link-box {
  margin: 0;
  padding: 0;
}
.sitemap-link-box li {
  margin-bottom: 0 !important;
  border-bottom: #161617 solid 1px;
}
.sitemap-link-box li a {
  padding: 28px 29px;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #161617;
  font-size: 20px;
  position: relative;
}
.sitemap-link-box li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url("images/common/cat_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  right: 10px;
  transition: ease-in 0.3s;
}
.sitemap-link-box li a.bold {
  padding: 24px 0;
}
@media print, screen and (min-width: 768px) {
  .sitemap-link-box li a:hover, .sitemap-link-box li a:focus {
    transition: 0.3s;
    background-color: #FAF3F3;
  }
  .sitemap-link-box li a:hover::after, .sitemap-link-box li a:focus::after {
    right: 0;
    transition: ease-in 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-link-box li a {
    padding: 18px 16px;
    font-size: 16px;
  }
  .sitemap-link-box li a::after {
    background-size: 20px;
  }
}
/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  min-height: 300px;
}
.postPage h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 2%;
  padding-bottom: 20px;
  margin: 0 0 48px;
  border-bottom: #E6172B solid 1px;
}
.postPage h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 40px;
  border-bottom: #D9CECE solid 1px;
  padding-bottom: 16px;
  position: relative;
}
.postPage h3::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #E6172B;
  bottom: -1px;
  left: 0;
  display: block;
}
.postPage h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2%;
  padding-bottom: 16px;
  border-bottom: #D9CECE solid 1px;
  margin: 0 0 24px;
}
.postPage h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 24px;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2;
}
.postPage .titleh2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 2%;
  padding-bottom: 20px;
  margin: 0 0 48px;
  border-bottom: #E6172B solid 1px;
}
.postPage .titleh2._center {
  text-align: center;
}
.postPage .titleh3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 40px;
  border-bottom: #D9CECE solid 1px;
  padding-bottom: 16px;
  position: relative;
}
.postPage .titleh3::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #E6172B;
  bottom: -1px;
  left: 0;
  display: block;
}
.postPage .titleh4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2%;
  padding-bottom: 16px;
  border-bottom: #D9CECE solid 1px;
  margin: 0 0 24px;
}
.postPage .titleh5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 24px;
  padding-bottom: 0;
  border-bottom: none;
}
.postPage .titleh5::before {
  display: none;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px;
}
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
}
.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}
.postPage p.tableAtt {
  margin: -20px 0 20px;
}
.postPage .bold {
  font-weight: 700 !important;
}
.postPage .medium {
  font-weight: 500;
}
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.postPage .small {
  font-size: 14px;
}
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}
.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}
.postPage .textLeft {
  text-align: left;
}
.postPage .textCenter {
  text-align: center;
}
.postPage .textRight {
  text-align: right;
}
.postPage .line-height15 {
  line-height: 150%;
}
.postPage .line-height175 {
  line-height: 175%;
}
.postPage .line-height20 {
  line-height: 200%;
}
.postPage .spacing02 {
  letter-spacing: 2%;
}
.postPage code {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a.textBlank {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.postPage a.textBlank:before {
  content: "\f08e";
  position: absolute;
  display: block;
  font: 14px/1 FontAwesome;
  right: -25px;
  top: 5px;
}
.postPage a.textArrow {
  text-decoration: none;
  color: #E6172B;
}
.postPage a.textArrow:hover {
  color: #00F;
  text-decoration: underline;
}
.postPage a.textArrow:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage a.textArrowR {
  text-decoration: none;
  color: #00F;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #E6172B;
  text-decoration: underline;
}
.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D9CECE;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  border-bottom: #D9CECE solid 1px;
}
.postPage table tr th, .postPage table tr td {
  padding: 20px 24px;
  width: auto;
}
.postPage table tr th {
  font-weight: 500;
  font-size: 16px;
  vertical-align: top;
  line-height: 150%;
  letter-spacing: 2%;
  text-align: left;
  background-color: #F7F6F6;
  width: 33.333%;
  border-right: #D9CECE solid 1px;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr td {
  border-left: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2%;
  width: 66.666%;
}
.postPage table tr .tw15p {
  width: 15%;
}
.postPage table tr .tw30p {
  width: 30%;
}
.postPage table tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}
.postPage table tr .tw50p {
  width: 50%;
  min-width: inherit;
}
.postPage table tr .tw70p {
  width: 70%;
}
.postPage table tr .tw200 {
  width: 200px;
}
.postPage table tr .tw210 {
  width: 210px;
}
.postPage table.type2 tr {
  border-bottom: 1px solid #fff;
}
.postPage table.type2 tr:nth-child(odd) {
  background-color: inherit;
}
.postPage table.type2 tr th, .postPage table.type2 tr td {
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td + td {
  border-left: 1px solid #999999;
}
.postPage table.type2 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage .tableSc {
  overflow: inherit;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr {
  border-bottom: 1px solid #fff;
}
.postPage .tableSc table tr:nth-of-type(odd) {
  background: none;
}
.postPage .tableSc table tr th, .postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
  width: inherit;
}
.postPage .tableSc table tr th {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  min-width: inherit;
}
.postPage .tableSc table tr th + th {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td + td {
  border-left: 1px solid #333;
}
.postPage .tableSc table tr td:nth-of-type(1) {
  border-left: none;
}
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #E6172B;
  left: 10px;
  top: 10px;
}
.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #E6172B;
  right: 10px;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl.history {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.postPage dl.history::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 12px;
  left: calc(16.666% - 10px);
  width: 1px;
  background-color: #D9CECE;
  z-index: 0;
}
.postPage dl.history dt {
  width: 16.666%;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
  display: flex;
  align-items: center;
  padding: 12px 0;
  position: relative;
  /* 赤丸アイコン */
}
.postPage dl.history dt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url(images/common/__before.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 1;
}
.postPage dl.history dd {
  width: 83.333%;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 2%;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 24px;
}
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
}
.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}
.postPage ul li ul li::marker {
  color: #E6172B;
}
.postPage ul.iconList li {
  padding: 0 0 0 0.8em;
  line-height: 150%;
  letter-spacing: 2%;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #A60010;
  border-radius: 5px;
}
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
}
.postPage ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 15px;
}
.postPage ol li:last-child {
  margin: 0 0 10px;
}
.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 1em;
}
.postPage ol.number {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.postPage ol.number li {
  line-height: 150%;
  letter-spacing: 2%;
}
.postPage ol.number li::marker {
  color: #A60010;
}
.postPage .gray-box {
  background-color: #F7F6F6;
  padding: 64px 96px;
}
.postPage .gray-box.ofiicelist {
  padding: 40px;
  margin-bottom: 64px;
}
.postPage .bg-red {
  background-color: #FAF3F3;
  padding: 64px 20px;
}
.postPage address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .postPage h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .postPage h3 {
    font-size: 22px;
    margin: 0 0 24px;
  }
  .postPage h4 {
    font-size: 22px;
  }
  .postPage h5 {
    font-size: 20px;
  }
  .postPage .titleh2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
  .postPage .titleh3 {
    font-size: 22px;
    margin: 0 0 24px;
  }
  .postPage .titleh4 {
    font-size: 22px;
  }
  .postPage .titleh5 {
    font-size: 20px;
  }
  .postPage dl.history::before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 12px;
    height: 92%;
    left: calc(30% - 10px);
    width: 1px;
    background-color: #D9CECE;
    z-index: 0;
  }
  .postPage dl.history dt {
    width: 30%;
    align-items: flex-start;
    padding: 0;
    font-size: 16px;
  }
  .postPage dl.history dt::before {
    content: "";
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .postPage dl.history dd {
    width: 70%;
    padding-left: 12px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  .postPage table tr th, .postPage table tr td {
    padding: 16px 12px;
  }
  .postPage table tr th {
    width: 30%;
  }
  .postPage table tr td {
    width: 70%;
  }
  .postPage table tr .tw15p {
    width: 100%;
  }
  .postPage table tr .tw30p {
    width: 100%;
  }
  .postPage table tr .tw33p {
    width: 100%;
  }
  .postPage table tr .tw50p {
    width: 100%;
  }
  .postPage table tr .tw70p {
    width: 100%;
  }
  .postPage table tr .tw200 {
    width: 100%;
  }
  .postPage table tr .tw210 {
    width: 100%;
  }
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell;
    width: auto;
  }
  .postPage table.type2 tr th {
    min-width: 1px;
  }
  .postPage .tableSc {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postPage .sptextLeft {
    text-align: left;
  }
  .postPage .gray-box {
    background-color: #F7F6F6;
    padding: 20px 12px 30px;
  }
  .postPage .gray-box.ofiicelist {
    padding: 24px 12px;
    margin-bottom: 40px;
  }
  .postPage .gray-box.ofiicelist iframe {
    height: 326px;
  }
  .postPage .gray-box.recruit {
    padding: 20px 12px 32px;
  }
  .postPage .bg-red {
    padding: 20px 16px;
  }
  .postPage .bg-red.ofiicelist {
    padding: 40px 0 32px;
  }
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
ul.formFlow li {
  display: inline-flex;
  justify-content: center;
  flex: 1 0 33.333%;
  background: #e3eff6;
  color: #333333;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  position: relative;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #E6172B;
  color: #fff;
  position: relative;
}
ul.formFlow li.active:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #E6172B;
}
ul.formFlow li.second.active:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #999;
}
ul.formFlow li.third.active {
  background: #E6172B !important;
  color: #fff;
}
ul.formFlow li.third.active:after {
  display: none;
}
ul.formFlow li.third.active:before {
  background: none;
  display: inline;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 0;
  border: 20px solid transparent;
  border-left: 20px solid #999;
}

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 0;
  margin-bottom: 0;
  border-bottom: #161617 solid 1px;
}
#formArea dl dt {
  flex-basis: 250px;
  display: flex;
  gap: 0 20px;
}
#formArea dl dd {
  flex-basis: calc(100% - 280px);
  margin-bottom: 0;
  margin-left: 0;
}
#formArea dl dd.fb100 {
  flex-basis: 100%;
}
#formArea dl.contact-hidden {
  border-bottom: none;
  padding-bottom: 0;
}
#formArea .wpcf7-not-valid-tip._02 {
  margin-left: 280px;
}
#formArea .att {
  color: #fff;
  width: 72px;
  height: 28px;
  border: #DF1F1C solid 1px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  background-color: #DF1F1C;
  justify-content: center;
  align-items: center;
}
#formArea .att2 {
  width: 72px;
  height: 28px;
  border: #ccc solid 1px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #161617;
  display: flex;
  justify-content: center;
  align-items: center;
}
#formArea .error {
  margin: 0;
}
#formArea .radio_wrap {
  margin-top: 10px;
}
#formArea .vertical-item {
  display: block !important;
}
#formArea input[type=text],
#formArea input[type=tel],
#formArea input[type=email],
#formArea input[type=number],
#formArea input[type=date],
#formArea textarea,
#formArea select {
  padding: 10px 20px;
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  height: 56px;
  border: 1px solid #DDDDDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formArea input[type=text]:focus,
#formArea input[type=tel]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea input[type=date]:focus,
#formArea textarea:focus,
#formArea select:focus {
  background: #fff;
  border: 1px solid #DDDDDD;
}
#formArea input[type=text]:hover,
#formArea input[type=tel]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea input[type=date]:hover,
#formArea textarea:hover,
#formArea select:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=tel] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea input[type=date] + input,
#formArea textarea + input,
#formArea select + input {
  margin-top: 10px;
}
#formArea input[type=text] option,
#formArea input[type=tel] option,
#formArea input[type=email] option,
#formArea input[type=number] option,
#formArea input[type=date] option,
#formArea textarea option,
#formArea select option {
  word-wrap: normal;
}
#formArea input[type=text]::-moz-placeholder, #formArea input[type=tel]::-moz-placeholder, #formArea input[type=email]::-moz-placeholder, #formArea input[type=number]::-moz-placeholder, #formArea input[type=date]::-moz-placeholder, #formArea textarea::-moz-placeholder, #formArea select::-moz-placeholder {
  color: #8D8D8D;
}
#formArea input[type=text]::placeholder,
#formArea input[type=tel]::placeholder,
#formArea input[type=email]::placeholder,
#formArea input[type=number]::placeholder,
#formArea input[type=date]::placeholder,
#formArea textarea::placeholder,
#formArea select::placeholder {
  color: #8D8D8D;
}
#formArea select {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea select::-ms-expand {
  display: none;
}
#formArea select:hover {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea select:focus {
  background-image: url(images/common/select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 8px;
}
#formArea textarea {
  height: 200px;
  resize: none;
}
#formArea .current-title-display,
#formArea .current-event-date-display,
#formArea .current-event-time-display {
  padding: 0 0 0 10px;
}
#formArea input[type=number].short {
  width: 60px;
}
#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}
#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}
#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}
#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}
#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}
#formArea .wpcf7-list-item {
  margin-bottom: 20px;
  margin-left: 0;
}
#formArea .wpcf7-checkbox {
  display: block;
  text-align: center;
  margin: 0 auto;
}
#formArea input[type=checkbox] {
  border: 1px solid #161617;
  vertical-align: -5px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  width: 22px;
  height: 22px;
}
#formArea input[type=checkbox]:checked {
  background-color: #fff;
  border: 1px solid #E6172B;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #E6172B;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  width: 16px;
  height: 2px;
  background: #E6172B;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .wpcf7-radio input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formArea .wpcf7-radio input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E6172B;
  content: "";
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .privacypolicybox {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 220px;
  padding: 20px;
  border: #DDDDDD solid 1px;
  margin-bottom: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#formArea .privacypolicybox::-webkit-scrollbar {
  display: none;
}
#formArea .privacypolicybox p {
  line-height: 1.6;
}
#formArea .checkbox {
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  width: 100%;
}
#formArea .wpcf7-submit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-right: 35px;
  margin: 0 auto;
  padding: 15px 30px 15px 25px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #E6172B;
  color: #fff;
  background: #E6172B;
  max-width: 232px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#formArea .wpcf7-submit:hover, #formArea .wpcf7-submit:focus {
  color: #E6172B;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-color: #E6172B;
}
@media screen and (max-width: 768px) {
  #formArea dl {
    display: flex;
    flex-wrap: wrap;
  }
  #formArea dl dt {
    flex-basis: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
  #formArea dl dd {
    flex-basis: 100%;
    align-self: center;
  }
  #formArea .wpcf7-not-valid-tip._02 {
    margin-left: 0;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .wpcf7-list-item {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }
  #formArea .wpcf7-list-item-label {
    font-size: 14px;
  }
  #formArea .privacypolicybox p {
    line-height: 1.6;
    font-size: 14px;
  }
  #formArea .current-title-display,
  #formArea .current-event-date-display,
  #formArea .current-event-time-display {
    padding: 0 0 10px 0;
  }
}

/* ---------------------------------------------------------------- */
/* effectFade */
/* ---------------------------------------------------------------- */
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease;
}
.effectFade.effectFirst {
  opacity: 0;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.2s ease;
  transition: opacity 2s linear, transform 5s linear;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.td4 {
  transition-delay: 0.4s;
}
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: 0.3s ease-in;
}

#fixedbtn-recruit {
  position: fixed;
  right: 100px;
  bottom: 30px;
  z-index: 4;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
#fixedbtn-recruit a {
  width: 264px;
}
#fixedbtn-recruit.is-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
}

@media screen and (max-width: 768px) {
  #fixedbtn-recruit {
    right: 90px;
  }
  #fixedbtn-recruit a {
    width: 200px;
  }
}
/* for IE *//*# sourceMappingURL=style.css.map */