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

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  background: #fff;
  padding: 4%;
}
#header h1 {
  width: 45%;
  text-align: left;
  line-height: 1;
}
#header .hd-right {
  display: none;
}
#header .hd-right .worktime {
  width: 180px;
}
#header .hd-right .worktime dt {
  font-size: 4vw;
  width: 75px;
  background: #efefef;
  color: #0a50c1;
  margin-right: 5px;
  line-height: 1.5;
}
#header .hd-right .worktime dd {
  font-size: 4.2666666667vw;
}

/*==========================================
nav
===========================================*/
#nav {
  display: none;
}

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

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

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr th, .com-tbl tr td {
  display: block;
}
.com-tbl tr th {
  background: #0a50c1;
  color: #fff;
  padding: 3%;
}
.com-tbl tr td {
  background: #fff;
  padding: 5% 3%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

.com-btn {
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.2666666667vw;
  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: linear-gradient(to right, rgb(0, 163, 207) 0%, rgb(10, 80, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  box-sizing: border-box;
  padding: 0 3% 0 7%;
}
.com-btn:hover {
  opacity: 1;
  background-position: 100% 0;
}
.com-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  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: 100%;
  background: url(../img/common/line_icon.png) left 14% center/11% no-repeat, #222;
}
.com-btn.line-btn:hover {
  background: url(../img/common/line_icon.png) left 14% center/11% no-repeat, #3f3f3f;
}

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

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1.5vw;
  right: 3%;
  bottom: auto;
  left: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a3cf+0,0a50c1+100 */
  background: linear-gradient(to right, rgb(0, 163, 207) 0%, rgb(10, 80, 193) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 55px;
  height: 55px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 37px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 17px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 36px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active .top {
  transform: translateY(11px) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-9px) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 7% 6% 15%;
  background: #efefef;
}
#drawer-nav .drawer-logo {
  width: 50%;
  margin-bottom: 7%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 4.5% 0;
  border-bottom: 1px solid #0a50c1;
}
#drawer-nav nav .drawer-link .en {
  color: #edc62a;
  font-size: 3.7333333333vw;
}
#drawer-nav nav .drawer-link .ja {
  font-size: 4.5333333333vw;
  padding-left: 4%;
  position: relative;
  margin-left: 4%;
}
#drawer-nav nav .drawer-link .ja::before {
  width: 1px;
  height: 5vw;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #222;
  transform: rotate(25deg);
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  padding-left: 5%;
  position: relative;
}
#drawer-nav nav .current::before {
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #0a50c1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#drawer-nav nav .current .en {
  color: #0a50c1;
}
#drawer-nav nav .current .ja {
  color: #0a50c1;
  text-decoration: underline;
}
#drawer-nav nav .current .ja::before {
  background: #0a50c1;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer-btn-list li {
  margin-bottom: 7%;
}
#drawer-nav .drawer-btn-list li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
  text-align: center;
  font-size: 3.5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 5%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address .worktime {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 3vw;
}
#drawer-nav .drawer-address .worktime dl {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
}
#drawer-nav .drawer-address .worktime dl dt {
  width: 17vw;
  background: #efefef;
  color: #0a50c1;
  margin-right: 2vw;
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 3vw 8vw;
}
#drawer-nav .drawer-subpage li {
  font-size: 3.2vw;
  text-decoration: underline;
}

