@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.08em;
  font-size: 4vw;
}

p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

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

/*==========================================
header
===========================================*/
.header .hd-wrp {
  background: #fff;
  padding: 4%;
  height: 16vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header h1 {
  width: 43%;
  line-height: 1;
  text-align: left;
}
.header .hd-info {
  display: none;
}

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

/*==========================================
entrance
===========================================*/
#entrance .ent-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#entrance .ent-sec .ent-box {
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 8% 7%;
}
#entrance .ent-sec .ent-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 15vw 0 0;
}
#entrance .ent-sec h2 {
  margin-bottom: 6%;
}
#entrance .ent-ofc {
  height: 64vw;
  background: url(../img/entrance/ent-ofc_bg.jpg) center/cover no-repeat;
}
#entrance .ent-ofc .ent-box {
  background: rgba(255, 255, 255, 0.9);
}
#entrance .ent-ofc .ent-box::before {
  border-color: #1b99c2 transparent transparent transparent;
}
#entrance .ent-ofc h2 {
  width: 81%;
}
#entrance .ent-ofc .com-btn {
  background: #1b99c2;
}
#entrance .ent-recruit {
  height: 88vw;
  background: url(../img/entrance/ent-recruit_bg.jpg) center/cover no-repeat;
  position: relative;
}
#entrance .ent-recruit::before {
  width: 48.75%;
  height: 24vw;
  position: absolute;
  content: "";
  left: 2.0833%;
  bottom: 0;
  background: url(../img/entrance/ent-recruit_illust.png) center bottom/contain no-repeat;
  z-index: 1;
}
#entrance .ent-recruit .ent-box {
  background: rgba(38, 57, 81, 0.9);
}
#entrance .ent-recruit .ent-box::before {
  border-color: #837f4e transparent transparent transparent;
}
#entrance .ent-recruit h2 {
  font-size: 6.9333333333vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: url(../img/entrance/ent-recruit_deco.png) bottom center/100% no-repeat;
  padding-bottom: 5%;
}
#entrance .ent-recruit .com-btn {
  background: #837f4e;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 7%;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.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-line-btn {
  width: 100%;
  height: 17vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 3% 0 12%;
  background: url(../img/common/line_icon.png) left 12% center/12% no-repeat, url(../img/common/line-btn_deco.png) right 0.25vw bottom 0.25vw/37% no-repeat, #173b68;
}

.com-mail-btn {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  background: url(../img/common/mail_icon.png) left 23% center/6% no-repeat, #1b99c2;
  padding: 0 3% 0 12%;
}

.com-ig-btn {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 4.2666666667vw;
  background: url(../img/common/icon_ig.png) left 23% center/6% no-repeat, #1b5197;
  padding: 0 3% 0 12%;
}

.com-tel-wrp {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
}
.com-tel-wrp .tel-num {
  font-size: 6.4vw;
  color: #263951;
  padding-left: 15px;
  font-weight: 900;
  line-height: 1;
  background: url(../img/common/tel_icon.png) left center/4% no-repeat;
}
.com-tel-wrp .tel-caution {
  display: block;
  line-height: 1;
}

.com-btn {
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding: 0 3% 0 10%;
}
.com-btn span {
  position: relative;
}
.com-btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7vw;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com-btn:hover {
  transform: scale(1.05);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: left;
}
.com-tbl tr th, .com-tbl tr td {
  display: block;
}
.com-tbl tr th {
  background: #2b476a;
  color: #fff;
  padding: 3%;
}
.com-tbl tr td {
  padding: 5% 3%;
  background: #fff;
}
.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;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1.5vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: #837f4e;
}
.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: #263951;
}
#drawer-nav .drawer-logo {
  width: 48%;
  margin-bottom: 16%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .dreawer-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#drawer-nav nav .dreawer-list .drawer-item {
  width: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#drawer-nav nav .dreawer-list .drawer-item:nth-child(even) {
  border-right: none;
}
#drawer-nav nav .dreawer-list .drawer-item:nth-last-child(-n+2) {
  border-bottom: none;
}
#drawer-nav nav .drawer-link {
  padding: 14% 0;
  border-bottom: none;
  font-size: 4.8vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#drawer-nav nav .drawer-link span {
  position: relative;
}
#drawer-nav nav .drawer-link span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4vw;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.15vw;
  height: 1.15vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#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 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 .com-line-btn {
  margin-bottom: 10%;
}
#drawer-nav .com-ig-btn {
  margin-bottom: 10%;
}
#drawer-nav .com-tel-wrp {
  margin-top: 8%;
}
#drawer-nav .com-tel-wrp .tel-num {
  color: #fff;
}

