@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@400;500&display=swap');
@media screen and (min-width: 768px) {
	.br-pc {
		display: block;
	}

	.br-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}
}
a {
	color: #242c35;
}
a:hover {
	color: #242c35;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	color: #242c35;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 2rem;
		letter-spacing: 0.08rem;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.8rem;
		letter-spacing: 0.04rem;
	}
}

.hsc_title span {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #3470b3;
	letter-spacing: 0.4rem;
	font-size: clamp(1.8rem, calc(2vw + 1rem), 3.2rem);
	display: inline-block;
	opacity: 0;
	transform: translateX(-50px);
	transition: transform 0.6s ease, opacity 0.6s ease;
}
.hsc_title h2 {
	font-weight: 500;
	color: #275585;
	font-size: clamp(1.6rem, calc(2vw + 1rem), 2.4rem);
	letter-spacing: 0.2rem;
	line-height: clamp(2rem, calc(2.4vw + 1rem), 3.2rem);
	display: flex;
	align-items: flex-start;
	opacity: 0;
	transform: translateX(-50px);
	transition: transform 0.6s ease, opacity 0.6s ease;
}
.hsc_title h2:before {
	content: '';
	display: block;
	height: 2px;
	border-radius: 1px;
	background-color: #275585;
	position: relative;
}
@media screen and (min-width: 768px) {
	.hsc_title h2:before {
		width: 100px;
		top: 1.6rem;
		margin: 0 1rem 0 0;
	}
}
@media screen and (max-width: 767px) {
	.hsc_title h2:before {
		width: 50px;
		top: 1.1rem;
		margin: 0 0.5rem 0 0;
	}
}
.hsc_title.is-visible span {
	opacity: 0.2;
	transform: translateX(0);
	transition-delay: 0.2s;
}
.hsc_title.is-visible h2 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.5s;
}

.hsc_navlink {
	position: relative;
	text-align: right;
	margin: 1rem 0;
	z-index: 1;
}
.hsc_navlink a {
	font-size: 1rem;
	position: relative;
	padding: 0 1.6rem 0 0;
	text-align: right;
	display: block;
	line-height: 1.5rem;
	transition: opacity 0.3s ease;
}
.hsc_navlink a:hover {
	opacity: 0.5;
}
.hsc_navlink a:after {
	content: '';
	background-image: url(../../img/icon_arrowright-black.png);
	position: absolute;
	width: 18px;
	height: 10px;
	background-size: 18px 10px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}

@media screen and (min-width: 768px) {
	.hsc_linkbutton {
		max-width: 460px;
		margin: 4rem auto;
	}
}
@media screen and (max-width: 767px) {
	.hsc_linkbutton {
		width: 100%;
		padding: 0 30px;
		margin: 2rem auto;
	}
}
.hsc_linkbutton a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
	transition: color 0.3s ease;
	padding: 1rem 3.2rem;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgba(36, 44, 53, 0.5);
	border-radius: 4px;
}
.hsc_linkbutton a:after {
	content: '';
	background-image: url(../../img/icon_arrowright-white.png);
	position: absolute;
	width: 18px;
	height: 10px;
	background-size: 18px 10px;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto 0;
}
.hsc_linkbutton a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #242c35;
	z-index: 0;
	transition: left 0.4s ease;
}
.hsc_linkbutton a span {
	color: #fff;
	line-height: 1.6rem;
	text-align: center;
	letter-spacing: 0.2rem;
	position: relative;
	z-index: 2;
}
.hsc_linkbutton a:hover::before {
	left: 0;
}

.hsc_linkbutton-blue a {
	background-color: #275585;
}

.hsc_linkbutton-orange a {
	background-color: #ef9534;
}

.hsc_blockfade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.hsc_blockfade.is-visible {
	opacity: 1;
	transform: translateY(0);
}


