@charset "UTF-8";
/*
Theme Name: 明進清掃コーポレートサイト
Description: クライアント用の情報に書き換えてください。
Version: 1.0。
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Thin");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Light");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP ExtraBold");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: local("Noto Sans JP Bold");
  font-weight: 700;
}
*, *:before, *:after {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

main {
  display: block;
  overflow: hidden;
}

address {
  font-style: normal;
}

.fontSerif {
  font-family: "Noto Sans JP", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .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: 1170px;
  }
}
@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: 767px) {
  .container {
    max-width: 750px;
  }
  .container.recruit_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: 767px) {
  .spfs16 {
    font-size: 16px !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;
}

.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;
}

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

.mb30 {
  margin-bottom: 30px !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;
}

.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: 767px) {
  .spmb40 {
    margin-bottom: 40px !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: #36BABA;
  text-decoration: underline;
  transition: all ease 0.3s;
}
a:hover, a:focus {
  color: #36BABA;
  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;
}

.marker_yellow {
  background: linear-gradient(transparent 75%, #FFE893 75%);
  display: inline-block;
}

.marker_pink {
  background: linear-gradient(transparent 75%, #FFC7EE 75%);
  display: inline-block;
}

.marker_blue {
  background: linear-gradient(transparent 75%, #C4F1FF 75%);
  display: inline-block;
}

.articles {
  box-shadow: 1px 1px 20px rgba(0, 131, 255, 0.16);
  padding: 25px;
  border-radius: 8px;
  margin: 0 5px;
}
.articles p {
  width: 328px;
  height: 46px;
  border-radius: 4px;
  background: #2E8DEA;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.articles p::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #2e8dea;
  border-bottom: 0;
}

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: center;
  align-items: center;
  width: 100%;
  height: 62px;
  margin: 30px 0 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 32px;
  touch-action: manipulation;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  color: #fff;
  border: 2px solid transparent;
  background-clip: padding-box;
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  max-width: 320px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn.arrow:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("images/home/svg/white_arrow.svg") no-repeat;
  background-size: 9px;
  background-position: center;
  transform: none;
  right: 25px;
  display: block;
  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: #2E8DEA;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}
.btn.reverse {
  text-decoration: none;
  color: #2E8DEA;
  background: #fff;
  border-color: #2E8DEA;
}
.btn.btnLeft {
  margin: 0;
}
.btn.btnRight {
  margin: 0 auto 0 0;
}
.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}
.btn.btnFull {
  max-width: none;
}
.btn.type2 {
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  max-width: 200px;
  height: 40px;
  padding: 0 30px;
  justify-content: flex-start;
}
.btn.type2.arrow:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-size: 28px;
  background-position: center;
  transform: none;
  right: 20px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.btn.type3 {
  padding: 16px 40px;
  max-width: 450px;
  background: #fff;
  color: #2E8DEA;
  border-radius: 8px;
  border: #2E8DEA solid 1px;
}
.btn.type3.arrow:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("images/common/anchorlink.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  transform: none;
  right: 20px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.btn.type3.width100 {
  max-width: 100%;
  margin: 0;
}
.btn.back {
  color: #2E8DEA;
  background: #fff;
  width: 290px;
  margin: 0 auto;
  border: 1px solid #2E8DEA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  height: 62px;
  border-radius: 32px;
}
.btn.back.arrow:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("images/home/svg/blue_arrow.svg") no-repeat;
  background-size: 9px;
  background-position: center;
  transform: none;
  right: 25px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.btn.type4::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url("images/common/company/w_pdf.svg") no-repeat;
  background-size: 21px;
  background-position: center;
  left: 50%;
  margin-left: -77px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn.vehicle::before {
  margin-left: -100px;
}
.btn.vehicle02::before {
  margin-left: -116px;
}
@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #2E8DEA !important;
    background: #fff;
    border: #2E8DEA solid 2px;
  }
  .btn:hover.arrow:after, .btn:focus.arrow:after {
    background: url("images/home/svg/blue_arrow.svg") no-repeat;
    background-size: 9px;
    background-position: center;
  }
  .btn.type2:hover, .btn.type2:focus {
    color: #333 !important;
    border: none;
  }
  .btn.type2:hover.arrow:after, .btn.type2:focus.arrow:after {
    right: 5px;
    transition: 0.3s ease-in;
    background: url("images/home/svg/circle_arrow.svg") no-repeat;
    background-size: 28px;
    background-position: center;
  }
  .btn.type3:hover, .btn.type3:focus {
    background: #F4FBFF;
    border: #2E8DEA solid 1px;
  }
  .btn.type3:hover.arrow:after, .btn.type3:focus.arrow:after {
    background: url("images/common/anchorlink.svg") no-repeat;
    background-size: 10px;
    background-position: center;
  }
  .btn.type3:hover::before, .btn.type3:focus::before {
    background: url("images/common/company/b_pdf.svg") no-repeat;
    background-size: 21px;
    background-position: center;
  }
  .btn.back:hover, .btn.back:focus {
    background: #2E8DEA;
    color: #fff !important;
    transition: 0.3s;
    cursor: pointer;
  }
  .btn.back:hover.arrow:after, .btn.back:focus.arrow:after {
    background: url("images/home/svg/white_arrow.svg") no-repeat;
    background-size: 9px;
    background-position: center;
  }
  .btn.type4:hover:before, .btn.type4:focus:before {
    background: url("images/common/company/b_pdf.svg") no-repeat;
    background-size: 21px;
    background-position: center;
  }
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
.column2Wrap .columnBox {
  flex-basis: calc((100% - 40px * (2 - 1)) / 2);
  max-width: calc((100% - 40px * (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: 767px) {
  .column2Wrap .order1 {
    order: 1;
    margin-top: 0;
  }
  .column2Wrap .order2 {
    order: 2;
    margin-top: 20px;
  }
  .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.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;
  }
  .column3Wrap .columnBox.pointbox:nth-of-type(n + 2) {
    margin-top: 70px;
  }
  .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: 104px;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  z-index: 5;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(180deg, #fff 0%, #fff 67px, transparent 67px, transparent 104px);
}
#header #headerCnt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header #headerCnt #logoArea {
  flex-basis: 256px;
  width: 256px;
  height: 168px;
  align-self: center;
  position: absolute;
  top: 0;
}
#header #headerCnt #logoArea #logo {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
#header #headerCnt #logoArea #logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#header #headerCnt #logoArea #logo a img {
  max-width: 256px;
  height: auto;
}
#header #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  height: 100%;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top {
  height: 67px;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 114px;
  gap: 0 25px;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info {
  display: block;
  width: 100%;
  height: 100%;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group {
  display: flex;
  align-items: center;
  gap: 0 21.5px;
  justify-content: flex-end;
  padding-top: 15px;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group .header_cnt_group_box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group .header_cnt_group_box a img {
  max-width: 182px;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group .header_cnt_group_box2 a {
  width: 131px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  gap: 0 10px;
  text-decoration: none;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group .header_cnt_group_box2 a span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info .header_cnt_group .header_cnt_group_box2._03 a {
  width: 118px;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_box a {
  width: 114px;
  height: 104px;
  background: #1ED0DE;
  border-radius: 0 0 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px 0;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_box a span {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_bottom {
  height: 37px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 140px;
  background: #fff;
  position: relative;
}
#header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_bottom::before {
  position: absolute;
  content: "";
  background: url("images/home/svg/navigation_back.svg") no-repeat;
  width: 53px;
  height: 37px;
  display: block;
  left: -40px;
  top: 0;
}
@media screen and (min-width: 1025px) {
  #header #headerCnt {
    max-width: 1920px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    /*max-width: 970px;
          padding-left: 5%;
    padding-right: 5%;*/
  }
}
@media screen and (max-width: 965px) {
  #header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_bottom {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    box-shadow: 0px 3px 6px rgba(0, 29, 57, 0.16);
  }
  #header #headerCnt {
    max-width: 750px;
    justify-content: space-between;
    height: 60px;
    padding: 0 0 0 15px;
  }
  #header #headerCnt #logoArea {
    flex-basis: 200px;
    width: 200px;
    height: 100%;
    align-self: center;
    position: static;
  }
  #header #headerCnt #logoArea #logo a {
    background: url("images/home/svg/header_logo.svg") no-repeat;
    background-position: center;
    background-size: 200px;
  }
  #header #headerCnt #logoArea #logo a img {
    display: none;
  }
  #header #headerCnt #headerContact .header_cnt_Wrap .header_cnt_top .headercnt_inr .headercnt_inr_box {
    display: none;
  }
}
#header.fixed {
  box-shadow: 0px 3px 6px rgba(0, 29, 57, 0.16);
  background: #fff;
  transition: 0.5s;
}
#header.fixed #headerCnt {
  padding: 0 0 0 40px;
}
#header.fixed #headerCnt #logoArea {
  flex-basis: 220px;
  width: 220px;
  height: 100%;
  align-self: center;
  position: static;
}
#header.fixed #headerCnt #logoArea #logo {
  margin: 0 !important;
}
#header.fixed #headerCnt #logoArea #logo a {
  background: url("images/home/svg/header_logo.svg") no-repeat;
  background-position: center;
  background-size: 220px;
}
#header.fixed #headerCnt #logoArea #logo a img {
  display: none;
}
@media screen and (max-width: 767px) {
  #header.fixed #headerCnt {
    padding: 0 0 0 15px;
  }
  #header.fixed #headerCnt #logoArea {
    flex-basis: 200px;
    width: 200px;
  }
  #header.fixed #headerCnt #logoArea #logo a {
    background-size: 200px;
  }
}

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

.openSpNavi {
  width: 100%;
  height: 100%;
}

#drawerNaviWrap {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 0 8px;
  background-image: linear-gradient(180deg, rgb(14, 117, 217), rgb(36, 182, 226));
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url("images/home/svg/drawernavibtn.svg") no-repeat;
  background-position: center;
  background-size: 30px;
  transition: all 0.5s;
  z-index: 3;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 60px;
  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;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 38px;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-bottom: #C1C1C1 solid 1px;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 60px;
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 16px;
  padding: 17px 0;
  transition-duration: 0.2s;
  font-weight: 700;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 15px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 15px;
  height: 60px;
  position: relative;
  top: 0px;
  background: url("images/home/svg/navi_plus.svg") no-repeat;
  background-position: center;
  background-size: 12px;
  display: block;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
  border-top: #C1C1C1 solid 1px;
  margin-bottom: 0;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  padding-left: 20px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap .drawer-nav ul li.children.active .childrenToggle {
  background: url("images/home/svg/navi_minus.svg") no-repeat;
  background-position: center;
  background-size: 12px;
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}
#drawerNaviWrap .drawer-nav .drawer_nav_tel {
  margin: 0 auto 20px;
}
#drawerNaviWrap .drawer-nav .drawer_nav_tel a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawerNaviWrap .drawer-nav .drawer_nav_btn {
  margin-bottom: 20px;
}
#drawerNaviWrap .drawer-nav .drawer_nav_btn a {
  background: #1ED0DE;
  margin: 0 auto;
  width: 100%;
  max-width: 257px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  text-decoration: none;
  border-radius: 8px;
}
#drawerNaviWrap .drawer-nav .drawer_nav_btn a span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#drawerNaviWrap .drawer-nav .drawer_nav_btn._02 a {
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: absolute;
  right: 0;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  z-index: 10;
}
#drawerNaviWrap.open .drawerNaviBtn {
  background: url("images/home/svg/close.svg") no-repeat;
  background-position: center;
  background-size: 30px;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
  padding: 0 15px;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 60px;
  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;
  height: 100%;
  padding-left: 20px;
}
#mainNaviArea #mainNavi {
  padding: 0;
  height: 100%;
}
#mainNaviArea #mainNavi ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 25px;
  justify-content: flex-start;
}
#mainNaviArea #mainNavi ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainNaviArea #mainNavi ul > li a {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 700;
}
#mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
  cursor: pointer;
  opacity: 0.8;
}
#mainNaviArea #mainNavi ul > li a span {
  flex-basis: 100%;
  font-size: 12px;
}
#mainNaviArea #mainNavi ul > li.current > a {
  color: #36BABA !important;
}
#mainNaviArea #mainNavi ul > li.children {
  cursor: pointer;
}
#mainNaviArea #mainNavi ul > li.children > a {
  pointer-events: none;
  gap: 6px;
}
#mainNaviArea #mainNavi ul > li.children > a::after {
  content: "";
  background: url("images/home/svg/under_icon.svg") no-repeat;
  background-position: top 3px center;
  background-size: 10px;
  width: 15px;
  height: 15px;
}
#mainNaviArea #mainNavi ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-77%);
  -webkit-transform: translateX(-77%);
  z-index: -1;
  height: 0;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  width: 100vw;
  max-width: 940px;
  margin-top: 20px;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#mainNaviArea #mainNavi ul > li .sub-menu::before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  top: -65px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 30px 42px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox {
  width: 100%;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li {
  position: static;
  margin-right: 0;
  height: auto;
  display: inline-block;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display: block;
  padding-bottom: 10px;
  transition: 0.3s ease-in;
  border-bottom: #707070 solid 1px;
  position: relative;
}
#mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: url("images/home/svg/navi_arrow.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a:hover::after, #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a:focus::after {
    right: 0;
    transition: 0.3s ease-in;
  }
}
#mainNaviArea #mainNavi ul > li .sub-menu._02 {
  max-width: 550px;
}
#mainNaviArea #mainNavi ul > li .sub-menu._02 .box .sub-menu-txtbox ul {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1300px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
  }
}
@media print, screen and (max-width: 1100px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    max-width: 820px;
    transform: translateX(-56%);
    -webkit-transform: translateX(-56%);
  }
  #mainNaviArea #mainNavi ul > li .sub-menu .box {
    padding: 20px;
  }
}
@media print, screen and (max-width: 970px) {
  #mainNaviArea #mainNavi ul > li .sub-menu {
    transform: translateX(-47%);
    -webkit-transform: translateX(-47%);
    max-width: 760px;
  }
  #mainNaviArea #mainNavi ul > li .sub-menu .box .sub-menu-txtbox ul li a {
    font-size: 14px;
  }
}
#mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
  transition: 0.3s ease-in-out;
}
#mainNaviArea #mainNavi ul > li:hover .sub-menu, #mainNaviArea #mainNavi ul > li:focus .sub-menu {
  display: block;
  z-index: calc(infinity);
  height: 158px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  #mainNaviArea {
    display: none;
  }
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  margin-top: -55px;
}
#footer #footerCnt {
  background-image: linear-gradient(90deg, rgb(65, 164, 253), rgb(14, 244, 255));
  border-radius: 60px 60px 0 0;
  padding: 120px 0;
}
#footer #footerCnt .inr {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
}
#footer #footerCnt .inr .footer_cnt_box .logoArea {
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}
#footer #footerCnt .inr .footer_cnt_box .logoArea a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer #footerCnt .inr .footer_cnt_box .logoArea a img {
  max-width: 200px;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt2 a {
  color: #fff;
  text-decoration: none;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt3 a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt3 a::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 1px;
  background: #fff;
  display: block;
  bottom: -5px;
  left: 0;
}
#footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt3 a img {
  margin-left: 5px;
}
#footer #footerCnt .inr .footer_cnt_box2 {
  background: #fff;
  padding: 30px 40px;
  border-radius: 4px;
}
#footer #footerCnt .inr .footer_cnt_box2 .footer_cnt_txt4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #2E8DEA;
}
#footer #footerCnt .inr .footer_cnt_box2 .footer_cnt_txt5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}
#footer #footerCntWrap {
  padding: 70px 0 30px;
  background: #fff;
}
#footer #footerCntWrap #footerNaviWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
#footer #footerCntWrap #footerNaviWrap .naviBox p {
  font-size: 18px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 30px;
}
#footer #footerCntWrap #footerNaviWrap .naviBox ul {
  margin: 0;
  padding: 0;
}
#footer #footerCntWrap #footerNaviWrap .naviBox ul li {
  display: block;
  padding-bottom: 15px;
}
#footer #footerCntWrap #footerNaviWrap .naviBox ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
#footer #footerCntWrap #footerNaviWrap .naviBox ul li:last-child {
  padding-bottom: 0;
}
#footer #footerCntWrap #copyright p {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: -30px;
  }
  #footer #footerCnt {
    padding: 90px 0;
    border-radius: 32px;
  }
  #footer #footerCnt .inr {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 35px 0;
  }
  #footer #footerCnt .inr .footer_cnt_box .footer_cnt_txt {
    font-size: 24px;
  }
  #footer #footerCnt .inr .footer_cnt_box2 {
    padding: 30px 20px;
  }
  #footer #footerCnt .inr .footer_cnt_box2 .footer_cnt_txt4 {
    font-size: 24px;
  }
  #footer #footerCntWrap {
    padding: 50px 0 80px;
  }
  #footer #footerCntWrap #footerNaviWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 35px 30px;
  }
  #footer #footerCntWrap #footerNaviWrap .naviBox p {
    margin: 0 0 20px;
  }
  #footer #footerCntWrap #footerNaviWrap .naviBox ul li {
    padding-bottom: 10px;
  }
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.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: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  width: 40px;
  height: 40px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: #F4FBFF;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: none !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #2E8DEA;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #2E8DEA;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  display: block;
}
.wp-pagenavi .nextpostslink {
  background: url("images/common/nextpostslink.svg") no-repeat;
  background-position: center;
  background-size: 40px;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus {
  background: url("images/common/nextpostslink.svg") no-repeat;
  background-position: center;
  background-size: 40px;
}
.wp-pagenavi .previouspostslink {
  background: url("images/common/previouspostslink.svg") no-repeat;
  background-position: center;
  background-size: 40px;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:focus {
  background: url("images/common/previouspostslink.svg") no-repeat;
  background-position: center;
  background-size: 40px;
}
.wp-pagenavi .pages {
  display: none;
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  margin-bottom: 40px;
}
#pagetopArea a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#pagetopArea a img {
  max-width: 40px;
}

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: 0.6s;
  background-color: #fff;
}
#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: none !important;
}
#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
  flex-basis: 100%;
  border: #2E8DEA solid 1px;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
}
#fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
  background-color: #2E8DEA;
  color: #fff;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) {
  background: #2E8DEA;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) a {
  padding-left: 40px;
  position: relative;
}
#fixedBtnSpArea #fixedBtnSp ul li:nth-child(2) a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url("images/home/svg/header_mail_icon.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  left: 50%;
  margin-left: -70px;
}
@media screen and (max-width: 767px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: block !important;
  }
}

