@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

/*
noto-sans-cjk-jp
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
*/
@font-face {
  font-family: "YuGothicB";
  src: url("../font/YuGothicB.woff") format("woff");
}

@font-face {
  font-family: "YuGothicM";
  src: url("../font/YuGothicM.woff") format("woff");
}

@font-face {
  font-family: "YuGothicR";
  src: url("../font/YuGothicR.woff") format("woff");
}

@font-face {
  font-family: "KiwiMaruR";
  src: url("../font/KiwiMaru-Regular.woff") format("woff");
}

@font-face {
  font-family: "KiwiMaruM";
  src: url("../font/KiwiMaru-Medium.woff") format("woff");
}

@font-face {
  font-family: "yuminr";
  src: url("../font/yuminr.woff") format("woff");
}

@font-face {
  font-family: "yumindb";
  src: url("../font/yumindb.woff") format("woff");
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
  filter: brightness(115%);
}

a:hover .thumb img,
a:active .thumb img {
  transition: all 0.3s;
  transform: scale(1.1);
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.sl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1680px;
  box-sizing: border-box;
}

@media screen and (max-width: 1680px) {
  .sl_contain {
    padding: 0 1rem;
  }
}

.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .xl_contain {
    padding: 0 1rem;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .lg_contain {
    padding: 0 1rem;
  }
}

.lgs_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 960px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .lgs_contain {
    padding: 0 1rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 1rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }

  .sp_on {
    display: block !important;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 1;
    filter: none;
  }

}

/* LAZYLOAD SETTINGS */
/* .blurUp {
  filter: blur(5px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
} */

span.anchor::before {
  content: "";
  display: block;
  height: 20rem;
  margin-top: -20rem;
  visibility: hidden;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 2.5;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}

html body {
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 400;
  --global--color-primary: #171717;
  color: #171717;
}

html body #wrapper {
  position: relative;
  overflow: hidden;
}

html body #wrapper main {
  position: relative;
}

.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}

.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

h3.sect_ttl {
  position: relative;
}

h3.sect_ttl .e_t {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  h3.sect_ttl .e_t {
    font-size: 4rem;
  }
}

h3.sect_ttl .e_t.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

h3.sect_ttl .j_t {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  h3.sect_ttl .j_t {
    font-size: 2rem;
  }
}

h3.sect_ttl .j_t.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

h3.sect_ttl.white .e_t,
h3.sect_ttl.white .j_t {
  color: #fff;
}

h3.sect_ttl.blue .e_t,
h3.sect_ttl.blue .j_t {
  color: #120c53;
}

/*--------------------------------------------------------------
    # pageTop
--------------------------------------------------------------*/
#pgtop {
  position: fixed;
  z-index: 9998;
  right: 3rem;
  bottom: 3rem;
  /* z-index: 999; */
  transition: all 0.3s;
  opacity: 0;
  z-index: 9;
}

@media screen and (max-width: 1000px) {
  #pgtop {
    right: 2rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #pgtop {
    width: 60px;
    height: 60px;
    right: 0.5rem;
    bottom: 3rem;
  }
}

#pgtop.js_active {
  opacity: 1;
}

#pgtop.js_active:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #pgtop.js_active:hover {
    opacity: 1;
  }
}

#pgtop.static {
  position: absolute;
  bottom: auto;
  top: 0;
}

.link_grid {
  width: 100%;
}

a.more_link {
  position: relative;
  /* z-index: 10; */
  display: table;
  max-width: 26rem;
  width: 100%;
  text-align: center;
  background: #12387a;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 5rem;
  letter-spacing: 1px;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  a.more_link {
    line-height: 5rem;
  }
}

a.more_link:hover {
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  a.more_link:hover {
    transform: translateY(0);
  }
}

a.more_link.white {
  background: #fff;
  color: inherit;
}

