body {
    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}
}


body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	/*font-family: "Avenir Next", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;*/
  /*font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	font-size: 15px;
	line-height: 1.9;
	color: #000000;
	width: 100%;
	min-width: 1100px;
	letter-spacing: -0.2px;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.webfont{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
}
.webfont-bold{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}
input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}



a {
	color: #000000;
	text-decoration: underline;
	outline:none;
	transition: .3s;
}
a:hover {
	/* [disabled]color: #828282; */
	text-decoration: none;
}
a img {
	outline:none;
	transition: .3s;
}
a img:hover {
	filter: brightness(110%);
}

li {
	list-style: none;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
  letter-spacing: 0.16em;
}


h1 {
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	font-weight: normal;
	width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #000000;
}

.wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	/* [disabled]padding-top: 100px; */
	/* [disabled]padding-bottom: 100px; */
}

#header {
	/*height: 102px;*/
	position: absolute;
	/* [disabled]top: 20px; */
	left: 0px;
	z-index: 999;
	width: 100%;
	/* [disabled]background-color: hsla(0,0%,100%,0.50); */
	min-width: 1100px;
}
#header a {
	text-decoration: none;
}
#header a:hover  {
	text-decoration: underline;
}

#header #logo {
	position: absolute;
	top: 29px;
	left: 30px;
	font-size: 10px;
	white-space: nowrap;
}
#header #logo img {
  width: auto;
  height: 46px;
  margin-bottom: 10px;
}
#header #navi  {
  position: absolute;
  top: 36px;
  right: 30px;
}
#header #navi .navi_box {
  float: left;
  margin-left: 24px;
}

#subnavi {
	width: calc(100% - 60px);
	;
	background-color: #0C0F35;
	font-size: 10px;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 30px;
	/* [disabled]font-family: "Avenir Next", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif; */
	letter-spacing: normal;
	margin-top: 100px;
}
#subnavi a {
	text-decoration: none;
}
#subnavi a:hover  {
	text-decoration: underline;
	color: yellow;
}
#subnavi .sublink {
	float: left;
	background-image: url(../images/common/icon_arrow_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 14px;
	padding-right: 16px;
}
#subnavi a {
		color: #FFFFFF;
}


.navi_red {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 26px;
}

.navi_ber {
  line-height: 0px;
  height: 2px;
  width: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  border-radius: 4px;
}

.navi_jp  {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 20px;
}
.navi_logo {
  padding-top: 6px;
}

#header #navi a:hover  {
  text-decoration: none;
	cursor: pointer;
}

#header #navi a .navi_ber {
  transition: .3s;
  width: 0px;
}

#header #navi a:hover .navi_ber  {
	transition: .3s;
  width: 100%;
}
#navi_fixed {
  z-index: 99999;
  position: fixed;
  top: -60px;
  width: 100%;
  left: 0px;
}
#gnav > ul {
	display: table;
	padding-left: 270px;
	font-size: 14px;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
	color: #fff;
	background-color: #0C0F35;
}
#gnav > ul > li:hover > a {
	color: yellow;
	min-width: 0px;
}
#gnav > ul > li:hover .menu {
	max-height: 9999px;
	opacity: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
#gnav > ul > li > a {
	display: block;
	padding-top: 39px;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 35px;
	transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	background-color: #0C0F35;
	z-index: 99999;
	font-size: 13px;
	line-height: 2.3;
}
#gnav > ul .menu .menu_inner {
	padding-top: 0.5em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
#gnav > ul .menu .menu_inner li {
	display: inline-block;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 0;
}
#gnav > ul .menu a {
	color: #D1D1D1;
	vertical-align: top;
}
#gnav > ul .menu a:hover {
	color: yellow;
}

#gnav .menu_inner li strong {
	font-size: 18px;
}


#header2 {
	height: 60px;
	background-color: rgba(255,255,255,0.85);
	position: relative;
	min-width: 1024px;
}
#header2 #logo2 {
  position: absolute;
  top: 16px;
  left: 30px;
}
#header2 #logo2 img {
  width: auto;
  height: 30px;
}
#header2 #navi2  {
  position: absolute;
  top: 17px;
  right: 30px;
}
#header2 #navi2 .navi_box {
  float: left;
  margin-left: 30px;
}

#header2 #navi2 a:hover  {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

#header2 #navi2 a  .navi_ber {
  transition: .3s;
  width: 0px;
}

#header2 #navi2 a:hover .navi_ber  {
	transition: .3s;
  width: 100%;
}




