@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Noto+Sans+JP:wght@400;600;800&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #464646;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  /* sp */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.inner-wide {
  width: calc(100% - 200px);
  max-width: 100%;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-wide {
    width: 100%;
    padding: 0 15px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
}

a {
  color: #b73732;
}
a:hover {
  text-decoration: underline;
}

p a {
  color: #b73732;
  text-decoration: underline;
}
p.ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0;
  padding: 30px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbbbbb;
}

small {
  font-size: 90%;
}

.tel {
  display: flex;
  align-items: center;
}
.tel i {
  font-size: 70%;
  margin: 5px 5px 0 0;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fz0 {
  font-size: 0;
}

.eng {
  font-family: "Oswald";
}

.jp {
  font-family: "Hina Mincho";
}

ul.disk li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -22.5px;
  padding-left: 25px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[PC・SP表示非表示]
******************************************/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 600 !important;
  /* sp */
}
@media screen and (max-width: 768px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 768px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #2a4e93 !important;
}

.color-sub {
  color: #05136b !important;
}

.black {
  color: #464646 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #b73732 !important;
}

.orange {
  color: #eb8604 !important;
}

.yellow {
  color: #d0ac48 !important;
}

.green {
  color: #00b900 !important;
}

.blue {
  color: #004098 !important;
}

.brown {
  color: #481c06 !important;
}

.gray {
  color: #bbbbbb !important;
}

.gray-light {
  color: #f9f9f9 !important;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.4;
  color: #464646;
  margin: 0 0 40px;
}
h3 .eng {
  font-size: 5rem;
  line-height: 1;
  color: #2a4e93;
  font-weight: normal;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.875rem;
    margin: 0 0 30px;
  }
  h3 .eng {
    font-size: 2.5rem;
  }
}
h4 {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.4;
  color: #05136b;
  margin: 0 0 50px;
}
h4:after {
  content: "";
  width: 120px;
  height: 1px;
  border-bottom: 2px dotted #05136b;
  position: absolute;
  left: 0;
  bottom: -25px;
}

/* sp */
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
    margin: 0 0 25px;
  }
  h4:after {
    width: 100px;
    bottom: -15px;
  }
}
h5 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 20px;
  padding: 10px 30px 11px;
  display: inline-block;
  background-color: #2a4e93;
}

/* sp */
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1rem;
    margin: 0 0 10px;
    padding: 5px 20px 6px;
  }
}
/******************************************
[header]
******************************************/
header .header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
header .header .logo {
  margin-left: 20px;
  flex: 1;
}
header .header .logo a img {
  width: auto;
  max-width: inherit;
  height: 50px;
}

/* sp */
@media screen and (max-width: 768px) {
  header .header {
    width: 100%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  header .header .logo {
    text-align: center;
    margin: 0;
  }
  header .header .logo a img {
    width: auto;
    max-width: inherit;
    height: 40px;
  }
}
/******************************************
[footer]
******************************************/
footer {
  padding: 60px 0;
  background-color: #05136b;
}
footer .footer {
  display: flex;
  justify-content: space-between;
}
footer .footer p {
  color: #fff;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left .logo {
  font-size: 0;
  margin-bottom: 20px;
}
footer .footer-left .logo img {
  height: 80px;
}
footer .footer-left .tel {
  font-size: 1.25rem;
  font-weight: 800;
}
footer .footer-right .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 150px;
}
footer .footer-right .nav li {
  margin: 0;
  width: 50%;
}
footer .footer-right .nav li a {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
  transition: 0.1s;
}
footer .footer-right .nav li a i {
  font-size: 70%;
  padding: 3px 5px 0 0;
}
footer .footer-right .nav li a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  opacity: 0.6;
}
footer .footer-right .btn {
  margin-top: 0;
}
footer .footer-right .btn a {
  font-weight: 800;
  width: 80%;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer-left .logo img {
    height: 60px;
  }
  footer .footer-left .tel {
    font-size: 1.125rem;
  }
  footer .footer-right .nav {
    margin-top: 40px;
    height: 110px;
  }
  footer .footer-right .nav li a {
    padding: 0 0 20px 0;
  }
  footer .footer-right .nav li a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    opacity: 0.6;
  }
  footer .footer-right .btn {
    margin-top: 20px;
  }
}
.copy {
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}

/* sp */
@media screen and (max-width: 768px) {
  .copy {
    font-size: 0.625rem;
    margin-top: 60px;
  }
}
/******************************************
[section]
******************************************/
section {
  padding: 100px 0;
  overflow: hidden;
}

/* sp */
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  width: 100%;
  margin: 0;
  padding: 0 210px 0 0;
  z-index: 11;
  flex: 2;
}
nav > ul {
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: right;
}
nav > ul > li {
  text-align: center;
  padding: 0;
  border-left: 1px solid #2a4e93;
}
nav > ul > li:hover > a {
  text-decoration: none;
  transform: translateY(-8px);
}
nav > ul > li a {
  height: 100%;
  color: #464646;
  line-height: 1;
  display: inline-block;
  padding: 8px 15px 10px;
  transition: 0.3s;
}
nav .spNav-info {
  display: none;
}
nav .spNav-info-logo {
  display: none;
}

.guidelineBtn {
  width: 200px;
  height: 100px;
  background-color: #b73732;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  transition: 0.3s;
  z-index: 100;
}
.guidelineBtn:hover {
  width: 220px;
  height: 120px;
  padding: 30px 20px;
}
.guidelineBtn.sp {
  position: initial;
  width: 100%;
  height: auto;
}
.guidelineBtn.sp a span {
  margin: 0 0 0 10px;
}
.guidelineBtn a {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  transition: 0.4s;
}
.guidelineBtn a span {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  color: #b73732;
  background-color: #fff;
  padding: 6px 20px 7px;
  margin-top: 10px;
  border-radius: 100px;
}