.detail_link {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.detail_link img {
  margin-left: 1.5rem;
}

@-webkit-keyframes showin {
  from {
    opacity: 0;
    transform: translate(0rem, 1.5rem);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes showin {
  from {
    opacity: 0;
    transform: translate(0rem, 1.5rem);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

header {
  position: fixed;
  /* z-index: 9999; */
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.7s;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  header {
    background: #12387a;
    z-index: 10;
  }
}

header.over {
  transition: all 0.3s;
  filter: drop-shadow(0 0.2rem 0.5rem rgba(0, 0, 0, 0.1843137255));
  background: #12387a;
}

@media screen and (max-width: 768px) {
  header.over {
    filter: none;
  }
}

header.over .tagline {
  color: #fff;
}

header .sl_contain {
  height: 12rem;
}

@media screen and (max-width: 768px) {
  header .sl_contain {
    padding: 0;
    padding-left: 1rem;
    justify-content: flex-start;
    align-items: center;
    height: 5.5rem;
  }
}

@media screen and (max-width: 768px) {
  header .sl_contain a.logo {
    margin: 0;
    width: 25vw;
    order: 1;
  }
}

header .sl_contain .tagline {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  header .sl_contain .tagline {
    display: none;
  }
}

header .sl_contain .hd_nav {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  header .sl_contain .hd_nav {
    margin: 0;
    height: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  header .sl_contain .hd_nav .nav_block {
    display: none;
  }
}

header .sl_contain .hd_nav .header_nav>li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

@media screen and (max-width: 1600px) {
  header .sl_contain .hd_nav .header_nav>li {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 1300px) {
  header .sl_contain .hd_nav .header_nav>li {
    padding: 0 1rem;
  }
}

header .sl_contain .hd_nav .header_nav>li>a {
  position: relative;
  display: inline-block;
  z-index: 999;
  color: #fff;
}

header .sl_contain .hd_nav .header_nav>li>a p {
  text-align: center;
  font-weight: 500;

}

header .sl_contain .hd_nav .header_nav>li>a:hover {
  color: #ffff4c;
}

header .sl_contain .hd_nav .header_nav>li>a p:first-of-type {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1px;




}

header .sl_contain .hd_nav .header_nav>li>a p:last-of-type {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
}

/* header .sl_contain .hd_nav .header_nav > li > a.link::after {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #12387a;
  opacity: 0;
  transition: 0.3s;
} */

.sl_contain .hd_nav .header_nav li a:hover {
  color: #ffff4c;
}


header .sl_contain .hd_nav .header_nav>li>a.link:hover::after {
  bottom: -1.1rem;
  opacity: 1;
}

header .sl_contain .hd_nav .contact_banner {
  position: relative;
}

@media screen and (max-width: 768px) {
  header .sl_contain .hd_nav .contact_banner {
    display: none;
  }
}

header .sl_contain .hd_nav .contact_banner a.contact_link {
  margin-left: 4rem;
  width: 24rem;
  height: 5rem;
  background: #ffff4c;
}

@media screen and (max-width: 1400px) {
  header .sl_contain .hd_nav .contact_banner a.contact_link {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 950px) {
  header .sl_contain .hd_nav .contact_banner a.contact_link {
    width: auto;
    padding: 0 2rem;
  }
}

header .sl_contain .hd_nav .contact_banner a.contact_link p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 950px) {
  header .sl_contain .hd_nav .contact_banner a.contact_link p {
    display: none;
  }
}

header .sl_contain .hd_nav .contact_banner a.contact_link img {
  margin-right: 3rem;
}

@media screen and (max-width: 1200px) {
  header .sl_contain .hd_nav .contact_banner a.contact_link img {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 950px) {
  header .sl_contain .hd_nav .contact_banner a.contact_link img {
    margin: auto;
  }
}

header a.sp_tellink,
header a.sp_contact {
  display: none;
  width: 5.5rem;
  height: 5.5rem;
  position: fixed;
  top: 0;
  z-index: 8990;
}

@media screen and (max-width: 768px) {

  header a.sp_tellink,
  header a.sp_contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

header a.sp_tellink {
  background: #c0d9ff;
  right: 11rem;
  top: 0;
  display: none;
}

header a.sp_contact {
  background: #b0dd4f;
  right: 5.5rem;
  top: 0;
  display: none;
}

header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    background: #fff;
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.8rem 1.5rem;
    cursor: pointer;
    z-index: 10010;
  }

  header .navToggle div {
    position: relative;
  }

  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 0;
    transition: 0.35s ease-in-out;
  }

  header .navToggle span:nth-child(1) {
    top: 0;
  }

  header .navToggle span:nth-child(2) {
    top: 0.75rem;
  }

  header .navToggle span:nth-child(3) {
    top: 1.6rem;
  }

  header .navToggle p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1rem;
  }
}

header nav.sp-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }

  header nav.sp-nav a {
    display: block;
  }

  header nav.sp-nav a* {
    transition: 0s;
  }

  header nav.sp-nav .logo {
    width: 100%;
    padding: 5.5rem 0 0;
  }

  header nav.sp-nav .logo img {
    margin: 0;
    text-align: left;
  }

  header nav.sp-nav ul.l_menu {
    display: block;
    padding: 0 2.5rem;
  }

  header nav.sp-nav ul.l_menu li.l_menu-li {
    position: relative;
    padding: 1.8rem 0 0.4rem;
    border-bottom: solid #cccccc 1px;
  }

  header nav.sp-nav ul.l_menu li.l_menu-li span {
    position: relative;
    font-family: YuGothicB;
    font-size: 1.65rem;
  }

  header nav.sp-nav ul.l_menu li.l_menu-li span:nth-of-type(2) {
    margin-left: 2rem;
  }

  header nav.sp-nav ul.l_menu li.l_menu-li .sub_menu {
    padding: 1rem 2rem;
  }

  header nav.sp-nav ul.l_menu li.l_menu-li .sub_menu li {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.5;
  }

  header nav.sp-nav .contact_menu {
    margin-top: 4rem;
    width: 100%;
    padding: 0 2.5rem;
  }

  header nav.sp-nav .contact_menu li {
    padding: 1rem 0 0.5rem;
  }

  header nav.sp-nav .contact_menu li a {
    position: relative;
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: YuGothicB;
    font-size: 2rem;
    line-height: 2;
    border-radius: 5rem;
    background: #12387a;
    color: #fff;
    padding: 10px 0;
  }

  header nav.sp-nav .contact_menu li a::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 2.5rem;
    transform: translate(0, -50%);
    right: 3rem;
    top: 50%;
    background: url(../img/arr-w.png) center center no-repeat;
  }

  header nav.sp-nav .contact_menu li a img {
    margin-right: 1rem;
    filter: brightness(100);
  }
}

header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}

header.open .navToggle span:nth-child(1) {
  top: 0.7rem;
  transform: rotate(315deg);
}

header.open .navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

header.open .navToggle span:nth-child(3) {
  top: 0.7rem;
  transform: rotate(-315deg);
}

footer {
  position: relative;
}

footer .ft_grid {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  footer .ft_grid {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

footer .ft_grid>li {
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li:nth-of-type(1) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li .ft_logo {
    margin: auto;
    display: table;
    width: 22rem;
  }

  footer .ft_grid>li .ft_logo img {
    margin: auto;
  }
}

footer .ft_grid>li .addr {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li .addr {
    margin-top: 2rem;
    text-align: center;
  }
}

footer .ft_grid>li .ft_menu {
  max-height: 10rem;

}

@media screen and (max-width: 768px) {
  footer .ft_grid>li .ft_menu {
    display: none;
    width: 100%;
    flex-direction: row;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

footer .ft_grid>li .ft_menu li {
  margin-left: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.142;
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li .ft_menu li {
    width: 45%;
    margin: 0;
    line-height: 2;
  }
}

footer .ft_grid>li .ft_menu li:first-of-type {
  margin-left: 0rem;
}

footer .cpy {
  background: #02387f;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 3.4;
  letter-spacing: 0.5px;
  color: #fff;
}

/*topcms組込み　崩れ防止2022/9/12 */

footer .ft_grid>li .addr {
  width: 340px;
}

@media screen and (max-width: 768px) {
  footer .ft_grid>li .addr {
    width: 100%;
  }

}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main section {
  position: relative;
  width: 100%;
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # index1.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}

main section.hero {
  /* z-index: 50; */
  z-index: 1;
}

main section.hero .kv {
  width: 100%;
  height: 95rem;
}

@media screen and (max-width: 768px) {
  main section.hero .kv {
    height: 50rem;
  }
}

main section.hero .kv img {
  height: 100%;
}

main section.hero .sl_contain {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 64%;
}

@media screen and (max-width: 1200px) {
  main section.hero .sl_contain {
    padding: 0 1rem;
  }
}

main section.hero .sl_contain h3 {
  position: relative;
  z-index: 10;
}

main section.hero .sl_contain h3 p {
  transition: all 0.3s;
  color: #fff;
}

main section.hero .sl_contain h3 p:first-of-type {
  font-weight: 700;
  font-size: 12rem;
  line-height: 1.333;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  main section.hero .sl_contain h3 p:first-of-type {
    font-size: 4rem;
  }
}

main section.hero .sl_contain h3 p:last-of-type {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  main section.hero .sl_contain h3 p:last-of-type {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  main section.hero .sl_contain h3 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  main section.hero .sl_contain h3 {
    font-size: 3rem;
  }
}

main section.greeting {
  background: url(../img/greeting_bg.png) no-repeat left bottom/40%;
}

main section.greeting .lg_contain {
  padding-top: 6.5rem;
  padding-bottom: 16.5rem;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

main section.greeting .lg_contain .infection {
  position: relative;
  width: 100%;
  padding: 6.5rem 0 5.8rem;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .infection {
    padding: 4rem 0;
  }
}

main section.greeting .lg_contain .infection::before {
  position: absolute;
  content: "";
  background: #12387a;
  width: calc(100% + 8rem);
  height: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

main section.greeting .lg_contain .infection h5 {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
}

main section.greeting .lg_contain .infection .ins_grid {
  margin-top: 3rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .infection .ins_grid {
    justify-content: space-between;
  }
}

main section.greeting .lg_contain .infection .ins_grid li {
  position: relative;
  margin: 0 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .infection .ins_grid li {
    font-size: 1.4rem;
  }
}

main section.greeting .lg_contain .infection .ins_grid li::before {
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 2.5rem;
  height: 1.9rem;
  background: url(../img/check.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .infection .ins_grid li::before {
    width: 1.8rem;
    height: 1.2rem;
    margin-left: -2rem;
  }
}

main section.greeting .lg_contain h3.sect_ttl {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain h3.sect_ttl {
    display: block;
    text-align: center;
    margin: 5rem auto 0;
  }
}

main section.greeting .lg_contain h3.sect_ttl .j_t {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain h3.sect_ttl .j_t {
    margin: 1rem auto 0;
  }
}

main section.greeting .lg_contain .ds {
  margin-top: 6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 768px) {
  main section.greeting .lg_contain .ds {
    margin-top: 4rem;
  }
}

main section.business {
  background: url(../img/business_bg.jpg) no-repeat center center/cover;
}

main section.business .lg_contain {
  padding-top: 8rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  main section.business .lg_contain {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 768px) {
  main section.business .lg_contain .sect_ttl {
    display: block;
    text-align: center;
    margin: 5rem auto 0;
  }
}

main section.business .lg_contain .sect_ttl .j_t {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  main section.business .lg_contain .sect_ttl .j_t {
    margin: 1rem auto 0;
  }
}

main section.business .lg_contain .ds {
  max-width: 83%;
  margin-top: 7rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 1.7px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main section.business .lg_contain .ds {
    max-width: 100%;
    margin-top: 5rem;
  }
}

main section.business .lg_contain .more_link {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  main section.business .lg_contain .more_link {
    margin: 5rem auto 0;
  }
}

main section.recruit {
  background: url(../img/recruit_bg.jpg) no-repeat center center/cover;
}

main section.recruit .lg_contain {
  padding-top: 8rem;
  padding-bottom: 12.5rem;
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

main section.recruit .lg_contain h3.sect_ttl {
  margin: auto;
  text-align: center;
}

main section.recruit .lg_contain h3.sect_ttl .j_t {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain h3.sect_ttl .j_t {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain h3.sect_ttl {
    margin: auto;
    text-align: center;
  }
}

main section.recruit .lg_contain .ds {
  margin: 4rem auto 0;
  max-width: calc(100% - 17rem);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain .ds {
    max-width: 100%;
    text-align: left;
  }
}

main section.recruit .lg_contain .wantsome {
  margin: 6rem auto 0;
  padding: 3rem 3rem;
  max-width: calc(100% - 20rem);
  background: url(../img/recruit_ast.png) no-repeat right center/contain, #ffff4c;
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain .wantsome {
    max-width: 100%;
    margin-top: 4rem;
    padding: 3rem 2rem;
    flex-wrap: wrap;
    background: #ffff4c;
  }
}

main section.recruit .lg_contain .wantsome .content .label {
  display: inline-block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 2px;
  border-bottom: solid #161616 1px;
}

main section.recruit .lg_contain .wantsome .content .desc {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain .wantsome .content .desc {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  main section.recruit .lg_contain .wantsome .detail_link {
    margin-top: 2rem;
  }
}

main section.company {
  background: url(../img/comapny_bg.png) no-repeat center center/cover;
}

main section.company .lg_contain {
  padding-top: 8rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  main section.company .lg_contain {
    flex-wrap: wrap;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

main section.company .lg_contain .sect_ttl {
  margin: auto;
}

main section.company .lg_contain .sect_ttl .j_t {
  margin-top: 2rem;
}

main section.company .lg_contain .ds {
  margin-top: 5.5rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 1.5px;
  color: #fff;
}

main section.company .lg_contain .more_link {
  margin: 8rem auto 0;
}

main section.news {
  background: url(../img/shape.png) no-repeat center -31%/cover;
}

main section.news .lg_contain {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain {
    flex-wrap: wrap;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .sect_ttl {
    display: block;
    text-align: center;
    margin: auto;
  }

  main section.news .lg_contain .sect_ttl .e_t,
  main section.news .lg_contain .sect_ttl .j_t {
    -ms-writing-mode: unset;
    writing-mode: unset;
  }

  main section.news .lg_contain .sect_ttl .j_t {
    margin-top: 1rem;
  }
}

main section.news .lg_contain .content {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  width: 80%;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .content {
    margin-top: 4rem;
    width: 100%;
  }
}

main section.news .lg_contain .content .post_list {
  width: 100%;
}

main section.news .lg_contain .content .post_list li {
  padding: 1.9rem 0;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .content .post_list li {
    padding: 1rem 0;
  }
}

main section.news .lg_contain .content .post_list li a p.date {
  width: 11rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .content .post_list li a p.date {
    width: 100%;
  }
}

main section.news .lg_contain .content .post_list li a p.label {
  width: calc(100% - 15rem);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
  max-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .content .post_list li a p.label {
    width: 100%;
    margin-top: 1rem;
  }
}

main section.news .lg_contain .content .link {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  main section.news .lg_contain .content .link {
    margin-top: 2rem;
  }
}

main section.contact {
  background: url(../img/contact_bg.jpg) no-repeat center center/cover;
}

main section.contact .lg_contain {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain {
    padding-top: 20rem;
    padding-bottom: 5rem;
  }
}

main section.contact .lg_contain .contact_block {
  position: relative;
  width: 100%;
  padding: 4rem 1rem 4rem;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_block {
    padding: 3rem 1rem;
  }
}

main section.contact .lg_contain .contact_block::before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% + 8rem);
  background: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_block::before {
    width: 100%;
  }
}

main section.contact .lg_contain .contact_block h4 {
  position: relative;
  margin-top: 0rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.25;
}

main section.contact .lg_contain .contact_grid {
  margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_grid {
    margin-top: 0rem;
  }
}

main section.contact .lg_contain .contact_grid a.contact_link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 27.6rem;
  width: 100%;
  background: #ffff4c;
  height: 6rem;
  padding: 0 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}

main section.contact .lg_contain .contact_grid a.contact_link img {
  margin-right: 2.5rem;
  width: 2.4rem;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_grid a.contact_link {
    margin-top: 1rem;
    font-size: 2rem;
  }
}

main section.contact .lg_contain .contact_grid a.contact_link img {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  main section.contact .lg_contain .contact_grid a.contact_link img {
    width: 3rem;
    margin-right: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */







.sl_contain .hd_nav .header_nav .current a p {
  color: #ffff4c;
}

header nav.sp-nav .current a {
  color: #12387a;
}

.font-en {}






/* --------------------------Sub Page------------------------------ */

/*============================
    setting
============================*/
#sub_contents {
  font-size: 16px;
  line-height: 2;
}

#sub_contents section {
  max-width: 1000px;
  padding: 80px 0;
  width: 98%;
  margin: 0 auto;
}

#sub_contents .bg {
  background: #f3f3f3;
}

#sub_contents .box-bg {
  background: #f2f5f3;
  padding: 40px 80px;
}

#sub_contents .bg-wh {
  background: #fff;
}

#sub_contents .mb20 {
  margin-bottom: 20px;
}

#sub_contents .mb30 {
  margin-bottom: 30px;
}

#sub_contents .mb40 {
  margin-bottom: 40px;
}

#sub_contents .mb50 {
  margin-bottom: 50px;
}

#sub_contents .mb70 {
  margin-bottom: 70px;
}

#sub_contents .mb80 {
  margin-bottom: 80px;
}

#sub_contents .mb100 {
  margin-bottom: 100px;
}

#sub_contents .mt20 {
  margin-top: 20px;
}

#sub_contents .mt80 {
  margin-top: 80px;
}

#sub_contents .w30 {
  width: 28%;
}

#sub_contents .w50 {
  width: 48%;
}

