@charset "UTF-8";

/*===================================
  基本設定
===================================*/
.color01 {
  color: #10318A;
}

.color02 {
  color: #555;
}

.color03 {
  color: #555;
}

.color04 {
  color: #555;
}

.bgcolor01 {
  background-color: #10318A;
}

.bgcolor02 {
  background-color: #555;
}

.bgcolor03 {
  background-color: #555;
}

.bgcolor04 {
  background-color: #555;
}

.bgc {
  position: relative;
  z-index: 0;
}

.bgc:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: -4;
}

.bgc.__white:after {
  background: #fff;
}

.bgc.__op_white:after {
  background: rgba(255, 255, 255, 0.8);
}

.bgc.__op_mc1:after {
  background: rgba(16, 49, 138, 0.8);
}

.bgc.__black::after {
  background: rgba(0, 0, 0, 0.5);
}

/* 共通コンテンツ間隔 */
.area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.areat {
  padding-top: 0;
  padding-bottom: 100px;
}

.area.__small {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .areat {
    padding-bottom: 70px;
  }

  .area.__small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .areat {
    padding-bottom: 50px;
  }

  .area.__small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
.has_bgi {
  position: relative;
  overflow: hidden;
}

.has_bgi .bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.has_bgi .bgi:after {
  position: absolute;
  background: rgba(16, 49, 138, 0.7);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}

.has_bdr {
  border: 1px solid #10318A;
}

/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  padding-bottom: 30px;
}