/* sp */
@media screen and (max-width: 768px) {
  nav {
    position: fixed;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #2a4e93;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  nav > ul > li {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0;
    border-left-width: 0;
    border-top: 1px solid #bbbbbb;
  }
  nav > ul > li a {
    height: auto;
    color: #464646;
    padding: 20px 10px;
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  nav > ul > li a span {
    font-size: 1rem;
    color: #464646;
    margin: 0 0 0 10px;
  }
  nav .spNav-info {
    display: block;
    padding: 15px;
    border-radius: 0;
  }
  nav .spNav-info p {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 1.5;
  }
  nav .spNav-info p:first-child {
    margin-top: 0;
  }
  nav .spNav-info p a {
    color: #05136b;
  }
  nav .spNav-info-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 4px 0 5px;
  }
  nav .spNav-info-logo img {
    width: auto;
    height: 40px;
  }
  nav .spNav-info .spNav-info-tel {
    font-size: 1rem;
    font-weight: 600;
  }
  nav .spNav-info .spNav-info-tel i {
    margin-right: 5px;
  }
}
/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #bbbbbb;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #2a4e93;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    bottom: 6px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 0;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
  }
  .button:after {
    content: "MENU";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -8px;
  }
  .button .bar:after {
    top: 8px;
  }
  .open nav {
    left: 0;
    background-color: #fff;
  }
  .open .button {
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
    left: initial;
    right: 260px;
    border-radius: 0;
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.8;
    visibility: visible;
  }
  .telBtn {
    right: 0;
    padding: 5px 0;
    text-align: center;
    border-radius: 0;
  }
  .telBtn:after {
    content: "TEL";
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.375rem;
    top: 5px;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 100;
  transition: 0.3s;
  bottom: -160px;
  right: 0;
  width: 40px;
  height: 120px;
}
.pagetop a {
  line-height: 1;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 10px 0;
  background-color: #2a4e93;
  display: block;
  width: 100%;
  height: 100%;
}
.pagetop a i {
  margin-bottom: 5px;
}
.pagetop a i:before {
  transform: rotate(-90deg);
  display: inline-block;
}
.pagetop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 25px 0;
  border-color: transparent #2a4e93 transparent transparent;
  position: absolute;
  left: 0;
  top: -25px;
}
@media screen and (min-width: 769px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .pagetop.fade:hover {
    bottom: 0;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: -160px;
    right: 0;
    width: 30px;
    height: 80px;
  }
  .pagetop a {
    padding: 6px 8px 0;
  }
  .pagetop:before {
    border-width: 20px 30px 20px 0;
    top: -20px;
  }
  .pagetop.fade {
    bottom: 0;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
  height: 600px;
}
.gmap iframe {
  filter: grayscale(1);
}

/* sp */
@media screen and (max-width: 768px) {
  .gmap {
    height: 300px;
  }
  .gmap iframe {
    width: 100%;
    height: 300px;
  }
}
/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(5, 19, 107, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(5, 19, 107, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(5, 19, 107, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  margin: 7px 0 !important;
  display: block;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/* sp */
@media screen and (max-width: 768px) {
  .note {
    font-size: 12px !important;
  }
  .note-big {
    font-size: 12px !important;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics .category_name {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 5px 5px 6px;
  background-color: #2a4e93;
  margin-left: 5px;
  vertical-align: super;
}
.topics.news ul li {
  width: 100%;
  margin: 0 0 5px;
  border-bottom: 1px dashed #464646;
}
.topics.news ul li:last-child {
  margin-bottom: 0;
}
.topics.news ul li .topics_date {
  font-weight: 800;
  display: inline-block;
  margin: 0;
  color: #2a4e93;
  /*background: $black;
  border-radius: 100px;
  padding: 0 15px 3px 15px;*/
}
.topics.news ul li .topics_title {
  color: #464646;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
}
.topics.news ul li .topics_thumb {
  display: block;
}
.topics.news ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0px 0px;
}
.topics.news ul li a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 15px 15px 17px;
  color: #464646;
  display: inline-flex;
  align-items: self-end;
}
.topics.news ul li a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}
.topics.detail {
  border-radius: 15px;
  border: 1px solid #bbbbbb;
  padding: 30px;
}
.topics.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 800;
}
.topics.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 1rem;
  padding: 40px 0 0;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.thumbnail > ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  gap: 4%;
}
.topics.thumbnail > ul li {
  width: 33.333%;
}
.topics.thumbnail > ul li a {
  color: #464646;
  display: block;
  line-height: 1.2;
}
.topics.thumbnail > ul li a > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 20px 20px;
  margin-top: -100px;
  background-color: #fff;
  z-index: 0;
}
.topics.thumbnail > ul li .topics_thumb {
  width: 94%;
  height: 240px;
  display: block;
  margin: auto;
  overflow: hidden;
  background: #bbbbbb url("../img/logo-header.png") center no-repeat;
  background-size: 50%;
  z-index: 1;
}
.topics.thumbnail > ul li .topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.topics.thumbnail > ul li .topics_title {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.topics.thumbnail > ul li .topics_date {
  font-weight: 700;
}
.topics.thumbnail.sales .topics_thumb {
  height: 300px;
}
.topics.thumbnail.sales .topics_title {
  font-weight: 700;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* sp */
@media screen and (max-width: 768px) {
  .topics.news ul li {
    margin-bottom: 30px !important;
  }
  .topics.news ul li .topics_date {
    display: block;
    margin-bottom: 10px;
  }
  .topics.news ul li .topics_title {
    padding-left: 0;
  }
  .topics.news ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 0;
  }
  .topics.news ul li span {
    display: block;
  }
  .topics.detail {
    padding: 15px;
    background-size: 240px 240px;
  }
  .topics.detail .topics_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .topics.detail .topics_date {
    font-size: 0.625rem;
  }
  .topics.detail .topics_body {
    font-size: 0.875rem;
    padding: 30px 15px;
  }
  .topics.thumbnail ul {
    display: block;
  }
  .topics.thumbnail ul li {
    width: 90%;
    margin: 20px auto 0;
  }
  .topics.thumbnail ul li a > p {
    display: block;
    padding: 60px 20px 20px;
    margin-top: -40px;
    background-color: #fff;
    z-index: 0;
  }
  .topics.thumbnail ul li .topics_thumb {
    width: 90%;
    height: 50vw;
  }
  .topics.thumbnail.sales .topics_thumb {
    height: 50vw;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  right: -60px;
  /* sp */
}
.sideBnr:hover {
  right: -10px !important;
}
.sideBnr.fade {
  right: -15px;
}
.sideBnr a {
  color: #fff;
  background: #05136b;
}
.sideBnr a i {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

.radius {
  border-radius: 10px;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.imgTxt:first-of-type {
  margin-top: 0;
}
.imgTxt-img {
  font-size: 0;
  width: 450px;
}
.imgTxt-img img {
  width: 450px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.imgTxt-img.right {
  order: 2;
}
.imgTxt-txt {
  flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 1.5625rem;
  color: #2a4e93;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
  padding-right: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2a4e93;
  display: block;
}
.imgTxt-txt .ttl:after {
  content: "";
  width: 46px;
  height: 30px;
  background: url("../img/icon-wood2.png") center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.imgTxt-txt.left {
  order: 1;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
.imgTxt.mini .imgTxt-img {
  width: 300px;
}
.imgTxt.mini .imgTxt-txt {
  flex: 1;
}
.imgTxt.reverse .imgTxt-img {
  order: 2;
}
.imgTxt.reverse .imgTxt-txt {
  order: 1;
}

/* sp */
@media screen and (max-width: 768px) {
  .imgTxt,
  .imgTxt.mini {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .imgTxt > div,
  .imgTxt.mini > div {
    min-height: auto;
  }
  .imgTxt .imgTxt-img,
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-img,
  .imgTxt.mini .imgTxt-txt {
    width: 100%;
  }
  .imgTxt .imgTxt-img,
  .imgTxt.mini .imgTxt-img {
    height: auto;
    margin: 0 0 20px !important;
  }
  .imgTxt .imgTxt-txt,
  .imgTxt.mini .imgTxt-txt {
    padding: 0 !important;
  }
  .imgTxt .ttl,
  .imgTxt.mini .ttl {
    font-size: 1.125rem;
  }
  .imgTxt:nth-of-type(even) .imgTxt-txt,
  .imgTxt.mini:nth-of-type(even) .imgTxt-txt {
    padding: 15px 0 0;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  padding: 30px 0 !important;
  background-color: #fff;
}
#contactSec .contactSec {
  width: 100%;
  display: flex;
  align-items: center;
}
#contactSec .contactSec-left {
  width: 22%;
  background-color: #05136b;
}
#contactSec .contactSec-left:after {
  content: "";
  background-color: #05136b;
  width: 100vw;
  height: 280%;
  transform: skew(-18deg);
  position: absolute;
  right: -30px;
  bottom: -80%;
  margin: auto;
  z-index: -1;
}
#contactSec .contactSec-left h3 {
  color: #fff;
  margin: 0;
}
#contactSec .contactSec-left h3 span {
  color: #fff;
}
#contactSec .contactSec-center {
  width: 43%;
  padding-left: 70px;
}
#contactSec .contactSec-center p {
  font-size: 1.25rem;
  line-height: 1;
}
#contactSec .contactSec-center p.tel {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 5px;
}
#contactSec .contactSec-right {
  width: 35%;
}
#contactSec .contactSec-right .btn {
  margin: 0 auto;
}
#contactSec .contactSec-right .btn a {
  font-weight: 700;
  color: #fff;
  background-color: #b73732;
  width: 100%;
  margin: 0;
  border-width: 0;
  padding: 30px 0;
  transition: 0.1s;
  box-shadow: 0 7px 0 0 #030a3a;
  /*&:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba($black, 0.3);
    text-decoration: none;
    opacity: 0.8;
  }*/
}
#contactSec .contactSec-right .btn a:hover {
  -webkit-transform: translateY(7px);
  transform: translate(0, 7px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #00020a;
}

