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

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

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

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

/*==========================================
header
===========================================*/
.header {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.header .hd-wrp {
  background: #fff;
}
.header .hd-wrp h1 {
  padding-left: 15px;
}
.header .hd-wrp .hd-info {
  /* width: 675px; */
}
.header .hd-wrp .hd-info .com-mail-btn {
  height: 80px;
}
.header .hd-wrp .hd-info .com-ig-btn {
  height: 80px;
}

#ent-hd .com-mail-btn {
  height: 60px;
}

/*==========================================
nav
===========================================*/
#nav {
  background: #173b68;
  padding: 0 20px;
}
#nav .nav-list {
  gap: 15px 40px;
}
#nav .nav-list .nav-list-item {
  font-size: 1.6rem;
  font-weight: 900;
}
#nav .nav-list .nav-list-item a {
  padding: 6px 0;
  display: block;
  color: #fff;
}

/*==========================================
entrance
===========================================*/
#entrance .ent-sec {
  width: 50%;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#entrance .ent-sec .ent-box {
  width: 460px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0;
}
#entrance .ent-sec .ent-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
}
#entrance .ent-sec h2 {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#entrance .ent-ofc {
  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 .com-btn {
  background: #1b99c2;
}
#entrance .ent-recruit {
  background: url(../img/entrance/ent-recruit_bg.jpg) center/cover no-repeat;
  position: relative;
}
#entrance .ent-recruit::before {
  width: 63.75%;
  height: 16vw;
  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: 4.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: url(../img/entrance/ent-recruit_deco.png) center/100% no-repeat;
}
#entrance .ent-recruit .com-btn {
  background: #837f4e;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0;
  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: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
}
#g-map .map iframe {
  width: 100%;
  height: 100%;
}

.com-line-btn {
  width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 5px 0 45px;
  background: url(../img/common/line_icon.png) left 18px center no-repeat, url(../img/common/line-btn_deco.png) right 1px bottom 1px no-repeat, #173b68;
}

.com-mail-btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  box-sizing: border-box;
  font-size: 1.6rem;
  background: url(../img/common/mail_icon.png) left 20px center no-repeat, #1b99c2;
  padding: 0 5px 0 25px;
}

.com-ig-btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 190px;
  box-sizing: border-box;
  font-size: 1.6rem;
  background: url(../img/common/icon_ig.png) left 20px center no-repeat, #1b5197;
  padding: 0 5px 0 55px;
}

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

.com-btn {
  width: 360px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  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;
  padding: 0 5px 0 35px;
}
.com-btn span {
  position: relative;
}
.com-btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.com-btn:hover {
  transform: scale(1.05);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl tr {
  display: flex;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #263951;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th, .com-tbl tr td {
  box-sizing: border-box;
  text-align: left;
}
.com-tbl tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
  background: #2b476a;
  color: #fff;
  font-weight: 700;
}
.com-tbl tr td {
  background: #fff;
  width: 900px;
  padding: 15px 20px;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

/*==========================================
index.php
===========================================*/
/* top-history
---------------------*/
#top-history {
  padding: 70px 0 150px;
  background: url(../img/history/history-bg_img.png) left 7.552% top/45.2083% 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 {
  width: 1200px;
}
#top-history .history-content {
  width: 505px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 35px;
}
#top-history .history-content h3 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #173b68;
  line-height: 0.75;
  margin-left: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 115px;
  justify-content: space-between;
}
#top-history .history-content h3 span {
  position: relative;
}
#top-history .history-content h3 span::before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: -5px;
  top: 0;
  background: #173b68;
}
#top-history .history-content h3 em {
  font-size: 5.6rem;
}
#top-history .history-content p {
  margin-left: 30px;
  margin-bottom: 0;
}
#top-history .history-content p:last-child {
  margin-left: 0;
}

