@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 60px;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.inner03 {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
.flt-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

.flt-box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.text-center {
  text-align: center;
}

.text-center02 {
  text-align: center;
}

.flex-order01 .flt-left01 {
  order: 1;
}
.flex-order01 .flt-right01 {
  order: 2;
}

button {
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

/* margin,padding ******************/
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_60 {
  margin-left: 60px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_60 {
  padding-right: 60px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_60 {
  padding-left: 60px;
}

/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #back, #submit #send, #submit #confirm {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  padding: 15px 70px;
}
.btn01 span, #submit #back span, #submit #send span, #submit #confirm span {
  font-weight: bold;
}

.contact-area-btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 60px;
  text-align: center;
  padding: 30px 70px;
  background: #0085CD;
  border: solid 2px #fff;
  color: #fff;
}
.contact-area-btn::before {
  content: "";
  display: block;
  width: 58px;
  height: 14px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -28px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
}
.contact-area-btn:hover {
  background: #004098;
}
.contact-area-btn:hover::before {
  right: -38px;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 50px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
}

.btn-wrap03 {
  margin-top: 20px;
}

.btn-wrap04 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap-right {
  text-align: right;
}

/*
ボタンの色
*/
.btn-color01 {
  background: #004098;
  border: solid 1px #004098;
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .btn-color01:hover span {
    color: #fff;
  }
}

.btn-color02, #submit #confirm {
  background: #fff;
  color: #333;
  z-index: 1;
}
.btn-color02.btn-arrow01::before, #submit .btn-arrow01#confirm::before {
  width: 26px;
  height: 8px;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    background: #004098;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .btn-color02:hover.btn-arrow01::before, #submit #confirm:hover.btn-arrow01::before {
    width: 26px;
    height: 8px;
    background: url(../images/common/arrow02.png) no-repeat center;
    background-size: contain;
  }
}

.btn-color03 {
  background: #F2E22E;
  z-index: 1;
}
.btn-color03 span {
  color: #333;
}
.btn-color03 span::before {
  background: #333 !important;
}
.btn-color03.btn-arrow01::before {
  border: solid 1px #333;
}
.btn-color03.btn-arrow01::after {
  background: #333;
}
@media only screen and (min-width: 993px) {
  .btn-color03:hover {
    background: #08D6A9;
  }
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
}
.btn-arrow01::before {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  .btn-arrow01:hover::before {
    width: 26px;
    height: 8px;
    background: url(../images/common/arrow01.png) no-repeat center;
    background-size: contain;
  }
}

@keyframes btn-arrow-hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 7px;
  }
}
.btn-arrow02 {
  position: relative;
}
.btn-arrow02::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #fff;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow02:hover::before {
  right: 16px;
  background: #fff;
}
.btn-arrow02:hover::after {
  right: 12px;
  border-color: transparent transparent transparent #fff;
}

.btn-arrow04 span {
  position: relative;
  padding-right: 50px;
}
.btn-arrow04 span::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #004098;
  right: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #004098;
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-arrow04 span:hover::before {
  right: 3px;
}
.btn-arrow04 span:hover::after {
  right: 0px;
}

.btn-arrow05 {
  position: relative;
}
.btn-arrow05 span {
  position: relative;
  display: inline-block;
  padding: 20px 80px 20px 80px;
  font-weight: bold;
  width: 100%;
  height: auto;
}
.btn-arrow05 span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #004098;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 24px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 993px) {
  .btn-arrow05:hover span:before {
    animation-name: btn-arrow-hover;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .btn-arrow05:hover::before {
    right: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn-arrow05:hover::after {
    right: 18px;
    background: #fff;
  }
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow01 {
  position: relative;
}
.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
}

.arrow02 {
  position: relative;
}
.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 0;
  border-radius: 100%;
  border: solid 2px #004098;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  right: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font01-italic {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*
見出し
*/
.heading01, .news-single-inner h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 6px;
}

.heading02 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.heading03, .news-single-inner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.heading04, .news-single-inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.heading04 span, .news-single-inner h3 span {
  font-weight: bold;
}

.heading05 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.heading06 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading-deco01 {
  position: relative;
  padding-left: 30px;
}
.heading-deco01::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #004098;
  background: linear-gradient(132deg, rgb(0, 64, 152) 0%, rgb(0, 103, 247) 100%);
  position: absolute;
  top: 26px;
  left: 0;
  border-radius: 100%;
}
.heading-deco01.recruit-heaeding-deco01::before {
  background: #08D6A9;
  background: linear-gradient(119deg, rgb(8, 214, 169) 0%, rgb(0, 103, 247) 100%);
}

.heading-deco02-wrap {
  position: relative;
}
.heading-deco02-wrap .heading-deco02-en {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BFA77F;
}
.heading-deco02-wrap::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #004098;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.heading-deco02-wrap:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #0067F7;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.heading-deco02-wrap.recruit-heading-deco02-wrap::before {
  background: #08D6A9;
}

.heading-deco03-wrap {
  position: relative;
}
.heading-deco03-wrap::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/common/heading_logo01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -20px;
}
.heading-deco03-wrap .heading-deco03-inner {
  position: relative;
}
.heading-deco03-wrap .heading-deco03-inner::before {
  content: "";
  display: block;
  width: 105px;
  height: 2px;
  background: #707070;
  position: absolute;
  top: -5px;
  left: 0;
}
.heading-deco03-wrap .heading-deco03-inner::after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #004098;
  position: absolute;
  top: -5px;
  left: 0;
}

.heading-deco04, .news-single-inner h3 {
  position: relative;
  margin-bottom: 30px;
  background: #F0F7FF;
  padding: 15px 20px;
}

.heading-deco05 {
  position: relative;
  padding-left: 25px;
}
.heading-deco05::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #004098;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
}
.heading-deco05::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 4px;
  z-index: 2;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue01 {
  color: #004098;
}

.color-blue02 {
  color: #0098F7;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #E60012;
}

.color-green {
  color: #08D6A9;
}

.color-orange {
  color: #FF8900;
}