/* sp */
@media screen and (max-width: 768px) {
  #contactSec {
    padding: 0 0 30px !important;
  }
  #contactSec .contactSec {
    display: block;
  }
  #contactSec .contactSec-left {
    width: 70%;
    background-color: #05136b;
  }
  #contactSec .contactSec-left:after {
    height: 120%;
    right: inherit;
    left: -20%;
    bottom: -5px;
  }
  #contactSec .contactSec-center {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  #contactSec .contactSec-center p {
    font-size: 1rem;
  }
  #contactSec .contactSec-center p.tel {
    font-size: 1.875rem;
  }
  #contactSec .contactSec-right {
    width: 100%;
  }
  #contactSec .contactSec-right .btn {
    margin: 40px auto 0;
  }
  #contactSec .contactSec-right .btn a {
    padding: 20px 0;
  }
}
/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  z-index: 1;
}
.btn a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #05136b 20%, #2a4e93 90%) center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px 20px;
  margin: 0 10px;
  transition: 0.2s;
  min-width: 200px;
  border-radius: 100px;
}
.btn a:after {
  font-family: icomoon;
  content: "\e903";
  line-height: 1;
  margin-left: 10px;
  padding-top: 1px;
  display: inline-block;
}
.btn a:hover {
  color: #fff;
  background-color: #464646;
  transform: translateY(-8px);
}
.btn.white a {
  color: #05136b;
  background: #fff !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .btn {
    margin: 20px auto 0;
    display: block;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 10px 20px 10px 30px;
    line-height: 1.2;
    min-width: 200px;
    margin-top: 10px;
    display: inline-block;
  }
  .btn a:first-child {
    margin-top: 0;
  }
}
.btn2 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}
.btn2 a {
  font-family: "Zen Kurenaido";
  font-size: 1.125rem;
  line-height: 1;
  padding: 10px 25px 10px 5px;
  color: #b73732;
  transition: 0.5s;
}
.btn2 a:after, .btn2 a:before {
  content: "";
  position: absolute;
  background: #b73732;
}
.btn2 a:before {
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  right: -3px;
  bottom: 7px;
}
.btn2 a:after {
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.btn2 a:hover {
  text-decoration: none;
  padding: 10px 45px 10px 5px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .telNum a {
    color: #fff;
  }
}
/******************************************
[works] サムネ付きトピックス
******************************************/
.works ul {
  display: flex;
  flex-wrap: wrap;
}
.works ul li {
  width: 22%;
  margin: 0 4% 3% 0;
}
.works ul li:nth-child(4n), .works ul li:last-child {
  margin-right: 0;
}
.works ul li span {
  display: block;
}
.works ul li .topics_thumb {
  background: url(../img/_dummy.jpg) center no-repeat;
  background-size: cover;
  height: 150px;
  border-width: 0;
}
.works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works ul li .topics_title {
  font-size: 0.875rem;
  padding: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .works ul li {
    width: 47%;
    margin: 4% 6% 0 0;
  }
  .works ul li:nth-child(-n+5) {
    margin-top: 4%;
  }
  .works ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .works ul li:nth-child(5n) {
    margin-right: 4%;
  }
  .works ul li:nth-child(2n) {
    margin-right: 0;
  }
  .works ul li .topics_thumb {
    height: 120px;
  }
  .works ul li .topics_title {
    font-size: 0.75rem;
  }
}
/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
}
table.basic tr {
  border-top: 1px solid #bbbbbb;
}
table.basic tr:first-child {
  border-top-width: 0;
}
table.basic tr th, table.basic tr td {
  padding: 25px 20px;
  line-height: 1.5;
}
table.basic tr th {
  width: 100px;
  text-align: left;
}
table.basic.about {
  border-collapse: separate;
  border-spacing: 5px;
}
table.basic.about tr {
  border-top-width: 0;
}
table.basic.about tr th {
  width: 200px;
  color: #fff;
  font-weight: 700;
  background-color: #05136b;
}
table.basic.about tr td {
  background-color: #fff;
}
table.basic.history tr th, table.basic.history tr td {
  padding: 15px 10px;
}
table.basic.history tr th {
  width: 160px;
}
table.basic.history tr td.month {
  width: 80px;
}
table.basic.schedule {
  /*tbody {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 250px;
    gap: 0 4%;
    tr {
      width: 50%;
      &:first-child {
        border-top-width: 1px;
      }
      th {
        width: 80px;
      }
    }
  }*/
}
table.basic.plan {
  border-collapse: separate;
  border-spacing: 15px;
}
table.basic.plan tr th, table.basic.plan tr td {
  font-size: 1.125rem;
  text-align: center;
  z-index: 1;
}
table.basic.plan tr th:nth-child(1) {
  color: #fff;
  background-color: #2a4e93;
}
table.basic.plan tr td.price {
  font-size: 1.25rem;
}
table.basic.plan tr td.price span {
  font-size: 70%;
}
table.basic.plan tr:nth-child(1) th {
  background-color: initial !important;
  width: 27%;
}
table.basic.plan tr:nth-child(1) th:first-child {
  width: 19%;
}
table.basic.plan tr:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #bbbbbb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
table.basic.fee {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
}
table.basic.fee tr th, table.basic.fee tr td {
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
table.basic.fee tr th:nth-child(1) {
  color: #fff;
  background-color: #2a4e93;
  width: 200px;
}
table.basic.fee tr td:nth-of-type(1) {
  font-weight: 700;
}
table.basic.fee tr td.price {
  font-size: 1.25rem;
}
table.basic.fee tr td.price span {
  font-size: 70%;
}
table.basic.fee tr:nth-child(1) th {
  padding: 15px 20px;
  background-color: initial !important;
}
table.basic.fee tr:nth-child(1) th:first-child {
  width: 260px;
}
table.basic.fee tr:nth-child(1) th:nth-child(2) {
  width: 100px;
}
table.basic.fee tr:nth-child(1) th:nth-child(3) {
  width: 240px;
}
table.basic.fee tr:nth-child(1) th:nth-child(4) {
  width: 300px;
}
table.basic.fee tr:after {
  content: "";
  width: calc(100% - 280px);
  height: 1px;
  border-top: 1px dashed #bbbbbb;
  position: absolute;
  right: 0;
  bottom: -8px;
  margin: auto;
}

/* sp */
@media screen and (max-width: 768px) {
  table.basic tr th, table.basic tr td {
    padding: 10px 5px;
  }
  table.basic tr th {
    width: 80px;
  }
  table.basic.about tr th {
    width: 70px;
  }
  table.basic.history tr th, table.basic.history tr td {
    font-size: 0.625rem;
    padding: 10px 5px;
  }
  table.basic.history tr th {
    width: 60px;
  }
  table.basic.history tr td.month {
    width: 35px;
  }
  table.basic.schedule {
    /*tbody {
      display: block;
      height: auto;
      tr {
        width: 100%;
        th {
          width: 40px;
        }
      }
    }*/
  }
  table.basic.plan {
    border-spacing: 10px;
  }
  table.basic.plan tr th, table.basic.plan tr td {
    font-size: 0.875rem;
  }
  table.basic.plan tr th {
    z-index: 1;
  }
  table.basic.plan tr td.price {
    font-size: 1rem;
  }
  table.basic.plan tr:after {
    bottom: -6px;
  }
  table.basic.fee {
    border-spacing: 10px;
  }
  table.basic.fee tr th, table.basic.fee tr td {
    font-size: 0.875rem;
  }
  table.basic.fee tr th:nth-child(1) {
    width: 200px;
  }
  table.basic.fee tr td.price {
    font-size: 1.125rem;
  }
  table.basic.fee tr:nth-child(1) th {
    background-color: initial !important;
  }
  table.basic.fee tr:nth-child(1) th:first-child {
    width: 260px;
  }
  table.basic.fee tr:nth-child(1) th:nth-child(2) {
    width: 100px;
  }
  table.basic.fee tr:nth-child(1) th:nth-child(3) {
    width: 240px;
  }
  table.basic.fee tr:nth-child(1) th:nth-child(4) {
    width: 300px;
  }
  table.basic.fee tr:after {
    content: "";
    width: calc(100% - 280px);
    height: 1px;
    border-top: 1px dashed #bbbbbb;
    position: absolute;
    right: 0;
    bottom: -8px;
    margin: auto;
  }
}
/******************************************
[.frame] フレーム
******************************************/
.frame {
  color: #464646;
  background: #f9f9f9;
  padding: 25px !important;
  border-radius: 4px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #bbbbbb;
  padding: 20px;
  border-radius: 2px;
  margin: 10px 0;
}
.frame-white {
  background: #fff;
  padding: 30px;
  margin: 0;
  border-radius: 10px;
}

/* sp */
@media screen and (max-width: 768px) {
  .frame {
    padding: 15px;
  }
  .frame-line {
    padding: 15px;
  }
}
/******************************************
[.check] チェックボックス
******************************************/
.check li {
  display: flex;
  align-items: baseline;
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.check li:before {
  color: #2a4e93;
  font-size: 1.5em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 10px;
}
.check li:first-child {
  margin-top: 0;
}
.check.line li {
  border-bottom: 1px dashed #2a4e93;
}

.list li {
  display: flex;
  margin: 5px 0;
  line-height: 1.6;
}
.list li:before {
  content: "●";
  color: #2a4e93;
  display: inline-block;
  width: 1em;
  margin-right: 5px;
  text-align: left;
}
.list.inline {
  display: flex;
  flex-wrap: wrap;
}
.list.inline li {
  margin: 0 5% 2% 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .check li {
    font-size: 0.875rem;
    align-items: baseline;
    margin-top: 10px;
  }
  .check li:first-child {
    margin-top: 0;
  }
  .check li:before {
    font-size: 1.2em;
  }
}
/******************************************
ローディング　loading
******************************************/
#load_animation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000001;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#load_animation .load-icon {
  padding: 50px 0;
}

#load_animation .load-icon img {
  width: auto;
  height: 10vh;
  display: none;
}