/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #indexPage {
    margin-top: 60px;
  }
}

/* ---------------------------------------------------------------- */
/* content  */
/* ---------------------------------------------------------------- */
.content {
  padding: 120px 0;
}
.content .subtitle {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  color: #2E8DEA;
  font-family: "Caveat", cursive;
}
.content .subtitle._center {
  text-align: center;
}
.content .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 40px;
}
.content .title._center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 60px 0;
  }
  .content .subtitle {
    font-size: 50px;
  }
  .content .title {
    font-size: 26px;
  }
}
/* ---------------------------------------------------------------- */
/* メインスライダー */
/* ---------------------------------------------------------------- */
#topfvSwiperWrap {
  padding: 0 30px;
  position: relative;
}

.top-fvSwiper {
  border-radius: 32px;
  padding-bottom: 40px;
}
.top-fvSwiper .swiper-wrapper .swiper-slide .sliderimgbox {
  width: 100%;
  padding-bottom: 86vh;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  border-radius: 32px;
}
.top-fvSwiper .swiper-wrapper .swiper-slide .sliderimgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
  border-radius: 32px;
}
.top-fvSwiper .swiper-wrapper .swiper-slide .slidertxtbox {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
}
.top-fvSwiper .swiper-wrapper .swiper-slide .slidertxtbox.top-swiper1 {
  bottom: 10%;
}
.top-fvSwiper .top-pagination .swiper-pagination-bullet {
  background: #fff;
  border: #2E8DEA solid 2px;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.top-fvSwiper .top-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2E8DEA;
}

@media screen and (max-width: 767px) {
  #topfvSwiperWrap {
    padding: 10px 15px 0;
  }
  .top-fvSwiper {
    padding-bottom: 38px;
  }
  .top-fvSwiper .swiper-wrapper .swiper-slide .sliderimgbox {
    padding-bottom: 85vh;
  }
  .top-fvSwiper .swiper-wrapper .swiper-slide .slidertxtbox {
    bottom: 10%;
  }
  .top-fvSwiper .swiper-wrapper .swiper-slide .slidertxtbox.top-swiper1 {
    bottom: 2%;
  }
}
/* ---------------------------------------------------------------- */
/* #content01 */
/* ---------------------------------------------------------------- */
#content01 {
  padding: 73px 0 240px;
  position: relative;
}
#content01::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 165px;
  display: block;
  background: url("images/home/svg/reason_backimg_top.svg") no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
}
#content01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_top.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
}
#content01 .title {
  margin-bottom: 60px;
}
#content01 .cont1_inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  position: relative;
  margin-bottom: 150px;
}
#content01 .cont1_inr .cont1_box {
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
  padding: 40px 20px;
  position: relative;
}
#content01 .cont1_inr .cont1_box::before {
  content: "01";
  position: absolute;
  left: 0;
  width: 90px;
  height: 100px;
  font-size: 74px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #0C6CDE;
  display: block;
  top: -60px;
}
#content01 .cont1_inr .cont1_box .imgbox {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
#content01 .cont1_inr .cont1_box .txtbox h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.5;
  color: #2E8DEA;
  text-align: center;
}
#content01 .cont1_inr .cont1_box .txtbox p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#content01 .cont1_inr .cont1_box:nth-child(2) {
  top: 40px;
}
#content01 .cont1_inr .cont1_box:nth-child(2)::before {
  content: "02";
}
#content01 .cont1_inr .cont1_box:nth-child(3) {
  top: 80px;
}
#content01 .cont1_inr .cont1_box:nth-child(3)::before {
  content: "03";
}

@media screen and (max-width: 767px) {
  #content01 {
    padding-top: 85px;
    padding-bottom: 106px;
    position: relative;
  }
  #content01::before {
    height: 54px;
  }
  #content01::after {
    height: 46px;
  }
  #content01 .title {
    margin-bottom: 70px;
  }
  #content01 .cont1_inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
    position: relative;
    margin-bottom: 40px;
  }
  #content01 .cont1_inr .cont1_box {
    padding: 30px 20px;
  }
  #content01 .cont1_inr .cont1_box::before {
    font-size: 64px;
    top: -55px;
  }
  #content01 .cont1_inr .cont1_box .txtbox h3 {
    font-size: 24px;
  }
  #content01 .cont1_inr .cont1_box:nth-child(2) {
    top: 0;
  }
  #content01 .cont1_inr .cont1_box:nth-child(3) {
    top: 0;
  }
}
/* ---------------------------------------------------------------- */
/* #content02 */
/* ---------------------------------------------------------------- */
#content02 {
  padding: 0 0 40px;
  position: relative;
  background: #F4FBFF;
}
#content02 .title {
  margin-bottom: 50px;
}

.cont2_inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  position: relative;
}
.cont2_inr::before {
  position: absolute;
  content: "";
  width: 240px;
  height: 170px;
  background: url("images/home/service_icon.png") no-repeat;
  background-position: center;
  background-size: 235px;
  display: block;
  top: -155px;
  right: 10px;
}
.cont2_inr .cont2_box {
  position: relative;
}
.cont2_inr .cont2_box a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.cont2_inr .cont2_box a .imgbox {
  border-radius: 8px;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.cont2_inr .cont2_box a .imgbox img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}
.cont2_inr .cont2_box a .txtbox {
  width: 95%;
  border-radius: 8px;
  background: #fff;
  padding: 20px 23px;
  position: relative;
  border: #fff solid 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -40px;
}
.cont2_inr .cont2_box a .txtbox h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.5;
  color: #2E8DEA;
}
.cont2_inr .cont2_box a .txtbox .txt1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 23px;
  color: #333;
  line-height: 1.5;
}
.cont2_inr .cont2_box a .txtbox .txt2 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  padding-right: 40px;
}
.cont2_inr .cont2_box a .txtbox .txt2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-position: center;
  background-size: 27px;
  display: block;
  margin-left: 40px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .cont2_inr .cont2_box a:hover .imgbox img, .cont2_inr .cont2_box a:focus .imgbox img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
  .cont2_inr .cont2_box a:hover .txtbox, .cont2_inr .cont2_box a:focus .txtbox {
    border: #2E8DEA solid 3px;
  }
  .cont2_inr .cont2_box a:hover .txtbox .txt2::after, .cont2_inr .cont2_box a:focus .txtbox .txt2::after {
    margin-left: 50px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 767px) {
  #content02 {
    padding: 45px 0;
  }
  #content02 .title {
    margin-bottom: 30px;
  }
  .cont2_inr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .cont2_inr::before {
    display: none;
  }
  .cont2_inr .cont2_box a .imgbox {
    border-radius: 8px 8px 0 0;
  }
  .cont2_inr .cont2_box a .imgbox img {
    border-radius: 8px 8px 0 0;
  }
  .cont2_inr .cont2_box a .txtbox {
    border-radius: 0 0 8px 8px;
    left: auto;
    width: 100%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    top: 0;
  }
  .cont2_inr .cont2_box a .txtbox h3 {
    font-size: 24px;
  }
  .cont2_inr .cont2_box a .txtbox .txt1 {
    margin: 0 0 20px;
  }
}
/* ---------------------------------------------------------------- */
/* .ctaArea */
/* ---------------------------------------------------------------- */
.ctaArea {
  position: relative;
  padding-top: 210px;
}
.ctaArea::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_bottom.svg") no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
}
.ctaArea._02 {
  padding-top: 90px;
  padding-bottom: 240px;
}
.ctaArea._02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_top.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
}

