@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.suuji{
  font-family: 'Vesper Libre', serif;
}
.suuji2{
  font-family: 'Noto Serif', serif;
}
.lora{
  font-family: 'Lora', serif;
}
.f-be{
  color: #d8b76c;
}

.c-b{
  color: #79ABD2;
}
.red{
  color: red;
}
/*===================================
  基本設定
===================================*/
.colorg{
  color: #7d7b7b;
}
.color01 {
  color: #000;
}
.color02 {
  color: #fff;
}
.text-s{
  text-shadow: 0px 1px 2px #999;
}
.nz{
  box-shadow: 0px 0px 20px 0px rgb(167 167 167);
  border-bottom: solid #fff 5px;
  border-top: solid #fff 5px;
}
.color03 {
  color: #000;
}
.color04 {
  color: #000;
}
.bgcolor01 {
  background-color: #000;
}
.bgcolor02 {
  background-color: #000;
}
.bgcolor03 {
  background-color: #000;
}
.bgcolor04 {
  background-color: #000;
}
/* 共通コンテンツ間隔 */
.area {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}
[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}
/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}
/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}
.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}
.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}
/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  padding: 0 45px 0 10px;
    z-index: 1;
    background: #fff;
}
/**
ヘッダー
header
*/
 .header {
 position: relative;
 z-index: 1;
 background: #fff;
} 
.header .contents {
  display: -webkit-box;
  display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .logo img {
  max-height: 50px;
}
.header .right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 40%;
}
.header .right .txt a{
  padding: 10px;
  border: solid 1px #d8b76c;
  background: #d8b76c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.header .right .txt.ab a{
    border: solid 1px #252e4f;
  background: #252e4f;
}
.telbox{
  padding: 10px;
  border: solid 1px #79abd2;
  background: #79abd2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  height: 64px;
}
/* .header .right .tel a{
  padding: 10px;
    border: solid 1px #79abd2;
    background: #79abd2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    height: 64px;
} */
.header .right .txtin {
  display: block;
}

@media (max-width: 1024px) {
  .header .right .txt a,
  .telbox{
    border: solid 1px #fff;
  }
  /* .header {
    padding: 5px 0;
  } */
  .header .logo img {
    max-height: 32px;
  }
  .header .right {
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
  }
}
/**
グローバルナビ
gnav
*/
.gnav {
  /* position: absolute; */
  z-index: 100;
  padding-bottom: 10px;
  width: 100%;
}
.header.fixed {
  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 5px 0 #999;
}
.gnav .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.gnav .navlogo {
  display: none;
}
.gnav .navlogo img {
  max-height: 40px;
}
.gnav .list1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 30%;
}
.gnav .list2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.gnav .item01 {
  text-align: center;
  font-size: 16px;
}
.gnav .item01.line {
  position: relative;
  width: 12.5%;
}
.gnav .item01.line::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: rgb(239,213,120);
  background: -moz-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
  background: linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd578",endColorstr="#f8e296",GradientType=1);
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -webkit-transition: transform .3s;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  }
.gnav .item01.line:hover::after {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform-origin: left top;
  transform: scale(1, 1);
  }


.gnav .item01.stay::after{
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform-origin: left top;
  transform: scale(1, 1);
}
.gnav .item01 > a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
  font-weight: bold;
}
.gnav .item01 > a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gnav .item01 > a::before{
  content: "";
  display: inline-block;
  margin: auto;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background-color: rgba(230, 230, 230, 1);
  width: 1px;
  height: 25px;
}
.gnav .item01:first-child > a::before{
  content: none;
}
.gnav .item01 .ja{
color: #79ABD2;
width: 100%;
}
.gnav .item01 .en{
color: #B8B8B8;
width: 100%;
font-size: 12px;
}
.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%);
}
.gnav .item02 a {
  display: block;
  padding: 5px;
  font-size: 14px;
}
.gnav .item02 a:hover{
  background: rgb(245,224,132);
background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
  opacity: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .gnav .item02 a:hover{
    opacity: .6;
    background: none;
    color: #000;
  }
  .gnav {
    padding: 40px 10px;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 310px;
    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 .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    padding-right: 10px;
    background: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
            width: 100%;

  }
  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
    color: #79ABD2;
  }
  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #B8B8B8;
    content: '';
  }
}
[data-element-id] .gnav.fixed {
  position: relative;
}
/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: rgb(239,213,120);
  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 (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}
.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}
/*トップへ戻る*/
.totop a{
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 84px;
  height: 84px;
  background: rgb(174,42,43);
    background: -moz-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
    background: linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
}
.totop a:hover{
  -webkit-transform: scale(.95);
  transform: scale(.95);
  box-shadow: none;
}
.uk-lb img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.uk-lb img:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 50px;
  }
}

/**フッターfooter*/
.footer .copy {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  letter-spacing: 2px;
}
.footer .m-au a {
  margin: auto;
  width: 333px;
  height: 72px;
  max-width: 100%;
}
.deta-b a{
  margin: auto;
  width: 333px;
  height: 72px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 100px;
  }
}
/**
フッターナビ
fnav
*/
.fnav {
  padding: 70px 0 0;
  background: #79abd2;
}
.fnav .list01 {
  width: 100%;
  margin-bottom: 30px;
}
.fnav .item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 5px;
}
.fnav .item:before{
  content: "";
  height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
    left: -1px;
}
.fnav .item:after{
   content: "";
   height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
    right: 0;
} 
.fnav .item span:before{
     content: "";
    height: 1px;
    width: 100px;
    background: #fff;
    right: 0;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.fnav .f-cor .item:before{
     background: #79ABD2;
}
.fnav .f-cor .item:after{
    background: #79ABD2;
} 
.fnav .f-cor .item span:before{
    background: #79ABD2;
}
/*  .fnav .item:before{
  content: "「";
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 30px;
}
 .fnav .item:after{
  content: "」";
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 30px;
} */
.fnav .item a {
  position: relative;
  padding:0 5px;
  /* padding-left: 12px; */
  padding-left:0;
}
/* .fnav .item a:after{
  content: "";
   height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
} */
.fnav .item:last-of-type a{
  border-bottom: 0;
}
.fnav .list02 {
  width: 50%;
}
.fnav .datawrap {
  -webkit-column-count: 3;
     -moz-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: #000;
  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: #000;
  content: '';
}
.f-cor{
  background-color: #e4eef6;
  color: #79ABD2;
}
@media (max-width: 1024px) {
  .fnav .wrap {
    flex-wrap: wrap;
  }
  .fnav .list02 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .fnav .datawrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 200px;
}
.column2 .mainwrap {
  width: calc(100% - 250px);
}
@media (max-width: 1024px) {
  .column2 .inner {
    flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin-bottom: 50px;
    width: 100%;
  }
  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}
/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
  .side .list {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}
.datattls {
  position: relative;
  margin-bottom: 30px;
  font-size: 32px;
  position: relative;
    
    line-height: 1;
}

.datattls span {
  color: #d8b76c;
}
.datattls span.sb {
font-size: 14px;
font-family: 'Shippori Mincho', serif;
color: #000;
}
.list-side .data {
  margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(191, 191, 191, 1);
}
.list-side a {
  position: relative;
  display: inline-block;
}
.recm{
  width: calc(100% - 250px);
}
@media (max-width: 1024px) {
  .recm{
    width: 100%;
  }
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }
  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}
/*===================================
  各個別コンテンツ
===================================*/
.homevisual {
  position: relative;
}
.homevisual .img,
.mainimg .img{
  position: relative;
  /* min-height: 300px;
  max-height: 700px; */
  filter: brightness(0.7);
}
.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 35%;
  content: '';
}
.homevisual .img img {
  position: absolute;
  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%;
  z-index: -1;
}

.mainimg .sen::before{
  position: absolute;
  top: 2%;
  width: 98%;
  height: 1px;
  content: "";
  background-color: #fff;
  z-index: 1;
  left: 1%;
}
.mainimg .sen::after{
  position: absolute;
      top: 2%;
    width: 1px;
    height: 96%;
  content: "";
  background-color: #fff;
  z-index: 1;
  left: 1%;
}
.mainimg .sen2::before{
  position: absolute;
  bottom: 2%;
  width: 98%;
  height: 1px;
  content: "";
  background-color: #fff;
  z-index: 1;
  right: 1%;
}
.mainimg .sen2::after{
  position: absolute;
     bottom: 2%;
    width: 1px;
    height: 96%;
  content: "";
  background-color: #fff;
  z-index: 1;
  right: 1%;
}