#load_animation .loading_gif {
  padding: 50px 0;
}

#load_animation .loading_gif img {
  width: auto;
  height: 10vh;
  display: none;
}

/******************************************
画面最下部追従バナー　fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #05136b;
  z-index: 100;
}
.fixBnr .btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.fixBnr .btn:nth-child(1) a {
  background-image: url(../img/bg-red.jpg);
}
.fixBnr .btn:nth-child(2) a {
  background-image: url(../img/bg-green.jpg);
}
.fixBnr .btn a {
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center;
  background-size: 293px 238px;
}
.fixBnr .btn a img {
  width: 2vw;
  margin: 0 5px;
}

/* sp */
@media screen and (max-width: 768px) {
  .fixBnr {
    height: 40px;
  }
  .fixBnr .btn:nth-child(1) {
    width: 35%;
  }
  .fixBnr .btn:nth-child(2) {
    width: 65%;
  }
  .fixBnr .btn a {
    font-size: 0.6875rem;
  }
  .fixBnr .btn a img {
    width: auto;
    height: 20px;
  }
}
.bg-ttl {
  font-family: "League Gothic";
  font-size: 11vw;
  line-height: 1;
  position: absolute;
  color: #464646;
  left: 40px;
  top: 60px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
}

/* sp */
@media screen and (max-width: 768px) {
  .bg-ttl {
    font-size: 3.75rem;
    left: 15px;
    top: 90px;
  }
}
/******************************************
[sec1]  お知らせ
******************************************/
#news .news {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #fff;
}
#news .news ul {
  width: 100%;
}
#news .news ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #464646;
}
#news .news ul li:first-child {
  padding-top: 0;
}
#news .news ul li a {
  color: #464646;
  line-height: 1.5;
  padding: 0;
  display: flex;
  align-items: center;
}
#news .news ul li a span.topics_thumb, #news .news ul li a span.topics_title {
  display: block;
}
#news .news ul li a span.topics_thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url("../img/_dummy.jpg") center no-repeat;
  background-size: cover;
}
#news .news ul li a span.topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
#news .news ul li a span.topics_title {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*max-height: 40px;*/
  white-space: inherit;
}
#news .news ul li a span.topics_date {
  font-weight: 700;
}
#news .news ul li a span.category_name, #news .news ul li a span.topics_date {
  display: inline-block;
  margin-right: 5px;
}
#news .news ul li a span.category_name {
  font-size: 0.75rem;
  color: #fff;
  padding: 5px 10px 6px;
  line-height: 1;
  background-color: #464646;
}
#news .news .btn.tate {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#news .news .btn.tate a {
  margin: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  #news .news {
    padding: 15px 20px;
  }
  #news .news ul {
    display: block;
  }
  #news .news ul li {
    width: 100%;
    padding: 10px 0;
  }
  #news .news ul li a {
    font-size: 0.75rem;
    display: block;
  }
  #news .news ul li a span.topics_thumb {
    height: 200px;
  }
  #news .news ul li a span.topics_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  #news .news ul li a span.topics_title {
    max-height: 36px;
  }
  #news .news ul li a span.category_name {
    font-size: 0.625rem;
  }
}
#index {
  /******************************************
  [mv]
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  イントロ
  ******************************************/
  /* sp */
  /******************************************
  [sec2]  こんな理由で一歩を踏み出せない...そんな方はぜひご応募ください！
  ******************************************/
  /* sp */
  /******************************************
  [sec3]  求人担当からのお知らせ
  ******************************************/
  /* sp */
  /******************************************
  [sec3]  トップメニュー
  ******************************************/
  /* sp */
}
#index .mv {
  height: calc(100vh - 80px);
  margin-top: 80px;
  z-index: 1;
}
#index .mv-box {
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  display: flex;
  background: url(../img/mv-img.jpg) center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}