/*==========================================
index.php
===========================================*/
/* top-history
---------------------*/
#top-history {
  padding: 16% 0 20%;
  background: url(../img/history/history-bg_img.png) left -65% top/71% no-repeat, url(../img/history/history_bg_btm.png) bottom center/100% no-repeat, url(../img/history/history-bg.jpg) center/cover no-repeat;
}
#top-history .inbox {
  position: relative;
}
#top-history .history-illust {
  position: absolute;
  left: 4%;
  top: 0;
  width: 69%;
}
#top-history .history-content h3 {
  width: 44%;
  font-size: 6.6666666667vw;
  font-weight: 700;
  color: #173b68;
  line-height: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-start;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 10% auto;
}
#top-history .history-content h3 span {
  position: relative;
}
#top-history .history-content h3 span::before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #173b68;
}
#top-history .history-content h3 em {
  font-size: 7.4666666667vw;
}

.calendar {
  overflow-x: scroll;
}
.calendar iframe {
  width: 120vw;
}

/* top-about
---------------------*/
#top-about {
  padding: 14% 0 20%;
  background: url(../img/about/about-btm_bg.jpg) bottom center/cover no-repeat;
  position: relative;
}
#top-about::after {
  width: 57%;
  height: 31vw;
  position: absolute;
  content: "";
  background: url(../img/about/about-top_deco.png) center/100% no-repeat;
  right: 0;
  top: -19vw;
}
#top-about .about-intro {
  background: url(../img/about/about-left_deco.png) left top 10px/23.4375% no-repeat, url(../img/about/about-right_deco.png) right bottom/55% no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 31%;
}
#top-about .about-intro .intro-img {
  position: absolute;
  right: 0;
  top: -32vw;
  z-index: -1;
  width: 56%;
}
#top-about .about-intro .intro-content {
  border: 1px solid #173b68;
  box-sizing: border-box;
  padding: 8% 6%;
  background: rgba(255, 255, 255, 0.54);
}
#top-about .about-intro .intro-content h3 {
  text-align: center;
  font-weight: 700;
  font-size: 5.3333333333vw;
  color: #173b68;
  margin-bottom: 7%;
  letter-spacing: 0.04em;
}
#top-about .about-intro .intro-content h3 span {
  font-size: 5.8666666667vw;
  color: #fff;
  background: #173b68;
  display: block;
  padding: 2% 4%;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 3%;
}
#top-about .about-intro .intro-content h3 em {
  font-size: 6.1333333333vw;
  color: #837f4e;
}
#top-about .about-intro .intro-content h3 small {
  font-size: 4.8vw;
}
#top-about .about-intro .intro-content h4 {
  font-size: 5.6vw;
  padding: 2% 0;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #173b68;
  line-height: 1.6;
  margin-bottom: 7%;
  letter-spacing: 0.04em;
}
#top-about .about-policy h4 {
  font-size: 7.4666666667vw;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
}
#top-about .about-policy h5 {
  background: rgba(38, 57, 81, 0.95);
  font-size: 6.1333333333vw;
  font-weight: 700;
  color: #fff;
  padding: 4% 7%;
  position: relative;
  letter-spacing: 0.04em;
  z-index: 1;
  margin-bottom: 8%;
}
#top-about .about-policy h5 div span {
  display: block;
  line-height: 1.5;
  padding-bottom: 5%;
  letter-spacing: 0.04em;
  background: url(../img/about/about-policy-ttl_bdr.png) left bottom 2vw/100% no-repeat;
}
#top-about .about-policy .inbox {
  position: relative;
}
#top-about .about-policy .policy-img {
  margin-bottom: 8%;
}