/*==========================================
index.php
===========================================*/
/* top-about
-----------------------*/
#top-about {
  padding: 16% 0;
}
#top-about h3 {
  font-weight: 700;
  font-size: 6.1333333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 10%;
}
#top-about h3 span {
  display: inline-block;
  line-height: 1.4;
  margin-right: 2vw;
  padding: 0 2vw;
  /* 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 h3 img {
  width: 65%;
}
#top-about p {
  margin-bottom: 8%;
  text-align: left;
}
#top-about .com-btn {
  width: 100%;
  margin: 15% 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: 16% 8%;
  background: url(../img/top/guide-sec_bg.jpg) center/cover no-repeat;
}
#top-guide p {
  font-size: 6.1333333333vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#top-guide p span {
  margin-bottom: 3%;
  display: block;
}

/* top-ideal
-----------------------*/
#top-ideal {
  padding: 12% 0 16%;
  background: #efefef;
}
#top-ideal .ideal-chart-list .chart-item {
  margin-bottom: 15%;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#top-ideal .ideal-chart-list .chart-item::before {
  position: absolute;
  content: "";
}
#top-ideal .ideal-chart-list .chart-item:nth-child(1)::before {
  width: 31%;
  height: 24vw;
  right: -4%;
  top: -5vw;
  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: 41%;
  height: 24vw;
  right: -13%;
  top: -6vw;
  z-index: 1;
  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: 36%;
  height: 21vw;
  right: -8%;
  top: -18vw;
  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: 5% 3%;
  font-size: 4.9333333333vw;
  font-weight: 500;
  background: #fff;
  border: 2px solid #0a50c1;
  box-shadow: 3px 3px #0a50c1;
  margin-bottom: 6%;
  text-align: left;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner {
  width: 50%;
}
#top-ideal .ideal-chart-list .chart-item .chart-inner .ans-txt {
  font-size: 10.6666666667vw;
  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: 12%;
  height: 23vw;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 8vw;
  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: 7vw 7vw 0 7vw;
  left: 0;
  right: 0;
  bottom: -21vw;
  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: -21vw;
}
#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: 92%;
  margin: 55% auto 0;
  font-size: 3.4666666667vw;
}
#top-ideal .ideal-chart-list .chart-item .has-more .ans-txt::before {
  height: 54vw;
}
#top-ideal .ideal-chart-list .chart-item .has-more .ans-txt::after {
  bottom: -52vw;
}

/* other-page
-----------------------*/
.other-page {
  padding: 16% 0;
}
.other-page .other-inner {
  height: 51vw;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 6%;
  box-sizing: border-box;
  overflow: hidden;
}
.other-page .other-inner::before {
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1vw solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.other-page .other-inner::after {
  width: 10vw;
  height: 10vw;
  position: absolute;
  content: "";
  right: 0;
  bottom: -0.15vw;
  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: 13.3333333333vw;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.02em;
  line-height: 1;
}
.other-page .other-inner .other-ttl .ja {
  font-size: 5.6vw;
  color: #fff;
  letter-spacing: 0.08em;
}

#top-company .inbox {
  position: relative;
  z-index: 1;
  padding-bottom: 12%;
}
#top-company .inbox::before {
  width: 100%;
  height: 51vw;
  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: 10% 6%;
}
#top-company .other-inner .other-ttl {
  text-align: left;
}

/* top-news
-----------------------*/
#top-news {
  padding: 10% 0 16%;
}
#top-news .news-ttl-wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 12%;
}
#top-news .news-ttl-wrp .ttl01 {
  width: 55%;
  text-align: left;
  padding-top: 9%;
  margin-bottom: 0;
}
#top-news .news-ttl-wrp .ttl01 .en {
  text-align: left;
  font-size: 13.3333333333vw;
}
#top-news .news-ttl-wrp .com-btn {
  width: 40%;
  height: 13vw;
  font-size: 3.4666666667vw;
}
#top-news .news-list .news-list-item {
  border-bottom: 1px solid #0a50c1;
  text-align: left;
}
#top-news .news-list .news-list-item:first-child a {
  padding-top: 0;
}
#top-news .news-list .news-list-item:last-child {
  margin-bottom: 0;
}
#top-news .news-list .news-list-item a {
  padding: 6% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#top-news .news-list .news-list-item a:hover h4 {
  text-decoration: underline;
}
#top-news .news-list .news-list-item time {
  width: 28%;
  text-align: left;
  color: #0a50c1;
  font-size: 3.4666666667vw;
}
#top-news .news-list .news-list-item .category-label {
  width: 70%;
  gap: 1vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news-list .news-list-item .category-label li {
  background: #0a50c1;
  color: #fff;
  font-size: 3.2vw;
  padding: 0 1vw;
}
#top-news .news-list .news-list-item h4 {
  width: 100%;
  font-size: 4vw;
  margin-top: 3%;
}

/* top-entry
-----------------------*/
#top-entry {
  padding: 16% 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: 5vw 4%;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#top-entry .entry-btn-list li {
  width: 90%;
  margin: 0 auto 7%;
}
#top-entry .entry-btn-list li:last-child {
  margin-bottom: 0;
}
#top-entry .entry-btn-list li .line-btn {
  width: 100%;
  background: url(../img/common/line_icon.png) left 14% center/11% no-repeat, #fff;
  color: #0a50c1;
  font-size: 3.4666666667vw;
}
#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 14% center/11% 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%;
  font-size: 3.4666666667vw;
}
#top-entry .entry-endtxt {
  color: #fff;
  font-size: 4.2666666667vw;
}