#btn_ptt {
  position: fixed;
  cursor: pointer;
  right: 0px;
  bottom: 0px;
}
.title_head {
  width: 197px;
  height: 197px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c13433;
  opacity: 0.8;
  border-radius: 100px;
  margin-bottom: 30px;
}
.title_head .navi_box {
  padding-top: 69px;
}
.title_head .navi_box .navi_red {
  color: rgba(255,255,255,1.00);
  font-size: 20px;
  margin-bottom: 5px;
}
.title_head .navi_box .navi_ber {
  background-color: rgba(255,255,255,1.00);
  margin-bottom: 5px;
}
.title_head .navi_box .navi_jp {
  color: rgba(255,255,255,1.00);
  font-size: 14px;
}
.lead {
	font-size: 16px;
	margin-bottom: 50px;
	/* [disabled]letter-spacing: 0.1em; */
	padding-left: 40px;
	padding-top: 34px;
	padding-right: 40px;
	padding-bottom: 34px;
	border: 24px solid #F5CDE0;
	color: #C14480;
}
.lead2 {
  text-align: center;
  font-size: 36px;
  color: #c13433;
  margin-bottom: 20px;
  line-height: 160%;
  /* [disabled]letter-spacing: 0.1em; */
  /* [disabled]font-weight: bold; */
  margin-top: 60px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.text {
  margin-left: auto;
  margin-right: auto;
  /* [disabled]max-width: 900px; */
  font-size: 16px;
}
.text ol li {
  margin-left: 30px;
  list-style-type: decimal;
  margin-bottom: 10px;
  line-height: 150%;
}

.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}

#footer {
	background-color: #0C0F35;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
#footer a {
	padding-bottom: 0px;
	padding-top: 0px;
	color: #a1a1a6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#footer_flex {
	display: flex;
	flex-diretion: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	font-size: 12px;
	color: #a1a1a6;
}
#footer_flex strong {
	font-size: 16px;
	color: #FFFFFF;
}
#footer_flex strong a {
	color: #FFFFFF;
}
#footer_flex a:hover  {
	color: #FFFF00;
}

#footer_flex #facebook  {
}
.btn_sns {
	text-align: center;
	margin-top: 50px;
	font-size: 10px;
	line-height: 40px;
}
.btn_sns img {
	width: 36px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}



#copyright  {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #000000;
	line-height: 3;
}
.sp {
  display: none;
}
.btn_index {
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px auto;
	padding-left: 28px;
	font-size: 15px;
	border-width: 2px;
	border-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	padding-right: 28px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	min-width: 215px;
}
.btn_index strong {
	display: block;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0px;
	color: #223E82;
	/* [disabled]font-weight: normal; */
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	border-bottom: 2px dotted #223E82;
	white-space: nowrap;
	margin-top: 2px;
	
}
#btn_ptt img {
  width: auto;
  height: 36px;
}
.wrap_head_icon {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.wrap_head_icon img {
	margin-bottom: 6px;
	width: 100px;
	height: auto;
}


.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	/* [disabled]width: 320px; */	/*画像の幅*/
	/* [disabled]height: 180px; */	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


/*申込ボタン*/
.btn_form {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #f08336;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	/* [disabled]margin-bottom: 50px; */
	display: block;
	font-size: 20px;
}
.wrap .wrap_2nd a.btn_form {
	color: #FFFFFF;
	text-decoration: none;
}

a.btn_form:hover {
  background-color: #F09D35;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





@media screen and (max-width:767px){
.pc {
  display: none;
}
.sp {
  display: block;
}
a:hover {
  text-decoration: none;
}

body {
	font-size: 15px;
	line-height: 1.8;
	width: 100%;
	min-width: 320px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
#header {
  width: 100%;
}




#menu_sp {
	background-color: hsla(0,0%,0%,0.60);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 280px;
	display: none;
	z-index: 99999;
	margin-left: -155px;
	border-style: solid;
	border-radius: 5px;
	/* [disabled]height: 400px; */
	margin-top: -240px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	/* [disabled]overflow-y: scroll; */
}
#menu_sp_p {
	background-color: hsla(0,0%,0%,0.60);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	display: none;
	z-index: 99999;
	margin-left: -150px;
	border-style: solid;
	border-radius: 5px;
	/* [disabled]height: 400px; */
	margin-top: -200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#menu_sp a,#menu_sp_p a  {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
#menu_sp .navi_red, #menu_sp_p .navi_red {
	color: rgba(255,255,255,1.00);
	/* [disabled]text-align: center; */
	margin-bottom: 8px;
	font-size: 16px;
	margin-top: 3px;
}
#menu_sp .navi_jp, #menu_sp_p .navi_jp {
  color: rgba(255,255,255,1.00);
  text-align: center;
}

#navi_sp {
	position: absolute;
	top: 12px;
	right: 20px;
}
#navi_sp_p {
	position: absolute;
	top: 12px;
	right: 70px;
	display: none;
}
#navi_sp2  {
	position: absolute;
	top: 8px;
	right: 20px;
}
#navi_sp2_p  {
	position: absolute;
	top: 8px;
	right: 70px;
	display: none;
}