#sub_contents .w70 {
  width: 68%;
}

#sub_contents .fw {
  font-weight: 600;
}

#sub_contents .fc {
  font-size: 2rem;
  color: #689280;
}

#sub_contents .lh {
  line-height: 2;
}

#sub_contents .txtBox,
#sub_contents .txtBox02 {
  overflow: hidden;
}

#sub_contents .txtBox .txt {
  width: 48.5%;
  text-align: justify;
}

#sub_contents .txtBox figure {
  width: 48.5%;
}

#sub_contents .txtBox02 .txt {
  width: 62%;
  text-align: left;
}

#sub_contents .txtBox02 .txt p {
  line-height: 1.6;
}

#sub_contents .txtBox02 figure {
  width: 35%;
}

/* ---代表挨拶の名前だけ右に寄ってるやつ-- */
#sub_contents .right {
  text-align: right;
  font-size: 1.6rem
}

#sub_contents .right span {
  margin-right: 1rem;
}

#sub_contents .ta-c {
  text-align: center;
}

#sub_contents .list-disc {
  list-style-type: disc;
  padding-left: 40px;
}


/* -----responsive----- */
#sub_contents .sp {
  display: none;
}

#sub_contents .pc {
  display: block;
}


/* -------ttl-------- */
#sub_contents .ttl-02 {
  padding-top: 230px;
  margin-top: -230px;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #689280;
}