/* top-about
---------------------*/
#top-about {
  padding: 60px 0 145px;
  background: url(../img/about/about-btm_bg.jpg) bottom center/cover no-repeat;
  position: relative;
}
#top-about::after {
  width: 439px;
  height: 260px;
  position: absolute;
  content: "";
  background: url(../img/about/about-top_deco.png) center/contain no-repeat;
  right: 0;
  top: -140px;
}
#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 no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
#top-about .about-intro .inbox {
  width: 1200px;
}
#top-about .about-intro .intro-img {
  position: absolute;
  right: 5.20833%;
  bottom: -182px;
  z-index: -1;
  width: 44.7916%;
}
#top-about .about-intro .intro-content {
  width: 780px;
  border: 1px solid #173b68;
  box-sizing: border-box;
  padding: 50px 35px 40px;
  background: rgba(255, 255, 255, 0.54);
}
#top-about .about-intro .intro-content h3 {
  text-align: left;
  font-weight: 700;
  font-size: 5.6rem;
  color: #173b68;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
}
#top-about .about-intro .intro-content h3 span {
  font-size: 4.2rem;
  color: #fff;
  background: #173b68;
  display: inline-block;
  line-height: 1.4;
  padding: 0 15px;
}
#top-about .about-intro .intro-content h3 em {
  font-size: 5.6rem;
  color: #837f4e;
  line-height: 1.5;
}
#top-about .about-intro .intro-content h3 small {
  font-size: 4.2rem;
}
#top-about .about-intro .intro-content h4 {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #173b68;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
#top-about .about-policy h4 {
  font-size: 4.2rem;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
}
#top-about .about-policy h5 {
  background: rgba(38, 57, 81, 0.95);
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  padding: 25px 0;
  position: relative;
  letter-spacing: 0.04em;
  z-index: 1;
  margin-bottom: 25px;
}
#top-about .about-policy h5 div {
  width: 1280px;
  margin: 0 auto;
}
#top-about .about-policy h5 div span {
  display: block;
  width: 705px;
  text-align: left;
  margin-left: auto;
  line-height: 1.5;
  padding-bottom: 15px;
  letter-spacing: 0.04em;
  background: url(../img/about/about-policy-ttl_bdr.png) left bottom no-repeat;
}
#top-about .about-policy .inbox {
  position: relative;
}
#top-about .about-policy .policy-img {
  position: absolute;
  left: -60px;
  top: -320px;
  z-index: 1;
}
#top-about .about-policy .policy-content {
  width: 595px;
  margin-left: auto;
}

/* top-service
---------------------*/
#top-service {
  padding: 75px 0 95px;
  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: 520px 520px 0 0;
  border-color: #1a2b3f transparent transparent transparent;
}
#top-service::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 520px 520px;
  border-color: transparent transparent #1a2b3f transparent;
}
#top-service .inbox {
  width: 1200px;
}
#top-service h3 {
  width: 815px;
  margin: 0 auto 70px;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/service/service-ttl_deco.png) left center no-repeat, url(../img/service/service-ttl_deco.png) right center no-repeat;
}
#top-service .service-wrp {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  z-index: 1;
}
#top-service .service-wrp .service-content {
  width: 700px;
  background: #fff;
  padding: 30px 45px;
  box-sizing: border-box;
}
#top-service .service-wrp .service-content h4 {
  position: relative;
  font-size: 5.6rem;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
