<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==========================================
矢印 &gt;
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
@import url(../fonts/Noto/load.css);
/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #555;
  line-height: 1.7;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 4%;
  margin: 0 auto;
}

.cmn-pd {
  padding: 7.5% 0;
}

.cmn-pt {
  padding-top: 7.5%;
}

.cmn-pb {
  padding-bottom: 7.5%;
}

.cmn-mb {
  margin-bottom: 7.5%;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

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

/*==========================================
テーブルレイアウト
===========================================*/
.cmn-dl {
  text-align: left;
}
.cmn-dl &gt; dl &gt; dt {
  background: #0f56ab;
  color: #fff;
  padding: 2% 3%;
}
.cmn-dl &gt; dl &gt; dd {
  padding: 3%;
}
.cmn-dl &gt; dl &gt; dd a[href^="tel:"],
.cmn-dl &gt; dl &gt; dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 2% 4%;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header h1 {
  width: 23%;
  line-height: 1;
}
#header .h-right {
  display: none;
}
#header .h-right .tel {
  width: 225px;
  font-size: 26px;
  color: #0f56ab;
}
#header .h-right .tel span {
  font-size: 16px;
}
#header .h-right address {
  width: 430px;
  font-size: 13px;
  text-align: left;
  letter-spacing: .03em;
}
#header .h-right address span {
  font-weight: 700;
}

.top-header address {
  color: #6f6f6f;
}
.top-header address span {
  color: #333;
}

.lower-header address {
  color: #0f56ab;
}

/*==========================================
デュアル画面
===========================================*/
#dual {
  height: 100vh;
}
#dual article {
  width: 100%;
  height: 50vh;
  position: relative;
}
#dual article:nth-child(1) {
  background: url(../img/top/mv_left_bg.jpg) center no-repeat;
  background-size: cover;
}
#dual article:nth-child(2) {
  background: url(../img/top/mv_right_bg.jpg) center no-repeat;
  background-size: cover;
}
#dual .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20vh;
}
#dual .box span {
  color: #fff;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#dual article:nth-child(1) .box {
  background: url(../img/top/official.png) left top no-repeat, url(../img/top/box01.png) no-repeat;
  background-size: 60% , cover;
}
#dual article:nth-child(1) .box span {
  font-size: 5vw;
  background: url(../img/top/arr01.png) left 7% center no-repeat, url(../img/top/border.png) bottom 27% center no-repeat;
  background-size: 7% , 100%;
}
#dual article:nth-child(2) .box {
  background: url(../img/top/recruit.png) right bottom no-repeat, url(../img/top/box02.png) no-repeat;
  background-size: 60% , cover;
}
#dual article:nth-child(2) .box span {
  font-size: 5.2vw;
  background: url(../img/top/arr02.png) left 20% center no-repeat, url(../img/top/border.png) bottom 27% center no-repeat;
  background-size: 7% , 100%;
}

/*==========================================
メインビジュアル
===========================================*/
#mv {
  position: relative;
  height: 30vh;
  background: url(../img/mainv/mv_illust.png) right 4.67% bottom 3.125% no-repeat, url(../img/mainv/mv.png) center no-repeat;
  background-size: 42.69% , cover;
  margin-top: 50px;
}
#mv h2 {
  width: 56%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11%;
  z-index: 10;
}

/*==========================================
グローバルナビ
===========================================*/
#nav-toggle {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1006;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-toggle &gt; div {
  position: relative;
  width: 21px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #0f56ab;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: -9px;
}
#nav-toggle span:nth-child(2) {
  top: 0;
}
#nav-toggle span:nth-child(3) {
  top: 9px;
}

.open #nav-toggle span {
  background: #0f56ab;
}
.open #nav-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#container {
  z-index: 1005;
}

#global-nav {
  background: url(../img/sec06/sec06_bg.png) top center no-repeat, url(../img/sec09/sec09_bg.png) bottom center no-repeat, #fff;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5vw;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  letter-spacing: .1em;
}
#global-nav #nav-inner {
  width: 85%;
}
#global-nav .sp-nav {
  list-style: none;
  margin-bottom: 5%;
}
#global-nav .sp-nav &gt; li {
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
}
#global-nav .sp-nav &gt; li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#global-nav .sp-nav &gt; li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#global-nav .sp-nav &gt; li:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#global-nav .sp-nav &gt; li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#global-nav .sp-nav &gt; li:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#global-nav .sp-nav &gt; li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#global-nav .sp-nav &gt; li:nth-child(7) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#global-nav .sp-nav &gt; li:nth-child(8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#global-nav .sp-nav &gt; li:nth-child(9) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
#global-nav .sp-nav &gt; li:nth-child(10) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#global-nav .sp-nav &gt; li a {
  display: block;
  color: #555;
  text-decoration: none;
  padding: 3.5% 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#global-nav .tel {
  font-size: 4.7vw;
  font-weight: 600;
  text-decoration: underline;
}
#global-nav .tel span {
  font-size: 3.65vw;
}
#global-nav address {
  text-align: left;
  font-size: 2.55vw;
}