#hsc_mv {
  position: relative;
  overflow: hidden; }
  #hsc_mv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/img_hsc_mv_01.jpg);
    background-size: cover;
    background-position: center;
    transition: opacity 2s ease-in-out;
    opacity: 1;
    z-index: 0; }
  #hsc_mv:after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .7s ease-out;
    background: rgba(46, 90, 136, 0.65);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    z-index: 2; }
    @media screen and (min-width: 768px) {
      #hsc_mv:after {
        left: -40vw;
        width: 30vw;
        height: 30vw;
        max-width: 350px;
        max-height: 350px; } }
    @media screen and (max-width: 767px) {
      #hsc_mv:after {
        left: -50vw;
        width: 50vw;
        height: 50vw; } }
  #hsc_mv.hsc_mv_triangle-show:after {
    left: 0;
    opacity: 1; }
  #hsc_mv .hsc_mv_bg_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; }
    #hsc_mv .hsc_mv_bg_slide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transform: scale(1.2);
      transition: opacity 2s ease-out, transform 8s linear;
      z-index: 0; }
    #hsc_mv .hsc_mv_bg_slide img.is-active {
      opacity: 1; }
    #hsc_mv .hsc_mv_bg_slide img.hsc_mv_zoomin.is-active {
      transform: scale(1.4); }
    #hsc_mv .hsc_mv_bg_slide img.hsc_mv_zoomout.is-active {
      transform: scale(1); }
  #hsc_mv .hsc_mv_wrap {
    position: relative;
    height: 104vh; }
    #hsc_mv .hsc_mv_wrap .hsc_mv_text {
      position: absolute;
      font-weight: 500;
      z-index: 3;
      padding: 0 0 0 20px; }
      @media screen and (min-width: 768px) {
        #hsc_mv .hsc_mv_wrap .hsc_mv_text {
          bottom: 10vh; } }
      @media screen and (max-width: 767px) {
        #hsc_mv .hsc_mv_wrap .hsc_mv_text {
          bottom: 8vh; } }
    #hsc_mv .hsc_mv_wrap .hsc_mv_title,
    #hsc_mv .hsc_mv_wrap .hsc_mv_sub {
      clip-path: inset(0 100% 0 0);
      transition: clip-path 1s ease-out, opacity .5s ease-out; }
    #hsc_mv .hsc_mv_wrap .hsc_mv_title {
      margin: 0 0 1rem 0; }
      #hsc_mv .hsc_mv_wrap .hsc_mv_title h1 {
        line-height: 1.2rem; }
        #hsc_mv .hsc_mv_wrap .hsc_mv_title h1 span {
          font-weight: 500;
          color: #fff;
          font-size: clamp(1.2rem, calc(1.4vw + 1rem), 2.6rem);
          line-height: clamp(2rem, calc(2.4vw + 1rem), 3.2rem);
          background-color: #275585; }
          @media screen and (max-width: 767px) {
            #hsc_mv .hsc_mv_wrap .hsc_mv_title h1 span {
              display: inline-block; } }
    #hsc_mv .hsc_mv_wrap .hsc_mv_title.is-show {
      opacity: 1;
      clip-path: inset(0 0 0 0); }
    #hsc_mv .hsc_mv_wrap .hsc_mv_sub p {
      margin: 0 0 .3rem 0; }
      #hsc_mv .hsc_mv_wrap .hsc_mv_sub p span {
        color: #242c35;
        font-size: clamp(0.8rem, calc(1vw + .5rem), 1.5rem);
        line-height: clamp(1.2rem, calc(1.4vw + 1rem), 2.2rem);
        background-color: #fff; }
        @media screen and (max-width: 767px) {
          #hsc_mv .hsc_mv_wrap .hsc_mv_sub p span {
            display: inline-block; } }
    #hsc_mv .hsc_mv_wrap .hsc_mv_sub.is-show {
      opacity: 1;
      clip-path: inset(0 0 0 0); }
#hsc_topbanner {
	margin: 2em 0 0 0;
	z-index: 3;
	position: relative;
}
#hsc_topbanner ul {
	display: flex;
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	#hsc_topbanner ul {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	#hsc_topbanner ul {
		flex-direction: column;
		align-items: center;
		scale: 0.8;
	}
}
#hsc_topbanner ul li {
	margin: 0 0.5rem 0;
	box-shadow: 0px 5px 15px 0px rgba(36, 44, 53, 0.3);
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}
#hsc_topbanner ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px 0px rgba(36, 44, 53, 0.5);
}
#hsc_topbanner ul li a {
	display: block;
	width: 360px;
	height: 120px;
	color: #fff;
	background-color: rgba(36, 44, 53, 0.65);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 4px;
}
#hsc_topbanner ul li a span {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
#hsc_topbanner ul li a span:first-line {
	font-size: 1rem;
}
#hsc_topbanner ul li:nth-of-type(1),
#hsc_topbanner ul li:nth-of-type(2) {
	background-size: cover;
	background-position: center;
}
#hsc_topbanner ul li:nth-of-type(1) {
	background-image: url(../img/img_hsc_topbanner_01.jpg);
}
@media screen and (max-width: 767px) {
	#hsc_topbanner ul li:nth-of-type(1) {
		margin: 0 0 0.5rem 0;
	}
}
#hsc_topbanner ul li:nth-of-type(2) {
	background-image: url(../img/img_hsc_topbanner_02.jpg);
}