.k-ss .sen::before{
    /*   position: absolute;
        top: 2%;
        width: 80%;
        height: 1px;
        content: "";
        background-color: #fff;
        z-index: 1;
        left: 50%;
        -webkit-transform: translate(-50% ,0);
        transform: translate(-50% ,0); */

      position: absolute;
    top: 2%;
    width: 98%;
    height: 1px;
    content: "";
    background-color: #fff;
    z-index: 1;
    left: 1%;
}
.k-ss .sen::after{
/*   position: absolute;
    top: 2%;
  width: 1px;
  height: 96%;
content: "";
background-color: #fff;
z-index: 1;
left: 10%; */
    position: absolute;
    top: 2%;
    width: 1px;
    height: 96%;
    content: "";
    background-color: #fff;
    z-index: 1;
    left: 1%;
}
.k-ss .sen2::before{
   /*   position: absolute;
       bottom: 2%;
       width: 80%;
       height: 1px;
       content: "";
       background-color: #fff;
       z-index: 1;
       left: 50%;
       -webkit-transform: translate(-50% ,0);
       transform: translate(-50% ,0); */
           position: absolute;
    bottom: 2%;
    width: 98%;
    height: 1px;
    content: "";
    background-color: #fff;
    z-index: 1;
    right: 1%;
}
.k-ss .sen2::after{
/*   position: absolute;
   bottom: 2%;
  width: 1px;
  height: 96%;
content: "";
background-color: #fff;
z-index: 1;
right: 10%; */
position: absolute;
    bottom: 2%;
    width: 1px;
    height: 96%;
    content: "";
    background-color: #fff;
    z-index: 1;
    right: 1%;
}
.topnews .ei{
  color: #fff;
}
@media (max-width: 599px) {
.k-ss .sen::before{
      transform: none;
  width: 98%;
  left: 1%;
}
.k-ss .sen::after{
  left: 1%;
}
.k-ss .sen2::before{
  left: 1%;
      width: 98%;
     transform: none;
}
.k-ss .sen2::after{
  right: 1%;
}
}
/*IE対策*/
.homevisual .head,
.mainimg .head{
  color: #fff;
    position: absolute !important;
    top: 50%;
    left: 50%;
    font-size: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 2;
}
.homevisual .head .ei{
font-size: 16px;
color: #fff;
}
.line-w{
  border-bottom: solid #fff 2px;
}
.homevisual .head.new{
  font-size: 40px;
}
.homevisual .headsb{
  font-size: 18px;
}
@media (max-width: 599px) {
  .homevisual .headsb{
    font-size: 14px;
  }

}
/* 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 {
  padding: 0 20px;
}
.slick01.slick-dotted {
  margin-bottom: 50px;
}
.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 1px rgb(191 191 191);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-out;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.slick01 .btn-slick.btn-back {
  left: -30px;
}
.slick01 .btn-slick.btn-next {
  right: -30px;
}
.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}
.slick01 .btn-slick:hover{
  top: 51%;
  box-shadow: none;
}
@media (max-width: 768px) {
  .slick01 .btn-slick.btn-next{
    right:0;
  }
  .slick01 .btn-slick.btn-back {
    left: 0px;
  }
}
@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }
  .slick01 .btn-slick {
    font-size: 20px;
  }
}
/* パンくずリスト */
.breadcrumbs {
  padding: 20px 0;
    background: #fff;
}
.breadcrumbs .item {
  display: inline;
  color: #4D4D4D;
}
.breadcrumbs .item:not(:last-of-type):after {
  content: '>';
  display: inline;
  margin-right: 6px;
  margin-left: 10px;
}
.breadcrumbs .breadcrumbs-home {
  color: #4D4D4D;
  font-weight: 600;
}
.breadcrumbs .breadcrumbs-thispage {
  color: #4D4D4D;

  font-weight: 600;
}
/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.pagenation .item {
  margin: 0 10px;
  
}
.pagenation .prev {
  position: relative;
  margin-right: 20px;
  background: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 1px rgb(191 191 191);
    transform-style: preserve-3d;
    transition: all .3s ease-out;
}
.pagenation .prev:hover {
  box-shadow: none;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
}
.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}
.pagenation .next {
  position: relative;
  margin-left: 20px;
  background: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 1px rgb(191 191 191);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all .3s ease-out;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
}
.pagenation .next:hover {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  box-shadow: none;
}
.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 {
  padding: 25px;
  width: 55px;
  height: 55px;
  display: flex;
  color: #005;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  border: solid 1px rgba(121, 171, 210, 1);
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 2px 1px rgb(191 191 191);
  transition: all .3s ease-out;
}
.pagenation .number a:hover,
.pagenation .now {
  background: rgba(121, 171, 210, 1);
  color: #fff;
  opacity: 1;
}
.pagenation .number a:hover{
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  box-shadow: none;
}
@media (max-width: 599px) {
  .pagenation .number a, .pagenation .now{
    padding: 18px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .pagenation .item {
    margin: 0 5px;
  }
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}
/**
各下層ページ
*/
/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}
/* ギャラリー */
.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: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          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 (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }
  .list-gallery01 .head {
    font-size: 14px;
  }
}
/* フォーム */
.form .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
  border-bottom: 1px solid #999;
}
.form .datattl {
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: space-between;
          justify-content: space-between;
  -webkit-box-align:center;
  align-items: center;
  width: 200px;
  color: #79ABD2;
  font-weight: bold;
}
.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  background: #d8b76c;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}
.form .require.new{
  background: #bfbfbf;
}
.form .data {
  padding-left: 50px;
  width: 100%;
}
.form .data.new{
  width: 30%;
  display: flex;
  align-items: center;
}
.form .data input {
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
 margin-right: 10px;
 width: 100%;
  border: 1px solid #999;
}
.form .data .checkbox li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.actual_object_error_wrapper{
  width: 100%;
}
.form .data .checkbox input{
  margin-right: 10px;
         width: 20px;
    height: 20px;
}
.form .data input[type='radio'] {
  display: none;
}
.form .data input[type='radio'] + label {
  position: relative;
  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: 15px;
  height: 15px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 1px 1px 0 1px #fff;
  content: '';
}
.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 8px;
  left: 4px;
  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 {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}