@media screen and (max-width: 767px) {
  .ctaArea {
    padding-top: 86px;
  }
  .ctaArea::before {
    height: 46px;
  }
  .ctaArea._02 {
    padding-top: 60px;
    padding-bottom: 106px;
  }
  .ctaArea._02::before {
    height: 46px;
  }
}
/* ---------------------------------------------------------------- */
/* 共通CTA */
/* ---------------------------------------------------------------- */
.cta_common_box {
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  background: url("images/home/cta_back.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.cta_common_box .cta_common_top {
  border-radius: 16px 16px 0 0;
  padding: 40px;
}
.cta_common_box .cta_common_top p {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.cta_common_box .cta_common_wrap {
  background: #fff;
  padding: 30px 40px 20px;
  border-radius: 0 0 16px 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.cta_common_box .cta_common_wrap .cta_common_col {
  height: 65px;
  position: relative;
}
.cta_common_box .cta_common_wrap .cta_common_col a {
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: transparent solid 2px;
  background-clip: padding-box;
}
.cta_common_box .cta_common_wrap .cta_common_col a .block {
  display: block;
}
.cta_common_box .cta_common_wrap .cta_common_col a .hover {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cta_common_box .cta_common_wrap .cta_common_col a:hover, .cta_common_box .cta_common_wrap .cta_common_col a:focus {
    background: #fff;
    border: #2E8DEA solid 2px;
  }
  .cta_common_box .cta_common_wrap .cta_common_col a:hover .block, .cta_common_box .cta_common_wrap .cta_common_col a:focus .block {
    display: none;
  }
  .cta_common_box .cta_common_wrap .cta_common_col a:hover .hover, .cta_common_box .cta_common_wrap .cta_common_col a:focus .hover {
    display: block;
  }
}
.cta_common_box .cta_common_wrap .cta_common_col .cta_common_bubble {
  position: absolute;
  width: 75%;
  height: 30px;
  background: #fff;
  border: #2E8DEA solid 1px;
  border-radius: 16px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cta_common_box .cta_common_wrap .cta_common_col .cta_common_bubble::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background: url("images/home/svg/speech_bubble.svg") no-repeat;
  background-position: center;
  background-size: 18px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -9px;
}
.cta_common_box .cta_common_wrap .cta_common_col .cta_common_bubble p {
  font-size: 12px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0;
}
.cta_common_box .cta_common_wrap .cta_common_col._02 a {
  background: #1ED0DE;
  position: relative;
  border: #1ED0DE solid 1px;
  padding-left: 20px;
}
.cta_common_box .cta_common_wrap .cta_common_col._02 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_mail_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 26px;
  left: 50%;
  margin-left: -90px;
}
@media print, screen and (min-width: 768px) {
  .cta_common_box .cta_common_wrap .cta_common_col._02 a:hover, .cta_common_box .cta_common_wrap .cta_common_col._02 a:focus {
    background: #fff;
    color: #1ED0DE;
  }
  .cta_common_box .cta_common_wrap .cta_common_col._02 a:hover::after, .cta_common_box .cta_common_wrap .cta_common_col._02 a:focus::after {
    background: url("images/home/svg/lightblue_mail.svg") no-repeat;
    background-position: center;
    background-size: 26px;
  }
}
.cta_common_box .cta_common_wrap .cta_common_col._02 .cta_common_bubble {
  border: #1ED0DE solid 1px;
}
.cta_common_box .cta_common_wrap .cta_common_col._02 .cta_common_bubble::before {
  background: url("images/home/svg/speech_bubble_mail.svg") no-repeat;
  background-position: center;
  background-size: 18px;
}
.cta_common_box .cta_common_wrap .cta_common_col._02 .cta_common_bubble p {
  color: #1ED0DE;
}
.cta_common_box .cta_common_wrap .cta_common_col._03 a {
  background: #2E8DEA;
  position: relative;
}
.cta_common_box .cta_common_wrap .cta_common_col._03 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_line_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 28px;
  left: 50%;
  margin-left: -100px;
}
@media print, screen and (min-width: 768px) {
  .cta_common_box .cta_common_wrap .cta_common_col._03 a:hover, .cta_common_box .cta_common_wrap .cta_common_col._03 a:focus {
    background: #fff;
    color: #2E8DEA;
  }
  .cta_common_box .cta_common_wrap .cta_common_col._03 a:hover::after, .cta_common_box .cta_common_wrap .cta_common_col._03 a:focus::after {
    background: url("images/home/svg/blue_line.svg") no-repeat;
    background-position: center;
    background-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cta_common_box {
    border-radius: 8px;
    background: url("images/home/cta_back_sp.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px 20px;
  }
  .cta_common_box .cta_common_top {
    border-radius: 0;
    padding: 0 0 20px;
  }
  .cta_common_box .cta_common_top p {
    font-size: 22px;
  }
  .cta_common_box .cta_common_wrap {
    background: #fff;
    padding: 45px 15px 20px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 0;
  }
}
/* ---------------------------------------------------------------- */
/* #content03 */
/* ---------------------------------------------------------------- */
#content03 {
  border-radius: 60px;
  background-image: linear-gradient(180deg, rgb(244, 255, 247), rgb(232, 247, 247));
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
#content03::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("images/home/svg/area_map.svg") no-repeat;
  background-position: center right;
  background-size: 60% 75%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#content03 .inr {
  width: 50%;
}
#content03 .inr .title {
  margin: 0 0 40px;
  position: relative;
}
#content03 .inr .title::after {
  position: absolute;
  content: "";
  width: 185px;
  height: 151px;
  background: url("images/home/svg/area_character.svg") no-repeat;
  background-position: center;
  background-size: 185px 151px;
  display: block;
  right: 160px;
  top: 50%;
  margin-top: -115px;
}
#content03 .inr h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #2E8DEA;
  line-height: 1.5;
}
#content03 .inr .con3_tll {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  border-bottom: #BCBCBC solid 2px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
}
#content03 .inr .con3_tll::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 2px;
  background: #2E8DEA;
  display: block;
  bottom: -1.5px;
  left: 0;
}
#content03 .inr .txt {
  margin: 0 0 40px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #content03 {
    padding: 90px 0;
    margin: 0 15px;
    border-radius: 32px;
  }
  #content03::before {
    position: absolute;
    content: "";
    width: 127px;
    height: 103px;
    background: url("images/home/svg/area_character.svg") no-repeat;
    background-position: center;
    background-size: 127px 103px;
    display: block;
    right: 0;
    top: -20px;
    margin-top: 0;
  }
  #content03::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("images/home/svg/area_map.svg") no-repeat;
    background-position: top 235px center;
    background-size: 305px;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #content03 .inr {
    width: 100%;
  }
  #content03 .inr .subtitle {
    text-align: center;
  }
  #content03 .inr .title {
    margin: 0 0 365px;
    text-align: center;
  }
  #content03 .inr .title::after {
    display: none;
  }
  #content03 .inr h3 {
    font-size: 24px;
  }
  #content03 .inr .con3_tll {
    font-size: 20px;
    margin: 0 0 20px;
  }
  #content03 .inr .txt {
    margin: 0 0 30px;
  }
}
/* ---------------------------------------------------------------- */
/* #content04 */
/* ---------------------------------------------------------------- */
#content04 .inr {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 0 40px;
  margin-bottom: 30px;
}
#content04 .inr .imgbox {
  border-radius: 8px;
}
#content04 .inr .imgbox img {
  border-radius: 8px;
}
#content04 .inr .txtbox table {
  width: 100%;
  border-collapse: collapse;
}
#content04 .inr .txtbox table tr {
  border-bottom: #BCBCBC solid 2px;
}
#content04 .inr .txtbox table tr th, #content04 .inr .txtbox table tr td {
  padding: 20px 0;
}
#content04 .inr .txtbox table tr th {
  text-align: left;
  width: 140px;
}
#content04 .inr .txtbox table tr th h3 {
  color: #2E8DEA;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
#content04 .inr .txtbox table tr td a {
  text-decoration: none;
  color: #333;
}
#content04 .inr .txtbox table tr:first-child th, #content04 .inr .txtbox table tr:first-child td {
  padding-top: 0;
}
#content04 .con4_map {
  margin-bottom: 60px;
}
#content04 .con4_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 20px;
}
#content04 .con4_wrap._02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 0;
}
#content04 .con4_wrap._02 .con4_box a .imgbox {
  padding-bottom: 35%;
}
#content04 .con4_wrap .con4_box {
  border-radius: 8px;
}
#content04 .con4_wrap .con4_box a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#content04 .con4_wrap .con4_box a .imgbox {
  border-radius: 8px 8px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50%;
  transition: transform 0.3s ease;
}
#content04 .con4_wrap .con4_box a .imgbox img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  -o-object-position: top;
     object-position: top;
}
#content04 .con4_wrap .con4_box a .txtbox {
  border-radius: 0 0 8px 8px;
  padding: 15px 20px;
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  position: relative;
}
#content04 .con4_wrap .con4_box a .txtbox::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("images/home/svg/w_circle_arrow.svg") no-repeat;
  background-position: center;
  background-size: 27px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}
#content04 .con4_wrap .con4_box a .txtbox p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #content04 .con4_wrap .con4_box a:hover .imgbox img, #content04 .con4_wrap .con4_box a:focus .imgbox img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
  #content04 .con4_wrap .con4_box a:hover .txtbox::after, #content04 .con4_wrap .con4_box a:focus .txtbox::after {
    right: 10px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 767px) {
  #content04 .inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  #content04 .con4_map {
    margin-bottom: 40px;
  }
  #content04 .con4_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 20px;
  }
  #content04 .con4_wrap._02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 0;
  }
  #content04 .con4_wrap._02 .con4_box a .imgbox {
    padding-bottom: 50%;
  }
}
/* ---------------------------------------------------------------- */
/* #content05 */
/* ---------------------------------------------------------------- */
#content05 {
  border-radius: 60px;
  background-image: linear-gradient(180deg, rgb(244, 255, 247), rgb(232, 247, 247));
}
#content05 .con5_box {
  position: relative;
}
#content05 .con5_box::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 90px;
  background: url("images/home/yabukurou.png") no-repeat;
  background-position: center;
  background-size: 82px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 50%;
  margin-left: -210px;
}
#content05 .con5_box::after {
  position: absolute;
  content: "";
  width: 137px;
  height: 111px;
  background: url("images/home/svg/area_character.svg") no-repeat;
  background-position: center;
  background-size: 137px;
  display: block;
  bottom: 5px;
  left: 50%;
  margin-left: 120px;
}

.ratio-img30 {
  padding-bottom: 30%;
}

.lineheight15 {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #content05 {
    margin: 0 15px;
    border-radius: 32px;
  }
  #content05 .con5_box {
    position: relative;
  }
  #content05 .con5_box::before {
    position: absolute;
    content: "";
    width: 58px;
    height: 62px;
    background: url("images/home/yabukurou.png") no-repeat;
    background-position: center;
    background-size: 58px;
    margin-left: -150px;
  }
  #content05 .con5_box::after {
    position: absolute;
    content: "";
    width: 96px;
    height: 78px;
    background: url("images/home/svg/area_character.svg") no-repeat;
    background-position: center;
    background-size: 96px;
    display: block;
    margin-left: 70px;
  }
  .ratio-img30 {
    padding-bottom: 60%;
  }
}
/* ---------------------------------------------------------------- */
/* #columnArea */
/* ---------------------------------------------------------------- */
#columnArea {
  padding-bottom: 200px;
  position: relative;
}
#columnArea::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_top.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.columnSwiperWrap .column-fvSwiper {
  overflow: inherit;
  padding-bottom: 30px;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide {
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(46, 141, 234, 0.16);
  height: auto;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  border-radius: 4px 4px 0 0;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .thumbnail object {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 4px 0;
  width: auto;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2E8DEA;
  z-index: 1;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .thumbnail object a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .permaLinkWrap {
  padding: 20px;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .permaLinkWrap .tll {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .permaLinkWrap time {
  font-size: 16px;
  font-weight: 400;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .permaLinkWrap .details {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-right: 37px;
  position: relative;
}
.columnSwiperWrap .column-fvSwiper .swiper-wrapper .swiper-slide a .permaLinkWrap .details::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-position: center;
  background-size: 23px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}
.columnSwiperWrap .column-fvSwiper .column-button-prev {
  background: url("images/home/svg/prev.svg") no-repeat;
  background-position: center;
  background-size: 50px;
  height: 50px;
  width: 50px;
  display: block;
  left: 0;
}
.columnSwiperWrap .column-fvSwiper .column-button-prev::after {
  display: none;
}
.columnSwiperWrap .column-fvSwiper .column-button-next {
  background: url("images/home/svg/next.svg") no-repeat;
  background-position: center;
  background-size: 50px;
  height: 50px;
  width: 50px;
  display: block;
  right: 0;
}
.columnSwiperWrap .column-fvSwiper .column-button-next::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #columnArea {
    padding-bottom: 106px;
  }
  #columnArea::after {
    height: 46px;
  }
  .columnSwiperWrap .column-fvSwiper .column-button-prev {
    background: url("images/home/svg/prev.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
  .columnSwiperWrap .column-fvSwiper .column-button-next {
    background: url("images/home/svg/next.svg") no-repeat;
    background-position: center;
    background-size: 30px;
    height: 30px;
    width: 30px;
  }
}
/* ---------------------------------------------------------------- */
/* #newsArea */
/* ---------------------------------------------------------------- */
#newsArea {
  background: #F4FBFF;
  padding: 0 0 60px;
}

/* タブメニュー */
.news-tab-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}

.tab-button {
  padding: 10px 25px;
  background: #fff;
  border: #2E8DEA solid 2px;
  cursor: pointer;
  font-size: 16px;
  color: #2E8DEA;
  font-weight: 700;
  border-radius: 21px;
  transition: all 0.3s;
}

.tab-button.active {
  color: #fff;
  background: #2E8DEA;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.no-posts {
  padding: 40px;
  text-align: left;
  color: #333;
}

.news-postListWrap .postBox {
  background: #fff;
  box-shadow: 0 0 20px rgba(46, 141, 234, 0.16);
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}
.news-postListWrap .postBox::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-position: center;
  background-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 30px;
}
.news-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}
.news-postListWrap .postBox a .newsbox {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 7px;
}
.news-postListWrap .postBox a .newsbox time {
  font-size: 16px;
  font-weight: 400;
  color: #2E8DEA;
}
.news-postListWrap .postBox a .newsbox object {
  border: #2E8DEA solid 1px;
  border-radius: 21px;
  width: auto;
}
.news-postListWrap .postBox a .newsbox object a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #2E8DEA;
  text-decoration: none;
}
.news-postListWrap .postBox a .permaLinkWrap .tll {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media print, screen and (min-width: 768px) {
  .news-postListWrap .postBox:hover::after, .news-postListWrap .postBox:focus::after {
    right: 15px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 767px) {
  #newsArea {
    padding: 45px 0 50px;
  }
  .news-tab-menu {
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------- */
/* #content06 */
/* ---------------------------------------------------------------- */
#content06 {
  padding-top: 220px;
  position: relative;
}
#content06::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_bottom.svg") no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #content06 {
    padding-top: 106px;
  }
  #content06::before {
    height: 46px;
  }
}
/* ---------------------------------------------------------------- */
/* accordion */
/* ---------------------------------------------------------------- */
.accordion-container {
  width: 100%;
}
.accordion-container .accordion-list .accordion-title {
  cursor: pointer;
  background: #2E8DEA;
  padding: 18px 30px 18px 76px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}