#sub_contents .ttl-02 span {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
  color: #7f6a19;
}

#sub_contents .ttl-03 {
  font-size: 20px;
  font-weight: 600;
}

#sub_contents .ttl-04 {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 8px 0 5px 20px;
  border-left: 5px solid #01377e;
  font-weight: 600;
  background-color: #fff;
  border-bottom: #ddd 1px solid;
}

#sub_contents .ttl-05 {
  font-size: 20px;
  color: #01377e;
  font-weight: bold;
}

#sub_contents .ttl-05 span {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.2rem;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  -webkit-text-stroke: 1px #100f0f;
  text-stroke: 1px #100f0f;
}

/* #sub_contents .ttl-05::before {content: '';position: absolute;top: 10px;left: 0;width: 15px;height: 15px;background: #01377e;} */
#sub_contents .ttl-06 {
  font-size: 20px;
  color: #01377e;
  font-weight: 600;
}

#sub_contents .catch {
  font-size: 28px;
  font-weight: bold;
  color: #01377e;
  margin-bottom: 100px;
}

#sub_contents .catch span {
  font-size: 100px;
  line-height: 1;
  color: #000;
  opacity: 0.1;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sub_contents h3.sect_ttl {
  margin-bottom: 50px;
}

#sub_contents h3.sect_ttl .j_t {
  margin-left: 2rem;
}

