/************ 共通 *****/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
ul, p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
a, button {
  color: inherit;
  text-decoration: none;
  /* transition: 0.5s;*/
}
a:hover {
  color: inherit;
  text-decoration: none;
}
/* font size */
.fontSSS {
  font-size: 12px;
}
.fontSS {
  font-size: 12px;
}
.fontS {
  font-size: 14px;
}
.fontM {
  font-size: 16px;
}
.fontMM {
  font-size: 18px;
}
.fontL {
  font-size: 20px;
}
.fontLL {
  font-size: 26px;
}
.font3L {
  font-size: 30px;
}
.fontBig {
  font-size: 35px;
}
/* h ttl */
.h2_ttl {
  margin-bottom: 40px;
}
.h2_ttl img {
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 15px;
}

/* アイコン */
.heart-1{
  width: 24px;
  height: 24px;
display: block;
position: relative;
right: -5px;
  background: #FF5252;
  clip-path: path("M12 4.419c-2.826-5.695-11.999-4.064-11.999 3.27 0 7.27 9.903 10.938 11.999 15.311 2.096-4.373 12-8.041 12-15.311 0-7.327-9.17-8.972-12-3.27z");
  transform: scale(.45);
}
/* space */
.con_space_top {
  padding-top: 60px;
}
.con_space_btm {
  padding-bottom: 60px;
}
/* z-index */
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.z-index10 {
  z-index: 10;
}
.z-index20 {
  z-index: 20;
}
/* color */
.gray_fc {
  color: #8A99A3;
}
.pink_fc {
  color: #EA6C6C;
}
.red_fc {
  color: #FF0000;
}
.orange_fc {
  color: #FF570D;
}
/* radius */
.radius_box {
  border-radius: 20px;
  overflow: hidden;
}
.radius_box2 {
  border-radius: 5px;
  overflow: hidden;
}
/* border */
.yellow_border2 {
  border: 2px solid #D1D721;
}
.gray_border {
  border: 1px solid #EFF3F5;
}
.orange_border {
  border: 1px solid #FF570D;
}
/* bg */
.gray_bg {
  background-color: #EFF3F5;
}
.gray_bg2 {
  background-color: #8A99A3;
}
.gray_bg3 {
  background-color: #F7F9FA;
}
.pink_bg {
  background-color: #F5CAC3;
}
.pink2_bg {
  background-color: #FAF2F0;
}
.pink3_bg {
  background-color: #EA6C6C;
}
.yellow_bg {
  background-color: #D1D721;
}
.green_bg {
  background-color: #F7F8CD;
}
.orange_bg {
  background-color: #FF5800;
}
.orange2_bg {
  background-color: #FFF4E0;
}
.orange3_bg {
  background-color: #F86900;
}
.simple-linear {
  background-image: linear-gradient(#FADEDE, #FBFCDB);
}
.dot_bg {
  background-color: #fff;
  background-image: radial-gradient(#E5E5E5 11%, transparent 11%);
  background-size: 20px 20px;
}
/* 改行、タブ等をそのまま */
.white-space-pre-wrap{
white-space:pre-wrap;
}
/* text indent */
.text-indent-14 {
  text-indent: -14px;
  padding-left: 14px;
}
/* link style */
.txt_link {
  color: #EA6C6C;
  text-decoration: underline;
}
.txt_link:hover {
  color: #EA6C6C;
}
/* btn style */
.btn_opacity a, .btn_opacity button {
  opacity: 1;
}
.btn_opacity a:hover, .btn_opacity button:hover {
  opacity: .6;
}
.h_btn a {
  display: block;
  width: 144px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #333;
}
.h_btn.login a {
  background-color: #EA6C6C;
  color: #fff;
  margin-right: 13px;
}
.h_btn.registration a {
  background-color: #D1D721;
  border: 1px solid #D1D721;
}
.btn_ptn01 a {
  display: block;
  color: #EA6C6C;
  border: 1px solid #EA6C6C;
  width: 190px;
  margin: auto;
  padding: 15px;
  border-radius: 100px;
  position: relative;
}
.btn_ptn01 a::after {
  content: "";
  position: absolute;
  top: 39%;
  bottom: 0;
  right: 15px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #EA6C6C;
  border-right: 2px solid #EA6C6C;
  transform: rotate(45deg);
}
.btn_ptn01 a:hover {
  color: #fff;
  background-color: #EA6C6C;
  border: 1px solid #EA6C6C;
}
.btn_ptn01 a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn_ptn02 a, .btn_ptn02 button {
  border-radius: 60px;
  color: #fff;
  background: #333;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 340px;
  max-width: 100%;
  padding: 15px 40px;
  text-align: center;
  border: none;
}
.btn_ptn02.arr_r a, .btn_ptn02.arr_r button {
  position: relative;
}
.btn_ptn02.arr_r a::after, .btn_ptn02.arr_r button::after {
  content: "";
  position: absolute;
  top: 39%;
  bottom: 0;
  right: 20px;
  transform: rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn_ptn02.arr_r a:hover:after, .btn_ptn02.arr_r button:hover::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.btn_ptn02.main_c a, .btn_ptn02.main_c button {
  background: #EA6C6C;
}
.btn_ptn02.main_c a:hover, .btn_ptn02.main_c button:hover {
  color: #fff;
  background: #EA6C6C;
}
.btn_ptn02.sub_c a, .btn_ptn02.sub_c button {
  background: #D1D721;
  color: #333;
}
.btn_ptn02.sub_c a:hover, .btn_ptn02.sub_c button:hover {
  color: #333;
  background: #D1D721;
}
.btn_ptn02.sub_c2 a, .btn_ptn02.sub_c2 button {
  background: #333;
  color: #fff;
}
.btn_ptn02.sub_c2 a:hover, .btn_ptn02.sub_c2 button:hover {
  color: #fff;
  background: #333;
}
.btn_ptn02 a:hover, .btn_ptn02 button:hover {
  color: #333;
  background: #D1D721;
}
/****** ログイン ポップアップ *****/
/*modaal */
.modaal-wrapper.modaal-start_fade {
  display: none;
}
.modaal-content-container {
  padding: 0 !important;
}
.modaal-container, .modaal-content, .modaal-content-container {
  overflow: hidden;
}
.modaal-container {
  border-radius: 10px !important;
}
.modaal-close {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background-color: #8A99A3 !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
}
.modaal-close:after, .modaal-close:before {
  top: 7px !important;
  left: 13px !important;
  width: 2px !important;
  height: 15px !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff !important;
  opacity: .5;
}
/*デザイン */
.login_pop img.logo {
  max-width: 250px;
}
.login_pop table.account_table {
  width: 90%;
  max-width: 420px;
}
.login_pop table.account_table tr:first-child td {
  padding-bottom: 20px;
}
.login_pop table.account_table tr td:first-child {
  padding-right: 15px;
  width: 35%;
}
.login_pop table.account_table label {
  width: 100%;
}
/****** 記事一覧 *****/
/* ホバーデザイン */
a.box {
  position: relative;
}
/*
a.box:hover {
  transform: translateY(-4px);
}
*/
a.box::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 99;
}
a.box.care::before {
  background: #F7B7C6;
}
a.box.money::before {
  background: #FFD150;
}
a.box.establishment::before {
  background: #1FA2E5;
}
a.box.system::before {
  background: #B89CFF;
}
a.box.rehabili::before {
  background: #59BEA4;
}
a.box:hover::before {
  transform: scale(1, 1);
}
.article_ListArea a.box {
  background: #fff;
  padding: 18px;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.article_ListArea a.box:last-child {
  margin-bottom: 0px;
}
.article_ListArea a.box .inner {
  position: relative;
}
.article_ListArea a.box .inner .fav_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.article_ListArea a.box .flexbox {
  display: flex;
}
.article_ListArea a.box .thum {
  width: 100%;
  max-width: 185px;
  padding-right: 20px;
}
.article_ListArea a.box .thum img{
	object-fit: cover;
  width: 165px;
  height: 110px;
		border-radius: 10px;
		overflow: hidden;
}
.article_ListArea a.box .ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 30px;
}
.article_ListArea a.box .cat {
  color: #fff;
  background-color: #8A99A3;
  padding: 2px 10px 0px;
  min-width: 150px;
  border-radius: 5px;
  text-align: center;
}
.article_ListArea a.box .txt {
  position: relative;
  width: 100%;
}
.article_ListArea a.box .foot_area {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 0;
}
.article_ListArea a.box .foot_area ul.tag li {
  margin-right: 5px;
  border: 1px solid #EA6C6C;
  padding: 1px 10px;
  border-radius: 50px;
}


/****** タグ一覧 *****/
.tag_list ul li a {
  margin: 7px;
  border: 1px solid #EA6C6C;
  padding: 5px 20px;
  border-radius: 100px;
	display: block;
	opacity: 1;
}
.tag_list ul li a:hover {
	opacity: .6;
}

/****** nav menu *****/
.news_txt {
  padding: 10px 0;
}
.news_txt span {
  display: inline-block;
  color: #fff;
  background-color: #8A99A3;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 20px;
}

nav.navArea {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  z-index: 99;
}
nav.navArea.fixed {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 0;
}
nav.navArea .flexArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.navArea .logo {
  width: 240px;
  height: auto;
}
nav.navArea .logo img {
  width: 100%;
}
nav.navArea.fixed .logo {
  width: 150px;
}
nav.navArea.fixed .h_btn a {
  width: 130px;
  padding: 7px;
}
/* topの表示 */
.top_nav nav.navArea .flexArea {
  justify-content: flex-end;
}
.top_nav nav.navArea .logo {
  display: none;
}
.top_nav nav.navArea.fixed .logo {
  display: block;
}
.top_nav nav.navArea.fixed .flexArea {
  justify-content: space-between;
}
/* マイページ */
.mypage_btnArea {
  cursor: pointer;
  position: relative;
  padding-right: 35px;
  display: flex;
  align-items: center;
  transition: .5s;
}
.mypage_btnArea::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.mypage_btnWrap {
  position: relative;
}
.mypage_btnWrap .drop_menu {
  position: absolute;
  width: 190px;
  top: 40px;
  right: 0;
  display: none;
  box-shadow: 0 0 8px #D0D0D0;
  z-index: 999;
}
.mypage_btnWrap .drop_menu a {
  background-color: #fff;
  transition: .5s;
  display: block;
  padding: 12px;
}
.mypage_btnWrap .drop_menu a:hover {
  background-color: #FAFCD8;
}
/****** バナーエリア *****/
.bnr_area {
  background-image: url(../img/top/bg_img.svg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.bnr_area::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, .6);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.bnr_area .bnr_link {
  position: relative;
  z-index: 20;
  display: block;
}
.anime_format {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}
.anime_pt1 {
  animation-name: anime_pt1;
}
@keyframes anime_pt1 {
  0% {
    transform: translate(0, -2px);
  }
  100% {
    transform: translate(0, 2px);
  }
}
/****** footer *****/
.footerArea ul li, .footerArea p {
  margin-bottom: 12px;
}
.footerArea ul li:last-child {
  margin-bottom: 0px;
}
/****** 事業所検索 遷移用ブロック *****/
.inner_content_office img.img_office{
	width: 320px;
}
/****** カテゴリー一覧 *****/
.category_list .flexBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category_list a {
  display: block;
  text-align: center;
  width: 160px;
  margin: 0 15px;
}
.category_list a .tum {
  margin-bottom: 10px;
}
/****** パンくず *****/
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.breadcrumb ul li {
  white-space: nowrap;
}
.breadcrumb ul li::after {
  display: inline;
  content: "／";
  padding: 0 6px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
/****** ページャー *****/
.pagerArea a {
  background-color: #333;
  color: #fff;
  text-align: center;
  height: 2.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagerArea .prev, .pagerArea .next {
  position: relative;
  width: 150px;
  border-radius: 500px;
}
.pagerArea .next {
  margin-left: auto;
}
.pagerArea .prev::after, .pagerArea .next::after {
  content: "";
  position: absolute;
  top: 39%;
  bottom: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagerArea .prev::after {
  left: 15px;
  transform: rotate(225deg);
}
.pagerArea .next::after {
  right: 15px;
  transform: rotate(45deg);
}
.pagerArea ul li a {
  border-radius: 50%;
  width: 2.2vw;
	font-size: 12px;
}
.pagerArea ul li a.active {
  background-color: #D1D721;
  color: #333;
  pointer-events: none;
}
.pagerArea ul li {
  padding: 0 5px;
}
/************ TOP *****/
header.top_header .container {
  height: 100%;
}
header.top_header p {
  line-height: 2;
	
}

/****** 検索エリア *****/
.search_area .pink_bg {
  padding: 20px 0;
  position: relative;
}
.search_area .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search_area .btn_block {
  width: 290px;
}
.search_area input {
  padding: 12px;
  border: none;
  border-radius: 5px;
}
.search_area .select_area select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 12px;
  color: #333;
}
.search_area .select_area {
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.search_area .select_area::after {
  content: "";
  position: absolute;
  top: 39%;
  bottom: 0;
  right: 15px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  transition: 0.5s;
}
.search_area .select_area p {
  padding: 14px 12px;
  cursor: pointer;
}
.search_area .conditions_area {
  opacity: 0;
  transition: .5s;
  position: absolute;
  width: 100%;
  padding: 50px 0 60px;
  z-index: 90;
  text-align: center;
  pointer-events: none;
}
.search_area .conditions_area.open {
  opacity: 1;
  pointer-events: auto;
}
.search_area ul {
  display: flex;
  justify-content: center;
}
.search_area label {
  cursor: pointer;
}
.search_area .tag_select input[type="checkbox"] {
  display: none;
}
.search_area .tag_select input[type="checkbox"] + span {
  display: inline-block;
  color: #EA6C6C;
  border: 1px solid #EA6C6C;
  padding: 5px 14px 2px;
  background: #fff;
  border-radius: 500px;
  margin: 0 3px;
}
.search_area .tag_select input[type="checkbox"]:checked + span {
  color: #fff;
  background: #EA6C6C;
  display: block;
}
.search_area .btn-success {
  background-color: #333333;
  padding: 12px;
  width: 150px;
  text-align: center;
  border: none;
}
.search_area .btn-success:hover {
  background-color: #333333;
}
.search_area .select2-container--classic {
  height: 100%;
  width: 100% !important;
}
.search_area .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #EA6C6C;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
}
.search_area .select2-container--classic .select2-selection--multiple {
  border: none;
  height: 60px;
  overflow: hidden;
  padding-bottom: inherit;
  padding-right: 35px;
}
.search_area .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.search_area .select2-container .select2-search--inline .select2-search__field {
  height: auto;
  margin-top: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  vertical-align: top;
}
.search_area .select2-container ::-moz-placeholder {
  padding: 15px 12px;
}
.search_area .select2-container :-ms-input-placeholder {
  padding: 15px 12px;
}
.search_area .select2-container ::placeholder {
  padding: 15px 12px;
}
/****** 特集記事 一覧 *****/
.pickupArea.swiper {
  padding-bottom: 50px;
}
.pickupArea.swiper .swiper-pagination {
  bottom: 0px;
}
.pickupArea.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #D1D800);
}
.pickupArea.swiper a.article_item .imgArea img {
  height: 220px;
}
.pickupArea a.article_item {
  display: block;
  position: relative;
}
.pickupArea a.article_item p {
  transition: 0.5s;
}
.pickupArea a.article_item .new_txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #D1D721;
  padding: 5px 10px;
}
.pickupArea a.article_item .ttlTxt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pickupArea a.article_item .txtArea {
  position: relative;
}
.pickupArea a.article_item .imgArea img {
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.pickupArea a.article_item .txtArea::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #EA6C6C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 99;
}
.pickupArea a.article_item:hover .txtArea::after {
  transform: scale(1, 1);
}
.pickupArea a.article_item:hover .txtArea p {
  color: #EA6C6C;
}
/* 下層一覧 */
.pickupArea.innerList a.article_item .new_txt {
  padding: 0px 10px;
}
/****** お知らせ *****/
.news_area .bg-white {
  border-radius: 20px;
  padding: 50px;
}
.news_area .bg-white ul.news_list li a {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E4E8EB;
  transition: .5s;
}
.news_area .bg-white ul.news_list li a .ttl {
  transition: .5s;
}
.news_area .bg-white ul.news_list li a:hover .ttl {
  color: #EA6C6C;
}
.news_area .bg-white ul.news_list li:first-child a {
  padding-top: 0;
}
.news_area .bg-white ul.news_list p:first-child {
  width: 110px;
  padding-right: 20px;
}
.news_area .bg-white ul.news_list p:nth-child(2) {
  width: 100%;
}
/****** ads *****/
.advertisement_area a {
	display: block;
}
.advertisement_area .cat_ttl {
	color: #8A99A3;
	margin-top: 8px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.advertisement_area .cat_ttl span{
	display: inline-block;
	color: #fff;
	background-color: #8A99A3;
	border-radius: 5px;
	line-height: 1;
	padding: 6px 8px 3px;
	font-size: 10px;
}
.advertisement_area .txt_ttl{
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/****** 脳トレ *****/
.top_noutore_area .inner {
  background-image: url(/images/noutore_bg.svg?97a7f0785851df4a953a641b27731692);
}
.top_noutore_area .inner.pt-list {
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
/****** キャンペーンエリア *****/
.cpn_area {
  background-color: #111F6A;
  position: relative;
  overflow: hidden;
}
.cpn_area a{
  position: relative;
  z-index: 9;
}
.cpn_area .inner_box{
  position: relative;
}
.cpn_area .inner_box::before,
.cpn_area .inner_box::after{
  content: "";
  background-image: url(/img/campaign/rakuuma-2022win/snow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.cpn_area .inner_box::before{
  bottom: -20px;
  left: 10%;
  width: 98px;
  height: 87px;
  animation: snow-anime 30s linear infinite;
}
.cpn_area .inner_box::after{
  top: 40px;
  right: 15%;
  width: 55px;
height: 51px;
  animation: snow-anime2 35s linear infinite;
}
@keyframes snow-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
@keyframes snow-anime2 {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(-360deg);}
}

/*** 雪玉（共通） ***/
.snows div{
  position: absolute;
  top: -250px;
  left: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
}

/*** 小さい雪玉 ***/
.snows div:nth-child(1){
  width: 10px;
  height: 10px;
  filter: blur(2px);
  box-shadow:
    5vw -40px 0 #fff,
    10vw 150px #fff,
    15vw -230px #fff,
    22vw 240px #fff,
    30vw 120px #fff,
    35vw -180px #fff,
    44vw 240px #fff,
    50vw 0 #fff,
    60vw 180px #fff,
    68vw 40px #fff,
    74vw -130px #fff,
    81vw -240px #fff,
    88vw 100px #fff,
    95vw 60px #fff;
    animation: fall 13s linear infinite;
}

/*** 小さい雪玉2 ***/
.snows div:nth-child(2){
  width: 10px;
  height: 10px;
  filter: blur(2px); /*ぼかし*/
  /* ±240pxの範囲で影(複製)を作る */
  box-shadow:
    7vw 220px 0 #fff,
    35vw 20px #fff,
    68vw 100px #fff,
    93vw -190px #fff;
  animation: fall 13.5s linear infinite;
  animation-delay: 6s;
}

/*** 中ぐらいの雪玉 ***/
.snows div:nth-child(3){
  width: 14px;
  height: 14px;
  filter: blur(3px); /*ぼかし*/
  /* ±233pxの範囲で影(複製)を作る */
  box-shadow:
    12vw 5px 0 #fff,
    32vw -100px #fff,
    45vw -180px #fff,
    68vw 40px #fff,
    77vw 65px #fff,
    94vw 230px #fff;
  animation: fall 11s linear infinite;
  animation-delay: 6s;
}

/*** 大きめの雪玉 ***/
.snows div:nth-child(4){
  width: 20px;
  height: 20px;
  filter: blur(8px); /*ぼかし*/
  /* ±222pxの範囲で影(複製)を作る */
  box-shadow:
    40vw -200px #fff,
    80vw 220px #fff;
  animation: fall 8s linear infinite;
  animation-delay: 4s;
}

/*** 落下アニメーション ***/
@keyframes fall{
  0%{
    top: -250px;
  }
  100% {
    top: calc(100% + 250px);
  }
}

.text-line-1{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


@media (max-width: 1300px) {
  /************ はじめての介護 *****/
  .beginner_wrap .point .inner_box {
    height: initial;
    padding-top: 60px;
  }
  .beginner_wrap .point {
    margin-bottom: 90px;
  }
}
@media (max-width: 1200px) {
  /************ 共通 *****/
  /****** 検索エリア *****/
  .search_area input.btn_block {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  /************ TOP *****/
  header.top_header .container::before, header.top_header .container::after {
    width: 230px;
    height: 267px;
  }
  /************ はじめての介護 *****/
  .beginner_wrap .point {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  /* link style */
  .hover_fc, .scale a {
    transition: .5s;
  }
  .hover_fc:hover {
    color: #EA6C6C;
  }
  .scale a:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 991px) {
  /************ 共通 *****/
  body {
    font-size: 2vw;
    margin-top: 70px;
  }
a, button {
  transition: 0.5s;
}
  /* font size */
  .fontSSS {
    font-size: 1.2vw;
  }
  .fontSS {
    font-size: 1.412vw;
  }
  .fontS {
    font-size: 1.647vw;
  }
  .fontM {
    font-size: 1.882vw;
  }
  .fontMM {
    font-size: 2.118vw;
  }
  .fontL {
    font-size: 2.353vw;
  }
  .fontLL {
    font-size: 3.059vw;
  }
  .font3L {
    font-size: 3.529vw;
  }
  .fontBig {
    font-size: 3.8vw;
  }
  /* h ttl */
  .h2_ttl {
    margin-bottom: 20px;
  }
  .h2_ttl img {
    padding-bottom: 1.2vh;
    padding-right: 2vw;
    width: 10vw;
  }
  /* btn style */
  .btn_ptn02 a, .btn_ptn02 button {
    width: 90%;
    max-width: 340px;
  }
  /* space */
  .con_space_top {
    padding-top: 30px;
  }
  .con_space_btm {
    padding-bottom: 30px;
  }
  .con_space_btm_sp {
    padding-bottom: 30px;
  }
  /****** ログイン ポップアップ *****/
  .login_pop img.logo {
    max-width: 45vw;
  }
  /****** nav menu *****/
	.news_txt a {
-webkit-line-clamp: 1;
		height: inherit;
		display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
}
  nav.navArea {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  nav.navArea.fixed {
    padding: 0;
  }
  nav.navArea .gray_bg {
    padding: 10px 0;
  }
  nav.navArea .btnArea {
    justify-content: center;
  }
  .nav_wrap {
    display: flex;
    justify-content: space-between;
  }
  .top_nav nav.navArea .logo, nav.navArea .logo, nav.navArea.fixed .logo {
    width: 30vw;
    display: flex;
    align-items: center;
  }
  nav.navArea ul.sp_nav {
    display: flex;
  }
  nav.navArea ul.sp_nav li {
    height: 70px;
    width: 12vw;
    text-align: center;
    font-size: 10px;
  }
  nav.navArea ul.sp_nav li a.login, nav.navArea ul.sp_nav li a.mypage {
    display: block;
    background: #EA6C6C;
    color: #fff;
    height: 100%;
    width: 100%;
    padding-top: 18px;
  }
  nav.navArea ul.sp_nav li a.login img, nav.navArea ul.sp_nav li a.mypage img {
    height: 17px;
  }
  .header_hamburger {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    background-color: #E4E8EB;
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7px;
  }
  .header_hamburger .line {
    margin-bottom: 4px;
  }
  .header_hamburger .line span {
    width: 20px;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease .4s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header_hamburger .line span:nth-child(1) {
    top: 0;
  }
  .header_hamburger .line span:nth-child(2) {
    margin: 5px 0;
  }
  .header_hamburger .line span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header_hamburger.active {
    background-color: #FADEDE;
  }
  .header_hamburger.active .line span:nth-child(1) {
    top: 6px;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
  }
  .header_hamburger.active .line span:nth-child(2) {
    opacity: 0;
  }
  .header_hamburger.active .line span:nth-child(3) {
    top: -7px;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
  }
  nav.navArea.active {
    background: #FADEDE;
  }
  nav.navArea.active .logo, nav.navArea.active.fixed .logo {
    display: none;
  }
  nav.navArea.active ul.sp_nav li:first-child {
    display: none;
  }
  nav.navArea.active .nav_wrap {
    justify-content: flex-end;
  }
  .sp_nav_menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: ease .4s;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    overflow: scroll;
    padding-bottom: 200px;
  }
  .sp_nav_menu.active {
    opacity: 1;
    pointer-events: visible;
    background: #FADEDE;
  }
  .sp_nav_menu .pickupArea a.article_item .imgArea img {
    height: 110px;
  }
  .sp_nav_menu .pickupArea a.article_item:hover .txtArea::after {
    display: none;
  }
  .sp_nav_menu section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sp_nav_menu section::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 93%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .sp_nav_menu .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_nav_menu .flexbox a {
    width: 21vw;
    display: block;
    margin: 0 1vw 10px;
  }
  /****** 検索エリア *****/
  .search_area .flexbox {
    justify-content: space-between;
  }
  .search_area .select_area {
    width: 48%;
  }
  .search_area .select_area .fontMM {
    font-size: 3.12vw;
  }
  .search_area .btn-success {
    margin-top: 10px;
    width: 100%;
  }
  .search_area .btn_block {
    width: 48%;
  }
  .search_area .select2-container--classic .select2-selection--multiple {
    height: 65px;
  }
  /****** TOP ココイロバナー *****/
header.top_header .sp_abs {
  position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 8%;
}
  /****** 特集記事 一覧 *****/
  .pickupArea.swiper {
    padding-bottom: 10px;
  }
  /****** 記事一覧 *****/
  .tab_post {
    flex-wrap: nowrap;
    /*.nav スクリプトの使用上キャンセル*/
  }
  .tab_post li {
    width: 100%;
  }
  .tab_post li a {
    padding: 10px;
    display: block;
    background-color: #EA6C6C;
    color: #fff;
    border-left: #EFF3F5 1px solid;
  }
  .tab_post li:first-child a {
    border-left: none;
  }
  .tab_post .active {
    background-color: #EFF3F5;
    color: #333;
  }
		.article_ListArea a.box {
			padding: 15px;
		}
  .article_ListArea a.box .ttl {
    -webkit-line-clamp: 3;
    height: inherit;
  }
  .article_ListArea a.box .inner .fav_icon {
    top: 0;
    width: 20px;
  }
  .article_ListArea a.box .foot_area {
    display: none;
  }
  .article_ListArea a.box .cat {
    min-width: 120px;
    font-weight: 600;
  }

  .pagerArea .prev, .pagerArea .next {
    width: auto;
  }
  .pagerArea a {
    height: 50px;
  }
  .box .date, .article_ListArea .date, .box .update, .article_ListArea .update {
    padding-left: 17px;
  }
  .box .date::before, .article_ListArea .date::before {
    top: 2px;
  }
  /** f_sns_box **/
  .f_sns_box {
    display: table;
    border-radius: 10px;
    padding: 20px 15px;
    width: 85%;
    margin: 0 auto 20px;
  }
		/****** 事業所検索 遷移用ブロック *****/
.inner_content_office img.img_office{
	width: 68%;
}
  /****** カテゴリー一覧 *****/
  .category_list a {
    width: 25vw;
    margin: 0 10px 10px;
  }
  .category_list .fontMM {
    font-size: 3.3vw;
  }
  /************ TOP *****/
  header.top_header .container::before, header.top_header .container::after {
    display: none;
  }
  header.top_header {
    height: auto;
    padding-top: 50px;
  }
  header.top_header .logo {
    width: 80%;
  }
  /****** お知らせ *****/
  .news_area .bg-white {
    padding: 30px;
  }
  /****** キャンペーンエリア *****/
  .cpn_area .inner_box::after{
    top: 0px;
    right: 15%;
  }

}
@media (max-width: 560px) {
  /* SPのみ */
  body {
    font-size: 3.5vw;
    margin-top: 50px;
  }
  /* font size */
  .fontSSS {
    font-size: 2vw;
  }
  .fontSS {
    font-size: 2.7vw;
  }
  .fontS {
    font-size: 2.8vw;
  }
  .fontM {
    font-size: 3.902vw;
  }
  .fontMM {
    font-size: 4vw;
  }
  .fontL {
    font-size: 4.4vw;
  }
  .fontLL {
    font-size: 5vw;
    line-height: 1.5;
  }
  .font3L {
    font-size: 5.3vw;
  }
  .fontBig {
    font-size: 5.5vw;
  }
  /****** nav menu *****/
  .header_hamburger {
    padding-top: 7px;
  }
  nav.navArea ul.sp_nav li {
    height: 50px;
    width: 18vw;
  }
  .top_nav nav.navArea .logo, nav.navArea .logo {
    width: 40vw;
  }
  nav.navArea ul.sp_nav li a.login, nav.navArea ul.sp_nav li a.mypage {
    padding-top: 7px;
  }
  /****** 検索エリア *****/
  .search_area .select_area .fontMM {
    font-size: 3.2vw;
    max-height: 50px
  }
		/****** ads *****/
		.advertisement_area .fontM.txt_ttl {
			font-size: 3vw;
		}
		.advertisement_area .cat_ttl span{
			border-radius: 3px;
			padding: 4px 6px 1px;
		}
.zone_adsense{
  overflow: hidden;
}
}
/* IEのみに表示 */
.ie_only_block {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .ie_only_block {
    display: block;
    background: yellow;
  }
}

/****** アドセンス *****/
.advertisement_area #aswift_1_host,.advertisement_area #aswift_1{
	width: 100%!important;
}