#top-service .service-wrp .service-content h4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -45px;
  top: -30px;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #1b5196 transparent transparent transparent;
}
#top-service .service-wrp .service-content h4 span {
  position: relative;
}
#top-service .service-wrp .service-content h4 span::before {
  width: 171px;
  height: 41px;
  position: absolute;
  content: "";
  background: url(../img/service/service-wrp-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  right: -180px;
  margin: auto 0;
}
#top-service .service-wrp .service-img {
  position: absolute;
  width: 50%;
  top: 0;
  z-index: -1;
}
#top-service .service-wrp:nth-of-type(odd) {
  background: url(../img/service/service-roof_deco.png) right bottom 5.7692%/24.6875% no-repeat;
}
#top-service .service-wrp:nth-of-type(odd) .service-img {
  left: 0;
}
#top-service .service-wrp:nth-of-type(odd) .service-content {
  margin-left: auto;
}
#top-service .service-wrp:nth-of-type(even) {
  background: url(../img/service/service-outwall_deco.png) left top 4.615%/33.3333% no-repeat;
}
#top-service .service-wrp:nth-of-type(even) .service-img {
  right: 0;
}
#top-service .service-bnr {
  background: url(../img/service/service-bnr_bg.png) center repeat-x;
  padding: 50px 0;
  margin: 75px 0 80px;
}
#top-service .service-area .area-content {
  width: 710px;
}
#top-service .service-area .area-content h4 {
  font-size: 4.2rem;
  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: 20px;
}
#top-service .service-area .area-content p {
  color: #fff;
}

/* 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: 55px 0 135px;
  background: url(../img/schedule/schedule-top_deco.png) top left no-repeat;
}
#top-schedule h3 {
  font-size: 5.6rem;
  font-weight: 700;
  color: #173b68;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
#top-schedule p {
  margin-bottom: 40px;
}
#top-schedule p span {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#top-schedule .schedule-list {
  gap: 40px 0;
}
#top-schedule .schedule-list li {
  width: 210px;
}
#top-schedule .schedule-list li .schedule-icon {
  margin-bottom: 5px;
}
#top-schedule .schedule-list li dt {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}
#top-schedule .schedule-list li dt:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  right: -12px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#top-schedule .schedule-list li dd {
  font-size: 2.4rem;
  color: #173b68;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
}
#top-schedule .schedule-list li:nth-child(odd) dt {
  background: #1b5196;
}
#top-schedule .schedule-list li:nth-child(odd) dt::after {
  border-color: transparent transparent transparent #1b5196;
}
#top-schedule .schedule-list li:nth-child(even) dt {
  background: #1b99c2;
}
#top-schedule .schedule-list li:nth-child(even) dt::after {
  border-color: transparent transparent transparent #1b99c2;
}
#top-schedule .schedule-list li:nth-child(5n) dt:after, #top-schedule .schedule-list li:last-child dt:after {
  border: none;
}
#top-schedule .schedule-list li:last-child {
  width: 230px;
}

/* top-character
---------------------*/
#top-character {
  padding: 130px 0 25px;
  background: url(../img/character/character-left_bg.png) left top/39.5833% no-repeat, #263951;
}
#top-character .inbox {
  position: relative;
}
#top-character .character-illust {
  position: absolute;
  left: 0;
  top: -37px;
}
#top-character .character-content {
  width: 760px;
  margin-left: auto;
  background: #1a2b3f;
  position: relative;
  padding: 95px 15px 85px 65px;
  box-sizing: border-box;
}
#top-character .character-content h3 {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/character/character-ttl_bdr.png) bottom center no-repeat;
  padding-bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: -64px;
  color: #fff;
}
#top-character .character-content .character-list li {
  margin-bottom: 20px;
  text-align: left;
  font-size: 4.2rem;
  font-weight: 900;
  padding: 0 0 45px 90px;
  background: url(../img/character/character-list_check.png) left 23px top 14px no-repeat, url(../img/character/character-list_bdr.png) bottom left no-repeat;
  color: #fff;
}
#top-character .character-content .character-list li:last-child {
  margin-bottom: 0;
}

/* top-feature
---------------------*/
#top-feature {
  padding: 87px 0 105px;
  background: url(../img/feature/feature-right_bg.png) right bottom/33.8541% no-repeat, #263951;
}
#top-feature h3 {
  font-size: 5.6rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  background: url(../img/feature/feature-ttl_bdr.png) center no-repeat;
}
#top-feature h3 span {
  background: url(../img/feature/feature-ttl_deco.png) bottom center no-repeat;
  padding-bottom: 25px;
}
#top-feature .feature-list li {
  margin-bottom: 60px;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
}
#top-feature .feature-list li:last-child {
  margin-bottom: 0;
}
#top-feature .feature-list li .feature-content {
  width: 650px;
  margin-left: auto;
  color: #fff;
}
#top-feature .feature-list li .feature-content h4 {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  position: relative;
  padding: 5px 0 5px 80px;
  margin-bottom: 20px;
}
#top-feature .feature-list li .feature-content h4 .feature-num {
  position: absolute;
  left: 0;
  top: 9px;
  width: 74px;
  height: 69px;
  font-size: 4.2rem;
  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: 17px 0;
}
#top-feature .feature-list li .feature-img {
  position: absolute;
  left: 0;
  top: 0;
}