.accordion-container .accordion-list .accordion-title h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.accordion-container .accordion-list .accordion-title::before {
  position: absolute;
  content: "Q";
  font-family: "Jost", sans-serif;
  font-size: 20px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 50%;
  color: #2E8DEA;
  font-weight: 500;
  background: #fff;
  left: 20px;
  top: 10px;
}
.accordion-container .accordion-list .accordion-title::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  background: url("images/home/svg/plus.svg") no-repeat;
  background-position: center;
  background-size: 20px;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-list .accordion-title.open::after {
  background: url("images/home/svg/minus.svg") no-repeat;
  background-position: center;
  background-size: 20px;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  padding: 0 35px 51px 76px;
  position: relative;
}
.accordion-container .accordion-list .accordion-text::before {
  position: absolute;
  content: "A";
  font-family: "Jost", sans-serif;
  font-size: 20px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  background: #F28000;
  left: 20px;
  top: 0;
}
.accordion-container .accordion-list .accordion-text .a_text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .accordion-container .accordion-list .accordion-title {
    padding: 15px 60px 15px 80px;
  }
  .accordion-container .accordion-list .accordion-title::before {
    top: 13px;
  }
  .accordion-container .accordion-list .accordion-title::after {
    top: 17px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 0 20px 20px 80px;
  }
}
/* ---------------------------------------------------------------- */
/* #content07 */
/* ---------------------------------------------------------------- */
#content07 {
  height: 700px;
  width: 100%;
  background: url("images/home/cta_back_img.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#content07::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(14, 117, 217, 0.6), rgba(36, 182, 226, 0.6));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
#content07 .subtitle, #content07 .title {
  color: #fff;
}
#content07 .inr {
  background: #fff;
  padding: 40px 60px;
  border-radius: 8px;
}
#content07 .inr p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  margin: 0 0 20px;
  line-height: 1.5;
}
#content07 .inr .con7_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  align-items: center;
}
#content07 .inr .con7_wrap .con7_box a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content07 .inr .con7_wrap .con7_box._02 a {
  height: 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: transparent solid 2px;
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  text-decoration: none;
  background-clip: padding-box;
  position: relative;
  padding-left: 20px;
}
#content07 .inr .con7_wrap .con7_box._02 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_line_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 28px;
  left: 50%;
  margin-left: -100px;
}
@media print, screen and (min-width: 768px) {
  #content07 .inr .con7_wrap .con7_box._02 a:hover, #content07 .inr .con7_wrap .con7_box._02 a:focus {
    border: #0E75D9 solid 2px;
    background: #fff;
    color: #2E8DEA;
  }
  #content07 .inr .con7_wrap .con7_box._02 a:hover::after, #content07 .inr .con7_wrap .con7_box._02 a:focus::after {
    background: url("images/home/svg/blue_line.svg") no-repeat;
    background-position: center;
    background-size: 28px;
  }
}
#content07 .inr .con7_wrap .con7_box._03 a {
  height: 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1ED0DE;
  border: #1ED0DE solid 2px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}
#content07 .inr .con7_wrap .con7_box._03 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_mail_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 26px;
  left: 50%;
  margin-left: -90px;
}
@media print, screen and (min-width: 768px) {
  #content07 .inr .con7_wrap .con7_box._03 a:hover, #content07 .inr .con7_wrap .con7_box._03 a:focus {
    background: #fff;
    color: #1ED0DE;
  }
  #content07 .inr .con7_wrap .con7_box._03 a:hover::after, #content07 .inr .con7_wrap .con7_box._03 a:focus::after {
    background: url("images/home/svg/lightblue_mail.svg") no-repeat;
    background-position: center;
    background-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #content07 {
    background: none;
    position: relative;
    height: 730px;
    padding: 0;
  }
  #content07::after {
    display: none;
  }
  #content07 .subtitle {
    padding-top: 100px;
  }
  #content07 .bg_scroll_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
  }
  #content07 .bg_scroll_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(14, 117, 217, 0.6), rgba(36, 182, 226, 0.6));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
  }
  #content07 .bg_scroll_bg .bg_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url("images/home/cta_back_img.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  #content07 .inr {
    padding: 30px 40px;
  }
  #content07 .inr .con7_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    align-items: center;
  }
}
/* ---------------------------------------------------------------- */
/* head  */
/* ---------------------------------------------------------------- */
#pageTitlebox {
  height: 350px;
  position: relative;
  margin: 0 35px;
}
#pageTitlebox .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding-bottom: 350px;
}
#pageTitlebox .imgbox::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgba(46, 141, 234, 0.6), rgba(0, 103, 134, 0.6));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#pageTitlebox .imgbox img {
  border-radius: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
#pageTitlebox .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#pageTitlebox .txtbox .en, #pageTitlebox .txtbox .jp {
  text-align: center;
  color: #fff;
  margin: 0;
}
#pageTitlebox .txtbox .en {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#pageTitlebox .txtbox .en::first-letter {
  text-transform: uppercase;
}
#pageTitlebox .txtbox .jp {
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #pageTitlebox {
    height: 255px;
    position: relative;
    margin: 0 15px;
  }
  #pageTitlebox .imgbox {
    padding-bottom: 255px;
  }
  #pageTitlebox .txtbox .en {
    font-size: 22px;
  }
  #pageTitlebox .txtbox .jp {
    font-size: 32px;
  }
}
/* ---------------------------------------------------------------- */
/* 新着情報一覧  */
/* ---------------------------------------------------------------- */
#formradio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}
#formradio .formradiolist {
  cursor: pointer;
  transition: all 0.3s;
}
#formradio .formradiolist a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2E8DEA;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  padding: 5px 25px;
  border-radius: 30px;
  border: #2E8DEA solid 2px;
}
#formradio .formradiolist a.active {
  background: #2E8DEA;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #formradio {
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------- */
/* コラム一覧  */
/* ---------------------------------------------------------------- */
.column-postListWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.column-postListWrap .postBox {
  position: relative;
  box-shadow: 0 0 20px rgba(46, 141, 234, 0.16);
}
.column-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
}
.column-postListWrap .postBox a .thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.column-postListWrap .postBox a .thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  border-radius: 4px 4px 0 0;
}
.column-postListWrap .postBox a .thumbnail object {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 4px 0;
  width: auto;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2E8DEA;
  z-index: 1;
}
.column-postListWrap .postBox a .thumbnail object a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.column-postListWrap .postBox a .permaLinkWrap {
  padding: 20px;
}
.column-postListWrap .postBox a .permaLinkWrap h2.tll {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.column-postListWrap .postBox a .permaLinkWrap time {
  font-size: 16px;
  font-weight: 400;
}
.column-postListWrap .postBox a .permaLinkWrap .details {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  padding-right: 37px;
  position: relative;
  margin: 0;
}
.column-postListWrap .postBox a .permaLinkWrap .details::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-position: center;
  background-size: 23px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .column-postListWrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ---------------------------------------------------------------- */
/* サイドバーレイアウト  */
/* ---------------------------------------------------------------- */
.single main {
  overflow: visible;
}

#sidelayoutWrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 0 30px;
  margin: 40px 0 0;
  position: relative;
}
#sidelayoutWrap .main_content {
  overflow: hidden;
}
#sidelayoutWrap .main_content .main_cont_wrap {
  display: flex;
  margin-bottom: 10px;
  gap: 0 20px;
}
#sidelayoutWrap .main_content .main_cont_wrap._02 {
  margin-bottom: 30px;
}
#sidelayoutWrap .main_content .main_cont_wrap time {
  font-size: 16px;
  font-weight: 400;
}
#sidelayoutWrap .main_content .main_cont_wrap object {
  width: auto;
  height: 32px;
}
#sidelayoutWrap .main_content .main_cont_wrap object a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2E8DEA;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 0 10px;
  text-decoration: none;
}
#sidelayoutWrap .main_content .thumbnail {
  margin-bottom: 30px;
}
#sidelayoutWrap .sidebar {
  position: relative;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky {
  position: sticky;
  top: 150px;
  z-index: 1;
  border-radius: 8px;
  background: url("images/home/single_cta_back.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 17px 10px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_txt {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_txt2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 8px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_txt3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box {
  background: #fff;
  padding: 8px;
  border-radius: 4px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn {
  height: 50px;
  position: relative;
  margin-bottom: 8px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn a {
  background-image: linear-gradient(90deg, rgb(14, 117, 217), rgb(36, 182, 226));
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: transparent solid 2px;
  background-clip: padding-box;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn._02 a {
  background: #1ED0DE;
  padding-left: 20px;
  position: relative;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn._02 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_mail_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 26px;
  left: 50%;
  margin-left: -90px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn._03 {
  margin-bottom: 0;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn._03 a {
  background: #2E8DEA;
  position: relative;
  padding-left: 20px;
}
#sidelayoutWrap .sidebar .sidebar_cta_sticky .sidebar_cta_box .sidebar_cta_btn._03 a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_line_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 28px;
  left: 50%;
  margin-left: -100px;
}

@media screen and (max-width: 767px) {
  #sidelayoutWrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  #sidelayoutWrap .sidebar {
    display: none;
  }
}
#toc_container {
  height: auto;
  max-height: 420px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
}
#toc_container #details_button {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border: none;
  text-align: center;
  color: #2E8DEA;
}
#toc_container #details_button::before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 95%);
}
#toc_container #details_button::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 39px;
  color: #2E8DEA;
}

#toc_container.show {
  max-height: none;
  overflow: visible;
  transition: 0.5s ease;
}
#toc_container.show #details_button {
  height: 45px;
}
#toc_container.show #details_button::before {
  content: none;
}
#toc_container.show #details_button::after {
  content: none;
}

#toc_container {
  border: #2E8DEA solid 1px;
  border-top: #2E8DEA solid 10px;
  border-radius: 4px;
  background: #fff;
  padding: 24px 30px;
}
#toc_container .toc_title {
  font-size: 20px;
  padding-bottom: 22px !important;
  text-align: left !important;
  border-bottom: #2E8DEA solid 1px;
  padding-left: 55px !important;
  position: relative;
}
#toc_container .toc_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("images/common/toc_title.svg") no-repeat;
  background-position: center;
  background-size: 40px;
  display: block;
  left: 0;
  top: -3px;
}
#toc_container .toc_list {
  counter-reset: number_1 0;
  margin-bottom: 0 !important;
}
#toc_container .toc_list li {
  padding: 0;
}
#toc_container .toc_list li::after {
  content: none;
}
#toc_container .toc_list li a {
  margin-bottom: 18px;
  text-decoration: none;
  color: #222222;
}
#toc_container .toc_list li ul {
  margin-bottom: 0 !important;
}
#toc_container .toc_list li ul li a {
  display: block;
  margin-bottom: 18px;
}
#toc_container .toc_list > li > a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  gap: 11px;
}
#toc_container .toc_list > li > a::before {
  counter-increment: number_1 1;
  content: counter(number_1) "";
  color: #fff;
  background-color: #2E8DEA;
  border-radius: calc(infinity * 1px);
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  padding-bottom: 3px;
}
#toc_container .toc_list > li > ul {
  counter-reset: number_2 0;
  padding-left: 2.4em;
}
#toc_container .toc_list > li > ul > li > a {
  font-size: 16px;
}
#toc_container .toc_list > li > ul > li > a::before {
  counter-increment: number_2 1;
  content: counter(number_2) "｜";
  font-size: 16px;
  font-weight: 500;
  color: #2E8DEA;
}
#toc_container .toc_list > li > ul > li > ul {
  list-style: circle;
  padding-left: 2.8em;
}
#toc_container .toc_list > li > ul > li > ul li::marker {
  color: #2E8DEA;
}
#toc_container .toc_list > li > ul > li > ul > li a {
  font-size: 14px;
}
#toc_container .toc_list > li > ul > li > ul > li > ul {
  list-style: none;
}
#toc_container .toc_list > li > ul > li > ul > li > ul > li {
  padding-left: 1em;
  position: relative;
}
#toc_container .toc_list > li > ul > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 0.8em;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #2E8DEA;
  content: "";
}
#toc_container .toc_list > li > ul > li > ul > li > ul > li > ul {
  padding-left: 1.4em;
  list-style: square;
}
@media screen and (min-width: 1025px) {
  #toc_container {
    padding: 30px;
  }
  #toc_container .toc_list > li > a {
    font-size: 20px;
  }
  #toc_container .toc_list > li > ul > li a {
    font-size: 18px;
  }
  #toc_container .toc_list > li > ul > li > ul > li > a {
    font-size: 16px;
  }
  #toc_container .toc_list > li > ul > li > ul > li > ul > li a {
    font-size: 14px;
  }
}

/* ---------------------------- */
/* 詳細ページ　pagelink */
/* ---------------------------- */
.post_link_pn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_link_pn_box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px 43px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  border: #2E8DEA solid 1px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_link_pn_box a:hover, .post_link_pn_box a:focus {
  color: #333 !important;
}
@media (max-width: 767px) {
  .post_link_pn_box a {
    padding: 4px 15px 55px;
    height: 0;
    overflow: hidden;
    background: #fff;
    color: #333;
  }
  .post_link_pn_box a::after {
    color: #222222;
  }
}
.post_link_pn_box .previous_post_box {
  width: calc(50% - 30px);
  border-radius: 4px;
}
.post_link_pn_box .previous_post_box a::after {
  content: "前の記事へ";
  position: absolute;
  bottom: 15px;
  color: #2E8DEA;
  left: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: url("images/common/previous_post.svg") no-repeat;
  background-size: 20px;
  padding: 0 40px;
  background-position: top 2px left 10px;
  margin-left: -65px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .post_link_pn_box .previous_post_box:hover a::after, .post_link_pn_box .previous_post_box:focus a::after {
    background-position: top 2px left 0px;
    transition: 0.3s ease-in;
  }
}
.post_link_pn_box .next_post_box {
  width: calc(50% - 30px);
  border-radius: 4px;
}
.post_link_pn_box .next_post_box a::after {
  content: "次の記事へ";
  position: absolute;
  bottom: 15px;
  color: #2E8DEA;
  left: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: url("images/home/svg/circle_arrow.svg") no-repeat;
  background-size: 20px;
  padding: 0 40px;
  background-position: top 2px right 10px;
  margin-left: -85px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .post_link_pn_box .next_post_box:hover a::after, .post_link_pn_box .next_post_box:focus a::after {
    background-position: top 2px right 0px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 767px) {
  .post_link_pn_box {
    padding: 0;
  }
  .post_link_pn_box .previous_post_box {
    margin-bottom: 20px;
    width: 100%;
    height: 78px;
  }
  .post_link_pn_box .previous_post_box a {
    padding: 15px 40px;
    height: 100%;
  }
  .post_link_pn_box .previous_post_box a::after {
    bottom: 10px;
  }
  .post_link_pn_box .next_post_box {
    width: 100%;
    height: 78px;
  }
  .post_link_pn_box .next_post_box a {
    padding: 15px 40px;
    height: 100%;
  }
  .post_link_pn_box .next_post_box a::after {
    bottom: 10px;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* 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;
}

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-top: 67px;
}

.archive #cnts, .page-template-default #cnts {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  #cnts {
    margin-top: 75px;
  }
  .archive #cnts {
    padding-bottom: 60px;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.pcmbreadcrumbsWrap {
  margin-top: 15px;
}

