@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Playfair+Display&display=swap');

/* 共通
======================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  font-size: 1.6rem; /* 16px */
  letter-spacing: 0.05em;
  color: #333;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #003366;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

p {
  font-size: 1.6rem;
}

h2 {
  position: relative;
  margin: 50px 0;
  padding: 10px 20px;
  color: #003366;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #4fa4d0;
}

h3 {
  padding: 0 0 0 20px;
  color: #003366;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-left: 4px solid #4fa4d0;
}

h4 {
  color: #4fa4d0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

h5 {
  margin-bottom: 40px;
  padding: 2px 15px;
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  border-left: 5px solid #033481;
}

h6 {
  margin-bottom: 40px;
  padding: 10px 20px;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  background: #fffcdf;
}

.InviewFade {
  opacity: 0;
}

/* ユーティリティクラス
======================================================== */
.--PC { display: block; }
.--SP {  display: none; }
@media screen and (max-width: 600px) {
.--PC { display: none !important; }
.--SP { display: block !important; }
}

.--DisplayFlex { display: flex; }
.--JustifyContentSpaceBetween { justify-content: space-between; }
.--JustifyContentCenter { justify-content: center; }
.--JustifyContentStart { justify-content: start; }
.--AlignItemsCenter { align-items: center; }
.--FlexDirectionColumn { flex-direction: column; }
.--FlexGrow1 { flex-grow: 1; }

.--BoxShadow {
  box-shadow: 0px 0px 3px 1px #e3e2de;
}
.--BorderRadius10 {
  border-radius: 10px;
}

.--AlignCenter { text-align: center; }
.--AlignRight { text-align: right; }
.--BgEven { background: #f5f4f0; padding: 60px 0; }
.--DisplayNone { display: none; }
.--ReadText {
  padding: 0 0 50px;
  color: #4fa4d0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.--Wrap {
  width: 1100px;
  margin: 0 auto;
}

.--WrapSingle {
  padding: 25px 35px;
}

/* TinyMCEのマーカー */
/*黄色*/
.yellow_marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
/*赤色*/
.red_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
/*水色*/
.blue_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}

/* ヘッダー
======================================================== */
.GlobalLayout__Header { position: fixed; top: 0; z-index: 99; }
.Header { margin: 0; padding: 0; }
.HeaderNavi { margin: 0; padding: 0; }
.GlobalNavi { margin: 0; padding: 0; }

/* .HeaderLogo { } */
.HeaderLogo a { display: flex; align-items: center; color: #333; font-size: 1.1rem; font-weight: bold; line-height: 1.0; letter-spacing: 0; text-decoration: none; white-space: nowrap; margin-top: -5px; }
.HeaderLogo a span { display: block; margin: 10px 0 0 20px; font-size: 1.2rem; }

.GlobalNavi li a { position: relative; display: block; text-align: center; }

.GlobalNavi li a:after {
  position: absolute;
  content: '';
  transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}

.GlobalNavi li a:hover:after { transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/ }

/* インフォ */
.HeaderNavi__Info { text-align: center; line-height: 0.9; }
.HeaderNavi__Info em { display: block; }
.HeaderNavi__Info strong { display: block; white-space: nowrap; }
.HeaderNavi__Info small { display: block; }
.HeaderNavi__Button .HeaderBtn { display: flex; }
.HeaderNavi__Button ul li:first-child { display: none; }
.HeaderNavi__Button ul li.line_icon {display:none;}
.HeaderNavi__Button ul li img { display: none; }
.HeaderNavi__Button a { position: relative; display: inline-block; text-align: center; transition: .3s; }
.HeaderNavi__Button a strong { position: relative; z-index: 1; }
.HeaderNavi__Button a:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; content: ''; transform-origin: right top; transform: scale(0, 1); transition: transform .3s; }
.HeaderNavi__Button a:hover { opacity: 1.0; }
.HeaderNavi__Button a:hover:before { transform-origin: left top; transform: scale(1, 1); }
.HeaderNavi__Button a:after {
  content: "\f054";
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (min-width:600px) and (max-width:1110px) {
  .HeaderNavi__Info {
    padding-left: 5px;
	padding-right: 5px;
  }
  .HeaderNavi__Info strong {
	font-size: 2.2rem;
  }
  .HeaderNavi__Info small {
    font-size: 1.0rem;
	transform:scale(0.9);
	white-space: nowrap;
  }
}
@media only screen and (min-width:600px) and (max-width:1070px) {
  .GlobalLayout__Header {
    width: 1070px;
  }
}

/********** Dropdown Menu **********/
.GlobalNavi li {
  position: relative;
}
.GlobalNavi li a:hover .sub-menu {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.GlobalNavi .sub-menu {
  z-index: 1000;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.GlobalNavi .sub-menu li {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.GlobalNavi .sub-menu li a {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.GlobalNavi .sub-menu li a:hover {
  opacity: 0.7;
}
.GlobalNavi .sub-menu li a:after {
  display: none;
}
.GlobalNavi .open {
  display: block !important;
}



/* サイドフローティング
======================================================== */
.SideFloating {
  position: fixed;
  right: 0;
  top: 130px;
  margin: 0;
  padding: 0;
  width: 57px;
  z-index: 99;
}

.SideFloating ul li {
  width: 100%;
}

.SideFloating ul li img {
  width: 100%;
  height: auto;
}

/* フッターバナー
======================================================== */
.GlobalLayout__FooterBanner {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(/recruit/wp-content/uploads/2022/09/footer_banner_bg_pc.jpg) no-repeat center center;
  background-size: cover;
}

.FooterBanner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 120px 0 160px;
  width: 1100px;
}

.FooterBanner a {
  position: relative;
  display: inline-block;
  padding: 25px;
  width: 480px;
  height: 230px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.FooterBanner a:hover {
  opacity: 1.0;
}

.FooterBanner__Text {
  display: block;
  padding: 40px 0 25px;
  width: 280px;
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
}

.FooterBanner__Text small {
  display: block;
  font-size: 2.3rem;
}

.FooterBanner__Button {
  display: block;
  padding: 35px 0;
  font-size: 2.6rem;
  background: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.FooterBanner__Button:before {
  font-size: 3.6rem;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.FooterBanner__Button:after {
  content: "\f0a9";
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.FooterBanner li:first-child .FooterBanner__Button {
  color: #4cadff;
}

.FooterBanner li:first-child .FooterBanner__Button:before {
  content: "\f086";
  font-weight: 400;
  color: #4cadff;
}

.FooterBanner li:first-child .FooterBanner__Button:after {
  color: #4cadff;
}

.FooterBanner li:nth-child(2) .FooterBanner__Button {
  color: #ff7800;
}

.FooterBanner li:nth-child(2) .FooterBanner__Button:before {
  content: "\f15c";
  font-weight: 400;
  color: #ff7800;
}

.FooterBanner li:nth-child(2) .FooterBanner__Button:after {
  color: #ff7800;
}

.FooterBanner a:hover .FooterBanner__Button {
  color: #fff;
}

/* hover */
.FooterBanner li:first-child a:hover .FooterBanner__Button {
  background: #4cadff;
  border: 1px solid #fff;
}
.FooterBanner li:nth-child(2) a:hover .FooterBanner__Button {
  background: #ff7800;
  border: 1px solid #fff;
}
.FooterBanner li:first-child a:hover .FooterBanner__Button:before,
.FooterBanner li:first-child a:hover .FooterBanner__Button:after,
.FooterBanner li:nth-child(2) a:hover .FooterBanner__Button:before,
.FooterBanner li:nth-child(2) a:hover .FooterBanner__Button:after {
  color: #fff;
}

.FooterBanner__Image {
  position: absolute;
  top: 0;
  left: 0;
}

.FooterBanner__Image img {
  width: 100%;
  height: auto;
}

/* フッター
======================================================== */
.GlobalLayout__Footer {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f5f4f0;
  text-align: center;
}

.FooterNavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 0 40px;
}

.FooterNavi a {
  position: relative;
  display: block;
  padding: 10px 4rem 10px 1rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
}

.FooterNavi a:before {
  content: "\f054";
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.FooterNavi__Contact {
  position: relative;
  background: #ff7e00;
}

.Copyright {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0 0 60px;
  width: 100%;
  background: #fff;
  text-align: center;
}

.Copyright dt {
  margin: 0;
  padding: 30px 0 30px;
  color: #343434;
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Copyright dt .FooterLogo {
  width: 245px;
  height: auto;
}

.Copyright dt .Mynavi {
  margin: 10px 0 0 40px;
  width: 290px;
  height: auto;
  border: 1px solid #00aaef;
}

.Copyright dd {
  margin: 0;
  padding: 0;
  /* color: #000;
  font-size: 1.2rem; */
}

/* ボックスメニュー
======================================================== */
.box-menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 100px;
  padding: 0;
}

.box-menus .box-menu {
  display: flex;
  flex-direction: column;
  margin: 0 1.5%;
  padding: 0 0 2rem 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #fff;
  /* width: calc(100%/4); */
  width: 22%;
  color: #777;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
}

.box-menus .box-menu-icon {
  color: #ccc;
  font-size: 6.0rem;
  display: flex;
  justify-content: center;
  /* align-items: center;
  flex-grow: 1; */
  margin: 0;
  padding: 1rem 0;
}

.box-menus .box-menu-icon img {
  font-size: 1.6rem;
  border: none;
  box-shadow: none;
  width: 90%;
  height: auto;
  /* margin-bottom: 1rem; */
  border-radius: 10px;
}

.box-menus .box-menu-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #003366;
  font-size: 2.2rem;
  font-weight: normal;
}

.box-menus .box-menu-description {
  font-size: 1.6rem;
  opacity: 1.0;
}

/* ウィジェットに入っている場合（テーマによってCSSセレクタの変更が必要） */
.widget .box-menus .box-menu {
  width: calc(100%/2);
}

/* メインビジュアル
======================================================== */
.MainVisual {
  /* height: 600px; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding-top: 33%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.MainVisual__Wrap {
  display: block;
  margin: 0 auto;
  width: 66%;
}

.MainVisual__Title {
  background: none;
  border: none;
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 6.6rem;
  line-height: 1.5;
  text-align: center;
  font-family: 'Playfair Display', serif;
  white-space: nowrap;
}

.MainVisual__Title span {
  display: block;
  font-size: 4.9rem;
}

.MainVisual__Title:after {
  display: none;
}

.MainVisual__Button {
  position: absolute;
  display: inline-block;
  bottom: 2vw;
  right: 2vw;
  /* left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  background: #fff;
  border-radius: 10px;
}

.MainVisual__Button a {
  position: relative;
  display: block;
  margin: 0;
  padding: 1.5vw 7.0vw 1.5vw 5.0vw;
  color: #fff;
  font-size: 2.0rem;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 0.5vw;
  transition: .3s;
  overflow: hidden;
}

.MainVisual__Button a:after {
  content: "\f054";
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.MainVisual__Button a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #ff7800;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 0.5vw;
}

.MainVisual__Button a:hover {
  opacity: 1.0;
}

.MainVisual__Button a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.MainVisual__Button a strong {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width:600px) and (max-width:1100px) {
  .MainVisual {
    width: 100%;
  }
}

/* トップページ
======================================================== */
.GlobalLayout__Top {
  padding: 50px 0 0;
}

.GlobalLayout__Top section {
  margin: 0;
  padding: 60px 0 0;
}

.GlobalLayout__Top section:first-child {
  padding: 0;
}

.GlobalLayout__Top section:nth-child(2) {
  padding: 60px 0;
}

.GlobalLayout__Top h3 {
  margin: 0;
  padding: 0;
  color: #003366;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  border-left: none;
}

.GlobalLayout__Top h3:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 5px;
  background: #4fa4d0;
}

.GlobalLayout__Top h3 span {
  display: block;
  margin: 0;
  padding: 0 0 5px;
  color: #969696;
  font-size: 1.5rem;
}

.GlobalLayout__Top h4 {
  margin: 0;
  padding: 40px 0 0;
  text-align: center;
}

.GlobalLayout__Top .TopArea dl dd {
  width: 68%;
}

.GlobalLayout__Top .TopArea p {
  padding: 0 1rem 3rem 0;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
}

.GlobalLayout__Top .TopArea dl {
  display: flex;
  justify-content: center;
}

.GlobalLayout__Top .TopArea dl dt {
  width: 28%;
  margin: 0 2% 0 2%;
}

.GlobalLayout__Top .TopArea dl dt img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.GlobalLayout__Top .TopArea__Image {
  position: relative;
  width: 100%;
}

.GlobalLayout__Top .TopArea__Image:before {
  content: "";
  display: block;
  padding-top: 20%;
}

.GlobalLayout__Top .TopArea__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

/* ヘッダータイトル
======================================================== */
.GlobalLayout__ContentsTitle {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
  background: #eaf5ff;
  text-align: center;
}

.GlobalLayout__ContentsTitle h1 {
  margin-bottom: 0;
  padding: 0;
  color: #033481;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: none;
  border-top: none;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.GlobalLayout__ContentsTitle h1:after {
  content: "";
  position: static;
  display: block;
  margin: 10px auto 0;
  width: 40px;
  height: 3px;
  background: #0099d9;
}

.EyeCatch {
  display: block;
  margin: 0 auto;
  padding: 120px 0 120px;
  width: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* パンくず
======================================================== */
.GlobalLayout__BreadCrumbs {
  margin: 0 0 50px;
  padding: 15px 0;
  width: 100%;
  background: #f4f4f4;
  font-size: 1.4rem;
}

.GlobalLayout__BreadCrumbs a {
  color: #747474;
  text-decoration: none;
}

.GlobalLayout__BreadCrumbs .breadcrumbs i:before {
  content: "\f015";
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #003366;
}

.breadcrumbs p#breadcrumbs,
.GlobalLayout__BreadCrumbs .breadcrumbs i:before {
  font-size: 1.2rem;
}
.GlobalLayout__BreadCrumbs .breadcrumbs i span { display: none; }

/* コンテンツ
======================================================== */
.Contents {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 50px 0;
}

.GlobalLayout__Main,
.GlobalLayout__Job {
  width: 100%;
}

/*
.GlobalLayout__Main section:nth-child(even) {
  padding: 40px 0;
  background: #f5f4f0;
}
*/

.ArchiveLayout__Main {
  width: 100%;
  /* display: flex;
  flex-wrap: wrap; */
}

/* .GlobalLayout__Sidebar {
  width: 290px;
} */

/* 会社・事業紹介
======================================================== */
.CompanyImage {
  position: relative;
  width: 100%;
}
.CompanyImage:before {
  content: "";
  display: block;
  padding-top: 35%;
}
.CompanyImage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.CompanyDetail {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 40px 0 100px;
}
.CompanyDetail__Table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.CompanyDetail__Table:last-child {
  margin-left: 2%;
}
.CompanyDetail__Table dt {
  display: flex;
  /* align-items: center; */
  width: 21%;
  padding: 2rem 2%;
  color: #003366;
  border-bottom: 1px solid #4fa4d0;
}
.CompanyDetail__Table dd {
  display: flex;
  width: 70%;
  padding: 2rem 2%;
  border-bottom: 1px solid #d6d6d6;
}

.ServiceContents {
  display: block;
  margin: 0 0 50px;
  padding: 5px 25px 35px;
  background: #fff;
  border-radius: 10px;
}
.ServiceContents dl {
  display: flex;
}
.ServiceContents__Image {
  display: flex;
  width: 30%;
  position: relative;
}
.ServiceContents__Image:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.ServiceContents__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.ServiceContents__Text {
  display: flex;
  /* align-items: center; */
  margin-left: 3%;
  width: 67%;
  font-size: 1.8rem;
  line-height: 1.5;
}

.AwardsContents {
  flex-wrap: wrap;
}

.AwardsContents dl {
  margin: 0 60px 60px 0;
  padding: 0;
  width: 324px;
  height: 192px;
  font-family: serif;
  background: url(/recruit/wp-content/uploads/2022/09/awards_bg.png) no-repeat center top;
  background-size: auto 100%;
}

.AwardsContents dl:nth-child(3),
.AwardsContents dl:nth-child(6) {
  margin-right: 0;
}

.AwardsContents dl dt {
  height: 60px;
  font-size: 1.6rem;
}

.AwardsContents dl dd {
  height: 90px;
  color: #003366;
  font-size: 2.6rem;
  font-weight: bold;
}

.AwardsTable, .AwardsTable th, .AwardsTable td {
  border-collapse: collapse;
}

.AwardsTable {
  margin: 0 auto 130px;
  width: 100%;
  font-size: 1.8rem;
}

.AwardsTable thead th {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #4fa4d0;
  border-right: 1px solid #fff;
}

.AwardsTable tbody th,
.AwardsTable tbody td {
  padding: 15px 25px;
}

.AwardsTable tbody th {
  text-align: left;
  border-bottom: 1px solid #4fa4d0;
  white-space: nowrap;
}

.AwardsTable tbody td {
  line-height: 1.5;
  border-bottom: 1px solid #d6d6d6;
}

/* 選ばれる理由
======================================================== */
.Reasons {
  display: block;
  margin: 0 0 50px;
  padding: 25px;
  background: #f5f4f0;
  border-radius: 10px;
}
.ReasonsContents {
  display: flex;
  align-items: flex-start;
}
.ReasonsContents__Image {
  display: flex;
  width: 37%;
  position: relative;
}
.ReasonsContents.Left .ReasonsContents__Image {
  margin-right: 3%;
}
.ReasonsContents.Right {
  flex-direction: row-reverse;
}
.ReasonsContents.Right .ReasonsContents__Image {
  margin-left: 3%;
}
.ReasonsContents__Image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.ReasonsContents__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.ReasonsContents__Text {
  display: flex;
  flex-direction: column;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ReasonsContents__Text h3 {
  margin: 0;
}
.ReasonsContents__Text p {
  padding: 30px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ReasonsContents__Text .--ReadText {
  padding: 20px 0;
  font-size: 2.1rem;
}
.ReasonsContents__Button {
  width: 40%;
}
.ReasonsContents__Button a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}
.ReasonsContents__Button a:after {
  content: "\f054";
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 魅力ある携帯電話業界
======================================================== */
.Features {
  display: block;
  margin: 0 0 50px;
  padding: 25px;
  background: #f5f4f0;
  border-radius: 10px;
}
.FeaturesContents {
  display: flex;
  align-items: flex-start;
}
.FeaturesContents__Image {
  display: flex;
  width: 37%;
  position: relative;
}
.FeaturesContents.Left .FeaturesContents__Image {
  margin-right: 3%;
}
.FeaturesContents.Right {
  flex-direction: row-reverse;
}
.FeaturesContents.Right .FeaturesContents__Image {
  margin-left: 3%;
}
.FeaturesContents__Image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.FeaturesContents__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.FeaturesContents__Text {
  display: flex;
  flex-direction: column;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}
.FeaturesContents__Text h3 {
  margin: 0;
}
.FeaturesContents__Text p {
  padding: 30px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.FeaturesContents__Text .--ReadText {
  padding: 0 0 20px;
  font-size: 2.1rem;
}


/* 施設紹介
======================================================== */
.Shop {
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 20px;
}
.ShopContents {
  margin: 0 1.5% 1.5% 0;
  padding: 1%;
  width: 30%;
}
.ShopContents:nth-of-type(3n) {
  margin-right: 0;
}
.ShopContents__Image {
  position: relative;
  width: 100%;
}
.ShopContents__Image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.ShopContents__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.ShopContents .CompanyDetail__Table {
  font-size: 1.7rem;
  line-height: 1.2;
}
.ShopContents__Button {
  display: flex;
  margin-top: auto;
}

.ShopContents__Button a {
  position: relative;
  display: inline-block;
  margin: 30px 0 10px;
  padding: 2rem 0;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #ff7800;
  border-radius: 10px;
}

.ShopContents__Button a:after {
  content: "\f054";
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ご家族の皆様へ
======================================================== */
.FamilyMessage {
  display: flex;
  /* align-items: flex-start; */
  margin: 0;
  padding: 0;
}
.FamilyMessage dt {
  position: relative;
  display: flex;
  width: 30%;
  margin: 0 3% 0 0;
}
.FamilyMessage dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.FamilyMessage dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.FamilyMessage dd {
  display: flex;
  flex-direction: column;
  width: 67%;
}
.FamilyMessage dd p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.FamilyMessage dd p.--ReadText {
  padding: 25px 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.FamilyAttempt {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.FamilyAttempt dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1%;
  width: 29%;
  background: #f5f4f0;
  border: 1px solid #003366;
  border-radius: 10px;
}
.FamilyAttempt dl dt {
  position: relative;
  width: 100%;
}
.FamilyAttempt dl dt:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.FamilyAttempt dl dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.FamilyAttempt dl dd {
  display: flex;
  flex-direction: column;
  padding: 0 2% 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.FamilyAttempt dl dd em {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  color: #003366;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.FamilyAttempt dl dd em:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 28px;
  height: 3px;
  background: #4fa4d0;
}
.FamilyAttempt dl dd small {
  font-size: initial;
}

.FamilyFAQ {
  display: flex;
  flex-direction: column;
  margin: 0 0 3%;
  padding: 2% 3%;
  background: #f5f4f0;
  border-radius: 10px;
}
.FamilyFAQ dt {
  color: #003366;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid #d9d5c5;
}
.FamilyFAQ dt:before {
  content: "Q";
  color: #fff;
  font-size: 3.1rem;
  line-height: 6rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin: 0 5px 0 0;
  background: #003366;
  border-radius: 30px;
}
.FamilyFAQ dd {
  padding: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

/* 仕事内容紹介
======================================================== */
.WorkJob {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 40px;
}
.WorkJobContents {
  margin: 0 0 4%;
  padding: 2%;
  width: 44%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
}
.WorkJobContents__Heading {
  flex-grow: 1;
  padding: 0 0 20px;
  color: #4fa4d0;
  font-size: 2.6rem;
  font-weight: bold;
}
.WorkJobContents__Image {
  position: relative;
  width: 100%;
}
.WorkJobContents__Image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.WorkJobContents__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}

.WorkJobBanner {
  display: block;
  margin: 0 auto;
  padding: 0 0 100px;
}
.WorkJobBanner img {
  width: 100%;
  height: auto;
}

/* 初めての方へ
======================================================== */
.BeginnerIntro {
  display: flex;
  /* align-items: flex-start; */
  margin: 0;
  padding: 0;
}
.BeginnerIntro dt {
  position: relative;
  display: flex;
  width: 37%;
  margin: 0 3% 0 0;
}
.BeginnerIntro dt:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.BeginnerIntro dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.BeginnerIntro dd {
  display: flex;
  /* align-items: center; */
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}

.WorkFlow {}
.WorkFlow li {
  position: relative;
  display: flex;
  margin: 0 0 80px;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
  counter-increment: flow-number;
}
.WorkFlow li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(flow-number);
  width: 56px;
  height: 50px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 5rem;
  font-weight: bold;
  text-align: center;
  background: #4fa4d0;
  border-radius: 10px 0 10px 0;
  z-index: 1;
}
.WorkFlow li:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 45%;
  border: 80px solid transparent;
  border-top: 40px solid #d2d2d2; 
}
.WorkFlow li:last-child:after {
  display: none;
}
.WorkFlow__Image {
  position: relative;
  width: 27%;
  margin-right: 3%;
}
.WorkFlow__Image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.WorkFlow__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.WorkFlow__Text {
  font-size: 1.8rem;
  line-height: 1.5;
  width: 70%;
}
.WorkFlow__Text em {
  display: block;
  color: #003366;
  font-size: 2.8rem;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  border-left: 4px solid #4fa4d0;
}

/* 資格名・資格内容の表組み */
.BeginnerTable {
  margin-bottom: 100px;
}
.BeginnerTable thead th em {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-style: normal;
  text-align: center;
}
.BeginnerTable thead th:nth-child(2) {
  padding-left: 30px;
}
.BeginnerTable thead th em:before,
.BeginnerTable thead th em:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #6495ed;
}
.BeginnerTable thead th em:before {
  margin-right: 2rem;
}
.BeginnerTable thead th em:after {
  margin-left: 2rem;
}
.BeginnerTable tbody th {
  padding: 0 60px;
  height: 100px;
  color: #003366;
  font-size: 2.2rem;
  line-height: 1.2;
  background: #eff4f8;
  text-align: center;
  white-space: nowrap;
}
.BeginnerTable tbody td {
  padding: 10px 30px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #eff4f8;
}
.BeginnerTable tbody td.--Space {
  padding: 0;
  height: 20px;
  border-bottom: none;
}

.BeginnerVoice li {
  position: relative;
  display: flex;
  margin: 0 0 80px;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
  counter-increment: flow-number;
}
.BeginnerVoice__Image {
  position: relative;
  width: 30%;
  margin-right: 3%;
}
.BeginnerVoice__Image:before {
  content: "";
  display: block;
  padding-top: 90%;
}
.BeginnerVoice__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.BeginnerVoice__Text {
  font-size: 1.8rem;
  line-height: 1.5;
  width: 67%;
}
.BeginnerVoice__Text em {
  display: block;
  color: #003366;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  border-left: 4px solid #4fa4d0;
}

/* キャリアプラン紹介
======================================================== */
.CareerPlan {
  padding: 0 0 100px;
}
.CareerPlan p.--ReadText.--AlignCenter {
  padding: 40px 0;
  font-size: 3.2rem;
}
.CareerPlan dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px;
  width: 920px;
  background: #f5f4f0;
  border-radius: 10px;
}
.CareerPlan dl dt {
  padding: 15px 0;
  color: #15981f;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background: url(/recruit/wp-content/uploads/2022/09/career-plan_bg1.png) repeat left top;
  border: 3px solid #56a434;
}
.CareerPlan dl dd {
  position: relative;
  margin: -3px 0 50px;
  padding: 15px 0;
  color: #333;
  font-size: 2.2rem;
  text-align: center;
  background: #fff;
  border: 3px solid #56a434;
}
.CareerPlan dl dd:after {
  content: "\f062";
  color: #dad6c7;
  font-size: 4.0rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: 50px;
}
.CareerPlan dt.Last {
  color: #333;
  background: url(/recruit/wp-content/uploads/2022/09/career-plan_bg2.png) repeat left top;
  border: 3px solid #818181;
}
.CareerPlan dd.Last {
  margin-bottom: 0;
  border: 3px solid #818181;
}
.CareerPlan dd.Last:after {
  display: none;
}
.CareerPlan__Closing {
  margin: 0 auto;
  padding: 50px 0;
  width: 1020px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5;
}
.CareerPlanImg {
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 92%;
  height: auto;
}

/* 社内行事・イベント紹介
======================================================== */
.EventIntro {
  display: flex;
  margin: 0;
  padding: 0 0 40px;
}
.EventIntro dt {
  position: relative;
  display: flex;
  width: 37%;
  margin: 0 3% 0 0;
}
.EventIntro dt:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.EventIntro dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.EventIntro dd {
  display: flex;
  /* align-items: center; */
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}

.EventResident li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 40px;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
  counter-increment: flow-number;
}
.EventResident__Image {
  position: relative;
  width: 30%;
  margin-left: 3%;
}
.EventResident__Image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.EventResident__Image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.EventResident__Text {
  font-size: 1.8rem;
  line-height: 1.5;
  width: 67%;
}
.EventResident__Text em {
  display: block;
  color: #003366;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  border-left: 4px solid #4fa4d0;
}

/* 先輩社員インタビュー
======================================================== */
.PageInterview {
  padding-bottom: 60px;
}
.PageInterview__Anchor a {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 20px 0;
  width: 370px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  background: #003366;
  box-shadow: 0 3px 0 0 #9c999a;
}
.PageInterview__Anchor a:after {
  content: "\f078";
  font-size: 2.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.PageInterviewContents {
  padding-bottom: 60px;
}
.InterviewContents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #e3e2de;
  counter-increment: flow-number;
}
.InterviewEyecatch {
  width: 30%;
  margin: 0 3% 0 0;
}
.InterviewEyecatch dt {
  position: relative;
  width: 100%;
}
.InterviewEyecatch dt:before {
  content: "";
  display: block;
  padding-top: 90%;
}
.InterviewEyecatch dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.InterviewEyecatch dd {
  padding: 10px 0 20px;
  color: #919191;
  font-size: 1.7rem;
  line-height: 1.2;
}

.InterviewText {
  padding: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  width: 67%;
}
.InterviewText em {
  display: block;
  color: #003366;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  border-left: 4px solid #4fa4d0;
}

.InterviewThumb {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.InterviewThumb li {
  position: relative;
  margin: 0 2.5% 0 0;
  width: 23%;
}
.InterviewThumb li:before {
  content: "";
  display: block;
  padding-top: 78%;
}
.InterviewThumb li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.InterviewThumb li:last-child {
  margin-right: 0;
}

/* 募集要項一覧
======================================================== */
.job-postings-filters {
  background: #f7f7f7;
  padding-bottom: 30px;
  margin: 0 auto 50px;
  width: 1100px;
}
.job-postings-filters.filter-style-1 .job-listing-categories {
  background-color: #f7f7f7;
  padding: 50px 0 0px;
  margin-bottom: 0px !important;
  text-align: center;
  float: inherit !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.job-postings-filters a.job-category {
  width: 235px;
  text-align: center;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 30px !important;
  margin: 0 15px 30px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.job-postings-filters a.job-category {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.job-listing-categories .job-category.active {
  background: #ff7800 !important;
}
.job-postings-filters .jobs-search {
  position: relative;
  width: 365px !important;
  margin: 0 auto;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  float: inherit !important;
  display: none;
}
.jobs-search form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job-postings-filters .jobs-search input.job-search {
  padding: 20px 0 !important;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.jobs-search .job-search-submit {
  background: none;
  border: none;
  top: 0 !important;
}

#job_list {
  background: #f5f4f0;
  padding: 60px 0;
}
#job_list .wrap {
  width: 1100px;
  margin: 0 auto;
}
#job_list .wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 40px;
}
#job_list .wrap ul li {
    margin: 0 0 4%;
    padding: 2%;
    width: 48%;
    border-radius: 10px;
    background: #fff;
}

.job_box table {
	width: 100%;
}
.job_box thead th {
  padding: 0 0 0 20px;
  color: #003366;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-left: 4px solid #4fa4d0;
}
.job_box thead th small {
  color: #4fa4d0;
  font-size: 1.9rem;
}
.job_box tbody tr {
	display: flex;
	padding: 2rem 0;
	border-bottom: 1px solid #d6d6d6;
}
.job_box tbody th {
	position: relative;
	display: flex;
    align-items: center;
    width: 21%;
    padding: 0 2%;
    color: #003366;
	font-weight: normal;
    /* border-bottom: 1px solid #4fa4d0; */
}
.job_box tbody th:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2.1rem;
	height: 1px;
	width: 100%;
	background: #4fa4d0;
	
}
.job_box tbody td {
	width: 70%;
    padding: 0 2%;
}
.job_box tbody td.Salary {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden; 
}
.job_box tbody td.Works {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden; 
}
.job_box .btn {
	margin: 20px 0 0;
}
.job_box .btn a {
	position: relative;
	display: inline-block;
	margin: 0 10%;
	padding: 15px 0;
	width: 80%;
	color: #fff;
	font-size: 1.7rem;
	text-decoration: none;
	text-align: center;
	background: #ff7800;
	border-radius: 20px;
}
.job_box .btn a:after {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.3rem;
}

/* 募集要項詳細
======================================================== */

/* 仕事内容(冒頭) */
.JobIntro dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.JobIntro dt {
  position: relative;
  display: flex;
  width: 37%;
  margin: 0 3% 0 0;
}
.JobIntro dt:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.JobIntro dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.JobIntro dd {
  display: flex;
  flex-direction: column;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}

/**/
.JobFeatures ul {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.JobFeatures ul li {
  display: flex !important;
  flex-direction: column;
  width: 92% !important;
  margin: 0 4%;
  padding: 0;
}
.JobFeatures ul li div {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.JobFeatures ul li div:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.JobFeatures ul li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}
.JobFeatures ul li p {
  padding: 2rem 2%;
  line-height: 1.5;
}

.JobFeatures ul.slick-dots li {
  display: inline-block !important;
  flex-direction: initial;
  width: 20px !important;
  margin: 0 5px;
}
.JobFeatures .slick-prev,
.JobFeatures .slick-next {
  z-index: 1;
}
.JobFeatures .slick-prev {
  left: -50px;
}
.JobFeatures .slick-next {
  right: -30px;
}
.JobFeatures .slick-dots {
  bottom: -30px;
  left: 10%;
}
.JobFeatures .slick-prev:before,
.JobFeatures .slick-next:before {
  color: #fff;
  background: #4fa4d0;
  border-radius: 30px;
  padding: 10px 14px;
}
.JobFeatures .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.JobFeatures .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

/* 募集要項詳細のテーブル */
.JobOutline table,
.JobOutline th,
.JobOutline td {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5;
  border-collapse: collapse;
  border: 1px solid #cecece;
}

.JobOutline table {
  width: 100%;
}

.JobOutline th {
  margin: 0;
  padding: 20px;
  color: #003366;
  font-weight: normal;
  text-align: left;
  background: #f5f4f0;
  white-space: nowrap;
}

.JobOutline td {
  padding: 20px;
}

.JobOutline td p {
  font-size: 1.8rem;
}

/* 施設長あいさつ */
.JobGreeting {
	display:none;
}
.JobGreeting dl {
  display: flex;
  align-items: flex-start;
  margin: 0 0 100px;
  padding: 0;
}
.JobGreeting dt {
  position: relative;
  display: flex;
  width: 37%;
  margin: 0 3% 0 0;
}
.JobGreeting dt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.JobGreeting dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}
.JobGreeting dd {
  display: flex;
  flex-direction: column;
  width: 60%;
  font-size: 1.8rem;
  line-height: 1.5;
}
.JobGreeting dd strong {
  color: #4fa4d0;
  font-size: 2.5rem;
  font-weight: bold;
}

/* 応募ボタン */
.sec-child-detail-recruit-btn {
  margin: 60px auto;
  text-align: center;
}
.jp-apply-button {
  position: relative;
  display: inline-block !important;
  padding: 20px 60px 20px 40px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  background: #ff7800 !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 3px 1px #e3e2de;
}
.jp-apply-button:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.8rem;
}

.jobs-modal-form .job-submit {
  background: #ff7800 !important;
}
.jobs-modal-form .job-submit:hover {
  cursor: pointer;
  color: #ff7800 !important;
  background: #fff !important;
  border: 1px solid #ff7800 !important;
}

/* アーカイブの記事一覧
======================================================== */
.ArchiveReport {
  width: 360px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .19);
}

.ArchiveReport:nth-child(odd) {
  margin-right: 25px;
}

.ArchiveReport:hover {
  background: #f6f9fd;
}

.ArchiveReport a {
  display: block;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.ArchiveReport a:hover {
  opacity: 1.0;
}

.ArchiveReport dl {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.ArchiveReport dl dt {
  width: 100%;
  margin: 0;
}

.ArchiveReport__Thumb {
  position: relative;
  display: block;
  width: 100%;
  background: #eaeaea;
  overflow: hidden;
}

.ArchiveReport__Thumb:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.ArchiveReport__Thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  transition-duration: 0.3s;
}

.ArchiveReport__Thumb img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.ArchiveReport dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 10px 30px;
}

.ArchiveReport__Category {
  display: inline-block;
  width: 75%;
}

.ArchiveReport__Category span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  background: #3875d1;
  border-radius: 2px;
}

.ArchiveReport__Category span {
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.2rem;
  background: #3875d1;
  border-radius: 2px;
}

.ArchiveReport__Date {
  display: inline-block;
  width: 25%;
  padding: 5px 0;
  color: #acacac;
  font-size: 1.2rem;
}

.ArchiveReport__Title {
  padding: 10px 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.ArchiveReport__Text,
.ArchiveReport__Text p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* 下層アーカイブ
======================================================== */
span.post-report-archive:after {
  content: "一覧";
  display: inline-block;
}

a.post-report-archive span:after {
  content: "一覧";
  display: inline-block;
}

/* 下層シングルページ
======================================================== */
.FrontContents {
  /* margin-bottom: 40px; */
  width: 750px;
}

.SingleContents {
  width: 750px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .19);
  font-size: 1.7rem;
  line-height: 1.7;
}

.SingleContents img {
  width: 100%;
  height: auto;
}

.SingleContents p {
  padding-bottom: 30px;
}

.SingleContents__Info {
  padding-bottom: 20px;
  font-size: 1.2rem;
  display: flex;
}

.SingleContents__Info dt a { /*カテゴリー*/
  margin: 0 10px 0 0;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background: #3875d1;
  border-radius: 2px;
}

.SingleContents__Info dd { /*日時*/
  color: #acacac;
}

.SingleContents__Title {
  color: #333;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px;
}


.PageNation { /*ページネーション*/
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 50px 0;
  padding: 20px 0 0;
}

.PageNation li {
  display: inline-block;
  padding: 0 5px;
}

.PageNation li a {
  display: block;
  border: 1px solid #033481;
  padding: 12px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

.PageNation li a:hover,
.pagination a:hover {
  background: #033481;
  color: #fff;
  opacity: 1.0;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 150px;
  background: #f5f4f0;
}

.pagination a {
  display: inline-block;
  border: 1px solid #033481;
  padding: 12px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003366;
  text-decoration: none;
  background: #fff;
}

.pagination span.current {
  display: inline-block;
  border: 1px solid #033481;
  padding: 12px 30px;
  color: #fff;
  background: #033481;
}

/* 汎用ブロック
======================================================== */
.BlockContact {
  width: 100%;
  background: #f4f4f4;
  border: 5px solid #d2d2d2;
  margin-top: 60px;
}

.BlockContact dl {
  margin: 0 auto;
  width: 620px;
}

.BlockContact__Title {
  padding: 15px 0 10px;
  color: #033481;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #d2d2d2;
}

.BlockContact__Text {
  padding: 15px 5px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}

.BlockContact__Button {
  margin: 0 auto !important;
  padding: 10px 0 35px;
  width: 620px;
  display: flex;
  justify-content: space-between;
  list-style-type: none !important;
}

.BlockContact__Button li a {
  display: block;
  padding: 15px 0 15px 15px;
  width: 290px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 3px 0 0px rgba(142,142,142,1.0);
}

.BlockContact__Contact {
  position: relative;
  background: #ff7e00;
}

.BlockContact__Contact:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.25rem;
  font-size: 2.3rem;
  padding-right: 30px;
}

.BlockContact__Document {
  position: relative;
  background: #d60101;
}

.BlockContact__Document:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -1.25rem;
  font-size: 2.3rem;
  padding-right: 25px;
}

/* お問い合わせフォーム　
======================================================== */
.BlockForm {
  padding-top: 0;
  background: #fff;
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;	
  width: 100%;
}
.BlockForm dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  margin: -1px 0 0 0;
  padding: 3%;
  width: 31%; 
  color: #333;
  font-size: 1.8rem;
  background: #f5f4f0;
  border: 1px solid #d6d6d6;
}
.BlockForm dt strong {

}
.BlockForm dt small {
  display: inline-block;
  margin-top: -10rem;
  font-size: 1.6rem;
}
.BlockForm .BlockForm__Required {
  /* position: absolute;
  top: 20px;
  right: 4%;
  margin-left: 20px; */
  padding: 2% 4%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  background: #ff7800;
  border-radius: 5px;
}
.BlockForm .BlockForm__Optional {
  /* position: absolute;
  top: 20px;
  right: 4%;
  margin-left: 20px; */
  padding: 2% 4%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  background: #a3a3a3;
  border-radius: 5px;
}
.BlockForm dd {
  box-sizing: border-box;
  margin: -1px 0 0 -1px;
  padding: 3%;
  width: 69%;
  border: 1px solid #d6d6d6;
}
.BlockForm dd small {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #666;
}
.BlockForm dd em {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  color: #666;
}
.BlockForm input[type="text"],
.BlockForm input[type="email"] {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-left: 0;
  padding: 10px 25px;
  height: 3rem;
  flex: 1;
  width: 90%;
  max-width: 90%;
  background: #fff;
  font-size: 1.6rem;
}

.BlockForm ::placeholder {
  color: #cbcbcb;
}

.BlockForm textarea {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-left: 0;
  padding: 25px;
  height: 140px;
  flex: 1;
  width: 90%;
  max-width: 90%;
  background: #fff;
  font-size: 1.6rem;
}

.BlockForm__Submit {
  display: inline-block;
  margin: 40px 0 80px 30%;
  padding: 2rem 0;
  width: 40%;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background: #ff7800;
  border-style: none;
  /* box-shadow: 0 5px 0 #ca1c30; */
  border-radius: 10px;
}
.BlockForm__Submit:disabled { color: #e0e0e0; background: #fff; border: 1px solid #e0e0e0; }
.BlockForm__Submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
.BlockForm .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.BlockForm span.span.wpcf7-list-item {
  margin: 0;
}
.BlockForm span.checkbox-356 .wpcf7-list-item {
  display: block;
  margin: 0 0 3rem 0 !important;
}
.BlockForm span.checkbox-356 label {
  display: inline-block;
  position: relative;
}
.BlockForm span.checkbox-356 label span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  background: #94d0db;
  width: 140px;
  border-radius: 5px;
  border: 1px solid #4cacc5;
}
.BlockForm span.checkbox-356 label input[type="checkbox"] {
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
  z-index: 1;
}
.BlockForm span.checkbox-356 label input:checked + span {
  background: #4cacc5 !important;
  color: #fff;
}
.BlockForm span.checkbox-356 label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  font-size: 1.7rem;
  padding: 1rem !important;
  width: 90% !important;
}

span.wpcf7-not-valid-tip {
  font-size: 1.7rem;
  padding: 1rem !important;
}

/* 検索結果　
======================================================== */
.BlockSearch {
  /* width: 760px; */
  padding: 100px 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.BlockSearch li {
  padding: 0 0 20px;
}

/* ページナビ　
======================================================== */
.PageNavi {
  display: flex;
  align-items: stretch;
  width: 750px;
  padding: 30px 0;
  border-top: 1px solid #dedede;
}
.wp-pagenavi {
  margin: 0;
  width: 70%;
  text-align: right;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink
.wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0.5vw 0.75vw !important;
  border: 1px solid #cacaca !important;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background: #3875d1;
  color: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #cacaca;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: bold;
  color: #333;
}
.wp-pagenavi a:hover {
  background: #f6f9fd;
}

#toc_container a {
  color: #033481;
  text-decoration: none;
}

/* 個人情報の取扱いについて */
.Privacy { margin: 0 auto; padding: 20px 2%; width: 64%; height: 240px; border: 1px solid #cfcfcf; overflow-y: scroll;  }
.Privacy__Intro { margin: 0 auto; padding: 2rem 0 3rem; width: 64%; font-size: 1.5rem; line-height: 1.3; }
.Privacy__Inner { font-size: 1.6rem; line-height: 1.5; }
.Privacy__Inner p strong { display: block; padding: 0 0 0.5rem 1.5rem; color: #033481; font-size: 2.0rem; border-bottom: 1px solid #033481; }
.Privacy__Inner dl dt { font-weight: bold; }
.Privacy__Inner dl dd { padding: 0 0 2rem 1.5rem; }
.Privacy__Inner dl dd em { font-style: normal; }
.Privacy__Inner p.--AlignRight { padding-bottom: 20px; }
.Privacy__Check { margin: 0 auto; padding: 2rem 3rem 2rem 0; color: #033481; font-size: 1.9rem; font-weight: bold; text-align: center; }

/* スマートフォン　
======================================================== */
@media screen and (max-width: 600px) {
html {
  font-size: 50%;
}
body {
  width: 100%;
}
html.open {
  height: 100%;
  overflow: hidden;
}
body.open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}
p {
  font-size: 1.7rem;
  line-height: 1.5;
}

/* 見出し */
h2 {
  margin: 5vw 0;
  padding: 2vw;
  font-size: 2.6rem;
  line-height: 1.3;
}

h3 {
  padding: 0 0 0 2vw;
  font-size: 2.4rem;	
  border-left: 1vw solid #4fa4d0;
}

h4 {
  font-size: 2.0rem;
}

/* ユーティリティクラス */
.--Wrap {
  width: 90%;
  margin: 0 auto;
}
.--BgEven {
  padding: 6vw 0;
}
.--ReadText {
  padding: 0 0 8vw;
  font-size: 2.2rem;
}

/* ヘッダー */
.GlobalLayout__Header {
  height: 13vw;
  margin: 0;
  padding: 0 ;
  overflow: hidden;
}
.Header {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.HeaderLogo {
  margin: 1vw 0 0 -5vw;
  padding: 0;
  text-align: left;
}
.HeaderLogo a {
  margin-top: 0;
  font-size: 1.0rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.HeaderLogo a span {
  margin: 1vw 0 ;
  transform: scale(0.8);
}
.HeaderLogo a img {
  width: 26% !important;
}
.HeaderNavi {
  display: initial;
  justify-content: initial;
  align-items: initial;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15vw;
}

.HeaderNavi__Button ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.HeaderNavi__Button .HeaderBtn li {
  border-left: /*none*/ ;
  width: 18vw;
}
.HeaderNavi__Button ul li:first-child {
  display: inline-block;
}
.HeaderNavi__Button ul li {
  /* width: 17vw; */
}
.HeaderNavi__Button ul li img {
  display: block;
  margin: 0 auto 0.5vw;
  width: 5vw;
  height: auto;
}
.HeaderNavi__Button ul li.insta_icon a{
  background: linear-gradient(to bottom right, #7638fa, #d300c5,#ff0069,#ff7a00,#ffd600) !important;
}
.HeaderNavi__Button ul li.insta_icon img {
  width: 4.7vw;
}
.HeaderNavi__Button ul li.line_icon {
  display:block;
}
.HeaderNavi__Button a {
  padding: 1vw 0 !important;
  font-size: 1.2rem !important;
  box-sizing: border-box;
  width: 65px;
}
.HeaderNavi__Button li:nth-child(2) a {
  padding: 1vw 0 !important;
}
.HeaderNavi__Button a:before,
.HeaderNavi__Button a:after {
  display: none;
}
.HeaderNavi__Button a span {
  display: block;
}

/*スマホのグロナビ*/
.NaviSP {
  transform: initial !important;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #6970a7;
}

.NaviSP li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #6970a7;
}

.NaviSP li:after {
  display: none;
}

.NaviSP li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 4vw 0;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.NaviSP li a:hover {
  transform: initial;
  -webkit-transition: initial;
  transition: initial;
  opacity: 1.0;
  margin: 0;
  padding: 4vw 0;
  text-indent: initial;
}

.NaviSP li.menu-item-has-children a:after {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.NaviSP li.menu-item-has-children a.on {
  color: #4fa4d0;
}

.NaviSP li.menu-item-has-children a.on:after {
  content: "\f106";
  background: #003366;
}

.NaviSP .sub-menu {
    z-index: initial;
    background: initial;
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    width: initial;
    box-shadow: initial;
	margin: initial;
}

.NaviSP .sub-menu li:first-child {
	border-top: 1px solid #6970a7;
}

.NaviSP .sub-menu li:last-child {
	border-bottom: none;
}

.NaviSP .sub-menu li a {
	font-size: 1.8rem;
	font-weight: normal;
	/* padding: 3.5vw 0 3.5vw 10vw; */
	padding: 3.5vw 0;
	background: none;
}
	
.NaviSP .sub-menu li a:after {
  display: none;
}

.NaviSP .open {
  display: block;
  margin: 0;
  padding: 0;
}

/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
  position: fixed;
  top: 1.5vw;
  right: 0%;
  width: 15%;
  height: 10vw;
  cursor: pointer;
  z-index: 101;
  /* border-radius: 50%;
  border: solid 1px #333; */
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-btn-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 50%;
  background: #333;
  -webkit-transition: all 3s ease-in-out;
  transition: all .3s ease-in-out;
}

.menu-btn-line::before,
.menu-btn-line::after {
  content: "";
  height: 3px;
  width: 100%;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.menu-btn-line::before{
  top: -2.5vw;
}

.menu-btn-line::after{
  top: 2.5vw;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .sp-nav-item {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}

.open .menu-btn {
  border-color: #fff;
}

.open .menu-btn-line{
  background-color: transparent;
}

.open .menu-btn-line::before,
.open .menu-btn-line::after {
  top: 0;
  background: #fff
}

.open .menu-btn-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .menu-btn-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.NaviSP { display: none; }
body.open .NaviSP { display: block; }
	
/*開いたメニュー*/
.sp-nav-item {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,51,102,0.95);
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.sp-nav-item ul {
  transform: translateY(30%);
  margin: 15vw 0 0;
  padding: 0;
  list-style-type: none
}

.sp-nav-item li {
  width: 100%;
  text-align: center;
  /* border-bottom: 1px dotted #fff; */
}

/* メインビジュアル
======================================================== */
.MainVisual {
  /* background: none !important; */
  height: initial;
}

.MainVisual__Wrap {
  width: 100%;
  height: 70vw;
}

.MainVisual__Title {
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 4.0rem;
  line-height: 1.5;
  z-index: 1;
}

.MainVisual__Title span {
  font-size: 3.0rem;
}

.MainVisual__Button {
  position: absolute;
  display: inline-block;
  top: auto;
  bottom: 4vw;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  width: 60%;
}

.MainVisual__Button a {
  padding: 4vw 4vw 4vw 2vw;
  font-size: 1.6rem;
  text-align: center;
}

/* .MainVisual__Button a:after {
  font-size: 1.2rem;
  right: 1rem;
} */
	
.MainVisual__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.MainVisual__Image img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: -5vw !important;
}

/* フッターバナー
======================================================== */
.GlobalLayout__FooterBanner {
  padding: 10vw 0;
  background-position: top center;
  background-size: auto 100%;
}

.FooterBanner {
  justify-content: center;
  flex-direction: column;
  padding: 0;
  width: 90%;
}

.FooterBanner li {
  margin: 0;
  padding: 0 0 12vw;
}

.FooterBanner a {
  padding: 4%;
  width: 92%;
  height: initial;
}

.FooterBanner__Text {
  padding: 8vw 0 4vw;
  width: 60%;
  font-size: 3.0rem;
}

.FooterBanner__Text small {
  font-size: 1.8rem;
}

.FooterBanner__Button {
  padding: 4vw 0;
  font-size: 2.0rem;
  border-radius: 10px;
}

.FooterBanner__Button:before {
  font-size: 3.2rem;
  left: 4vw;
}

.FooterBanner__Button:after {
  font-size: 2.0rem;
  right: 6vw;
}

/* フッター
======================================================== */
.GlobalLayout__Footer {
  text-align: left;
}

.FooterMenu.--Wrap {
  width: 100%;
}

.FooterNavi {
  padding: 0;
  justify-content: flex-start;
}
	
.FooterNavi li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 49.8%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.FooterNavi li:nth-child(2n) {
  border-right: none;
}

.FooterNavi a {
  display: block;
  width: 100%;
  padding: 3.5vw 4vw 3.5vw 6vw;
  font-size: 1.6rem;
  line-height: 1.2;
}
	
.FooterNavi li:nth-child(even) a {
  border-right: none;
}

.FooterNavi a:before {
  left: 3vw;
}

.Copyright {
  padding: 0 0 10vw;
}

.Copyright dt {
  padding: 6vw 0 3vw;
  font-size: 2.4rem;
  flex-direction: column;
}

.Copyright dt .FooterLogo {
  width: 36%;
}

.Copyright dt .Mynavi {
  margin: 6vw auto 2vw;
  width: 50%;
}

.Copyright dd {
  font-size: 1.0rem;
}

/* トップページ
======================================================== */
.GlobalLayout__Top {
  padding: 13vw 0 0;	
}

.GlobalLayout__Top section {
  padding: 10vw 0 0;
}

.GlobalLayout__Top section:nth-child(2) {
  padding: 4vw 0;
}

.GlobalLayout__Top h3 {
  font-size: 2.8rem;
  line-height: 1.4;
}

.GlobalLayout__Top h3 span {
  padding: 0 0 0.5vw;
  font-size: 1.4rem;
}

.GlobalLayout__Top h3:after {
  margin: 2vw auto 0;
  width: 6vw;
  height: 1vw;
}

.GlobalLayout__Top h4 {
  padding: 6vw 0 4vw;
}

.GlobalLayout__Top .TopArea dl {
  flex-direction: column;
}

.GlobalLayout__Top .TopArea dl dt {
  width: 60%;
  margin: 0 auto 8vw;
}

.GlobalLayout__Top .TopArea dl dt img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.GlobalLayout__Top .TopArea dl dd {
  width: 100%;
}

.GlobalLayout__Top .TopArea p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.GlobalLayout__Top .TopArea__Image:before {
  padding-top: 33%;
  /* padding-top: 44%; */
}
.GlobalLayout__Top section:nth-of-type(3) .TopArea__Image:before {
	
}

/* ボックスメニュー
======================================================== */
.box-menus {
  margin: 6vw 0 10vw;
  justify-content: flex-start;
}

.box-menus .box-menu {
  width: calc(100%/2.1);
  margin: 0 4.5% 4.5vw 0;
  padding: 3vw 0 6vw;
}

.box-menus a:nth-child(even) {
  margin-right: 0;
}

.box-menus .box-menu-label {
  font-size: 1.8rem;
  font-weight: normal;
}

.box-menus .box-menu-description {
  font-size: 1.6rem;
}
	
/* 下層
======================================================== */
/* スマホのページタイトル */
.GlobalLayout__ContentsTitle {
  margin: 13vw auto 0;
  padding: 0;
}

.GlobalLayout__ContentsTitle h1 {
  font-size: 2.4rem;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.GlobalLayout__ContentsTitle h1:after {
  margin: 3vw auto 0;
  width: 12vw;
  height: 0.5vw;
}

.EyeCatch {
  padding: 15vw 0 15vw;
  background-position: right top;
}

/* スマホのパンくず */
.GlobalLayout__BreadCrumbs {
  margin: 0;
  padding: 1vw 0;
  font-size: 1rem;
}

.breadcrumbs.--Wrap {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.breadcrumbs p#breadcrumbs,
.GlobalLayout__BreadCrumbs .breadcrumbs i:before {
  font-size: 1.2rem;
}

.Contents {
  flex-direction: column;
  padding: 0;
}

.GlobalLayout__Main {
  width: 100%;
  margin: 0 auto;
  padding: 4vw 0 0;
}

/* 会社を知る
======================================================== */
.CompanyImage:before {
  padding-top: 50%;
}
.CompanyDetail {
  padding: 4vw 0 10vw;
  justify-content: initial;
  flex-direction: column;
}
.ServiceContents {
  margin: 0 0 6vw;
  padding: 1vw 5vw;
}
.ServiceContents dl {
  flex-direction: column;
}
.ServiceContents__Image {
  width: 80%;
  margin: 0 auto;
}
.ServiceContents__Text {
  padding: 4vw 0 2vw;
  margin-left: 0;
  width: 100%;
}

.AwardsContents dl {
  margin: 0 auto 4vw;
  width: 48%;
  height: 26vw;
  background-size: 100% auto;
}
.AwardsContents dl:nth-child(even) {
  margin-left: 3%;
}

.AwardsContents dl dt {
  height: 9vw;
  font-size: 1.2rem;
}

.AwardsContents dl dd {
  height: 11vw;
  font-size: 1.8rem;
}

.AwardsTable {
  margin: 0 auto 15vw;
  font-size: 1.7rem;
}

.AwardsTable tbody th {
  padding: 3vw 2vw;
  width: 35%;
  line-height: 1.3;
  white-space: initial;
}

.AwardsTable tbody td {
  padding: 3vw 2vw;
  line-height: 1.3;
}

.Shop {
  padding: 0 0 10vw;
  justify-content: initial;
  /* flex-direction: column; */
}
.ShopContents {
  margin: 0 0 3vw;
  padding: 2%;
  width: 44.5%;
}
.ShopContents:nth-child(even) {
  margin-left: 3%;
}
.ShopContents .CompanyDetail__Table {
  flex-direction: column;
}
.ShopContents .CompanyDetail__Table dt {
  width: 96%;
  padding-bottom: 1rem;
  border-bottom: none;
}
.ShopContents .CompanyDetail__Table dd {
  width: 96%;
  padding-top: 0;
}
.ShopContents__Button a {
  margin: 5vw 0 3vw;
  padding: 3vw 0;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 10px;
}
.ShopContents__Button a:after {
  right: 1rem;
}

.Reasons {
  margin: 0 0 8vw;
  padding: 6vw;
}
.ReasonsContents {
  flex-direction: column;
  align-items: center;
}
.ReasonsContents__Image {
  width: 80%;
  margin-bottom: 4vw;
}
.ReasonsContents.Left .ReasonsContents__Image {
  margin-right: 0;
}
.ReasonsContents.Right .ReasonsContents__Image {
  margin-left: 0;
}
.ReasonsContents.Right {
  flex-direction: column;
}
.ReasonsContents__Text {
  width: 100%;
}
.ReasonsContents__Text .--ReadText {
  padding: 3vw 0;
}
.ReasonsContents__Button {
  width: 100%;
}
.ReasonsContents__Button a {
  display: block;
}

.FamilyMessage {
  flex-direction: column;
  padding: 0 0 8vw;
}
.FamilyMessage dt {
  width: 60%;
  margin: 0 auto;
}
.FamilyMessage dd {
  width: 100%;
}

.FamilyAttempt {
  justify-content: flex-start;
  flex-direction: column;
}
.FamilyAttempt dl {
  margin: 0 0 8vw;
  padding: 0;
  width: 100%;
}
.FamilyAttempt dl dt {
  width: 70%;
  margin: 6vw auto 0;
}
.FamilyAttempt dl dd {
  padding: 4vw 6vw 6vw;
  font-size: 1.8rem;
}
.FamilyAttempt dl dd em {
  padding: 0 0 4vw;
  font-size: 2.4rem;
}
.FamilyAttempt dl dd em:after {
  margin: 2vw auto 0;
  width: 6vw;
  height: 1vw;
}
.FamilyFAQ {
  margin: 0 0 8vw;
  padding: 4vw 6% 0;
}
.FamilyFAQ dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  padding: 0 0 4vw;
  border-bottom: none;
}
.FamilyFAQ dt:before {
  margin: 0 2vw 0 0;
  font-size: 2.8rem;
  line-height: 5rem;
  width: 10vw;
  height: 10vw;
}
.FamilyFAQ dd {
  display: none;
  padding: 0;
  border-top: 1px solid #d9d5c5;
}
.FamilyFAQ dd div {
  padding: 4vw 0;
}
/* アコーディオン */
.BtnAcd {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: right;
}
.BtnAcd:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 2.5;
}
.BtnAcd.Selected:after {
  content: "\f106";
}

/* 魅力ある携帯電話業界
======================================================== */
.Features {
  margin: 0 0 8vw;
  padding: 6vw;
}
.FeaturesContents {
  flex-direction: column;
  align-items: center;
}
.FeaturesContents__Image {
  width: 80%;
  margin-bottom: 4vw;
}
.FeaturesContents.Left .FeaturesContents__Image {
  margin-right: 0;
}
.FeaturesContents.Right .FeaturesContents__Image {
  margin-left: 0;
}
.FeaturesContents.Right {
  flex-direction: column;
}
.FeaturesContents__Text {
  width: 100%;
}
.FeaturesContents__Text .--ReadText {
  padding: 0 0 3vw;
}

/* 仕事を知る
======================================================== */
.WorkJob {
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.WorkJobContents {
  margin: 0 0 8vw;
  padding: 3%;
  width: 94%;
}
.WorkJobContents__Heading {
  padding: 2vw 0 4vw 2vw;
  font-size: 2.2rem;
}
.WorkJobContents .CompanyDetail__Table {
  flex-direction: column;
  padding-bottom: 4vw;
}
.CompanyDetail__Table:last-child {
  margin-left: 0;
}
.WorkJobContents .CompanyDetail__Table dt {
  padding: 2rem 2% 0;
  width: 96%;
  border-bottom: none;
}
.WorkJobContents .CompanyDetail__Table dd {
  padding: 1rem 2% 2rem;
  width: 96%;
  position: relative;
}
.WorkJobContents .CompanyDetail__Table dd:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 21%;
  height: 1px;
  background: #4fa4d0;
}
.WorkJobBanner {
  padding: 0 0 10vw;
}

.BeginnerIntro {
  flex-direction: column;
}
.BeginnerIntro dt {
  width: 90%;
  margin: 0 auto;
}
.BeginnerIntro dd {
  padding: 4vw 0;
  width: 100%;
}
.WorkFlow li {
  flex-direction: column;
  padding: 6%;
  margin: 0 0 16vw;
}
.WorkFlow li:before {
  width: 11.2vw;
  height: 10vw;
}
.WorkFlow li:after {
  bottom: -28vw;
  left: 33%;
  border: 16vw solid transparent;
  border-top: 8vw solid #d2d2d2;
}
.WorkFlow__Image {
  width: 80%;
  margin: 3vw auto 0;
}
.WorkFlow__Text {
  width: 100%;
}
.WorkFlow__Text em {
  font-size: 2.4rem;
  margin: 5vw 0 3vw;
  padding: 0 0 0 2vw;
}

.BeginnerTable {
  overflow-x: scroll;
  margin-bottom: 16vw;
}
.BeginnerTable table .--SP + br {
  display: none;
}
.BeginnerTable table {
  width: 138vw;
}
.BeginnerTable thead th:nth-child(2) {
  padding-left: 3vw;
}
.BeginnerTable thead th em,
.BeginnerTable tbody th {
  font-size: 1.8rem;
}
.BeginnerTable tbody th {
  padding: 0 2vw;
}
.BeginnerTable tbody td {
  padding: 1vw 4vw;
  font-size: 1.4rem;
  line-height: 1.2;
}

.BeginnerVoice li {
  flex-direction: column;
  margin: 0 0 8vw;
  padding: 6%;
}
.BeginnerVoice__Image {
  width: 70%;
  margin: 0 auto;
}
.BeginnerVoice__Text em {
  margin: 6vw 0 4vw;
  padding: 0 0 0 3vw;
  font-size: 2.4rem;
}
.BeginnerVoice__Text {
  width: 100%;
}

/* キャリアプラン紹介
======================================================== */
.CareerPlan {
  padding: 0 0 10vw;
}
.CareerPlan p.--ReadText.--AlignCenter {
  padding: 4vw 0;
  font-size: 2.8rem;
  line-height: 1.3;
}
.CareerPlan dl {
  margin: 0 auto;
  padding: 5%;
  width: 80%;
  border-radius: 10px;
}
.CareerPlan dl dt {
  padding: 1.5vw 0;
  font-size: 2.2rem;
  border: 3px solid #56a434;
}
.CareerPlan dl dd {
  margin: -3px 0 10vw;
  padding: 1.5vw 2vw;
  font-size: 1.8rem;
  border: 3px solid #56a434;
}
.CareerPlan dl dd:after {
  font-size: 4.0rem;
  bottom: -11vw;
  height: 10vw;
}
.CareerPlan dt.Last {
  color: #333;
  background: url(/recruit/wp-content/uploads/2022/09/career-plan_bg2.png) repeat left top;
  border: 3px solid #818181;
}
.CareerPlan dd.Last {
  margin-bottom: 0;
  border: 3px solid #818181;
}
.CareerPlan dd.Last:after {
  display: none;
}
.CareerPlan__Closing {
  padding: 5vw 0;
  width: 90%;
  font-size: 1.6rem;
}
.CareerPlanTable p {
  overflow-x: scroll;
}
.CareerPlanImg {
  padding: 0 3vw 6vw;
  width: 150vw;
  height: auto;
}

/* 仲間を知る
======================================================== */
.EventIntro {
  flex-direction: column;
  padding: 0 0 8vw;
}
.EventIntro dt {
  width: 90%;
  margin: 0 auto 6vw;
}
.EventIntro dd {
  width: 100%;
}

.EventResident li {
  flex-direction: column;
  margin: 0 0 8vw;
  padding: 6%;
}
.EventResident__Image {
  width: 80%;
  margin: 0 auto;
}
.EventResident__Text {
  width: 100%;
}
.EventResident__Text em {
  margin: 4vw 0 3vw;
  padding: 0 0 0 3vw;
}

.PageInterview {
  padding-bottom: 10vw;
}
.PageInterview__Anchor {
  flex-direction: column;
}
.PageInterview__Anchor a {
  margin: 0 0 4vw;
  padding: 4vw 0;
  width: 100%;
}
.PageInterview__Anchor li:last-child a {
  margin-bottom: 0;
}

.InterviewContents {
  flex-direction: column;
  margin: 0 0 8vw;
  padding: 6%;
}
.InterviewEyecatch {
  width: 70%;
  margin: 0 auto;
}
.InterviewEyecatch dd {
  padding: 2vw 0 4vw;
  font-size: 1.6rem;
}

.InterviewText {
  padding: 0 0 6vw;
  width: 100%;
}
.InterviewText em {
  margin: 0 0 5vw;
  padding: 0 0 0 2vw;
  font-size: 2.2rem;
}
.InterviewThumb {
  margin: 0;
  flex-wrap: wrap;
}
.InterviewThumb li {
  margin: 0 4% 3vw 0;
  width: 48%;
}
.InterviewThumb li:nth-child(even) {
  margin-right: 0;
}

/* 募集要項一覧
======================================================== */
.job-postings-filters {
  padding-bottom: 3vw;
  margin: 0 auto 10vw;
  width: 90%;
}
.job-postings-filters.filter-style-1 .job-listing-categories {
  flex-direction: column;
  padding: 5vw 0 0;
}
.job-postings-filters a.job-category {
  width: 90%;
  margin: 0 5% 3vw;
  padding: 2vw 4vw;
  font-size: 1.8rem;
}
.jobs-search form {
  padding: 0;
  width: 100%;
}
.job-postings-filters .jobs-search {
  margin: 6vw auto !important;
  width: 90% !important;
}
.jobs-search .job-search-submit {
  left: auto !important;
  right: 0;
}
.job-postings-filters .jobs-search input.job-search {
  padding: 4vw 2vw !important;
}

#job_list {
  padding: 6vw 0;
}
#job_list .wrap {
  width: 90%;
}
#job_list .wrap ul {
  padding: 0 0 4vw;
  flex-direction: column;
}
#job_list .wrap ul li {
  margin: 0 0 6vw;
  padding: 4%;
  width: 100%;
}

.job_box thead th {
  padding: 0 0 0 2vw;
}
.job_box tbody th {
  width: 25%;
}
.job_box tbody td {
  width: 75%;
  line-height: 1.5;
}
.job_box tbody td.Works {
  -webkit-line-clamp: 4;
}
.job_box .btn {
  margin: 6vw 0 4vw;
}
.job_box .btn a {
  margin: 0;
  padding: 4vw 0;
  width: 100%;
  font-weight: bold;
  border-radius: 10px;
}

/* 募集要項詳細
======================================================== */

/* 仕事内容(冒頭) */
.JobIntro dl {
  flex-direction: column;
}
.JobIntro dl dt {
    width: 90%;
    margin: 0 auto;
}
.JobIntro dl dd {
    padding: 4vw 0;
    width: 100%;
}
.sec-child-detail-recruit-btn {
  margin: 12vw auto;
}
.jp-apply-button {
  padding: 4vw 0;
  width: 100%;
  font-size: 2.6rem;
}
.jp-apply-button:after {
  right: 3vw;
  font-size: 1.6rem;
}

.JobOutline table,
.JobOutline th,
.JobOutline td {
  border: 0.5px solid #cecece;
}
.JobOutline th {
  display: block;
  padding: 3%;
  white-space: initial;
}
.JobOutline td {
  display: block;
  padding: 3%;
}

/* 施設長あいさつ*/
.JobGreeting {
  padding: 6vw 0;
}
.JobGreeting dl {
  flex-direction: column;
  margin: 0 0 10vw;
}
.JobGreeting dl dt {
  width: 60%;
  margin: 0 auto;
}
.JobGreeting dl dd {
  padding: 4vw 0 0;
  width: 100%;
}

/* モーダル */
.jobs-modal-table {
  margin: 5%;
  width: 90% !important;
}

/* スマホのページナビ
======================================================== */
.PageNavi {
  width: 100%;
  flex-direction: column;
}
.PageNavi div {
  text-align: center;
  font-size: 1rem;
}
.PageNavi {
  margin: 6vw auto 0;
  padding: 4vw 0;
  width: 90% ;
}
.wp-pagenavi {
  margin-top: 6vw;
  width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 2vw 2.5vw !important;
  font-size: 1.5rem !important;
}

/* ページネーション */
.PageNation {
  margin: 5vw 0;
  padding: 4vw 0 0;
}
.PageNation li a {
  padding: 2vw 4vw;
}
.pagination {
  padding: 0 0 15vw;
}

.pagination a {
  padding: 2vw 4vw;
  margin: 1vw 0;
}

.pagination span.current {
  padding: 2vw 4vw;
  margin: 1vw 0;
}

/* お問い合わせフォーム */
.BlockForm {
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  flex-direction: column;
}
.BlockForm dt {
  margin: -1px 0 0 0;
  width: 100%;
  position: relative;
}
.BlockForm dt small {
  width: 100%;
  margin-top: 0;
  display: block;
}
.BlockForm dd {
  margin: -1px 0 0 0;
  padding: 5% 3%;
  width: 100%;
}
.BlockForm .BlockForm__Required,
.BlockForm .BlockForm__Optional {
  /* position: absolute;
  top: 50%;
  right: 1vw; */
}
.BlockForm input[type="text"],
.BlockForm input[type="email"] {
  padding: 2vw;
  width: 95%;
  max-width: 95%;
}
.BlockForm textarea {
  padding: 2vw;
  width: 95%;
  max-width: 95%;
}
.BlockForm__Submit {
  margin: 4vw 0 0 10%;
  padding: 4vw 0;
  width: 80%;
  font-size: 2.5rem;
}

/* スマホの検索結果 */
.BlockSearch {
  width: 90%;
  margin: 0 auto;
}
	
/* 個人情報の取扱いについて*/
.Privacy { padding: 4vw 4% 0; width: 92%; height: 58vw; }
.Privacy__Intro { width: 100%; }
.Privacy__Inner p.--AlignRight { padding-bottom: 3vw; }
.Privacy__Check { font-size: 1.8rem; padding-right: 2rem; }

}

/* List */
.SingleContents.--Detail ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5rem;
}

/* Slick　
======================================================== */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -2vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
    .slick-dots li {
        background: none !important;
        border: none !important;
    }
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    color: #003366;
    opacity: 0.7;
}
.slick-dots li button:before
{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 1.5rem;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #003366;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider .slick-arrow {
    width: 1.75vw;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 47%;
    opacity: 0.5;
}
.slider .slick-arrow:hover {
    opacity: 1;
    cursor: pointer;
}
.slider .prev-arrow {
    left: 0;
}
.slider .next-arrow {
    right: 0;
}
@media screen and (max-width: 768px) {
    ul.slider {
        left: 0 !important;
    }
    .slider .slick-arrow {
        width: 7vw;
        top: 42%;
    }
    .slider .prev-arrow {
        left: -3vw;
    }
    .slider .next-arrow {
        right: -3vw;
    }
    .slick-initialized .slick-slide {
        margin: 0;
    }
}