#hsc_news .hsc_news_wrap {
	max-width: 1120px;
	margin: 4rem auto;
}
@media screen and (min-width: 768px) {
	#hsc_news .hsc_news_wrap {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_news .hsc_news_wrap {
		padding: 0 30px 0;
	}
}
@media screen and (min-width: 768px) {
	#hsc_news .hsc_news_wrap {
		margin: 4rem auto;
	}
}
@media screen and (max-width: 767px) {
	#hsc_news .hsc_news_wrap {
		margin: 2rem auto 4rem;
	}
}
#hsc_news h2 {
	color: #275585;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 0 2.6rem 0;
	letter-spacing: 0.2rem;
}
#hsc_news ul {
	padding: 0;
}
#hsc_news ul li {
	position: relative;
	border-top: 1px solid #b2b7bb;
}
#hsc_news ul li:last-child {
	border-bottom: 1px solid #b2b7bb;
}
#hsc_news ul li:after {
	content: '';
	background-image: url(../../img/icon_arrowright-black.png);
	position: absolute;
	width: 18px;
	height: 10px;
	background-size: 18px 10px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
#hsc_news ul li a {
	font-size: 1rem;
	display: flex;
	align-items: flex-start;
	line-height: 1.6rem;
	padding: 1rem 0;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	#hsc_news ul li a {
		flex-direction: column;
	}
}
#hsc_news ul li a time {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0 1rem 0 0;
}
#hsc_news ul li a p {
	padding: 0 3rem 0 0;
	word-break: break-all;
	position: relative;
	display: inline-block;
}
#hsc_news ul li a p::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: #242c35;
	transition: width 0.3s ease;
}
#hsc_news ul li a:hover p::after {
	width: calc(100% - 3rem);
}

#hsc_case {
	position: relative;
	background-color: #f0f3f5;
}
#hsc_case:after {
	content: '';
	background-image: url(../img/img_hsc_background_01.jpg);
	background-size: cover;
	background-position: center;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	#hsc_case:after {
		width: 50vw;
		height: 50vw;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case:after {
		width: 70vw;
		height: 70vw;
	}
}
@media screen and (min-width: 768px) {
	#hsc_case .hsc_case_wrap {
		padding: 8rem 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case .hsc_case_wrap {
		padding: 4rem 0 2rem;
	}
}
#hsc_case .hsc_title {
	max-width: 1120px;
	margin: 0 auto;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#hsc_case .hsc_title {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case .hsc_title {
		padding: 0 30px 0;
	}
}
#hsc_case article {
	max-width: 1120px;
	z-index: 1;
	position: relative;
}
@media screen and (min-width: 768px) {
	#hsc_case article {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case article {
		padding: 0 30px 0;
	}
}
@media screen and (min-width: 768px) {
	#hsc_case article {
		margin: 4rem auto;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case article {
		margin: 2rem auto;
	}
}
#hsc_case article h3 {
	letter-spacing: 0.1rem;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	#hsc_case article h3 {
		font-size: 1.4rem;
		margin: 0 0 1.4rem 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case article h3 {
		font-size: 1.2rem;
		margin: 0 0 1.2rem 0;
	}
}
#hsc_case article ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
#hsc_case article ul li {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 5px 15px 0px rgba(36, 44, 53, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#hsc_case article ul li {
		width: 32%;
	}
}
@media screen and (max-width: 767px) {
	#hsc_case article ul li {
		width: 100%;
	}
	#hsc_case article ul li:not(:first-of-type) {
		display: none;
	}
}
#hsc_case article ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px 0px rgba(36, 44, 53, 0.3);
}
#hsc_case article ul li a figure {
	margin: 0;
}
#hsc_case article ul li a figure img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
	aspect-ratio: 326 / 244;
    object-fit: cover;
}
#hsc_case article ul li a div {
	padding: 1.5rem;
}
#hsc_case article ul li a div p:nth-of-type(1) {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin: 0 0 0.2rem 0;
}
#hsc_case article ul li a div p:nth-of-type(2) {
	color: #fff;
	font-size: 0.8rem;
	background-color: #275585;
	border-radius: 4px;
	display: inline-block;
	padding: 0.3rem 0.5rem;
	line-height: 1rem;
}
#hsc_case article ul li a div p:nth-of-type(3) {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 0.6rem 0 0 0;
	word-break: break-all;
}

