@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
PC共通
===========================================*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-weight: 500;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  left: 0;
  top: 10px;
}
div .bread li {
  display: inline-block;
  color: #0a50c1;
}
div .bread li:after {
  content: " > ";
  padding: 0 2px;
  color: #999;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: #999;
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  background: #fff;
  padding: 15px 50px 15px 35px;
}
#header .hd-right {
  width: 760px;
  gap: 20px;
}
#header .hd-right .worktime {
  width: 180px;
}
#header .hd-right .worktime dt {
  font-size: 1.5rem;
  width: 75px;
  background: #efefef;
  color: #0a50c1;
  margin-right: 5px;
  line-height: 1.5;
}
#header .hd-right .worktime dd {
  font-size: 1.6rem;
}

/*==========================================
nav
===========================================*/
#nav {
  background: #0a50c1;
}
#nav .nav-list-item {
  position: relative;
  line-height: 1.6;
}
#nav .nav-list-item::before {
  width: 1px;
  height: 30px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
  transform: rotate(30deg);
}
#nav .nav-list-item:first-child::before {
  background: none;
}
#nav .nav-list-item:first-child a {
  padding-left: 0;
}
#nav .nav-list-item:last-child a {
  padding-right: 0;
}
#nav .nav-list-item a {
  padding: 8px 46px;
  display: block;
}
#nav .nav-list-item a .en {
  display: block;
  font-size: 1.2rem;
  color: #edc62a;
}
#nav .nav-list-item a .ja {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s;
}
#nav .nav-list-item a:hover {
  opacity: 1;
}
#nav .nav-list-item a:hover .ja {
  color: #edc62a;
}
#nav .current a .ja {
  color: #edc62a;
}

/*==========================================
mv
===========================================*/
#mv {
  height: 770px;
}
#mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
}
#g-map .map iframe {
  width: 100%;
  height: 100%;
}

.com-btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a3cf+0,0a50c1+100 */
  background-image: linear-gradient(to right, rgb(0, 163, 207) 0%, rgb(10, 80, 193) 51%, rgb(0, 163, 207) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  box-sizing: border-box;
  padding: 0 5px 0 35px;
  background-size: 200% auto;
}
.com-btn:hover {
  opacity: 1;
  background-position: right;
}
.com-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.com-btn.line-btn {
  width: 270px;
  background: url(../img/common/line_icon.png) left 25px center no-repeat, #222;
}
.com-btn.line-btn:hover {
  background: url(../img/common/line_icon.png) left 25px center no-repeat, #3f3f3f;
}

.com-btn.mail-btn {
  width: 270px;
}
.com-btn.mail-btn::before {
  width: 26px;
  height: 17px;
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 auto 0 30px;
  background: url(../img/common/mail_white_icon.png) center/100% no-repeat;
  z-index: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  border: 1px solid #0a50c1;
}
.com-tbl tr {
  display: flex;
  width: 100%;
}
.com-tbl tr:last-child th, .com-tbl tr:last-child td {
  border-bottom: none;
}
.com-tbl tr th, .com-tbl tr td {
  box-sizing: border-box;
  text-align: left;
}
.com-tbl tr th {
  padding: 15px 10px;
  width: 340px;
  vertical-align: top;
  background: #0a50c1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.com-tbl tr td {
  background: #fff;
  width: 740px;
  padding: 15px 20px;
  border-bottom: 1px solid #0a50c1;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

/*==========================================
index.php
===========================================*/
/* top-about
-----------------------*/
#top-about {
  padding: 90px 0 105px;
}
#top-about h3 {
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
#top-about h3 span {
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
  padding: 0 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a50c1+0,00a3cf+100 */
  background: linear-gradient(to right, #0a50c1 0%, #00a3cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
#top-about p {
  margin-bottom: 30px;
}
#top-about .com-btn {
  width: 400px;
  margin: 40px auto 0;
}

.about-spring {
  background: url(../img/top/about-spring_bg.jpg) center/cover no-repeat;
}

.about-summer {
  background: url(../img/top/about-summer_bg.jpg) center/cover no-repeat;
}

.about-autumn {
  background: url(../img/top/about-autumn_bg.jpg) center/cover no-repeat;
}

.about-winter {
  background: url(../img/top/about-winter_bg.jpg) center/cover no-repeat;
}

/* top-guide
-----------------------*/
#top-guide {
  padding: 75px 0 70px;
  background: url(../img/top/guide-sec_bg.jpg) center/cover no-repeat;
}
#top-guide p {
  font-size: 3.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