/* top-service
---------------------*/
#top-service {
  padding: 16% 0 22%;
  background: #263951;
  position: relative;
  z-index: 1;
}
#top-service::before, #top-service::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
}
#top-service::before {
  left: 0;
  top: 0;
  border-width: 45vw 45vw 0 0;
  border-color: #1a2b3f transparent transparent transparent;
}
#top-service::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 45vw 45vw;
  border-color: transparent transparent #1a2b3f transparent;
}
#top-service h3 {
  width: 84%;
  margin: 0 auto 15%;
  color: #fff;
  font-size: 7.2vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/service/service-ttl_deco.png) left center/31% no-repeat, url(../img/service/service-ttl_deco.png) right center/31% no-repeat;
}
#top-service .service-wrp {
  margin-bottom: 8%;
  padding-bottom: 10%;
}
#top-service .service-wrp:last-child {
  margin-bottom: 0;
}
#top-service .service-wrp .service-content {
  background: #fff;
  padding: 8% 6%;
  box-sizing: border-box;
  position: relative;
}
#top-service .service-wrp .service-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 8vw 8vw 0 0;
  border-color: #1b5196 transparent transparent transparent;
}
#top-service .service-wrp .service-content h4 {
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
  margin-bottom: 4%;
}
#top-service .service-wrp .service-content h4 span {
  position: relative;
}
#top-service .service-wrp .service-content h4 span::before {
  width: 25vw;
  height: 6.5vw;
  position: absolute;
  content: "";
  background: url(../img/service/service-wrp-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  right: -27vw;
  margin: auto 0;
}
#top-service .service-wrp .service-img {
  margin-bottom: 8%;
}
#top-service .service-wrp:nth-of-type(odd) {
  background: url(../img/service/service-roof_deco.png) right bottom/45% no-repeat;
}
#top-service .service-wrp:nth-of-type(even) {
  background: url(../img/service/service-outwall_deco.png) left bottom/45% no-repeat;
}
#top-service .service-bnr {
  background: url(../img/service/service-bnr_bg.png) center repeat-x;
  padding: 15% 8%;
  margin: 7% 0;
}
#top-service .service-area .area-content {
  margin-bottom: 5%;
}
#top-service .service-area .area-content h4 {
  font-size: 7.2vw;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 7%;
  padding: 2% 0;
}
#top-service .service-area .area-content p {
  color: #fff;
}
#top-service .service-area .area-map {
  width: 85%;
  margin: 0 auto;
}

/* top-schedule
---------------------*/
#top-schedule {
  background: url(../img/schedule/schedule-top_bg.png) top center/100% no-repeat, url(../img/schedule/schedule-btm_deco.png) right bottom/21.6145% no-repeat, url(../img/schedule/schedule_bg.jpg) center/cover no-repeat;
}
#top-schedule .inbox {
  padding: 10% 8% 18%;
  background: url(../img/schedule/schedule-top_deco.png) top left/55% no-repeat;
}
#top-schedule h3 {
  font-size: 7.4666666667vw;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
  margin-bottom: 8%;
}
#top-schedule p {
  margin-bottom: 10%;
}
#top-schedule p span {
  display: block;
  font-weight: 500;
  font-size: 4.5333333333vw;
  margin-bottom: 7%;
}
#top-schedule .schedule-list {
  position: relative;
  z-index: 1;
}
#top-schedule .schedule-list::before {
  width: 1.15vw;
  height: 98%;
  position: absolute;
  content: "";
  left: 9.8%;
  top: 0;
  bottom: 0;
  background: #173b68;
  z-index: -1;
  margin: auto 0;
}
#top-schedule .schedule-list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 10%;
}
#top-schedule .schedule-list li:last-child {
  margin-bottom: 0;
}
#top-schedule .schedule-list li .schedule-icon {
  width: 21%;
}
#top-schedule .schedule-list li dl {
  width: 77%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-schedule .schedule-list li dt {
  color: #fff;
  font-size: 4vw;
  position: relative;
  width: 41%;
  font-weight: 700;
}
#top-schedule .schedule-list li dd {
  width: 56%;
  font-size: 4vw;
  color: #173b68;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
#top-schedule .schedule-list li:nth-child(odd) dt {
  background: #1b5196;
}
#top-schedule .schedule-list li:nth-child(even) dt {
  background: #1b99c2;
}
#top-schedule .schedule-list li:last-child {
  margin-bottom: 0;
}