@media screen and (min-width: 768px) {
	#hsc_roomprice .hsc_roomprice_wrap {
		padding: 8rem 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	#hsc_roomprice .hsc_roomprice_wrap {
		padding: 4rem 0 2rem;
	}
}
#hsc_roomprice .hsc_title {
	max-width: 1120px;
}
@media screen and (min-width: 768px) {
	#hsc_roomprice .hsc_title {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_roomprice .hsc_title {
		padding: 0 30px 0;
	}
}
@media screen and (min-width: 768px) {
	#hsc_roomprice .hsc_title {
		margin: 0 auto 4rem;
	}
}
@media screen and (max-width: 767px) {
	#hsc_roomprice .hsc_title {
		margin: 0 auto 2rem;
	}
}
#hsc_roomprice .hsc_roomprice_room {
	margin: 0 auto 2rem;
	max-width: 1120px;
}
@media screen and (min-width: 768px) {
	#hsc_roomprice .hsc_roomprice_room {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_roomprice .hsc_roomprice_room {
		padding: 0 30px 0;
	}
}
#hsc_roomprice .hsc_roomprice_room img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
#hsc_roomprice .hsc_roomprice_price {
	margin: 0 auto;
	max-width: 1120px;
}
@media screen and (min-width: 768px) {
	#hsc_roomprice .hsc_roomprice_price {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_roomprice .hsc_roomprice_price {
		padding: 0 30px 0;
	}
}
#hsc_roomprice .hsc_roomprice_price .hsc_roomprice_price_table .scroll-hint-icon {
	width: 140px;
	padding: 1rem 0 0;
}
#hsc_roomprice .hsc_roomprice_price table {
	width: 100%;
	min-width: 800px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}
#hsc_roomprice .hsc_roomprice_price table thead tr {
	background-color: #242c35;
	color: #fff;
}
#hsc_roomprice .hsc_roomprice_price table thead tr th {
	padding: 0.4rem 0;
	text-align: center;
}
#hsc_roomprice .hsc_roomprice_price table tbody tr {
	border-top: 4px solid #fff;
	background-color: #f0f3f5;
}
#hsc_roomprice .hsc_roomprice_price table tbody tr td {
	padding: 0.4rem 0;
}
#hsc_roomprice .hsc_roomprice_price .hsc_notice {
	margin: 2rem 0;
}
#hsc_roomprice .hsc_roomprice_price .hsc_notice p {
	font-size: 1rem;
	position: relative;
	margin: 0 0 0 1.5rem;
}
#hsc_roomprice .hsc_roomprice_price .hsc_notice p:before {
	content: '・';
	position: absolute;
	margin: 0 0 0 -1.2rem;
}