#top-guide p span {
  display: block;
}

/* top-ideal
-----------------------*/
#top-ideal {
  padding: 30px 0 100px;
  background: #efefef;
}
#top-ideal .ideal-chart-list .chart-item {
  margin-bottom: 50px;
  position: relative;
}
#top-ideal .ideal-chart-list .chart-item::before {
  position: absolute;
  content: "";
}
#top-ideal .ideal-chart-list .chart-item:nth-child(1)::before {
  width: 193px;
  height: 168px;
  right: 0;
  top: -45px;
  background: url(../img/top/ideal-chart_01_illust.png) center/100% no-repeat;
}
#top-ideal .ideal-chart-list .chart-item:nth-child(2)::before {
  width: 249px;
  height: 178px;
  right: -30px;
  top: -85px;
  background: url(../img/top/ideal-chart_02_illust.png) center/100% no-repeat;
}
#top-ideal .ideal-chart-list .chart-item:nth-child(3)::before {
  width: 238px;
  height: 169px;
  right: -25px;
  top: -67px;
  background: url(../img/top/ideal-chart_03_illust.png) center/100% no-repeat;
}
#top-ideal .ideal-chart-list .chart-item:last-child {
  margin-bottom: 0;
}
#top-ideal .ideal-chart-list .chart-item h4 {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 3rem;
  font-weight: 500;
  background: #fff;
  letter-spacing: 0.08em;
  border: 2px solid #0a50c1;
  box-shadow: 3px 3px #0a50c1;
  margin-bottom: 10px;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner {
  width: 50%;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-txt {
  font-size: 5rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-txt::before {
  width: 30px;
  height: 90px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 34px;
  z-index: -1;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-txt:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 33px 0 33px;
  border-color: #6980fe transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -82px;
  margin: 0 auto;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-yes::before {
  background: #edc62a;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-yes::after {
  border-color: #edc62a transparent transparent transparent;
  bottom: -82px;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-no::before {
  background: #0a50c1;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-no::after {
  border-color: #0a50c1 transparent transparent transparent;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .com-btn {
  width: 400px;
  margin: 100px auto 0;
}
#top-ideal .ideal-chart-list .chart-item .has-more .ans-txt::before {
  height: 207px;
}
#top-ideal .ideal-chart-list .chart-item .has-more .ans-txt::after {
  bottom: -198px;
}

/* other-page
-----------------------*/
.other-page {
  padding: 90px 0 80px;
}
.other-page .other-inner {
  width: 1080px;
  margin: 0 auto;
  height: 315px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 65px;
  box-sizing: border-box;
}
.other-page .other-inner::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.other-page .other-inner::after {
  width: 63px;
  height: 60px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../img/top/other-arr.jpg) center/100% no-repeat;
}
.other-page .other-inner .other-ttl {
  font-weight: 700;
}
.other-page .other-inner .other-ttl span {
  display: block;
}
.other-page .other-inner .other-ttl .en {
  font-size: 12rem;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.02em;
  line-height: 1;
}
.other-page .other-inner .other-ttl .ja {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.08em;
}

#top-company .inbox {
  position: relative;
  z-index: 1;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#top-company .inbox::before {
  width: 100%;
  height: 315px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #e0e9f8;
}
#top-company .other-inner {
  background: url(../img/top/company_bg.jpg) center/cover no-repeat;
  padding: 45px 65px;
}
#top-company .other-inner .other-ttl {
  text-align: left;
}

/* top-news
-----------------------*/
#top-news {
  padding: 35px 0 90px;
}
#top-news .news-ttl-wrp {
  width: 300px;
}
#top-news .news-ttl-wrp .ttl01 {
  text-align: left;
  padding-top: 65px;
}
#top-news .news-ttl-wrp .ttl01 .en {
  font-size: 10rem;
}
#top-news .news-list {
  width: 730px;
}
#top-news .news-list .news-list-item {
  margin-bottom: 30px;
  text-align: left;
}
#top-news .news-list .news-list-item:last-child {
  margin-bottom: 0;
}
#top-news .news-list .news-list-item a:hover h4 {
  text-decoration: underline;
}
#top-news .news-list .news-list-item time {
  width: 105px;
  text-align: left;
  color: #0a50c1;
  font-size: 1.6rem;
}
#top-news .news-list .news-list-item .category-label {
  width: 625px;
  gap: 5px;
}
#top-news .news-list .news-list-item .category-label li {
  background: #0a50c1;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 3px;
}
#top-news .news-list .news-list-item h4 {
  width: 100%;
  font-size: 1.6rem;
  margin-top: 5px;
}