/* top-character
---------------------*/
#top-character {
  padding: 20% 0 8%;
  background: url(../img/character/character-left_bg.png) left top/45% no-repeat, #263951;
}
#top-character .inbox {
  position: relative;
}
#top-character .character-illust {
  width: 42%;
  position: absolute;
  right: -10%;
  bottom: -16vw;
}
#top-character .character-content {
  background: #1a2b3f;
  position: relative;
  padding: 15% 18% 8% 6%;
  box-sizing: border-box;
}
#top-character .character-content h3 {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/character/character-ttl_bdr.png) bottom center/68% no-repeat;
  padding-bottom: 2%;
  position: absolute;
  left: 0;
  right: 0;
  top: -11vw;
  color: #fff;
}
#top-character .character-content .character-list li {
  margin-bottom: 8%;
  text-align: left;
  font-size: 5.6vw;
  font-weight: 900;
  padding: 0 0 7% 12%;
  line-height: 1.6;
  background: url(../img/character/character-list_check.png) left top 2vw/9% no-repeat, url(../img/character/character-list_bdr.png) bottom left/100% no-repeat;
  color: #fff;
}
#top-character .character-content .character-list li:last-child {
  margin-bottom: 0;
}

/* top-feature
---------------------*/
#top-feature {
  padding: 15% 0 17%;
  background: url(../img/feature/feature-right_bg.png) right bottom/55% no-repeat, #263951;
}
#top-feature h3 {
  font-size: 6.9333333333vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10%;
  background: url(../img/feature/feature-ttl_bdr.png) center/100% no-repeat;
}
#top-feature h3 span {
  background: url(../img/feature/feature-ttl_deco.png) bottom center/100% no-repeat;
  padding-bottom: 2vw;
}
#top-feature .feature-list li {
  margin-bottom: 12%;
  position: relative;
}
#top-feature .feature-list li:last-child {
  margin-bottom: 0;
}
#top-feature .feature-list li .feature-content {
  color: #fff;
}
#top-feature .feature-list li .feature-content h4 {
  font-size: 6.1333333333vw;
  font-weight: 900;
  letter-spacing: 0.04em;
  position: relative;
  padding: 2% 0 2% 21%;
  margin-bottom: 7%;
}
#top-feature .feature-list li .feature-content h4 .feature-num {
  position: absolute;
  left: 0;
  top: 1vw;
  width: 15vw;
  height: 14vw;
  font-size: 6.6666666667vw;
  text-align: center;
  background: url(../img/feature/feature-li-num_bg.png) center top/contain no-repeat;
}
#top-feature .feature-list li .feature-content p {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 8% 0;
}
#top-feature .feature-list li .feature-img {
  margin-bottom: 8%;
}

/* top-msg
---------------------*/
#top-msg {
  padding: 18% 0;
  background: url(../img/msg/msg-left_btm_bg.png) left bottom/45% no-repeat, url(../img/msg/msg-right-top_bg.png) right top/45% no-repeat, url(../img/msg/msg-center_bg.png) center/100% no-repeat;
}
#top-msg h3 {
  margin-bottom: 13%;
  font-size: 6.1333333333vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/msg/msg-ttl-left_deco.png) left center/10% no-repeat, url(../img/msg/msg-ttl-right_deco.png) right center/11% no-repeat;
  color: #173b68;
}
#top-msg .msg-wrp {
  position: relative;
  margin-bottom: 14%;
}
#top-msg .msg-wrp:last-child {
  margin-bottom: 0;
}
#top-msg .msg-wrp .msg-content {
  padding: 8% 6%;
  color: #fff;
  text-align: left;
}
#top-msg .msg-wrp .msg-content h4 {
  font-weight: 700;
  padding-left: 14%;
  margin-bottom: 8%;
  background: url(../img/msg/msg-item_name_deco.png) left center/10% no-repeat;
}
#top-msg .msg-wrp .msg-content h4 .position {
  font-size: 5.8666666667vw;
}
#top-msg .msg-wrp .msg-content h4 .name {
  font-size: 6.6666666667vw;
}
#top-msg .msg-wrp .msg-img {
  width: 85%;
  margin: 0 auto 8%;
}
#top-msg .msg-wrp:nth-of-type(1) .msg-content {
  background: #263951;
}
#top-msg .msg-wrp:nth-of-type(2) .msg-content {
  background: #00749a;
}
#top-msg .msg-wrp:nth-of-type(3) .msg-content {
  background: #1b5196;
}