/* open */
.open #global-nav {
  visibility: visible;
  opacity: 1;
}
.open #global-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  position: relative;
  font-size: 4.65vw;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 5%;
  color: #0f56ab;
}
.ttl01:before, .ttl01:after {
  position: absolute;
  content: '';
  width: 17%;
  height: 7px;
  background: url(../img/sec01/sec01_bdr.png) no-repeat;
  bottom: 20%;
  background-size: 100%;
}
.ttl01:before {
  left: 0;
}
.ttl01:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.ttl01 span {
  display: block;
}

.ttl02 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  letter-spacing: .12em;
  margin-bottom: 25px;
  color: #0f56ab;
}

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

/*==========================================
トップページ
===========================================*/
#sec01 {
  padding: 8% 0;
  background: url(../img/sec01/sec01_bg01.png) left top no-repeat, url(../img/sec01/sec01_bg02.png) right bottom no-repeat;
  background-size: 100%;
}
#sec01 .ttl01 span {
  display: block;
  color: #ff9936;
  font-size: 3.65vw;
}
#sec01 h4 {
  font-size: 4.3vw;
  font-weight: 700;
  margin-bottom: 5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2% 0;
}
#sec01 .truck {
  margin-bottom: 7%;
}
#sec01 .truck h4 {
  color: #0f56ab;
  border-color: #0f56ab;
  background: rgba(15, 86, 171, 0.06);
}
#sec01 .truck .box {
  margin-bottom: 7%;
}
#sec01 .truck .box:last-child {
  margin-bottom: 0;
}
#sec01 .truck .box .img-blc {
  margin-bottom: 5px;
}
#sec01 .truck .box dt {
  background: url(../img/sec01/sec01_bdr01.png) bottom center no-repeat;
  font-size: 4.25vw;
  font-weight: 500;
  color: #0f56ab;
  margin-bottom: 4%;
  padding-bottom: 2%;
}
#sec01 .truck .box dt span {
  display: block;
  font-size: 3.65vw;
}
#sec01 .truck .box dd {
  text-align: left;
}
#sec01 .regular-car h4 {
  color: #ff9936;
  border-color: #ff9936;
  background: rgba(255, 153, 54, 0.06);
}
#sec01 .regular-car .txt-blc dt {
  font-size: 4.25vw;
  font-weight: 600;
  color: #ff9936;
  letter-spacing: .14em;
  padding-bottom: 2%;
  background: url(../img/sec01/sec01_bdr02.png) bottom center no-repeat;
  margin-bottom: 4%;
}
#sec01 .regular-car .txt-blc dt span {
  font-size: 3.65vw;
  display: block;
}
#sec01 .regular-car .txt-blc dd {
  text-align: left;
}