.form .data textarea {
  box-sizing: border-box;
  padding: 20px;
  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;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .form .item {
    flex-wrap: wrap;
  }
  .form .data {
    padding-left: 0;
  }
}
.mian-mv{
  position: relative;
}
.re-img{
  position: relative;
}
.re-img span.color01{
  color: #000;
}
.m-sbtxt{
  font-size: 18px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.z-1{
  z-index: 1;
}
.l-h3{
  line-height: 3;
}
.img-b{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: rgb(174,42,43);
  background: -moz-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
  background: linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
}
.img-b.new{
  right: initial;
  left: 20px;
}
@media (max-width: 1024px) {
  .top-conr{
    display: none;
  }

}

.r-btn{
  max-width: 365px;
  width: 100%;
  margin: auto;
}
.course .r-btn{
  margin: 0 auto;
}
.r-btn.new{
  max-width: 300px;
  margin: 0 30px;
}
.certified-box .r-btn.new{
  margin: 0 ;
  max-width: 330px;
}
.certified-box .r-btn.new:nth-of-type(2){
  margin-bottom: 30px;
}
.certified-box .r-btn.new a::after{
  content: "\f078";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  right: 10px;
  position: absolute;
}
.r-btn .btn {
  font-size: 16px;
  padding: 15px 10px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-out;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  border: 3px solid #fff;
}
.r-btn .btn:hover {
  transform: scale(1.03);
  opacity: 1;
}
.r-btn .btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 5px;
  z-index: -1;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.r-btn .btn:hover::before {
  bottom: -10px;
  opacity: .8;
  filter: blur(15px);
}
/* .gradient1,
.gradient1::before {
  background: url(../images/a22903233.png);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
/* .b-rb{
  background: url(../images/a22903233.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
.b-rb .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-rb .img span{
  height: 100%;
}
.maxh{
  max-height: 640px;
}
.b-rb [class*=up-ofi]{
  display: initial;
}
.courses .img{
  border: 3px solid #fff;
}
.courses .etti{
  
  color: #d8b76c;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}
.courses .ttl{
  text-align: center;
  margin-bottom: 20px;
}
.courses .ttl span{
border-bottom:solid#d8b76c;
font-size: 18px;
text-align: center;
display: inline-block;
}
.b-rb2{
  background: url(../images/grade-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.b-rb02{
  background:#fff;
}
.certified .head span{
  background: #d8b76c;
  color: #fff;
  padding: 1px 20px;
  font-size: 14px;
}
.certified .img{
  border: 3px solid #fff;
  margin-bottom: 10px;
}
.new-col .blog01{
  width: 50%;
}
.new-col .re-img::after{
  content:none;
}
.new-col .r-btn.new{
  margin: 0;
}
.new-col .m-sbtxt {
  font-size: 16px;
  text-align: center;

  padding-left: 33px;
  line-height: 0;
}
.blog01 .img{
  border: 3px solid #fff;
}
.youtubebox .ttl{
  position: absolute;
  top: 20px;
  right: 13%;
  color: #f19149;
  font-size: 34px;

}
.youtubebox .sbttl{

  position: absolute;
  top: 65px;
  right: 5%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.youtubebox .new .ttl{
  text-shadow: 0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white;
  top: 55px;
  right: 3%;
  color: #000000;
  font-size: 24px;
  letter-spacing: -2px;
}
.youtubebox .new .sbttl{
  text-shadow: 0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white,0 0 2px white;
  top: 90px;
}
.text-sw{
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}
.youtube{
  padding-top: 60%;
}
/* 共通リスト３ */
.list-cmp03 .item {
  padding: 10px 10px;
}
.list-cmp03 .item {
  border-bottom: 2px solid rgba(191, 191, 191, 1);
}
.list-cmp03 .datattl {
  width: 150px;
  flex-shrink: 0;
  margin-right: 20px;
}
.staffbox .list-cmp03{
  border: solid 2px rgba(191, 191, 191, 1);
  padding: 30px;
}
.staffbox .list-cmp03 .datattl{
  font-size: 20px
}
.staffbox .list-cmp03 .item{
  border-bottom: 2px solid #d8b76c;
}
.staffbox .list-cmp03 .item:last-child{
  border-bottom:none;
}
@media (max-width: 1024px) {
  .certified-box .r-btn.new {
    margin: 0 10px;
}
}
@media (max-width: 599px) {
  .certified-box .r-btn.new .btn{
    font-size: 14px;
  }
  .list-cmp03 .item {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .list-cmp03 .datattl {
    width: 100%;
    margin-bottom: 5px;
  }
  .list-cmp03 .data {
    width: 100%;
    font-size: 14px;
  }
}
.bner {
  position: relative;
  border: 3px #fff solid;
  box-shadow: 0px 5px 10px 1px rgb(191 191 191);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-out;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.bner:hover{
  box-shadow: none;
}
.top-contact h2{
  color: #fff;
  text-shadow: 0 1px 1px black;
  font-size: 40px;
}
.top-contact .m-sbtxt {
  font-size: 22px;
  text-align: left;

}
.top-contact .box{
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 10px;
  box-shadow: 0px 5px 0px 2px rgb(203 203 203);
  border-radius: 50%;
  overflow: hidden;
}
.top-contact .box a{
  border-radius: 50%;
  overflow: hidden;
}
.top-contact .text {
  position: absolute;
  bottom: 0px;
  background: #ffffff7a;
  width: 100%;
  text-align: center;
  height: 50%;
  padding: 25px 10px;
  line-height: 1;
  border-radius: 0 0 50% 50%;
}
.top-contact .b-rb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 100px 50px;
  border: 3px #fff solid;
  box-shadow: 0px 0px 40px 0px rgb(167 167 167);
}
.banr-box {
  border-radius: 9999px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgb(167 167 167);
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all .3s ease-out;
    transform-style: preserve-3d;
    transition: all .3s ease-out;
}
.banr-box:hover{
  box-shadow:none;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}
.banr-box .text{
  position: absolute;
  left: 8%;
  z-index: 1;

  font-weight: 500;

}
.shd{
  height: 100%;
  width: 100%;
    position: absolute;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 0;
}
.top-contact h3{
  position: absolute;
  left: 8%;
  z-index: 1;

  font-weight: 500;
}
.ov50{
  border-radius: 50%;
    overflow: hidden;
    display: block;
}
.ov99{
  border-radius: 9999px;
  overflow: hidden;
  display: block;
}
.ov99no{
  border-radius: 9999px;
  overflow: hidden;
  border: solid 3px #fff;
}
.top-contact .box{
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all .3s ease-out;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.top-contact .box:hover{
  box-shadow:none;
  -webkit-transform: translatey(10px);
  -ms-transform: translatey(10px);
  transform: translatey(10px);
}
/* .fead-fil,
.fead-fil-new{
  opacity: 0;
    filter: blur(2.4rem) brightness(1.3);
    transform: scale(1.15);
    transition-timing-function: cubic-bezier(0.075, 0.05, 0.000, 1.0);
    transition-duration: .55s;
    transition-property: transform, filter, opacity;
}

.fead-fil.mv{
  opacity: 1;
  filter: none;
  transform: scale(1);
  animation: fadein-object .55s 1 linear forwards;
  
}
.fead-fil-new.mv {
  animation: late-open .4s ease-in-out .8s 1 normal forwards;;
}
@keyframes late-open {
to {
  opacity: 1;
  filter: none;
  transform: scale(1);
}
}
 */
.up-left-1000 {
  margin-left: calc(50% - 500px);
}
.up-right-1000 {
  margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
  margin-left: 0;
  margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
  margin-right: 0;
  margin-left: calc(50% - 500px);
}
.or-b{
  border-bottom: 3px solid #d8b76c;
  display: inline-block;
  padding-bottom: 5px;
}
.bb-r{
  border: 3px solid #fff;
}
.img-imw{
  filter: drop-shadow(-50px -40px 30px #fff);
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 340px;
  overflow: hidden;
  z-index: 1;
  opacity: 0.9;
  max-height: 457px;
}
@media (max-width: 1024px) {
  .up-left-1000 {
    margin-left: 2%;
  }
  .up-right-1000 {
    margin-right: 2%;
  }
  [class*=up-fxd-even]>.up-left-1000:nth-child(even),
  [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  [class*=up-fxd-even]>.up-right-1000:nth-child(even),
  [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
  }
}
@media (max-width: 599px) {
  .banr-box .text{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
  }
  .up-left-1000 {
    margin-right: 2%;
  }
  .up-right-1000 {
    margin-left: 2%;
  }
  [class*=up-fxd-even]>.up-left-1000:nth-child(even),
  [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }
  [class*=up-fxd-even]>.up-right-1000:nth-child(even),
  [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}

.oriflex{
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 156px);
}

.r1{
  right: 0;
    position: absolute;
    top: 50%;
    transform: translate(30%,-50%);
    -webkit-transform: translate(30%,-50%);
  -ms-transform: translate(30%,-50%);
}

.r2{
  left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-30%,-50%);
    -webkit-transform: translate(-30%,-50%);
  -ms-transform: translate(-30%,-50%);
}
.lrbox .img-b{
z-index:0;
position: relative;
top: 0;
}
.rrbox .img-b{
  position: relative;
  z-index:0;
  top: 0;
  right: 0;
}
.lecturet .h-box:last-child{
  margin-bottom: 150px;
}
.lecturet .h-box:nth-child(even) .lrbox .img-b{
  position: relative;
  z-index:0;
  top: 0;
  right: 0;
}
.lecturet .h-box:nth-child(even) .lrbox .r1{
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-30%,-50%);
  -webkit-transform: translate(-30%,-50%);
  -ms-transform: translate(-30%,-50%);
}
.certified.detail dt{
  
  font-size: 20px;
}

@media (max-width: 1024px) {
  .r1{
      transform: translate(5%,-50%);
      -webkit-transform: translate(5%,-50%);
      -ms-transform: translate(5%,-50%);
  }
  
  .lecturet .h-box:nth-child(even) .lrbox .r1{
      transform: translate(-5%,-50%);
      -webkit-transform: translate(-5%,-50%);
      -ms-transform: translate(-5%,-50%);
  }
  .oriflex{
    width: calc(50% - 54px);
  }
  .homevisual .head,
  .mainimg .head{
    font-size: 34px;
    top: 50%;
    /* text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white; */
  }
  .homevisual .head.new{
    font-size: 34px;
  }
  .new-col .blog01{
    width: 100%;
  }
  .bner{
    margin-left: auto;
    margin-right: auto;
  }
  .top-contact .b-rb{
    padding: 30px 50px;
    justify-content: center;
  }
   .up-d-contents\@tb {
    display: contents;
}
}
.d-n-d{
  display: none;
}
@media (max-width: 599px) {
  html{
    font-size: 14px;
  }

  .lecturet .h-box:last-child{
    margin-bottom: 30px;
  }
  .d-n-d{
    display: block;
  }
  .lrbox .img-b{
    right: 0;
  }
  .r1{
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 50%;
}

.lecturet .h-box:nth-child(even) .lrbox .r1{
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 50%;
}
  .oriflex{
    width: 100%;
  }
  .top-contact .text{
    padding: 15px 5px;
    line-height: 1.2;
  }
  .homevisual .head,
  .mainimg .head{
    font-size: 22px;
  }
  .homevisual .head.new{
    font-size: 24px;
  }
  .re-img::after{
    padding-left: 10px;
  }
  .re-img::before{
    padding-right: 10px;
  }
  .new-col .m-sbtxt{
    padding-left: 0;
  }
  .m-sbtxt{
    font-size: 16px;
  }
  .new-col .re-img::after{
    content: url(../images/hr2.png);
    vertical-align: middle;
    padding-left: 10px;
  }
  .fnav .item{
    padding-right: 0;
  }
  .fnav{
    padding: 40px 0 0;
  }
  .top-contact .m-sbtxt{
    font-size: 18px;
  }
  .shd{
    opacity: .6;
    background: #c7c7c7;
  }
  .top-contact h3{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
  }
  .top-contact .b-rb{
    padding: 50px 15px;
  }
  .top-contact .box{
    width: 150px;
    height: 150px;
    margin: auto;
  }
  .r-btn.new:nth-of-type(1){
    margin-bottom: 30px;
  }
  .m-c96{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .new-col .blog01{
    display: flex;
    flex-direction: column;
  }
  .new-col .r-btn.new{
    margin: 0 auto 50px;
  }
  .youtubebox .ttl{
    top: 0px;
    right: 7%;
    font-size: 28px;
  }
  .youtubebox .sbttl{
    top: 45px;
    right: 2%;
    font-size: 12px;
  }
  .youtubebox .new .ttl{
    top: 45px;
    font-size: 20px;
  }
  .youtubebox .new .sbttl{
    top: 72px;
  }

  .up-d-contents\@sp {
    display: contents;
}
.certified.detail .new-col .re-img::after,
.seminar.new-col .re-img::after{
  content: none;
}
}
.medical-flex{
  display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}
 .certified .medical-flex .img{
  border:none;
}
.certified .medical-flex .img .pic img,
.certified .medical-flex .subimg img{
  border: 3px solid #fff;
}
.medical-box{
  width: calc(100% - 350px);
}
.medical-sid{
  width: 250px;
}
@media (max-width: 1024px) {
  .medical-flex{
    flex-wrap: wrap;
}
  .medical-box{
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
  .medical-sid{
  -webkit-box-ordinal-group: 4;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
}
.medical-sid .list {
  width: 48%;
}
}

.detail-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.detail-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #d8b76c;
}

.detail-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .medical-sid{
    margin-bottom: 0;
  }
  .font-s{
  font-size: calc(100vw / 24);
}
.font-s2{
  font-size: calc(100vw / 30);
  font-weight: bold;
}
.font-s3 {
  font-size: calc(100vw / 18);
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
.form .box{
  flex-wrap: wrap;
}
}
.border-s1{
  border-bottom: solid 1px #000;
}
.back-gb{
  background-color: #d8b76c;
}

.p-z1{
  position: relative;
  z-index: 1;
}
/* .inner{
  max-width: 1200px;
} */
.inner.in1000{
  max-width: 1000px;
}
[class*=up-ofi]{
  height: 100%;
}

.bg-gr{
  position: relative;
}
.bg-gr::before{
  content:"";
  bottom: -50px;
    left: -50px;
  position: absolute;
width: 284px;
height: 204px;
background: rgb(174,42,43);
background: -moz-linear-gradient(180deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
background: linear-gradient(180deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae2a2b",endColorstr="#862c2c",GradientType=1);
}
.ttl-gj{
  position: relative;
  display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 70px;
}
.ttl-gj span{
  position: relative;
}
.ttl-gjc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttl-gjc span{
  position: relative;
}
.btn-b{
  width: 100%;
}

.form .btn-b{
  width: 45%;
  max-width: 300px;
}
.top-recruit .btn-b{
  width: 45%;
}
.line-t{
  position: relative;
  height: 83px;
  margin-bottom: 10px;
}
.line-t::after{
  content: "";
  background: #fff;
  height: 83px;
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.services  .box img{
  filter: brightness(0.7);
}

.btn-ar{
  border: solid 1px #000;
  border-radius: 50%;
  padding: 0px 5px;
  margin-left: 10px;
  font-size: 20px;
}

.img-2n{
  position: absolute;
  width: 306px;
  height: 203px;
  bottom: -30px;
  left: -60px;
}

.bg-e{
  background: #eeeeee;
}
.bg-be{
  background-color: rgba(216, 183, 108, 1);
}
.bg-b{
  background: rgba(121, 171, 210, 1);
}

/* Slider */

.slick-prev {
  left: initial;
  top: -35px;
  right: 80px;
}
.slick-next {
  right: 30px;
  top: -35px;
}
.slick-prev:before,
.slick-next:before {
  color: #4d4d4d;
    content: '→';
    font-size: 22px;
    font-family: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0;
}
.slick-prev:before{
  content: '←';
}
.slick-num{
  position: relative;
  top: -20px;
  text-align: end;
  padding-right: 135px;
}
.cat{
  border: solid 1px #d8b76c;
    background: rgb(174,42,43);
    background: -moz-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
    background: linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
}
.slick-slide{
  margin: 10px;
}
.slick-slide .img{
  position: relative;
}
.slick-slide .img::before,
.slick-slide .img::after{
  content: "";
  position: absolute;
  background: #d8b76c;
  width: 0;
  height: 2px;
}

.slick-slide .img::after{
  right: 0;
  bottom: 0;
}

.slick-slide .img::before{
  left: 0;
  top: 0;
}

.slick-slide span::before{
  left: 0;
  bottom: 0;
}

.slick-slide span::after{
  right: 0;
  top: 0;
}
.slick-slide .cat{
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.slick-slide .text-box{
  transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
padding: 0 10px;
margin-bottom: 30px;
}
.sac.slider4 img{
  border-radius: 50%;
  overflow: hidden;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}
.sac.slider4 .img{
  border-radius: 50%;
  -webkit-transform: scale(.8);
  -webkit-transition: opacity .5s, transform .5s;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
}
.sac.slider4 .slick-center .img{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sac.slider4 .slick-center img{
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px #d8b76c;
}
.sac .slick-slide .img::before, 
.sac .slick-slide .img::after,
.sac .slick-slide span::before, 
.sac .slick-slide span::after{
  content: none;
}

.ftop-con .conbox{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ftop-con .conbox .tl{
  display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
    width: 100%;
    max-width: 443px;
    margin-right: 50px;
    height: 123px;
}

.ftop-con .conbox .mai a{  
  color: #fff;
  padding: 10px;
  text-align: center;
  background: rgb(245,224,132);
  background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
  border: solid 1px #fff;
  font-size: 24px;
  outline: 1px solid #fff;
  outline-offset: -5px;
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
  width: 45%;
  position: relative;
  overflow: hidden;
}
.ftop-con .conbox .mai a::before{
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.ftop-con .conbox .mai a:hover::before {
  animation: shine2 0.7s;
  -webkit-animation: shine2 0.7s;
}
.ftop-con .conbox img{
  margin-right: 10px;
}
.fil-b{
  overflow: hidden;
}

.map {
  overflow: hidden;
  position: relative;
  padding-top: 45%;
  width: 100%;
}
footer .navlogo{
  max-width: 207px;
  width: 100%;
}
.fnav .list01.new li.sb{
  color: #aaa;
  display: flex;
  padding-left: 10px;
  align-items: center;
  margin-bottom: 0;
}
.fnav .list01.new li.sb::before{
  content: "";
  height: 1px;
  background-color: #aaa;
  width: 5px;
  margin-right: 5px;
}

footer .tl img{
margin-right: 10px;
}

.border-b-f{
  border-bottom: solid 1px #fff;
}
.fnav .list01.new li.ttl{
  color: #fff;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.zoom,
.zoom .img{
overflow: hidden;
}
.zoom img{
  transition-duration: .5s;
}
.zoom a:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .gnav .list1,
  .gnav .list2{
    width: 100%;
  }
  .gnav .list1{
    margin-bottom: 30px;
  }
  .list2 .tel a{
    padding: 10px;
    display: block;
    border-radius: 9999px;
    border: solid 1px #efd578;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgb(239,213,120);
    background: -moz-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
    background: linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd578",endColorstr="#f8e296",GradientType=1);
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  }
  .list2 .tel a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header{
    position: static;
  }
  .totop a{
    bottom: 80px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .bg-gr::before{
    left: -20px;
  }
}
@media (max-width: 599px) {
  .top-news .ttl{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-news{
    position: relative;
    flex-wrap: wrap;
    padding: 30px 10px;
  }
  .ftop-con .conbox .tl::after{
    content: none;
  }
  .ftop-con .conbox .tl span{
    margin-right: 0;
  }
  .ftop-con .conbox .mai a{
    margin-left: 0;
    margin-top: 30px;
  }
  .bg-gr::before{
    bottom: -10px;
    left: -20px;
    width: 450px;
  }
  .homevisual .head,
  .mainimg .head{
    left: 50%;
  }
.img-2n{
  width: 260px;
    height: 140px;
}

/* .slick-slide.slick-center .text-box{
  margin-top: 10px;
} */
/* .slider3 a img::after,
.slider4 a img::after{
  content: "";
    height: 50px;
    background: rgba(0, 0, 0, 0.500);
    z-index: 1;
    position: absolute;
    width: 100%;
} */
}

.box-sh2 a {
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 35%);
  transition: all 250ms linear;
  display: block;
  position: relative;
}

.business .box {
  background: #fff;
  padding: 30px;
  position: relative;
}

.business .box h3 {
  font-size: 28px;
  color: #d8b76c;
  margin: 0 0 20px;
  line-height: 1;
  text-align: left;
}

.business .box h3 .sb {
  font-size: 16px;
  color: #333333;
}

.business .box .text {
  color: #333333;
  font-size: 14px;
  width: 100%;
}
.business a:hover {
  opacity: 1;
}
.box-sh2 a:hover {
  box-shadow: 1px 1px 2px rgb(56 56 56 / 20%);
}
.business .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
.business .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(110 110 110 / 40%);
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;

}
.business .mask .caption {
  font-size: 30px;
  color: #fff;
}
.business a:hover .mask {
  opacity: 1;
  padding-top: 50%;
}
}
@media (max-width: 1024px) {
.business .mask {
  display: none;
}
}

.flow ol .box {
  list-style-type: none;
  counter-increment: flow;
  position: relative;
  padding-left: 80px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.flow ol .box .num {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 100%;
  left: 0;
  top: -10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.flow ol:before {
  content: "";
  position: absolute;
  border-left: 2px solid #111;
  height: calc(100% - 10%);
  left: 23px;
}
.flow ol {
  counter-reset: flow;
  padding-left: 0;
  position: relative;
}
.flow .box h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.works a ul{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
  z-index: 2;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  color: #fff;
}
.works a:hover ul{
  opacity: 1;
    visibility: visible;
}
.works a:hover img{
  filter: brightness(0.4);
}
/* .works a:hover{
  opacity: 1;
} */
.works .cat {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.works .text-box {
  margin-top: 20px;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  margin-bottom: 0;
}
.works .img{
  position: relative;
}
.works .zoom a:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 599px) {
  .innersp {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}
  .works .text-box {
    margin-top: 15px;
  }
  .m-sbtxt{
    padding-left:0;
  }
}
.c-r{
  color: #d8b76c;
}


.br-r2{
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.br-r2::before{
  position: absolute;
  content: "";
  background: #eeeeee;
  /* background: rgb(174,42,43);
  background: -moz-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%);
  background: linear-gradient(90deg, rgba(174,42,43,1) 0%, rgba(134,44,44,1) 50%, rgba(134,44,44,1) 100%); */
  width: 1000%;
  height: 100%;
  left: 0;
  z-index: -1;
}

.up-fz-90{
  font-size: 90px;
}
@media (max-width: 599px) {
  .up-fxd-even>:nth-child(even) .profbox{
    margin-right: auto;
  }
.up-fz-90{
  font-size: 60px;
}
.br-r2::before{
  top: -10px;
  width: 100%;
}
}

@-webkit-keyframes shiny {
  0% {
      left: -20%;
  }

  10% {
      left: 120%;
  }

  100% {
      left: 120%;
  }
}

@keyframes shiny {
  0% {
      left: -20%;
  }

  10% {
      left: 120%;
  }

  100% {
      left: 120%;
  }
}


.shiny-btn {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.fead-text span{
  display: inline-block;
}
.fead-text .str.textin{ 
  -webkit-animation:text_anime_on .8s; 
  animation:text_anime_on .8s; 
  transform: translateX(0px);
}

@keyframes text_anime_on {
0% {
  opacity:0;
  transform: translateX(20px);
}
100% {
  opacity:1;
  transform: translateX(0);
}
}

.btnshine a{
  /*キラッと光る基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/  
display:inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine a::before {
content: '';
  /*絶対配置でキラッと光るの位置を決める*/
position: absolute;
top: 0;
left: -75%;
  /*キラッと光る形状*/
  width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine a:hover::before {
  -webkit-animation: shine2 0.7s;
animation: shine2 0.7s;
}

@keyframes shine2 {
100% {
  left: 125%;
}
}

.fead-fil{
  opacity: 0;
  transition: opacity 1s,transform 2s;
  transform: scale(1.1);
}

.fead-fil.mv{
  opacity: 1;
  transform: scale(1);
}
.ov-h{
  overflow: hidden;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.tab-wrap .box:nth-of-type(1) .tab-label {
  transform: translate(155%,0);
}

.tab-wrap .box:nth-of-type(2) .tab-label {
  transform: translate(260%,90px);
}

.tab-wrap .box:nth-of-type(3) .tab-label {
  transform: translate(290%,270px);
}

.tab-wrap .box:nth-of-type(4) .tab-label {
  transform: translate(220%,430px);
}

.tab-wrap .box:nth-of-type(5) .tab-label {
  transform: translate(80%,430px);
}

.tab-wrap .box:nth-of-type(6) .tab-label {
  transform: translate(10%,270px);
}

.tab-wrap .box:nth-of-type(7) .tab-label {
  transform: translate(50%,90px);
}
.tab-label {
  color: #4D4D4D;
  background: #d9eaf6;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  margin: auto;
      box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
}
.tab-content {
  width: 35%;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}
.tab-content.new{
   display: block;
  position: relative;
  width: 100%;
  top: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label,
.tab-label:hover {
  background: #7bacd3;
  color: #fff;
  box-shadow: none;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.tab-label{
  position: absolute;
  padding: 5px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .4s ease;
    transition: .4s ease;
}
.nums{
  font-family: 'Vesper Libre', serif;
  position: absolute;
  font-size: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #fff;
  z-index: -1;
  padding-top: 15px;
  -webkit-transition: .4s ease;
    transition: .4s ease;
}
.tab-switch:checked+.tab-label .nums,
.tab-label:hover .nums{
  color: #94bcdb;
      
}
.tab-content .ei{
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d8b76c;
}

.slick020 .tab-content{
  width:100%;
  position: relative;
  right: initial;
  top: initial;
  display: block;
}

.top-t2{
  padding: 10px 30px;
  height: 76px;
  width: 156px;
  background-color: #d8b76c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
}
.top-t2 span{
width: 100%;
}
.top-t2 .a02 {
  font-size: 30px;
  line-height: 1;
}

.infection .box{
  border: solid 5px #e4eef6;
  padding: 30px;
}
.infection i{
color: #79ABD2;
margin-right: 1em;
}
.infection li{
  margin-bottom: 10px;
  padding-left:2em;
	text-indent:-1em;
}

.bacg-b{
  background-color: #252e4f;
}
.list-cmp03 .item.new{
  color: #fff;
}
.list-cmp03 .item .categ{
  color: #D8B76C;
  display: flex;
  flex-wrap: wrap;
}
.list-cmp03 .item.new {
  border-bottom: 1px solid #ffffff;
}
.list-cmp03 .item.new.news-box a> *{
width: 30%;
}
.list-cmp03 .item.new .datattl,
.list-cmp03 .item.new .categ{
margin-right: 30px;
}

.list-cmp03 .item.new:first-child{
  border-top: 1px solid #ffffff;
}

.c-w{
  color: #fff;
}
.border-b-o{
  position: relative;
      display: flex;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.border-b-o.new.ori{
  display: inline-block;
}
.border-b-o.new.ori::after{
  left: 0;
}
.border-b-o::after{
  min-width: 300px;
  position: absolute;
  bottom: 0;
  /* left: 0%; */
  content: "";
  height: 2px;
  width: 100%;
  background: rgb(239,213,120);
background: -moz-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
background: linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd578",endColorstr="#f8e296",GradientType=1);
}
.border-sb{
   position: relative;
   padding-bottom: 10px;
}
.border-sb::after{
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  height: 2px;
  width: 100%;
  background: rgb(239,213,120);
background: -moz-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
background: linear-gradient(90deg, rgba(239,213,120,1) 0%, rgba(249,237,190,1) 20%, rgba(243,228,187,1) 40%, rgba(223,195,132,1) 60%, rgba(216,184,108,1) 80%, rgba(248,226,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efd578",endColorstr="#f8e296",GradientType=1);
}
.topnews .news-box a{
display: flex;
}
.topnews .btn a{
width: 232px;
height: 53px;
}
.topmess .btn a,
.topblog .btn a{
  width: 244px;
  height: 64px;
}
.topprice .btn a,
.topfaq .btn a,
.topvoice .btn a,
.instagram .btn a{
  width: 252px;
  height: 72px;
}
.bef-af .btn a{
  width: 294px;
  height: 64px;
}
.btn a{
  display: flex;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: rgb(245,224,132);
  background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
  align-items: center;

  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
  text-shadow:
    0 0 2px rgba(242, 242, 242,0.9),
    0 15px 25px rgba(0, 0, 0, 0.3),
    0 -2px 3px rgba(0, 0, 0, 0.1),
    0 -5px 10px rgba(255, 255, 255, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.3),
    0 3px 4px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.45);
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.btn a::after{
  content: url('/import/tenant_1/160.16.106.113/html/images/yaji.png');
  vertical-align: middle;
  padding-right: 5px;
  filter: drop-shadow(2px 1px 2px rgba(0,0,0,0.35) );
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0%,-50%);
}
.btn a:hover{
opacity: 0.8;
}
.btn.back{
  width: 30%;
  margin: auto;
}
.btn.back a{
  display: flex;
  color: #fff;
  padding: 10px;
  text-align: center;
  background: rgba(121, 171, 210, 1);
  align-items: center;

  justify-content: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
  text-shadow:
    0 0 2px rgba(242, 242, 242,0.9),
    0 15px 25px rgba(0, 0, 0, 0.3),
    0 -2px 3px rgba(0, 0, 0, 0.1),
    0 -5px 10px rgba(255, 255, 255, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.3),
    0 3px 4px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.45);
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}
.btn.back a::after{
  content:none;
}
.btn a img{
  margin-left: 20px;
  filter: drop-shadow(2px 2px 2px #8d8d8d);
}
.ftop-con .btn{
  width: 100%;
  max-width: 443px;
  height: 123px;
}
.ftop-con .btn a{
  padding: 10px;
  justify-content: center;
  max-width:100%;
  height: 100%;
  font-size: 24px;
  width: 100%;
}
.ftop-con .btn a::after{
content: none;
}
.pizza{
  position:relative;
  width:500px;
  height:400px;
  background:#C5E1A5;
}

.pizza img{
  position:absolute;
  top:50px;
  left:50px;
  width:200px;
}

.pizza p{
  position:absolute;
  top:65px;
  left:200px;
  width:240px;
  background:#fff;
  padding:10px;
  box-shadow:0 0 5px #999;
  font-size:12px;
  line-height:24px;
  z-index:1;
}

.text-hy{
  padding: 30px;
  position: absolute;
  z-index: 1;
  background-color: rgba(251,252,253,0.8);
  bottom: -50px;
  left: 0;
  outline: 1px solid #f3eada;
    outline-offset: -5px;
}

.topprice .text-hy{
  bottom:initial;
  top: 50%;
  transform: translate(0,-50%);
}

.ei{
  color: #949494;
  letter-spacing: 2px;
}

.border-b-o.new::after{
  height: 5px;
}

.bacg-bs{
  background-color: #F2F6F9;
}

.box-ss{
  box-shadow: rgba(0,0,0,.35) 1px 2px 5px;
  transition: all .3s ease-out;
}
.box-ssa img{
  box-shadow: rgba(0,0,0,.35) 1px 2px 5px;
  transition: all .3s ease-out;
}

.col-be{
  color: #d8b76c;
}

.sliderArea {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.sliderArea .slick-slide {
  margin: 5px;
}
.sliderArea .slick-slide img {
  width: 100%;
  height: auto;
}
.sliderArea .slick-prev,
.sliderArea .slick-next,
.slick0200 .slick-prev,
.slick0200 .slick-next{
  z-index: 1;
  display: block;
    border: solid 1px rgba(121, 171, 210, 1);
    background: rgba(121, 171, 210, 1);
    border-radius: 50%;
    position: absolute;
    width: 45px;
    height: 45px;
}
.sliderArea .slick-prev:before,
.sliderArea .slick-next:before,
.slick0200 .slick-prev:before,
.slick0200 .slick-next:before {
  color: #fff;
}
.sliderArea .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.sliderArea .slick-active {
  opacity: 1;
}
.sliderArea .slick-current {
  opacity: 1;
}
.sliderArea .thumb {
  margin: 20px 0 0;
}
.sliderArea .thumb .slick-slide {
  cursor: pointer;
}
.sliderArea .thumb .slick-slide:hover {
  opacity: .7;
}


.sliderArea .slick-prev{
  top: 50%;
  right: initial;
  left: -60px;
}
.sliderArea .slick-next{
  right: -60px;
  top: 50%;
}
.slick0200 .slick-prev{
  top: 50%;
  right: initial;
  left: 20px;
      border: solid 1px #d8b76c;
    background: #d8b76c;
}
.slick0200 .slick-next{
  right: 30px;
  top: 50%;
      border: solid 1px #d8b76c;
    background: #d8b76c;
}

@media (max-width: 1024px) {
  .sliderArea .slick-next{
    right: -18px;
  }
  .sliderArea .slick-prev{
    left: -18px;
  }
}

.gzgz{
  mask-image: url(/upload/tenant_1/AdobeStock_530497978_Resized_1.png);
    -webkit-mask-image: url(/upload/tenant_1/AdobeStock_530497978_Resized_1.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.course .ttl-box{
  background: rgba(121, 171, 210, 1);
  color: #fff;
  text-align: center;
  padding: 20px 80px 20px 20px;
}
.course .ttl-box.bg-be{
  background: rgba(216, 183, 108, 1);
}
.course .ttl-box .ttl{
  font-size: 36px;
  margin-bottom: 10px;
}
.course .pri1{
  text-align: center;
  padding: 30px 0;margin-bottom: 30px;
  border-bottom: 1px solid rgba(121, 171, 210, 1);
}
.course .pri-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .pri-box .pri-h{
  width: 50%;
  padding: 20px;
  text-align: center;
}
.course .pri-box .pri-web{
  width: 50%;
  padding: 20px;
  background: rgba(251, 238, 242, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.course .pri-box .pri-web .ttl{
  color: #DF7594;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}
.course .pri-box .pri-web .sbc{
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.course .c-box{
  background-color: #fff;
  /* padding: 0 30px 30px; */
}
.course .c-box.new01{
  background-color: #fff;
  padding: 0 30px 30px;
}

.m-au a{
margin: auto;
}

.s-9 .border1::before,
.s-9 .border2::before,
.s-9 .border1::after,
.s-9 .border2::after
{
  content: "";
  background: rgba(121, 171, 210, .8);
  position: absolute;
  z-index: 1;
  -webkit-transition: .4s ease;
    transition: .4s ease;
}
.s-9 a:hover .border1::before,
.s-9 a:hover .border2::before,
.s-9 a:hover .border1::after,
.s-9 a:hover .border2::after
{
  background:rgba(216,183,108,.8);
}
.s-9 .border1::before{
  height: 8%;
  width: 95.5%;
  top: 0;
  left: 0;
}
.s-9 .border1::after{
  height: 92%;
  width: 5%;
  bottom: 0;
  left: 0;
  }
  .s-9 .border2::before{
    height: 8%;
    width: 95.5%;
    bottom: 0;
    right: 0;
    }
    .s-9 .border2::after{
      height: 92%;
      width: 5%;
      top: 0;
      right: 0;
      }
.s-9 .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  -webkit-transition: .4s ease;
    transition: .4s ease;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .s-9 a:hover .text{
    color: #D8B76C;
    text-shadow: 0 0 5px black;
  }
  .s-9 img {
    filter: brightness(0.8);
}
.bg-bsp{
  background: #252e4f
}
.s-9 a:hover img{
  opacity: 0.4;
}
.bor-t1{
  position: absolute;
  border-radius: 50%;
  width: 283px;
  height: 283px;
  padding: 30px;
  background: rgb(245,224,132);
  background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 1;
}
.praise .praise-box{
  outline: 1px solid #d8b76c;
  outline-offset: -5px;
  background: #fff;
  position: relative;
  width: 32%;
  z-index: 1;
  margin: 0 auto;
}
.poz-1{
    position: relative;
    z-index: -1;
}
.praise .praise-box .ttl{
font-size: 26px;
color: #79ABD2;
padding: 40px;
}

.praise .praise-box .text{
  padding: 30px;
  line-height: 1.2;
}

.c-gb{
  color: #B3B3B3;
}

.topfaq .text-hy{
  right: 0;
  left: initial;
}

.mar-a a{
  margin-left: auto;
}

.topfaq .box:first-child{
border-bottom: solid 1px rgba(230, 230, 230, 1);
margin-bottom: 30px;
}
.topfaq .box .q{
  padding-left: 35px;
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  color: #79ABD2;
}
.topfaq .box .q::before{
  content: "Q";
  color: #79ABD2;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1;
}
.topfaq .box .an{
  padding-left: 35px;
    position: relative;
}
.topfaq .box .an::before{
  content: "A";
  color: #D8B76C;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1;
}
.topblog .slick-box{
  background-color: #F2F6F9;
  box-shadow: rgba(0,0,0,.35) 1px 2px 5px;
  padding: 10px;
}
.topblog .slick-list{
  padding: 0px 10% 0 0;
}
.topblog .tim{
color: #B3B3B3;
border-bottom: solid 1px #B3B3B3;
display: inline-block;
font-size: 14px;
}
.topblog .text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.catebox{
  display: flex;
  flex-wrap: wrap;
}
.catebox span{
  color: #fff;
      padding: 2px;
    margin: 3px;
    font-size: 14px;
  display: block;
  text-align: center;
  background: rgb(245,224,132);
  background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
}
.topblog .detai{
  border-bottom: solid 1px #79ABD2;
  color: #79ABD2;
  font-size: 14px;
  display: table;
  margin-left: auto;
}

.ml-30{
  margin-left: 30%;
}

.d8b{
  outline: 5px solid #d8b76c;
  outline-offset: -5px;
}
.bg-img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.topmap .text-box{
  padding: 50px 30px;
  position: absolute;
  z-index: 1;
  background-color: rgba(251,252,253,0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  outline: 1px solid #f3eada;
  outline-offset: -10px;
  width: 90%;
  height: 90%;
}
.topmap .map{
  overflow: hidden;
    position: relative;
    padding-top: 20%;
    width: 100%;
    min-height: 450px;
}
.list-cmp03 .item.new.news-box dd.ttl{
      text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
}
@media (max-width: 1024px) {
    .topfaq .box .q{
    font-size: 20px;
  }
  .topfaq .box .q::before,
  .topfaq .box .an::before{
    font-size: 30px;
  }
  .topnews .news-box a{
    flex-wrap: wrap;
  }
  .list-cmp03 .item.new.news-box dt{
width: 25%;
  }
  .list-cmp03 .item.new.news-box dd.ttl{
    width: 100%;

  }
  .list-cmp03 .item.new.news-box dd.categ{
    flex-grow: 1;
    margin-bottom: 10px;
  }
  .sliderArea {
    max-width: 600px;
}
.bor-t1{
  width: 180px;
    height: 180px;
    padding: 20px;
}
.praise .praise-box .ttl{
  font-size: 20px;
    padding: 30px;
}
.ftop-con .conbox .tl,
.ftop-con .btn{
  max-width: 280px;
}
.topmap .map{
 /*  padding-top: 60%; */
  width: 50%;
}
.gnav .item01.line{
  width: 100%;
}
.gnav .item01 > a::before{
  content:none;
}
.header .contents{
  width: 100%;
}
.header .contents ul{
  padding-left: 30px;
}
}
@media (max-width: 768px) {
  .text-hy{
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .w-100tb{
    width: 100%;
  }
  .inntb{
    width: 96%;
    margin: auto;
  }
  .topprice .text-hy{
    top: 0;
    transform: translate(0,0%);
  }
}
@media (max-width: 599px) {
  .topmap .map{
    min-height: auto;
  }
  .gzgz{
    mask-image: noen;
    -webkit-mask-image: none;
  }
  .topmap .text-box{
        height: auto;
        padding: 30px;
  }
  .border-b-o::after{
    min-width: 200px;
  }
  .ml-30{
    margin-left: 0;
  }
  .btn.back{
    width: 50%;
  }
  .course .ttl-box{
  padding: 20px 40px 20px 20px;   
  }
  .header .contents ul{
    width: 96%;
    margin: auto;
    padding-left: 0;
    margin-top: 10px;
  }
  .text-hy{
    padding: 20px;
  }
  .topmap .map{
    padding-top: 60%;
    width: 100%;
  }
  .ftop-con .conbox .tl{
    margin-right: 0px;
    margin-bottom: 30px;
    
  }
 .ftop-con .conbox .tl,
 .ftop-con .btn{
   max-width: 300px;
 }
  .praise .praise-box{
    width: 100%;
  }
  .bor-t1 {
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
    margin: 0 auto 30px;
    border-radius: 15px;
    width: 100%;
    height: auto;
    padding: 20px;
}
.s-9 .text{
  font-size: 18px;
}
.sliderArea {
  max-width: 400px;
  padding: 0 20px;
  margin-top: 40px;
}
.course .pri-box .pri-h,
.course .pri-box .pri-web{
  width: 100%;
}
.course .pri-box{
  flex-wrap: wrap;
}
.course .c-box{
  padding: 0 10px 30px;
}
.course .ttl-box .ttl{
  font-size: 24px;
}
.course .pri1{
  padding: 20px 0;
  margin-bottom: 0px;
}
}

.men1 .ttl-box{
  background: rgba(121, 171, 210, 1);
  color: #fff;
  text-align: center;
  padding:100px 20px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}
.men1 .ttl-box .ttl{
  font-size: 36px;
  margin-bottom: 10px;
}
.men1 .c-box{
  padding: 30px;
 background-color: #fff;
}
.men1 .c-box .datattl{
  color: #79ABD2;
  font-size: 24px;
}
.men1 .c-box .datattl::before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 34%;
  height: 100%;
  top: 0;
  left: 0px;
  background: #e4eef6;
}
.men1 .list-box .item {
  padding: 10px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.men1 .tlbox{
  border-bottom: 2px solid rgba(191, 191, 191, 1);
}
.men1 .c-box .datattl.a1::before{
  width: 34%;
}
.men1 .c-box .datattl.a2::before{
  width: 15%;
}
.men1 .c-box .datattl.a3::before{
  width: 24%;
}.men1 .c-box .datattl.a4::before{
  width: 12%;
}.men1 .c-box .datattl.a5::before{
  width: 28%;
}.men1 .c-box .datattl.a6::before{
  width: 52%;
}.men1 .c-box .datattl.a7::before{
  width: 68%;
}.men1 .c-box .datattl.a8::before{
  width: 20%;
}.men1 .c-box .datattl.a9::before{
  width: 34%;
}.men1 .c-box .datattl.a10::before{
  width: 23%;
}.men1 .c-box .datattl.a11::before{
  width: 6%;
}.men1 .c-box .datattl.a12::before{
  width: 35%;
}.men1 .c-box .datattl.a13::before{
  width: 3%;
}
.men1 .c-box .data{
  font-size: 20px;
}
.men1 .ttl-box.open,
.men2 .ttl-box.open{
  padding:20px;
}
.men2 .ttl-box{
  background: #D8B76C;
  color: #fff;
  text-align: center;
  padding:100px 20px;
    -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}

.men2 .ttl-box .ttl{
  font-size: 36px;
  margin-bottom: 10px;
}
.men2 .c-box{
  padding: 30px;
 background-color: #fff;
}
.men2 .c-box .datattl{
  color: #D8B76C;
  font-size: 24px;
}
.men2 .c-box .datattl::before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 34%;
  height: 100%;
  top: 0;
  left: 0px;
  background: #f7f1e2;
}
.men2 .list-box .item {
  padding: 10px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.men2 .tlbox{
  border-bottom: 2px solid rgba(191, 191, 191, 1);
}
.men2 .c-box .datattl.a1::before{
  width: 48%;
}
.men2 .c-box .datattl.a2::before{
  width: 63%;
}
.men2 .c-box .datattl.a3::before{
  width: 29%;
}.men2 .c-box .datattl.a4::before{
  width: 28%;
}.men2 .c-box .datattl.a5::before{
  width: 37%;
}.men2 .c-box .datattl.a6::before{
  width: 27%;
}.men2 .c-box .datattl.a7::before{
  width: 10%;
}

.cause9 .course .c-box{
  padding: 30px;
  line-height: 2;
}

.cause9 .course .ttl-box .ttl{
  font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cause9 .course .ttl-box{
  padding: 10px 20px;
}
.cause9 .sliderArea{
  margin: auto;
}
.recomm .img001{
  position: relative;
}
.recomm .img001::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid rgba(216, 183, 108, 1);
  left: -60px;
  top: 60px;
}
@media (max-width: 599px) {
  .cause9 .course .ttl-box .ttl{
    font-size: 16px;
    text-align: left;
  }
  .cause9 .course .c-box{
    padding: 15px
  }
  .men1 .ttl-box .ttl,
  .men2 .ttl-box .ttl {
    font-size: 22px;
  }
  .men1 .c-box .datattl,
  .men2 .c-box .datattl{
    font-size: 16px;
  }
  .recomm .img001::before{
    left: -5px;
    top: 5px;
    z-index: 1;
  }
}
.pricebox .course .ttl-box{
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
}
.pricebox .course .ttl-box.open{
  box-shadow: rgba(0,0,0,0.35) 1px -1px 5px;
}
.pricebox .course .c-box{
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.pricebox .course .ttl-box .ttl{
text-align: left;
font-size: 24px;
margin-bottom: 0;
}

.pricebox .course .pri1{
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(191, 191, 191, 1);
}

.pricebox .course .pri-web {
  width: 100%;
  padding: 30px 20px 20px;
  background: rgba(251, 238, 242, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pricebox .course .pri-web .ttl {
  color: #DF7594;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  border: solid 1px #DF7594;
  padding: 10px;
}

.pricebox .course .pri-web .ttl .im{
  margin-top: -20px;
  background: rgba(251, 238, 242, 1);
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.pricebox .course .pri-web .ttl .fe{
  padding: 10px 10px 20px;
}
.accordion-container {
  margin: 50px auto 0;
  max-width: 300px;
  width: 100%;
}

.pricebox .course:not(:first-child) {
  margin-top: 50px;
}
.pricebox .course:nth-child(2n) .c-box{
  flex-direction: row-reverse;
}
.pricebox .course .accordion-text,
.t-ch .accordion-text{
  display: none;
}
.accordion-title {
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  height: 2px;
  width: 15px;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.preparation .ttl-box {
  background: rgba(121, 171, 210, 1);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.preparation .ttl-box .ttl {
  font-size: 36px;
  margin-bottom: 10px;
}

.preparation .c-box {
  padding: 50px 30px;
}

.sbmain{
  padding: 0 30px 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(191, 191, 191, 1);
}


.img002 {
  position: relative;
  width: 100%;
}
.img002::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid rgba(121, 171, 210, 1);
  left: -20px;
  top: 20px;
}

.pricebox .course .pri-h{
  width: 100%;
} 
.sliderArea.ori{
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .gnav .item01.line::after{
    content:none;
  }
  .pricebox .course .pri-web .ttl .im{
    width: 60%;
  }
  .pricebox .course .pri1 dd{
    width: 100%;
    text-align: right;
    }
}
@media (max-width: 599px) {
  .homevisual .head{
    width: 90%;
  }
   .mainimg .head{
    width: 95%;
  }
  .pricebox .course .pri1 dt{
width: 100%;
text-align: left;
}

  .pricebox .course .ttl-box .ttl{
    font-size: 18px;
  }
  .pricebox .course .c-box,
  .pricebox .course:nth-child(2n) .c-box{
    flex-direction: column;
  }
  .pricebox .course .c-box{
    padding: 0;
  }
  .pricebox .course .pri-web .ttl .im{
    width: 50%;
  }
  .pricebox .course .pri1{
    width: 100%;
  }
  .pricebox .course .pri-web{
    padding: 30px 10px 20px;
  }
  .preparation .ttl-box .ttl{
    font-size: 28px;
  }
  .sbmain{
    padding: 0 0 20px;
  }
  .img002{
    margin-bottom: 20px;
  }
  .img002::before{
    left: -10px;
    top: 10px;
  }
}

.staffbox .text-hy{
  right: 0;
  top: 50%;
  bottom: initial;
  left: initial;
  transform: translate(0,-50%);
}
.staffbox .box .q {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  color: #79ABD2;
}
.staffbox .text-hy{
  outline-offset: -15px;
  outline: 1px solid #e2ca93;
  padding: 40px
}
.staffbox .name{
  background: rgba(121, 171, 210, 1);
  color: #fff;
  padding: 30px;
  font-size: 24px;
}
.staffbox .dot{
  display: flex;
  align-items: center;
}
.staffbox .dot::before{
  content: "・";
  border-radius: 50%;
  color: rgba(121, 171, 210, 1);
  font-size: 45px;
  line-height: .8;
}
.staffbox .sbmain{
  padding: 0 0 30px
}
@media (max-width: 768px) {
  .staffbox .text-hy{
    transform: none;
  }
}
@media (max-width: 599px) {
  .staffbox .name{
    font-size: 18px;
  }
  .staffbox .text-hy{
    padding: 20px;
    outline-offset: -8px;
  }
}

.slick05 .slick-slide{
  margin: 1px;
}
.sliderArea.new{
  max-width: 1000px;
  padding: 0;
}
.sliderArea.new .slick-slide{
  margin:30px;
}
.sliderArea.new .slick-prev {
  top: 50%;
  right: initial;
  left: 14%;
}
.sliderArea.new .slick-next {
  right: 15%;
  top: 50%;
}
.regular2 .img,
.regular3 .img{
  position: relative;
}
.regular2 .num,
.regular3 .num{
  position: absolute;
  font-size: 60px;
  top: 10px;
  right: 10px;
  color: #fff;
  font-family: 'Vesper Libre', serif;
}
@media (max-width: 599px) {
  .slick-prev,
  .slick-next{
        top: -20px;
  }
  .sliderArea.new .slick-next {
    right: 2%;
}
.sliderArea.new .slick-prev {
  left: -1%;
}

.regular2 .num,
.regular3 .num{
  font-size: 30px;
}
}
.nayami .box{
  background: #fff;
    margin: 10px;
    padding: 30px
}
.nayami .box li{
  width: 50%;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.nayami.s-l .box li{
  width: 33%;
}

.nayami .box li i{
color: #ff5e67;
margin-right: 10px;
font-size: 24px;
}

.causebox .sbt1,
.causebox .sbt2{
background-color: #fff;
box-shadow: rgba(0,0,0,.35) 1px 2px 5px;
padding: 30px 50px;
max-width: 482px;
width: 50%;
max-height: 102px;
position: absolute;
z-index: 1;
display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.causebox .sbt1{
  top: 50%;
  left: 50%;
}
.causebox .sbt2{
  right: 0;
  bottom: -5%;
}
.causebox .sbmain{
  padding: 0 0px 20px;
}

.pricebox.new .accordion-title:before,
.pricebox.new .accordion-title::after{
  content:none;
}

.pricebox.new .course .accordion-text {
  display: block;
}

.pricebox.new .course:nth-child(2n) .c-box {
  flex-direction: row;
}
.bfaf-box .ttl{
  background: rgba(121, 171, 210, 1);
  color: #fff;
  padding: 20px;
}
.bfaf-box .b-img,
.bfaf-box .a-img{
  width: 45%;
  position: relative;
}
.bfaf-box .b-img{
border: solid 3px rgba(191, 191, 191, 1);
}
.bfaf-box .b-img:after{
  position: absolute;
  content: "Before";
  top: 0;
  left: 0;
  background:rgba(191, 191, 191, 1);
  color: #fff;
  padding: 5px 15px;
}
.bfaf-box .a-img{
  border: solid 3px rgba(216, 183, 108, 1);
}
.bfaf-box .a-img:after{
  position: absolute;
  content: "After";
  top: 0;
  left: 0;
  background:rgba(216, 183, 108, 1);
  color: #fff;
  padding: 5px 15px;
}
.bfaf-box .kome{
  background-color: rgba(251, 238, 242, 1);
  position: relative;
  width: 84%;
  margin-left: auto;
  padding: 30px 10px 30px 50px;
}
.bfaf-box .kome .img{
  overflow: hidden;
  width: 25%;
  max-width: 122px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: -19%;
  border-radius: 50%;
  /* border: solid 3px #77abd3; */
}
.bfaf-box .kome .text{
  color: #DF7594;
}
@media (max-width: 1024px) {
  .causebox .sbt1, .causebox .sbt2{
    max-width: 350px;
  }
  .causebox .sbt1{
    right: 0;
    bottom: 30%;
    top: initial;
    left: initial;
  }
}
.ob-fi-c img{
  object-fit: contain;
}
@media (max-width: 599px) {
  .bfaf-box .a-img:after,
  .bfaf-box .b-img:after{
        padding: 0 5px;
  }
  .pricebox.new .course:nth-child(2n) .c-box {
    flex-direction: column;
}
.bfaf-box .b-img, .bfaf-box .a-img{
  width: 48%;
}
/* .bfaf-box .b-img{
  margin-bottom: 20px;
} */
.bfaf-box .kome{
  width: 100%;
  padding: 100px 10px 30px;
}
.bfaf-box .kome .img{
  top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
    width: 50%;
}
.nayami .box li{
  width: 100%;
}
.causebox .sbt1, .causebox .sbt2{
  padding: 10px;
    font-size: 14px;
    max-width: 482px;
    width: 60%;
}
.causebox .sbt1{
  right: 0;
  bottom: 20%;
}
.nayami .box{
  padding: 10px;
}
}

.listbox{
  border: solid 5px rgba(228, 238, 246, 1);
  padding: 30px;
}

.nayami.new .accordion-text{
  display: none;
}
.nayami.new .accordion-title.open{
  background: none;
}

.nayami.new .box .accordion {
  width: 49%;
  margin-bottom: 20px;
}
.nayami.new .box .accordion-title{
  width: 100%;
  padding: 20px 50px 20px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(121, 171, 210, 1);
  color: #fff;
}

@media (max-width: 599px) {
  .mainimg .uk-slidenav-position:after{
    padding-top: 75vh;
  }
  .nayami.new .box .accordion{
    width: 100%;
  }
}

.border01{
  border-bottom: 2px solid #d8b76c;
}

.box-ss2 {
  box-shadow: rgba(0,0,0,0.3) 4px 4px 5px;
}
.bfaf-box.new .kome{
  width: 90%;
}
.bfaf-box.new .kome .img{
  left: -90px;
}
.bfaf-box.new .ttl{
font-size: 24px;
}
@media (max-width: 1024px) {
  .box-ss2{
    box-shadow:none;
  }
}
@media (max-width: 599px) {
  .bfaf-box.new .kome .img{
    left: 50%;
  }
  .bfaf-box.new .kome{
    width: 100%;
  }
  .bfaf-box.new .ttl{
    font-size: 20px;
    }
}

.newsbox .t-btn{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 50px;
  background: rgba(37, 46, 79, 1);
  color: #fff;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  transition: all .3s ease-out;
}
.newsbox .cate{
  display: flex;
  flex-wrap: wrap;
}
.newsbox .cate span{
  color: #fff;
    padding: 5px;
    margin: 5px;
    display: block;
    text-align: center;
    background: rgb(245,224,132);
    background: -moz-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
    background: -webkit-linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
    background: linear-gradient(118deg, rgba(245,224,132,1) 0%, rgba(219,188,111,1) 50%, rgba(216,183,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5e084",endColorstr="#d8b76c",GradientType=1);
}

.newsbox a:hover .box-ss{
box-shadow: none;
}

.yt-btn {
  position: relative;
}
.yt-btn::after {
  position: absolute;
  content: url('/import/tenant_1/160.16.106.113/html/images/yt-btn.png');
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  pointer-events: none;
}

.faqbox .q {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  font-size: 24px;

  color: #79ABD2;
 
}
.faqbox .q.open::after{
  content:"\f0d8";
}
.faqbox .q::after {
  content:"\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.faqbox .q::before {
  content: "Q";
  color: #79ABD2;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  line-height: 1;
}
.faqbox.bfaf-box .kome{
  width: 90%;
}
.faqbox.bfaf-box .kome .img {
  left: -90px;
}
.faqbox .border{
  margin: 30px 0;
  border-bottom: solid 1px rgba(191, 191, 191, 1);
}
.faqbox .none{
  display: none;
}
.js-accordion-box{
  cursor: pointer;
}
.d-none-b{
  display: none;
}
@media (max-width: 599px) {
  .d-none-b{
  display: block;
}
  .faqbox .q{
    font-size: 20px;
  }
  .faqbox .q::before{
    font-size: 26px;
  }
  .faqbox.bfaf-box .kome{
    width: 100%;
    margin-top: 90px;
    padding: 70px 10px 30px;
  }
  .faqbox.bfaf-box .kome .img {
    left: 50%;
}
.form .data.new{
  width: 100%;
}
.form .datattl{
  margin-bottom: 10px;
    width: 100%;
    display: flex;
}
}
.form .btn-b button{
  margin-top: 30px;
  padding: 10px;
  border: solid 1px #d8b76c;
  background: #d8b76c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.form .btn-b button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.form .btn-b button:hover{
  opacity: 1;
}
.form .btn-b button:hover:before{
  -webkit-animation: shine2 0.7s;
  animation: shine2 0.7s;
}
.bg-text{
      font-size: 24px;
    font-weight: bold;
  /*   border-bottom: solid 2px #d8b76c; */
}
.a-link{
  margin: 20px;
    width: 30%;
}
.a-link.btnshine a{
  box-shadow: rgba(0,0,0,0.35) 1px 2px 5px;
  background: rgba(121, 171, 210, 1);
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.course.onew .ttl-box{
  text-align: left;
}
@media (max-width: 1024px) {
  .a-link.btnshine a{
  font-size:18px;
  }
}
@media (max-width: 599px) {
  .topnews .new.news-box:nth-of-type(n+2){
    display: none;
  }
  .a-link{
    width: 100%;
    margin: 10px;
  }
  .bg-text{
      font-size: 20px;
  }
  .up-w-0\@sp{
    width:0;
  }
}
.regular4 .slick-dots li.slick-active button:before{
  opacity: 1;
    color: #ff5e67;
    font-size: 16px;
}
.uz-d .ttl{
  background: rgba(121, 171, 210, 1);
    color: #fff;
    font-size: 24px;
    padding: 20px;
}
.card_item2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}
.card_item3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
}

.ftop-con .h2ttl,
.ftop-con .h2ttl .ei{
  color: #fff;
}
[data-element-id] .regular4 > div{
  margin-bottom: 30px;
}
[data-element-id] .fead-fil{
  opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
}
[data-element-id] .fead-order>*{
      -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
[data-element-id] .pricebox .course .accordion-text,
[data-element-id] .faqbox .none{
  display: block;
}
[data-element-id] .up-d-none{
  display: block;
  border: solid 1px #000;
}
[data-element-id] .up-d-none:before {
  content: "スマホ時のみ表示";
  display: block;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
}
[data-element-id] .mt-flex{
  display: flex;
    flex-wrap: wrap;
}
[data-element-id] .mt-flex.new1 li{
 margin: 10px;
    width: 31%;
}
[data-element-id] .mt-flex li{
    margin: 50px 29px;
    width: 19%;
}
 [data-element-id] .mt-flex .course {
    margin: 10px;
    width: 47%;
}
[data-element-id] .sliderArea{
  max-width: 1200px;
}
[data-element-id] .mt-flex.new2 > div{
  width: 20%;
  margin: 10px;
}
[data-element-id] .mt-flex.new3 > div{
 width: 23%;
    margin: 10px 10px 30px;
}
[data-element-id] .mt-flex.new4 > div {
   display: flex;
    flex-wrap: wrap;
}
[data-element-id] .mt-flex.new4 > div > div,
[data-element-id] .mt-flex.new4 > div > li{
 width: 47%;
    margin: 10px;
}
[data-element-id] .tab-wrap{
  width: 100%;
}
[data-element-id] .tab-wrap > div{
  width: 30%;
  margin: 50px 10px;
}
[data-element-id] .tab-label{
  position: relative;
    transform: none!important;
}
[data-element-id] .tab-content{
  display: block;
  position: relative;
  width: 100%;
}
[data-element-id] .up-h-600 {
    height: auto;
}
[data-element-id] .gnav .list02{
  visibility: visible;
    opacity: 1;
}
[data-element-id] .gnav .list2{
      justify-content: flex-end;
}
[data-element-id] .regular2 .num,
[data-element-id] .regular3 .num{
  position: absolute!important;
}
[data-element-id] .nayami.new .accordion-text{
  display: block;
}
[data-element-id] .nums{
  position: absolute!important;
  padding-top: 0px;
}
[data-element-id] .t-ch .accordion-text{
  display: block;
}
.detail-content .content {
  padding: 0;
}
#instafeed{
      display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}
#instafeed li{
  width: 20%;
    margin: 2%;
  position: relative;
}
.square-content{
   display: block;
    position: relative;
}
.square-content:before {
    padding-top: 100%;
    content: "";
    display: block;
}
.square-content img{
  width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
li {
  list-style-type: none;
}

@media only screen and (min-width: 1025px){
  
    #icon-close-btn svg{
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%,-50%) !important;
  }
}

.another-btn a{
    width: 35%;
    height: 60px;
}


@media only screen and (max-width: 1024px){
.another-btn a {
    width: 85%;
    height: 60px;
}
}

@media only screen and (max-width: 599px){
    .another-btn a {
    width: 50%;
    height: 60px;
}
}

/* 05/30 追記 */

 .homevisual .img, .mainimg .img {
    position: relative;
    filter: opacity(0.6);
}

 .homevisual .head, .mainimg .head {
    color: #252e4f;
    position: absolute;
    top: 60%;
    text-shadow: 0px 0px 10px rgb(255 255 255);
    left: 40%;
    font-size: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    line-height: 2;
}

 .homevisual .head, .mainimg .head span {
    color: #d8b76c;
    font-size: 54px;
    margin-right: 3px;
    margin-left: 3px;
}


.r{
  display: inline-block;
}

@media only screen and (max-width: 1024px){
   .homevisual .head, .mainimg .head {
    color: #252e4f;
    position: absolute;
    top: 60%;
    text-shadow: 0px 0px 10px rgb(255 255 255);
    left: 50%;
    font-size: 38px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    line-height: 2;
}

 .homevisual .head, .mainimg .head span {
    color: #d8b76c;
    font-size: 38px;
    margin-right: 3px;
    margin-left: 3px;
}

}

@media only screen and (max-width: 599px){
  .r{
  display: block;
}

 .homevisual .head, .mainimg .head {
    color: #252e4f;
    position: absolute;
    top: 60%;
    text-shadow: 0px 0px 10px rgb(255 255 255);
    left: 50%;
    right: auto;
    font-size: 28px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    line-height: 1.8em;
}

 .homevisual .head, .mainimg .head span {
    color: #d8b76c;
    font-size: 38px;
    margin-right: 3px;
    margin-left: 3px;
}

#instafeed li {
    width: 45%;
}

/* .slick-active{
width: 260px !important;

} */

.card_item22{
  font-size: 20px !important;
}
}

@media (max-width: 599px){
  .praise .praise-box .ttl {
    font-size: 26px;
  }
}
  }