/* top-recruit
---------------------*/
#top-recruit {
  background: url(../img/recruit/recruit-bg.jpg) center/cover no-repeat;
}
#top-recruit h3 {
  font-size: 7.2vw;
  color: #fff;
  background: url(../img/recruit/recruit-ttl_bdr.png) bottom 5vw center/47% no-repeat, #2b476a;
  font-weight: 700;
  position: relative;
  padding: 6% 0;
}
#top-recruit h3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 11vw 0 11vw;
  border-color: #2b476a transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -8vw;
  margin: 0 auto;
}
#top-recruit .inbox {
  padding: 20% 8% 16%;
}
#top-recruit .recruit-tbl {
  margin-bottom: 18%;
}
#top-recruit .recruit-flow h4 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 12%;
  padding: 2%;
}
#top-recruit .recruit-flow .flow-list {
  counter-reset: number 0;
}
#top-recruit .recruit-flow .flow-list li {
  width: 75%;
  margin: 0 auto 33%;
  position: relative;
}
#top-recruit .recruit-flow .flow-list li::before {
  width: 9vw;
  height: 9vw;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #00749a;
  font-size: 6.4vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
  content: counter(number) " ";
}
#top-recruit .recruit-flow .flow-list li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 7vw 0 7vw;
  border-color: #1976D2 transparent transparent transparent;
  right: 0;
  left: 0;
  bottom: -16vw;
  margin: 0 auto;
}
#top-recruit .recruit-flow .flow-list li:last-child {
  margin-bottom: 0;
}
#top-recruit .recruit-flow .flow-list li:last-child::after {
  border: none;
}
#top-recruit .recruit-flow .flow-list li .flow-icon {
  margin-bottom: 2%;
}
#top-recruit .recruit-flow .flow-list li dt {
  background: #2b476a;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#top-recruit .recruit-flow .flow-list li dd {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  text-align: left;
}

/* top-news
---------------------*/
#top-news {
  padding: 16% 0;
  background: url(../img/news/news-bg.jpg) center/cover no-repeat;
}
#top-news .inbox .news-ttl-wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  padding-top: 5%;
  margin-bottom: 12%;
}
#top-news .inbox .news-ttl-wrp::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 8vw 0 0;
  border-color: #9e9962 transparent transparent transparent;
  left: 0;
  top: 0;
}
#top-news .inbox .news-ttl-wrp h3 {
  font-size: 7.2vw;
  color: #173b68;
  letter-spacing: 0.04em;
  font-weight: 700;
  width: 45%;
}
#top-news .inbox .news-ttl-wrp .news-more-btn {
  width: 52%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.2666666667vw;
  box-sizing: border-box;
  padding: 0 5px 0 25px;
  letter-spacing: 0;
  background: #173b68;
}
#top-news .inbox .news-ttl-wrp .news-more-btn span {
  position: relative;
}
#top-news .inbox .news-ttl-wrp .news-more-btn span:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  content: "";
  left: -25px;
  right: auto;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
#top-news .inbox .news-list .news-item {
  border-bottom: 1px solid #263951;
  text-align: left;
}
#top-news .inbox .news-list .news-item:first-child {
  border-top: 1px solid #263951;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 5% 0;
}
#top-news .inbox .news-list .news-item a:hover h4 {
  text-decoration: underline;
}
#top-news .inbox .news-list .news-item time {
  width: 31%;
  color: #fff;
  background: #263951;
  font-size: 2.9333333333vw;
  position: relative;
  box-sizing: border-box;
  padding: 2% 3% 2% 6%;
  text-align: center;
}
#top-news .inbox .news-list .news-item time::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.15vw;
  height: 1.15vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#top-news .inbox .news-list .news-item h4 {
  width: 65%;
  font-size: 4vw;
  font-weight: 900;
}
#top-news .inbox .news-list .news-item .category-label {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 3%;
}
#top-news .inbox .news-list .news-item .category-label li {
  font-size: 3.2vw;
  font-weight: 700;
  color: #263951;
  padding: 0 1.5vw;
  position: relative;
}
#top-news .inbox .news-list .news-item .category-label li::before, #top-news .inbox .news-list .news-item .category-label li::after {
  width: 1px;
  height: 12px;
  position: absolute;
  content: "";
  background: #263951;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-news .inbox .news-list .news-item .category-label li::before {
  left: 0;
}
#top-news .inbox .news-list .news-item .category-label li::after {
  right: 0;
}
#top-news .inbox .news-list .news-item .category-label li:not(:last-child)::after {
  background: none;
}