.wrap {
	width: auto;
	/* [disabled]padding-top: 60px; */
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 60px; */
	margin-top: 30px;
	margin-bottom: 30px;
}
h1 {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #000000;
}
#header #logo {
	position: absolute;
	top: 19px;
	left: 20px;
	/* [disabled]width: 260px; */
}
#header #logo img {
  width: auto;
  height: 36px;
}
#header2 {
	height: 52px;
	min-width: 0px;
}
#header2 #logo2 img {
  width: auto;
  height: 24px;
}
#header2 #logo2 {
	top: 14px;
	left: 20px;
}
#header {
	height: 70px;
	position: relative;
	min-width: 0px;
}


.lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 160%;
  /* [disabled]letter-spacing: 0.1em; */
  font-weight: bold;
}
.lead2 {
  text-align: center;
  font-size: 18px;
  color: #c13433;
  margin-bottom: 20px;
  line-height: 160%;
  /* [disabled]letter-spacing: 0.1em; */
  /* [disabled]font-weight: bold; */
  margin-top: 30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.text    {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  font-size: 14px;
}

#btn_ptt {
  right: 0px;

}
#btn_ptt img {
  width: auto;
  height: 36px;
}

.title_head {
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.title_head .navi_box {
  padding-top: 40px;
}
.title_head .navi_box .navi_red {
  font-size: 16px;
  margin-bottom: 5px;
}
.title_head .navi_box .navi_jp {
  font-size: 12px;
}
.btn_index {
	/* [disabled]font-size: 12px; */
	min-width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
#link {
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  background-color: #8EC555;
  padding-top: 20px;
  padding-bottom: 20px;
}
#link a {
  margin-left: 10px;
  margin-right: 10px;

}


.accordion-container {
	position: relative;
	width: 100%;
	/* [disabled]border: 1px solid #0079c1; */
	/* [disabled]border-top: none; */
	outline: 0;
	cursor: pointer
}

.accordion-container .article-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 0.625em 0.625em 0.625em 2em;
	font-size: 16px;
	/* [disabled]font-weight: normal; */
	color: #fff;
	background: #0C0F35;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
	background-color: #0C0F35;
	color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
  position: relative;
}

.article-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FF0;
	border-right: 2px solid #FF0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.article-title.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 35%;
}

.accordion-content {
	display: none;
	padding-left: 2.3125em;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2;
}

/* CSS for CodePen */
.accordion-container {
	width: 100%;
	margin: 1.875em auto;
}
.accordion-content a {
	display: block;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px auto;
	padding-left: 16px;
}
.accordion-content div strong {
	display: block;
	margin-top: 10px;


}



#btn_footer {
	background-color: #223E82;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	width: 100%;
	/* [disabled]height: 100px; */
	font-size: 13px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	line-height: 35px;
}
#btn_footer div  {
	text-align: center;
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-right: 10px; */
	padding-top: 12px;
	padding-bottom: 12px;
	width: 50vw;
}
#btn_footer a {
	color: #FFFFFF;
	text-decoration: none;
}


#btn_footer img {
	width: 16px;
	height: auto;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
}
#copyright {
	margin-bottom: 59px;
}
#seka_hyoka {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
#seika_name {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

	
	
	

#menu_sp #wrap_menu_sp {
	/* [disabled]padding-top: 20px; */
	/* [disabled]padding-bottom: 20px; */
	overflow-y: scroll;
	height: 400px;
	overflow-x: hidden;
	/* [disabled]padding-right: 20px; */
	/* [disabled]padding-left: 20px; */
}
#menu_sp .navi_box {
}


#menu_sp #close {
	color: #FFFFFF;
	font-size: 32px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000;
	margin-left: 129px;
	margin-top: -256px;
}

.navi_box .navi_sub {
	margin-bottom: 16px;
}
.navi_box .navi_sub a {
	font-size: 14px;
	display: block;
	padding-left: 20px;
}





.navi_box .navi_red{
  position: relative;
	padding-left: 0px;
}

.navi_box .navi_red.navi_acd:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 35%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navi_box .navi_red.navi_acd.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 35%;
}

.navi_box .navi_sub.navi_acd {
	display: none;
}








#menu_sp #wrap_menu_sp {
  --sb-track-color: #232E33;
  --sb-thumb-color: #6BAF8D;
  --sb-size: 10px;
}

#menu_sp #wrap_menu_sp::-webkit-scrollbar {
  width: var(--sb-size)
}

#menu_sp #wrap_menu_sp::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

#menu_sp #wrap_menu_sp::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  #menu_sp #wrap_menu_sp {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}


















}