#sub_contents .lg_contain h3.sect_ttl .j_t {
  margin-top: 2rem;
}


/* ---------bg---------- */
#sub_contents .bg-education {
  background: url(../img/bg/img02.png)no-repeat center center;
  background-size: cover;
}

#sub_contents .bg-company {
  background: url(../img/bg/img01.png)no-repeat center center;
  background-size: cover;
}





/*============================
	main_visual
============================*/
.sub-kv {
  height: 330px;
  background-color: #12387a;
  position: relative;
}

.sub-kv .page-ttl {
  letter-spacing: .5rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub-kv .page-ttl .font-en {
  display: block;
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
}

.sub-kv .page-ttl .jp {
  font-size: 20px;
}



/*============================
    bread_crumb_list　
============================*/
#sub_contents .bread_crumb_list {
  font-size: 13px;
  color: #888;
  position: relative;
}

#sub_contents .bread_crumb {
  text-align: left;
  padding: 15px 0px 0px;
  max-width: 1000px;
  margin: 0px auto 0px;
  position: relative;
  top: 0px;
}

#sub_contents .bread_crumb li {
  display: inline;
}

#sub_contents .bread_crumb li:after {
  content: '―';
  padding-left: 10px;
  padding-right: 5px;
}

#sub_contents .bread_crumb li:last-child:after {
  content: '';
}

#sub_contents .bread_crumb li a {
  text-decoration: underline;
}

#sub_contents .bread_crumb li a:hover {
  text-decoration: none;
}

#sub_contents .bread_crumb li.current {
  font-weight: normal;
}

/*topcms組込み　崩れ防止　2022/9/12*/

#sub_contents .bread_crumb_list {
  z-index: 1;
}

/*============================
    flex
============================*/
#sub_contents .flex-nml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#sub_contents .flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sub_contents .flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sub_contents .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#sub_contents .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#sub_contents .items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sub_contents .items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sub_contents .items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}


/*============================
	pageネーション
============================*/
#sub_contents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

#sub_contents .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #131313;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

#sub_contents .wp-pagenavi span.pages {
  display: none;
}

#sub_contents .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #689280;
}

#sub_contents .wp-pagenavi span.current {
  color: #fff;
  background-color: #689280;
  font-weight: bold;
}


/*============================
	テーブル（1：線だけ｜2：色付き）
============================*/
#sub_contents .defTable01,
.defTable02 {
  width: 100%;
  margin: 30px auto 0;
  border: none;
  border-collapse: collapse;
}

#sub_contents .defTable01 th,
.defTable02 th {
  width: 30%;
  padding: 20px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #333;
  box-sizing: border-box;
}

#sub_contents .defTable01 th {
  width: 290px;
}

#sub_contents .defTable02 th {
  line-height: 1.3;
  border: 1px solid #EBEBEB;
  text-align: center;
  background: #01377e;
  color: #fff
}

#sub_contents .defTable01 td,
.defTable02 td {
  padding: 20px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dashed #ddd;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.05em;
}

#sub_contents .defTable02 td {
  border: 1px solid #EBEBEB;
  line-height: 150%;
}




/*============================
    business
============================*/

#sub_contents .flow {
  padding: 0;
  list-style: none;
  position: relative;
}

#sub_contents .flow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  left: 30px;
  background: #ccc;
}

#sub_contents .flow>li {
  position: relative;
}

#sub_contents .flow>li .flow-con {
  width: 20px;
  height: 20px;
  left: 22px;
  margin: 10px 0 0 0;
  position: absolute;
  background: #01377e;
  border-radius: 50%;
  text-align: center;
  top: 11px;
}

#sub_contents .flow>li .flow-label {
  display: flex;
  align-items: baseline;
  margin: 0 0 10px 40px;
  padding: 10px 20px 10px 40px;
}

#sub_contents .flow>li .flow-label dt {
  width: 180px;
}

#sub_contents .flow .flow-label ul {
  padding-left: 2rem;
}


#sub_contents .float_box li {
  width: 48%;
  padding: 40px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%);
}


/*============================
  recruit
============================*/
#sub_contents .faq01 {
  margin-bottom: 20px;
  padding: 38px 40px;
  background: #fff;
}

#sub_contents .faq-info dt {
  min-height: 70px;
  margin-bottom: 17px;
  padding: 0 0 18px 70px;
  font-size: 1.6rem;
  border-bottom: 1px solid #D6D7D9;
  align-items: center;
  position: relative;
  /* line-height: 40px; */
  line-height: 1.9;
}

