@charset "UTF-8";
/* CSS Document */

/*common
=======================*/
html
main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #525252;
  line-height: 1.7;
  margin: 0 auto;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
main img{
	vertical-align:top;
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
h1, h2, h3, ul {
	margin: 0;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none!important;
	}
	.contents_inner {
		width: 1160px;
		margin: 0 auto;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none!important;
	}
	.contents_inner {
		padding: 0 10px;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/



/*profileBlock
=======================*/
.profileBlock {
	padding: 10px 0 64px;
	background: #f2f2f2;
}
.profileBlock .prev_link a {
	position: relative;
	padding-left: 18px;
	color: #a4a3a3;
}
.profileBlock .prev_link a::before {
    content: "";
    position: absolute;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #a4a3a3;
    border-left: 1px solid #a4a3a3;
    top: calc(50% - 4px);
    left: 3px;
    width: 8px;
    height: 8px;
}
.profileBlock .prev_link a::after {
    content: "";
    position: absolute;
  bottom: -2px;
    left: 0;
    width: 195px;
    height: 1px;
	background: #a4a3a3;
}

@media (min-width: 768px) {
	.profileBlock .prev_link a:hover {
		color: #cc0d21;
	}
	.profileBlock .prev_link a:hover::before {
		border-top: 1px solid #cc0d21;
		border-left: 1px solid #cc0d21;
	}
	.profileBlock .prev_link a:hover::after {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.profileBlock {
		padding: 10px 0 45px;
	}
	.profileBlock .prev_link a {
		font-size: 1.4rem;
	}
	.profileBlock .prev_link a::before {
		left: 6px;
	}
	.profileBlock .prev_link a::after {
		width: 170px;
	}
}
/*=====================*/



/*profileBox
=======================*/
.profileBox {
	display: flex;
	gap: 120px;
	margin-top: 40px;
}
.profile_slider_wrap {
	position: relative;
	display: flex;
  align-items: baseline;
}
.profile_slider_wrap .decorationTxt {
	position: absolute;
    color: #a1a9bf;
    font-weight: bold;
    opacity: .2;
}

/*--- profile_slider ---*/
.profile_slider {
	position: relative;
    z-index: 3;
}
.profile_slider .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    padding: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #fff;
    text-indent: -9999px;
    cursor: pointer;
    transition: background .25s 
	cubic-bezier(.4, 0, .2, 1) 0s;
	top: calc(50% - 12px);
	width: 40px;
	height: 40px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}
.profile_slider .slick-arrow.slick-prev {
	left: 10px;
	z-index: 1;
}
.profile_slider .slick-arrow.slick-next {
	right: 10px;
}
.profile_slider .slick-arrow:after {
    display: block;
    position: absolute;
    border-top: 4px solid #cccccc;
    border-right: 4px solid #cccccc;
    content: "";
    transition: border-color .25s 
	cubic-bezier(.4, 0, .2, 1) 0s;
	top: calc(50% - 8px);
	width: 15px;
	height: 15px;
}
.profile_slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	left: calc(50% - 6px);
	z-index: 1;
}
.profile_slider .slick-arrow.slick-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	left: calc(50% - 10px);
}
/*----------------------*/

/*--- profile_each ---*/
.profile_each {
	max-width: 700px;
}
.profile_each .profile_each_item {
	display: flex;
	align-items: baseline;
	gap: 25px;
}
.profile_each .profile_each_item:nth-of-type(n+2) {
	margin-top: 20px;
}
.profile_each .profile_each_item .item_theme_wrap {
	min-width: 290px;
	padding: 3px 10px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
}
.profile_each .profile_each_item:nth-of-type(2n+1) .item_theme_wrap {
	background: #397fbf;
}
.profile_each .profile_each_item:nth-of-type(2n) .item_theme_wrap {
	background: #5baac7;
}
.profile_each .profile_each_item .item_txt_wrap {
	font-size: 2rem;
}
/*--------------------*/