/* top-entry
-----------------------*/
#top-entry {
  padding: 95px 0;
  background: url(../img/top/entry-bg.jpg) center/cover no-repeat;
}
#top-entry .ttl01 .en {
  color: rgba(255, 255, 255, 0.1);
}
#top-entry .ttl01 .ja {
  color: #fff;
}
#top-entry .entry-btn-list {
  gap: 25px;
  margin-bottom: 30px;
}
#top-entry .entry-btn-list li {
  width: 400px;
}
#top-entry .entry-btn-list li .line-btn {
  width: 100%;
  background: url(../img/common/line_icon.png) left 89px center no-repeat, #fff;
  color: #0a50c1;
}
#top-entry .entry-btn-list li .line-btn:after {
  border-color: #0a50c1;
}
#top-entry .entry-btn-list li .line-btn:hover {
  background: url(../img/common/line_icon.png) left 89px center no-repeat, linear-gradient(to right, #0a50c1 0%, #00a3cf 100%);
  color: #fff;
}
#top-entry .entry-btn-list li .line-btn:hover::after {
  border-color: #fff;
}
#top-entry .entry-btn-list li .mail-btn {
  width: 100%;
  background: #fff;
  color: #0a50c1;
}
#top-entry .entry-btn-list li .mail-btn::before {
  background: url(../img/common/mail_blue_icon.png) center/100% no-repeat;
}
#top-entry .entry-btn-list li .mail-btn::after {
  border-color: #0a50c1;
}
#top-entry .entry-btn-list li .mail-btn:hover {
  color: #fff;
  background: linear-gradient(to right, #0a50c1 0%, #00a3cf 100%);
}
#top-entry .entry-btn-list li .mail-btn:hover::before {
  background: url(../img/common/mail_white_icon.png) center/100% no-repeat;
}
#top-entry .entry-btn-list li .mail-btn:hover::after {
  border-color: #fff;
}
#top-entry .entry-endtxt {
  color: #fff;
  font-size: 1.9rem;
}

/*==========================================
footer
===========================================*/
#footer .inbox {
  padding: 35px 0 15px;
}
#footer .ft-logo {
  display: block;
  width: 263px;
  margin: 0 auto 30px;
}
#footer .ft-locate {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
#footer .worktime {
  gap: 20px;
  margin-bottom: 25px;
}
#footer .worktime dl {
  width: auto;
}
#footer .worktime dl dt {
  width: 75px;
  background: #efefef;
  color: #0a50c1;
  font-size: 1.5rem;
  margin-right: 10px;
}
#footer .ft-btn-list {
  gap: 20px;
  margin-bottom: 55px;
}
#footer .ft-btn-list li {
  font-weight: 600;
  width: 400px;
}
#footer .ft-btn-list li .com-btn {
  height: 80px;
  padding: 0;
}
#footer .ft-btn-list .ofc-btn {
  line-height: 1.5;
  text-align: left;
}
#footer .ft-btn-list .ofc-btn .com-btn {
  width: 100%;
}
#footer .ft-btn-list .ofc-btn .com-btn::before {
  width: 50px;
  height: 34px;
  position: absolute;
  content: "";
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/common/ft-ofc_btn_icon.png) center/100% no-repeat;
  z-index: 1;
}
#footer .ft-btn-list .interview-btn .com-btn {
  width: 100%;
}
#footer .ft-btn-list .interview-btn .com-btn::before {
  width: 52px;
  height: 49px;
  background: url(../img/common/ft-interview_btn_icon.png) center/100% no-repeat;
  position: absolute;
  content: "";
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#footer .ft-btn-list .interview-btn .com-btn span {
  padding-right: 30px;
  background: url(../img/common/ft-interview_btn_mike_icon.png) right center no-repeat;
}
#footer .ft-nav-list {
  gap: 5px 18px;
}
#footer .ft-nav-list li {
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
#footer .ft-nav-list li a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a50c1+0,00a3cf+100 */
  background: linear-gradient(to right, #0a50c1 0%, #00a3cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  padding: 5px 0;
}
#copyright small {
  font-size: 1.1rem;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv h2 {
  font-weight: 700;
}
.lower-sv h2 .en {
  display: block;
  font-size: 4rem;
  color: #edc62a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lower-sv h2 .ja {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a50c1+0,00a3cf+100 */
  background: linear-gradient(to right, #0a50c1 0%, #00a3cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 5rem;
  padding: 0 15px;
}

#works-sv {
  background: url(../img/sv/works-sv_bg.jpg) center/cover no-repeat;
}