/* top-msg
---------------------*/
#top-msg {
  padding: 95px 0 135px;
  background: url(../img/msg/msg-left_btm_bg.png) left bottom 65px/26.5625% no-repeat, url(../img/msg/msg-right-top_bg.png) right top/30.2083% no-repeat, url(../img/msg/msg-center_bg.png) center no-repeat;
}
#top-msg h3 {
  width: 860px;
  margin: 0 auto 75px;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: url(../img/msg/msg-ttl-left_deco.png) left center no-repeat, url(../img/msg/msg-ttl-right_deco.png) right center no-repeat;
  color: #173b68;
}
#top-msg .msg-wrp {
  position: relative;
  margin-bottom: 130px;
}
#top-msg .msg-wrp:last-child {
  margin-bottom: 0;
}
#top-msg .msg-wrp .msg-content {
  width: 790px;
  box-sizing: border-box;
  padding: 25px 0 20px;
  color: #fff;
  text-align: left;
  min-height: 290px;
}
#top-msg .msg-wrp .msg-content h4 {
  font-weight: 700;
  padding-left: 65px;
  margin-bottom: 15px;
  background: url(../img/msg/msg-item_name_deco.png) left center no-repeat;
}
#top-msg .msg-wrp .msg-content h4 .position {
  font-size: 2.8rem;
}
#top-msg .msg-wrp .msg-content h4 .name {
  font-size: 3.2rem;
}
#top-msg .msg-wrp .msg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-msg .msg-wrp:nth-of-type(odd) .msg-content {
  margin-left: auto;
  padding-left: 90px;
  padding-right: 40px;
}
#top-msg .msg-wrp:nth-of-type(odd) .msg-img {
  left: 0;
}
#top-msg .msg-wrp:nth-of-type(even) .msg-img {
  right: 0;
}
#top-msg .msg-wrp:nth-of-type(even) .msg-content {
  padding-right: 90px;
  padding-left: 40px;
}
#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-msg .msg-owner .msg-content {
  width: 730px;
}

