@charset "utf-8";
:root {
	/*rc*/
	--bg2:#F9F9F9;
	--dark:#2f2f2f;
	--rc_blue:#0e7ae0;
	--rc_r_blue:#f4faff;
	--rc_red:rgb(95, 33, 32);
	--rc_r_red:rgb(253, 237, 237);
	--rc_green:rgb(30, 70, 32);
	--rc_r_green:rgb(237, 247, 237);
	--rc_orange:#d16116;
	--rc_iceblue:aliceblue;
	--rc_1200:1200px;
	--shadow: 2px 4px 12px #00000014;;
	--font_family: Yu Gothic,YuGothic,"SF Pro JP", "SF Pro Text", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}.comment__ {
	position: relative;
	padding-left: 1.2em;
	text-indent: 0;
  }.comment__::before {
	content: "※";
	position: absolute;
	left: 0;
  }
  .css-19i60z4 {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    color:hsl(210, 100%, 42%);
	text-decoration: underline;
}
.css-19i60z4 img{
	padding-right: 4px;
}
.shadow{
	box-shadow: var(--shadow);
}
.text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.text.expanded .text1{
    display: none;
}
.text.expanded::after {
    display: none;
}
.text2{
	display: none;
}
.text.expanded .text2{
    display: block;
}
.read-more {font-weight: bold;
    background-color: var(--rc_blue);transition: all 0.2s ;
    color: white;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
	border-radius: 8px
}
.href{
	color: var(--rc_blue);
	text-decoration: underline;
}
.read-more:hover {
    background-color: #0056b3;
}
.arrow {
    margin-left: 10px;
    transition: transform 0.5s;
}