/* top-contact
---------------------*/
#top-contact {
  padding: 16% 0;
  background: url(../img/contact/contact-bg.jpg) top center/cover no-repeat;
  position: relative;
  z-index: 1;
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#top-contact::before {
  width: 70vw;
  height: 35vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw 25vw 0 25vw;
  border-color: #837f4e transparent transparent transparent;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}
#top-contact h3 {
  color: #fff;
  font-size: 8vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 4%;
  margin-bottom: 15%;
  background: url(../img/contact/contact-ttl_deco.png) bottom center/75% no-repeat;
}
#top-contact .contact-box {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 8% 6%;
  margin-bottom: 12%;
}
#top-contact .contact-box::before {
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  position: absolute;
  content: "";
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border: 1.15vw solid #263951;
}
#top-contact .contact-box .com-line-btn {
  height: 21vw;
  width: 100%;
  margin: 0 auto 8%;
  font-size: 4.2666666667vw;
  background: url(../img/contact/contact-box_line_icon.png) left 16% center/12% no-repeat, url(../img/common/line-btn_deco.png) right 0.25vw bottom 0.25vw/40% no-repeat, #173b68;
}
#top-contact .contact-box .com-tel-wrp {
  text-align: center;
  margin: 0 auto;
}
#top-contact .contact-box .com-tel-wrp .tel-num {
  font-size: 6.9333333333vw;
  background: url(../img/contact/contact-box_tel_icon.png) left bottom 1vw/6% no-repeat;
}
#top-contact h4 {
  font-size: 6.4vw;
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
  padding: 2% 0;
  margin-bottom: 8%;
}
#top-contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#top-contact .contact-form tr th {
  position: relative;
}
#top-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;
}
#top-contact .contact-form tr td li {
  list-style: none;
}
#top-contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#top-contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  border-radius: 0;
}
#top-contact .contact-form select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  color: #272727;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#top-contact .contact-form #pc01,
#top-contact .contact-form #pc02 {
  width: 95px;
}
#top-contact .contact-form #date1,
#top-contact .contact-form #date2,
#top-contact .contact-form #date3 {
  width: 73%;
}
#top-contact .contact-form #address {
  margin-top: 15px;
}
#top-contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#top-contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#top-contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#top-contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#top-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;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #2b476a;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #9e9962;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#top-contact .contact-submits-wrap {
  margin-top: 8%;
}
#top-contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#top-contact input[type=button][disabled],
#top-contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#top-contact input[type=button],
#top-contact input[type=submit],
#top-contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  background: #fff;
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #837f4e;
  color: #837f4e;
  border-radius: 0;
}
#top-contact input[type=button]:hover,
#top-contact input[type=submit]:hover,
#top-contact .contact-submits-wrap button:hover {
  background: #837f4e;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#top-contact .check-btn {
  width: 75%;
  margin: 0 auto;
}
#top-contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#top-contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#top-contact input[type=submit],
#top-contact select {
  -webkit-appearance: none;
}
#top-contact .privacy-agree {
  text-decoration: underline;
}
#top-contact input[type=radio],
#top-contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#top-contact input[type=radio] + label,
#top-contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#top-contact input[type=radio],
#top-contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#top-contact input[type=radio] + label,
#top-contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#top-contact input[type=radio] + label::before,
#top-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;
}
#top-contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#top-contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#top-contact input[type=radio]:checked + label::after,
#top-contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#top-contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#top-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);
}
#top-contact .date-list {
  padding-left: inherit;
}
#top-contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#top-contact .date-list li p {
  margin-bottom: 5px;
}

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

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
.privacy-frame {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  height: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  background: #fff;
}