/*
背景色
*/
.bg-color01 {
  background: url(../images/common/bg_section01.png) repeat;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color01 + .section-contents {
  padding-top: 120px;
}

.bg-color02 {
  background: #F0F0F0;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color02 + .section-contents {
  padding-top: 120px;
}

.bg-color03 {
  background: #DDE1E3;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color03 + .section-contents {
  padding-top: 120px;
}

.bg-color04 {
  background: #fff;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color04 + .section-contents {
  padding-top: 120px;
}

.bg-color05 {
  background: #F0F7FF;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.bg-color05 + .section-contents {
  padding-top: 120px;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.icon-mail {
  position: relative;
  display: inline-block;
}
.icon-mail:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: url(../images/common/icon_mail.png) no-repeat center;
  background-size: contain;
  left: -30px;
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #E60012;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 25%;
  padding: 40px 30px;
  background: #fff;
  color: #004098;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}

table td {
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 40px 30px;
  background: #fff;
}

button {
  position: relative;
}

/*
fadeinアニメーション用
*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.fade-in.scrollin {
  animation-name: anim-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(50px);
}

.fade-in-up.scrollin {
  animation-name: anim-fade-in-up;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-up {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(-50px);
}

.fade-in-down.scrollin {
  animation-name: anim-fade-in-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-down {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-right {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(-100px);
}

.fade-in-right.scrollin {
  animation-name: anim-fade-in-right;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-right {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in-left {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateX(100px);
}

.fade-in-left.scrollin {
  animation-name: anim-fade-in-left;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-left {
  0% {
    opacity: 0;
    transition: transform 0.8s;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-up-wrap {
  overflow: hidden;
}
.slide-up-wrap .heading03, .slide-up-wrap .news-single-inner h2, .news-single-inner .slide-up-wrap h2 {
  margin-bottom: 0;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(1em);
}

.slide-up.scrollin {
  animation-name: anim-slide-up;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(1em);
  }
  60% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  animation-name: anim-slide-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-zoom-wrap {
  overflow: hidden;
}

.fade-in-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.fade-in-zoom.scrollin {
  animation-name: anim-fade-in-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-zoom {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-blur {
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur.scrollin {
  animation-name: anim-fade-in-blur;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-fade-in-blur {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.fade-in-blur-fadein-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.fade-in-blur-fadein-zoom.scrollin {
  animation-name: fade-in-blur-fadein-zoom;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in-blur-fadein-zoom {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fade-in-delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.fade-in-delay-4:before {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.fade-in-delay-6 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.fade-in-delay-6:before {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.fade-in-delay-8 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.fade-in-delay-8:before {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.fade-in-delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.fade-in-delay-10:before {
  transition-delay: 1s;
  animation-delay: 1s;
}

.fade-in-delay-12 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in-delay-12:before {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in-delay-14 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.fade-in-delay-14:before {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.fade-in-delay-16 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in-delay-16:before {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

.fade-in-delay-18 {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
.fade-in-delay-18:before {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

.fade-in-delay-20 {
  transition-delay: 2s;
  animation-delay: 2s;
}
.fade-in-delay-20:before {
  transition-delay: 2s;
  animation-delay: 2s;
}

.fade-in-delay-22 {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}
.fade-in-delay-22:before {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}

.fade-in-delay-24 {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}
.fade-in-delay-24:before {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #fff;
  animation-name: anim-slide-mask02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  animation-name: anim-slide-mask02-inner;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02 {
  0% {
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.js-slide-scale.scrollin {
  animation-name: slide-scale;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}
.js-slide-scale02.scrollin {
  animation-name: slide-scale02;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    animation-name: anim-slide-mask03;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    animation-name: anim-slide-mask03-inner;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes anim-slide-mask03 {
    0% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}
.js-text-fadeIn span {
  opacity: 0;
  transform: translateY(-110%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateY(-110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-text-fadeIn02 span {
  opacity: 0;
  transform: translateX(-50%);
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-text-fadeIn02.scrollin span {
  animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sp-only {
  display: none;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.pagetop-position {
  position: absolute;
  top: 400px;
  left: 0;
  width: 10px;
  height: 10px;
  background: transparent;
}

.pagetop {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #004098;
  border-radius: 100%;
}

.pagetop a {
  display: block;
}

.pagetop.fadeIn {
  opacity: 1;
}

.pagetop i {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pagetop:hover {
  background: #0098F7;
}

.section-contents {
  padding: 0 0 120px;
  position: relative;
}
.section-contents:first-of-type {
  padding-top: 0;
}
.section-contents:last-of-type {
  padding-bottom: 0;
}
.section-contents:last-of-type.bg-color02 {
  padding-bottom: 120px;
}

.header {
  width: 100%;
  height: 90px;
  background: transparent;
  z-index: 100;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 220;
  position: fixed;
}
.header.header-fixed-animation {
  height: 70px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header.header-fixed-animation .header-contact-item-mail a {
  height: 70px;
}
.header.header-fixed-animation .header-left,
.header.header-fixed-animation .header-left-inner,
.header.header-fixed-animation .nav-item a,
.header.header-fixed-animation .header-contact-mail a,
.header.header-fixed-animation .header-entry-block-inner a,
.header.header-fixed-animation .nav-control {
  height: 70px;
}
.header.header-fixed-animation .sub-nav-list li a {
  height: auto;
}
.header.header-fixed-animation .nav-item a {
  color: #333;
}
.header.header-fixed-animation .nav-item a:hover {
  color: #004098;
}
.header.header-fixed-animation .nav-item > a::before {
  background: #004098;
}
.header.header-fixed-animation #menu-trigger span {
  background-color: #004098;
}
.header.header-fixed-animation #menu-trigger span:nth-of-type(2)::after {
  background-color: #004098;
}

.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-nav {
  display: none;
  opacity: 0;
}

.header-right {
  height: 90px;
}

.header-right-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 90px;
}

.pc-nav {
  margin-left: 90px;
}

.nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.nav-item {
  position: relative;
}
.nav-item a {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 20px;
  height: 85px;
  color: #fff;
}
.nav-item > a::before {
  position: absolute;
  bottom: 20px;
  left: 10%;
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-item > a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav-item > a.is-current::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sub-nav-list-wrap {
  display: none;
  will-change: transform;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  top: 100%;
  width: 270px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.sub-nav-list {
  background: #fff;
  padding: 10px 15px;
}

.sub-nav-list li a {
  text-align: left;
  display: block;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  height: auto;
  position: relative;
}

.sub-nav-list li a::after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-nav-list li a:hover {
  color: #004098;
}

.sub-nav-list li a:hover::after {
  right: 0px;
}

.sub-nav-list li:last-child a {
  border-bottom: none;
}

.header-contact-item-mail {
  margin-left: 40px;
}
.header-contact-item-mail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  padding: 10px 30px 10px 50px;
  font-weight: bold;
  color: #fff;
  background: #E60012;
}
.header-contact-item-mail a:hover {
  opacity: 0.8;
}

.nav-control {
  display: none;
}

.main-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-img {
  height: 100%;
  width: 100%;
}

.main-img-text {
  position: absolute;
  left: 8%;
  bottom: 10%;
  width: 60%;
  z-index: 100;
}

.main-img-text-en {
  position: absolute;
  left: 0%;
  bottom: 0%;
  mix-blend-mode: overlay;
  z-index: 100;
}

.main-img-text-inner {
  color: #fff;
}

.slide-img img {
  width: 100%;
  height: auto;
}

.side-logo-scroll {
  position: absolute;
  left: 2%;
}
.side-logo-scroll a {
  display: inline-block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 70px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.side-logo-scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #333;
}
.side-logo-scroll a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.side-logo-scroll a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.news-item {
  border-bottom: solid 1px #ccc;
  position: relative;
}
.news-item a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 55px;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news-item a time {
  font-weight: bold;
  margin-right: 50px;
}
.news-item a .news-text {
  padding-left: 30px;
}
.news-item a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  transition: 0.3s;
  z-index: 1;
}
.news-item a:hover {
  color: #004098;
}
.news-item a:hover::before {
  right: 5px;
}
.news-item a:hover::after {
  right: 11px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #204060;
  color: #fff;
}

.footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.footer-left-block {
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-nav .footer-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-nav-item {
  margin-right: 20px;
}
.footer-nav-item a {
  padding: 0 15px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.footer-nav-item a:hover {
  opacity: 0.8;
}

.footer-nav-item-sub-nav-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.footer-nav-item-heading {
  margin-bottom: 20px;
}

.footer-nav-item-sub-nav-item a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0;
}

.copyright {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 60px;
}

.sub-title-wrap {
  width: 100%;
  background: url(../images/common/bg_subtitle.jpg) no-repeat center;
  background-size: cover;
  padding-top: 90px;
  position: relative;
}

.sub-title {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 6px;
  font-weight: bold;
  color: #fff;
}

.sub-title-inner {
  padding: 60px 10px 60px;
  position: relative;
}

.sub-title-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 130px;
  font-size: 13rem;
  line-height: 1;
  opacity: 0.1;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  top: 35%;
}

.top-strength-section {
  position: relative;
  padding-top: 100px !important;
}
.top-strength-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 620px;
  background: url(../images/common/bg_strength.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 100px;
}
.top-strength-section .inner02 {
  position: relative;
  z-index: 10;
  padding-top: 180px;
}
.top-strength-section .section-contents-title {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 10;
  color: #fff;
  opacity: 0.08;
}
.top-strength-section .heading01, .top-strength-section .news-single-inner h1, .news-single-inner .top-strength-section h1 {
  color: #fff;
}
.top-strength-section .heading01::before, .top-strength-section .news-single-inner h1::before, .news-single-inner .top-strength-section h1::before {
  background: #fff;
}

.section-contents-title {
  font-size: 130px;
  font-size: 13rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BFA77F;
  opacity: 0.2;
  position: absolute;
  top: -120px;
  left: 0;
}

.top-strength-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 100px;
}

.top-strength-item {
  width: 30%;
  position: relative;
}

.top-strength-num {
  position: absolute;
  left: 10px;
  top: -70px;
  font-size: 100px;
  font-size: 10rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BFA77F;
  line-height: 1;
  z-index: 20;
}

.top-strength-text-block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 20;
  color: #fff;
}
.top-strength-text-block h3 {
  margin-bottom: 20px;
}
.top-strength-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
}

.top-strength-img {
  position: relative;
}
.top-strength-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #002E6F 20%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top-strength-cover-img {
  margin-top: 100px;
  width: 100%;
  height: 360px;
  background: url(../images/common/pic04.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.top-service-section {
  padding-top: 0 !important;
}

.top-service-contents {
  position: relative;
}
.top-service-contents:nth-of-type(1) {
  margin-bottom: 60px;
}
.top-service-contents:nth-of-type(1) .top-service-contents-text-block {
  margin-left: auto;
  margin-right: 50px;
}
.top-service-contents:nth-of-type(2) .top-service-contents-text-block {
  margin-left: 50px;
}

.top-service-contents-text-block {
  width: 53%;
  background: #0E3A76;
  background: linear-gradient(132deg, rgb(14, 58, 118) 0%, rgb(4, 31, 67) 100%);
  margin-top: -240px;
  position: relative;
}

.top-service-contents-text-inner {
  padding: 40px;
  color: #fff;
}
.top-service-contents-text-inner .heading-deco02-wrap::before {
  background: #fff;
}
.top-service-contents-text-inner .heading-deco02-wrap:after {
  background: #0098F7;
}

.top-service-contents-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.top-other-service-section {
  padding: 150px 0 !important;
  background: url(../images/common/bg_other_contents.jpg) no-repeat center;
  background-size: cover;
}

.top-other-service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-other-service-item {
  width: 48%;
}
.top-other-service-item a {
  display: block;
  position: relative;
  color: #fff;
}
.top-other-service-item a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  background: #fff;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-other-service-item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 32px;
  bottom: 52px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-other-service-item a:hover .top-other-service-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-other-service-item a:hover .top-other-service-item-img-wrap::after {
  opacity: 1;
}
.top-other-service-item a:hover::before {
  background: #004098;
}
.top-other-service-item a:hover::after {
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
}
.top-other-service-item .heading-deco02-wrap::before {
  background: #fff;
}
.top-other-service-item .heading-deco02-wrap::after {
  background: #0098F7;
}

.top-other-service-title {
  position: absolute;
  top: -55px;
  left: 10px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  opacity: 0.5;
  z-index: 20;
}

.top-other-service-item-img-wrap {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.top-other-service-item-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top-other-service-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-other-service-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-other-service-text-block {
  padding-right: 70px;
}
.top-other-service-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
}

.top-company-section .section-contents-title {
  top: 0;
}

.top-company-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-company-item {
  width: 31%;
  margin-right: 3.5%;
}
.top-company-item:last-child {
  margin-right: 0;
}
.top-company-item a:hover .top-company-item-img-wrap::after {
  opacity: 1;
}
.top-company-item a:hover .top-company-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-company-item a:hover .top-company-text-block {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.top-company-item a:hover .top-company-text-block h3 {
  color: #004098;
}

.top-company-item-img-wrap {
  overflow: hidden;
  position: relative;
}
.top-company-item-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top-company-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-company-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-company-text-block {
  padding: 25px 30px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-company-text-block h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.top-company-text-block::before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 27px;
  width: 14.5px;
  height: 5px;
  background: url(../images/common/arrow03.png) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.top-company-text-block::after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 28px;
  height: 28px;
  background: #004098;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-group-section {
  padding-bottom: 0 !important;
}
.top-group-section .section-contents-title {
  top: 0;
}

.top-group-cover-img {
  margin-top: 100px;
  width: 100%;
  height: 360px;
  background: url(../images/common/pic15.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.top-news-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.top-news-inner-left {
  width: 22%;
}

.top-news-inner-right {
  width: 72%;
}

.pc-top-news-btn-wrap {
  margin-top: 20px;
}

.pc-top-news-btn {
  border-bottom: solid 2px #004098;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-right: 70px;
  font-weight: bold;
  position: relative;
}

.pc-top-news-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 5px;
  background: #004098;
  background: linear-gradient(132deg, rgb(0, 64, 152) 0%, rgb(0, 103, 247) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}

.pc-top-news-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) skew(45deg);
  position: absolute;
  top: 49%;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-top-news-btn:hover {
  color: #004098;
}

.pc-top-news-btn:hover::before {
  right: 0px;
}

.pc-top-news-btn:hover::after {
  right: 5px;
}

.top-news-section .section-contents-title {
  top: 0;
}

.column-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.column-item {
  width: 31%;
  margin-right: 3.5%;
}
.column-item:last-child {
  margin-right: 0;
}
.column-item a:hover .column-item-img-wrap::after {
  opacity: 1;
}
.column-item a:hover .column-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.column-item a:hover .column-item-text-block {
  color: #004098;
}

.column-item-img-wrap {
  overflow: hidden;
  position: relative;
}
.column-item-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.column-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.column-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-item-text-block {
  position: relative;
  padding: 20px 50px 20px 0;
}
.column-item-text-block time {
  font-weight: bold;
}
.column-item-text-block::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
}
.column-item-text-block::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #004098;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}

.top-recruit-section .section-contents-title {
  top: 0;
  color: #fff;
  opacity: 0.15;
}
.top-recruit-section .heading01, .top-recruit-section .news-single-inner h1, .news-single-inner .top-recruit-section h1 {
  color: #fff;
}
.top-recruit-section .top-recruit-message {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}
.top-recruit-section .heading-deco01::before {
  background: #08D6A9;
}

.top-recruit-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: url(../images/common/bg_recruit.png) repeat;
  background-size: cover;
}

.top-recruit-img-block {
  width: calc(50% + 80px);
  min-height: 480px;
}
.top-recruit-img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 480px;
}

.top-recruit-text-block {
  width: 50%;
}

.top-recruit-text-inner {
  padding-top: 100px;
  padding-left: calc(100% - 560px);
  padding-right: 50px;
}

.contct-area {
  padding: 120px 0;
  background: url(../images/common/bg_contact.jpg) no-repeat center;
  background-size: cover;
}

.contact-heading-wrap {
  text-align: center;
  position: relative;
}
.contact-heading-wrap .section-contents-title {
  font-size: 100px;
  font-size: 10rem;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -80px;
}
.contact-heading-wrap h2 {
  position: relative;
}

.contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.contact-list-item {
  text-align: center;
  position: relative;
  width: 50%;
  display: inline-block;
}
.contact-list-item:first-child {
  padding-right: 40px;
}
.contact-list-item:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background: #9F9F9F;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.contact-list-item:last-child {
  padding-left: 40px;
}
.contact-list-item:last-child .contact-list-item-inner {
  margin-right: auto;
  margin-left: 0;
}

.contact-list-item-tel {
  font-size: 43px;
  font-size: 4.3rem;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-list-item-tel a {
  color: #004098;
}
.contact-list-item-tel a span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 10px;
}

.contact-list-item-annotation {
  margin-top: 5px;
}

.contact-list-item-text {
  font-weight: bold;
  margin-bottom: 10px;
  color: #004098;
}

.contact-list-item-inner {
  width: 90%;
  margin-left: auto;
}

.contact-list-item-mail a {
  display: inline-block;
  width: 90%;
  background: #E60012;
  color: #fff;
  border-radius: 60px;
  font-weight: bold;
  padding: 20px 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-list-item-mail a span {
  font-weight: bold;
}
.contact-list-item-mail a::before {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background: url(../images/common/icon_mail02.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.contact-list-item-mail a:hover {
  opacity: 0.8;
}

.sp-top-news-btn-wrap {
  display: none;
}

.sub-contents {
  background: url(../images/common/bg_section01.png) repeat;
}

.sub-concept-heading {
  color: #004098;
}

.recruit-sub-concept-heading {
  color: #0067F7;
}

.service-concept-cover-img {
  margin-top: 100px;
  width: 100%;
  height: 360px;
  background: url(../images/service/pic07.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.sub-strength-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: -80px;
}

.sub-strength-item {
  width: 48%;
  margin-bottom: 80px;
  position: relative;
}

.sub-strength-num {
  position: absolute;
  left: 20px;
  top: -50px;
  font-size: 80px;
  font-size: 8rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BFA77F;
  line-height: 1;
  z-index: 20;
}

.sub-strength-img {
  position: relative;
}
.sub-strength-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #002E6F 30%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sub-strength-text-block {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.sub-strength-text-block h3 {
  margin-bottom: 20px;
}
.sub-strength-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
}

.box-layout01 {
  background: #F3F6FA;
  padding: 40px;
}

.box-layout02 {
  background: #fff;
  border: solid 1px #ccc;
  padding: 40px;
}

.service-item {
  margin-bottom: 60px;
}

.service-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.service-item-img {
  order: 2;
  width: 48%;
}

.service-item-text-block {
  order: 1;
  width: 48%;
}

.greeting-block-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.greeting-block-img {
  width: 35%;
  order: 2;
}

.greeting-block-text {
  width: 60%;
}
.greeting-block-text p {
  line-height: 2;
}

.ceo-name {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px;
}

.company-table-btn {
  margin-bottom: 10px;
}
.company-table-btn a:hover {
  text-decoration: none;
}

.office-location-block {
  margin-top: 20px;
  margin-bottom: 40px;
}
.office-location-block .office-name {
  font-weight: bold;
}

.top-recruit-section {
  padding-top: 0 !important;
}

.board-member-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board-member-item {
  width: 31%;
  margin-right: 2.5%;
  padding: 15px;
  background: #fff;
  margin-bottom: 40px;
}
.board-member-item:nth-of-type(3n) {
  margin-right: 0;
}

.board-member-img-wrap {
  position: relative;
}

.board-member-role {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(132deg, rgb(14, 58, 118) 0%, rgb(4, 31, 67) 100%);
  padding: 5px 10px;
}

.board-member-name {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 3px;
  padding: 20px 0 5px;
}

.board-member-item02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.board-member-item02 .board-member-role {
  position: static;
}
.board-member-item02 .board-member-name {
  padding: 0;
  margin-left: 20px;
}

.company-history-block {
  margin-bottom: 20px;
  background: #F3F6FA;
}
.company-history-block dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.company-history-block dl dt {
  font-weight: bold;
  width: 200px;
  position: relative;
  padding: 25px;
}
.company-history-block dl dt::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #004098;
  background: linear-gradient(132deg, rgb(0, 64, 152) 0%, rgb(0, 103, 247) 100%);
  border-radius: 100%;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
}
.company-history-block dl dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 130%;
  position: absolute;
  top: 30px;
  right: 33px;
  background: #004098;
}
.company-history-block dl dd {
  padding: 25px 5px 25px 0;
}
.company-history-block:last-child dt:after {
  display: none;
}

.table-td-block {
  margin-bottom: 20px;
}

.table-td-block-b {
  font-weight: bold;
}

.company-name-source-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 0px 30px;
  margin-bottom: 50px;
}

.company-name-source {
  margin-bottom: 80px;
}

.company-name-source-comment {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.section-inner {
  margin-bottom: 70px;
}
.section-inner:last-of-type {
  margin-bottom: 0;
}

.philosophy-comment {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.philosophy-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.philosophy-list li:last-child {
  margin-bottom: 0;
}

.philosophy-num {
  font-size: 32px;
  font-size: 3.2rem;
  color: #004098;
  font-weight: bold;
}

.philosophy-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 20px;
}
.philosophy-text span {
  font-weight: bold;
  color: #004098;
  margin: 0 10px;
}

.code-of-conduct-block {
  margin-bottom: 40px;
}
.code-of-conduct-block:last-of-type {
  margin-bottom: 0;
}

.code-of-conduct-block-inner {
  margin-top: 20px;
  margin-left: 40px;
}
.code-of-conduct-block-inner dl {
  margin-bottom: 20px;
}
.code-of-conduct-block-inner dl dt {
  font-weight: bold;
}

.code-of-conduct-text-end {
  text-align: right;
  margin-top: 30px;
}

.anti-harassment-block {
  margin-bottom: 40px;
}
.anti-harassment-block:last-of-type {
  margin-bottom: 0;
}
.anti-harassment-block h5 {
  font-weight: bold;
}
.anti-harassment-block .cycle-list li {
  font-weight: normal;
  margin-bottom: 5px;
}

.sdgs-copy-img {
  width: 60%;
  margin-bottom: 50px;
}

.sdgs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sdgs-item {
  width: 48%;
  padding: 20px;
  border: solid 1px #ccc;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sdgs-img {
  width: 28%;
}

.sdgs-text-block {
  width: 68%;
}

.sdgs-text-annotation {
  margin-top: 5px;
  color: #E60012;
}

.sdgs-comment-list li {
  font-weight: normal;
}

.safety-service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.safety-service-item {
  width: 48%;
  margin-bottom: 50px;
}

.safety-service-text-block {
  padding: 40px;
  background: #0E3A76;
  background: linear-gradient(132deg, rgb(14, 58, 118) 0%, rgb(4, 31, 67) 100%);
  color: #fff;
}

.safety-service-heading {
  margin-bottom: 20px;
}

.organization-chart-l-img {
  display: none;
}

#cboxLoadedContent .organization-chart-l-img {
  display: block;
}

#cboxClose {
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/group/icon_close.png) no-repeat center;
  background-size: contain;
}

#cboxClose:hover {
  background-position: inherit;
}

#cboxOverlay {
  background: #000;
}

.recruit-main-img-wrap .main-img img {
  width: 100%;
  height: auto;
}
.recruit-main-img-wrap .main-img-copy {
  position: absolute;
  left: 5%;
  bottom: 60px;
}

.recruit-top-message {
  background: #1159BE;
  background: linear-gradient(134deg, rgb(17, 89, 190) 0%, rgb(26, 140, 175) 51%);
  padding: 10px 0 0 !important;
}

.recruit-top-message-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recruit-top-message-text-block {
  width: 50%;
}

.recruit-top-message-text-block-inner {
  padding-left: calc(100% - 700px);
  padding-right: 40px;
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
  color: #fff;
}
.recruit-top-message-text-block-inner p {
  font-weight: bold;
}

.recruit-top-message-img {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.recruit-top-message-img img {
  vertical-align: bottom;
}

.recruit-top-message-img-inner {
  margin-top: auto;
}

.recruit-contents-title {
  top: 0;
  left: 40px;
  color: #fff;
  font-style: italic;
}

.recruit-top-message-text-l {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

.recruit-top-message-ceo-name {
  text-align: right;
  margin-top: 30px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.recruit-top-personality-section {
  padding-top: 130px;
}

.recruit-heading-wrap {
  text-align: center;
  position: relative;
}
.recruit-heading-wrap .section-contents-title {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  top: -110px;
  font-style: italic;
  color: #004098;
  opacity: 0.1;
}
.recruit-heading-wrap h2 {
  position: relative;
}

.personality-type-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
.personality-type-block:nth-of-type(odd) .personality-type-img-block {
  order: 1;
}
.personality-type-block:nth-of-type(odd) .personality-type-text-block {
  order: 2;
}

.personality-type-text-block {
  background: #fff;
  padding: 40px;
  width: 50%;
}
.personality-type-text-block h3 {
  margin-bottom: 30px;
}
.personality-type-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
}
.personality-type-text-block .personality-type-num-wrap {
  margin-bottom: 10px;
}
.personality-type-text-block .personality-type-num-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #08D6A9;
  font-size: 22px;
  font-size: 2.2rem;
}
.personality-type-text-block .personality-type-num {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0067F7;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

.personality-type-img-block {
  width: 50%;
  height: auto;
}
.personality-type-img-block .personality-type-img {
  height: 100%;
}
.personality-type-img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-top-training-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recruit-top-training-item {
  width: 48%;
  background: #1159BE;
  background: linear-gradient(134deg, rgb(17, 89, 190) 0%, rgb(22, 120, 181) 66%, rgb(26, 140, 175) 88%);
}
.recruit-top-training-item a {
  display: block;
  position: relative;
  color: #fff;
  height: 100%;
}
.recruit-top-training-item a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  background: #fff;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-top-training-item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 32px;
  bottom: 52px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-top-training-item a:hover .recruit-top-training-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recruit-top-training-item a:hover .recruit-top-training-item-img-wrap::after {
  opacity: 1;
}
.recruit-top-training-item a:hover::before {
  background: #004098;
}
.recruit-top-training-item a:hover::after {
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
}
.recruit-top-training-item .heading-deco02-wrap::before {
  background: #fff;
}
.recruit-top-training-item .heading-deco02-wrap::after {
  background: #0098F7;
}

.recruit-top-training-item-img-wrap {
  overflow: hidden;
  position: relative;
}
.recruit-top-training-item-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.recruit-top-training-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit-top-training-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-top-training-text-block {
  padding: 30px;
}
.recruit-top-training-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 100px;
}

.recruit-top-aboutus-section {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(../images/recruit/bg_aoubt_us.jpg) no-repeat center;
  background-size: cover;
}
.recruit-top-aboutus-section .recruit-heading-wrap {
  color: #fff;
}
.recruit-top-aboutus-section .recruit-heading-wrap .section-contents-title {
  color: #fff;
}

.recruit-top-aboutus-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recruit-top-aboutus-item {
  width: 48%;
  background: #fff;
}
.recruit-top-aboutus-item a {
  display: block;
  position: relative;
  height: 100%;
}
.recruit-top-aboutus-item a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  background: #0067F7;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-top-aboutus-item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 32px;
  bottom: 52px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-top-aboutus-item a:hover .recruit-top-aboutus-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recruit-top-aboutus-item a:hover .recruit-top-aboutus-item-img-wrap::after {
  opacity: 1;
}
.recruit-top-aboutus-item a:hover::before {
  background: #004098;
}
.recruit-top-aboutus-item a:hover::after {
  width: 24px;
  height: 8px;
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
}
.recruit-top-aboutus-item a:hover .recruit-top-aboutus-text {
  color: #0067F7;
}

.recruit-top-aboutus-item-img-wrap {
  overflow: hidden;
  position: relative;
}
.recruit-top-aboutus-item-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.recruit-top-aboutus-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit-top-aboutus-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-top-aboutus-text-block {
  padding: 30px;
  padding-right: 100px;
}
.recruit-top-aboutus-text-block p {
  font-weight: bold;
}

.recruit-top-aboutus-text-block-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recruit-top-aboutus-icon-block {
  width: 22%;
}

.recruit-top-aboutus-text {
  width: 72%;
  padding-top: 5px;
}

.recruit-top-aboutus-icon-block-text {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
  font-size: 2.2rem;
  color: #08D6A9;
  text-align: center;
  margin-bottom: 5px;
}

.recruit-top-group-section {
  padding-top: 120px;
}

.recruit-top-group-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 50px;
  margin-top: 80px;
}

.recruit-top-group-logo {
  width: 30%;
  padding-right: 40px;
}

.recruit-top-group-text-block {
  border-left: solid 1px #ccc;
  width: 70%;
  padding-left: 40px;
}

.recruit-top-group-text-profile {
  margin-top: 40px;
  background: #F7F7F7;
  padding: 30px;
}
.recruit-top-group-text-profile dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.recruit-top-group-text-profile dl dt {
  font-weight: bold;
  margin-right: 5px;
  width: 80px;
}
.recruit-top-group-text-profile dl dd {
  width: calc(100% - 80px);
}

.recruit-entry-section {
  padding-top: 130px;
  padding-bottom: 130px !important;
  background: url(../images/recruit/bg_entry.jpg) no-repeat left;
  background-size: cover;
  color: #fff;
}
.recruit-entry-section .section-contents-title {
  color: #fff;
}
.recruit-entry-section .recruit-heading-wrap {
  margin-bottom: 80px;
}
.recruit-entry-section .contact-list-item:first-child::after {
  display: none;
}
.recruit-entry-section .contact-list-item-inner a {
  width: 80%;
  border-radius: 60px;
  color: #fff;
}
.recruit-entry-section .contact-list-item-inner a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.recruit-entry-section .contact-list-item-inner a:hover::before {
  background: url(../images/common/arrow02.png) no-repeat center;
  background-size: contain;
  right: 16px;
}
.recruit-entry-section .recruit-entyr-new-graduate-btn {
  text-align: right;
}
.recruit-entry-section .recruit-entyr-new-graduate-btn a {
  background: #01C398;
  padding: 24px 10px;
}
.recruit-entry-section .recruit-entyr-new-graduate-btn a::before {
  right: 20px;
}
.recruit-entry-section .recruit-entyr-new-graduate-btn a:hover {
  background: #01BCC3;
}
.recruit-entry-section .recruit-entyr-career-btn {
  text-align: left;
}
.recruit-entry-section .recruit-entyr-career-btn a {
  background: #0067F7;
  padding: 24px 10px;
}
.recruit-entry-section .recruit-entyr-career-btn a::before {
  right: 20px;
}
.recruit-entry-section .recruit-entyr-career-btn a:hover {
  background: #0042F7;
}

.recruit-sub-title-wrap {
  background: #1159BE;
  background: linear-gradient(132deg, rgb(17, 89, 190) 39%, rgb(26, 140, 175) 85%);
}
.recruit-sub-title-wrap .sub-title-en {
  font-style: italic;
}

.recruit-sub-contents {
  background: #fff;
}

.training-flow-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 60px;
}

.training-flow-block.before-placement {
  width: 38%;
  position: relative;
}
.training-flow-block.before-placement .training-flow-step-item {
  background: #43C2F2;
}
.training-flow-block.before-placement .training-flow-step-item:nth-of-type(2) {
  background: #1493C4;
}
.training-flow-block.before-placement::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/recruit/training/arrow01.png) no-repeat center;
  background-size: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -13%;
}
.training-flow-block.after-placement {
  width: 55%;
}
.training-flow-block.after-placement .training-flow-step-item {
  background: #0A87C8;
}
.training-flow-block.after-placement .training-flow-step-item:nth-of-type(2) {
  background: #0062AC;
}
.training-flow-block.after-placement .training-flow-step-item:nth-of-type(3) {
  background: #004E9B;
}

.training-flow-block-heading {
  background: #1159BE;
  background: linear-gradient(119deg, rgb(17, 89, 190) 0%, rgb(26, 140, 175) 100%);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.training-flow-block-inner {
  padding: 30px 20px;
  border: solid 1px #ccc;
  border-top: none;
}

.training-flow-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.training-flow-step-item {
  width: 48%;
  margin-right: 4%;
}
.training-flow-step-item a {
  display: block;
  color: #fff;
  padding: 10px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* 中央寄せ（上下中央） */
  height: 200px; /* 適切な高さに調整 */
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 40px; /* 上の固定領域を確保（step-numのため） */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.training-flow-step-item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: translateX(-50%) rotate(135deg);
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 20px;
}
.training-flow-step-item a:hover {
  opacity: 0.8;
}
.training-flow-step-item a:hover::before {
  bottom: 16px;
}
.training-flow-step-item:last-child {
  margin-right: 0;
}

.training-flow-step-num {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.training-flow-step-num p {
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}

.training-flow-step-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.training-flow-item {
  background: #F5FBFE;
  padding: 40px;
  margin-bottom: 60px;
}
.training-flow-item:nth-of-type(2) {
  background: #EBF9FF;
}
.training-flow-item:nth-of-type(2) .training-flow-item-num-wrap {
  background: #1493C4;
}
.training-flow-item:nth-of-type(2) .training-flow-item-heading-wrap {
  border-bottom: solid 2px #1493C4;
}
.training-flow-item:nth-of-type(3) {
  background: #E5F6FF;
}
.training-flow-item:nth-of-type(3) .training-flow-item-num-wrap {
  background: #0A87C8;
}
.training-flow-item:nth-of-type(3) .training-flow-item-heading-wrap {
  border-bottom: solid 2px #0A87C8;
}
.training-flow-item:nth-of-type(4) {
  background: #E8F5FF;
}
.training-flow-item:nth-of-type(4) .training-flow-item-num-wrap {
  background: #0062AC;
}
.training-flow-item:nth-of-type(4) .training-flow-item-heading-wrap {
  border-bottom: solid 2px #0062AC;
}
.training-flow-item:nth-of-type(5) {
  background: #DCEEFF;
  margin-bottom: 0;
}
.training-flow-item:nth-of-type(5) .training-flow-item-num-wrap {
  background: #004E9B;
}
.training-flow-item:nth-of-type(5) .training-flow-item-heading-wrap {
  border-bottom: solid 2px #004E9B;
}

.training-flow-item-heading-wrap {
  border-bottom: solid 2px #43C2F2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}

.training-flow-item-num-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 80px;
  height: 80px;
  background: #43C2F2;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin-right: 25px;
}

.training-flow-item-num-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}

.training-flow-item-num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.training-flow-item-heading {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.training-flow-item-heading span {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #0067F7;
  background: #fff;
  padding: 5px 10px;
}

.training-flow-item-img-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 30px;
}

.training-flow-item-img-item {
  width: 32%;
  margin-right: 2%;
}
.training-flow-item-img-item:last-child {
  margin-right: 0;
}

.career-training-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.career-training-item {
  width: 32%;
  margin-right: 2%;
}
.career-training-item:last-child {
  margin-right: 0;
}

.career-training-img {
  margin-bottom: 15px;
}

.career-training-text-block h4 {
  margin-bottom: 10px;
}
.career-training-text-block a {
  color: #0067F7;
  text-decoration: underline;
}
.career-training-text-block a:hover {
  text-decoration: none;
}

.basic-system-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basic-system-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.basic-system-item:nth-of-type(4n) {
  margin-right: 0;
}

.basic-system-item-img {
  margin-bottom: 15px;
}

.system-item-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../images/recruit/icon_check.png) no-repeat left top;
  background-size: 28px 28px;
  padding-left: 40px;
}