/* top-recruit
---------------------*/
#top-recruit {
  background: url(../img/recruit/recruit-bg.jpg) center/cover no-repeat;
}
#top-recruit h3 {
  font-size: 5.6rem;
  color: #fff;
  background: url(../img/recruit/recruit-ttl_bdr.png) bottom 29px center no-repeat, #2b476a;
  font-weight: 700;
  position: relative;
  padding: 40px 0;
}
#top-recruit h3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 80px 0 80px;
  border-color: #2b476a transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
}
#top-recruit .inbox {
  padding: 100px 0 115px;
}
#top-recruit .recruit-tbl {
  margin-bottom: 80px;
}
#top-recruit .recruit-flow h4 {
  font-size: 4.2rem;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
}
#top-recruit .recruit-flow .flow-list {
  gap: 0 60px;
  counter-reset: number 0;
}
#top-recruit .recruit-flow .flow-list li {
  width: 320px;
  position: relative;
}
#top-recruit .recruit-flow .flow-list li::before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #00749a;
  font-size: 2.4rem;
  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: 15px 0 15px 20px;
  border-color: transparent transparent transparent #6980fe;
  right: -40px;
  top: 172px;
}
#top-recruit .recruit-flow .flow-list li:last-child::after {
  border: none;
}
#top-recruit .recruit-flow .flow-list li .flow-icon {
  margin-bottom: 5px;
}
#top-recruit .recruit-flow .flow-list li dt {
  background: #2b476a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#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: 75px 0 80px;
  background: url(../img/news/news-bg.jpg) center/cover no-repeat;
}
#top-news .inbox .news-ttl-wrp {
  width: 230px;
  position: relative;
  padding-top: 50px;
}
#top-news .inbox .news-ttl-wrp::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #9e9962 transparent transparent transparent;
  left: 0;
  top: 0;
}
#top-news .inbox .news-ttl-wrp h3 {
  font-size: 4.2rem;
  color: #173b68;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 35px;
}
#top-news .inbox .news-ttl-wrp .news-more-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  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 {
  width: 820px;
}
#top-news .inbox .news-list .news-item {
  border-bottom: 1px solid #263951;
  text-align: left;
}
#top-news .inbox .news-list .news-item a {
  padding: 20px 0;
}
#top-news .inbox .news-list .news-item a:hover h4 {
  text-decoration: underline;
}
#top-news .inbox .news-list .news-item time {
  width: 110px;
  color: #fff;
  background: #263951;
  font-size: 1.2rem;
  position: relative;
  box-sizing: border-box;
  padding: 3px 5px 3px 15px;
  text-align: center;
}
#top-news .inbox .news-list .news-item time::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  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: 695px;
  font-size: 1.6rem;
  font-weight: 900;
}
#top-news .inbox .news-list .news-item .category-label {
  gap: 5px 0;
}
#top-news .inbox .news-list .news-item .category-label li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #263951;
  padding: 0 7px;
  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: 60px 0 150px;
  background: url(../img/contact/contact-bg.jpg) top center/cover no-repeat;
  position: relative;
  z-index: 1;
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#top-contact::before {
  width: 640px;
  height: 240px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 320px 0 320px;
  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: 5.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 75px;
  background: url(../img/contact/contact-ttl_deco.png) bottom center no-repeat;
}
#top-contact .contact-box {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 0 40px;
  margin-bottom: 75px;
}
#top-contact .contact-box::before {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  content: "";
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border: 6px solid #263951;
}
#top-contact .contact-box .com-line-btn {
  height: 110px;
  width: 360px;
  margin: 0 auto 25px;
  font-size: 2rem;
  background: url(../img/contact/contact-box_line_icon.png) left 68px center no-repeat, url(../img/common/line-btn_deco.png) right 1px bottom 1px 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: 3rem;
  background: url(../img/contact/contact-box_tel_icon.png) left center no-repeat;
}
#top-contact h4 {
  font-size: 4.2rem;
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
  margin-bottom: 30px;
}
#top-contact .contact-form {
  margin-bottom: 55px;
}
#top-contact .contact-form tr th {
  width: 320px !important;
  position: relative;
  vertical-align: top;
}
#top-contact .contact-form tr th em {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fff;
  font-weight: 500;
  padding: 3px;
  background: #9e9962;
  font-size: 1rem;
}
#top-contact .contact-form tr td {
  width: 760px;
}
#top-contact .contact-form tr td li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#top-contact .contact-form tr td li:last-child {
  margin-right: 0;
}
#top-contact .contact-form .txtarea {
  width: 100%;
  font-size: 1.6rem;
  border: none;
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
}
#top-contact .contact-form select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  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: 150px;
}
#top-contact .contact-form #date1,
#top-contact .contact-form #date2,
#top-contact .contact-form #date3 {
  width: 300px;
}
#top-contact .contact-form #address {
  margin-top: 15px;
}
#top-contact .contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
#top-contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 5px;
}
#top-contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 10px;
}
#top-contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#top-contact .contact-form .upload-item-wrap .thumb img {
  max-width: 100%;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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: 1.3rem;
  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,
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button: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 .select-file,
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#top-contact .contact-form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: #9e9962;
}
#top-contact .g-recaptcha div {
  margin: 0 auto 40px auto;
}
#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-weight: 500;
  letter-spacing: 2px;
  font-size: 2rem;
  color: #837f4e;
  background: #fff;
  padding: 30px 15px;
  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;
  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: 300px;
  margin: 0 auto;
}
#top-contact .back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}
#top-contact .send-btn {
  width: 240px;
  margin: 0 auto;
}
#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: 265px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  background: #fff;
}