.pcm-breadcrumbs {
  margin-bottom: 60px;
}
.pcm-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.pcm-breadcrumbs__item {
  margin-bottom: 0 !important;
}
.pcm-breadcrumbs__item::marker {
  display: none !important;
}
.pcm-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
}
.pcm-breadcrumbs__link {
  color: #575757 !important;
  text-decoration: none !important;
}
.pcm-breadcrumbs__link:hover {
  color: #2E8DEA !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .pcm-breadcrumbs {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pcm-breadcrumbs {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .pcm-breadcrumbs {
    max-width: 750px;
  }
  .pcm-breadcrumbs__list {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-right: 20px;
  }
  .pcm-breadcrumbs__list::-webkit-scrollbar {
    display: none;
  }
  .pcm-breadcrumbs__item {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
#singlePage h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #2E8DEA;
  display: block;
  left: 0;
  bottom: 0;
}
#singlePage h2._center::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.postPage #postCnt {
  min-height: 300px;
}
.postPage h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
  margin: 0 0 30px;
  position: relative;
}
.postPage h2._center {
  text-align: center;
}
.postPage h3 {
  font-size: 26px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 30px;
}
.postPage h3._center {
  text-align: center;
}
.postPage h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  border-bottom: #BCBCBC solid 2px;
  position: relative;
}
.postPage h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #2E8DEA;
  display: block;
  left: 0;
  bottom: -1px;
}
.postPage h5 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  margin: 0 0 20px;
}
.postPage h5::before {
  content: "";
  background: #2E8DEA;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 15px;
  display: block;
}
.postPage h6 {
  font-size: 18px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 20px;
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.5;
}
.postPage .subtitle {
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  color: #2E8DEA;
  font-family: "Caveat", cursive;
}
.postPage .subtitle._center {
  text-align: center;
}
.postPage .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 40px;
}
.postPage .title._center {
  text-align: center;
}
.postPage .titleh2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
  margin: 0 0 30px;
  position: relative;
}
.postPage .titleh2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background: #2E8DEA;
  display: block;
  left: 0;
  bottom: 0;
}
.postPage .titleh2._center {
  text-align: center;
}
.postPage .titleh2._center::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.postPage .titleh3 {
  font-size: 26px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 30px;
}
.postPage .titleh3._center {
  text-align: center;
}
.postPage .titleh4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
  border-bottom: #BCBCBC solid 2px;
  position: relative;
}
.postPage .titleh4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #2E8DEA;
  display: block;
  left: 0;
  bottom: -1px;
}
.postPage .titleh5 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  margin: 0 0 20px;
}
.postPage .titleh5::before {
  content: "";
  background: #2E8DEA;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 15px;
  display: block;
}
.postPage .titleh6 {
  font-size: 18px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 20px;
}
.postPage .navy_color {
  color: #0056A9;
}
.postPage .box:nth-of-type(n + 2) {
  margin-top: 120px;
}
.postPage .box2:nth-of-type(n + 2) {
  margin-top: 0;
}
.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: bold;
}
.postPage .semibold {
  font-weight: 600;
}
.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 code {
  font-family: "Noto Sans JP", sans-serif;
}
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.postPage a {
  position: relative;
}
.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #36BABA;
}
.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: #2E8DEA;
}
.postPage a.textArrow:hover {
  color: #36BABA;
  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: #36BABA;
}
.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #2E8DEA;
  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;
}
.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.postPage table tr {
  border-bottom: #BCBCBC solid 2px;
}
.postPage table tr th, .postPage table tr td {
  padding: 20px 0;
  width: auto;
  line-height: 1.4;
}
.postPage table tr th {
  font-weight: 700;
  vertical-align: top;
  min-width: 190px;
  text-align: center;
  width: auto;
  color: #2E8DEA;
}
.postPage table tr th.w200 {
  width: 200px;
}
.postPage table tr th.thLeft {
  text-align: left;
}
.postPage table tr td {
  border-left: none;
}
.postPage table tr .tw15p {
  width: 15%;
}
.postPage table tr .tw25p {
  width: 25%;
}
.postPage table tr .tw30p {
  width: 30%;
}
.postPage table tr .tw33p {
  width: 33.333% !important;
  min-width: inherit;
}
.postPage table tr .tw45p {
  width: 45% !important;
  min-width: inherit;
}
.postPage table tr .tw50p {
  width: 50%;
  min-width: inherit;
}
.postPage table tr .sptw50p {
  width: 50%;
  min-width: inherit;
}
.postPage table tr .tw70p {
  width: 70%;
}
.postPage table tr .tw140 {
  width: 140px !important;
}
.postPage table tr .tw180 {
  width: 180px !important;
}
.postPage table tr .tw200 {
  width: 200px !important;
}
.postPage table tr .tw210 {
  width: 210px;
}
.postPage table tr .tw230 {
  width: 230px !important;
  min-width: 230px !important;
}
.postPage table tr .tw320 {
  width: 320px !important;
  min-width: 320px !important;
}
.postPage table tr .tw350 {
  width: 350px !important;
  min-width: 350px !important;
}
.postPage table tr .tw420 {
  width: 420px !important;
  min-width: 420px !important;
}
.postPage table tr .bg_lightblue {
  background: #E5F9FF;
}
.postPage table tr .bg_lightblue {
  background: #E5F9FF;
}
.postPage table tr .orange_color {
  color: #F28000;
}
.postPage table.type2 {
  border: #2E8DEA solid 1px;
}
.postPage table.type2 tr {
  border-bottom: 1px solid #2E8DEA;
}
.postPage table.type2 tr:nth-child(odd) {
  background-color: inherit;
}
.postPage table.type2 tr th, .postPage table.type2 tr td {
  padding: 8px 12px;
  border-collapse: collapse;
}
.postPage table.type2 tr th {
  background: #2E8DEA;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.postPage table.type2 tr th + th {
  border-left: 1px solid #fff;
}
.postPage table.type2 tr td {
  background: #fff;
  border-left: 1px solid #2E8DEA;
}
.postPage table.type3 {
  border: #2E8DEA solid 1px;
}
.postPage table.type3 tr {
  border-bottom: 1px solid #2E8DEA;
}
.postPage table.type3 tr:nth-child(odd) {
  background-color: inherit;
}
.postPage table.type3 tr th, .postPage table.type3 tr td {
  padding: 8px 12px;
  border-collapse: collapse;
}
.postPage table.type3 tr th {
  background: #2E8DEA;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.postPage table.type3 tr th + th {
  border-left: 1px solid #fff;
}
.postPage table.type3 tr td {
  background: #fff;
}
.postPage table.type3 tr td + td {
  border-left: 1px solid #2E8DEA;
}
.postPage table.type3 tr td:nth-of-type(1) {
  border-left: none;
}
.postPage table.type3 tr:last-child th {
  border-bottom: #2E8DEA solid 1px;
}
.postPage table.type4 {
  border-right: 2px solid #2E8DEA;
  border-bottom: 2px solid #2E8DEA;
}
.postPage table.type4 tr {
  border-bottom: 2px solid #2E8DEA !important;
}
.postPage table.type4 tr th, .postPage table.type4 tr td {
  padding: 15px 10px;
  border-left: #2E8DEA solid 2px;
  border-collapse: collapse;
}
.postPage table.type4 tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.postPage table.type4 tr td {
  border-left: 2px solid #2E8DEA !important;
}
.postPage table.type4 tr:first-child th {
  background: #fff;
  border-top: none;
  border-left: none;
  font-size: 20px;
  font-weight: 500;
}
.postPage table.type4 tr:first-child th + th {
  border-left: 1px solid #fff;
}
.postPage table.type4 tr:first-child th:nth-child(2) {
  background: #989898;
  color: #fff;
}
.postPage table.type4 tr:first-child th:nth-child(3) {
  background: #2E8DEA;
  color: #fff;
}
.postPage table.type5 {
  border-right: 2px solid #2E8DEA;
  border-bottom: 2px solid #2E8DEA;
}
.postPage table.type5 tr {
  border-bottom: 2px solid #2E8DEA !important;
}
.postPage table.type5 tr th, .postPage table.type5 tr td {
  padding: 15px 10px;
  border-left: #2E8DEA solid 2px;
  border-collapse: collapse;
}
.postPage table.type5 tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
.postPage table.type5 tr td {
  border-left: 2px solid #2E8DEA !important;
}
.postPage table.type5 tr:first-child th {
  background: #fff;
  border-top: none;
  border-left: none;
  font-size: 20px;
  font-weight: 500;
}
.postPage table.type5 tr:first-child th + th {
  border-left: 1px solid #fff;
}
.postPage table.type5 tr:first-child th:nth-child(2) {
  background: #989898;
  color: #fff;
}
.postPage table.type5 tr:first-child th:nth-child(3) {
  background: #989898;
  color: #fff;
}
.postPage table.type5 tr:first-child th:nth-child(4) {
  background: #2E8DEA;
  color: #fff;
}
.postPage .tableSc {
  overflow: inherit !important;
  white-space: normal;
  width: 100%;
}
.postPage .tableSc table {
  width: 100%;
}
.postPage .tableSc table tr {
  border-bottom: 1px solid #2E8DEA;
}
.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: #2E8DEA;
  text-align: center;
  vertical-align: middle;
  min-width: inherit;
}
.postPage .tableSc table tr th + th {
  border-left: 1px solid #fff;
}
.postPage .tableSc table tr td + td {
  border-left: 1px solid #2E8DEA;
}
.postPage blockquote {
  background: #F4FBFF;
  width: 100%;
  border-radius: 8px;
  padding: 25px;
  margin: 0 0 60px;
  position: relative;
}
.postPage blockquote p {
  margin: 0 0 15px;
}
.postPage blockquote p:last-child {
  margin-bottom: 0;
}
.postPage blockquote.blockquote02 {
  background: #FFF8DE;
}
.postPage dl {
  margin: 0 0 30px;
}
.postPage dl dt {
  font-weight: bold;
}
.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}
.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: #2E8DEA;
}
.postPage ul.iconList li {
  padding: 0 0 0 20px;
}
.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: #2E8DEA;
  border-radius: 50%;
}
.postPage ul.number {
  margin-left: 30px;
}
.postPage ul.number li {
  padding: 0;
  list-style: decimal-leading-zero;
  line-height: 1.75;
}
.postPage ul.number li::marker {
  color: #2E8DEA;
  font-weight: 500;
}
.postPage ul.number li ul {
  margin-top: 15px;
  margin-left: 0;
  padding-bottom: 0;
}
.postPage ul.number li ul li {
  list-style: none;
}
.postPage ul.number li ul li span {
  color: #2E8DEA;
  font-weight: 500;
}
.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 address {
  font-style: normal;
}
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .postPage .subtitle {
    font-size: 50px;
  }
  .postPage .title {
    font-size: 26px;
  }
  .postPage .titleh2 {
    font-size: 26px;
  }
  .postPage .titleh3 {
    font-size: 24px;
  }
  .postPage .titleh4 {
    font-size: 20px;
  }
  .postPage .titleh5 {
    font-size: 18px;
  }
  .postPage .titleh6 {
    font-size: 16px;
  }
  .postPage table tr {
    /*.tw15p { width: 100%; }
                .tw30p { width: 100%; }
                .tw33p { width: 100%; }
                .tw50p { width: 100%; }
                .tw70p { width: 100%; }
    .tw140 { width: 100%; }
    .tw180 { width: 100%; }
                .tw200 { width: 100%; }
                .tw210 { width: 100%; }
    .tw230 { width: 100%; }
    .tw320 { width: 100%; }
    */
  }
  .postPage table tr th, .postPage table tr td {
    display: block;
    width: 100%;
  }
  .postPage table tr th + td, .postPage table tr td + td {
    border-left: 0;
  }
  .postPage table tr th {
    min-width: 1px;
    padding-bottom: 0;
    text-align: left;
  }
  .postPage table tr th.w200 {
    width: 100%;
  }
  .postPage table tr .sptw50p {
    width: 50% !important;
  }
  .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-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .postPage .box:nth-of-type(n + 2) {
    margin-top: 90px;
  }
  .postPage .box2:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 固定ページ */
/* ---------------------------------------------------------------- */
#page01, #page02 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.max-width720 {
  max-width: 720px;
  margin: 0 auto 30px;
  display: block;
}

.radius8 {
  border-radius: 8px;
}

.radius16 {
  border-radius: 16px;
}

.ratio-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ratio-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
}

.ratio-img60p {
  padding-bottom: 60%;
}

.ratio-img40p {
  padding-bottom: 40%;
}

.ratio-img30p {
  padding-bottom: 30%;
}

.ratio-img280 {
  padding-bottom: 280px;
}

.radius60 {
  border-radius: 60px;
}