.advance-system-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advance-system-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.advance-system-item:nth-of-type(3n) {
  margin-right: 0;
}

.license-list-block {
  margin-bottom: 80px;
}

.license-list-table table th {
  padding: 20px 5px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  vertical-align: middle;
}
.license-list-table table td {
  padding: 20px 15px;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.license-list-table table tr:first-of-type th {
  background: #f0f0f0;
  color: #333;
}
.license-list-table table tr:first-of-type th:nth-of-type(1) {
  width: 40%;
}
.license-list-table table tr:first-of-type th:nth-of-type(2) {
  width: 60%;
}

.staff-interview {
  margin-bottom: 80px;
}
.staff-interview:last-of-type {
  margin-bottom: 0;
}

.staff-cover-wrap {
  position: relative;
  margin-bottom: 60px;
}

.staff-cover-img {
  text-align: right;
}

.staff-cover-text-block {
  position: absolute;
  left: 5%;
  bottom: 30px;
  background: #1159BE;
  background: linear-gradient(134deg, rgb(17, 89, 190) 0%, rgb(22, 120, 181) 66%, rgb(26, 140, 175) 88%);
  padding: 10px 50px 50px 50px;
}

.staff-cover-interview-num {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  font-size: 4rem;
}
.staff-cover-interview-num span {
  font-size: 70px;
  font-size: 7rem;
  font-style: italic;
  margin-left: 10px;
}

.staff-cover-text-heading {
  margin-bottom: 20px;
}
.staff-cover-text-heading span {
  display: inline-block;
  background: #fff;
  color: #333;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 3px;
  padding: 15px 20px;
  font-weight: bold;
}
.staff-cover-text-heading span:first-of-type {
  margin-bottom: 10px;
}

.staff-role {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.staff-cover-profile-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #fff;
}

.staff-name {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 4px;
  font-weight: bold;
  margin-right: 15px;
}

.staff-year {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.staff-interview-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 60px;
}
.staff-interview-block:nth-of-type(even) .staff-interview-img {
  order: 1;
}
.staff-interview-block:nth-of-type(even) .staff-interview-block-text {
  order: 2;
}

.staff-interview-block-text {
  width: 55%;
}

.staff-interview-img {
  width: 40%;
}

.staff-interview-heading {
  font-size: 20px;
  font-size: 2rem;
  color: #004098;
  font-weight: bold;
  margin-bottom: 15px;
}

.staff-interview-block-inner {
  margin-bottom: 40px;
}
.staff-interview-block-inner:last-child {
  margin-bottom: 0;
}

.staff-interview-img-l {
  margin-bottom: 50px;
}

.staff-time-schedule-wrap {
  padding: 40px;
  background: #F5FBFE;
}

.staff-time-schedule-heading {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  background: #004098;
  font-weight: bold;
  padding: 15px 15px 15px 65px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.staff-time-schedule-heading::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/recruit/aboutus/icon_schedule.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
}

.staff-time-schedule-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.staff-time-schedule-first {
  width: 48%;
}
.staff-time-schedule-first .time-schedule-block:first-of-type::before {
  background: #004098;
}

.people-time-schedule-last {
  width: 48%;
}
.people-time-schedule-last .time-schedule-block:last-of-type:before {
  background: #004098;
}
.people-time-schedule-last .time-schedule-block:last-of-type::after {
  display: none;
}

.time-schedule-block {
  position: relative;
  padding-bottom: 20px;
}
.time-schedule-block::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 2px #004098;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 62px;
  z-index: 1;
}
.time-schedule-block::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 69px;
  background: #004098;
}
.time-schedule-block dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.time-schedule-block dl dt {
  font-weight: bold;
  position: relative;
  padding-left: 0;
  padding-top: 0;
  width: 16%;
}
.time-schedule-block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0px 5px 25px 10px;
  width: 84%;
}