/*==========================================
footer
===========================================*/
#footer .inbox {
  padding: 10% 8% 7%;
}
#footer .ft-logo {
  display: block;
  width: 45%;
  margin: 0 auto 10%;
}
#footer .ft-locate {
  font-size: 4vw;
  letter-spacing: 0.06em;
  margin-bottom: 6%;
}
#footer .worktime {
  gap: 20px;
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
#footer .worktime dl {
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  width: auto;
}
#footer .worktime dl dt {
  width: 17vw;
  background: #efefef;
  color: #0a50c1;
  margin-right: 2vw;
}
#footer .ft-btn-list {
  margin-bottom: 10%;
}
#footer .ft-btn-list li {
  font-weight: 600;
  width: 100%;
  margin-bottom: 8%;
}
#footer .ft-btn-list li:last-child {
  margin-bottom: 0;
}
#footer .ft-btn-list li .com-btn {
  height: 18vw;
  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%;
  padding: 0 5% 0 9%;
}
#footer .ft-btn-list .ofc-btn .com-btn::before {
  width: 10vw;
  height: 7vw;
  position: absolute;
  content: "";
  left: 3%;
  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%;
  padding: 0 5% 0 13%;
}
#footer .ft-btn-list .interview-btn .com-btn::before {
  width: 10vw;
  height: 10vw;
  background: url(../img/common/ft-interview_btn_icon.png) center/100% no-repeat;
  position: absolute;
  content: "";
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#footer .ft-btn-list .interview-btn .com-btn span {
  padding-right: 5vw;
  background: url(../img/common/ft-interview_btn_mike_icon.png) right center/5vw no-repeat;
}
#footer .ft-nav-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#footer .ft-nav-list li {
  width: 50%;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 3.4666666667vw;
  margin-bottom: 8%;
  text-align: left;
}
#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: 2% 0;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
#pagetop {
  width: 10%;
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv h2 {
  font-weight: 700;
}
.lower-sv h2 .en {
  display: block;
  font-size: 5.6vw;
  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: 6.6666666667vw;
  padding: 0 3vw;
}

#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: 11%;
  margin-bottom: 10%;
  text-align: center;
}
.ttl01 .ja {
  display: block;
  font-size: 6.1333333333vw;
  color: #0a50c1;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.ttl01 .en {
  font-size: 16vw;
  font-weight: 700;
  color: rgba(10, 80, 193, 0.13);
  letter-spacing: 0.02em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.ttl02 {
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 2%;
  margin-bottom: 4%;
  text-align: left;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #0A50C1 0%, #00A3CF 100%);
  border-image-slice: 1;
}
.ttl02 .en {
  display: block;
  color: #edc62a;
  font-size: 6.6666666667vw;
}
.ttl02 .en small {
  font-size: 4.5333333333vw;
}
.ttl02 .ja {
  letter-spacing: 0.08em;
  font-size: 6.4vw;
  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: 0.85vw solid #0a50c1;
  font-size: 5.6vw;
  padding-left: 4%;
  margin-bottom: 4%;
  text-align: left;
}

/*==========================================
works.php
===========================================*/
/* works-about
----------------------*/
#works-about {
  padding: 16% 0;
  background: url(../img/works/about-bg_img.png) left 61% center no-repeat, #eef4ff;
}
#works-about .ttl01 .ja {
  width: 85%;
  margin: 0 auto;
}

/* works-sec
----------------------*/
#works-sec {
  padding: 16% 0;
}
#works-sec .works-wrp {
  margin-bottom: 15%;
}
#works-sec .works-wrp:last-child {
  margin-bottom: 0;
}
#works-sec .works-wrp .works-content p {
  color: #000;
}
#works-sec .works-wrp .works-img {
  margin-bottom: 5%;
}

/* works-area
----------------------*/
#works-area {
  padding: 25% 0 16%;
  background: url(../img/works/area_bg.png) right center no-repeat, #efefef;
}
#works-area .inbox {
  position: relative;
}
#works-area .area-content .ttl01 {
  text-align: left;
}
#works-area .area-content .ttl01 .en {
  text-align: left;
}
#works-area .area-content p {
  color: #000;
  font-size: 4.2666666667vw;
}
#works-area .area-content p span {
  color: #0a50c1;
}
#works-area .area-map {
  position: absolute;
  right: 4%;
  top: -13vw;
  width: 41%;
}

