@charset "UTF-8";

/*-----------------------------------------------------------

  =Basic Setup

-----------------------------------------------------------*/

/* Link Style */
a {
  color: #222;
  text-decoration: none;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
a:focus, a:active, a:hover {
  color: #222;
  text-decoration: none;
}
a:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
@media (min-width: 769px){
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}

/* Font Size */
.fs-9  { font-size: 9px !important;}
.fs-10 { font-size: 10px !important;}
.fs-11 { font-size: 11px !important;}
.fs-12 { font-size: 12px !important;}
.fs-13 { font-size: 13px !important;}
.fs-14 { font-size: 14px !important;}
.fs-15 { font-size: 15px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 18px !important;}
.fs-21 { font-size: 21px !important;}
.fs-24 { font-size: 24px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-36 { font-size: 36px !important;}
.fs-48 { font-size: 48px !important;}
.fs-60 { font-size: 60px !important;}

.bg-gray{
  background: #f7f7f7;
}
.bg-blue{
  background: #ebf1f7;
}
.bg-beige{
  background: #FFFDF4;
}
.tx-red{
  color:#FF0D0D;
}


/* Margin-Top & Padding-Top */
.mt00 { margin-top:  0px !important; }  .pt00 { padding-top:  0px !important; }
.mt05 { margin-top:  5px !important; }  .pt05 { padding-top:  5px !important; }
.mt10 { margin-top: 10px !important; }  .pt10 { padding-top: 10px !important; }
.mt15 { margin-top: 15px !important; }  .pt15 { padding-top: 15px !important; }
.mt20 { margin-top: 20px !important; }  .pt20 { padding-top: 20px !important; }
.mt25 { margin-top: 25px !important; }  .pt25 { padding-top: 25px !important; }
.mt30 { margin-top: 30px !important; }  .pt30 { padding-top: 30px !important; }
.mt35 { margin-top: 35px !important; }  .pt35 { padding-top: 35px !important; }
.mt40 { margin-top: 40px !important; }  .pt40 { padding-top: 40px !important; }
.mt45 { margin-top: 45px !important; }  .pt45 { padding-top: 45px !important; }
.mt50 { margin-top: 50px !important; }  .pt50 { padding-top: 50px !important; }
.mt55 { margin-top: 55px !important; }  .pt55 { padding-top: 55px !important; }
.mt60 { margin-top: 60px !important; }  .pt60 { padding-top: 60px !important; }
.mt65 { margin-top: 65px !important; }  .pt65 { padding-top: 65px !important; }
.mt70 { margin-top: 70px !important; }  .pt70 { padding-top: 70px !important; }
.mt75 { margin-top: 75px !important; }  .pt75 { padding-top: 75px !important; }
.mt80 { margin-top: 80px !important; }  .pt80 { padding-top: 80px !important; }
.mt85 { margin-top: 85px !important; }  .pt85 { padding-top: 85px !important; }
.mt90 { margin-top: 90px !important; }  .pt90 { padding-top: 90px !important; }
.mt95 { margin-top: 95px !important; }  .pt95 { padding-top: 95px !important; }
.mt100{ margin-top:100px !important; } .pt100{ padding-top:100px !important; }
/* Margin-Right & Padding-Right */
.mr00 { margin-right:  0px !important; }  .pr00 { padding-right:  0px !important; }
.mr05 { margin-right:  5px !important; }  .pr05 { padding-right:  5px !important; }
.mr10 { margin-right: 10px !important; }  .pr10 { padding-right: 10px !important; }
.mr15 { margin-right: 15px !important; }  .pr15 { padding-right: 15px !important; }
.mr20 { margin-right: 20px !important; }  .pr20 { padding-right: 20px !important; }
.mr25 { margin-right: 25px !important; }  .pr25 { padding-right: 25px !important; }
.mr30 { margin-right: 30px !important; }  .pr30 { padding-right: 30px !important; }
.mr35 { margin-right: 35px !important; }  .pr35 { padding-right: 35px !important; }
.mr40 { margin-right: 40px !important; }  .pr40 { padding-right: 40px !important; }
.mr45 { margin-right: 45px !important; }  .pr45 { padding-right: 45px !important; }
.mr50 { margin-right: 50px !important; }  .pr50 { padding-right: 50px !important; }
.mr55 { margin-right: 55px !important; }  .pr55 { padding-right: 55px !important; }
.mr60 { margin-right: 60px !important; }  .pr60 { padding-right: 60px !important; }
.mr65 { margin-right: 65px !important; }  .pr65 { padding-right: 65px !important; }
.mr70 { margin-right: 70px !important; }  .pr70 { padding-right: 70px !important; }
.mr75 { margin-right: 75px !important; }  .pr75 { padding-right: 75px !important; }
.mr80 { margin-right: 80px !important; }  .pr80 { padding-right: 80px !important; }
.mr85 { margin-right: 85px !important; }  .pr85 { padding-right: 85px !important; }
.mr90 { margin-right: 90px !important; }  .pr90 { padding-right: 90px !important; }
.mr95 { margin-right: 95px !important; }  .pr95 { padding-right: 95px !important; }
.mr100{ margin-right:100px !important; }  .pr100{ padding-right:100px !important; }
/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom:  0px !important; }  .pb00 { padding-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }  .pb05 { padding-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }  .pb10 { padding-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }  .pb15 { padding-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }  .pb20 { padding-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }  .pb25 { padding-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }  .pb30 { padding-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }  .pb35 { padding-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }  .pb40 { padding-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }  .pb45 { padding-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }  .pb50 { padding-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }  .pb55 { padding-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }  .pb60 { padding-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }  .pb65 { padding-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }  .pb70 { padding-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }  .pb75 { padding-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }  .pb80 { padding-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }  .pb85 { padding-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }  .pb90 { padding-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }  .pb95 { padding-bottom: 95px !important; }
.mb100{ margin-bottom:100px !important; } .pb100{ padding-bottom:100px !important; }
/* Margin-Left & Padding-Left */
.ml00 { margin-left:  0px !important; }  .pl00 { padding-left:  0px !important; }
.ml05 { margin-left:  5px !important; }  .pl05 { padding-left:  5px !important; }
.ml10 { margin-left: 10px !important; }  .pl10 { padding-left: 10px !important; }
.ml15 { margin-left: 15px !important; }  .pl15 { padding-left: 15px !important; }
.ml20 { margin-left: 20px !important; }  .pl20 { padding-left: 20px !important; }
.ml25 { margin-left: 25px !important; }  .pl25 { padding-left: 25px !important; }
.ml30 { margin-left: 30px !important; }  .pl30 { padding-left: 30px !important; }
.ml35 { margin-left: 35px !important; }  .pl35 { padding-left: 35px !important; }
.ml40 { margin-left: 40px !important; }  .pl40 { padding-left: 40px !important; }
.ml45 { margin-left: 45px !important; }  .pl45 { padding-left: 45px !important; }
.ml50 { margin-left: 50px !important; }  .pl50 { padding-left: 50px !important; }
.ml55 { margin-left: 55px !important; }  .pl55 { padding-left: 55px !important; }
.ml60 { margin-left: 60px !important; }  .pl60 { padding-left: 60px !important; }
.ml65 { margin-left: 65px !important; }  .pl65 { padding-left: 65px !important; }
.ml70 { margin-left: 70px !important; }  .pl70 { padding-left: 70px !important; }
.ml75 { margin-left: 75px !important; }  .pl75 { padding-left: 75px !important; }
.ml80 { margin-left: 80px !important; }  .pl80 { padding-left: 80px !important; }
.ml85 { margin-left: 85px !important; }  .pl85 { padding-left: 85px !important; }
.ml90 { margin-left: 90px !important; }  .pl90 { padding-left: 90px !important; }
.ml95 { margin-left: 95px !important; }  .pl95 { padding-left: 95px !important; }
.ml100{ margin-left:100px !important; }  .pl100{ padding-left:100px !important; }

/* Column Layout Format */
.column-2 .row,.column-2 li { width: 50%; }
.column-3 .row,.column-3 li { width: 33.33%; }
.column-4 .row,.column-4 li { width: 25%; }
.column-5 .row,.column-5 li { width: 20%;}
.column-6 .row,.column-6 li { width: 16.66%; }
.column-8 .row,.column-8 li { width: 12.5%;}

.col-2 .row {
  width: 47%;
}
.col-2 .row:nth-child(odd) {
  margin: 0 3% 0 0;
}
.col-2 .row:nth-child(even) {
  margin: 0 0 0 3%;
}
.col-3 .row{
  width: 31.3%;
  margin: 0 3% 0 0;
}
.col-3 .row:nth-child(3n) {
  margin: 0 0 0 0;
}
.col-4 .row {
  width: 22%;
  margin: 0 4% 0 0;
}
.col-4 .row:nth-child(4n) {
  margin: 0 0 0 0;
}
.col-5 .row {
  width: 19%;
  margin: 0 1% 0px 0;
}
.col-5 .row:nth-child(5n) {
  margin: 0 0 0px 0;
}
.col-6 .row {
  width: 14.66%;
  margin: 0 2% 0px 0;
}
.col-6 .row:nth-child(6n) {
  margin: 0 0 0px 0;
}


.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
}
.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}
.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  row-gap: 6rem;
}

