@charset "utf-8";
/* CSS Document */
html{
    font-size: 62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif, "メイリオ","Meiryo","Helvetica","Arial","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    background: #efefef;
}
.fluid_image{
	max-width: 100%;
	height: auto;
}
#wrapper,header{
	width: 100%;
	margin: 0 auto;
}
a:hover{
    opacity: .6;
    transition: .6s;
}

/********************Header********************/
header{
    padding: 0.6% 0;
    background: #d5d8da;
    display: flex;
    align-items: center;
    position: relative;
}
.Logo{
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.header_ButtonWrap{
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}
.Signup{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background: #e94919;
    width: 100px;
    height: 30px;
    text-align: center;
}
.Signin{
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    width: 100px;
    height: 30px;
    text-align: center;
    background: #00c6a3;
    background: -moz-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#00b3c7), color-stop(50%, #00bcb8), to(#00c6a3));
    background: -webkit-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: -o-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: linear-gradient(to bottom right, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
}
/********************Dark Mode********************/
body.darkTheme {
  color: #fff;
  background: #202020;
}
.Article_Inner .darkTheme{
    color: #fff;
    background: #3b3a3a;
}
.cp_ipcheck {
    width: 60px;
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(0, -74%);
}
.cp_ipcheck input {
  display: none;
}
.cp_ipcheck label {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-right: 35px;
  cursor: pointer;
  font-size: 12px;
    color: #fff;
}
.cp_ipcheck input[type=checkbox] {
  position: absolute;
  visibility: hidden !important;
}
.cp_ipcheck input[type=checkbox] + label:before,
.cp_ipcheck input[type=checkbox] + label:after {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -7.5px;
  content: "";
}
.cp_ipcheck input[type=checkbox] + label:before {
  right: 0;
  width: 60px;
  height: 30px;
  border: 1px solid #e4e3e1;
  border-radius: 30px;
  background: #ffffff;
}
.cp_ipcheck input[type=checkbox] + label:after {
  content: "\f185";
  font-family: "Font Awesome 5 Free";
  padding: 9px 0 0 8px;
  right: 29px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 50%;
  background: #bdbdbd;
}
.cp_ipcheck input[type=checkbox]:checked + label:after {
  right: 0;
  background: #000066;
  content: "\f186";
  font-family: "Font Awesome 5 Free";
  padding: 9px 0 0 8px;
  color: #ffff00;
}

/* top */
.darkTheme .Article_Inner {
    background: #3B3B3B;
}
.darkTheme .Article_Date{
    color: #fff;
}
.darkTheme .Article_Inner h2 a {
    color: #fff;
}

.darkTheme .SNS_wrap i {
    color: #8E8E8E;
}
/* article */
.darkTheme #FeatureArticle_wrapper {
    background: #202020;
}

.darkTheme .Table_of_contents {
    background: #353535;
}

.darkTheme .Information {
    background: #004E4E;
}

.darkTheme .Table_of_contents li a,
.darkTheme .Article_Details_Inner p,
.darkTheme .Page_button a,
.darkTheme .BackTop {
    color: #fff;
}

.darkTheme .FeatureArticle_SNS_wrap i {
    color: #8F8F8F;
}
.darkTheme .Explanation_of_picture p{
    background: #353535;
    color: #e2e2e2;
}

/********************Keyvisual********************/
.Keyvisual{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5% 0;
}
.bxslider li a{
    width: 100%;
    position: relative;
    display: block;
}
.bxslider li a p{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3% 3% 2%;
    color: #fff;
    box-sizing: border-box;
    font-size: 26px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.9) 100%);
}
.Slide_Date{
    font-size: 16px;
}

/*----------------------------------------------------
    Keyvisual bxslider
----------------------------------------------------*/
.Keyvisual .bxslider {
    margin-left: 0;
}

.Keyvisual .bx-viewport:before,
.Keyvisual .bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    z-index: 1000;
}

.Keyvisual .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.Keyvisual .bx-wrapper .bx-viewport {
    overflow: visible !important;
    left: 0;
    border-width: 0;
    box-shadow: none;
}

.Keyvisual .bx-viewport:before {
    margin-right: 7px;
    right: 100%;
    left: -100%;
}