#sec02 h3 {
  font-size: 4.5vw;
  color: #fff;
  letter-spacing: .1em;
  background: #0f56ab;
  padding: 4% 0;
  position: relative;
}
#sec02 h3:before, #sec02 h3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  background: url(../img/sec02/sec02_ttl-bdr.png) no-repeat;
  left: 0;
  right: 0;
}
#sec02 h3:before {
  top: 0;
}
#sec02 h3:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sec02 h3 span {
  width: 26%;
  margin: 0 auto;
  display: block;
  line-height: 0;
}
#sec02 .wrap .inbox {
  position: relative;
}
#sec02 .wrap h4 {
  width: 66.14%;
  max-width: 1270px;
  padding: 3% 0;
  color: #fff;
  line-height: 1.4;
  font-size: 4.3vw;
  text-align: left;
  font-weight: 500;
  letter-spacing: .12em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5%;
}
#sec02 .wrap h4 span {
  display: block;
  font-size: 4vw;
}
#sec02 .wrap .illust {
  position: absolute;
}
#sec02 .wrap:nth-of-type(1) {
  background: url(../img/sec02/point01.png) right 2% bottom 2% no-repeat, url(../img/sec02/sec02_bg01.png) center no-repeat;
  background-size: 35% , cover;
  padding: 8% 0;
}
#sec02 .wrap:nth-of-type(1) h4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f56ab+66,ffffff+100 */
  background: #0f56ab;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, #0f56ab), to(#ffffff));
  background: linear-gradient(to right, #0f56ab 66%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f56ab', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  margin-left: auto;
  padding-left: 5%;
}
#sec02 .wrap:nth-of-type(1) .txt-blc {
  width: 70%;
  margin-left: auto;
  text-align: left;
}
#sec02 .wrap:nth-of-type(1) .illust {
  width: 18%;
  left: 7%;
  top: -59%;
}
#sec02 .wrap:nth-of-type(2) {
  background: url(../img/sec02/point02.png) center bottom 2% no-repeat, url(../img/sec02/sec02_bg02.png) center no-repeat;
  background-size: 35% , cover;
  padding: 8% 0;
}
#sec02 .wrap:nth-of-type(2) h4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9936+66,ffffff+100 */
  background: #ff9936;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, #ff9936), to(#ffffff));
  background: linear-gradient(to right, #ff9936 66%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9936', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  padding-left: 5%;
}
#sec02 .wrap:nth-of-type(2) p {
  width: 70%;
}
#sec02 .wrap:nth-of-type(2) dl {
  width: 70%;
}
#sec02 .wrap:nth-of-type(2) dt {
  font-size: 4vw;
  color: #ff9936;
  margin-bottom: 2%;
}
#sec02 .wrap:nth-of-type(2) dd {
  background: #f2f2f2;
  padding: 2% 3%;
}
#sec02 .wrap:nth-of-type(2) .illust {
  width: 29%;
  right: 2%;
  top: -30%;
}
#sec02 .wrap:nth-of-type(3) {
  background: url(../img/sec02/point03.png) right 2% bottom 2% no-repeat, url(../img/sec02/sec02_bg03.png) center no-repeat;
  background-size: 35% , cover;
  padding: 8% 0;
}
#sec02 .wrap:nth-of-type(3) h4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91cd43+66,ffffff+100 */
  background: #91cd43;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(66%, #91cd43), to(#ffffff));
  background: linear-gradient(to right, #91cd43 66%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91cd43', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  padding-left: 5%;
  margin-left: auto;
}
#sec02 .wrap:nth-of-type(3) .txt-blc {
  width: 70%;
  margin-left: auto;
}
#sec02 .wrap:nth-of-type(3) .illust {
  width: 25%;
  left: 4%;
  top: -48%;
}

#sec03 {
  padding: 8% 0;
  background: url(../img/sec03/sec03_bdr-top.png) top center repeat-x, url(../img/sec03/sec03_bdr-bottom.png) bottom center repeat-x, #fffde6;
  position: relative;
}
#sec03 h3 {
  font-size: 4.5vw;
  letter-spacing: .12em;
  background: url(../img/sec03/sec03_ttl-bdr.png) bottom center no-repeat;
  color: #0f56ab;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 5%;
}
#sec03 h3 span {
  display: block;
}
#sec03 .lead-txt {
  text-align: left;
  margin-bottom: 5%;
}
#sec03 li {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 8%;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#sec03 li:nth-child(1) {
  background: url(../img/sec03/flow01.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:nth-child(2) {
  background: url(../img/sec03/flow02.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:nth-child(3) {
  background: url(../img/sec03/flow03.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:nth-child(4) {
  background: url(../img/sec03/flow04.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:nth-child(5) {
  background: url(../img/sec03/flow05.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:nth-child(6) {
  background: url(../img/sec03/flow06.png) right 2% bottom no-repeat, #e0bb11;
  background-size: 35%;
}
#sec03 li:after {
  position: absolute;
  content: '';
  background: url('../img/sec03/sec03_arr.png?1647922046');
  width: 21px;
  height: 53px;
  top: auto;
  right: 0;
  bottom: -40px;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 6%;
  background-size: 100%;
  background-position: 50% 50%;
}
#sec03 li:last-child {
  margin-bottom: 0;
}
#sec03 li:last-child:after {
  background: none;
}
#sec03 dl {
  padding: 5% 4%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  color: #fff;
}
#sec03 dl:before, #sec03 dl:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 18px;
  background: url(../img/sec03/sec03_box-frame.png) top center no-repeat;
  left: 0;
  right: 0;
}
#sec03 dl:before {
  top: 0;
}
#sec03 dl:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sec03 dt {
  font-size: 4.2vw;
  font-weight: 500;
  margin-bottom: 4%;
}

#sec04 {
  padding: 8% 0;
  background: url(../img/sec04/sec04_bg.png) center no-repeat;
  background-size: cover;
}
#sec04 .txt-blc {
  margin-bottom: 5%;
}
#sec04 h3 {
  font-size: 4.45vw;
  text-align: center;
  color: #0f56ab;
  letter-spacing: .12em;
  background: url(../img/sec04/sec04_ttl-bdr.png) bottom center no-repeat;
  font-weight: 600;
  padding-bottom: 2%;
  margin-bottom: 5%;
}
#sec04 li {
  font-size: 3.7vw;
  margin-bottom: 4%;
  padding-left: 7%;
  background: url(../img/sec04/sec04_check.png) left center no-repeat;
  background-size: 4%;
}
#sec04 li span {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
#sec04 li span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  border-bottom: 5px solid rgba(255, 153, 54, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#sec04 .img-blc {
  width: 62%;
  margin: 0 auto;
  background: url(../img/sec04/sec04_illust-bg.png) center no-repeat;
  background-size: contain;
}

