/*--------------------------------------------------
　　プレバージョン時のみ
--------------------------------------------------*/
@media screen and (max-width: 1199.98px) {
    .nav-top .g-nav .navbar-toggler {
        display: none;
    }
}
@media screen and (max-width: 1199.98px) {
    .nav-top .g-nav .g-nav__search_sp {
        right: 0;
    }
}
/*--------------------------------------------------
　　トップページ
--------------------------------------------------*/
/*--- トップ全体 ---*/
.home-contents {
	background-image: url("/med/orl-hns/assets/img-bg.png");
	background-repeat: repeat;
	padding-bottom: 0px;
	overflow-x: hidden;
}
.home-contents .pblock {
	margin: 0 auto;
	min-width: inherit;
	padding: 0;
}
/*--- メインビジュアル関連 ---*/
.home-mv {
	position: relative;
}
.home-mv__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-mv__imgbox::before {
	position: absolute;
	content: url("/med/orl-hns/assets/img-top-text.svg");
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	width: 50%;
	opacity: 0;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
	z-index: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
	.home-mv__imgbox::before {
		width: 75%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
/*--- Top page contents1関連 ---*/
.s_contents_event_h1{
	text-align: center;
	color: #83b5d6;
	font-family: "Barlow", "Noto Serif JP", sans-serif;
	line-height: 0.75;
}
.s_contents_event_h1 span {
	font-size: medium;
	font-weight: 500;
	color: #616269;
}
.s_contents_event_wrap {
	/*width: calc(99.6vw - 10px);*/
	width: 99.67vw;
	margin: 0 calc(50% - 50vw);
}
.s_contents_event_wrap p {
	line-height: 1.5;
}
.s_contents_event_wrap a::before {
	display: none!important;
}
@media screen and (max-width: 1030px) {
	.s_contents_event_wrap {
		margin: 0;
		padding: 0 20px;
	}
}
.s_contents_event_wrap_inner {
	display: flex;
	justify-content: space-evenly;
}
@media screen and (max-width: 1360px) {
	.s_contents_event_wrap_inner {
		flex-direction: column;
		align-items: center;
	}
}
.s_contents_event_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 660px;
	width: 33%;
	padding: 40px 56px;
	background: #fff;
	border-radius: 8px;
}
@media screen and (max-width: 1360px) {
	.s_contents_event_item {
		min-width: 320px;
		max-width: 660px;
		width: 100%;
	}
	.s_contents_event_item:first-child {
		margin-bottom: 64px;
	}
}
@media screen and (max-width: 660px) {
	.s_contents_event_item {
		max-width: 428px;
	}
}
.s_contents_event_tl {
	margin-top: 24px;
	margin-bottom: 24px;
	color: #538acd;
	font-size: 3rem;
}
.s_contents_event_stl {
	color: #616269;
	font-size: 2rem;
}
.s_contents_event_dt {
	display: flex;
}
@media screen and (max-width: 660px) {
	.s_contents_event_dt {
		flex-direction: column;
	}
}
.s_contents_event_dt_left {
	width: 60%;
}
@media screen and (max-width: 660px) {
	.s_contents_event_dt_left {
		width: 100%;
	}
}
.s_contents_event_dt_left > div:first-child {
	margin-bottom: 24px;
}
.s_contents_event_dt_left > div > p {
	padding-left: 16px;
}
.s_contents_event_dt_tl {
	width: 136px;
	padding: 4px 16px;
	border-radius: 17.5px;
	background-color: #83b5d6;
	color: #fff;
}
.s_contents_event_strong {
	font-weight: 500;
	font-size: 1.75em;
}
.s_contents_event_dt_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40%;
}
@media screen and (max-width: 660px) {
	.s_contents_event_dt_right {
		width: 100%;
	}
}
.s_contents_event_dt_right a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media screen and (max-width: 660px) {
	.s_contents_event_dt_right a {
		margin-top: 32px;
	}
}
.s_contents_event_dt_right img {
	width: 85%;
}
/*--- Top page contents2関連 ---*/
.contents.home-contents .home-sec:nth-child(4) {
	padding-bottom: 0;
}
.s_contents_fb_link{
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: calc(99.6vw - 10px);*/
	width: 99.67vw;
	height: 263px;
	margin: 0 calc(50% - 50vw);
	background-color: #83b5d6;
	color: #fff;
}
@media screen and (max-width: 1030px) {
	.s_contents_fb_link {
		margin: 0;
		padding: 0 16px;
	}
}
.s_contents_fb_link:hover{
	color: #fff;
	opacity: 0.8;
}
.s_contents_fb_link::after{
	display: none!important;
}
.s_contents_fb_link img {
	width: 4.75em;
}
.s_contents_fb_link div {
	margin-left: 16px;
}
.s_contents_fb_link p {
	font-size: 2.5rem;
	line-height: 1;
}
.s_contents_fb_link p > span {
	font-size: 3.5rem;
}
.s_contents_fb_link span {
	font-size: 1rem;
}
.home-bnr {
	display: none;
}
/*--------------------------------------------------
　　common.css
--------------------------------------------------*/
body {
	font-size: clamp(1.3rem, 0.648rem + 1.14vw, 1.6rem);
	font-family: "Barlow","Noto Sans JP","Noto Serif JP", sans-serif;
}
::-webkit-scrollbar {
  width: 10px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #83b5d6;
}
ul{
	padding: 0;
}
li {
	list-style: none;
}
.pblock {
	max-width: 100%;
}
/*--- ヘッダー関連 ---*/
.nav-top .g-nav__medium_site-jp__ttl {
    font-size: 1.8rem !important;
}
.nav-top .g-nav__medium_site-jp__ttl span {
    font-size: .5em;
    font-weight: normal;
    display: block;
}
/*--- フッター関連 ---*/
.ft {
	padding-top: 64px;
}
.ft__copy {
	background-color: #83b5d6;
}
.footer_logo_wrap img {
	width: 191px;
	height: auto;
}
/*--- その他 ---*/
.c_sp_only {
	display: none;
}
@media screen and (max-width: 660px){
	.c_sp_only {
		display: block;
	}
}