.staff-interview-img-none {
  display: block;
}
.staff-interview-img-none .staff-interview-block-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.result-area-img {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.result-area-list li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.recreuit-merit-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-merit-item {
  width: 48%;
  background: #F5FBFE;
  padding: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.recruit-merit-num-wrap {
  width: 10%;
}

.recruit-merit-text {
  width: 86%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.recruit-merit-num-inner {
  position: relative;
}
.recruit-merit-num-inner::before {
  content: "";
  display: block;
  width: 52px;
  height: 33px;
  background: url(../images/recruit/aboutus/icon_merit.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-merit-num {
  font-size: 40px;
  font-size: 4rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  color: #0067F7;
  padding-top: 22px;
}

.contact-tel-block {
  width: 70%;
  border: solid 1px #ccc;
  padding: 50px 10px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.contact-tel-block-num {
  letter-spacing: 6px;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
}

.contact-tel-block-num a {
  color: #142C97;
}

.contact-tel-block-num span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.contact-tel-block-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.our-data-block {
  margin-bottom: 40px;
}
.our-data-block:last-child {
  margin-bottom: 0;
}

.our-data-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-data-item {
  background: #F5FBFE;
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  margin-bottom: 2%;
}
.our-data-item:nth-of-type(3n) {
  margin-right: 0;
}

.our-data-item-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.our-data-item-heading::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #0067F7;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.our-data-info-wrap {
  text-align: center;
}

.our-data-info {
  font-size: 100px;
  font-size: 10rem;
  letter-spacing: 4px;
  font-weight: bold;
  color: #0067F7;
}
.our-data-info span {
  margin-left: 5px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.our-data-info-comment {
  font-size: 18px;
  font-size: 1.8rem;
}

.group-apartment-safe {
  width: 70%;
  margin: 0 auto;
}

.our-data-job {
  padding: 30px;
  background: #F5FBFE;
}

.our-data-job-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.our-data-job-item {
  width: 22.5%;
  margin-right: 3.3333%;
  margin-bottom: 3%;
  text-align: center;
}
.our-data-job-item:nth-of-type(4n) {
  margin-right: 0;
}

.our-data-job-item-img {
  margin-bottom: 10px;
}

.our-data-result {
  width: 80%;
  margin: 20px auto 0;
}

.staff-interview-thum-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 60px;
}

.staff-interview-thum {
  width: 23%;
  margin-right: 2.666%;
  background: #1159BE;
  background: linear-gradient(134deg, rgb(17, 89, 190) 0%, rgb(22, 120, 181) 66%, rgb(26, 140, 175) 88%);
}
.staff-interview-thum:nth-of-type(4n) {
  margin-right: 0;
}
.staff-interview-thum a {
  display: block;
  position: relative;
}
.staff-interview-thum a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
.staff-interview-thum a::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #004098;
  border-right: 1px solid #004098;
  transform: translate(-50%, -50%) skew(45deg);
  position: absolute;
  right: 20px;
  bottom: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff-interview-thum a:hover .staff-interview-thum-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.staff-interview-thum a:hover .staff-interview-thum-img-wrap::after {
  opacity: 1;
}
.staff-interview-thum a:hover::before {
  background: #004098;
}
.staff-interview-thum a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.staff-interview-thum-img-wrap {
  overflow: hidden;
  position: relative;
  position: relative;
}
.staff-interview-thum-img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.staff-interview-thum-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.staff-interview-thum-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-interview-text-block {
  padding: 15px;
}
.staff-interview-text-block .staff-role {
  font-size: 16px;
  font-size: 1.6rem;
}
.staff-interview-text-block .staff-cover-profile-inner {
  display: block;
}
.staff-interview-text-block .staff-name {
  font-size: 20px;
  font-size: 2rem;
}
.staff-interview-text-block .staff-year {
  font-size: 14px;
  font-size: 1.4rem;
}

.recruit-sub-about-list .recruit-top-aboutus-item {
  border: solid 1px #ccc;
}
.recruit-sub-about-list .recruit-top-aboutus-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-sub-about-list .recruit-top-aboutus-item a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.recruit-sub-about-list .recruit-top-aboutus-text-block-inner {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.recruit-sub-about-list .recruit-top-aboutus-text {
  width: 80%;
}
.recruit-sub-about-list .recruit-top-aboutus-text p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.recruit-sub-about-list .recruit-top-aboutus-icon-block {
  width: 15%;
}

.review-item {
  margin-bottom: 60px;
}
.review-item:last-of-type {
  margin-bottom: 0;
}

.review-item-inner {
  margin-bottom: 30px;
  border: solid 3px #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px;
}

.review-item-img-block {
  width: 100px;
  text-align: center;
}

.review-item-img-text {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BFA77F;
  font-size: 18px;
  font-size: 1.8rem;
}

.review-item-text-block {
  width: calc(100% - 150px);
}
.review-item-text-block p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.review-item-text-block p:last-of-type {
  margin-bottom: 0;
}

.review-item-answer-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 30px;
  background: #F1FBFF;
}

.review-item-answer-img {
  width: 100px;
  text-align: center;
}

.review-item-answer-text {
  width: calc(100% - 150px);
}
.review-item-answer-text p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.review-item-answer-text p:last-of-type {
  margin-bottom: 0;
}

.wp-block-file:not(.wp-element-button) {
  font-size: 16px;
  font-size: 1.6rem;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.bread-crumb {
  padding: 50px 0;
}

.bread-crumb-inner span {
  margin-right: 20px;
}

.bread-crumb-inner a {
  position: relative;
  color: #004098;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.bread-crumb-inner a:hover {
  text-decoration: none;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.bread-crumb-inner a:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #333;
  content: "/";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -22px;
  margin-right: 1px;
}

.bread-crumb-inner .bread-keyword,
.bread-crumb-inner .bread-cat-name {
  margin-right: 0;
}

.cycle-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}
.cycle-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #004098;
  border-radius: 100%;
}

.img-center {
  text-align: center;
}

.table-layout01 table tr th {
  background: none;
  padding: 30px;
}
.table-layout01 table tr td {
  background: none;
  padding: 30px;
}

.lead-text01 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.lead-text02 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

/*WPのシングルページ調整CSS*/
.topics-thumbnail {
  margin-bottom: 40px;
}

.news-inner {
  width: 1000px;
  margin: 0 auto;
}

.news-single-heading {
  margin-bottom: 50px;
}
.news-single-heading h1 {
  margin-bottom: 20px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #707070;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-single-inner a {
  color: #004098;
  text-decoration: underline;
}
.news-single-inner a:hover {
  text-decoration: none;
}

.news-single-inner h1 {
  font-weight: bold;
  margin-bottom: 40px;
}

.news-single-inner h2 {
  margin-top: 60px;
  padding: 10px 20px;
  border-left: solid 4px #004098;
}
.news-single-inner h2 strong {
  color: #333;
}

.news-single-inner h3 {
  background: #dadfe5;
  margin-top: 50px;
}

.news-single-inner h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  color: #004098;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.news-single-inner .pickup-item-cat {
  padding: 0;
}
.news-single-inner .pickup-item-cat a {
  display: block;
  padding: 5px 15px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-single-inner .pickup-item-cat a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news-single-inner .pickup-item-cat.diary a {
  color: #fff;
}
.news-single-inner .pickup-item-cat.column a {
  color: #fff;
}

.blog-single .news-single-inner h2 {
  margin-top: 20px;
}
.blog-single .news-single-inner h3 {
  margin-top: 20px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}
.blog-single .news-single-inner p {
  margin-bottom: 10px;
}
.blog-single .news-single-inner h4 {
  margin-top: 20px;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #004098;
  background: #004098;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #004098;
  background: #004098;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/*form調整CSS*/
table input, table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus, table textarea:focus,
select:focus, input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

.form, .wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}
#check p a {
  color: #E60012;
}
#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}
#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

.privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-text {
  margin-bottom: 20px;
}

.privacy-company-profile {
  margin: 20px 0;
}

.privacy-indent {
  margin-left: 20px;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  padding: 20px 100px;
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #004098;
  border: solid 2px #004098;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  padding: 20px 100px;
  background: #08D6A9;
  color: #fff;
  border: solid 2px #08D6A9;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

#submit #back {
  background: #ccc;
  padding: 20px 100px;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}

table input, table textarea,
select, input.wpcf7-validates-as-required {
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type=checkbox] {
  border: 1px #CCC solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form, .wpcf7-textarea {
  width: 100%;
}

input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type=checkbox] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: rgb(250, 204, 208);
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}
.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item,
.checkbox-item02 .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-time select {
  padding: 5px 15px;
}

.company-table th {
  overflow: hidden;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
  background: transparent;
}

.company-table th {
  width: 25%;
  padding: 40px 30px;
}

.company-table td .cycle-item {
  font-weight: normal;
}

.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #E60012;
}
.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.address-block-item {
  width: 49%;
}