#company-sv {
  background: url(../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}

#flow-sv {
  background: url(../img/sv/flow-sv_bg.jpg) center/cover no-repeat;
}

#attractive-sv {
  background: url(../img/sv/attractive-sv_bg.jpg) center/cover no-repeat;
}

#salary-sv {
  background: url(../img/sv/salary-sv_bg.jpg) center/cover no-repeat;
}

#message-sv {
  background: url(../img/sv/message-sv_bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  margin-bottom: 40px;
}
.ttl01 .ja {
  display: block;
  font-size: 4rem;
  color: #0a50c1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.ttl01 .en {
  font-size: 12rem;
  font-weight: 700;
  color: rgba(10, 80, 193, 0.13);
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-transform: uppercase;
  line-height: 1;
}

.ttl02 {
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #0A50C1 0%, #00A3CF 100%);
  border-image-slice: 1;
  text-align: left;
}
.ttl02 .en {
  display: block;
  color: #edc62a;
  font-size: 3.5rem;
}
.ttl02 .en small {
  font-size: 2rem;
}
.ttl02 .ja {
  letter-spacing: 0.08em;
  font-size: 3.2rem;
  background: linear-gradient(90deg, #0a50c1 0%, #00a3cf 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl03 {
  color: #0a50c1;
  border-bottom: 1px solid #0a50c1;
  border-left: 5px solid #0a50c1;
  font-size: 2.5rem;
  padding-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}

/*==========================================
works.php
===========================================*/
/* works-about
----------------------*/
#works-about {
  padding: 65px 0 85px;
  background: url(../img/works/about-bg_img.png) left top no-repeat, #eef4ff;
}
#works-about .about-content {
  width: 540px;
  margin-left: auto;
}
#works-about .about-content .ttl01 {
  text-align: left;
}

/* works-sec
----------------------*/
#works-sec {
  padding: 85px 0 95px;
}
#works-sec .works-wrp {
  margin-bottom: 40px;
  position: relative;
}
#works-sec .works-wrp:last-child {
  margin-bottom: 0;
}
#works-sec .works-wrp .works-content {
  width: 510px;
  min-height: 320px;
}
#works-sec .works-wrp .works-content p {
  color: #000;
}
#works-sec .works-wrp .works-img {
  position: absolute;
  top: 0;
}
#works-sec .works-wrp:nth-of-type(odd) .works-img {
  right: 0;
}
#works-sec .works-wrp:nth-of-type(even) .works-img {
  left: 0;
}
#works-sec .works-wrp:nth-of-type(even) .works-content {
  margin-left: auto;
}

/* works-area
----------------------*/
#works-area {
  padding: 75px 0 55px;
  background: url(../img/works/area_bg.png) right center no-repeat, #efefef;
}
#works-area .inbox {
  position: relative;
  min-height: 424px;
  display: flex;
  align-items: center;
}
#works-area .area-content {
  width: 540px;
  margin-left: auto;
}
#works-area .area-content p {
  color: #000;
  font-size: 1.8rem;
}
#works-area .area-content p span {
  color: #0a50c1;
}
#works-area .area-map {
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================================
attractive.php
===========================================*/
/* attractive-ideal
----------------------*/
#attractive-ideal {
  padding: 105px 0 95px;
  background: #eef4ff;
}
#attractive-ideal .ideal-list {
  gap: 45px 40px;
  margin-bottom: 40px;
}
#attractive-ideal .ideal-list .ideal-list-item {
  width: 520px;
  background: #fff;
  padding: 35px 15px 40px 25px;
  box-sizing: border-box;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content {
  width: 355px;
  text-align: left;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-subttl {
  padding-left: 15px;
  margin-bottom: 20px;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content-list {
  padding-bottom: 15px;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content-list li {
  padding-left: 25px;
  background: url(../img/attractive/idea-check_icon.png) left center no-repeat;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content-list li:last-child {
  margin-bottom: 0;
}
#attractive-ideal .ideal-content {
  text-align: center;
  font-size: 2rem;
}
#attractive-ideal .ideal-content p {
  margin-bottom: 25px;
}
#attractive-ideal .ideal-content p:last-child {
  margin-bottom: 0;
}
#attractive-ideal .ideal-content p span {
  color: #0a50c1;
  font-size: 2.8rem;
}