.Keyvisual .bx-viewport:after {
    left: 100%;
    right: -100%;
}

.Keyvisual li {
    padding: 0 8px;
}

/* control direction */
.Keyvisual .bx-wrapper .bx-controls-direction a {
    height: 56px;
    width: 35px;
}

/********************Inner_wrapper********************/
.Inner_wrapper{
    width: 100%;
    margin: 0 auto;
}
/********************Article_Wrap********************/
.Article_Wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.Article_Large{
    width: 65.3%;
    margin-bottom: 2%;
    margin: 8px;
}
.Article_Large .Article_Inner{
    padding: 2.6% 5%;
}
.Article_Small{
    width: 32%;
    margin-bottom: 2%;
    margin: 8px;
}
.Articles img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.Article_Inner{
    width: 100%;
    padding: 4% 5%;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 150px;
}
.Article_Inner h2{
    width: 100%;
    font-size: 1.6rem!important;
    font-weight: 600;
    margin-bottom: 3%;
    line-height: 1.4;
}
.Article_Inner h2 a{
    color: #313030;
}
.Article_Date{
    width: 50%;
    font-size: 1.3rem;
    color: #3e3d3d;
    align-self: flex-end;
}
.SNS_wrap{
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
}
.SNS_wrap i{
    font-size: 2rem;
}
.twitter{
    color: #55acee;
}
.facebook{
    color: #315096;
}
.line{
    color: #00c300;
}

/********************Keys********************/
.Plus::before{
    content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url( "../image/Gold.png") no-repeat;
	background-size:contain;
    margin-right: 1%;
}
.Standard::before{
    content:"";
	display:inline-block;
	width:1.1em;
	height:1.1em;
	background:url( "../image/Silver.png") no-repeat;
	background-size:contain;
    margin-right: 1%;
}

/********************feature.html********************/
.Feature_Keyvisual{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #090033;
    padding: 5% 10%;
    box-sizing: border-box;
    margin-bottom: 8%;
}
.Feature_Keyvisual_Inner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Feature_Left{
    width: 45%;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}
.Feature_Left h3{
    width: 100%;
    font-size: 2.6vw;
    line-height: 1.4;
    margin-bottom: 20%;
}
.Feature_Number{
    width: 100%;
    font-size: 1.2vw;
}
.Feature_Date{
    width: 100%;
    font-size: 0.8vw;
}
.Feature_Right{
    width: 50%;
}
.Feature_Right img{
    width: 600px;
    height: 340px;
    object-fit: cover;
}
.BackTop{
    color: #222121;
    font-size: 1.2vw;
    margin: 5% auto;
    display: block;
    text-align: center;
}
.BackTop i{
    color: #008c8c;
}
.Feature_Plus::before{
    content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url( "../image/Gold.png") no-repeat;
	background-size:contain;
    margin-right: 1%;
}
.Feature_Standard::before{
    content:"";
	display:inline-block;
	width:0.9em;
	height:0.9em;
	background:url( "../image/Silver.png") no-repeat;
	background-size:contain;
    margin-right: 1%;
}

/********************FeatureArticle_Wrap********************/
#FeatureArticle_wrapper{
    background: #f8f8f8;
    font-size: 1.6rem;
}
.FeatureArticle_Wrap{
    width: 700px;
    margin: 6% auto;
}
.FeatureArticle_img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    margin-bottom: 2%!important;
}
.FeatureArticle_Wrap img{
}
.FeatureArticle_Title{
    width: 100%;
    margin: 5% auto 10% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.FeatureArticle_Title h3{
    font-size: 2vw;
    margin-bottom: 3%;
    width: 100%;
}
.FeatureArticle_Date{
    width: 50%;
    font-size: 1vw;
}
.FeatureArticle_SNS_wrap{
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
}
.FeatureArticle_SNS_wrap i{
    font-size: 1.6vw;
}
.Table_of_contents{
    width: 100%;
    background: #edeff7;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 10%;
}
.accordion1 {
    text-align: left;
    width: 90%;
    margin: 0 auto 8% auto;
}
.accordion1 .inner {
    display: none;
    margin-top: 5%;
}
.inner li{
    margin-bottom: 3%;
}
.ac1 i{
    margin-left: 1%;
    color: #919296;
}
.Table_of_contents li a{
    color: #000000;
}
.Information{
    background: #d5f3f3;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 15%;
    line-height: 1.6;
}
h4 {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border-top: 3px solid #007c7c;
    box-sizing: border-box;
    font-size: 1.6vw;
    font-weight: 500;
    margin-bottom: 5%;
}
h4:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #007c7c;
}
h4 span {
    font-size: 3vw;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 4%;
    transform: translate(-4%, -50%);
    display: block;
    color: #fff;
}
.Article_Details{
    margin-bottom: 20%;
}
.Article_Details_Inner p{
    line-height: 2;
    color: #262626;
}
.Questions{
    margin-bottom: 2%;
}
.Texts{
    margin-bottom: 6%;
}
.twitter-tweet{
    padding: 0!important;
    margin: 0 auto 8% auto!important;
    width: 70%!important;
}
.Explanation_on_picture{
    width: 100%;
    margin: 0 auto 5% auto;
    position: relative;
}
.Explanation_on_picture p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2%;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.9) 100%);
}
.Explanation_of_picture img{

}
.Explanation_of_picture p{
    color: #6b6a6a;
    font-size: 14px;
    margin-bottom: 8%;
    padding: 0.3% 1%;
    box-sizing: border-box;
    background: #e2e2e2;
}
.Article_Details iframe{
    margin: 0 auto 8% auto!important;
    width: 100%;
    height: 338px;
}
.Page_button{
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    border-top: solid 1px #007c7c;
    border-bottom: solid 1px #007c7c;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Page_button a{
    color: #222121;
    font-size: 1.2vw;
    width: 100%;
    margin-bottom: 5%;
}
.Page_button a:nth-child(2){
    margin-bottom: 0!important;
    text-align: right;
}
.Page_button a i{
    color: #008c8c;
}
.grad-wrap{
    position: relative;
}
.grad-btn {
    position: absolute;
    left: 50%;
    bottom: -8%;
    transform: translate(-50%, -50%);
    background: #008c8c;
    padding: 2%;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    letter-spacing: 8px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 500px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.Article_Remaining{
    text-align: center;
    font-weight: 300;
}
.Article_Remaining_Nunber{
    font-size: 1.5rem;
}
.Hide_ButtonWrap{
    width: 100%;
    margin: 5% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Hide_ButtonWrap .Signup {
    font-size: 1rem;
    line-height: 30px;
    color: #fff;
    background: #e94919;
    width: 46%!important;
    height: auto;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
}
.Hide_ButtonWrap .Signup i{
    margin-right: 3%;
}
.Hide_ButtonWrap .Signin {
    font-size: 1rem;
    line-height: 30px;
    color: #fff;
    width: 46%!important;
    height: auto;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
    background: #00c6a3;
    background: -moz-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#00b3c7), color-stop(50%, #00bcb8), to(#00c6a3));
    background: -webkit-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: -o-linear-gradient(top left, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
    background: linear-gradient(to bottom right, #00b3c7 0%, #00bcb8 50%, #00c6a3 100%);
}
.Hide_ButtonWrap .Signin i{
    margin-right: 3%;
}
/********************footer********************/
footer{
    width: 100%;
    margin: 5% auto 0 auto;
    padding: 3%;
    box-sizing: border-box;
    background: #008c8c;
    text-align: center;
}
.Footer_Logo{
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 2% auto;
}
small{
    color: #fff;
    font-size: 12px;
}
/********************Return to Top********************/
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1%;
    bottom: 1%;
    background: #6A6868;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
#page_top a::before {
    font-family: "FontAwesome";
    content: '\f106';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.UA {
    width: 14%;
    margin: 6% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.UA_PC{
    width: 50%;
    text-align: center;
    padding: 3%;
    font-size: 1.6rem;
}
.UA_SP{
    width: 50%;
    text-align: center;
    padding: 3%;
    font-size: 1.6rem;
}
.Current {
    background-color: #008c8c;
    color: #fff;
}
.NotCurrent {
    color: #008c8c;
    box-sizing: border-box;
    background: #e0dede;
}


/********************Responsive********************/
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px){
}