.grecaptcha-badge {
  bottom: 150px !important;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #E60012;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  float: right;
}

/*
確認画面の調整
*/
.contact-attention {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 10px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
.contents,
.contents-sub {
  opacity: 0;
}

.loading-img-logo {
  overflow: hidden;
}

.loading-img {
  display: none;
}

.loading-img-logo {
  overflow: hidden;
}

.loading-img-bg {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.loading-img-bg.laoding-slide {
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-animation-name: loading-slide-mask;
  animation-name: loading-slide-mask;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loading-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loading-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.loading-img {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
}
.loading-img img {
  width: 80%;
}

/*----------------------------------
swiperの調整
----------------------------------*/
.swiper-button-wrap {
  display: none;
}

form.wpcf7-form {
  margin-top: -160px;
  padding-top: 160px;
}

.wpcf7c-elm-step2 {
  border: solid 1px #08D6A9;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

table a {
  color: #004098;
}
table a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1700px) {
  .pc-nav {
    margin-left: 40px;
  }
  .header-contact-item-mail {
    margin-left: 20px;
  }
  .logo {
    width: 20%;
  }
}
@media only screen and (max-width: 1500px) {
  .staff-cover-text-block {
    left: 0;
    bottom: -130px;
  }
  .staff-cover-wrap {
    margin-bottom: 200px;
  }
  .main-img-copy img {
    width: 80%;
  }
  .nav-item a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .top-strength-text-block h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .recruit-top-message-text-block-inner {
    padding-left: 5%;
  }
  .pc-nav {
    margin-left: 15px;
  }
  .nav-item a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header {
    padding: 0 20px;
  }
  .header-contact-item-mail a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1300px) {
  .header-contact-item-mail {
    margin-left: 15px;
  }
  .top-strength-item {
    width: 32%;
  }
  .top-strength-text-block h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-service-contents-text-block {
    width: 70%;
    margin-top: -100px;
  }
  .main-img-copy img {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .logo {
    width: 18%;
  }
  .footer-inner {
    display: block;
  }
  .footer-left-block {
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .top-strength-img::before {
    background: linear-gradient(0deg, #002E6F 0%, rgba(255, 255, 255, 0) 100%);
  }
  .top-recruit-text-inner {
    padding-left: 5%;
  }
  .contact-list {
    display: block;
  }
  .contact-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-list-item:first-child {
    padding-right: 0;
  }
  .contact-list-item:first-child::after {
    display: none;
  }
  .contact-list-item-inner {
    width: 100%;
  }
  .contact-list-item:last-child {
    padding-left: 0;
  }
  .sub-strength-text-block h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sub-strength-text-block {
    padding: 30px;
  }
  .sub-strength-img::before {
    background: linear-gradient(0deg, #002E6F 30%, rgba(255, 255, 255, 0) 100%);
  }
  .recruit-top-message-inner {
    display: block;
  }
  .recruit-top-message-text-block {
    width: 100%;
  }
  .recruit-top-message-img {
    width: 100%;
    text-align: center;
    display: block;
  }
  .recruit-entry-section .contact-list-item-inner a {
    width: 90%;
  }
  .recruit-entry-section .recruit-entyr-new-graduate-btn,
  .recruit-entry-section .recruit-entyr-career-btn {
    text-align: center;
  }
  .staff-cover-text-block {
    position: static;
  }
  .staff-cover-wrap {
    margin-bottom: 80px;
  }
  .time-schedule-block dl dt {
    width: 20%;
  }
  .time-schedule-block dl dd {
    width: 80%;
  }
  .recruit-merit-num-wrap {
    width: 14%;
  }
  .recruit-merit-text {
    width: 84%;
  }
  .recruit-top-aboutus-text-block {
    padding: 20px;
  }
  .header-contact-item-mail a {
    padding: 10px 15px 10px 33px;
  }
  .header-contact-item-mail a .icon-mail:before {
    width: 15px;
    height: 11px;
    left: -23px;
  }
  .header-contact-item-mail {
    margin-left: 10px;
  }
  .header {
    padding: 0 10px;
  }
  .nav-item a {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .m1024-none {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02,
  .inner03 {
    width: 95%;
    margin: 0 auto;
  }
  .news-inner {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .m992 {
    display: block !important;
  }
  .m992-767 {
    display: block !important;
  }
  .m992-none {
    display: none !important;
  }
  .m1024-none {
    display: none;
  }
  .nav-control {
    display: block;
  }
  .pc-nav {
    display: none;
  }
  .logo {
    width: auto;
  }
  .sp-nav-item > a {
    color: #fff;
    font-weight: bold;
    padding: 16px 20px;
    display: block;
    position: relative;
  }
  .sp-nav-item .accordion_icon span {
    background-color: #fff;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-sub-nav-item a::after {
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
  }
  .sp-contact-mail {
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    background: #08D6A9;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 60px;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: 20px;
  }
  .sp-plus .accordion_icon-wrap {
    width: 100%;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 5px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #004098;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  /*
  ハンバーガーメニュー
  */
  .nav-control {
    display: none;
    height: 90px;
    width: 10%;
    cursor: pointer;
    z-index: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-control.header-fixed-animation {
    height: 80px;
  }
  .sp-menu-name {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-top: -3px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 29px;
    height: 30px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff !important;
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .nav-control .active span {
    background-color: #fff !important;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #004098;
    z-index: 200;
    padding: 90px 0px;
    display: block;
    pointer-events: none;
  }
  .sp-nav.active {
    pointer-events: auto;
  }
  .sp-nav.active a {
    pointer-events: auto;
  }
  .sp-nav-item .arrow03::before {
    right: 13px;
  }
  .sp-nav-item .arrow03::after {
    right: 20px;
  }
  .header {
    padding: 0 0 0 20px;
  }
  .header-right {
    display: none;
  }
  .main-img-text-en {
    font-size: 70px;
    font-size: 7rem;
  }
  .main-img-text-jp {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .footer-nav-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-strength-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-strength-num {
    font-size: 80px;
    font-size: 8rem;
    top: -50px;
  }
  .top-strength-item {
    width: 48%;
    margin-bottom: 50px;
  }
  .top-strength-item:last-child {
    margin-bottom: 0;
  }
  .top-service-contents-text-block {
    width: 90%;
  }
  .top-service-contents:nth-of-type(1) .top-service-contents-text-block {
    margin-right: auto;
  }
  .top-service-contents:nth-of-type(2) .top-service-contents-text-block {
    margin-left: auto;
    margin-right: auto;
  }
  .top-other-service-text-block {
    padding-right: 90px;
  }
  .top-other-service-item a::after {
    right: 13px;
    bottom: 23px;
  }
  .top-other-service-item a::before {
    right: 0px;
    bottom: 0px;
  }
  .top-news-inner {
    display: block;
  }
  .top-news-inner-left {
    width: 100%;
  }
  .pc-top-news-btn-wrap {
    display: none;
  }
  .top-news-inner-right {
    width: 100%;
  }
  .sp-top-news-btn-wrap {
    display: block;
    margin: 60px auto 0;
    text-align: center;
  }
  .top-recruit-inner {
    display: block;
  }
  .top-recruit-text-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .top-recruit-img-block {
    width: 100%;
  }
  .main-img-text {
    width: 80%;
  }
  .sub-title-en {
    font-size: 80px;
    font-size: 8rem;
  }
  .sub-strength-text-block {
    padding: 20px;
  }
  .sub-strength-text-block h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .sub-strength-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .board-member-item {
    width: 48%;
    margin-right: 4%;
  }
  .board-member-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .board-member-img img {
    width: 100%;
  }
  .company-history-block dl dt {
    width: 28%;
  }
  .company-history-block dl dd {
    width: 72%;
  }
  .company-name-source-comment {
    font-size: 20px;
    font-size: 2rem;
  }
  .safety-service-text-block {
    padding: 20px;
  }
  .safety-service-heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .recruit-top-training-text-block {
    padding: 20px;
  }
  .recruit-top-training-text-block .heading02 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .recruit-top-training-text-block p {
    padding-right: 60px;
  }
  .recruit-top-aboutus-text-block {
    padding: 20px;
  }
  .recruit-top-aboutus-text-block .heading05 {
    font-size: 20px;
    font-size: 2rem;
  }
  .recruit-top-aboutus-text-block-inner {
    display: block;
  }
  .recruit-top-aboutus-icon-block {
    width: 22%;
    margin: 0 auto 20px;
  }
  .recruit-top-aboutus-icon-block-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-top-aboutus-text {
    width: 100%;
  }
  .recruit-top-aboutus-text p {
    padding-right: 60px;
  }
  .training-flow-step-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .training-flow-step-item a {
    height: 160px;
  }
  .training-flow-block.before-placement::after {
    right: -16%;
  }
  .basic-system-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .basic-system-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .basic-system-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .time-schedule-block dl dt {
    width: 25%;
  }
  .time-schedule-block dl dd {
    width: 75%;
  }
  .main-img-copy img {
    width: 70%;
  }
  .recreuit-merit-list {
    display: block;
  }
  .recruit-merit-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit-merit-num-wrap {
    width: 10%;
  }
  .recruit-merit-text {
    width: 88%;
  }
  .footer-nav-item {
    margin-bottom: 20px;
  }
  .contact-tel-block {
    width: 100%;
  }
  .main-img-wrap {
    height: 80vh;
  }
  .main-img-inner {
    height: 100%;
  }
  .slide-img {
    height: 100%;
  }
  .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .recruit-main-img-wrap .main-img {
    background: url(../images/recruit/maiin_img.jpg) no-repeat center;
    background-size: cover;
  }
  .our-data-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .our-data-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .our-data-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .group-apartment-safe {
    width: 100%;
  }
  .our-data-job-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .our-data-job-item:nth-of-type(4n) {
    margin-right: 4%;
  }
  .our-data-job-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text {
    width: 100%;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-interview-thum-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff-interview-thum {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .staff-interview-thum:nth-of-type(2n) {
    margin-right: 0;
  }
  .our-data-result {
    width: 100%;
  }
  .review-item-answer-text {
    width: calc(100% - 120px);
  }
  .review-item-text-block {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only02 {
    display: block !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .flt-box,
  .flt-box02 {
    display: block;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08 {
    margin-bottom: 15px;
  }
  .flt-box {
    margin-bottom: 20px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02,
  .inner03,
  .news-inner {
    width: 94%;
    margin: 0 auto;
  }
  .btn-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .btn-wrap01 {
    margin-top: 30px;
  }
  .btn-wrap02 {
    margin-top: 20px;
    text-align: center;
  }
  .btn-wrap04 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    width: 85%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn02 {
    width: 100%;
  }
  .btn03 {
    width: 80%;
  }
  .btn-arrow01 span {
    padding: 20px 100px 20px 20px;
    width: 100%;
    text-align: left;
  }
  .heading01, .news-single-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .heading03, .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .heading04, .news-single-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single .heading03, .news-single .news-single-inner h2, .news-single-inner .news-single h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner ol li {
    margin-left: 10px;
  }
  .news-single-inner ul,
  .news-single-inner ol {
    margin-left: 10px;
  }
  .news-single-inner ul li {
    margin-left: 10px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .post-link {
    margin-top: 40px;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-bottom: none;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em;
    border-bottom: none;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input, table textarea, select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    padding: 5px;
  }
  .pagetop {
    bottom: 60px;
    right: 10px;
  }
  .pagetop img {
    width: 74px;
    height: 66px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type=radio] {
    margin-bottom: 10px;
  }
  input[type=radio]:last-child {
    margin-bottom: 0px;
  }
  .header {
    height: 60px;
    padding-left: 0;
  }
  .header.header-fixed-animation {
    height: 60px;
  }
  .header.header-fixed-animation .header-left,
  .header.header-fixed-animation .header-left-inner,
  .header.header-fixed-animation .nav-control,
  .header.header-fixed-animation .header-entry-block-inner a {
    height: 60px;
  }
  .header {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 0;
  }
  .logo {
    width: 75%;
    padding-left: 10px;
  }
  .logo a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
  .header-left,
  .header-left-inner {
    height: 60px;
  }
  .nav-control {
    width: 15%;
    margin-left: 0;
  }
  .section-contents {
    padding: 0 0 70px;
  }
  .copyright {
    margin-top: 20px;
  }
  .nav-control,
  .sp-header-tel {
    height: 60px;
  }
  .pc-nav-control {
    height: 60px;
    width: 60px;
  }
  .news-item a {
    display: block;
    padding: 15px 0;
    padding-right: 55px;
  }
  .news-item a time {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .news-text {
    padding-left: 0;
  }
  .fade-in-delay-6,
  .fade-in-delay-8,
  .fade-in-delay-10,
  .fade-in-delay-12,
  .fade-in-delay-14,
  .fade-in-delay-16 {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }
  .bg-color01 + .section-contents {
    padding-top: 60px;
  }
  .pagetop {
    width: 50px;
    height: 50px;
  }
  .sub-title-wrap {
    padding-top: 60px;
  }
  .sub-title-inner {
    padding: 40px 10px 40px;
  }
  .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .sub-title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .sub-title-en {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 2px;
  }
  .bread-crumb {
    padding: 30px 0;
  }
  .side-logo-scroll {
    position: absolute;
    left: 6%;
  }
  .side-logo-scroll a {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 3px;
  }
  .main-img-text-en {
    font-size: 40px;
    font-size: 4rem;
  }
  .main-img-text {
    left: 14%;
    bottom: 15%;
  }
  .main-img-text-jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .news-item a .news-text {
    padding-left: 0;
  }
  .news-item a::after {
    right: 2px;
  }
  .news-item a:hover::after {
    right: -2px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav .footer-nav-list {
    display: block;
  }
  .footer-nav-item-heading {
    margin-bottom: 0;
  }
  .footer-nav-item {
    margin-bottom: 0;
    margin-right: 0;
  }
  .footer-nav-item a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #DDDDDD;
    padding: 13px 0;
    position: relative;
  }
  .footer-nav-item a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-nav-item-sub-nav-list {
    margin-left: 0;
    border-bottom: solid 1px #DDDDDD;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .footer-nav-item-sub-nav-item a {
    display: block;
    padding: 8px 15px;
    position: relative;
    border: none;
  }
  .sub-concept-text-inner {
    padding: 0 2.5%;
  }
  .lead-text01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lead-text02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-table th {
    width: auto;
    padding: 0.7em;
    padding-bottom: 0;
    border-bottom: none;
  }
  .company-table td {
    width: auto;
    padding: 0.7em;
    border-top: none;
  }
  .top-strength-section::after {
    top: 30px;
  }
  .section-contents-title {
    font-size: 40px;
    font-size: 4rem;
    top: -33px;
  }
  .top-strength-section .section-contents-title {
    top: 50px;
  }
  .top-strength-section .inner02 {
    padding-top: 0;
  }
  .heading-deco01 {
    padding-left: 20px;
  }
  .heading-deco01::before {
    width: 8px;
    height: 8px;
    top: 17px;
  }
  .top-strength-list {
    display: block;
    margin-top: 50px;
  }
  .top-strength-item {
    width: 100%;
  }
  .top-strength-num {
    font-size: 60px;
    font-size: 6rem;
    top: -40px;
  }
  .top-strength-img img {
    max-height: 370px;
    min-height: 370px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .top-strength-text-block h3 {
    margin-bottom: 15px;
  }
  .top-strength-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-strength-section::after {
    height: 760px;
  }
  .top-strength-cover-img,
  .top-group-cover-img {
    height: 200px;
    margin-top: 50px;
    background-attachment: inherit;
  }
  .bg-color01 {
    padding-bottom: 70px !important;
  }
  .top-service-contents-text-block {
    width: 96%;
    margin-top: -20px;
  }
  .top-service-contents-img img {
    max-height: 180px;
    min-height: 180px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .top-service-contents-text-inner {
    padding: 20px;
  }
  .heading-deco02-wrap .heading-deco02-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .heading-deco02-wrap {
    margin-bottom: 25px;
  }
  .heading-deco02-wrap .heading02 {
    margin-bottom: 0;
  }
  .top-service-contents-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-other-service-section {
    padding: 100px 0 !important;
  }
  .top-other-service-list {
    display: block;
  }
  .top-other-service-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .top-other-service-item:last-child {
    margin-bottom: 0;
  }
  .top-other-service-title {
    font-size: 30px;
    font-size: 3rem;
    top: -30px;
  }
  .top-other-service-item-img-wrap {
    margin-bottom: 15px;
  }
  .heading-deco01 {
    margin-bottom: 30px;
  }
  .top-other-service-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-other-service-item a::before {
    width: 40px;
    height: 40px;
  }
  .top-other-service-item a::after {
    width: 20px;
    height: 7px;
    right: 9px;
    bottom: 18px;
  }
  .bg-color02,
  .bg-color03 {
    padding: 70px 0 !important;
  }
  .top-company-section .section-contents-title,
  .top-group-section .section-contents-title,
  .top-news-section .section-contents-title {
    top: 36px;
  }
  .top-company-list {
    display: block;
  }
  .top-company-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-company-text-block {
    padding: 20px;
  }
  .bg-color03 + .section-contents {
    padding-top: 70px;
  }
  .top-company-text-block h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .news-item:first-child a {
    padding-top: 0;
  }
  .sp-top-news-btn-wrap {
    margin-top: 30px;
  }
  .column-list {
    display: block;
  }
  .column-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
  }
  .column-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 20px;
  }
  .column-item .column-item-img-wrap {
    width: 34%;
    max-height: 100px;
    min-height: 100px;
  }
  .column-item .column-item-img-wrap img {
    max-height: 100px;
    min-height: 100px;
  }
  .column-item-text-block {
    width: 63%;
    border-bottom: none;
    padding: 0 30px 0 0;
  }
  .column-item-text-block time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-recruit-text-inner {
    padding-top: 60px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .top-recruit-section .section-contents-title {
    top: 25px;
  }
  .top-recruit-section .top-recruit-message {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .top-recruit-img-block {
    min-height: auto;
  }
  .top-recruit-img-block img {
    min-height: auto;
  }
  .contct-area {
    padding: 70px 0;
  }
  .contact-heading-wrap .section-contents-title {
    top: -35px;
  }
  .contact-list-item-tel {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .contact-list-item-tel a span {
    font-size: 20px;
    font-size: 2rem;
  }
  .contact-list-item-mail a {
    width: 100%;
  }
  .service-concept-cover-img {
    height: 200px;
    margin-top: 50px;
    background-attachment: inherit;
  }
  .sub-strength-list {
    display: block;
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .sub-strength-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .sub-strength-num {
    font-size: 60px;
    font-size: 6rem;
    top: -40px;
  }
  .sub-strength-img img {
    max-height: 370px;
    min-height: 370px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bg-color04 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .service-item {
    margin-bottom: 40px;
  }
  .box-layout01 {
    padding: 20px;
  }
  .service-item-inner {
    display: block;
  }
  .service-item-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .service-item-text-block {
    width: 100%;
  }
  .greeting-block-wrap {
    display: block;
  }
  .greeting-block-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .greeting-block-text {
    width: 100%;
  }
  .ceo-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: left;
  }
  .office-location-block {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .bg-color04 + .section-contents {
    padding-top: 70px !important;
  }
  .board-member-list {
    display: block;
  }
  .board-member-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .board-member-name {
    font-size: 20px;
    font-size: 2rem;
  }
  .company-history-block dl dt {
    width: 43%;
    padding: 15px;
  }
  .company-history-block dl dt::before {
    top: 20px;
    width: 12px;
    height: 12px;
  }
  .company-history-block dl dt::after {
    right: 30px;
  }
  .company-history-block dl dd {
    width: 55%;
    padding: 15px 5px 15px 0;
  }
  .company-table-btn a {
    width: 100%;
  }
  .box-layout02 {
    padding: 20px;
  }
  .company-name-source-list {
    display: block;
  }
  .company-name-source-list {
    margin-bottom: 30px;
  }
  .company-name-item {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .company-name-source-comment {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .philosophy-comment {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .philosophy-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .philosophy-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
  }
  .philosophy-list li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .section-inner {
    margin-bottom: 40px;
  }
  .code-of-conduct-block-inner {
    margin-top: 10px;
    margin-left: 15px;
  }
  .code-of-conduct-block {
    margin-bottom: 30px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .code-of-conduct-text-end {
    margin-top: 20px;
  }
  .sdgs-copy-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .sdgs-list {
    display: block;
  }
  .sdgs-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .heading06 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .safety-service-list {
    display: block;
  }
  .safety-service-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .safety-service-item:last-of-type {
    margin-bottom: 0;
  }
  .top-recruit-section.section-contents {
    padding-top: 0 !important;
  }
  #cboxClose {
    width: 20px;
    height: 20px;
  }
  .recruit-top-message-text-block-inner {
    padding-top: 70px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 20px;
  }
  .recruit-contents-title {
    left: 15px;
    top: 24px;
  }
  .recruit-top-message-text-l {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recruit-top-message-ceo-name {
    font-size: 20px;
    font-size: 2rem;
  }
  .recruit-main-img-wrap {
    height: 80vh;
  }
  .bg-color05 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .recruit-heading-wrap .section-contents-title {
    top: -40px;
  }
  .personality-type-block {
    display: block;
    margin-bottom: 20px;
  }
  .personality-type-text-block {
    width: 100%;
    padding: 20px;
  }
  .personality-type-text-block .personality-type-num-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .personality-type-text-block .personality-type-num {
    font-size: 40px;
    font-size: 4rem;
  }
  .personality-type-text-block .personality-type-num-wrap {
    margin-bottom: 5px;
  }
  .personality-type-text-block h3 {
    margin-bottom: 15px;
  }
  .personality-type-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .personality-type-img-block {
    width: 100%;
  }
  .bg-color05 + .section-contents {
    padding-top: 70px;
  }
  .recruit-top-training-list {
    display: block;
  }
  .recruit-top-training-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit-top-training-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-top-training-item a::before {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }
  .recruit-top-training-item a::after {
    width: 20px;
    height: 7px;
    right: 29px;
    bottom: 39px;
  }
  .recruit-top-aboutus-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .recruit-top-aboutus-list {
    display: block;
  }
  .recruit-top-aboutus-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit-top-aboutus-item a::after {
    width: 20px;
    height: 7px;
    right: 29px;
    bottom: 39px;
  }
  .recruit-top-aboutus-item a::before {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .recruit-top-group-section {
    padding-top: 70px;
  }
  .recruit-top-group-inner {
    margin-bottom: 30px;
    margin-top: 40px;
    display: block;
  }
  .recruit-top-group-logo {
    width: 70%;
    margin: 0 auto 20px;
    text-align: center;
    padding-right: 0;
  }
  .recruit-top-group-text-block {
    border-left: none;
    width: 100%;
    padding-left: 0;
  }
  .recruit-top-group-text-profile {
    padding-top: 20px;
    padding: 15px;
  }
  .recruit-entry-section {
    padding: 70px 0 !important;
    background: url(../images/recruit/bg_entry.jpg) no-repeat 15%;
  }
  .recruit-entry-section .recruit-heading-wrap {
    margin-bottom: 30px;
  }
  .recruit-entry-section .contact-list-item-inner a {
    width: 100%;
  }
  .training-flow-wrap {
    display: block;
    margin-bottom: 30px;
  }
  .training-flow-block.before-placement {
    width: 100%;
    margin-bottom: 40px;
  }
  .training-flow-block.before-placement::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    top: inherit;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
  }
  .training-flow-block.after-placement {
    width: 100%;
  }
  .training-flow-block-inner {
    padding: 20px 15px;
  }
  .training-flow-step-item {
    width: 100%;
    margin-right: 0;
  }
  .training-flow-step-item a {
    height: 130px;
  }
  .training-flow-step-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .training-flow-block-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .training-flow-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .training-flow-item-heading-wrap {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .training-flow-item-num-wrap {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .training-flow-item-num-text {
    margin-bottom: 0;
  }
  .training-flow-item-heading {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .training-flow-item-heading span {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 5px;
  }
  .training-flow-item-img-list {
    margin-top: 15px;
    display: block;
  }
  .training-flow-item-img-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .training-flow-item-img-item:last-of-type {
    margin-bottom: 0;
  }
  .career-training-list {
    display: block;
  }
  .career-training-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .career-training-item:last-of-type {
    margin-bottom: 0;
  }
  .career-training-img {
    margin-bottom: 10px;
  }
  .career-training-text-block h4 {
    margin-bottom: 5px;
  }
  .basic-system-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .basic-system-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .basic-system-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .basic-system-item-img {
    margin-bottom: 10px;
  }
  .system-item-title {
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/recruit/icon_check.png) no-repeat left top;
    background-size: 20px 20px;
    padding-left: 27px;
  }
  .advance-system-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .advance-system-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .advance-system-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .license-list-table table th {
    display: table-cell;
    padding: 15px 5px;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
  .license-list-table table td {
    display: table-cell;
    padding: 15px 5px;
    border-bottom: solid 1px #ccc;
  }
  .license-list-table table tr:first-of-type th {
    text-align: center;
  }
  .staff-cover-text-block {
    padding: 5px 20px 20px 20px;
  }
  .staff-cover-interview-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .staff-cover-interview-num span {
    font-size: 30px;
    font-size: 3rem;
    margin-left: 5px;
  }
  .staff-cover-text-heading span {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    padding: 10px;
  }
  .staff-role {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff-name {
    font-size: 20px;
    font-size: 2rem;
  }
  .staff-year {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff-cover-wrap {
    margin-bottom: 40px;
  }
  .staff-interview-block {
    display: block;
    margin-bottom: 30px;
  }
  .staff-interview-block:last-of-type {
    margin-bottom: 0;
  }
  .staff-interview-block-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .staff-interview-block-inner {
    margin-bottom: 20px;
  }
  .staff-interview-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .staff-interview-img {
    width: 100%;
  }
  .staff-interview-img-l {
    margin-top: 50px;
  }
  .staff-time-schedule-wrap {
    padding: 20px;
  }
  .staff-time-schedule-heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 10px 10px 38px;
    margin-bottom: 15px;
  }
  .staff-time-schedule-heading::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .staff-time-schedule-inner {
    display: block;
  }
  .staff-time-schedule-first {
    width: 100%;
  }
  .people-time-schedule-last {
    width: 100%;
  }
  .time-schedule-block::before {
    left: 52px;
  }
  .time-schedule-block::after {
    left: 59px;
  }
  .time-schedule-block dl dt {
    width: 22%;
  }
  .time-schedule-block dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    width: 78%;
  }
  .time-schedule-block {
    padding-bottom: 10px;
  }
  .staff-interview-img-none .staff-interview-block-text {
    width: 100%;
  }
  .recruit-main-img-wrap .main-img {
    background: url(../images/recruit/sp_main_img.jpg) no-repeat center;
    background-size: cover;
  }
  .recruit-main-img-wrap .main-img-copy {
    left: 0;
    bottom: inherit;
    top: 18%;
  }
  .recruit-main-img-wrap .main-img-copy img {
    width: 95%;
  }
  .recruit-main-img-wrap {
    height: 80vh !important;
  }
  .result-area-img {
    width: 100%;
  }
  .result-area-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-merit-item {
    padding: 20px;
  }
  .recruit-merit-num-wrap {
    width: 18%;
  }
  .recruit-merit-text {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-tel-block {
    padding: 30px 10px;
  }
  .contact-tel-block-num {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .contact-tel-block-num span {
    font-size: 20px;
    font-size: 2rem;
  }
  .contact-tel-block-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topics-thumbnail {
    margin-bottom: 20px;
  }
  .main-img-wrap {
    height: 50vh;
  }
  .contact-heading-wrap .section-contents-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .loading-img {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }
  .loading-img img {
    width: 100%;
  }
  .our-data-list {
    display: block;
  }
  .our-data-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .our-data-item-heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 16px;
  }
  .our-data-item-heading::before {
    top: 0.5em;
  }
  .our-data-info {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 2px;
  }
  .our-data-info span {
    font-size: 20px;
    font-size: 2rem;
  }
  .our-data-info-comment {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .our-data-job-item-img {
    margin-bottom: 5px;
  }
  .our-data-job-item-img img {
    min-height: 80px;
    max-height: 80px;
  }
  .our-data-job-item-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .our-data-job-item {
    margin-bottom: 5%;
  }
  .staff-interview-thum-list {
    margin-bottom: 30px;
  }
  .recruit-sub-about-list .recruit-top-aboutus-item:last-child {
    margin-bottom: 0;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text-block-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .recruit-sub-about-list .recruit-top-aboutus-icon-block {
    margin: 0;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text {
    width: 80%;
  }
  .recruit-sub-about-list .recruit-top-aboutus-text p {
    padding-right: 40px;
  }
  .our-data-block {
    margin-bottom: 20px;
  }
  .review-item-inner {
    padding: 15px;
    margin-bottom: 20px;
  }
  .review-item-img-block {
    width: 60px;
  }
  .review-item-img-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .review-item-text-block {
    width: calc(100% - 80px);
  }
  .review-item-text-block p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .review-item-answer-block {
    padding: 15px;
  }
  .review-item-answer-img {
    width: 60px;
  }
  .review-item-answer-text {
    width: calc(100% - 80px);
  }
  .review-item-answer-text p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .review-item {
    margin-bottom: 40px;
  }
  .wp-block-file:not(.wp-element-button) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}
@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6,
  section {
    page-break-after: avoid !important; /* 直前で改ページさせる */
    page-break-before: avoid !important; /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}
@media (min-width: 1199px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 3em !important;
  }
  .is-style-columns-margin-normal .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
  .is-style-columns-margin-small .wp-block-column:not(:first-child) {
    margin-left: 1em !important;
  }
  .is-style-columns-margin-none .wp-block-column:not(:first-child) {
    margin-left: 0em !important;
  }
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 3em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-normal .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-small .wp-block-column:not(:first-child) {
    margin-right: 1em;
    margin-left: 0 !important;
  }
  .is-style-columns-sp-none .wp-block-column:not(:first-child) {
    margin-right: 0em;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 781px) and (min-width: 768px) {
  .is-style-columns-sp-large .wp-block-column:not(:first-child) {
    margin-right: 2em;
    margin-left: 0 !important;
  }
  .is-style-columns-margin-large .wp-block-column:not(:first-child) {
    margin-left: 2em !important;
  }
}/*# sourceMappingURL=style.css.map */