@media (min-width: 768px) {
	.profile_slider_wrap .decorationTxt {
		bottom: 115px;
		right: -225px;
		font-size: 8.5rem;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/*--- profile_slider ---*/
	.profile_slider {
		max-width: 340px;
	}
	.profile_slider .slick-arrow:hover {
		background: #397fbf;
	}
	.profile_slider .slick-arrow:hover.slick-prev:after,
	.profile_slider .slick-arrow:hover.slick-next:after {
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	/*----------------------*/
}
@media screen and (max-width:767.98px) {
	.profileBox {
		display: block;
		margin-top: 38px;
	}
	.profile_slider_wrap .decorationTxt {
		top: -54px;
        bottom: auto;
        right: 0;
        font-size: 5rem;
	}
	
	/*--- profile_each ---*/
	.profile_each {
		position: relative;
		margin-top: 35px;
		padding-bottom: 35px;
	}
	.profile_each::after {
		position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #cccccc;
	}
	.profile_each .profile_each_item {
		display: block;
	}
	.profile_each .profile_each_item .item_theme_wrap {
		font-size: 1.6rem;
	}
	.profile_each .profile_each_item .item_txt_wrap {
		margin-top: 10px;
        padding: 0 10px;
        line-height: 1.4;
        font-size: 1.6rem;
        text-align: center;
	}
	/*--------------------*/

	/*--- profile_slider ---*/
	.profile_slider_wrap {
		justify-content: center;
	}
	.profile_slider {
		max-width: 200px;
	}
  .profile_slider .slick-arrow.slick-prev {
	left: -30px;
}
.profile_slider .slick-arrow.slick-next {
	right: -30px;
}
	/*----------------------*/
}
/*=====================*/



/*introductionArea
=======================*/
.introductionArea {
	position: relative;
	margin-top: 55px;
	padding-bottom: 55px;
}
.introductionArea::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #cccccc;
}

.introductionArea .nameBox {
	display: flex;
	align-items: flex-end;
	gap: 25px;
}
.introductionArea .nameBox h1 {
	margin: 0;
	color: #194d9d;
	line-height: 1;
	font-size: 6.8rem;
	font-weight: bold;
}
.introductionArea .nameBox .name_tag {
	padding: 6px 17px;
	line-height: 1.4;
	font-size: 2.4rem;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}

.introductionArea .txtBlock {
	margin-top: 20px;
	font-size: 2rem;
}

@media (min-width: 768px) {
	.introductionArea .nameBox .name_tag_wrap {
		display: flex;
		gap: 25px;
	}
}
@media screen and (max-width:767.98px) {
	.introductionArea {
		margin-top: 20px;
		padding-bottom: 0;
	}
	.introductionArea::after {
		display: none;
	}
	.introductionArea .nameBox {
		position: relative;
		gap: 13px;
		justify-content: center;
		align-items: center;
	}
	.introductionArea .nameBox::after {
		position: absolute;
		content: '';
		bottom: -11px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #cccccc;
	}
	.introductionArea .nameBox h1 {
		font-size: 3.7rem;
        letter-spacing: -1.6px;
	}
	.introductionArea .nameBox .name_tag {
		padding: 4px 10px;
		font-size: 1.4rem;
	}
	.introductionArea .nameBox .name_tag_wrap {
		min-width: 150px;
	}
	.introductionArea .nameBox .name_tag:nth-of-type(n+2) {
		margin-top: 3px;
		letter-spacing: -.5px;
	}
	.introductionArea .txtBlock {
		margin-top: 22px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:359px) {
	.introductionArea .nameBox h1 {
		font-size: 3rem;
	}
	.introductionArea .nameBox .name_tag_wrap {
        min-width: 140px;
    }
	.introductionArea .nameBox .name_tag {
		font-size: 1.3rem;
	}
}
/*=====================*/



/*event_scheduleBox
=======================*/
.event_scheduleBox {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.scheduleArea {
	width: 550px;
}
.scheduleArea h3 {
	color: #194d9d;
	font-size: 3rem;
}
.scheduleArea .schedule_each {
	margin-top: 25px;
}
.scheduleArea .schedule_each .schedule_each_item {
	display: flex;
	align-items: baseline;
	gap: 9px;
  min-width: 220px;
}
.scheduleArea .no-schedule {
  font-size: 1.9rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #7d7d7d;
}
.scheduleArea .briefing_btn a {
  color: #194d9d;
  display: block;
  padding: 10px 50px;
}
.briefing_btn {
  background-color: #fff;
  font-weight: 700;
  border: solid 2px #194d9d;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  width: 280px;
  margin-top: 30px;
}
.briefing_btn::after {
  background: #194d9d;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: transform 0s;
  transition-delay: 0s, .4s;
}
 @media (min-width: 768px) {
  .briefing_btn:hover a {
    color: #fff;
  }
  .briefing_btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }
}
.scheduleArea .schedule_each .schedule_each_item:nth-of-type(n+2) {
	margin-top: 15px;
}
.scheduleArea .schedule_each .schedule_each_item .item_date_wrap {
	padding: 4px 13px;
  min-width: 220px;
	font-size: 1.8rem;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}
/*
.scheduleArea .schedule_each .schedule_each_item .item_txt_wrap {
	max-width: 320px;
}
*/
.scheduleArea .schedule_each .schedule_each_item .no_link p {
	font-size: 1.8rem;
	color: #595959;
}
.scheduleArea .schedule_each .schedule_each_item .item_txt_wrap a {
	color: #595959;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}
.event_scheduleBox section:nth-child(2) .schedule_each .schedule_each_item .item_date_wrap{
  min-width: 150px;
}
.event_scheduleBlock .annotationTxt {
	margin-top: 35px;
	font-size: 1.5rem;
	text-align: right;
}

@media (min-width: 768px) {
	.scheduleArea .schedule_each .schedule_each_item .item_txt_wrap a:hover {
		color: #cc0d21;
		text-decoration: none;
	}
}

@media (max-width: 767.98px) {
	.event_scheduleBlock {
		margin-top: 35px;
	}
	.event_scheduleBox,
	.scheduleArea .schedule_each .schedule_each_item {
		display: block;
	}
  .event_scheduleBox section:nth-child(2) .schedule_each .schedule_each_item .item_date_wrap{
  min-width: 50px;
}

	.event_scheduleBox {
		margin-top: 0;
	}
	.scheduleArea {
		width: 100%;
	}
	.scheduleArea:nth-of-type(n+2) {
		margin-top: 35px;
	}
	.scheduleArea h3 {
		font-size: 1.8rem;
	}
	.scheduleArea .schedule_each {
		margin-top: 5px;
	}
.scheduleArea .no-schedule {
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: bold;
}
  .scheduleArea .briefing_btn {
    width: 70%;
    margin: 20px auto 0;
  }
  .scheduleArea .briefing_btn a {
    padding: 10px 0;
    text-align: center;
  }
	.scheduleArea .schedule_each .schedule_each_item .item_date_wrap {
		display: inline-block;
		padding: 2px 10px;
		font-size: 1.4rem;
		text-align: left;
    min-width: 55px;
	}
	.scheduleArea .schedule_each .schedule_each_item .item_txt_wrap {
		max-width: 100%;
		margin-top: 5px;
		font-size: 1.4rem;
	}
	.scheduleArea .schedule_each .schedule_each_item .item_txt_wrap a {
		font-size: 1.4rem;
	}
	.event_scheduleBlock .annotationTxt {
		margin-top: 22px;
		font-size: 1.4rem;
		text-align: left;
	}
}
/*=====================*/



/*transitionBtn
=======================*/
.transitionBtn {
	display: inline-block;
	padding: 0;
    background: #fff;
    border: 2px solid #194d9d;
    border-radius: 15px;
/*    filter: drop-shadow(4px 5px 0px rgba(25,77,157,1));*/
    box-shadow: 4px 5px 0px rgba(25, 77, 157, 1);
    transition: all .2s;
}
.transitionBtn a {
	position: relative;
    display: inline-block;
    width: 100%;
    color: #194d9d;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    text-align: center;
}
.transitionBtn a::after {
	position: absolute;
    content: '';
    top: 47%;
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #194d9d;
    background: transparent;
}
.annotation_wrap {
  margin-top: 30px;
}
.annotation_wrap a {
  color: #194d9d;
  font-weight: bold;
  text-decoration: underline;
}

.annotation_wrap a:hover {
  color: #cc0d21;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .annotation_wrap {
    font-size: 1.1rem;
  }
}

/*--- 海外相談予約 ---*/
.profileBlock .transitionBtn_wrap {
	margin-top: 20px;
	text-align: center;
}
.profileBlock .transitionBtn a {
    padding: 22px 70px 22px 45px;
}
.profileBlock .transitionBtn a::after {
    right: 35px;
    border-right: 3px solid #194d9d;
    transform: rotate(-45deg) translateY(-47%);
}
/*------------------*/

/*--- ルックJTBデスク ---*/
main > .transitionBtn_wrap {
	margin-top: 40px;
    text-align: center;
  padding-bottom: 5px;
}
main > .transitionBtn_wrap .transitionBtn a {
    padding: 22px 45px 22px 70px;
}
main > .transitionBtn_wrap .transitionBtn a::after {
    left: 35px;
    border-left: 3px solid #194d9d;
    transform: rotate(45deg) translateY(-47%);
}
/*---------------------*/

@media (min-width: 768px) {
	.transitionBtn:hover {
		background: #194d9d;
		filter: drop-shadow(0px 0px 0px rgba(25,77,157,1));
        transform: translate(0, 3px);
        transition: all .2s;
	}
	.transitionBtn:hover a {
		color: #fff;
	}
	/*--- 海外相談予約 ---*/
	.profileBlock .transitionBtn:hover a::after {
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	/*------------------*/

	/*--- ルックJTBデスク ---*/
	main > .transitionBtn_wrap .transitionBtn:hover a::after {
		border-left: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}
	/*---------------------*/
	
}

@media (max-width: 767.98px) {
	.transitionBtn a {
		font-size: 1.6rem;
	}

	/*--- 海外相談予約 ---*/
	.profileBlock .transitionBtn_wrap {
		margin-top: 32px;
		text-align: center;
	}
	.profileBlock .transitionBtn a {
		padding: 17px 45px 17px 23px;
	}
	.profileBlock .transitionBtn a::after {
		top: 45%;
		right: 18px;
		width: 11px;
		height: 11px;
		border-right: 2px solid #194d9d;
		border-bottom: 2px solid #194d9d;
	}
	/*------------------*/

	/*--- ルックJTBデスク ---*/
	main > .transitionBtn_wrap .transitionBtn a {
		padding: 17px 23px 17px 45px;
	}
	main > .transitionBtn_wrap .transitionBtn a::after {
		top: 45%;
		left: 18px;
		width: 11px;
		height: 11px;
		border-left: 2px solid #194d9d;
		border-bottom: 2px solid #194d9d;
		transform: rotate(45deg) translateY(-47%);
	}
	/*---------------------*/
}
/*=====================*/



/*c2cArea
=======================*/
.c2cArea {
	padding: 65px 0;
}
.c2cArea h2 {
	position: relative;
	font-size: 3.4rem;
	text-align: center;
}
.c2cArea h2::after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 295px;
	height: 5px;
	background: #397fbf;
}

@media (min-width: 768px) {
}

@media (max-width: 767.98px) {
	.c2cArea {
		padding: 35px 0 50px;
	}
	.c2cArea h2 {
		font-size: 1.7rem;
	}
	.c2cArea h2::after {
		width: 147px;
		height: 2px;
	}
}
/*=====================*/



/* tabi-nakama-article-card
=======================*/
.tabi-nakama-tab__detail {
	margin-top: 60px;
}
.tabi-nakama-article-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabi-nakama-article-card {
  display: flex;
}
.tabi-nakama-article-card a {
  width: 100%;
}
.tabi-nakama-article-card__type {
  display: flex;
  height: 100%;
  color: #000;
}
.tabi-nakama-article-card__body {
  flex: 1 1;
	padding: 18px;
}
.tabi-nakama-article-card__image {
	height: 100%;
}
.tabi-nakama-article-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  opacity: 1;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.tabi-nakama-article-card__title {
  margin: 0;
  font-weight: bold;
  color: #069;
  text-decoration: underline;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.tabi-nakama-article-card__place {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 0;
  color: #666;
}
.tabi-nakama-article-card__place::before {
  position: absolute;
  display: block;
  background: url(/med/tabi-nakama/img/cmn_ic01.webp) no-repeat 0 0/100% auto;
  content: '';
}
.tabi-nakama-article-card__date {
  margin: 0;
  color: #666;
}
.tabi-nakama-article-card-v2__name {
  position: relative;
  color: #666;
}
.tabi-nakama-article-card-v2__name::before {
  position: absolute;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: url(/med/tabi-nakama/img/cmn_ic-NO-IMAGE.webp) no-repeat 0 0/100% auto;
  content: '';
}
@media screen and (min-width:768px), print {
  .tabi-nakama-article-card-wrap {
    gap: 13px;
  }
  .tabi-nakama-article-card {
    width: calc((100% - 13px)/2);
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .10);
	border-radius: 10px;
	overflow: hidden;
  }
  .tabi-nakama-article-card__type {
    gap: 30px;
  }
  .tabi-nakama-article-card__head {
    width: 200px;
		height: 200px;
  }
.tabi-nakama-article-card-v2__type .tabi-nakama-article-card-v2__head {
    width: 273px;
	height: 273px;
  }
	.tabi-nakama-article-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .tabi-nakama-article-card__place {
    margin-top: 5px;
    padding-left: 30px;
    font-size: 1.3rem;
  }
  .tabi-nakama-article-card__place::before {
    top: 0;
    left: 1px;
    width: 15px;
    height: 20px;
  }
  .tabi-nakama-article-card__date {
    margin-top: 9px;
    font-size: 1.3rem;
  }
  .tabi-nakama-article-card__type:hover .tabi-nakama-article-card__title{
    text-decoration: none;
    color: #cc0d21;
  }
  .tabi-nakama-article-card__type:hover .tabi-nakama-article-card__image img{
    opacity: 0.7;
  }
  .tabi-nakama-article-card-v2__name {
    margin-top: 14px;
    padding: 6px 0 0 35px;
    font-size: 1.3rem;
  }
  .tabi-nakama-article-card-v2__name::before {
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
  }
}
@media screen and (max-width:767.98px) {
	.tabi-nakama-tab__detail {
		margin-top: 40px;
	}
  .tabi-nakama-article-card-wrap {
    gap: 14px;
  }
  .tabi-nakama-article-card {
    width: 100%;
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .10);
    border-radius: 10px;
    overflow: hidden;
	}
  .tabi-nakama-article-card__type {
    gap: 15px;
  }
  .tabi-nakama-article-card__head {
    width: 105px;
  }
   .tabi-nakama-article-card-v2__type .tabi-nakama-article-card-v2__head {
     height: 170px;
	 width: 170px;
	text-align: center;
	}
  .tabi-nakama-article-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .tabi-nakama-article-card__place {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 1.0rem;
  }
  .tabi-nakama-article-card__place::before {
    top: 1px;
    left: 3px;
    width: 10px;
    height: 14px;
  }
  .tabi-nakama-article-card__date {
    margin-top: 3px;
    font-size: 1.0rem;
  }
  .tabi-nakama-article-card-v2__name {
    margin-top: 4px;
    padding: 5px 0 0 30px;
    font-size: 1.1rem;
  }
  .tabi-nakama-article-card-v2__name::before {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
  }
}
/*=====================*/



/* newMark
=======================*/
.article__new {
  display: inline-block;
  position: relative;
  color: #cc0d21;
  text-decoration: none
}
.article__new:before {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: #cc0d21;
  content: ""
}
@media print, screen and (min-width:768px) {
  .article__new {
    margin-right: 4px;
    padding-left: 12px;
    font-weight: 700
  }
  .article__new:before {
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px
  }
}
@media only screen and (max-width:767.98px) {
  .article__new {
    margin-right: 5px;
    padding-left: 10px;
    font-weight: 700
  }
  .article__new:before {
    top: calc(50% - 5px);
    left: 0;
    width: 7px;
    height: 7px
  }
}

.newMark_hidden {
  display: none;
  display: -webkit-none;
  -webkit-display: none;
}
.newMark_visible {
  display: inline-block;
  display: -webkit-inline-block;
  -webkit-display: inline-block;
}
  
/*=====================*/



/*bannerBlock
=======================*/
.bannerBlock {
	margin-top: 40px;
	text-align: center;
}
.bannerBlock a {
	display: inline-block;
}

@media (min-width: 768px) {
	.bannerBlock a:hover {
		opacity: .7;
	}
}

@media (max-width: 767.98px) {
	.bannerBlock {
		max-width: 332px;
		margin: 25px auto 0;
	}
}
/*=====================*/



/*other_tcArea
=======================*/
.other_tcArea {
}

@media (min-width: 768px) {
}

@media (max-width: 767.98px) {
}
/*=====================*/



/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
	padding-bottom: 40px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button {
		margin-bottom: 0;
	}
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/



/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #194d9d;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #5baac7;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/




/*others
=======================*/
/*=====================*/