#sub_contents .faq-info dd {
  min-height: 51px;
  padding-left: 70px;
  line-height: 1.9;
  font-size: 1.5rem;
  align-items: center;
  position: relative;
}

#sub_contents .faq01__ico {
  position: absolute;
  top: 3px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #01377e;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  border-radius: 50%;
}

#sub_contents dd .faq01__ico {
  width: 38px;
  height: 38px;
  border: 1px solid #01377e;
  background: #fff;
  color: #01377e;
}

/*警備員募集　2023/3/6 */

#sub_contents .more_link {
  max-width: 42rem;
  background-color: #ffff4c;
  color: #171717;
  z-index: 1;
}



/*topcms組込み　崩れ防止　2022/9/12 */

#sub_contents .recruitment:not(:first-of-type) {
  margin-top: 100px;
}



/*============================
  advantage
============================*/
#sub_contents .list-advantage .box {
  padding: 30px;
  margin-bottom: 30px;
  align-items: center;
  width: 100%;
  border: none;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%);
  background: #fff;
}

#sub_contents .list-advantage .box .ttl {
  width: 30%;
  color: #01377e
}

#sub_contents .list-advantage .box img {
  max-width: 100px;
  margin: 0 auto 10px;
}

#sub_contents .list-advantage .box .txt {
  width: 70%;
  padding: 20px;
}

#sub_contents .list-education li {
  position: relative;
  padding: 40px 0;
  font-size: 25px;
  line-height: 1.7;
  width: 32%;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #01377e;
}


#sub_contents .attract_list li {
  width: 48%;
  margin: 20px 0;
  position: relative;
  text-align: left;
  padding: 20px 40px 40px 40px;
  box-sizing: border-box;
  border: 2px solid #01377e;
}

#sub_contents .attract_list h4 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 130%;
  color: #01377e;
}

#sub_contents .attract_list p {
  text-align: justify;
}


#sub_contents .ttl-01.ttl_top {
  margin: 0 0 30px;
}

#sub_contents .ttl-01 {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #ddd;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.02em;
}

#sub_contents .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #01377e;
  bottom: -2px;
  width: 15%;
  display: block;
  left: 0;
}





/*============================
    company
============================*/
#sub_contents .tbl_cmn_01 {
  width: 100%;
}

#sub_contents .tbl_cmn_01 tr:nth-child(2n-1) {
  background: #f3f3f3;
}

#sub_contents .tbl_cmn_01 td,
.tbl_cmn_01 th {
  text-align: left;
}

#sub_contents .tbl_cmn_01 th {
  padding: 20px 0 20px 60px;
  vertical-align: top;
}

#sub_contents .tbl_cmn_01 td {
  width: 70%;
  padding: 20px 30px;
}

#sub_contents .philosophy .ttl-05 span {
  line-height: 1.6;
  margin-bottom: 50px;
}

#sub_contents .philosophy .float_box li {
  width: 32%;
  text-align: center;
}

#sub_contents .philosophy .float_box .ttl {
  font-size: 3rem;
  color: #01377e;
  font-weight: bold;
}

#sub_contents .philosophy .float_box .txt {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: normal;
}

#sub_contents .philosophy .float_box img {
  width: 80px;
  height: auto;
  margin: 0 auto 30px;
}

#sub_contents .philosophy .txtBox {
  align-items: center;
}

#sub_contents .philosophy .txtBox .ttl-03 {
  padding-right: 50px;
}

#sub_contents .box-txt {
  margin: 0 auto;
}


/*topcms組込み　崩れ防止　2022/9/12　*/
#sub_contents .greeting_img {
  width: 100%;
  height: 360px;
  overflow: hidden;
  display: block;
}

#sub_contents .greeting_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




/*============================
    news
============================*/
#sub_contents .n_box a {
  overflow: hidden;
  width: 300px;
  height: 200px;
  display: block;
}

#sub_contents .n_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub_contents .n_ttl {
  font-size: 23px;
  position: relative;
  display: inline-block;
  color: #01377e;
  font-weight: 600;
}

#sub_contents .n_deta {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgb(133, 133, 133);
}

#sub_contents .n_box {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

#sub_contents .info .t_txt {
  width: 63%;
}

#sub_contents .info .t_img {
  width: 30%;
}

#news_01 {
  margin-top: -160px;
  padding-top: 160px;
}

#news_02 {
  margin-top: -160px;
  padding-top: 160px;
}

#news_03 {
  margin-top: -160px;
  padding-top: 160px;
}

/*topcms組込み　崩れ防止 2022/9/12*/

#sub_contents .n_box {
  padding-top: 140px;
  margin-top: -140px;
}

#sub_contents .n_box .t_txt:only-of-type {
  width: 100%;
}

#sub_contents .info .t_img {
  height: 200px;
  overflow: hidden;
}

#sub_contents .info .t_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub_contents .info .t_img:nth-child(2n) {
  display: none;
}

.boxer-content img {
  max-width: none;
}

/* page_navi
------------------------------*/
#sub_contents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

#sub_contents .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #131313;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

#sub_contents .wp-pagenavi span.pages {
  display: none;
}

#sub_contents .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #000;
}

#sub_contents .wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  #sub_contents .n_box {
    padding-top: 80px;
    margin-top: -80px;
  }

  #sub_contents .sp_scr {
    padding-top: 80px;
    margin-top: -80px;
  }

  #sub_contents .n_ttl {
    font-size: 17px;
    position: relative;
    display: inline-block;
  }

  #sub_contents .n_deta {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(133, 133, 133);
  }

  #sub_contents .info .t_txt {
    width: 100%;
  }

  #sub_contents .info .t_img {
    width: 100%;
    margin-bottom: 15px;
  }

  #sub_contents .info .t_img a {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}