#privacy {
  margin-top: 6%;
}
#privacy h5 {
  font-size: 5.6vw;
  font-weight: 700;
  margin-bottom: 4%;
  color: #fff;
}
#privacy iframe {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: none;
}

.privacy {
  padding: 3%;
}

.privacy-box {
  margin-bottom: 4%;
  text-align: left;
}
.privacy-box:last-child {
  margin-bottom: 0;
}
.privacy-box p {
  margin-bottom: 5%;
}
.privacy-box p:last-child {
  margin-bottom: 0;
}
.privacy-box ul {
  margin-top: 4.5%;
}

.privacy-check {
  margin: 4% 0;
  color: #fff;
}
.privacy-check a {
  color: #fff;
}
.privacy-check .error-text {
  background: #fff;
  color: #f00;
}
.privacy-check em {
  color: #2b476a;
  font-size: 3vw;
  font-weight: 500;
}

.contact-recaptcha-wrap .error-text {
  background: #fff;
  color: #f00;
}

/* top-info
---------------------*/
#top-info {
  padding: 16% 0;
  background: url(../img/info/info-bg.jpg) bottom center/cover no-repeat;
}
#top-info .ttl01 {
  margin-bottom: 6%;
}
#top-info .info-tbl {
  margin-bottom: 15%;
}

/*==========================================
footer
===========================================*/
#footer {
  background: #263951;
}
#footer .inbox {
  padding: 10% 8% 7%;
}
#footer .ft-logo {
  display: block;
  width: 55%;
  margin: 0 auto 15%;
}
#footer .ft-info {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8vw 0;
  margin-bottom: 10%;
}
#footer .ft-info .com-line-btn {
  height: 21vw;
}
#footer .ft-info .com-mail-btn {
  width: 100%;
  margin: 0 auto;
  height: 16vw;
}
#footer .ft-info .com-ig-btn {
  width: 100%;
  margin: 0 auto;
  height: 16vw;
}
#footer .ft-info .com-tel-wrp .tel-num {
  color: #fff;
  background: url(../img/common/ft-tel_icon.png) left center/6% no-repeat;
}
#footer .ft-adr .ft-location {
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5%;
}
#footer .ft-adr .ft-location span {
  padding-left: 3vw;
  background: url(../img/common/ft-pin_icon.png) left center/2vw no-repeat;
}
#footer .ft-adr .worktime {
  font-size: 3.2vw;
  color: #fff;
  margin-bottom: 5%;
}
#footer .ft-bnr {
  display: block;
  width: 85%;
  margin: 0 auto 8%;
}
#footer .ft-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#footer .ft-nav li {
  font-size: 2.6666666667vw;
  font-weight: 500;
  position: relative;
}
#footer .ft-nav li::before {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
}
#footer .ft-nav li:first-child::before {
  background: none;
}
#footer .ft-nav li a {
  color: #fff;
  padding: 0 3vw;
  display: block;
}
#footer .ft-nav li a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  background: #2b476a;
  color: #fff;
  padding: 2% 0;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 32vw;
  background: url(../img/sv/sv_illust.png) right -6% bottom/53% no-repeat, url(../img/sv/sv.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
}
.lower-sv h2 {
  width: 88%;
  margin: 0 auto;
  text-align: left;
  font-size: 6.9333333333vw;
  font-weight: 900;
  color: #173b68;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 7.2vw;
  font-weight: 700;
  color: #263951;
  letter-spacing: 0.04em;
  margin-bottom: 12%;
}

.ttl02 {
  text-align: left;
  font-size: 4.8vw;
  font-weight: 700;
  border-left: 1.5vw solid #263951;
  padding-left: 3%;
  margin-bottom: 3%;
  color: #263951;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", 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: #2b476a;
  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 #2b476a;
  color: #fff;
  background: #2b476a;
  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: #2b476a;
  border: 1px solid #2b476a;
  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: 33%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 65%;
  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 #2b476a;
  color: #2b476a;
  padding: 0 1vw;
  display: inline-block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #2b476a;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.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;
}

/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}