#privacy {
  margin-top: 45px;
}
#privacy h5 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}
#privacy iframe {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: none;
}

.privacy {
  padding: 15px;
}

.privacy-box {
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.4rem;
}
.privacy-box:last-child {
  margin-bottom: 0;
}
.privacy-box p {
  margin-bottom: 25px;
}
.privacy-box p:last-child {
  margin-bottom: 0;
}
.privacy-box ul {
  margin-top: 25px;
}

.privacy-check {
  margin: 15px 0;
  color: #fff;
}
.privacy-check a {
  color: #fff;
}
.privacy-check .error-text {
  color: #fff;
  background: #f00;
}
.privacy-check em {
  color: #2b476a;
  font-size: 1.2rem;
  font-weight: 500;
}

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

/* top-info
---------------------*/
#top-info {
  padding: 65px 0 120px;
  background: url(../img/info/info-bg.jpg) bottom center/cover no-repeat;
}
#top-info .ttl01 {
  margin-bottom: 45px;
}
#top-info .info-tbl {
  margin-bottom: 30px;
}

/*==========================================
footer
===========================================*/
#footer {
  background: #263951;
}
#footer .inbox {
  padding: 35px 0 15px;
}
#footer .ft-logo {
  display: block;
  width: 195px;
  margin: 0 auto 20px;
}
#footer .ft-info {
  margin-bottom: 20px;
}
#footer .ft-info .com-mail-btn {
  height: 80px;
}
#footer .ft-info .com-ig-btn {
  height: 80px;
}
#footer .ft-info .com-tel-wrp .tel-num {
  color: #fff;
  background: url(../img/common/ft-tel_icon.png) left center no-repeat;
}
#footer .ft-adr .ft-location {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
#footer .ft-adr .ft-location span {
  padding-left: 13px;
  background: url(../img/common/ft-pin_icon.png) left center no-repeat;
}
#footer .ft-adr .worktime {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}
#footer .ft-bnr {
  display: block;
  width: 280px;
  margin: 0 auto 20px;
}
#footer .ft-nav li {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
#footer .ft-nav li::before {
  width: 1px;
  height: 12px;
  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 7px;
  display: block;
}
#footer .ft-nav li a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  background: #2b476a;
  color: #fff;
  padding: 5px 0;
}
#copyright small {
  font-size: 1.1rem;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 320px;
  background: url(../img/sv/sv_illust.png) right calc(50% - 300px) bottom no-repeat, url(../img/sv/sv.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
}
.lower-sv h2 {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  font-size: 5.6rem;
  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: 5.6rem;
  font-weight: 700;
  color: #263951;
  letter-spacing: 0.04em;
  margin-bottom: 75px;
}

.ttl02 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 6px solid #263951;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #263951;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin: 0 0 45px auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 37px 15px 15px;
  color: #2e2e2e;
  font-family: "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: 45px 0;
  box-sizing: border-box;
}
.post-wrap .column-lists .column-lists-item a:hover .more-btn {
  background: #fff;
  color: #2b476a;
}
.post-wrap .column-lists .column-lists-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  color: #2b476a;
  text-align: left;
  padding: 4px 0;
  width: 95px;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  font-weight: normal;
  font-size: 1.4rem;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 970px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  border: 1px solid #2b476a;
  color: #fff;
  background: #2b476a;
  padding: 2px 10px;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #2b476a;
  border: 1px solid #2b476a;
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .thumb {
  width: 210px;
  height: 200px;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 820px;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 705px;
}
.post-wrap .post-content {
  padding: 0 20px 5px 20px;
  box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid #2b476a;
  color: #2b476a;
  padding: 3px 10px;
  display: 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: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

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