#index .mv-bg {
  width: 100%;
  height: 100%;
  order: 1;
  overflow: hidden;
}
#index .mv-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: inherit;
}
#index .mv-txt {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0px 0px 10px black;
  display: block;
}
#index .mv-txt .sub {
  font-size: 1.5625rem;
  line-height: 2;
  display: block;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #index .mv {
    height: 400px;
    margin-top: 50px;
  }
  #index .mv-txt {
    font-size: 1.875rem;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
  }
  #index .mv-txt .sub {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    margin-top: 100px;
    padding: 0 10px;
  }
}
#index #intro .intro {
  display: flex;
  padding: 0 20px;
}
#index #intro .intro > div {
  width: 50%;
  flex: 1;
}
#index #intro .intro-right {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-height: 670px;
}
#index #intro .intro-right > div {
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}
#index #intro .intro-right > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: initial;
}
@media screen and (min-width: 2110px) {
  #index #intro .intro-right > div img {
    width: 100%;
    height: auto;
  }
}
#index #intro .intro-left {
  padding-right: 40px;
}
#index #intro .intro .ttl {
  font-weight: 800;
}
#index #intro .intro .ttl .main {
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
  text-align: right;
}
#index #intro .intro .ttl .main span {
  font-size: 7.5rem;
  display: block;
  margin-bottom: 10px;
  color: #2a4e93;
}
#index #intro .intro .ttl .sub {
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 40px 0;
}
#index #intro .intro .txt {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #index #intro .intro {
    display: block;
    padding: 0 15px;
  }
  #index #intro .intro > div {
    width: 100%;
  }
  #index #intro .intro-right {
    margin-top: 40px;
    height: 300px;
  }
  #index #intro .intro-left {
    padding-right: 0;
  }
  #index #intro .intro .ttl .main {
    font-size: 1.25rem;
  }
  #index #intro .intro .ttl .main span {
    font-size: 5rem;
  }
  #index #intro .intro .ttl .sub {
    font-size: 1.5625rem;
    margin: 30px 0;
    text-align: center;
  }
  #index #intro .intro .txt {
    font-size: 1.125rem;
  }
}
#index #check {
  padding: 0;
}
#index #check .contacts {
  z-index: 0;
  margin-top: -103px;
  padding: 160px 0 40px;
  background: url(../img/index_sec2-bg2.jpg) center no-repeat;
  background-size: cover;
}
#index #check .contacts .box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 10px;
  display: flex;
}
#index #check .contacts .box > div {
  padding: 0 20px;
}
#index #check .contacts .box > div.left {
  width: 55%;
  text-align: center;
}
#index #check .contacts .box > div.left .sub {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px;
  background-color: #2a4e93;
  display: inline-block;
}
#index #check .contacts .box > div.left .ttl {
  font-size: 2.8125rem;
  color: #b73732;
  font-weight: 800;
  line-height: 1;
  margin: 20px 0;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#index #check .contacts .box > div.left .txt {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
}
#index #check .contacts .box > div.right {
  width: 45%;
}
#index #check .contacts .box > div.right .area {
  font-size: 1rem;
  line-height: 2;
}
#index #check .contacts .box > div.right .area span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px 6px;
  margin-right: 10px;
  background-color: #2a4e93;
  display: inline-block;
}
#index #check .contacts .box > div.right .tel {
  font-size: 3.125rem;
  justify-content: center;
  color: #2a4e93;
  font-weight: 800;
  line-height: 1;
  margin: 5px 0 15px;
}
#index #check .contacts .box > div.right .btn {
  margin-top: 0;
}
#index .pentagon {
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  padding: 80px 0;
}
#index .pentagon:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/index_sec2-bg1.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}
#index .pentagon .check {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}
#index .pentagon .check li {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 800;
  width: 49%;
  background-color: #2a4e93;
  margin: 0;
  padding-bottom: 0;
  line-height: 1;
  padding: 20px;
}
#index .pentagon .check li:before {
  font-size: 120%;
  color: #fff;
  font-weight: normal;
}
#index .pentagon .ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
  margin: 40px auto -40px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media screen and (max-width: 768px) {
  #index #check .contacts {
    margin-top: -103px;
    padding: 160px 0 40px;
    background: url(../img/index_sec2-bg2.jpg) center no-repeat;
    background-size: cover;
  }
  #index #check .contacts .box {
    padding: 15px;
    width: calc(100% - 30px);
    display: block;
  }
  #index #check .contacts .box > div {
    padding: 0;
  }
  #index #check .contacts .box > div.left {
    width: 100%;
    text-align: center;
  }
  #index #check .contacts .box > div.left .sub {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 5px 15px;
  }
  #index #check .contacts .box > div.left .ttl {
    font-size: 2.5rem;
    margin: 15px;
    line-height: 1.2;
  }
  #index #check .contacts .box > div.left .txt {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #index #check .contacts .box > div.right {
    width: 100%;
    margin-top: 20px;
  }
  #index #check .contacts .box > div.right .area {
    font-size: 1rem;
    line-height: 1.5;
  }
  #index #check .contacts .box > div.right .area span {
    display: block;
    margin-bottom: 5px;
  }
  #index #check .contacts .box > div.right .tel {
    font-size: 2.5rem;
    margin: 5px 0 15px;
  }
  #index #check .contacts .box > div.right .btn {
    margin-top: 0;
  }
  #index .pentagon {
    padding: 60px 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  }
  #index .pentagon .check {
    display: block;
  }
  #index .pentagon .check li {
    font-size: 1rem;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 10px;
  }
  #index .pentagon .ttl {
    font-size: 1.25rem;
    margin: 20px auto -10px;
  }
}
#index #news {
  background: url(../img/index_sec3-bg.jpg) center repeat-x;
  background-position: center bottom;
  background-size: 1500px 137px;
  padding: 60px 0;
}
#index #news .inner {
  display: flex;
}
#index #news .inner-l {
  width: 240px;
  background-color: #2a4e93;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index #news .inner-l h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}