.arrow.expanded {
    transform: rotate(180deg);
}
img{
	display: block
}
.color_blue{
	color:var(--rc_blue)
}
.color_orange{
	color:var(--rc_orange)
}.bg_aliceblue{
	background-color: aliceblue
}
.inlineBlock{
	display: inline-block
}
.fontSmall{
	font-size: small
}
.fontMedium{
	font-size: medium
}
.fontLarge{
	font-size: large
}
.color_666{
	color: #666
}
.pl_1em{
	padding-left: 1em
}
.pl_2em{
	padding-left: 2em
}
.mb_8{
	margin-bottom: 8px
}
.mb_12{
	margin-bottom: 12px
}
.mb_16{
	margin-bottom: 16px
}
.mb_24{
	margin-bottom: 24px
}
.mb_32{
	margin-bottom: 32px
}
.mb_48{
	margin-bottom: 48px
}
.mt_32{
	margin-top: 32px
}
.mt_24{
	margin-top: 24px
}
.mt_16{
	margin-top: 16px
}
.mt_8{
	margin-top: 8px
}
.mr_8{
	margin-right: 8px
}
.textRight{
	text-align: right
}
.textCenter{
	text-align: center;
}
.textLeft{
	text-align: left;
}
.sideline{
	position: relative;
	margin-left:  24px
}
.sideline::before{
	content: "";
  position: absolute;
  left: -16px;
  width: 8px;
  height: 2px;
  background-color: #666;
  top: calc(50% - 1px);
}
.underlineBlue{
	position: relative;
	display: inline-block;
}
.underlineBlue::before{
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-color: var(--rc_blue);
	border-radius: 100vh
}
a{
	color: inherit;
	transition: all .3s cubic-bezier(0,0,.5,1);
}a:hover{
	opacity: 0.7;
}
body{
	background-color:var(--bg2);
	color: var(--dark);
	font-weight: 600;
	font-size: 100%;
	font-family: var(--font_family)
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2 {
  transition: 0.9s ease-in-out;
}
.scroll_up3 {
  transition: 1s ease-in-out;
}
.scroll_up4 {
  transition: 1.1s ease-in-out;
}
.scroll_up5 {
  transition: 1.2s ease-in-out;
}
.scroll_up6 {
  transition: 1.3s ease-in-out;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.bg{
	min-height: 80vh;
	margin: 0 auto;
	max-width: 1600px;
	background: var(--bg2);
	padding:56px 0 64px;
}
.bg_index{
	margin: 0 auto;
	max-width: 1600px;
	background: var(--bg2);
	padding:0 0 64px;
}
	.bg-pd{
		width: 96%
	}
#header_n{
	color: #333
}
.wrap-grid{
	max-width: 1600px;
	margin: 0 auto;
}
.header-a svg{
	fill:#fff;
	display: block
}
.header-a-hover{
		background-color: rgba(0,0,0,0.85)!important;
	color:#fff
}
.wrap-grid-1{
	  backdrop-filter: blur(2px);
	position: fixed;
	width: 100%;
	left: 0;
	background-color: rgba(255,255,255);
	align-items: center;
	justify-content:space-between;
	z-index: 1000
}
.header{
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto auto;
	max-width: 1600px;
	height: 56px;
	align-items: center;
	margin: 0 auto
}
.header_na_wrap1{
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: flex-start;
	grid-column-gap: 8px
	
}#header_n:hover{
	text-decoration: none;
}
.header_na{
	font-weight: bold;
	font-size: 22px
}
.header-symbol img{
	width:auto;
	height: 56px;
	display: block;
}
.header-icon{
	width: 100%;
}
.header-icon img{
	display: block;
	width: 100%;
}
.nav_wrap_h{
	text-align: center;
	color: #999;
	font-size: 20px;
	margin-bottom: 24px
}
.a_href{
	color: var(--rc_orange);
	text-decoration: underline;
}
.header-li-grid{
	height: 100%;
}
.header-li-div{
	height: 100%;
}
.header-li-div .button_a{
	text-align: center;
}
/*footer-------------------------------------------------------------------------------*/
.footer{
	background-color:var(--rc_r_blue);
	padding: 48px 0;
	color: #000;
}
.footer_gr_a{
	color: #666;
	margin-bottom: 48px;
}
.footerwrap{
	width: 92%;
	max-width: 1600px;
	margin: auto;
}
.footer_logo_div{
	width: 100%;
	max-width: 320px;
	margin-bottom: 12px;
}
.footer_logo_div img{
	width: 100%;
	object-fit: contain;
}
.f_en_wrap{
	background-color: #000;
	padding: 48px 0;
}
.f_en_gr{
	width: 96%;
  max-width: 1600px;
  margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 8px;
	color: #fff
}
.f_en_m{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px
}
.f_en_gr_a{
	display: block;
	padding: 24px;
	border-radius: 4px;
	transition: all .3s cubic-bezier(0,0,.5,1);
	position: relative
}
.f_en_gr_a:hover{
	opacity: 0.9
}
.f_en_gr1{
	background-color: var(--rc_orange)
}
.f_en_gr2{
	background-color: var(--rc_blue)
}
.btnlinestretches5{
	position:absolute;
	right: 24px;
	bottom: 24px;
	display:inline-block;width: 48px
}
.btnlinestretches5::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    content: "";
    position: absolute;
    bottom:-10px;
    width: 20px;
    height: 20px;
	right: 3px;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:100%;opacity:1}
    100%{width:100%;opacity:0}
}
@keyframes arrowlong02{
    0%{left:-24px;opacity:0}
    20%{left:-24px;opacity:0}
    50%{opacity:1}
    80%{left:calc(100% - 24px);opacity:1}
    100%{left:calc(100% - 24px);opacity:0}
}
.f_en_b{
	width: calc(100% - 64px)
}
.footer_gr_h{
	margin-bottom: 8px;
}
.footer_gr_h a{
	font-weight: bold;
	font-size: 20px
}
.footer_gr_2b{
	color: #666;
}
.footer_gr_b{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr
}
.copylight{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 4px;
	text-align: center
}
/*footer-------------------------------------------------------------------------------*/
@media screen and (max-width:1259px) {
}
#header-ul{
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
}
.header-li{
	position: relative;
}
	.header-a{
		color: #333;
	height: 100%;
		font-weight: bold;
		display: block;
		line-height: 56px;
		padding:0 12px;
		font-size: 16px;
		position: relative;
	transition: all .3s cubic-bezier(0,0,.5,1);
	}