#sec05 {
  padding: 8% 0;
  background: #0f56ab;
}
#sec05 .ttl01 {
  color: #fff;
}
#sec05 .ttl01:before, #sec05 .ttl01:after {
  background: url(../img/sec05/sec05_ttl-bdr.png) no-repeat;
}
#sec05 .ttl01 span {
  width: 50%;
  margin: 0 auto;
}
#sec05 .introduction-lists &gt; li {
  width: 85%;
  margin: 0 auto;
  background: #fff;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5%;
}
#sec05 .introduction-lists &gt; li:last-child {
  margin-bottom: 0;
}
#sec05 .introduction-lists &gt; li .inner {
  padding: 5% 4%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: relative;
}
#sec05 .introduction-lists &gt; li .inner:before, #sec05 .introduction-lists &gt; li .inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 18px;
  background: url(../img/sec05/sec05_box-frame.png) top center no-repeat;
  left: 0;
  right: 0;
}
#sec05 .introduction-lists &gt; li .inner:before {
  top: 0;
}
#sec05 .introduction-lists &gt; li .inner:after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sec05 .introduction-lists &gt; li .inner .name {
  text-align: right;
  color: #0f56ab;
  margin-top: 3%;
}

#sec06 {
  padding: 8% 0;
  background: url(../img/sec06/sec06_bg.png) top center no-repeat;
}
#sec06 .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5%;
}
#sec06 .tab-menu li {
  width: 32.5%;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: #0f56ab;
  color: #fff;
  font-size: 3.65vw;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec06 .tab-menu li:hover {
  opacity: .8;
}
#sec06 .tab-menu li span {
  display: block;
  padding: 4% 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#sec06 .recruit-wrap {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  padding: 5% 3%;
  border: 1px solid #0f56ab;
}
#sec06 .recruit-wrap h4 {
  font-size: 4.25vw;
  font-weight: 600;
  color: #0f56ab;
  margin-bottom: 10px;
  padding: 2% 0;
  background: rgba(15, 86, 171, 0.06);
  border-top: 1px solid #0f56ab;
  border-bottom: 1px solid #0f56ab;
}

#sec07 {
  padding: 8% 0;
  background: url(../img/sec07/sec07_bg.png) center no-repeat;
  background-size: cover;
}
#sec07 h3 {
  font-size: 4.5vw;
  color: #0f56ab;
  font-weight: 600;
  background: url(../img/sec07/sec07_ttl-bdr.png) bottom center no-repeat;
  margin-bottom: 5%;
  padding-bottom: 2%;
  letter-spacing: .12em;
}
#sec07 li {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 7%;
  position: relative;
}
#sec07 li:after {
  position: absolute;
  content: '';
  background: url('../img/sec07/sec07_arr.png?1647922044');
  width: 21px;
  height: 53px;
  top: auto;
  right: 0;
  bottom: -40px;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto;
  width: 6%;
  background-size: 100%;
  background-position: 50% 50%;
}
#sec07 li:last-child {
  margin-bottom: 0;
}
#sec07 li:last-child:after {
  background: none;
}
#sec07 li dt {
  font-size: 4.2vw;
  font-weight: 700;
  color: #0f56ab;
}
#sec07 li dt span {
  width: 46%;
  margin: 0 auto;
  display: block;
}
#sec07 li dd .tel {
  font-weight: 700;
  font-size: 4vw;
  display: block;
  text-decoration: underline;
}
#sec07 li dd .tel span {
  font-size: 3.5vw;
}
#sec07 li dd .mail {
  display: block;
  padding: 2px;
  margin-top: 3%;
  background: #0f56ab;
  color: #fff;
}
#sec07 li dd .mail span {
  position: relative;
}
#sec07 li dd .mail span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  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);
}
#sec07 li dd .mail span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3% 0;
}