#index #news .inner-l h3 span {
  font-size: 2.5rem;
  color: #fff;
}
#index #news .inner-l .btn {
  margin-top: 0;
  width: 100%;
}
#index #news .inner-l .btn a {
  padding: 18px 30px 20px;
}
#index #news .inner-r .news {
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  #index #news .inner {
    display: block;
  }
  #index #news .inner-l {
    width: 100%;
    padding: 5px 15px;
  }
  #index #news .inner-l h3 span {
    margin-bottom: 5px;
  }
  #index #news .inner-r .news ul li {
    margin-bottom: 10px !important;
  }
  #index #news .inner-r .news .topics_date {
    margin-bottom: 0;
  }
}
#index #menu .menu {
  display: flex;
  gap: 1%;
}
#index #menu .menu li {
  width: 33.333%;
  height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}
#index #menu .menu li:nth-child(1) {
  background-image: url(../img/index_menu-bg1.jpg);
}
#index #menu .menu li:nth-child(2) {
  background-image: url(../img/index_menu-bg2.jpg);
}
#index #menu .menu li:nth-child(3) {
  background-image: url(../img/index_menu-bg3.jpg);
}
#index #menu .menu li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
#index #menu .menu li:hover {
  background-size: 110%;
}
#index #menu .menu li:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
#index #menu .menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 20px;
  z-index: 1;
  text-decoration: none;
}
#index #menu .menu li a .ttl {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1;
  height: calc(100% - 40px);
  text-shadow: #464646 2px 0px, #464646 -2px 0px, #464646 0px -2px, #464646 0px 2px, #464646 2px 2px, #464646 -2px 2px, #464646 2px -2px, #464646 -2px -2px, #464646 1px 2px, #464646 -1px 2px, #464646 1px -2px, #464646 -1px -2px, #464646 2px 1px, #464646 -2px 1px, #464646 2px -1px, #464646 -2px -1px;
}
#index #menu .menu li a .ttl span {
  font-size: 1.875rem;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#index #menu .menu li a .btn {
  color: #2a4e93;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  padding: 10px 40px;
  margin-top: 0;
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #index #menu .menu {
    display: block;
  }
  #index #menu .menu li {
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }
  #index #menu .menu li:first-child {
    margin-top: 0;
  }
  #index #menu .menu li a .btn {
    height: 35px;
    padding: 10px 30px;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [personality.html] 求める人材
  ******************************************/
  /* sp */
  /******************************************
  [careersupport.html] キャリアサポート
  ******************************************/
  /* sp */
  /******************************************
  [news.html] トピックスリスト
  ******************************************/
  /* sp */
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /* sp */
  /* sp */
  /******************************************
  [entry] 募集要項
  ******************************************/
  /* sp */
}
#second section {
  border-top: 1px solid #bbbbbb;
}
#second .mv {
  height: 400px;
  margin: 0;
  z-index: 10;
}
#second .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  background: url(../img/mv-img.jpg) center no-repeat;
  background-size: cover;
}
#second .mv-txt {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  color: #fff;
  left: 40px;
  bottom: 150px;
  margin: auto;
  z-index: 10;
  text-shadow: 0px 0px 10px black;
}
@media screen and (max-width: 768px) {
  #second .mv {
    height: 200px;
  }
  #second .mv-txt {
    font-size: 1.5625rem;
    left: 20px;
    bottom: 20px;
  }
}
#second .personality {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 140px;
}
#second .personality:before {
  content: "";
  width: 600px;
  height: 800px;
  background: url(../img/personality_triangle.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  bottom: 0;
  margin: auto;
}
#second .personality li {
  width: 100%;
}
#second .personality li:nth-child(1) {
  padding-bottom: 20px;
}
#second .personality li:nth-child(n+2) {
  width: 50%;
}
#second .personality .circle {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #2a4e93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: auto;
}
#second .personality .circle p {
  color: #fff;
  text-align: center;
}
#second .personality .circle .ttl {
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0px 0px 10px black;
  margin-bottom: 20px;
}
#second .personality .circle .ttl small {
  font-size: 80%;
}
#second .personality .circle .txt {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0 25px;
}
#second .appeal, #second .appeal2 {
  background: url(../img/personality_sec1-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px black;
}
#second .appeal2, #second .appeal22 {
  background: url(../img/careersupport_sec1-bg.jpg) center no-repeat;
}
#second .check.candidate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#second .check.candidate li {
  font-size: 1.6875rem;
  color: #b73732;
  font-weight: 800;
  line-height: 1;
  width: 49%;
  display: inline-block;
  margin: 10px 0;
  padding: 30px;
  border: 2px solid #2a4e93;
  border-radius: 10px;
}
#second .check.candidate li:before {
  font-size: 120%;
  display: inline-block;
}
#second .check.candidate li .txt {
  font-size: 1.25rem;
  color: #464646;
  font-weight: 600;
  line-height: 1.6;
  width: 100%;
  display: block;
  margin-top: 20px;
}
#second .voice {
  display: flex;
  gap: 2%;
  margin-top: 60px;
}
#second .voice .img {
  width: 300px;
}
#second .voice .img p {
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
#second .voice .img p small {
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
  background-color: #2a4e93;
}
#second .voice .txt {
  flex: 1;
}
#second .voice .txt dl {
  padding: 15px 20px;
}
#second .voice .txt dl:nth-child(odd) {
  background-color: #f9f9f9;
}
#second .voice .txt dl dt {
  font-size: 1.5625rem;
  font-weight: 800;
  color: #2a4e93;
  border-bottom: 2px solid #2a4e93;
}
#second .voice .txt dl dd {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
#second .voice:nth-child(even) .img {
  order: 2;
}
#second .voice:nth-child(even) .txt {
  order: 1;
}
@media screen and (max-width: 768px) {
  #second .personality {
    padding: 0;
  }
  #second .personality:before {
    width: 300px;
    height: 400px;
    top: -60px;
  }
  #second .personality li:nth-child(1) {
    padding-bottom: 0;
  }
  #second .personality .circle {
    width: 160px;
    height: 160px;
  }
  #second .personality .circle .ttl {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
  #second .personality .circle .txt {
    font-size: 0.75rem;
    padding: 0 10px;
    line-height: 1.5;
  }
  #second .appeal, #second .appeal2 {
    padding: 40px 0;
    font-size: 1.25rem;
  }
  #second .check.candidate {
    display: block;
  }
  #second .check.candidate li {
    font-size: 1.25rem;
    width: 100%;
    padding: 15px;
  }
  #second .check.candidate li:before {
    font-size: 100%;
    margin-right: 5px;
  }
  #second .check.candidate li .txt {
    font-size: 1rem;
    margin-top: 10px;
  }
  #second .voice {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  #second .voice:first-child {
    margin-top: 0;
  }
  #second .voice .img {
    width: 200px;
    margin: auto;
  }
  #second .voice .img p {
    margin-top: 0;
  }
  #second .voice .txt {
    margin-top: 20px;
  }
  #second .voice .txt dl {
    padding: 10px 15px;
  }
  #second .voice .txt dl dt {
    font-size: 1.25rem;
  }
  #second .voice .txt dl dd {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