/* attractive-feature
----------------------*/
#attaractive-feature {
  padding: 100px 0 105px;
}
#attaractive-feature .feature-wrp {
  position: relative;
  margin-bottom: 50px;
}
#attaractive-feature .feature-wrp:last-child {
  margin-bottom: 0;
}
#attaractive-feature .feature-wrp .feature-content {
  width: 525px;
  min-height: 320px;
}
#attaractive-feature .feature-wrp .feature-img {
  position: absolute;
  top: 0;
}
#attaractive-feature .feature-wrp:nth-of-type(odd) .feature-img {
  right: 0;
}
#attaractive-feature .feature-wrp:nth-of-type(even) .feature-img {
  left: 0;
}
#attaractive-feature .feature-wrp:nth-of-type(even) .feature-content {
  margin-left: auto;
}

/* attractive-voice
----------------------*/
#attractive-voice {
  background: #efefef;
}
#attractive-voice .other-inner {
  background: url(../img/attractive/voice-bg.jpg) center/cover no-repeat;
}
#attractive-voice .other-inner .other-ttl {
  text-align: left;
}
#attractive-voice .other-inner .other-ttl .ja {
  padding-top: 70px;
  background: url(../img/common/ft-logo.png) top left no-repeat;
}
#attractive-voice .other-inner .other-ttl .en {
  position: absolute;
  right: 90px;
  bottom: 2px;
  line-height: 1;
}

/*==========================================
salary.php
===========================================*/
/* salary-ideal
----------------------*/
#salary-ideal {
  padding: 110px 0 105px;
  background: url(../img/salary/ideal_bg.png) top right/50.8854% no-repeat;
}
#salary-ideal .ideal-content {
  text-align: center;
  margin-bottom: 50px;
}
#salary-ideal .salary-ex-wrp {
  width: 915px;
  margin: 0 auto;
  background: #eef4ff;
  padding: 30px 80px 45px 80px;
  box-sizing: border-box;
}
#salary-ideal .salary-ex-wrp .salary-content {
  width: 500px;
  text-align: left;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-ttl {
  margin-bottom: 30px;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl .salary-tbl-item {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl .salary-tbl-item:last-child {
  margin-bottom: 0;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl th {
  width: 95px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0a50c1;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl td {
  width: 400px;
  font-size: 2.5rem;
  font-weight: 500;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl td small {
  display: block;
  font-size: 2rem;
}

/* salary-flow
----------------------*/
#salary-flow {
  padding: 100px 0 10px;
  background: #efefef;
}
#salary-flow .inbox {
  width: 1280px;
}
#salary-flow .flow-wrp {
  margin-bottom: 40px;
  background: #fff;
  padding: 80px 100px 85px;
}
#salary-flow .flow-wrp:last-child {
  margin-bottom: 0;
}
#salary-flow .flow-wrp .flow-subttl {
  margin-bottom: 25px;
}
#salary-flow .flow-wrp .wrp-lead-txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
#salary-flow .flow-wrp .flow-step-lists {
  width: 600px;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item {
  border-bottom: 1px solid #b3b3b3;
  text-align: left;
  padding: 15px 0;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dt {
  width: 50px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dt small {
  display: block;
  font-size: 1.6rem;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item:nth-child(1) dt {
  color: #009fcf;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item:nth-child(2) dt {
  color: #0579c8;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item:nth-child(3) dt {
  color: #0a50c1;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dd {
  width: 545px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

/* salary-recruit
----------------------*/
#salary-recruit {
  background: #efefef;
}
#salary-recruit .other-inner {
  background: url(../img/salary/recruit-bg.jpg) center/cover no-repeat;
}
#salary-recruit .other-inner .other-ttl {
  text-align: left;
}
#salary-recruit .other-inner .other-ttl .ja {
  padding-top: 70px;
  background: url(../img/common/ft-logo.png) top left no-repeat;
}
#salary-recruit .other-inner .other-ttl .en {
  position: absolute;
  right: 65px;
  bottom: 2px;
  line-height: 1;
}

/*==========================================
message.php
===========================================*/
/* msg-sec
----------------------*/
#msg-sec {
  padding: 105px 0;
  background: url(../img/message/msg_bg.jpg) center/cover no-repeat;
}
#msg-sec .msg-content {
  text-align: center;
  margin-bottom: 50px;
}
#msg-sec .profile-content {
  width: 590px;
}
#msg-sec .profile-content .ttl03 {
  font-size: 2.2rem;
}
#msg-sec .profile-content .profile-ttl span {
  color: #222;
  font-size: 2.8rem;
  margin-left: 15px;
}
#msg-sec .profile-content .profile-qual {
  text-align: left;
}