.ttl-cmn01 .en {
  font-size: 34px;
  display: block;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.ttl-cmn01 .jp {
  font-size: 14px;
}

.ttl-cmn01.color .en {
  color: #10318A;
}

.ttl-cmn01.mono {
  color: white;
}

.ttl-cmn01.mono .en {
  color: white;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 .en {
    font-size: 24px;
  }
}

.ttl-cmn02 {
  position: relative;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  margin-bottom: 3rem;
  color: #10318A;
  font-size: 24px;
  padding-left: 15px;
}

.ttl-cmn02:before {
  position: absolute;
  display: block;
  content: "";
  background: #10318A;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .ttl-cmn02 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-cmn02 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* 共通タイトル3 */
.ttl-cmn03 {
  border-bottom: 2px solid #555;
  margin-bottom: 20px;
}

.ttl-cmn03 .ttlin {
  display: block;
  font-size: 20px;
  background: #555;
  color: #fff;
  max-width: 350px;
  padding: 10px 10px 10px 20px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn03 .ttlin {
    font-size: 18px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 250px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.btn-cmn01.bg-mc1 a {
  display: block;
  background: #10318A;
  color: #fff;
}

.btn-cmn01.bg-mc1 a span:before {
  color: #fff;
}

.btn-cmn01.bg-w a {
  display: block;
  background: white;
}

.btn-cmn01.radius .alta {
  display: block;
  border-radius: 30px;
  padding: 0px 20px;
  background: #10318A;
  color: #fff;
}

.btn-cmn01 a,
.btn-cmn01 .alta {
  display: block;
  padding: 10px 20px;
  background: white;
  border: 1px solid #10318A;
  color: #10318A;
  text-align: center;
}

.typeb .btn-cmn01 a{
  background: #10318A;
  border: 1px solid #fff;
  color: #fff;
}

.btn-cmn01 span {
  position: relative;
}

.btn-cmn01 span:before {
  position: absolute;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.-back span:before {
  content: "\f053";
}

.btn-cmn01.btn-back span:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/* 共通ボタン2 */
.btn-cmn02 {
  margin-top: 50px;
}

.btn-cmn02 a {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
}

/* 共通ボタン3 */
.btn-cmn03 {
  margin-top: 50px;
}


/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  display: none;
}

[data-element-id] .pagettl {
  display: block;
  color: #fff;
}

/**
ヘッダー
header
*/
.header {
  position: fixed;
  z-index: 260;
  width: 100%;
  top: 0;
  left: 0;
}

.header .left {
  width: 10%;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  max-height: 90px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel a {
  font-weight: bold;
  font-size: 30px;
}

.header .right .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .header {
    padding: 5px 0;
    z-index: 250;
  }

  .header .left {
    width: 30%;
  }

  .header .right {
    display: none;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}

[data-element-id].fix-bottom  {
  display: flex;
  width: 100%;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .fix-bottom .item {
    width: 1000%;
    text-align: center;
  }

  .fix-bottom a {
    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;
    height: 100%;
    padding: 10px 5px;
  }

  .fix-bottom .contact {
    background: #10318A;
    color: #fff;
  }

  .fix-bottom .contact a:before {
    margin-right: 5px;
    content: '\f0e0';
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
  }
}



/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  width: 80%;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .wrap div{
  width: 100%;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  text-shadow: #555 0px 0px 4px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding-bottom: 100px;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .list01 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gnav .item01.btn-cmn01 {
    padding: 0 1rem;
    max-width: none;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
    text-shadow: none;
  }

  .gnav .item01 a {
    color: #10318A;
  }

  .gnav .item02 {
    width: 100%;
    margin:0 auto 10px;
    padding-left: 10px;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #555;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

[data-element-id] .gnav .item01 {
  display: block;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }


.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #555;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

}
/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
}

/**
フッター
footer
*/
.footer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.footer .bgi {
  position: absolute;
  z-index: -2;
}

.footer .bgi:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 49, 138, 0.7);
  z-index: 1;
}

.footer .copy {
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 50px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 50px 0 0;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .list01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav .list01 li {
  color: #fff;
  margin: 0 2rem 1rem;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  content: '';
}

.fnav .list02 {
  width: 50%;
}

.fnav .datawrap {
  -webkit-column-count: 3;
  column-count: 3;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  content: '';
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  position: relative;
  padding-left: 12px;
}

.fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #555;
  content: '';
}

@media only screen and (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .fnav .datawrap {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .fnav .list01 li {
    margin: 0 2% 1rem;
    width: 46%;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 250px;
}

.column2 .mainwrap {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side.side-type02 {
    display: none;
  }

  .side .list {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  padding: 15px 15px 15px 20px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  border: 1px solid #555;
}

.list-side .data {
  border-bottom: 1px solid #555;
}

.list-side a {
  padding: 15px;
  display: block;
  background: #e7e4e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-side.type-archive .datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-side.type-archive .datawrap .data {
  width: 50%;
}

.list-side.type-archive .datawrap .data:nth-child(odd) {
  border-right: 1px dotted #555;
}

.list-side02 .datattl {
  padding: 15px 15px 15px 20px;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  border: 1px solid #555;
}

.list-side02 .data {
  border-bottom: 1px solid #555;
}

.list-side02 a {
  padding: 15px;
  display: block;
  background: #e7e4e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-side02.type-archive .datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-side02.type-archive .datawrap .data {
  width: 50%;
}

.list-side02.type-archive .datawrap .data:nth-child(odd) {
  border-right: 1px dotted #555;
}

/* ボトムメニュー */
.bottom .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom .list {
  margin-bottom: 30px;
  width: 48%;
}

@media only screen and (max-width: 599px) {
  .bottom .list {
    width: 100%;
  }
}

.list-bottom .datattl {
  padding: 20px 20px 20px 30px;
  background: #555;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  font-size: 20px;
}

.list-bottom .data {
  border-bottom: 1px solid #555;
}

.list-bottom a {
  padding: 15px;
  display: block;
  background: #e7e4e0;
}

.list-bottom.type-archive .datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-bottom.type-archive .datawrap .data {
  width: 50%;
}

.list-bottom.type-archive .datawrap .data:nth-child(odd) {
  border-right: 1px dotted #555;
}

[data-element-id] .list-bottom .datawrap {
  display: block !important;
}

[data-element-id] .list-bottom.type-archive .datawrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .img {
  position: relative;
  min-height: 100vh;
  z-index: -10;
}

.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

.homevisual .img img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: #555 2px 2px 10px, #555 2px -2px 10px;
  font-family: serif;
  letter-spacing: 10px;
}

@media only screen and (max-width: 599px) {
  .homevisual .img {
    min-height: 80vh;
  }
  .homevisual .head {
    font-size: 28px;
  }
}

.num_li .item {
  width: 70%;
  margin: 0 auto 2rem;
}

.num_dl .num {
  background: #10318A;
  color: white;
  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;
  font-size: 44px;
  width: 80px;
  height: 80px;
  text-align: center;
}

.num_dl .txt {
  width: calc(100% - 100px);
}

.num_dl .txt dt {
  color: #10318A;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .num_dl .num {
    font-size: 28px;
    width: 65px;
    height: 65px;
  }

  .num_dl .txt {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 599px) {
  .num_dl .num {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .num_dl .txt {
    width: calc(100% - 60px);
  }

  .num_li .item {
    width: 100%;
  }
  
}

.circle_head_list .item01+.item01 {
  margin-top: 75px;
}

.circle_head_list .head {
  border-radius: 50%;
  color: #fff;
  background: #10318A;
  font-size: 32px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle_head_list .body {
  width: calc(100% - 180px);
}

.circle_head_list .ttl01 {
  color: #10318A;
  font-size: 24px;
  border-bottom: 1px solid #10318A;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px) {
  .circle_head_list .head {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }

  .circle_head_list .body {
    width: calc(100% - 120px);
  }

  .circle_head_list .ttl01 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .circle_head_list .head {
    font-size: 18px;
  }

  .circle_head_list .ttl01 {
    font-size: 16px;
  }
}

.method_list .item01 {
  position: relative;
  padding: 0 2rem;
}

.method_list .item01+.item01:after {
  position: absolute;
  display: block;
  font-size: 2.5rem;
  top: 50%;
  left: -.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #10318A;
}

.method_list .head {
  margin: auto;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background: #10318A;
  color: #fff;
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.method_list .body {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  text-align: center;
  border: 1px solid #10318A;
  width: 80%;
  margin: 1rem auto 0;
  color: #10318A;
  padding: 5px;
}

@media only screen and (max-width: 1024px) {
  .method_list .head {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}

.topic_list .item01 {
  position: relative;
}

.topic_list .item01:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 150px;
  z-index: -1;
}

.topic_list .item01:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -3;
}

.topic_list .item01:nth-of-type(odd):after {
  background: #10318A;
}

.topic_list .item01:nth-of-type(even) .up-d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.topic_list .item01:nth-of-type(even):after {
  background: #c8d0e4;
}

@media only screen and (max-width: 1024px) {
  .topic_list .item01:before {
    height: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .topic_list .pic_side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }

  .topic_list .item01:before {
    height: 100px;
  }
}

.sche_dl {
  border-bottom: 1px solid #10318A;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.sche_dl dt,
.sche_dl dd {
  color: #10318A;
}

.sche_dl dt {
  padding: 0 1rem;
}

.sche_dl dd {
  padding-right: 1rem;
}

@media only screen and (max-width: 599px) {
  .sche_dl dt {
    padding-left: 0;
    margin-bottom: 5px;
  }
}

.achievement_list .catch {
  border-bottom: 3px solid #10318A;
  font-weight: bold;
}

.achievement_list .ttl01 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 1rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.achievement_list .txt01 {
  background: #fff;
  padding: 2rem;
}

.achievement_list .bg_color {
  background: #10318A;
}

.achievement_list .item01:nth-of-type(even) .flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.achievement_list .item01:nth-of-type(even) .bg_color {
  background: #c8d0e4;
}

@media only screen and (max-width: 1024px) {
  .achievement_list .ttl01 {
    font-size: 22px;
  }
}

.check_list .item01 {
  position: relative;
  padding-left: 2.5rem;
  font-size: 16px;
}

.check_list .item01+.item01,
.check_list .item01+.item02 {
  margin-top: 2rem;
}

.check_list .item01:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  left: 0;
  top: -.75rem;
  font-size: 2rem;
  color: #10318A;
}

.check_list .item02 {
  padding-left: 2.5rem;
}

.check_list.__white .item01,
.check_list.__white .item02 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.check_list.__white .item01,
.check_list.__white .item02,
.check_list.__white .item01:before {
  color: #fff;
}

.check_list.__white .item01 {
  font-size: 24px;
}

.check_list.__white .item01:before {
  top: 0;
}

.check_list.__white .s {
  display: block;
  font-size: 0.9em;
}

@media only screen and (max-width: 599px) {
  .check_list.__white .item01 {
    font-size: 18px;
  }
}

.member_list .item_head div,
.member_list .item_head h4{
  background: #10318A;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

.member_list .salon_info {
  border: 1px solid #555;
  padding: 1rem;
}

.member_list .has_bdb {
  border-bottom: 1px solid #10318A;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.member_list.__list01 .item01+.item01 {
  margin-top: 2rem;
}

.member_list.__list02 .item01:nth-of-type(n+3) {
  margin-top: 2rem;
}

@media only screen and (max-width: 599px) {
  .member_list.__list02 .item01+.item01 {
    margin-top: 2rem;
  }
}

.list_style_list .item01 {
  position: relative;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.list_style_list .item01:before {
  position: absolute;
  top: 0;
  left: 1rem;
  display: block;
}

.list_style_list .item01.__dot:before {
  content: "・";
}

.list_style_list .item01.__dia:before {
  content: "◇";
}

.list_style_list.has_bdb .item01 {
  border-bottom: 1px solid #555;
  padding-bottom: 1rem;
}

.fee_list {
  overflow: hidden;
}

.fee_list .item01 {
  position: relative;
}

.fee_list .item01 .box {
  position: relative;
  padding: 50px 25px;
}

.fee_list .item01 .box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  top: 0;
  z-index: -1;
}

.fee_list .item01 .box .s {
  font-size: 1.75em;
}

.fee_list .item01 .ttl01 {
  position: relative;
  font-size: 24px;
}

.fee_list .item01 .ttl01:before {
  position: absolute;
}

.fee_list .item01:nth-of-type(odd)>* {
  color: #fff;
}

.fee_list .item01:nth-of-type(odd) .box {
  background: #10318A;
}

.fee_list .item01:nth-of-type(odd) .box .has_bdb {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.fee_list .item01:nth-of-type(odd) .box .has_bdb:before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  bottom: -1px;
  left: -100%;
  z-index: 0;
}

.fee_list .item01:nth-of-type(odd) .box:before {
  background: #10318A;
  left: -100%;
}

.fee_list .item01:nth-of-type(even)>* {
  color: #10318A;
}

.fee_list .item01:nth-of-type(even) .box {
  background: #fff;
}

.fee_list .item01:nth-of-type(even) .box .has_bdb {
  position: relative;
  border-bottom: 1px solid #10318A;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.fee_list .item01:nth-of-type(even) .box .has_bdb:before {
  position: absolute;
  display: block;
  content: "";
  background: #10318A;
  height: 1px;
  width: 100%;
  bottom: -1px;
  right: -100%;
  z-index: 0;
}

.fee_list .item01:nth-of-type(even) .box:before {
  background: #fff;
  right: -100%;
}

.fee_list .item01:first-of-type .box:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  content: "";
  top: 0;
  right: -100%;
  z-index: -1;
}

.fee_list .item01:not(:last-of-type) .box {
  padding-bottom: 150px;
}

.fee_list .item01:not(:first-of-type) .box {
  margin-top: -75px;
}

/*リスト４（よくある質問）*/
.faq01 .text.-head.-cmn01 {
  margin-bottom: 20px;
}

.list.-cmn04 .listitem {
  margin-bottom: 40px;
}

.list.-cmn04 .datatitle {
  background: #c8d0e4;
  position: relative;
  padding-left: 30px;
  padding: 14px 50px 10px 70px;
  min-height: 50px;
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
}

.list.-cmn04 .datatitle:before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #10318A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.list.-cmn04 .datatitle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f0d7";
  color: #10318A;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list.-cmn04 .datatitle.is-parent:after {
  content: "\f0d8";
}

.list.-cmn04 .data {
  display: none;
  position: relative;
  padding-left: 70px;
  padding-right: 50px;
}

.list.-cmn04 .data:before {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 10px;
  background: #71d8e8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .list.-cmn04 .datatitle {
    font-size: 16px;
    padding: 14px 30px 10px 50px;
  }

  .list.-cmn04 .datatitle:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }

  .list.-cmn04 .datatitle:after {
    right: 10px;
  }

  .list.-cmn04 .data {
    padding-left: 50px;
    padding-right: 30px;
  }

  .list.-cmn04 .data:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
}

/* BLOG */
.list-blog01 a {
  display: block;
}

.list-blog01 a:hover {
  opacity: 1;
}

.list-blog01 a:hover .img {
  opacity: 0.5;
}

.list-blog01 a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.list-blog01 a:hover .more {
  visibility: visible;
  opacity: 1;
}

.list-blog01 .block-img {
  position: relative;
  background: #999;
}

.list-blog01 .img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
  margin-bottom: 5px;
}

.list-blog01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-blog01 .more {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-blog01 .time {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin-bottom: 5px;
}

.list-blog01 .cate {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  background: #10318A;
  color: #fff;
  padding: 5px;
  box-sizing: content-box;
  display: inline-block;
}

.list-blog01 .head {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .list-blog01 .more {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .list-blog01 .head {
    font-size: 16px;
  }
}

.blogdtl01 .cate {
  text-align: center;
}

.blogdtl01 .cate .tag{
  background: #10318A;
  color: #fff;
  padding: 5px;
  box-sizing: content-box;
  display: inline-block;
}

.blogdtl01 .time {
  display: block;
  text-align: center;
}

.blogdtl01 .head {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blogdtl01 .txt {
  padding-bottom: 50px;
  border-bottom: 2px solid #555;
}

/* ボトムメニュー */
.bottom .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom .list {
  margin-bottom: 30px;
  width: 48%;
}

@media only screen and (max-width: 599px) {
  .bottom .list {
    width: 100%;
  }
}

.list-bottom .datattl {
  padding: 20px 20px 20px 30px;
  background: #555;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #fff;
  font-size: 20px;
}

.list-bottom .data {
  border-bottom: 1px solid #555;
}

.list-bottom a {
  padding: 15px;
  display: block;
  background: #e7e4e0;
}

.list-bottom.type-archive .datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-bottom.type-archive .datawrap .data {
  width: 50%;
}

.list-bottom.type-archive .datawrap .data:nth-child(odd) {
  border-right: 1px dotted #555;
}

[data-element-id] .list-bottom .datawrap {
  display: block !important;
}

[data-element-id] .list-bottom.type-archive .datawrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* NEWS */
.list-news01 .item {
  border-bottom: 1px dotted #555;
  padding: 30px 0;
}

.list-news01 .item:first-child {
  padding-top: 0;
}

.list-news01 .time {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.list-news01 .cate {
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #10318A;
  color: #fff;
  padding: 5px;
  box-sizing: content-box;
  display: inline-block;
}

.newsdtl01 .cate {
  text-align: center;
}

.newsdtl01 .cate .tag {
  background: #10318A;
  color: #fff;
  padding: 5px;
  box-sizing: content-box;
  display: inline-block;
}

.newsdtl01 .time {
  display: block;
  text-align: center;
}

.newsdtl01 .head {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.newsdtl01 .txt {
  padding-bottom: 50px;
  border-bottom: 2px solid #555;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.form .datattl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  max-width: 500px;
  background: #ddd;
  border: none;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: none;
  background: #ddd;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .age input {
  width: 100px;
  margin-right: 10px;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  width: 50%;
  max-width: 170px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  border: 1px solid #555;
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #fff;
  margin: 0 10px;
}

.form .btn button:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＞";
}

.form .btn-back button:first-child:after {
  content: "＜";
  right: inherit;
  left: 5px;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 130%;
  font-size: 30px;
  cursor: pointer;
  color: #10318A;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 300px;
  max-height: 500px;
  z-index: -1;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 45%;
  content: '';
}

.topvisual .img:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.topvisual .img img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* パンくずリスト */
.breadcrumb {
  background: #fff;
}

.breadcrumb .item {
  display: inline-block;
  color: #10318A;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #10318A;
}

.breadcrumb .now {
  color: #555;
}

/* ページネーション */
.pagenation {
  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;
  border-top: 2px solid #555;
  padding: 50px 0;
  margin: 50px 0 0;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  background: #10318A;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: #555;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: #555;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
}

.form .datattl {
  width: 200px;
  color: #555;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  color: #f13c3c;
  font-size: 14px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  margin: 10px 20px;
  padding: 0.2em;
  width: 200px;
  border: none;
  border-radius: 2em;
  background: #555;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

 @media only screen and (max-width: 599px){
.list-bottom .datattl {
  font-size: 18px;
}
}

[data-element-id] .header {
  position: relative;
}

[data-element-id]  .list.-cmn04 .data {
  display: block;
}

[data-element-id] .list-bottom.type-archive .datawrap >div {
  width: 100%;
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

[data-element-id] .omit.__3 .item01:nth-of-type(n+4){
  display: none;
}

[data-element-id] .datawrap > div {
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

[data-element-id] .list-side .data {
  width: 100%;
}

[data-element-id] .list-bottom .data {
  width: 100%;
}

/* テキストを1文字ずつ出現させるためのCSS */
.fadetext span{opacity: 0; transform: translateY(50px);}
.fadetext.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {
    opacity:0;
    transform: translateY(50px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

.c10318a {
  color: #10318A;
}

/* 12/05　作成 */

.privacy-page .block{
  margin-bottom: 25px;
}

.privacy-page .mb25{
  margin-bottom: 25px;
}

.privacy-page .block h4{
  font-size: 24px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    width: fit-content;
}

.privacy-page .block div{
  line-height: 1.8em;
  margin-bottom: 10px;
}

.privacy-page .block li{
  list-style: auto;
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px){
  .privacy-page .block h4 {
    font-size: 18px;
}
}

/* 12/07　追加 */

@media only screen and (min-width: 1025px){
  .fnav .list01 li {
    color: #fff;
    margin: 0 1.3rem 1rem;
}


}



/* 12/19追加 */

.fead-right.mv > p {
    aspect-ratio: 4 / 5;
}