/*============================
    contact
============================*/

#sub_contents table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

#sub_contents table.def-table tr th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border: 1px solid #ddd;
  background-color: #01377e;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 2rem;
}

#sub_contents table.def-table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
  line-height: 1.5;
}


#sub_contents .contact-form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

#sub_contents .contact-form input[type="radio"] {
  width: auto;
}

#sub_contents .contact-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
}

#sub_contents .checkbox input {
  display: inline-block;
  width: 20px;
}

#sub_contents .contact-form input[type="checkbox"] {
  padding: 8px 10px;
  background: #eee;
  font-size: 13px;
  border: none;
  box-sizing: border-box;
  width: 3%;
}

#sub_contents .contact_btn {
  text-align: center;
  justify-content: center;
}

#sub_contents .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: #01377e solid 2px;
  background: #01377e;

}

#sub_contents .contact_btn input:hover {
  background: #fff;
  border: #01377e solid 1px;
  color: #01377e;
}

#sub_contents .contact_btn p {
  margin-top: 10px;
}

#sub_contents *:focus {
  outline: none;
}

#sub_contents .clrred {
  color: #cc0000;
}

#sub_contents .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

#sub_contents .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

#sub_contents .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

#sub_contents .contact_back {
  display: block;
  position: relative;
}

#sub_contents .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/sub_btn_icon2.png) no-repeat;
  position: absolute;
  top: 55%;
  left: 38%;
}

#sub_contents .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

#sub_contents .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #ffff4c;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#sub_contents .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

#sub_contents .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

#sub_contents .contact_back *:focus {
  outline: none;
}

#sub_contents .contact_back .clrred {
  color: #01377e;
}

#sub_contents .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

#sub_contents .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

#sub_contents .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

#sub_contents table.def-table tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
}

#sub_contents .form-btn {
  width: 480px;
  margin: 40px auto 20px;
  color: #fff;
}

#sub_contents .form-btn input {
  width: 45%;
  padding: 4px 30px;
  font-size: 1.125em;
  background: #12387a;
  color: #fff;
  cursor: pointer;
  border: 1px solid #12387a;
  -webkit-appearance: none;
  margin: 0 10px;

}

#sub_contents .form-btn input:first-of-type,
#sub_contents .form-btn input .wpcf7c-btn-back {
  background: #fff;
  border: 1px solid #121212;
  color: #121212;
}

#sub_contents .form-btn input:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border-color: #12387a;
  color: #12387a;
}

#sub_contents .form-btn input:first-of-type:hover {
  background: #ddd;
  border-color: #12387a;
  color: #12387a;
}

#sub_contents .form-btn input.wpcf7c-btn-back:hover {
  background: #ddd;
  border-color: #ddd;
  color: #fff;
}

#sub_contents .form-btn+input {
  margin-left: 6%;
}

#sub_contents .form-btn+p {
  text-align: center;
  margin-top: 28px;
  font-size: 0.928em;
}

#sub_contents .form-btn+p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

#sub_contents .form-btn+p a:hover {
  text-decoration: none;
}


#sub_contents .contact_btn {
  text-align: center;
}

#sub_contents .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  background-color: #01377e;
  border: #01377e 2px solid;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
}

#sub_contents .contact_btn input:hover {
  background-color: #fff;
  color: #01377e;
  border: #01377e 2px solid;
}

#sub_contents .contact_btn p {
  margin-top: 10px;
}


#sub_contents .contact_back-box {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

#sub_contents .contact_back-box .back {
  width: 180px;
  margin: 16px;
}



#sub_contents .contact_back-box .back input {
  padding: 10px 10px;
  border: 2px solid #ddd;
  background-color: #ddd;
  display: block;
  width: 100%;
}

#sub_contents .contact_back-box .back input:hover {
  background-color: #fff;
  transition: 0.4s;
}

#sub_contents .sent {
  width: 180px;
  margin: 16px;

}

#sub_contents .sent input {
  padding: 10px 10px;
  border: 2px solid #01377e;
  display: block;
  background-color: #01377e;
  color: #fff;
  width: 100%;
}

#sub_contents .sent input:hover {
  background-color: #fff;
  color: #01377e;
  transition: 0.4s;
}