.num {
  font-size: 14px;
  font-weight: 700;
  color: #0056A9;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin: 0 !important;
}
.num span {
  font-size: 34px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.num.num_b {
  color: #2E8DEA;
}

.page_cta_box {
  padding-top: 90px;
}
.page_cta_box.twocolors {
  background: linear-gradient(180deg, #F4FBFF 0%, #F4FBFF 50%, #fff 50%, #fff 100%);
}
.page_cta_box._02 {
  padding-top: 0;
}

.w_bottom_wave {
  padding-bottom: 230px;
  position: relative;
}
.w_bottom_wave::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 175px;
  display: block;
  background: url("images/home/svg/wave_backimg_top.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.b_bottom_wave {
  position: relative;
  padding-bottom: 200px;
}
.b_bottom_wave::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 147px;
  display: block;
  background: url("images/home/svg/wave_backimg_bottom.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
}

.bg_blue {
  background: #F4FBFF;
}

.bg_maincolor {
  background: #2E8DEA;
}
.bg_maincolor .titleh2 {
  color: #fff;
}
.bg_maincolor .titleh2::before {
  background: #fff;
}

.bg_yellowgreen_grade {
  background-image: linear-gradient(180deg, rgb(244, 255, 247), rgb(232, 247, 247));
}

.box3 {
  padding-bottom: 120px;
}

.box4 {
  padding: 120px 0;
}

.box5 {
  padding-top: 120px;
}

.bg_character {
  background: url("images/common/company/character_back_img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.page-template-page03 .page54_bg_blue, .single .page54_bg_blue {
  position: relative;
}
.page-template-page03 .page54_bg_blue::before, .single .page54_bg_blue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 190px;
  display: block;
  background: url("images/home/svg/wave_backimg_bottom.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -190px;
  z-index: 1;
  left: 0;
}
.page-template-page03 #content07, .single #content07 {
  padding-top: 310px;
  height: 890px;
}

.flex3Wrap {
  display: flex;
  gap: 20px;
}
.flex3Wrap.justify_center {
  justify-content: center;
}
.flex3Wrap.align_center {
  align-items: center;
}
.flex3Wrap.flex_wrap {
  flex-wrap: wrap;
}
.flex3Wrap .flexBox {
  max-width: 33%;
  flex-basis: 33%;
}

.grid4Wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.grid4Wrap.columngap30 {
  grid-column-gap: 30px;
}
.grid4Wrap.columngap8 {
  grid-column-gap: 8px;
}
.grid4Wrap.Rowsgap8 {
  grid-row-gap: 30px;
}

.grid3Wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid3Wrap.columngap20 {
  grid-column-gap: 20px;
}
.grid3Wrap.columngap8 {
  grid-column-gap: 8px;
}
.grid3Wrap.rowsgap30 {
  grid-row-gap: 30px;
}
.grid3Wrap.Rowsgap8 {
  grid-row-gap: 30px;
}

.flex {
  display: flex;
  gap: 0 30px;
}

.main_color {
  color: #2E8DEA;
}

.text_color {
  color: #333;
}

.white_color {
  color: #fff;
}

.txt_decoration {
  text-decoration: none;
}

.com_inr {
  padding: 120px 60px;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
}
.com_inr.oversizedtrash_inr {
  padding: 80px 50px;
}

.com_history {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com_history .com_his_leftbox {
  max-width: 38%;
  flex-basis: 38%;
  padding-right: 40px;
}
.com_history .com_his_leftbox p {
  font-weight: 700;
  text-align: right;
  margin: 0;
  padding-bottom: 40px;
  color: #2E8DEA;
}
.com_history .com_his_leftbox p.last {
  padding-bottom: 0;
}
.com_history .com_his_rightbox {
  max-width: 60%;
  flex-basis: 60%;
  position: relative;
  padding-left: 40px;
}
.com_history .com_his_rightbox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #DBDBDB;
  display: block;
  left: 0;
  top: 0;
}
.com_history .com_his_rightbox p {
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 40px;
}
.com_history .com_his_rightbox p::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2E8DEA;
  left: -50px;
  top: 0;
  display: block;
}
.com_history .com_his_rightbox p.last {
  padding-bottom: 0;
}

.character_inr {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 50px;
}
.character_inr .characterbox {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 0 30px;
  padding: 0 0 40px;
  border-bottom: #2E8DEA solid 1px;
}
.character_inr .characterbox._02 {
  grid-template-columns: 1fr 250px;
  padding-top: 40px;
}

.character_column {
  padding-top: 40px;
}
.character_column .charaimg {
  max-width: 290px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}

.onayami .onayami_top {
  padding: 120px 0 60px;
  position: relative;
}
.onayami .onayami_top::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 175px;
  background: url("images/common/business_waste/concerns_img.svg") no-repeat;
  background-position: center;
  background-size: 215px;
  bottom: -52px;
  left: 50%;
  display: block;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.onayami .onayami_top::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #F4FBFF;
  left: 0;
  bottom: -49px;
  z-index: 1;
}
.onayami .onayami_top .onayami4Wrap {
  display: grid;
  gap: 0 8px;
  grid-template-columns: repeat(4, 1fr);
}
.onayami .onayami_top .onayami4Wrap .onayamicol {
  width: 270px;
  height: 270px;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.onayami .onayami_top .onayami4Wrap .onayamicol::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 30px;
  display: block;
  background: url("images/common/business_waste/onayami_icon.svg") no-repeat;
  background-position: center;
  background-size: 21px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.onayami .onayami_top .onayami4Wrap .onayamicol:first-child, .onayami .onayami_top .onayami4Wrap .onayamicol:nth-child(4) {
  margin-top: 70px;
}
.onayami .onayami_top .onayami4Wrap .onayamicol h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.onayami .onayami_top .onayami4Wrap .onayamicol h3 span {
  color: #2E8DEA;
}
.onayami .onayami_bottom {
  background: #2E8DEA url(images/common/service/onayami_character.png) no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
  padding: 80px 0 50px;
}
.onayami .onayami_bottom .onayami_b_txt {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.onayami .onayami_bottom .onayami_b_txt img {
  margin-right: 10px;
}
.onayami .onayami_bottom .onayami_b_txt span {
  font-size: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .onayami .onayami_top .onayami4Wrap .onayamicol {
    width: 200px;
    height: 200px;
  }
  .onayami .onayami_top .onayami4Wrap .onayamicol h3 {
    font-size: 18px;
  }
}

.column2 {
  padding: 20px;
  background: #fff;
  display: grid;
  gap: 0 15px;
  grid-template-columns: 180px 1fr;
  align-items: center;
}

.column1 {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
}

.service_area {
  position: relative;
  z-index: 0;
}
.service_area::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: url("images/common/business_waste/area_akashi.svg") no-repeat;
  background-position: top right;
  background-size: 1200px 510px;
  display: block;
  z-index: -1;
}
.service_area.industrialwaste_area::before {
  top: -1px;
  background: url("images/common/industrial_waste/area_hyougo.svg") no-repeat;
  background-position: top right;
  background-size: 1200px auto;
}

.width70p {
  width: 70%;
}

.justify_center {
  justify-content: center;
}

.max-width540 {
  max-width: 540px;
}

.margin_auto {
  margin: 0 auto;
}

.display_block {
  display: block;
}

.mailbtn {
  background: #1ED0DE;
  position: relative;
  border: #1ED0DE solid 1px;
  padding-left: 20px;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  max-width: 260px;
}
.mailbtn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("images/home/svg/header_mail_icon.svg") no-repeat;
  display: block;
  background-position: center;
  background-size: 26px;
  left: 50%;
  margin-left: -90px;
}

.flowbox .flow_circle {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 20px;
}
.flowbox .flow_circle::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 25px;
  background: url(images/common/service/triangle.svg) no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -60px;
}
.flowbox .flow_circle .flow_num {
  position: absolute;
  top: 0;
  left: -15px;
  width: 72px;
  height: 72px;
  background-image: linear-gradient(120deg, rgb(36, 182, 226), rgb(46, 141, 234));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
}
.flowbox .flow_circle .flow_num p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.flowbox .flow_circle .flow_num p span {
  font-size: 28px;
  line-height: 1;
}
.flowbox .flow_txt .flowh3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.flowbox:last-child .flow_circle::after {
  display: none;
}

.voice2Wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 40px;
  align-items: center;
  padding: 0 0 40px;
  border-bottom: #707070 solid 1px;
}
.voice2Wrap._02 {
  grid-template-columns: 1fr 220px;
  padding: 40px 0;
}
.voice2Wrap.last {
  padding: 40px 0 0;
  border-bottom: none;
}
.voice2Wrap .txtbox .voiceeh3 {
  margin-bottom: 15px;
}

.overlapWrap {
  position: relative;
}
.overlapWrap .overlapimgbox {
  width: 60%;
}
.overlapWrap .overlaptxtbox {
  position: absolute;
  right: 0;
  top: 120px;
  width: 60%;
  background: #F8F8F8;
  padding: 50px 40px;
}

.blue_frame {
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
  padding: 40px;
  background: #fff;
  margin-bottom: 40px;
}
.blue_frame._02 {
  padding: 60px 40px 30px;
}

.external_link {
  font-size: 16px;
  font-weight: 700;
  color: #24B6E2;
  text-decoration: none;
  border-bottom: #24B6E2 solid 1px;
  display: inline-block;
  align-items: center;
  padding-bottom: 8px;
}
.external_link img {
  margin-left: 8px;
}

.grid230 {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0 30px;
  margin-bottom: 40px;
}

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

.row_of_houses {
  position: relative;
  padding: 70px 0;
}
.row_of_houses::after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  background: url("images/common/company/philosophy_back.svg") no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  display: block;
}