#sec08 {
  padding: 8% 0;
  background: url(../img/sec08/sec08_bg.png) center no-repeat;
  background-size: cover;
}
#sec08 h3 {
  color: #fff;
  font-size: 4.5vw;
  margin-bottom: 5%;
}

#sec09 {
  padding: 8% 0;
  background: url(../img/sec09/sec09_bg.png) center bottom no-repeat;
}
#sec09 .ttl01 span {
  width: 40%;
  margin: 0 auto;
}
#sec09 .cmn-dl {
  background: #fff;
  border: 1px solid #0f56ab;
  border-radius: 10px;
  margin-bottom: 7%;
  padding: 5% 3%;
}
#sec09 .official {
  width: 100%;
  display: block;
  padding: 3px;
  margin: 0 auto;
  background: #0f56ab;
  color: #fff;
  font-size: 4.2vw;
  margin-bottom: 9%;
}
#sec09 .official span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 3% 0;
}
#sec09 .official span:first-line {
  font-size: 3.8vw;
}
#sec09 .shiro {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#sec09 .shiro p {
  width: 80%;
  margin-left: auto;
  background: #daecfa;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0f56ab;
  font-size: 3.7vw;
  font-weight: 700;
  text-align: right;
}
#sec09 .shiro .img-blc {
  width: 27%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
}

/*==========================================
footer
===========================================*/
#footer {
  background: #0f56ab;
}
#footer .wrap {
  padding: 5% 0;
}
#footer .logo {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 5%;
}
#footer address {
  text-align: left;
  color: #fff;
}
#footer address dl {
  margin-bottom: 4%;
}
#footer address dl:last-child {
  margin-bottom: 0;
}
#footer address dt {
  font-size: 4.2vw;
}
#footer address dt a {
  color: #fff;
  text-decoration: underline;
}
#footer address dt span {
  font-size: 3.65vw;
}
#footer address dd {
  font-size: 2.85vw;
  letter-spacing: .04em;
}
#footer #copyright {
  font-size: 10px;
  color: #fff;
}
#footer #copyright a {
  color: #fff;
}

/*==========================================
カテゴリー一覧
===========================================*/
.category {
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 6%;
  text-align: left;
}
.category li {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
  font-size: 3.45vw;
  margin-right: 35px;
}
.category li:last-child {
  margin-right: 0;
}
.category li a {
  padding: 3%;
  display: block;
  position: relative;
  z-index: 100;
  padding-bottom: 3px;
  display: block;
  position: relative;
  color: #ccc;
}
.category li a:before {
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #0f56ab;
  position: absolute;
  display: block;
}
.category li a:after {
  content: '';
  width: 0;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #0f56ab;
  position: absolute;
  display: block;
}
.category li a:hover {
  color: #0f56ab;
}
.category li a:hover:before {
  width: 50%;
  border-bottom: 1px solid #0f56ab;
}
.category li a:hover:after {
  width: 50%;
  border-bottom: 1px solid #0f56ab;
}
.category li a:hover {
  opacity: 1;
  color: #0f56ab;
}
.category .current a {
  border-bottom: 1px solid #0f56ab;
  color: #0f56ab;
}
.category .current a:before, .category .current a:after {
  border-bottom: none;
}
.category .current a:hover:before, .category .current a:hover:after {
  border-bottom: none;
}