/* --------------------------sp--------------------------- */
@media only screen and (max-width: 767px) {

  #sub_contents section {
    padding: 30px 0 30px;
    width: 94%;
  }

  #sub_contents {
    font-size: 14px;
    line-height: 1.5;
  }

  #sub_contents .box-bg {
    padding: 20px 10px;
  }

  #sub_contents .mb20 {
    margin-bottom: 10px;
  }

  #sub_contents .mb30 {
    margin-bottom: 20px;
  }

  #sub_contents .mb50 {
    margin-bottom: 30px;
  }

  #sub_contents .mb70 {
    margin-bottom: 35px;
  }

  #sub_contents .mb80 {
    margin-bottom: 40px;
  }

  #sub_contents .mb100 {
    margin-bottom: 50px;
  }

  #sub_contents .txtBox .txt,
  #sub_contents .txtBox02 .txt {
    width: 100%;
  }

  #sub_contents .txtBox figure {
    width: 100%;
    margin-bottom: 10px;
  }

  #sub_contents .txtBox02 figure {
    width: 100%;
    margin-bottom: 10px;
  }

  #sub_contents .sp {
    display: block;
  }

  #sub_contents .pc {
    display: none;
  }

  #sub_contents .lh {
    line-height: 1.5;
  }

  #sub_contents .bread_crumb {
    padding: 0;
    width: 94%;
  }

  /* -------ttl-------- */
  #sub_contents .ttl-03 {
    font-size: 16px;
    font-weight: 600;
  }

  #sub_contents .ttl-04 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
    border-left: 3px solid #01377e;
  }

  #sub_contents .ttl-05 {
    font-size: 16px;
  }

  #sub_contents .ttl-05 span {
    font-size: 21px;
    text-shadow: 1px 1px 0 #000;
  }

  #sub_contents .ttl-06 {
    font-size: 16px;
  }

  #sub_contents .catch {
    font-size: 20px;
    margin-bottom: 40px;
  }

  #sub_contents .catch span {
    font-size: 35px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #sub_contents h3.sect_ttl {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }

  #sub_contents h3.sect_ttl .j_t {
    margin: 1rem auto 0;
  }

  /* -------MV-------- */
  .sub-kv {
    height: 230px;
  }

  .sub-kv .page-ttl {
    letter-spacing: .3rem;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sub-kv .page-ttl .font-en {
    display: block;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
  }

  .sub-kv .page-ttl .jp {
    font-size: 20px;
  }


  /* -------table-------- */
  #sub_contents .defTable02 tr {
    border: 1px solid #ececec;
  }

  #sub_contents .defTable02 th {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    text-align: center;
    font-size: 15px;
  }

  #sub_contents .defTable02 td {
    width: 100%;
    display: block;
    border: none;
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }




  /* ------business------- */
  #sub_contents .flow>li .flow-con {
    width: 14px;
    height: 14px;
    left: 25px;
  }

  #sub_contents .flow>li .flow-label {
    display: block;
    padding: 10px 20px 0 20px;
    margin-bottom: 0;
  }

  #sub_contents .flow>li dd {
    line-height: 1.5;
  }

  #sub_contents .float_box li {
    width: 100%;
    padding: 20px;
  }

  /*topcms 組込み　崩れ防止　2022/9/12　*/
  #sub_contents .flow>li .flow-label dt {
    width: 100%;
  }



  /* ------company------- */
  #sub_contents .philosophy .float_box img {
    width: 70px;
    height: auto;
    margin: 0 auto 20px;
  }

  #sub_contents .philosophy .float_box .ttl {
    font-size: 22px;
  }

  #sub_contents .philosophy .float_box .txt {
    font-size: 16px;
  }



  /* ------recruit------- */
  #sub_contents .faq01 {
    margin-bottom: 10px;
    padding: 20px;
  }

  #sub_contents .faq-info dt {
    margin-bottom: 10px;
    padding: 0 0 10px 50px;
    line-height: 1.6;
    min-height: 55px;
  }

  #sub_contents .faq-info dd {
    padding-left: 50px;
    line-height: 1.6;
  }

  #sub_contents .faq01__ico {
    top: 0;
  }



  /* ------advantage------- */
  #sub_contents .list-advantage .box {
    padding: 20px 10px;
    margin-bottom: 10px;
  }

  #sub_contents .list-advantage .box .ttl {
    width: 100%;
    display: block;
  }

  #sub_contents .list-advantage .box img {
    width: 70px;
  }

  #sub_contents .list-advantage .box .txt {
    width: 100%;
    padding: 10px 0 0;
  }

  #sub_contents .list-education li {
    position: relative;
    padding: 20px 0;
    font-size: 20px;
  }










  /* ------news------- */
  /* #sub_contents li dt{width: 100%;font-size: 15px;}
  #sub_contents li dd {width:100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;} */
  #sub_contents li {
    line-height: 2em;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
  }

  #sub_contents .n_ttl {
    font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: 500;
  }

  #sub_contents .n_deta {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(133, 133, 133);
  }



  /* ------contact------- */
  #sub_contents .txtbox p.con_cen {
    padding: 15px;
    line-height: 1.5;
  }

  #sub_contents .txtbox p.con_cen a.cc-tel {
    font-size: 2rem;
  }

  #sub_contents table.def-table {
    border: 1px solid #eee;
  }

  #sub_contents table.def-table tr th {
    padding: 10px;
    width: 100%;
    display: block;
    border: none;
    font-size: 15px;
    line-height: 2rem;
  }

  #sub_contents table.def-table tr td {
    padding: 10px;
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
  }

  #sub_contents table.def-table textarea {
    width: 100%;
    height: 230px;
    padding: 7px;
  }

  #sub_contents .contact-form input {
    padding: 7px;
  }

  #sub_contents table.def-table .privacyBox {
    width: 100%;
    padding: 10px;
    height: 250px;
  }

  #sub_contents table.def-table input[type="radio"] {
    width: 15px;
    margin: 0 0 0 7px;
  }

  #sub_contents table.def-table td.cen input {
    width: 250px;
  }

  #sub_contents table.def-table input[type="checkbox"] {
    width: 12px;
  }

  #sub_contents table.def-table .privacyBox .sub_ttl {
    font-size: 16%;
  }

  #sub_contents table.def-table .privacyBox p {
    font-size: 14px;
  }




}




@media only screen and (max-width: 599px) {



  #sub_contents .list-education li {
    padding: 20px;
    font-size: 18px;
    line-height: 1.7;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 10px;
  }

  /* ------company------- */
  #sub_contents .philosophy .float_box li {
    width: 100%;
  }


}


@media only screen and (max-width: 487px) {

  /* -------MV-------- */
  .sub-kv {
    height: 150px;
  }

  .sub-kv .page-ttl {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sub-kv .page-ttl .font-en {
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
  }

  .sub-kv .page-ttl .jp {
    font-size: 15px;
  }

}


/*topcms 組込み崩れ防止　2022/9/12 */
/*topcms組込み　崩れ防止　2022/9/12 */

@media screen and (max-width: 768px) {
  a:hover {
    filter: none;
    opacity: 1;
  }
}

/* #sub_contents .contact-form input{
  word-wrap: break-word;
} */

#sub_contents table.def-table tr td {
  word-wrap: break-word;
}



/*index bnr 修正*/
.index_recruit_bnr {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .index_recruit_bnr {
    color: #222;
  }

}