.junkremoval_pricewrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin-bottom: 20px;
}
.junkremoval_pricewrap .junkremoval_pricebox {
  padding: 42px 20px 30px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
}
.junkremoval_pricewrap .junkremoval_pricebox .junkremoval_tllbox {
  position: absolute;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background-color: #2E8DEA;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -25px;
}
.junkremoval_pricewrap .junkremoval_pricebox .junkremoval_tllbox h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txt1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
}
.junkremoval_pricewrap .junkremoval_pricebox .imgbox {
  margin-bottom: 23px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txtbox {
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  margin-bottom: 15px;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txtbox .jm_col {
  background: #F4F4F4;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txtbox .jm_col::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("images/common/junk_removal/price_plus.svg") no-repeat;
  background-position: center;
  background-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -19px;
  display: block;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txtbox .jm_col p {
  font-size: 18px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txtbox .jm_col:last-child::after {
  display: none;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txt2 {
  font-size: 18px;
  margin: 0 0 8px;
  text-align: center;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txt3 {
  font-size: 32px;
  color: #2E8DEA;
  font-weight: 700;
  margin: 0;
  text-align: center;
  position: relative;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txt3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 11px;
  display: block;
  background-color: #FFF8DE;
}
.junkremoval_pricewrap .junkremoval_pricebox .jm_txt3 span {
  font-size: 18px;
  font-weight: 700;
}

.casebox {
  border-radius: 16px;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 40px;
  margin-bottom: 40px;
}
.casebox.last {
  margin-bottom: 0;
}
.casebox .casetxtbox h3 {
  font-size: 24px;
  font-weight: 700;
  color: #012445;
  margin: 0 0 22px;
}
.casebox .casetxtbox .case_categoybox {
  display: flex;
  gap: 0 18px;
  margin-bottom: 13px;
  display: flex;
}
.casebox .casetxtbox .case_categoybox .c_cat {
  width: auto;
  height: 30px;
  background: #2E8DEA;
  border-radius: 32px;
  padding: 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casebox .casetxtbox .case_categoybox .c_cat p {
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.casebox .casetxtbox .case_price {
  display: flex;
  gap: 0 50px;
  margin-bottom: 15px;
}
.casebox .casetxtbox .case_price .c_price .casetxt1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #333;
}
.casebox .casetxtbox .case_price .c_price .casetxt1 .casetxt2 {
  font-size: 16px;
  font-weight: 700;
  color: #2E8DEA;
  margin-right: 15px;
}
.casebox .casetxtbox .case_price .c_price .casetxt1 .casetxt3 {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
.casebox .casetxtbox .case_group {
  background: #F6FAFD;
  padding: 8px 20px 20px;
  margin-bottom: 20px;
}
.casebox .casetxtbox .case_group .casetxt4 {
  font-size: 16px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 10px;
}
.casebox .casetxtbox .case_group .casetxt5 {
  font-size: 14px;
  font-weight: 700;
  color: #012445;
  margin: 0;
}
.casebox .casetxtbox .case_group2 .casetxt6 {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #2E8DEA;
  margin: 0 0 20px;
}
.casebox .casetxtbox .case_group2 .casetxt7 {
  font-size: 14px;
  font-weight: 400;
  color: #012445;
  margin: 0;
}
.casebox .caseimgbox {
  display: grid;
  gap: 32px 0;
  position: relative;
}
.casebox .caseimgbox .imagebox {
  position: relative;
  width: 100%;
  padding-bottom: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.casebox .caseimgbox .imagebox span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 8px 0;
  background: #B1B1B1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  width: 80px;
  height: 40px;
}
.casebox .caseimgbox .imagebox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  border-radius: 8px;
}
.casebox .caseimgbox .imagebox._02 {
  border: #0056A9 solid 4px;
}
.casebox .caseimgbox .imagebox._02::after {
  display: none;
}
.casebox .caseimgbox .imagebox._02 span {
  background: #0056A9;
  border-radius: 3px 0 8px 0;
}
.casebox .caseimgbox .imagebox._02 img {
  border-radius: 3px;
}
.casebox .caseimgbox::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 40px;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 26px solid #fed714;
  border-bottom: 0;
  top: 51%;
  left: 50%;
  display: block;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.vehiclebox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
}
.vehiclebox .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.vehiclebox .imgbox img {
  border-radius: 8px 0 0 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
.vehiclebox .txtbox {
  padding: 15px;
}

.iecarecarrybox {
  border-radius: 8px;
}
.iecarecarrybox .iecarecarry_tllbox {
  border-radius: 8px 8px 0 0;
  background: #2E8DEA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.iecarecarrybox .iecarecarry_tllbox p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.iecarecarrybox .iecarecarry_txtbox {
  background: #F4FBFF;
  padding: 30px 35px;
  border-radius: 0 0 8px 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 65px;
  position: relative;
}
.iecarecarrybox .iecarecarry_txtbox::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 35px;
  background: url(images/home/svg/blue_arrow.svg) no-repeat;
  background-size: 30px;
  background-position: center;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.oversizedtrash2Wrap {
  row-gap: 40px;
}
.oversizedtrash2Wrap .columnBox {
  position: relative;
}
.oversizedtrash2Wrap .columnBox::before {
  content: "01";
  position: absolute;
  font-family: "Jost", sans-serif;
  width: 80px;
  height: 90px;
  font-size: 66px;
  font-weight: 700;
  color: #0C6CDE;
  top: -50px;
  left: 5px;
  display: block;
  z-index: 1;
}
.oversizedtrash2Wrap .columnBox:nth-child(2)::before {
  content: "02";
}
.oversizedtrash2Wrap .columnBox:nth-child(3)::before {
  content: "03";
}
.oversizedtrash2Wrap .columnBox:nth-child(4)::before {
  content: "04";
}

@media screen and (max-width: 767px) {
  .ratio-img280 {
    padding-bottom: 135px;
  }
  .page_cta_box {
    padding-top: 60px;
  }
  .page_cta_box._02 {
    padding-top: 0;
  }
  .w_bottom_wave {
    padding-bottom: 106px;
  }
  .w_bottom_wave::after {
    height: 65px;
  }
  .b_bottom_wave::before {
    height: 46px;
  }
  .spratio-img60p {
    padding-bottom: 60%;
  }
  .box3 {
    padding-bottom: 90px;
  }
  .box4 {
    padding: 90px 0;
  }
  .box5 {
    padding-top: 90px;
  }
  .page-template-page03 .page54_bg_blue, .single .page54_bg_blue {
    padding-bottom: 60px;
  }
  .page-template-page03 .page54_bg_blue::before, .single .page54_bg_blue::before {
    height: 46px;
    bottom: -46px;
  }
  .page-template-page03 #content07, .single #content07 {
    padding-top: 106px;
    height: 776px;
  }
  .onayami .onayami_top {
    padding: 90px 0 45px;
    position: relative;
  }
  .onayami .onayami_top::before {
    background: url("images/common/business_waste/concerns_img.svg") no-repeat;
    background-position: center;
    background-size: 130px;
    bottom: -83px;
  }
  .onayami .onayami_top .onayami4Wrap {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .onayami .onayami_top .onayami4Wrap .onayamicol {
    width: 165px;
    height: 165px;
    padding: 10px;
  }
  .onayami .onayami_top .onayami4Wrap .onayamicol::before {
    background: url("images/common/business_waste/onayami_icon.svg") no-repeat;
    background-position: center;
    background-size: 15px;
    top: 5px;
  }
  .onayami .onayami_top .onayami4Wrap .onayamicol:first-child, .onayami .onayami_top .onayami4Wrap .onayamicol:nth-child(4) {
    margin-top: 0;
  }
  .onayami .onayami_top .onayami4Wrap .onayamicol h3 {
    font-size: 16px;
  }
  .onayami .onayami_bottom {
    padding: 80px 0 30px;
    background: #2E8DEA url(images/common/service/onayami_character.png) no-repeat;
    background-position: center bottom;
    background-size: 90% auto;
  }
  .onayami .onayami_bottom .onayami_b_txt {
    font-size: 20px;
  }
  .onayami .onayami_bottom .onayami_b_txt img {
    max-width: 200px;
  }
  .onayami .onayami_bottom .onayami_b_txt span {
    font-size: 26px;
  }
  .com_inr {
    padding: 30px 25px;
  }
  .com_inr.oversizedtrash_inr {
    padding: 50px 15px;
  }
  .com_history {
    padding-left: 30px;
    position: relative;
  }
  .com_history::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 96%;
    background: #BCBCBC;
    display: block;
    left: 0;
    top: 0;
  }
  .com_history .circle {
    color: #2E8DEA;
    margin: 0 0 10px;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
  }
  .com_history .circle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2E8DEA;
    left: -40px;
    top: 0;
    display: block;
  }
  .column1 {
    padding: 20px 15px;
  }
  .column2 {
    padding: 15px;
    grid-template-columns: 138px 1fr;
  }
  .grid4Wrap.spgridWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid4Wrap.rowgap40 {
    gap: 40px 0;
  }
  .grid4Wrap.rowgap20 {
    gap: 20px 0;
  }
  .flowbox {
    position: relative;
    justify-content: center;
  }
  .flowbox::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 25px;
    background: url(images/common/service/under_triangle.svg) no-repeat;
    background-position: center;
    background-size: 20px;
    display: block;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
  }
  .flowbox .flow_circle {
    width: 150px;
    height: 150px;
  }
  .flowbox .flow_circle .flow_num {
    width: 54px;
    height: 54px;
    left: -10px;
  }
  .flowbox .flow_circle .flow_num p {
    font-size: 10px;
  }
  .flowbox .flow_circle .flow_num p span {
    font-size: 20px;
  }
  .flowbox .flow_circle::after {
    display: none;
  }
  .flowbox .flow_txt .flowh3 {
    font-size: 16px;
  }
  .flowbox:nth-child(4)::after {
    display: none;
  }
  .service_area {
    padding: 260px 0 90px;
  }
  .service_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 230px;
    background: url(images/common/service/sp_area.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
  }
  .service_area.industrialwaste_area::before {
    background: url("images/common/industrial_waste/area_hyougo.svg") no-repeat;
    background-position: top right;
    background-size: cover;
  }
  .bg_yellowgreen_grade {
    margin: 0 15px;
    border-radius: 32px;
  }
  .bg_yellowgreen_grade .subtitle, .bg_yellowgreen_grade .title {
    text-align: center;
  }
  .spwidth100p {
    width: 100%;
  }
  .spwidth185 {
    max-width: 185px !important;
    margin: 0 auto;
    display: block;
  }
  .voice2Wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    align-items: center;
    padding: 0 0 30px;
    border-bottom: #707070 solid 1px;
  }
  .voice2Wrap._02 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px 0;
  }
  .voice2Wrap.last {
    padding: 30px 0 0;
    border-bottom: none;
  }
  .voice2Wrap .imgbox img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
  }
  .voice2Wrap .txtbox .voiceeh3 {
    margin-bottom: 20px;
  }
  .overlapWrap {
    position: relative;
  }
  .overlapWrap .overlapimgbox {
    width: 100%;
    margin-bottom: -10px;
  }
  .overlapWrap .overlaptxtbox {
    position: static;
    right: 0;
    top: auto;
    width: 100%;
    background: #F8F8F8;
    padding: 30px 20px;
  }
  .overlapWrap .overlaptxtbox h2 {
    margin-bottom: 30px !important;
  }
  .grid230 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-bottom: 20px;
  }
  .typeh3 {
    font-size: 16px !important;
  }
  .horizontal_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal_scroll img {
    max-width: 100%;
    min-width: 650px;
    vertical-align: top;
  }
  .junkremoval_pricewrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .casebox {
    border-radius: 16px;
    box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px 0;
  }
  .casebox .casetxtbox {
    order: 2;
  }
  .casebox .casetxtbox h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .casebox .casetxtbox .case_categoybox {
    gap: 0 10px;
  }
  .casebox .casetxtbox .case_price {
    display: block;
    gap: 10px 0;
    margin-bottom: 15px;
  }
  .casebox .caseimgbox {
    display: grid;
    gap: 32px 0;
    order: 1;
    position: relative;
  }
  .blue_frame {
    box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 40px;
  }
  .blue_frame._02 {
    padding: 40px 20px 30px;
  }
  .vehiclebox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .vehiclebox .imgbox {
    border-radius: 8px 8px 0 0;
  }
  .vehiclebox .imgbox img {
    border-radius: 8px 8px 0 0;
  }
  .iecarecarrybox .iecarecarry_txtbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    padding: 20px 15px;
  }
  .grid3Wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid3Wrap.columngap20 {
    grid-column-gap: 20px;
  }
  .grid3Wrap.rowsgap30 {
    grid-row-gap: 30px;
  }
  .character_inr {
    padding: 30px 20px;
  }
  .character_inr .characterbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding: 0 0 40px;
    border-bottom: #2E8DEA solid 1px;
  }
  .character_inr .characterbox._02 {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .character_inr .characterbox .characterimgbox {
    order: 1;
  }
  .character_inr .characterbox .characterimgbox img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .character_inr .characterbox .charactertxtbox {
    order: 2;
  }
  .character_column .charaimg {
    max-width: 200px;
  }
}
/* ---------------------------------------------------------------- */
/* 採用情報 */
/* ---------------------------------------------------------------- */
#recruitPage #cnts {
  margin: 0;
}

.single-requirements #cnts {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .single-requirements #cnts {
    margin-bottom: 60px;
  }
}
/* ---------------------------- */
/* 採用情報ヘッダー */
/* ---------------------------- */
#recruit01, #recruit02, #recruit03, #recruit04, #recruit05 {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

#headerrecruit {
  position: fixed;
  top: 20px;
  height: 82px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  z-index: 5;
}
#headerrecruit #headerCnt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
#headerrecruit #headerCnt #logoArea {
  flex-basis: 195px;
  width: 195px;
  height: 100%;
  align-self: center;
  position: absolute;
  top: 0;
}
#headerrecruit #headerCnt #logoArea #logo {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
#headerrecruit #headerCnt #logoArea #logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#headerrecruit #headerCnt #logoArea #logo a img {
  max-width: 195px;
  height: auto;
}
#headerrecruit #headerCnt #headerContact {
  display: inline-flex;
  margin-left: auto;
  height: 100%;
}
#headerrecruit #headerCnt #headerContact .recruit_navi ul {
  display: flex;
  align-items: center;
  gap: 0 35px;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
}
#headerrecruit #headerCnt #headerContact .recruit_navi ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  #headerrecruit #headerCnt {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #headerrecruit #headerCnt {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #headerrecruit {
    height: 60px;
    width: 100%;
    border-radius: 0;
    top: 0;
  }
  #headerrecruit #headerCnt {
    max-width: 750px;
    padding: 0 0 0 15px;
  }
  #headerrecruit #headerCnt #headerContact .recruit_navi {
    display: none;
  }
  #headerrecruit #headerCnt #headerContact #drawerNaviWrap .drawer-nav {
    height: 100vh;
  }
}

/* ---------------------------- */
/* 採用情報 */
/* ---------------------------- */
.recruit_mainvisual {
  position: relative;
}
.recruit_mainvisual .recruit_mainvisual_imgbox {
  position: relative;
  padding-bottom: 100vh;
  overflow: hidden;
  width: 100%;
}
.recruit_mainvisual .recruit_mainvisual_imgbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.38));
}
.recruit_mainvisual .recruit_mainvisual_imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
}
.recruit_mainvisual .recruit_mainvisual_txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 57px;
  padding-bottom: 50px;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt1 {
  font-size: 78px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #fff;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt1 span {
  font-size: 68px;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 {
  font-size: 39px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 .recruit_mainvisual_txt3 {
  font-size: 35px;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 .recruit_mainvisual_txt4 {
  position: relative;
  z-index: 0;
}
.recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 .recruit_mainvisual_txt4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/common/recruit/line.png) no-repeat;
  background-position: center;
  background-size: 190px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .recruit_mainvisual .recruit_mainvisual_txtbox {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt1 {
    font-size: 40px;
  }
  .recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt1 span {
    font-size: 35px;
  }
  .recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 {
    font-size: 17px;
  }
  .recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 .recruit_mainvisual_txt3 {
    font-size: 15px;
  }
  .recruit_mainvisual .recruit_mainvisual_txtbox .recruit_mainvisual_txt2 .recruit_mainvisual_txt4::after {
    background-size: 80px;
  }
}
.recruitWrap {
  display: grid;
  gap: 24px 34px;
}
.recruitWrap .recruitcol {
  background: #F4FBFF;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.recruitWrap .recruitcol img {
  margin: 0 auto;
}
.recruitWrap .recruitcol p {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .recruitWrap {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .recruitWrap .recruitcol:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .recruitWrap .recruitcol:nth-child(2) {
    grid-area: 1/3/2/5;
  }
  .recruitWrap .recruitcol:nth-child(3) {
    grid-area: 2/1/4/3;
  }
  .recruitWrap .recruitcol:nth-child(3) img {
    padding: 20px 0;
  }
  .recruitWrap .recruitcol:nth-child(4) {
    grid-area: 2/3/4/4;
  }
  .recruitWrap .recruitcol:nth-child(5) {
    grid-area: 2/4/4/5;
  }
}

.recruit_content {
  position: relative;
  margin-bottom: 60px;
}
.recruit_content._02 {
  margin-bottom: 0;
}
.recruit_content .recruit_content_txtbox {
  width: 90%;
  background: #fff;
  padding: 50px 30px;
}
.recruit_content .recruit_content_txtbox h3 {
  width: 50%;
}
.recruit_content .recruit_content_imgbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40%;
  padding-bottom: 270px;
}

@media screen and (max-width: 767px) {
  .recruit_content {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .recruit_content .recruit_content_txtbox {
    width: 100%;
    padding: 110px 20px 20px;
  }
  .recruit_content .recruit_content_txtbox h3 {
    width: 100%;
  }
  .recruit_content .recruit_content_imgbox {
    top: -80px;
    left: 50%;
    right: auto;
    padding-bottom: 183px;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    width: 90%;
  }
}
.recruit_cta_wrap {
  background: linear-gradient(180deg, #F4FBFF 0%, #F4FBFF 50%, #fff 50%, #fff 100%);
}

.recruit_cta {
  background: url("images/common/recruit/recruit_cta _back.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.recruit_cta a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: grid;
  grid-template-columns: 350px 1fr;
  padding: 30px;
  gap: 0 30px;
}
.recruit_cta a .recruit_cta_txtbox .recruit_cta_txt1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #fff;
}
.recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #fff;
}
.recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3 {
  position: relative;
  padding-right: 70px;
  text-align: right;
  margin-bottom: 0;
}
.recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(images/common/recruit/recruit_cta_arrow.svg) no-repeat;
  background-position: center;
  background-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  right: 15px;
  transition: 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .recruit_cta a:hover .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3::after, .recruit_cta a:focus .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3::after {
    right: 5px;
    transition: 0.3s ease-in;
  }
}

@media screen and (max-width: 767px) {
  .recruit_cta a {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px 0;
  }
  .recruit_cta a .recruit_cta_txtbox .recruit_cta_txt1 {
    font-size: 32px;
  }
  .recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2 {
    font-size: 18px;
  }
  .recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3 {
    font-size: 16px;
    padding-right: 55px;
  }
  .recruit_cta a .recruit_cta_txtbox .recruit_cta_txt2.recruit_cta_txt3::after {
    right: 0;
  }
}
.pointbox {
  position: relative;
}
.pointbox .point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #2E8DEA;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  top: -31px;
  border-radius: 50%;
  flex-direction: column;
  line-height: 1;
  z-index: 1;
}
.pointbox .point span {
  font-size: 28px;
  line-height: 1;
}

.recruit_interview {
  background: #F4FBFF;
  padding: 50px 40px;
  margin-bottom: 40px;
}
.recruit_interview._02 {
  margin-bottom: 120px;
}
.recruit_interview .recruit_interview_wrap {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
.recruit_interview .recruit_interview_wrap .recruit_interview_imgbox {
  width: 65%;
}
.recruit_interview .recruit_interview_wrap .recruit_interview_txtbox {
  position: absolute;
  padding: 30px;
  width: 45%;
  background: #fff;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 0 #2E8DEA;
}
.recruit_interview .recruit_interview_wrap .recruit_interview_txtbox h3 {
  margin-bottom: 20px;
}
.recruit_interview .recruit_interview_wrap .recruit_interview_txtbox .recruit_interview_txt1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.recruit_interview .recruit_interview_wrap .recruit_interview_txtbox .recruit_interview_txt2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.recruit_interview .recruit_interview_box {
  margin-bottom: 30px;
}
.recruit_interview .recruit_interview_box._02 {
  margin-bottom: 45px;
}
.recruit_interview .recruit_interview_w_box {
  background: #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .recruit_interview {
    padding: 40px 15px;
  }
  .recruit_interview._02 {
    margin-bottom: 90px;
  }
  .recruit_interview .recruit_interview_wrap {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .recruit_interview .recruit_interview_wrap .recruit_interview_imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit_interview .recruit_interview_wrap .recruit_interview_txtbox {
    width: 100%;
    position: static;
  }
  .recruit_interview .recruit_interview_wrap .recruit_interview_txtbox h3 {
    margin-bottom: 15px;
  }
  .recruit_interview .recruit_interview_wrap .recruit_interview_txtbox .recruit_interview_txt1 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .recruit_interview .recruit_interview_box._02 {
    margin-bottom: 30px;
  }
}
.recruit_join {
  background-image: linear-gradient(90deg, rgb(36, 182, 226), rgb(46, 141, 234));
  padding: 40px 0;
}
.recruit_join .recruit_join_inr {
  display: grid;
  grid-template-columns: 1fr 375px;
  gap: 0 35px;
  align-items: center;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 40px;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box p {
  color: #fff;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box .txt1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 35px;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox {
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 8px;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #2E8DEA;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:hover, .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:focus {
    background: #2E8DEA;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:hover a, .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:focus a {
    color: #fff;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:hover._02 a::after, .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox:focus._02 a::after {
    background: url(images/common/recruit/recruit_w_mail.svg) no-repeat;
    background-position: center;
    background-size: 30px;
  }
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox._02 a {
  position: relative;
  padding-left: 25px;
}
.recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox._02 a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  display: block;
  background: url(images/common/recruit/recruit_mail.svg) no-repeat;
  background-position: center;
  background-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 50%;
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .recruit_join {
    padding: 90px 0;
  }
  .recruit_join .recruit_join_inr {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox {
    order: 2;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
    justify-content: center;
    gap: 15px 0;
    margin-bottom: 15px;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box .subtitle, .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box .title, .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_box .txt1 {
    text-align: center;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .recruit_join .recruit_join_inr .recruit_join_txtbox .recruit_join_btnbox .join_btnbox {
    margin: 0 auto;
    max-width: 250px;
  }
  .recruit_join .recruit_join_inr .recruit_join_imgbox {
    order: 1;
  }
}
/* ---------------------------- */
/* 採用情報フッター */
/* ---------------------------- */
#footerrecruit {
  padding: 60px 0 30px;
}
#footerrecruit #footerCnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#footerrecruit #footerCnt .f_recruit_btn a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0 20px;
}
#footerrecruit #footerCntWrap {
  padding-bottom: 30px;
  border-bottom: #707070 solid 1px;
}
#footerrecruit #footerCntWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footerrecruit #footerCntWrap ul li {
  position: relative;
}
#footerrecruit #footerCntWrap ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 15px;
  right: -16px;
  background: #333;
  display: block;
}
#footerrecruit #footerCntWrap ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
#footerrecruit #footerCntWrap ul li:last-child::after {
  display: none;
}
#footerrecruit #copyright {
  padding-top: 30px;
}
#footerrecruit #copyright p {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footerrecruit {
    padding: 90px 0 30px;
  }
  #footerrecruit #footerCnt {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 30px;
  }
}
/* ---------------------------- */
/* 採用情報の募集要項 */
/* ---------------------------- */
.requirements-postListWrap .postBox {
  margin-bottom: 50px;
}
.requirements-postListWrap .postBox .titlebox {
  background: #2E8DEA;
  padding: 13px;
}
.requirements-postListWrap .postBox .titlebox h2, .requirements-postListWrap .postBox .titlebox h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #fff;
}
.requirements-postListWrap .postBox .permaLinkWrap {
  background: #fff;
  padding: 20px 40px 40px;
}