@media only screen and (max-width: 960px) {
  .col-2 .row {
    width: 100%;
  }
  .col-3 .row{
    width: 100%;
    margin: 0;
  }
  .col-4 .row:nth-child(odd) {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-4 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .col-6 .row {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .col-6 .row:nth-child(even) {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .grid-col-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-col-3{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.2rem;
  }
  .grid-col-4{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
}

.flex-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}


/* Scrollbar
-----------------------------------------------------*/
/* ::-webkit-scrollbar {
  width: 8px;
  background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
  height: 10px;
  background: #333;
} */


/* Font Setteing
-----------------------------------------------------*/
.tx-L {
  text-align: left !important;
}
.tx-C {
  text-align: center !important;
}
.tx-R {
  text-align: right !important;
}
.tx-bold {
  font-weight: 700;
}
.tx-justify {
  text-align: justify !important;
}
.tx-caption {
  font-size: 1.2rem;
}
.paragraph-1 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.paragraph-1 li:nth-child(n+2){
  margin-top:.6rem;
}
.paragraph-2 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding-left: 2em;
  text-indent: -2em;
}
.paragraph-2 li:nth-child(n+2){
  margin-top:.6rem;
}
.disc-list{
  margin-top:1rem;
}
.disc-list li {
  padding-left: .8em;
  line-height: 1.6;
  position: relative;
}
.disc-list li:nth-child(n+2){
  margin-top:.6rem;
}
.disc-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3ABFBE;
  position: absolute;
  left: 0;
  top: 9px;
}
.num-list{
  counter-reset: number;
  margin-top:1rem;
}
.num-list .item {
  padding-left: 2rem;
  margin-bottom: 5px;
  position: relative;
}
.num-list .item:nth-child(n+2){
  margin-top:.6rem;
}
.num-list .item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  display: inline-block;
  content: counter(number) '.';
  color:#3ABFBE;
  font-weight: 700;
}