#second .license p {
  line-height: 1;
}
#second .license .ttl {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #2a4e93;
  padding: 15px;
  margin-bottom: 30px;
}
#second .license .count {
  font-size: 9.375rem;
  font-weight: 800;
  text-align: center;
  color: #b73732;
}
#second .license .count small {
  font-size: 5rem;
  font-weight: 800;
  color: #464646;
  bottom: 3px;
}
#second .license dl.list {
  padding: 0 10px;
}
#second .license dl.list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#second .license dl.list > div dt, #second .license dl.list > div dd {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
#second .license dl.list > div dd.line {
  flex: 1;
}
#second .license dl.list > div dd.line:before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin: 0 10px;
  border-bottom: 2px dotted #464646;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .license dl.list > div dd.eng {
  font-size: 1.5625rem;
  color: #b73732;
  text-align: right;
}
#second .license dl.list > div dd.eng small {
  font-size: 1.125rem;
  color: #464646;
}
@media screen and (max-width: 768px) {
  #second .license {
    margin-bottom: 30px;
  }
  #second .license .ttl {
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 10px;
  }
  #second .license .count {
    font-size: 5rem;
  }
  #second .license .count small {
    font-size: 2.5rem;
  }
  #second .license .img {
    text-align: center;
  }
  #second .license dl.list > div dt, #second .license dl.list > div dd {
    font-size: 1rem;
  }
  #second .license dl.list > div dd.eng {
    font-size: 1.25rem;
  }
  #second .license dl.list > div dd.eng small {
    font-size: 0.875rem;
    color: #464646;
  }
}
#second #news .inner {
  max-width: 800px;
}
#second .topics.thumbnail ul {
  flex-wrap: wrap;
  justify-content: left;
  gap: 3%;
}
#second .topics.thumbnail ul li {
  width: 31.333%;
  margin-bottom: 3%;
}
#second .topics.thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #second .topics.thumbnail ul {
    gap: 0;
  }
  #second .topics.thumbnail ul li {
    width: 90%;
    margin: 5% auto 0;
  }
  #second .topics.thumbnail ul li:first-child {
    margin-top: 0;
  }
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  margin-top: 0 !important;
  background-color: #fff;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl {
  width: 100%;
}
#second .privacy-box-txt dl dt {
  font-size: 1rem;
  font-weight: bold;
  color: #2a4e93;
  margin: 30px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #bbbbbb;
  padding: 10px;
}
#second .privacy table tr th {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #second .privacy-box {
    padding: 0;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 0.875rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
  #second .privacy .basic th {
    width: 100px !important;
  }
}
#second table.normal {
  background: #fff;
}
#second table.normal tr th, #second table.normal tr td {
  color: #464646;
  border: 1px solid #bbbbbb;
  padding: 10px 20px;
}
#second table.normal tr th {
  text-align: center;
  background: #f9f9f9;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  padding: 10px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(1) {
  width: 300px;
}
#second .cookie .cookieTable table tr:nth-child(1) th:nth-child(2) {
  width: 150px;
}
#second .cookie .cookieTable table tr td {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #second .cookie .cookieTable {
    width: 100%;
    overflow-x: scroll;
  }
  #second .cookie .cookieTable table {
    width: 600px;
  }
  #second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
    font-size: 0.75rem;
    padding: 10px;
  }
  #second .cookie .cookieTable table tr th {
    width: 33.333% !important;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px solid #bbbbbb;
  display: flex;
  align-items: center;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 30px 0;
}
#second .formTable tr th {
  font-weight: 600;
  line-height: 1.4;
  width: 180px;
  text-align: left;
  align-items: center;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #b73732;
  border-radius: 2px;
  padding: 5px 8px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  flex: 1;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td .select {
  display: inline-block;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #2a4e93;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 30px;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  #second .formTable tr {
    display: block;
  }
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
    width: 100% !important;
    display: block;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding: 0 0 15px 0;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
  #second .formTable tr td .select {
    display: inline-flex;
    align-items: center;
  }
  #second .formTable tr td .select select {
    padding-right: 20px;
    margin-right: 5px;
  }
  #second .formTable tr td .select i {
    right: 26px;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #bbbbbb;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #2a4e93;
}
@media screen and (max-width: 768px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #bbbbbb;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .tag {
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 2rem;
  margin: 5px 10px 5px 0;
}
#second .tag.employment {
  background-color: #b73732;
}
#second .tag.area {
  background-color: #2a4e93;
}
#second .recruit-search {
  font-size: 1.125rem;
  padding: 20px 10px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  display: block;
  align-items: baseline;
  margin-bottom: 40px;
  background-color: #f9f9f9;
}
#second .recruit-search li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 0;
}
#second .recruit-search p {
  line-height: 1;
  padding: 10px;
}
#second .recruit-search p:first-child {
  font-weight: 700;
}
#second .recruit-search input,
#second .recruit-search select {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 10px;
  height: 30px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  margin: 0 10px;
}
#second .recruit-search input[type=text] {
  width: 300px;
}
#second .recruit-list .ttl {
  font-size: 1.5625rem;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px solid #ccd8f0;
}
#second .recruit-list .ttl:before {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #2a4e93;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#second .recruit-list .imgTxt {
  align-items: flex-start;
}
#second .recruit-list .img {
  width: 350px;
}
#second .recruit-list li {
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  border: 1px solid #bbbbbb;
  padding: 30px;
}
#second .recruit-list li:first-child {
  margin-top: 0;
}
#second .recruit-list li .btn {
  margin-top: 10px;
}
#second .recruit-detail {
  border: 1px solid #bbbbbb;
  padding: 30px;
  background: #fff;
}
#second .recruit-detail-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 4px solid #004098;
  margin-bottom: 20px;
}
#second .recruit-detail-txt {
  margin-top: 20px;
}
#second .recruit-table {
  box-sizing: border-box;
  font-size: 0.875rem;
  width: 100%;
  margin: 40px auto 0;
  line-height: 27px;
}
#second .recruit-table tr {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#second .recruit-table tr th {
  padding: 15px;
  border-top: 1px solid #e0e7f6;
  border-bottom: 1px solid #e0e7f6;
  background: #e0e7f6;
  box-sizing: border-box;
  width: 300px !important;
}
#second .recruit-table tr td {
  padding: 15px;
  width: 85% !important;
  border-top: 1px solid #e0e7f6;
  border-bottom: 1px solid #e0e7f6;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #second .tag {
    padding: 0.5rem 1rem;
  }
  #second .recruit-search {
    font-size: 1rem;
    display: block;
    margin-bottom: 40px;
  }
  #second .recruit-search select {
    width: 100%;
    margin: 5px 0;
  }
  #second .recruit-search input[type=text] {
    width: 300px;
  }
  #second .recruit-search p {
    margin-top: 10px;
  }
  #second .recruit-list .ttl {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  #second .recruit-list .img {
    width: 100%;
  }
  #second .recruit-list li {
    margin-top: 60px;
    padding: 18px;
  }
  #second .recruit-list .btn {
    margin-top: 20px !important;
  }
  #second .recruit-table {
    font-size: 0.75rem;
    margin: 20px auto 0;
    line-height: 27px;
  }
  #second .recruit-table tr th, #second .recruit-table tr td {
    padding: 5px;
    border: 1px solid #ccd8f0;
  }
  #second .recruit-table tr th {
    width: 100px !important;
    line-height: 1.2;
  }
  #second .recruit-table tr td {
    width: 83% !important;
    line-height: 1.6;
  }
}