/* msg-philosophy
----------------------*/
#msg-philosophy {
  padding: 95px 0;
  background: url(../img/message/philosophy_bg.jpg) center/cover no-repeat;
}
#msg-philosophy .philosophy-wrp {
  width: 500px;
  margin: 0 auto 45px;
  background: #fff;
  padding: 30px 55px 50px;
  box-sizing: border-box;
}
#msg-philosophy .philosophy-wrp h4 {
  margin-bottom: 28px;
}
#msg-philosophy .philosophy-wrp .philosophy-list li {
  text-align: left;
  padding: 14px 20px;
  border-bottom: 1px solid #cecece;
}
#msg-philosophy .philosophy-wrp .philosophy-list li:first-child {
  padding-top: 0;
}
#msg-philosophy .philosophy-txt {
  text-align: center;
}

/*==========================================
flow.php
===========================================*/
/* flow-sec
----------------------*/
#flow-sec {
  padding: 110px 0 95px;
}
#flow-sec .flow-ttl {
  margin-bottom: 70px;
}
#flow-sec .flow-list {
  gap: 30px 20px;
}
#flow-sec .flow-list .flow-list-item {
  width: 200px;
  position: relative;
}
#flow-sec .flow-list .flow-list-item::after {
  width: 20px;
  height: 21px;
  position: absolute;
  content: "";
  right: -21px;
  top: 75px;
  background: url(../img/flow/flow_arr.png) center/100% no-repeat;
}
#flow-sec .flow-list .flow-list-item:nth-child(5n):after, #flow-sec .flow-list .flow-list-item:last-child:after {
  background: none;
}
#flow-sec .flow-list .flow-list-item .flow-icon {
  margin-bottom: 10px;
}
#flow-sec .flow-list .flow-list-item .flow-schedule .schedule-time {
  color: #0a50c1;
}

/* flow-scene
----------------------*/
#flow-scene {
  padding: 95px 0 100px;
  background: #efefef;
}
#flow-scene .scene-list {
  gap: 30px;
}
#flow-scene .scene-list .scene-img {
  width: 340px;
  height: 280px;
}

/*==========================================
company.php
===========================================*/
/* company-sec
----------------------*/
#company-sec {
  background: #efefef;
  padding: 110px 0 100px;
}
#company-sec .company-tbl {
  margin-bottom: 50px;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin: 0 0 45px auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 37px 15px 15px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 45px 0;
  box-sizing: border-box;
}
.post-wrap .column-lists .column-lists-item a:hover .more-btn {
  background: #fff;
  color: #0a50c1;
}
.post-wrap .column-lists .column-lists-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  color: #0a50c1;
  text-align: left;
  padding: 4px 0;
  width: 95px;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  font-weight: normal;
  font-size: 1.4rem;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 970px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  border: 1px solid #0a50c1;
  color: #fff;
  background: #0a50c1;
  padding: 2px 10px;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #0a50c1;
  border: 1px solid #0a50c1;
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .thumb {
  width: 210px;
  height: 200px;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 820px;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 705px;
}
.post-wrap .post-content {
  padding: 0 20px 5px 20px;
  box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid #0a50c1;
  color: #0a50c1;
  padding: 3px 10px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #0a50c1;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  margin-bottom: 55px;
}
#contact .contact-form tr th {
  width: 320px !important;
  position: relative;
  vertical-align: top;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #f00;
  font-weight: 500;
  padding: 3px;
  font-size: 1rem;
  background: #fff;
}
#contact .contact-form tr td {
  width: 760px;
}
#contact .contact-form tr td li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contact .contact-form tr td li:last-child {
  margin-right: 0;
}
#contact .contact-form .txtarea {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#contact .contact-form select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 150px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 5px;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 10px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .thumb img {
  max-width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #0a50c1;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #edc62a;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .select-file,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: #edc62a;
}
#contact .g-recaptcha div {
  margin: 0 auto 40px auto;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.6rem;
  color: #fff;
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #0a50c1;
  color: #0a50c1;
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: #0a50c1;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 260px;
  margin: 0 auto;
}
#contact .back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}
#contact .send-btn {
  width: 240px;
  margin: 0 auto;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 70px;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 30px;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 30px;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}