/* Device View
-----------------------------------------------------*/
.viewPC {display: block;}
.viewTB {display: none;}
.viewPCTB {display: block;}
.viewSP {display: none;}
.viewTBSP {display: none;}
@media only screen and (max-width: 1024px) {
  .viewPC {display: none;}
  .viewTB {display: block;}
  .viewPCTB {display: block;}
  .viewSP {display: none;}
  .viewTBSP {display: block;}
}
@media only screen and (max-width: 768px) {
  .viewPC {display: none;}
  .viewTB {display: none;}
  .viewPCTB {display: none;}
  .viewSP {display: block;}
  .viewTBSP {display: block;}
}


/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}
.delay-01s { -webkit-animation-delay:0.1s; animation-delay:0.1s; }
.delay-02s { -webkit-animation-delay:0.2s; animation-delay:0.2s; }
.delay-03s { -webkit-animation-delay:0.3s; animation-delay:0.3s; }
.delay-04s { -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay-05s { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
.delay-06s { -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay-07s { -webkit-animation-delay:0.7s; animation-delay:0.7s; }
.delay-08s { -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay-09s { -webkit-animation-delay:0.9s; animation-delay:0.9s; }
.delay-1s  {  -webkit-animation-delay:1s; animation-delay:1s; }
.delay-2s  {  -webkit-animation-delay:2s; animation-delay:2s; }
.delay-3s  {  -webkit-animation-delay:3s; animation-delay:3s; }
.delay-4s  {  -webkit-animation-delay:4s; animation-delay:4s; }
.delay-5s  {  -webkit-animation-delay:5s; animation-delay:5s; }
.delay-6s  {  -webkit-animation-delay:6s; animation-delay:6s; }
.list-fadein li{
  opacity:0;
  transition: 2s;
  /* filter:blur(5px);
  transition:width .8s ease-in,filter .8s ease-in-out,opacity 1s ease-out,transform .75s ease-out; */
}
.list-fadein li.anime-fadein{
  opacity: 1;
  /* filter:none; */
}

/* admin-bar
---------------------------------*/
body.admin-bar #header,
body.admin-bar .header-contact,
body.admin-bar .toggle_btn {
    top: 30px;
}
@media screen and (max-width: 600px) {
  #wpadminbar { position: fixed !important; }
}
@media screen and (max-width: 782px) {
  body.admin-bar #header,
  body.admin-bar .header-contact,
  body.admin-bar .toggle_btn {
    top: 46px;
  }
}


/* breadcrumbs
-----------------------------------------------------*/
.breadcrumbs{
  font-size: 1.2rem;
  color:#888;
  text-align: left;
  padding:0px 0 2.4rem;
  overflow-x: auto;
}
.breadcrumbs .inner {
  white-space: nowrap;
}
.breadcrumb-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-list li {
  position: relative;
  padding-left: 3rem;
}
.breadcrumb-list li:first-child {
  padding-left: 0;
}
.breadcrumbs a{
  color: #222;
}
.breadcrumbs a:focus,
.breadcrumbs a:active,
.breadcrumbs a:hover {
  color: #222;
}
.breadcrumb-list li:nth-child(1),
.breadcrumb-list li:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumbs li:nth-child(n+2):before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #ddd;
}
.breadcrumbs li a span{
  background-image: linear-gradient(#222, #222);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.breadcrumbs li a:hover span{
  background-position: 100% 100%;
  background-size: 0% 1px;
}
.breadcrumbs br{
  display: none;
}
@media screen and (max-width: 1169px) {
  .breadcrumbs {
    padding:0 2rem 1.5rem;
  }
  .breadcrumbs .inner{
    padding:0 !important;
  }
}


/* wp-pagenavi
---------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  margin-top: 8rem;
  font-weight: 400;
}
.wp-pagenavi .extend,
.wp-pagenavi .last{
  color:#3BBFBE;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  color:#3BBFBE;
  background-color: #fff;
  border: 1px solid #3BBFBE;
  border-radius: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 2px;
  height: 46px;
  width: 46px;
}
.wp-pagenavi .current {
  border: 1px solid #3BBFBE;
  background: #3BBFBE !important;
  color: #fff !important;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi .nextpostslink:hover {
  background: #3BBFBE;
  color: #fff;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .last {
	width: 70px;
}
.wp-pagenavi .last:hover{
  color:#666;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 30px auto 0;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink {
    line-height: 32px;
    height: 32px;
    width: 32px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .last {
    display: none;
  }
}


/* Popular-Posts
-----------------------------------------------------------*/
.popular_posts {
  counter-reset: wpp-ranking;
}
.popular_posts li:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
}
.popular_posts li {
  position: relative;
  list-style-type: none;
}
.popular_posts li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  background: #fff;
  border-radius:50%;
  border: 2px solid #C7CCC9;
  color:#C7CCC9;
  width: 32px;
  height: 32px;
  line-height:32px;
  z-index: 1;
}
.popular_posts li:nth-child(1)::before {
  color:#bf9425;
  border: 2px solid #bf9425;
}
.popular_posts li:nth-child(2)::before {
  color:#a3a3a3;
  border: 2px solid #a3a3a3;
}
.popular_posts li:nth-child(3)::before {
  color:#aa6c46;
  border: 2px solid #aa6c46;
}


/* sns-share-block
-----------------------------------------------------*/
.sns-share-block{
  margin:4rem auto 6rem;
  text-align: center;
}
.sns__container {
  display: flex;
  align-items: center;
}
.sns__container a {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding:1rem;
}
.sns__container a:hover {
  opacity: 0.6;
}
.sns__container img{
  width: 30px;
  height: auto;
}
.sns__twitter {
  background: #111;
}
.sns__facebook {
  background: #0866FF;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
}
.sns__copy {
  background: #E8EDEA;
}
.url-copied {
  display: none;
}
.url-copied span {
  background: #0009;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  line-height: 14px;
  border-radius: 3px;
}
@media screen and ( max-width:767px) {
  .sns-share-block{
    margin:2rem auto 4rem;
  }
  .sns__container a {
    padding: .7rem 0;
  }
  .sns__container img{
    width: 18px;
  }
}

/* entry-category */
.entry-category,.entry-category-nolink{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.entry-category li a{
  border-radius: 60px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  padding: .6rem 1rem .4rem 1rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #111;
}
.entry-category li a:hover{
  background-color: #3BBFBE;
  color:#fff;
}
.entry-category-nolink li{
  border-radius: 60px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  padding: .6rem 1rem .4rem 1rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #111;
}

/* entry-taglist */
.entry-taglist,
.entry-taglist-nolink,
.entry-round-taglist {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.44;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
  position: relative;
}
.entry-taglist li a {
  color:#666;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-taglist li a:before {
  content: '#';
  color:#3BBFBE;
  display: inline-block;
  padding-right: 0.3em;
}
.entry-taglist li a:hover {
  color:#3BBFBE;
}
.entry-taglist li a:hover:before {
  color:#3BBFBE;
}
.sigle-article_content .entry-taglist li a:hover {
  color:#3BBFBE;
}
.sigle-article_content .entry-taglist li a:hover:before {
  color:#3BBFBE;
}

.entry-taglist-nolink li {
  color:#a6a6a6;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-taglist-nolink li:before {
  content: '#';
  color:#3BBFBE;
  display: inline-block;
  padding-right: 0.3em;
}

.entry-round-taglist li a {
  color:#222;
  border-radius: 60px;
  border:rgba(0, 0, 0, .1) solid 1px;
  padding: .6rem 1.2rem .5rem;
  display: inline-block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.entry-round-taglist li a:hover {
  border:1px solid #3BBFBE;
  /* background-color: #3BBFBE;
  color:#fff; */
}



/* single_article_pager
---------------------------------*/
.single_article_pager{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 70px;
}
.single_article_pager ._all {
  width: 300px;
  margin: 0 auto;
}

.single_article_pager ._prev,
.single_article_pager ._next {
  position: absolute;
  top: 20px;
  font-size: 1.4rem;
}
.single_article_pager ._prev a,
.single_article_pager ._next a {
  position: relative;
  color: #111;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single_article_pager ._prev a span,
.single_article_pager ._next a span{
  background-image: linear-gradient(#111, #111);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.single_article_pager ._prev a:hover span,
.single_article_pager ._next a:hover span{
  background-position: 0% 100%;
  background-size: 100% 1px;
}

.single_article_pager ._prev a::before,
.single_article_pager ._next a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height:20px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url(../img/icon/side-arrow.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_article_pager ._prev {
  left: 0;
}
.single_article_pager ._prev a {
  padding-left: 24px;
}
.single_article_pager ._prev a::before {
  left: 0px;
  transform: translateY(-50%) scale(-1, -1);
}
.single_article_pager ._next {
  right: 0;
}
.single_article_pager ._next a {
  padding-right: 24px;
}
.single_article_pager ._next a::before {
  right: 0px;
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .single_article_pager {
    margin-top: 100px;
    padding: 0;
    align-items: center;
  }
  .single_article_pager ._all {
    position: inherit;
    width: 270px;
  }
}
@media all and (max-width: 768px) {
  .single_article_pager {
		margin-right: 20px;
    margin-left: 20px;
  }
}


/* SEARCH
---------------------------------*/
/* input {
  vertical-align: middle;
} */
::placeholder {
  color: #b3b3b3;
}

form textarea,
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #DEDEDE;
  background: #F5F8FA;
  border-radius: 3px;
  box-shadow: none;
  max-width: 100%;
  width: 100% ;
 }
input:focus {
  outline: none;
  background: #fff;
  border: 1px solid #3BBFBE;
 }
.article-searchform {
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  /* padding:8px 10px; */
  overflow: hidden;
}
.article-searchform input[type="text"] {
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4375;
  width: 100%;
}
.article-searchform input[type="text"]:focus {
  outline: 0;
}
.article-searchform input[type="submit"] {
  background-image: url(../img/icon/ico-search.svg) ;
  background-repeat:no-repeat ;
  background-position: center center;
  background-color: #fff;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top:22px;
  width: 23px;
  height: 23px;
  border: none;
  }
  @media screen and (max-width: 768px) {
  .article-searchform input::placeholder{
    font-size: 14px;
  }
}


/* action-line
---------------------------------*/
.ov-action-item-non .ov-action-item_ttl span{
  background-image: linear-gradient(#222, #222);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.ov-action-item-non:hover .ov-action-item_ttl span{
  background-position: 0% 100%;
  background-size: 100% 1px;
}
.ov-action-item .ov-action-item_ttl span{
  background-image: linear-gradient(#222, #222);
  background-position: 0% 100%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.ov-action-item:hover .ov-action-item_ttl span{
  background-position: 100% 100%;
  background-size: 0% 1px;
}
.ov-action-item-non .ov-action-item__thumb img,
.ov-action-item .ov-action-item__thumb img {
  transition: -webkit-transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000), -webkit-transform 0.4s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.ov-action-item-non:hover .ov-action-item__thumb img,
.ov-action-item:hover .ov-action-item__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


 /* Swipper
---------------------------------*/
.swiper__area{
  position: relative;
}
/* swiper-scrollbar  */
.swiper-scrollbar {
  border-radius: 0px;
  height: 5px;
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 2;
  height: 1px;
  width: 1200px;
  margin-left:-600px;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 1);
  border-radius: 0px;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .swiper-horizontal > .swiper-scrollbar {
    left: 5%;
    width: 90%;
    margin-left:0;
  }
}

/* carousel-slider-progress  */
.carousel-slider-progress {
  left: 0rem;
  position: absolute;
  bottom: 2px;
  width: 100%;
}
.swiper-pagination {
  width: 100%;
  height: 2px !important;
  background: rgba(0,0,0,.1) !important;
}
.swiper-pagination .swiper-pagination-progressbar-fill {
  background: #3ABFBE !important;
  height: 3px;
}

/* slider-nav  */
.slider-nav {
  position: absolute;
  top: -100px;
  right: 20px;
  width: 130px;
}
.slider-arrow-list {
  display: flex;
  flex: 0 0 130px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 130px;
}
.slider-nav .slider-arrow {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
.swiper-button-prev,.swiper-button-next {
  display: grid;
  cursor: pointer;
  place-content: center;
  transform: scale(1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:2px solid #fff;
  background-color: #3ABFBE;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  z-index: 2;
}
.swiper-button-prev:after,.swiper-button-next:after {
  background-size: 18px auto;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.swiper-button-prev:after{
  background: url("../img/icon/circle-arrow-prev.svg") no-repeat 50% 50%;
}
.swiper-button-next:after{
  background: url("../img/icon/circle-arrow-next.svg") no-repeat 50% 50%;
}
.swiper-button-next,.swiper-button-prev {
  background-image: none;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet-active{
  transform: scale(1.6);
  background: #06c755;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev:hover,.swiper-button-next:hover{
    opacity: .4;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .slider-nav {
    padding:0;
    position: absolute;
    top: -70px;
    right: 20px;
    width: 85px;
  }
  .slider-arrow-list {
    display: flex;
    flex: 0 0 85px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 85px
  }
  .swiper-button-prev,.swiper-button-next {
    width: 46px;
    height: 46px;
  }
}



/* Btn */
.link-btn {
  background: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 8rem;
  color: #222;;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 6rem;
  overflow: hidden;
  padding: 0 3rem 0 3rem;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, .1);
  z-index: 0;
}
.btn-arw {
  background-color: #3BBFBE;
  border-radius: 50%;
  content: "";
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transition: background-color .3s cubic-bezier(.43,.05,.17,1);
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.btn-arw .arm-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arw svg {
  fill: #fff;
  width: 8px;
  height: 8px;
  transition: all .3s cubic-bezier(.43,.05,.17,1);
  vertical-align: top;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.btn-arw:before {
  transition: transform .7s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 0.3rem);
  left: calc(50% - 0.3rem);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background:  #3BBFBE;
  z-index: 2;
}
.link-btn .txt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02rem;
  line-height: 1.2;
}
.link-btn:hover {
  background: #3BBFBE;
  border-color: #3BBFBE;
  transform: translateY(3px);
  box-shadow: none;
}
.link-btn:hover .btn-arw:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.link-btn:hover .txt {
  color: #fff;
}
.link-btn:hover .btn-arw {
  background-color: #fff;
}
.link-btn:hover .btn-arw svg {
  -webkit-transform: scale(0);
  transform: scale(0)
}


@media screen and (max-width: 768px){
  .link-btn {
    height: 5.6rem;
  }
}


.circle-arrow{
  transition: .4s cubic-bezier(.43,.05,.17,1);
  transform: scale(1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  background-color: #3BBFBE;;
}
.circle-arrow:before{
  background: url("../img/icon/btn-arrow-w.svg") no-repeat 50% 50%;
  background-size: 14px auto;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.circle-arrow:hover{
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .circle-arrow{
    width: 40px;
    height: 40px;
  }
}


.page-tab ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 12px;
  row-gap: 20px;
}
.page-tab li a {
  background: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 8rem;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, .1);
  color: #222 ;
  display: block;
  padding: 1.6rem 1rem 1.6rem 1rem;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.page-tab li a:hover{
  border: 1px solid #3ABFBE;
  color: #3ABFBE ;
  box-shadow: none;
  transform: translateY(3px);
}
.page-tab li span{
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-right:28px;
}
.page-tab li span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon/tab-arrow.svg) center / cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .page-tab ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .page-tab li span{
    font-size: 1.2rem;
    padding-right:28px;
  }
}



/* table-of-contents
---------------------------------*/
#toc_container {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  width: 100% !important;
  border:2px solid #dbdbdb!important;
  border-radius: .4rem!important;
}
#toc_container .toc_list > li ul {
  padding-left: 1.5em;
}

#toc_container .toc_title {
  display: block !important;
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  background-color: #fff!important;
  text-align: left!important;
  padding:3rem 3rem 0!important;
}
#toc_container .toc_toggle, .toc_toggle a {
  color: #222 !important;
  font-weight: 700 !important;
  text-decoration: none!important;
}
#toc_container .toc_list {
  padding:1rem 3rem 3rem;
  margin-top: 0 !important;
  background-color: #fff!important;
  }
#toc_container .toc_list {
  margin-bottom: 0px!important;
}
#toc_container .toc_list li {
  margin: 0.5em 0 ;
  letter-spacing: .04em;
}
#toc_container .toc_list li::after {
  content: none ;
}
#toc_container .toc_list a {
  color: #222;
  font-weight: 700;
  text-decoration: none;
}
#toc_container .toc_list a:hover{
  color: #3ABFBE ;
}
#toc_container .toc_list a .toc_number {
  color: #3ABFBE ;
  margin-right: 0.2em ;
  font-weight: 700 ;
}
#toc_container .toc_list > li + li {
  margin-top: .8rem;
}
#toc_container .toc_list > li ul {
  padding-left: 1rem;
}
#toc_container .toc_list > li ul li {
  padding-left:1.2rem;
  position: relative;
}
#toc_container .toc_list > li ul li::before {
  position: absolute;
  top: calc(1em - 5px);
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  margin: 0;
  background: #3ABFBE;
  border: 0;
  border-radius: 50%;
}
#toc_container .toc_list > li .toc_depth_1::after {
  content: ". ";
}
#toc_container .toc_list > li .toc_number.toc_depth_2,
#toc_container .toc_list > li .toc_number.toc_depth_3,
#toc_container .toc_list > li .toc_number.toc_depth_4 {
  display: none;
}
@media screen and (max-width:768px) {
  #toc_container .toc_title {
    font-size: 1.8rem !important;
    text-align: center;
  }
  #toc_container .toc_list {
    padding: 1rem 2rem 3rem;
  }
}