/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 60px;
}
.column-2n:first-child, .column-2n:first-of-type,
.thumbnail-2n:first-child,
.thumbnail-2n:first-of-type {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 40px) / 2 - 40px);
  margin: 40px 40px 0 0;
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n.space2 .column-box,
  .thumbnail-2n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-3n,
.thumbnail-3n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 60px;
}
.column-3n:first-child, .column-3n:first-of-type,
.thumbnail-3n:first-child,
.thumbnail-3n:first-of-type {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 40px) / 3 - 40px);
  margin: 40px 40px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n.space2 .column-box,
  .thumbnail-3n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-4n,
.thumbnail-4n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 60px;
}
.column-4n:first-child, .column-4n:first-of-type,
.thumbnail-4n:first-child,
.thumbnail-4n:first-of-type {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 40px) / 4 - 40px);
  margin: 40px 40px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n.space2 .column-box,
  .thumbnail-4n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-5n,
.thumbnail-5n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 60px;
}
.column-5n:first-child, .column-5n:first-of-type,
.thumbnail-5n:first-child,
.thumbnail-5n:first-of-type {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 40px) / 5 - 40px);
  margin: 40px 40px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n.space2 .column-box,
  .thumbnail-5n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
.column-6n,
.thumbnail-6n {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 60px;
}
.column-6n:first-child, .column-6n:first-of-type,
.thumbnail-6n:first-child,
.thumbnail-6n:first-of-type {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 40px) / 6 - 40px);
  margin: 40px 40px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 768px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n.space2 .column-box,
  .thumbnail-6n.space2 .column-box {
    width: 100%;
    margin: 0 0 2px;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0 !important;
  clear: both;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: inherit !important;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #bbbbbb !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #2a4e93;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #2a4e93;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #464646;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #2a4e93;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #05136b;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}