@media screen and (max-width: 767px) {
  .requirements-postListWrap {
    margin-bottom: 30px;
  }
  .requirements-postListWrap .postBox .permaLinkWrap {
    padding: 20px;
  }
}
.requirementscatList-postListWrap .postBox {
  margin-bottom: 40px;
  padding: 60px 40px 20px;
  border-radius: 16px;
  box-shadow: 1px 1px 30px rgba(0, 131, 255, 0.16);
}

@media screen and (max-width: 767px) {
  .requirementscatList-postListWrap .postBox {
    padding: 30px 20px 20px;
  }
}
/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
.contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

ul.formFlow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 100px;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
  max-width: 560px;
}
ul.formFlow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #F4FBFF;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
ul.formFlow li {
  display: flex;
  justify-content: center;
  background: #F4FBFF;
  color: #2E8DEA;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  height: 120px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  position: relative;
  width: 120px;
  text-align: center;
}
ul.formFlow li:before {
  display: none;
}
ul.formFlow li.visited {
  background: #999;
  color: #fff;
}
ul.formFlow li.active {
  background: #2E8DEA;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    margin-bottom: 60px;
  }
  ul.formFlow {
    gap: 0 50px;
    max-width: 100%;
  }
  ul.formFlow li {
    width: 80px;
    height: 80px;
  }
}
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea .formbox {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0 50px;
  margin-bottom: 20px;
}
#formArea .formbox .leftbox {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 0 10px;
}
#formArea .formbox.last {
  margin-bottom: 0;
}
#formArea .att {
  width: 62px;
  height: 25px;
  background: #E04646;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
#formArea .att._02 {
  background: #808080;
}
#formArea .error {
  margin: 0;
}
#formArea .radio_wrap {
  margin-top: 10px;
}
#formArea .vertical-item {
  display: block !important;
}
#formArea input[type=text],
#formArea input[type=email],
#formArea input[type=number],
#formArea input[type=tel],
#formArea textarea {
  padding: 10px;
  margin: 0;
  background: #F7F7F7;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
}
#formArea input[type=text]:focus,
#formArea input[type=email]:focus,
#formArea input[type=number]:focus,
#formArea input[type=tel]:focus,
#formArea textarea:focus {
  background: #fff;
}
#formArea input[type=text]:hover,
#formArea input[type=email]:hover,
#formArea input[type=number]:hover,
#formArea input[type=tel]:hover,
#formArea textarea:hover {
  background: #fff;
}
#formArea input[type=text] + input,
#formArea input[type=email] + input,
#formArea input[type=number] + input,
#formArea input[type=tel] + input,
#formArea textarea + input {
  margin-top: 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 select {
  padding: 10px;
  margin-bottom: 5px;
  display: block;
  background: #F7F7F7;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
}
#formArea select option {
  word-wrap: normal;
}
#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 .mwform-checkbox-field {
  display: inline-block;
  width: auto;
  margin: 5px 5px;
  font-size: 14px;
}
#formArea .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 18px;
  font-weight: 700;
}
#formArea input[type=checkbox] {
  border: none;
  vertical-align: -4px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: #c7c7c7 solid 1px;
}
#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #fff;
  border: none;
}
#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 18px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 13px;
  height: 5px;
  border-radius: 16px;
  background: #785DC8;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 11px;
  top: 17px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 17px;
  height: 4px;
  border-radius: 16px;
  background: #785DC8;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
#formArea .mwform-zip-field input {
  width: inherit;
}
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto;
}
#formArea .mwform-radio-field {
  display: inline-block;
  margin: 0 15px 5px 0;
}
#formArea .mwform-radio-field input {
  margin: 0;
  accent-color: #2E8DEA;
  transform: scale(1.5);
}
#formArea .mwform-radio-field-text {
  margin-left: 10px;
}
#formArea input[type=file] {
  margin-bottom: 10px;
}
#formArea .inline_wrap select {
  display: inline-block;
}
#formArea .btnArea {
  display: block;
}
#formArea .btnArea .submitArea {
  flex-basis: 100%;
}
#formArea .btnArea .submitArea .submit {
  width: 290px;
  margin: 0 auto;
  border: 1px solid #2E8DEA;
  background: #2E8DEA;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  height: 62px;
  border-radius: 32px;
}
#formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
  color: #2E8DEA;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none;
}
#formArea .btnArea .returnArea .return {
  width: 290px;
  margin: 0 auto;
  border: 1px solid #2E8DEA;
  background: #2E8DEA;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  height: 62px;
  border-radius: 32px;
}
#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #2E8DEA;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#formArea .btnArea .back {
  color: #2E8DEA;
  background: #fff;
  width: 290px;
  margin: 0 auto;
  border: 1px solid #2E8DEA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  height: 62px;
  border-radius: 32px;
}
#formArea .btnArea .back:hover, #formArea .btnArea .back:focus {
  background: #2E8DEA;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#formArea .mw_wp_form_confirm .btnArea .submitArea {
  display: block;
  margin-bottom: 20px;
}
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: block;
}
#formArea .mw_wp_form_complete .btnArea .submitArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #formArea .formbox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  #formArea .formbox .leftbox {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 0 10px;
  }
  #formArea select {
    margin-bottom: 5px;
  }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%;
  }
  #formArea .mwform-checkbox-field label {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 0 10px;
  }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px;
  }
  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px;
  }
  #formArea .mwform-radio-field input {
    margin: 0;
  }
  #formArea .btnArea {
    flex-wrap: wrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px;
  }
  #formArea .mw_wp_form_confirm .btnArea {
    flex-direction: column-reverse;
  }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    display: block;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto;
  }
}

.contact_scorll {
  border: #2E8DEA solid 2px;
  border-radius: 8px;
  position: relative;
  height: 400px;
  margin-bottom: 20px;
}
.contact_scorll .contact_scorll_box {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 30px 30px 90px;
  width: 100%;
  height: 100%;
}
.contact_scorll .contact_scorll_fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background: #FFFAE8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 8px;
  border-top: #2E8DEA solid 2px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .contact_scorll .contact_scorll_box {
    padding: 20px 20px 100px;
  }
  .contact_scorll .contact_scorll_fixed {
    height: 90px;
  }
}
.page-id-72 .contact_scorll, .page-id-72 .privacy_policy_text, .page-id-72 .reference_photo_txt, .page-id-109 .contact_scorll, .page-id-109 .privacy_policy_text, .page-id-109 .reference_photo_txt {
  display: none;
}

#autozip {
  display: none !important;
}

/* ---------------------------------------------------------------- */
/* 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;
}

/* for IE */
/* ---------------------------------------------------------------- */
/* キャラクター画像設置 */
/* ---------------------------------------------------------------- */
.characterimg {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.page-id-56 .character_setting {
  position: relative;
  z-index: 0;
}
.page-id-56 .character_setting::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(images/common/vehicle/our_containers_left.svg) no-repeat;
  background-position: center left;
  background-size: 55px;
  max-width: 1170px;
}
.page-id-56 .character_setting::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 232px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  background: url(images/common/vehicle/our_containers_right.svg) no-repeat;
  background-position: center right;
  background-size: 144px;
  max-width: 1170px;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-id-56 .character_setting::after, .page-id-56 .character_setting::before {
    max-width: 970px;
  }
}
@media screen and (max-width: 767px) {
  .page-id-56 .character_setting {
    padding-bottom: 220px;
  }
  .page-id-56 .character_setting::after, .page-id-56 .character_setting::before {
    max-width: 750px;
  }
  .page-id-56 .character_setting::before {
    background-position: center left 15px;
  }
  .page-id-56 .character_setting::after {
    background-position: center right 15px;
  }
}
.permit_list_character {
  position: relative;
}
.permit_list_character::before {
  content: "";
  position: absolute;
  width: 106px;
  height: 90px;
  background: url(images/common/permit_list_character01.svg) no-repeat;
  background-position: center;
  background-size: 106px;
  display: block;
  top: -120px;
  right: 0;
}

.page-id-58 #cnts {
  position: relative;
}
.page-id-58 #cnts::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 115px;
  display: block;
  left: 0;
  bottom: 0;
  background: url(images/common/permit_list_character02.svg) no-repeat;
  background-position: center;
  background-size: 478px;
}

@media screen and (max-width: 767px) {
  .page-id-58 #cnts::before {
    height: 88px;
    background-size: 370px;
    background-position: center left 10px;
  }
}
.page-id-60 #cnts {
  position: relative;
}
.page-id-60 #cnts::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  display: block;
  left: 0;
  bottom: 0;
  background: url(images/common/waste_sorting_table/Waste_sorting_table_character01.svg) no-repeat;
  background-position: center;
  background-size: 230px;
}

.company_character {
  position: relative;
}
.company_character::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(images/common/company/company_character01.svg) no-repeat;
  background-position: center left;
  background-size: 117px;
  max-width: 1170px;
}
.company_character.recruit_character::before {
  background-position: center right;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company_character::before {
    max-width: 970px;
  }
}
@media screen and (max-width: 767px) {
  .company_character {
    padding-bottom: 120px;
  }
  .company_character::before {
    max-width: 750px;
    background-position: center left 15px;
  }
  .company_character.recruit_character::before {
    background-position: center right 15px;
  }
}
.sustainability_character {
  position: relative;
}
.sustainability_character::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 122px;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(images/common/sustainability/sustainability_character02.svg) no-repeat;
  background-position: center left;
  background-size: 205px;
  max-width: 1170px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sustainability_character::before {
    max-width: 970px;
  }
}
@media screen and (max-width: 767px) {
  .sustainability_character {
    padding-bottom: 120px;
  }
  .sustainability_character::before {
    max-width: 750px;
    background-position: center left 15px;
  }
}/*# sourceMappingURL=style.css.map */