/*==========================================
attractive.php
===========================================*/
/* attractive-ideal
----------------------*/
#attractive-ideal {
  padding: 16% 0;
  background: #eef4ff;
}
#attractive-ideal .ideal-list {
  margin-bottom: 15%;
}
#attractive-ideal .ideal-list .ideal-list-item {
  background: #fff;
  padding: 7% 6%;
  box-sizing: border-box;
  margin-bottom: 10%;
}
#attractive-ideal .ideal-list .ideal-list-item:last-child {
  margin-bottom: 0;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-illust {
  width: 26%;
  margin: 0 auto 7%;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content {
  text-align: left;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-subttl {
  width: 70%;
  margin: 0 auto 8%;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content-list li {
  padding-left: 8%;
  background: url(../img/attractive/idea-check_icon.png) left center/5% no-repeat;
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#attractive-ideal .ideal-list .ideal-list-item .ideal-content-list li:last-child {
  margin-bottom: 0;
}
#attractive-ideal .ideal-content {
  font-size: 4vw;
}
#attractive-ideal .ideal-content p span {
  display: block;
  text-align: center;
  color: #0a50c1;
  font-size: 5.8666666667vw;
  font-weight: 700;
}

/* attractive-feature
----------------------*/
#attaractive-feature {
  padding: 16% 0;
}
#attaractive-feature .feature-wrp {
  position: relative;
  margin-bottom: 15%;
}
#attaractive-feature .feature-wrp:last-child {
  margin-bottom: 0;
}
#attaractive-feature .feature-wrp .ttl02 .ja {
  font-size: 5.8666666667vw;
}
#attaractive-feature .feature-wrp .feature-img {
  margin-bottom: 6%;
}

/* 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: 18%;
  background: url(../img/common/ft-logo.png) top left/70% no-repeat;
}
#attractive-voice .other-inner .other-ttl .en {
  position: absolute;
  right: 15%;
  bottom: 1vw;
  line-height: 1;
}

/*==========================================
salary.php
===========================================*/
/* salary-ideal
----------------------*/
#salary-ideal {
  padding: 16% 0;
  background: url(../img/salary/ideal_bg.png) top right/85% no-repeat;
}
#salary-ideal .ideal-content {
  text-align: center;
  margin-bottom: 12%;
}
#salary-ideal .salary-ex-wrp {
  background: #eef4ff;
  padding: 8% 6% 12%;
  box-sizing: border-box;
}
#salary-ideal .salary-ex-wrp .salary-ex-illust {
  width: 43%;
  margin: 0 auto 8%;
}
#salary-ideal .salary-ex-wrp .salary-content {
  text-align: left;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-ttl {
  width: 74%;
  margin: 0 auto 10%;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl .salary-tbl-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 3% 0;
  margin-bottom: 4%;
}
#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: 17%;
  font-size: 4.8vw;
  font-weight: 500;
  color: #0a50c1;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl td {
  width: 80%;
  font-size: 4.5333333333vw;
  font-weight: 500;
}
#salary-ideal .salary-ex-wrp .salary-content .salary-tbl td small {
  display: block;
  font-size: 4vw;
}

/* salary-flow
----------------------*/
#salary-flow {
  padding: 16% 0 7%;
  background: #efefef;
}
#salary-flow .flow-wrp {
  margin-bottom: 40px;
  background: #fff;
  padding: 10% 6%;
}
#salary-flow .flow-wrp:last-child {
  margin-bottom: 0;
}
#salary-flow .flow-wrp .flow-subttl {
  width: 80%;
  margin: 0 auto 7%;
}
#salary-flow .flow-wrp .wrp-lead-txt {
  margin-bottom: 13%;
  font-size: 4.2666666667vw;
}
#salary-flow .flow-wrp .flow-wrp-inner {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
#salary-flow .flow-wrp .flow-step-illust {
  width: 80%;
  margin: 0 auto 12%;
}
#salary-flow .flow-wrp .flow-step-lists {
  width: 100%;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item {
  border-bottom: 1px solid #b3b3b3;
  text-align: left;
  padding: 5% 0;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dt {
  width: 13%;
  font-weight: 700;
  font-size: 8.5333333333vw;
  line-height: 1;
  letter-spacing: 0;
}
#salary-flow .flow-wrp .flow-step-lists .step-lists-item dt small {
  display: block;
  font-size: 4vw;
}
#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: 81%;
  font-size: 3.7333333333vw;
  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: 18%;
  background: url(../img/common/ft-logo.png) top left/70% no-repeat;
}
#salary-recruit .other-inner .other-ttl .en {
  position: absolute;
  right: 15%;
  bottom: 1vw;
  line-height: 1;
}