#hsc_featuresbenefits {
	background-color: #f0f3f5;
	position: relative;
}
#hsc_featuresbenefits:after {
	content: '';
	background-image: url(../img/img_hsc_background_02.jpg);
	background-size: cover;
	background-position: center;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.3;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits:after {
		width: 50vw;
		height: 50vw;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits:after {
		width: 70vw;
		height: 70vw;
	}
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits .hsc_featuresbenefits_wrap {
		padding: 8rem 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits .hsc_featuresbenefits_wrap {
		padding: 4rem 0 2rem;
	}
}
#hsc_featuresbenefits .hsc_title {
	margin: 0 0 0 6%;
	z-index: 1;
	position: relative;
}
#hsc_featuresbenefits .hsc_featuresbenefits_message {
	z-index: 1;
	position: relative;
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits .hsc_featuresbenefits_message {
		padding: 2rem 6%;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits .hsc_featuresbenefits_message {
		padding: 2rem 30px 1rem;
	}
}
#hsc_featuresbenefits ul {
	z-index: 1;
	position: relative;
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits ul {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits ul {
		padding: 0 30px 0;
	}
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits ul {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits ul {
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	#hsc_featuresbenefits ul li {
		width: 46%;
		margin: 4rem 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	#hsc_featuresbenefits ul li {
		width: 100%;
		margin: 2rem 0 0 0;
	}
}
#hsc_featuresbenefits ul li figure {
	margin: 0;
}
#hsc_featuresbenefits ul li figure img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
#hsc_featuresbenefits ul li h3 {
	font-size: clamp(1.1rem, calc(1.2vw + 1rem), 1.4rem);
	font-weight: 500;
	padding: 0.8rem 0;
	letter-spacing: 0.1rem;
}
#hsc_featuresbenefits ul li p {
	border-top: 1px solid #b2b7bb;
	padding: 0.6rem 0 0 0;
}
#hsc_featuresbenefits ul li small {
	font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
	#hsc_concept .hsc_concept_wrap {
		display: flex;
		padding: 8rem 0;
	}
}
@media screen and (min-width: 768px) {
	#hsc_concept .hsc_concept_image {
		padding: 3rem 0 0 0;
		max-width: 760px;
	}
}
#hsc_concept .hsc_concept_image figure {
	width: 100%;
	height: 100%;
	margin: 0;
}
#hsc_concept .hsc_concept_image figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	#hsc_concept .hsc_concept_text {
		flex-shrink: 0;
		padding: 0 4rem;
		width: 60vw;
		max-width: 860px;
	}
}
@media screen and (max-width: 767px) {
	#hsc_concept .hsc_concept_text {
		padding: 2rem 30px;
	}
}
#hsc_concept .hsc_concept_text .hsc_title {
	margin: 0 0 3rem;
}
@media screen and (max-width: 1380px) {
	#hsc_concept .hsc_concept_text .hsc_title h2 .br-sp {
		display: block;
	}
}
#hsc_concept .hsc_concept_text h3 {
	color: #fff;
	background-color: #275585;
	display: inline;
	font-size: 1.2rem;
	font-weight: 500;
}
#hsc_concept .hsc_concept_text .hsc_concept_message {
	margin: 1.5rem 0 0;
}
#hsc_concept .hsc_concept_text .hsc_linkbutton {
	padding: 0;
}

#hsc_gallery {
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}
#hsc_gallery ul {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
#hsc_gallery ul li {
	flex-shrink: 0;
}
#hsc_gallery ul li figure {
	margin: 0;
}
#hsc_gallery ul li figure img {
	width: 20vw;
	height: auto;
	min-width: 180px;
	display: block;
}

#hsc_sidebutton {
	z-index: 1;
	right: 0;
	top: 32vh;
	position: fixed;
	writing-mode: vertical-rl;
}
#hsc_sidebutton a {
	background-color: #ef9534;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	padding: 1.2rem 0 2.4rem;
	position: relative;
	border-radius: 4px 0 0 4px;
	transition: all 0.3s ease;
}
#hsc_sidebutton a:after {
	content: '';
	background-image: url(../../img/icon_arrowright-white.png);
	position: absolute;
	width: 18px;
	height: 10px;
	background-size: 18px 10px;
	bottom: 1.2rem;
}
#hsc_sidebutton a span {
	color: #fff;
	letter-spacing: 0.2rem;
	white-space: nowrap;
}
#hsc_sidebutton a:hover {
	width: 60px;
	box-shadow: 0px 5px 15px 0px rgba(36, 44, 53, 0.5);
}
@media (max-width: 767px) {
	#hsc_sidebutton {
		display: none;
	}
}

#hsc_pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #275585;
	z-index: 3;
}
#hsc_pagetop a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.9rem;
	letter-spacing: 0.3rem;
	display: flex;
	align-items: center;
	padding: 0.4rem 0.6rem 0.3rem 1rem;
}
#hsc_pagetop a:before {
	content: '';
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 10px solid #fff;
	border-top: 0;
	margin: 0 0.4rem 0 0;
}

.p-header .p-header__nav .p-gnav > li {
	font-size: 1.2rem;
}

.p-footer .p-footer__nav {
	justify-content: flex-start !important;
}
.p-footer .p-nav li,
.p-footer .p-address__address,
.p-footer .p-address__station,
.p-footer .p-contact__form,
.p-footer .p-contact__time,
.p-footer .p-company,
.p-footer .p-copyright {
	font-size: 1rem !important;
}
.p-footer .p-contact__tel {
	font-size: 1.4rem;
}
.p-footer .p-footer__link {
	flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */
