@charset "utf-8";
body{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 180%;
		margin: 0;
	padding: 0;
	border: 0;
}

html {
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
html {
  scroll-padding-top: 150px;
}

}
.mincho{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.hira-min{font-family: "source-han-serif-japanese", serif;
font-weight: 900;
font-style: normal;}
.TA_kakugo_gf_01{
font-family: "ta-kakugo-gf-01", sans-serif;
font-weight: 400;
font-style: normal;}
.kakugo{font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;}
.Zen-R{
font-family: "zen-antique", sans-serif;
font-weight: 400;
font-style: normal;}
.Zen-Soft-R{
font-family: "zen-antique-soft", sans-serif;
font-weight: 400;
font-style: normal;}
.gennokaku{
font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;}
.Meiryo{font-family:'メイリオ', 'Meiryo', sans-serif;}

.chotai{
	letter-spacing:2px;
	transform: scale(0.9,1);}
.kaigyo{display: inline-block;}


.pc-view{}
.sp-view{display: none;}

a{
    text-decoration: none;
    color: #686868;
}
a:hover{
    text-decoration: underline;
}

a img {transition: 0.5s ;}
a img:hover {opacity: 0.8 ;}

  .kaigyou { display: inline-block; }
img{
    max-width: 100%;
    height: auto;
	vertical-align:top;
}

h2{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }
.align_l_pc { text-align: left; }
/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #000;
	color: #FFF;
}
.bg-grey{
	background-color: #f2f2f2;
}
.bg-grey2{
	background-color: #555555 !important;
	color: #FFF;
}
 .bg-grey3{
	background-color: #efefef;
color: #333;
}
.bg-grey4{
	background-color: #929292 !important;
	color: #FFF;
}
.bg-grey5{
	background-color: #191919 !important;
	color: #FFF;
}
.bg-grey-green{
	background-color: #e4eeec;
}
.bg-grey-pink{
	background-color: #fbebe7;
}
.bg-ao{
	background-color: #05539b;
	color: #FFF;
}
.bg-ao2{
	background-color: #187fc4;
	color: #FFF;
}
.bg-purple{
	background-color: #920783;
	color: #FFF;
}
.bg-bluedark{
	background-color: #070c47;
	color: #FFF;
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}
.bg-red{
    background-color: #c30d23;
    color: #FFF;
}
.bg-pink{
    background-color: #e85298;
    color: #FFF;
}
.bg-mr{
    background-color: #e8deed;
}
.bg-mr2{
    background-color: #601986;
	 color: #FFF;
}
.bg-green{
    background-color: #86b81b;
    color: #FFF;
}
.bg-green2{
    background-color: #22ac38;
    color: #FFF;
}
.bg-orange{background-color: #f39800;
    color: #FFF;}
.bg-yellow{ background-color: #FFF695;}
.bg-greenusu{
    background-color: #ebf7f0;
}
.bg-whiteusu{background:rgba(255,255,255,0.8);}
.bg-whiteusu2{background:rgba(255,255,255,0.4);}
.bg-white{background:rgba(255,255,255,1);}

.haikei-gurade{background-image: linear-gradient(90deg, rgba(190, 1, 8, 1) , rgba(23, 28, 97, 1));}
.haikei-gurade2{background-image: linear-gradient(0deg, rgba(0, 82, 160, 1), rgba(23, 28, 97, 1));}

.bg-green-gurade{background-image: linear-gradient(0deg, rgba(0, 64, 52, 1), rgba(0, 128, 91, 1));}
.bg-red-gurade{background-image: linear-gradient(0deg, rgba(194, 13, 35, 1), rgba(232, 85, 19, 1));}

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t0  { margin-top: 0px !important; }
.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b0  { margin-bottom: 0px !important; }
.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b150 { margin-bottom: 150px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l0  { margin-left: 0px !important; }
.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important;}
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t0  { padding-top: 0px !important; }
.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b0  { padding-bottom: 0px !important; }
.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125% !important;}
.textline_180{line-height: 180% !important;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;
line-height: 140%;}
.txt-12{font-size: 12px;
line-height: 150%;}
.txt-14{font-size: 14px;
line-height: 160%;}
.txt-20{font-size: 20px;
line-height: 180%;}
.txt-25{font-size: 25px;
line-height: 160%;}
.txt-28{font-size: 28px;
line-height: 160%;}
.txt-30{font-size: 30px;
line-height: 140%;}
.txt-35{font-size: 35px;
line-height: 130%;}
.txt-40{
    font-size: 40px;
    line-height: 120%;
}
.txt-50{font-size: 50px;
line-height: 120%;}
.txt-5em{
	font-size: 5em;
	line-height: 120%;
}
@media screen and (max-width: 480px){
.txt-12{font-size: 10px;}		
.txt-14{font-size: 12px;}	
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;}
.txt-28{font-size: 21px;}	
.txt-30{font-size: 25px;}
.txt-35{font-size: 32px;}	
.txt-40{font-size: 33px;}	
.txt-50{font-size: 40px;}	
.txt-5em{font-size: 2.5em;}
}
.txt-b{
    font-weight: bold;
}
.font-c-red{
    color: #D70C00;
}
.font-c-ao{
	color: #222b7a;
}
.font-c-black{
	color: #000;
}
.font-c-white{
	color: #fff !important;
}
.font-c-hai{
    color: #A4A4A4;
}
.font-c-orange{
	color: #F6995C;
}
.font-c-yellow{
	color: #ffea00;
}
.font-c-green{
    color: #3F9C44;
}
.white-underline {
    background:linear-gradient(transparent 60%, #fff 60%);
}
.green-underline {
    background:linear-gradient(transparent 60%, #D6EEE1 60%);
}
.yellow-underline {
    background:linear-gradient(transparent 60%, #FFF46E 60%);
}
.kage {
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}
.kadomaru{border-radius:10px}

.title01 {
    display: inline-block;
    position: relative;
    line-height: 30px;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
}
.title01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}

@media screen and (max-width: 480px){
.title01 {
    line-height: 30px;
    font-size: 25px;
}	
}

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1400{
	width: 1400px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1200{
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 1100px;
	max-width: 99%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 900px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 800px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-200{
	width: 200px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.inner-80{
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-10mama{width: 10%;}
.box-20mama{width: 20%;}
.box-30-mama{width: 25%;}
.box-35-mama{width: 30%;}
.box-40-mama{width: 35%;}
.box-60-mama{width: 60%;}
.box-65-mama{width: 65%;}
.box-70-mama{width: 70%;}
.box-50max{width: 50%;}

.box-40{width: 38%;}
.box-50{width: 48%;}
.box-50-sp50{width: 48%;}
.box-60{width: 58%;}
.box-70{width: 70%;}
.box-80{width: 79%;}
.box-30{width: 27%;}
.box-33{width: 33%;}

.box-10{width: 10%;}
.box-20{width: 19%;}
.box-16{width: 16.6%;}
.box-25{width: 25%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-80 , .box-30 , .box-33 , .box-40 , .box-60 , .box-20 , .box-10{width: 100%;}
.box-25{width: 50%;}
}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              0px 1px 2px #FFF,  0-1px 2px #FFF,
              -1px 0 2px #FFF, 1px 0 2px #FFF;
}

.bg-ksu{
	width: 100%;
	background-color: #070c47;
	background-image: url(../../img/header-ksu.jpg);
	background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
	background-size: 100% auto; /*背景画像のサイズ指定*/
	background-position: center center;

}
@media screen and (max-width: 480px){
	.bg-ksu{
	background-size: auto 100%; /*背景画像のサイズ指定*/
	padding-top: 70px;
}
}


.topbg{
	width: 100%;
	background-color: #070c47;
	background-image: url(../../img/header-2025.jpg);
	background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
	background-size: auto 100%; /*背景画像のサイズ指定*/
	background-position: center top;
}
@media screen and (max-width: 480px){.topbg{padding-top: 80px;
	background: url(../../img/header-sp-2025.jpg) center top / cover no-repeat;}}

.bg-dot{
background-image: url(../../img/bg-dot.jpg); 
background-repeat:no-repeat;
background-position:center center; /*背景画像を、横中央、底辺に配置。*/
background-size: 100% auto; /*背景画像のサイズ指定*/
}
@media screen and (max-width: 480px){.bg-dot{background-image: url(../../img/bg-dot-sp.jpg); }}

.bg-try{
background-image: url(../../img/bg-try.jpg); 
background-repeat:no-repeat;
background-position:left bottom; /*背景画像を、横中央、底辺に配置。*/
}
.bg-kairo{
background-image: url(../../img/econosec-toha.png); 
background-repeat:no-repeat;
background-position:center top; /*背景画像を、横中央、底辺に配置。*/
background-size:100%; /*背景画像をコンテンツの横幅いっぱいに表示する。*/
}
.bg-kairo2{
background-image: url(../../img/econosec-toha2.png); 
background-repeat:no-repeat;
background-position:center top; /*背景画像を、横中央、底辺に配置。*/
background-size:100%; /*背景画像をコンテンツの横幅いっぱいに表示する。*/
}
.bg-kairo3{
background-image: url(../../img/econosec-toha3.png); 
background-repeat:no-repeat;
background-position:center top; /*背景画像を、横中央、底辺に配置。*/
background-size:100%; /*背景画像をコンテンツの横幅いっぱいに表示する。*/
}
@media screen and (max-width: 480px){
	.bg-kairo{background-image: url(../../img/econosec-toha-sp.png); }
	.bg-kairo2{background-image: url(../../img/econosec-toha-sp2.png); }
.bg-kairo3{background-image: url(../../img/econosec-toha-sp3.png); }
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}



.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
 

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background:#C30D23;
  color:#fff;
    padding: 5px 40px 5px 30px;
  
  border-radius:2px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.btn-black:hover{
    background-color: #929292;
    color: #fff;
    text-decoration: none;
}
.btn-black{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background:#929292;
  color:#fff;
    padding: 5px 40px 5px 30px;
  
  border-radius:2px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.btn06:hover{
    background-color: #E10520;
    color: #fff;
	text-decoration: none;
}
.button15 a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    max-width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50vh;
    transition: 0.3s;
    text-decoration: none;
    border: 1px solid #8A8A8A;
}

.button15 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button15 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button15 a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:40%;
    right: 13px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 1rem;
	font-weight: bold;
	border: 1px solid #424242;
	background: #fff;
	color: #424242;
	transition: 0.5s;
}
a.btn_01:hover {
    background-color: #EBEBEB;
}

/*テーブル*/
.tbl-r02 th {
  background: #666;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#header-index{

    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/

} 

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
#header-index h1{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}
#container-index{
  background:#fff;
  padding:50px 0;
  text-align: center;
}

.parent_box {
  display: flex;
}
.parent_box .underphoto{
    position: absolute;
    bottom: 0px;
}

.img-gallery ul {padding-inline-start: 0px;}

footer{
    margin-top: 0px;
       padding-bottom: 50px;
}
footer a ,footer a:hover {
    color: #DFDFDF;
    font-size: 12px;
 
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0px;/*スライド左右の余白調整*/
}

.style1 table {
 

}
.style1 tr{
    vertical-align: middle;
}

.style1 th{
    text-align: justify;
    text-align-last: justify;
vertical-align: middle;
width: 20%;
    border: solid 2px #fff;
    color: #fff;
     background:#7f7f7f;
}
.style1 td {
   border-bottom: solid 1px #ccc;
    padding: 10px;
    text-align: left;	
}
 
@media screen and (max-width: 640px) {
	.style1 th {text-align: left;	}
  .style1 .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.style1 td {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
  .style1 th,
  .style1 td {
　　border-bottom: none;
    display: block;
    width: auto;
	  border-bottom: solid 0px #ccc;
	  
  }
	.style1 th{
    text-align: left;
    text-align-last: left;
}
}
.style2{font-size: 16px !important;}

.style2 th {
    width: 20%;
    border: solid 1px #ccc;
    color: #333;

    background: #efefef;
    vertical-align: middle;

}
.style2 td {
   border: solid 1px #ccc;
    padding: 10px;
    text-align: left;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {

	.style2{font-size: 14px !important;}
	
  .style2 .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.style2 td {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}
  .style2 th,
  .style2 td {
    　　border-bottom: none;
    display: block;
    width: 100%;
    border: solid 0px #ccc;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
	.style2 th{
    text-align: center;
    text-align-last: center;
}
}


/* olのスタイル */
.bangoulist ol {
    margin: 0;
    padding: 0;
    list-style: none; /* デフォルトの数字を非表示に */
    counter-reset: li;
    text-align: left;
}

/* ol内のliのスタイル */
.bangoulist ol li {
    position: relative;
    font-size: 16px;
    padding-left: 1.5em;
    line-height: 1.5;
    border-bottom: 1px dashed #9A9A9A;

    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* 2つ目以降のliにmargin-topを指定 */
.bangoulist ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
.bangoulist ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3abec1;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 480px){
	.bangoulist ol li {font-size: 14px;}
	.bangoulist ol li::before {font-size: 10px;
	  width: 16px;
  height: 16px;
	line-height: 16px;}
}



.bangou ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.bangou li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.bangou li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #428833;
}

.list-hyouzi ul {

  padding: 0 0.5em;
  position: relative;
}

.list-hyouzi ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.list-hyouzi ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "・";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.list-hyouzi ul li:last-of-type {
  border-bottom: none;
}

.title-bar {
	position: relative;
	border-bottom: 5px solid #999999;
	padding: 10px 0;
	}
.title-bar:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #05539B;
	}

.title-bar-bule {
  padding: 0.5rem 1rem;
  color: #fff;
 background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(24, 127, 196, 1) 24% 75%, rgba(255, 255, 255, 1));
}
.title-bar-purple {
  padding: 0.5rem 1rem;
  color: #fff;
 background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(146, 7, 131, 1) 24% 75%, rgba(255, 255, 255, 1));
}
.rightbar{
    border-right: 5px solid #FFFFFF;
}
.shitazurashi{
    position: relative;
    top: -20px;
}

.redbar-title{font-weight: bold;
    color: #cc0000;
    margin-bottom: 10px;
border-bottom: 3px double #CC0000;}

 .waku-gray{
    border: 1px solid #ccc;
}
 .waku-black{
    border: 1px solid #000;
}
 .waku-red{
    border: 1px solid #CC0000;
}
.waku-box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fff;

  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.sankaku-list ul {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

.sankaku-list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.sankaku-list ul li:before {
  font-family: "FontAwesome";
  content: "\f0a9";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/



.splashbg{
    display: none;
    content: "";
    position: fixed;
    transform: scale(100);
    background-color: #333;/*伸びる背景色の設定*/
    z-index: 9999;
    /*丸のスタートの形状*/
    top: calc(50% - 1rem);/*50%から円の半径を引いた値*/
    left: calc(50% - 1rem);/*50%から円の半径を引いた値*/
    width: 2rem;
    height: 2rem;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    border-radius: 50%; 
  animation-name:PageAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes PageAnime{
  0% {/*丸のスタート位置と形状*/
    transform: scale(100);
  
  }
  100% {/*丸の終了位置と形状*/
    transform: scale(0);
    display: none;/*終了時は消える*/
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*========= タイピング ===============*/

.TextTyping span {
  display: none;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}
/*========= タイピングここまで ===============*/

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
	position: relative;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #bc272d;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline #bc272d;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.shiny-btn:hover{
    background-color: #E72B33;
	color: #ffffff;
text-decoration: underline #E72B33;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

	
	
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*==================================================
じわっ
===================================*/

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.number-list ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.number-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.number-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #05539b;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.pryvacy-list ol{list-style: circle;}
.pryvacy-list ol li {
  margin-left: 1.5em;
  padding-left: 0em;

}
.pryvacy-list ol li::marker {
  font-weight: bold;
  color: #05539b;
}

.overlay {
  position: fixed; /* 背景 */
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up {
  display: none;
}
.pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000E0;
  width: 100%;
}
.popWindow {
  max-height: 95%;
  max-width: 95%;  
  transform: scale(0.3); /* クリックした直後のサイズ */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.5s 0s ease;
  display: flex; /* 中央 */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-up:checked + .overlay .popWindow {
  transform: scale(1); /* 最終的なサイズ */
  height: 100%;
}
.pbox {
  display: flex; /* 中央 */
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  overflow: auto;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #FFF;
}
.popWindow .close {
  position: relative;
  float: right;
  transition: all 5ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.pbox::-webkit-scrollbar-track {
  background: none;
}
.pbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pbox::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
.marker-yellow{
  background: linear-gradient(transparent 0%, #ffff00 100%);
  background-position: 0;
  background-size: 0;
  background-repeat: no-repeat;
  transition: background 1s;

}
.marker-yellow.active {
  background-size: 100% ;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	background: #f3f3f3;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    text-align: left;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
}

/*フローティングバナー*/
.Bnr{
    position: relative;  
    display: none;
}
.Bnr .Bnr__img{
  position: fixed;
  z-index: 88;
right: 5px;
  bottom: 5px;	
	width: 211px;
}
@media screen and (max-width: 480px){.Bnr .Bnr__img{width: 100%;
	right: 0px;
  bottom: 0px;	
	}
}
.Bnr__img__inner{
  box-sizing:border-box;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
    position: absolute;
    right: 5px;
    top: 3px;

}
.Bnr .Bnr__img p.close a{
  display: block;
    color: #FFFFFF;	
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  z-index: 888;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
	opacity: 1;
transition: 0.5s ;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.3;
    background-color: #fff;
	transition: 0.3s ;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.shitasoroe{display: flex;
  align-items: flex-end;}

.nakasoroe{display: flex;
	justify-content: center; /* 水平方向の中央揃え */
align-items: center; /* 垂直方向の中央揃え */}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/


}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
body{
font-size: 14px !important;

}
.align_c_pc { text-align: left; }
.align_l_pc { text-align: center; }	

.pc-view{display: none !important;}
.sp-view{display: block !important;}

.rightbar{
    border-right: 0px solid #FFFFFF;
}
	.inner-80{
	max-width: 95%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
	.float-button__wrap {
	display: none;/*最初は隠す*/
    width: 100%;

    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}
	.photo-sp110{max-width: 110px;}
}

.member-area {
  position: relative;
}
.member-area img {
  width: 95%; /* divの幅に対する割合 */
}
.member-area p {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%,-5%);
	font-size: 1.6em;
	line-height: 100%;
}
.member-area .mini{font-size: 0.7em;}

@media only screen and (max-width: 520px) {
.member-area p {
	  bottom: 2%;
  transform: translate(-50%,-2%);
font-size: 0.8em;
    }
}



.exp {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
  text-align: left;
}

.modal-1__open-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	margin: 0 auto;
	padding: .2em 0.8em;
	border-radius: 50vh;
	background-color: #ccc;
	color: #fff;
	font-weight: 500;
	font-size: 0.8em;
	border: 1px solid #ccc;
}

.modal-1__open-label:hover {
    background-color: #ccc;
    color: #fff;
    outline: 0px solid #ccc;
}
@media only screen and (max-width: 520px) {
    .modal-1__open-label {
        max-width: 90%;
        padding: .2em 0.5em .2em 0.5em;
		font-size: 0.8em;
    }
}
.modal-2__wrap input {
    display: none;
}

.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
}

.modal-2__open-label {

transition: 0.5s ;
}

.modal-2__open-label:hover {
opacity: 0.8 ;
}

.modal-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-2__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-2__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.4;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.7em;
}

.modal-2__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
	text-align: left;
}

.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-2__open-label {

		font-size: 0.5em;
    }

    .modal-2__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-2__content-wrap {
        width: 90vw;
    }

    .modal-2__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #1e2864;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btnshine:hover{
	text-decoration: none;
}
/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.btnshine-white{
	/*キラッと光る基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/	
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}
.btnshine-white:hover{
	text-decoration: none;
}
/*キラッと光る*/
.btnshine-white::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine-white:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
/*.jijiphoto img{
	border: 1px solid #FFFFFF;
}*/