/*==========================================
message.php
===========================================*/
/* msg-sec
----------------------*/
#msg-sec {
  padding: 16% 0;
  background: url(../img/message/msg_bg.jpg) center/cover no-repeat;
}
#msg-sec .msg-content {
  margin-bottom: 15%;
}
#msg-sec .profile-img {
  margin-bottom: 10%;
}
#msg-sec .profile-content .profile-ttl span {
  color: #222;
  font-size: 6.6666666667vw;
  margin-left: 4%;
}
#msg-sec .profile-content .profile-qual {
  text-align: left;
}

/* msg-philosophy
----------------------*/
#msg-philosophy {
  padding: 16% 0;
  background: url(../img/message/philosophy_bg.jpg) center/cover no-repeat;
}
#msg-philosophy .philosophy-ttl .en {
  font-size: 12vw;
}
#msg-philosophy .philosophy-wrp {
  margin-bottom: 15%;
  background: #fff;
  padding: 10% 6%;
  box-sizing: border-box;
}
#msg-philosophy .philosophy-wrp .philosophy-subttl {
  margin-bottom: 10%;
}
#msg-philosophy .philosophy-wrp .philosophy-list li {
  text-align: left;
  padding: 6% 4%;
  border-bottom: 1px solid #cecece;
}
#msg-philosophy .philosophy-wrp .philosophy-list li:first-child {
  padding-top: 0;
}
#msg-philosophy .philosophy-wrp .philosophy-list li img {
  max-height: 5.6vw;
}

/*==========================================
flow.php
===========================================*/
/* flow-sec
----------------------*/
#flow-sec {
  padding: 16% 0;
}
#flow-sec .flow-list .flow-list-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15%;
}
#flow-sec .flow-list .flow-list-item::after {
  width: 5%;
  height: 5vw;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: -5vw;
  margin: 0 auto;
  transform: rotate(90deg);
  background: url(../img/flow/flow_arr.png) center/100% no-repeat;
}
#flow-sec .flow-list .flow-list-item:last-child {
  margin-bottom: 0;
}
#flow-sec .flow-list .flow-list-item:last-child:after {
  background: none;
}
#flow-sec .flow-list .flow-list-item .flow-icon {
  width: 30%;
}
#flow-sec .flow-list .flow-list-item .flow-schedule {
  width: 60%;
  text-align: left;
}
#flow-sec .flow-list .flow-list-item .flow-schedule .schedule-time {
  font-weight: 700;
  color: #0a50c1;
  margin-bottom: 5%;
}

/* flow-scene
----------------------*/
#flow-scene {
  padding: 16% 0;
  background: #efefef;
}
#flow-scene .scene-ttl .en {
  font-size: 12vw;
}
#flow-scene .scene-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 0;
}
#flow-scene .scene-list .scene-img {
  width: 48%;
  height: 34vw;
}

/*==========================================
company.php
===========================================*/
/* company-sec
----------------------*/
#company-sec {
  background: #efefef;
  padding: 16% 0;
}
#company-sec .company-tbl {
  margin-bottom: 15%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -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: 4vw;
  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: 6% 10% 6% 6%;
  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: 14% 0;
}
.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}
.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: #0a50c1;
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid #0a50c1;
  color: #fff;
  background: #0a50c1;
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #0a50c1;
  border: 1px solid #0a50c1;
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.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 .post-area {
  width: 55%;
}
.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single-meta time {
  font-size: 3.4666666667vw;
  width: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single-meta .category-label li {
  font-size: 3.4666666667vw;
}
.single-meta .category-label li a {
  border: 1px solid #0a50c1;
  color: #0a50c1;
  padding: 0 1vw;
  display: inline-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: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  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 .ttl01 .en {
  font-size: 12vw;
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#contact .contact-form tr th {
  position: relative;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td li {
  list-style: none;
}
#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
}
#contact .contact-form select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 4vw;
  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: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#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: 3.7333333333vw;
  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 {
  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 #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 8%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#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-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 6% 2%;
  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: 75%;
  margin: 0 auto;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}
#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 .ttl02 .ja {
  font-size: 5.4666666667vw;
  line-height: 1.6;
}
#privacy .privacy-box {
  margin-bottom: 10%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

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