@keyframes fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.nav-wrap{
	display: none;
	top: 0;
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-wrap{
	overflow-y: scroll;overscroll-behavior: none;
}
@media screen and (min-width:961px) {
.header_na_wrap{
	display: none
}
	.header-a:hover{
		opacity: 1;
	}
	.header-nav{
	height: 100%;
		display: block!important
	}
	.nav-block{
		display: block;
	}
	.nav-wrap{
		z-index: 999;
		max-height: calc(90vh - 125px);
		position: fixed;
		top: 56px;
		background-color:#fff;
		padding: 24px 24px 48px;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	  backdrop-filter: blur(2px);
	}
	.nav-wrap:hover{
		display: block!important;
	}
}
.nav-width{
	max-width: 480px;
	margin: 0 auto
}
.nav-li_a{
	padding: 12px 6px;
	display: block;
	width: 100%;
	text-align: center;
}
.nav-li_3:last-of-type .nav-li_a{
	border-bottom: none;
}
.nav-ul2 li{
	display: inline-block;
	margin-right: 12px;
}
.nav-li_a{
	font-weight: bold;
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:1024px) {
	.footer_gr_b{
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 48px
	}
}
@media screen and (max-width:900px) {
	.topi-ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.topi-li{
		width: calc(50% - 4px);
	}
	.link-gr a{
		padding: 8px 24px 8px 16px
	}
	.link-gr a::before {
	  top: calc(50% - 5px );
	right: 12px;
	}.footer_gr_h a {
	  font-size: 18px;
	}
}
@media screen and (max-width:960px) {
	.header-li-div .button_a{
		display: block;
		text-align: left;
	}
	.nav-li a{
		text-align: left;
		padding: 6px;
		color: #666;
	}
	.header-li-div a{
		padding: 6px;
	}
	.header-a::before{
		content: "";
		position: absolute;
		display: block;
		top: calc(50% - 4px );
		right: 12px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header-a:hover::before{
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.nav-wrap {
		display: block
	  }
.header-nav{
	overflow: scroll;
}
	.hun-min{
		position: relative;
		width: 36px;
		height: 36px
	}
	.hun1,.hun2,.menu{
		display: inline-block;
	  transition: all .4s;
	  position: absolute;
	  right: 0%;
	  height: 3px;
	  border-radius: 2px;
	  background-color: #000;
	  width: 100%;
	}
	.header_na_wrap{
		display: grid;
		align-items: center
	}
	.hun1{
		top: 0;
	}
	.menu{
		top: calc(50% - 1.5px);
	}
	.hun2{
		bottom: 0;
	}.hun-min.active .menu{
		z-index: 10;
		position: relative
	}
	.hun-min.active .hun1{
		transform: rotate(-45deg);
		top: 50%;
		z-index: 99999
	}
	.hun-min.active .hun2{
		transform: rotate(45deg);
		top: 50%;
		z-index: 99999
	}
	.mapimg,.mapimg2{
		position: relative;
		width: 90%;
		height: 85vw;
		display: block;
		margin: 0 auto;
	}
	.indexul{
		display: flex;
		width: 98%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.nav-wrap{
		width: 94%;
		margin: 0  auto;
	}
	.nav-li{
		border-bottom: 0;
	}
	.header_na{
		font-weight: bold;
		font-size: 14px
	}
	.header{
		position: relative;
		width: 100%;
		padding: 0 8px
	}
	.header-li{
		margin-top: 24px
	}
	.header-nav{
		position: fixed;
		top: 56px;
		padding-bottom: 64px;
		background-color: #fff; 
		width: 100%;
		left: 0;
		display: none;
		animation: fade-out 0.3s ease-in-out;
		height: calc(100vh - 56px);
	}
	.nav_wrap_h{
		margin-bottom: 0
	}.nav_wrap_h a{
		display: none;
	}.nav-li{
		margin-bottom: 0;
  padding-bottom: 0;
  display: block;
	}
	.header-li-div{
		font-size: 20px;
		color: var(--rc_blue);
		line-height: 1.6
	}
	#header-ul{
		display: block;
		width: 96%;
		margin-left: 2%;
		max-width: 496px
	}
	.header-nav.panelactive{
		display: block;
		animation: fade-in 0.4s ease-in-out;
	}
	.f_en_gr{
		grid-template-columns: 1fr;
	grid-row-gap: 4px;
	}
	.f_en_wrap{
		padding: 8px 0
	}
	.f_en_gr_a{
		box-shadow: 0 0 2px #999
	}
	.f_en_m{
		font-size: 20px
	}
}
@media screen and (max-width:650px) {
	.topi-li{
		width: 90%;
		margin-bottom: 8px;
		padding: 24px 16px calc(72px + 1em)
	}
	.link_2wrap{
		width: 100%
	}.topi-ul{
		justify-content: space-around
	}
	.footer_gr_2b{
		font-size: 14px
	}
}
@media screen and (max-width:1260px) {
	.newsread_div{
		grid-column: 1/3;
		grid-row: 2/3;
	}.news_kouhou, .news_jigyou{
		padding: 6px 8px
	}
}
@media screen and (max-width:480px) {
	.newslistwrap{
		padding: 12px !important
	}
	.header-symbol img{
		height: 42px
	} .news_button {
		padding: 8px 
	}
}
@media screen and (max-width:400px) {
	.link-gr a{
		display: block;
	}
	.topi-p-link{
		text-align: center
	}
}
@media screen and (max-width:375px) {
	.newslistwrap{
		padding: 12px !important
	}
	.header_na{
		font-size: 12px
	}
	.header-symbol img{
		height: 34px
	}
}
a{
	text-decoration: none
}
.block{
	display: block
}
.button_a{
	font-weight: bold;
	height: 100%;
	align-items: center;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 4px;
}
.button_a_1{
	color: #fff;
	background: #fb7e51;
	border-radius: 3px 0 0 3px
}
.button_a_2{
	background: var(--rc_blue);
	color: #fff;
	border-radius:0 3px 3px 0
}
#en_wrap{
	height: 100%;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center
}
.en_button{
	height: 100%;
}

.en_span{
	line-height: 1
}
@media print {
	.wrap-grid-1{
		display: none;
	}
 }