/*==========================================
ギャラリー
===========================================*/
#gallery .gallery-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery .gallery-lists &gt; li {
  width: 48%;
  margin-bottom: 20px;
}
#gallery .gallery-lists &gt; li:nth-child(2n+1):nth-last-child(-n+2), #gallery .gallery-lists &gt; li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-lists &gt; li .thumb {
  width: 100%;
  height: 40vw;
}
#gallery .gallery-lists &gt; li a {
  display: block;
}
#gallery .gallery-lists figcaption {
  padding: 5px 0;
}
#gallery .img-eff {
  position: relative;
  width: 100%;
  height: 40vw;
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
#gallery .img-eff:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40vw;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0;
}
#gallery .img-eff:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#gallery .img-eff:hover:before {
  opacity: 1;
}
#gallery .gallery-img .main-img {
  margin-bottom: 4%;
}
#gallery .gallery-img-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery .gallery-img-lists li {
  width: 48%;
  height: 35vw;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#gallery .gallery-img-lists li:nth-child(2n+1):nth-last-child(-n+2), #gallery .gallery-img-lists li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery .gallery-img-lists li:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#gallery .comment {
  margin-top: 5%;
  text-align: left;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap {
  padding: 7.5% 0;
}
.post-wrap .column-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists &gt; li {
  width: 48%;
  margin-bottom: 4%;
}
.post-wrap .column-lists &gt; li:nth-child(2n+1):nth-last-child(-n+2), .post-wrap .column-lists &gt; li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
.post-wrap .column-lists &gt; li a {
  display: block;
  padding: 4% 2%;
}
.post-wrap .column-lists &gt; li:last-child {
  margin-bottom: 0;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-wrap .column-lists .post-ttl time {
  width: 42%;
  font-size: 2.55vw;
  color: #0f56ab;
  text-align: left;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0f56ab;
  color: #fff;
  background: #0f56ab;
  padding: 2px 5px;
  text-align: center;
  font-size: 2.55vw;
  margin-bottom: 2%;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-bottom: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 3.7vw;
  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: #0f56ab;
  border: 1px solid #0f56ab;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 100%;
  margin: 0 auto;
  height: 40vw;
  margin-bottom: 5%;
}
.post-wrap .post-content {
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content time {
  font-size: 2.55vw;
  margin-top: 4%;
  font-weight: normal;
  display: block;
  color: #0f56ab;
  text-align: right;
}
.post-wrap .post-content .category-label {
  font-size: 2.55vw;
  text-align: right;
}
.post-wrap .post-content .category-label dt, .post-wrap .post-content .category-label dd {
  display: inline-block;
  vertical-align: middle;
}
.post-wrap .post-content .category-label dt:after {
  content: ':';
}
.post-wrap .post-content .category-label li {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post-wrap .post-content .category-label dd li:after {
  content: ',';
}
.post-wrap .post-content .category-label dd li:last-child:after {
  content: '';
}

.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
.contact-form {
  text-align: left;
  margin-bottom: 5%;
  background: #fff;
  padding: 5% 3%;
  border-radius: 10px;
  border: 1px solid #0f56ab;
}
.contact-form dl dt {
  position: relative;
}
.contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #0f56ab;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
.contact-form dl dd {
  padding: 10px 0;
}
.contact-form dl dd li {
  list-style: none;
}
.contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
.contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form #post01,
.contact-form #post02 {
  width: 120px;
}
.contact-form #addr21 {
  margin-top: 15px;
}
.contact-form .error-text {
  color: #ff0000;
}

.contact-submits-wrap {
  margin-top: 5%;
}

.g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}

.cmn-dl .upload-item-wrap #file01 {
  margin-bottom: 4%;
}

.cmn-dl .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cmn-dl .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}

.cmn-dl .upload-item-wrap .thumb img {
  max-width: 100%;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.cmn-dl .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #0f56ab;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap p {
  background: #ff9936;
}

.cmn-dl .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}

.cmn-dl .ancion-btn-wrap input {
  display: none !important;
}

input[type='button'][disabled],
input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}

input[type='button'],
input[type='submit'],
.contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #0f56ab;
  color: #0f56ab;
  border-radius: 0;
}
input[type='button']:hover,
input[type='submit']:hover,
.contact-submits-wrap button:hover {
  background: #0f56ab;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}

.back-btn {
  width: 52%;
  margin: 0 auto;
}

.send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.privacy-agree {
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
.privacy-cont {
  margin-bottom: 6%;
  text-align: left;
}
.privacy-cont:last-child {
  margin-bottom: 0;
}

/*==========================================
プライバシーポリシー(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 h4 {
  font-size: 4.2vw;
  font-weight: 500;
  margin-bottom: 4%;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#privacy iframe {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: none;
}

.privacy {
  padding: 3%;
}

.privacy-cont {
  margin-bottom: 4%;
  text-align: left;
}
.privacy-cont h5 {
  font-size: 3.9vw;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  background: #f2f2f2;
  padding: 10px 15px;
}
.privacy-cont:last-child {
  margin-bottom: 0;
}

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

/*==========================================
404.php
===========================================*/
#err-cont {
  padding: 7.5% 0;
}
#err-cont .txt-blc a {
  text-decoration: underline;
}
</pre></body></html>