@charset "utf-8";

/*================================================
landing
================================================*/

.landing {
  margin-bottom: 50px;
  padding: 50px 0px;
  background-color: #F6F0E7;
}

@media (max-width: 1023px) {

  .landing {
    margin-bottom: 30px;
    padding: 30px 0px;
  }
}

/*================================================
firstview (zoom)
================================================*/

.firstview {
  position: relative;
  z-index: 9997;
  max-width: 100%;
  height: 400px;
/*  margin: -30px auto 10px auto;*/
  margin: 0px auto 10px auto;
  overflow: hidden;
}
.firstview .firstview_back {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 32s infinite;
}
.firstview .src1 {
  background-image: url("01.jpg");
  background-position: center center;
  background-size: cover;
}
.firstview .src2 {
  background-image: url("02.jpg");
  background-position: center center;
  background-size: cover;
  animation-delay  : 8s;
}
.firstview .src3 {
  background-image: url("03.jpg");
  background-position: center center;
  background-size: cover;
  animation-delay  : 16s;
}
.firstview .src4 {
  background-image: url("04.jpg");
  background-position: center center;
  background-size: cover;
  animation-delay  : 24s;
}

@keyframes bgAnime {
   0% { opacity: 0; transform: scale(1.0, 1.0); }
   1% { opacity: 1; transform: scale(1.0, 1.0); }
   5% { opacity: 1; transform: scale(1.0, 1.0); }
  21% { opacity: 1; transform: scale(1.1, 1.1); }
  25% { opacity: 1; transform: scale(1.1, 1.1); }
  26% { opacity: 0; }
 100% { opacity: 0; }
}

@media (max-width: 1023px) {

  .firstview {
    height: 260px;
    margin: -10px auto 10px auto;
  }  
}

/*================================================
firstview (object)
================================================*/

.firstview_title_wrap {
  position: absolute;
  top: 22.5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
}
.firstview_title_sub {
  display: block;
  margin-bottom: 20px;
  line-height: 1.25;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #000000,0px 0px 0px #000000;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 42px;
}
.firstview_title_showt {
  margin-right: 10px;
  padding: 0px 20px;
  border: 5px #FFFFFF solid;
  line-height: 1.75;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #000000,0px 0px 0px #000000;
  background-image: url(../img/firstview_title_showt.png);
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 64px;
}
.firstview_title_name {
  line-height: 1.75;
  color: #FFFFFF;
  text-shadow: 0px 0px 1px #000000,0px 0px 0px #000000;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 64px;
}
.firstview_title_explain {
  margin-top: 20px;
  line-height: 1.25;
  text-shadow: 0px 0px 1px #000000,0px 0px 0px #000000;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 32px;
}

@media (max-width: 1023px) {

  .firstview_title_wrap {
    top: 10%;
  }
  .firstview_title_sub {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .firstview_title_showt {
    padding: 0px 10px;
    line-height: 1.75;
    font-size: 24px;
  }
  .firstview_title_name {
    line-height: 1.75;
    font-size: 24px;
  }
  .firstview_title_explain {
    margin-top: 20px;
    line-height: 1.50;
    font-size: 18px;
  }
}

/*================================================
schedule_botton
================================================*/

.schedule {
  margin-bottom: 10px;
  text-align: right;
}
.schedule_botton {
  line-height: 1.50;
  display: inline-block;
  padding: 10px;
  border: 1px #000000 solid;
  font-size: 18px;
}
.schedule_botton span:before {
  margin-right: 5px;
  content: "\25b6";
}
.schedule_botton:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.schedule_botton:visited {
  text-decoration: none;
}

@media (max-width: 1023px) {

  .schedule_botton {
    font-size: 14px;
  }
}

/*================================================
about
================================================*/

.about {
  width: 60%;
  margin: 0px auto 50px auto;
  padding: 2.5%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.about_title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.25;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 32px;
}
.about_text {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #CCCCCC solid;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 18px;
}
.about_title_sub {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 18px;
}
.about_list {
  width: 100%;
}
.about_list_one {
  display: block;
  float: left;
  width: 24%;
  margin: 0% 0.5%;
  padding: 2%;
  border: 3px #EEEEEE solid;
}
.about_list_one strong {
  display: block;
  margin-bottom: 10px;
  padding: 3%;
  text-align: center;
  line-height: 1.25;
  border-radius: 20px;
  background-color: #253F8E;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 18px;
}
.about_list_one span {
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 18px;
}

@media (max-width: 1365px) {

  .about {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .about {
    padding: 5%;
  }
  .about_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .about_text {
    font-size: 16px;
  }
  .about_list_one {
    width: 49%;
    margin: 0% 0.5% 5px 0.5%;
  }
  .about_list_one strong {
    font-size: 16px;
  }
  .about_list_one span {
    font-size: 16px;
  }
}

/*================================================
flow
================================================*/

.flow {
  width: 60%;
  margin: 0px auto 50px auto;
  padding: 2.5%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.flow_title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.25;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 32px;
}
.flow_step {
  margin-bottom: 50px;
}
.flow_step_number {
  padding: 10px 2%;
  border-radius: 30px;
  text-align: center;
  line-height: 1.25;
  background-color: #253F8E;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 24px;
}
.flow_step_arrow:before {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  color: #253F8E;
  content: "\25bc";
}
.flow_attention_title {
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 18px;
}
.flow_attention_kome {
  line-height: 1.5;
  font-family: 'Noto Sans Japanese Thanks', sans-serif;
  font-size: 18px;
}
.flow_attention_kome:before {
  margin-right: 5px;
  content: "\2217";
}

@media (max-width: 1365px) {

  .flow {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .flow {
    padding: 5%;
  }
  .flow_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .flow_step_number {
    font-size: 18px;
  }
  .flow_attention_title {
    font-size: 16px;
  }
  .flow_attention_kome {
    font-size: 16px;
  }
}

/*================================================
deep
================================================*/

.deep_wrap {
  margin-bottom: 50px;
}
.deep_switch {
  padding: 2%;
  border: 5px #253F8E solid;
  text-align: center;
  line-height: 1.25;
  background: -webkit-repeating-linear-gradient(-45deg,#F7F7FB 0,#F7F7FB 10px,#FFFFFF 10px,#FFFFFF 20px);
  background: -o-repeating-linear-gradient(-45deg,#F7F7FB 0,#F7F7FB 10px,#FFFFFF 10px,#FFFFFF 20px);
  background: repeating-linear-gradient(-45deg,#F7F7FB 0,#F7F7FB 10px,#FFFFFF 10px,#FFFFFF 20px);
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 24px;
}
.deep_switch:before {
  content: "\25bc";
  margin: 0px 5px;
}
.deep_switch:after {
  content: "\25bc";
  margin: 0px 5px;
}
.deep_fold {
  margin-top: 50px;
}
.deep_one_title {
  margin-bottom: 20px;
}
.deep_one_title strong {
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 1.25;
  background-color: #253F8E;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 20px;
}
.deep_one_title span {
  padding: 5px;
  line-height: 1.25;
  font-family: 'Noto Sans Japanese Thanks Bold', sans-serif;
  font-size: 20px;
}
.deep_one_image {
  width: 80%;
  margin: 0px auto;
  padding: 10px;
  border: 1px #CCCCCC solid;
}
.deep_one_arrow:before {
  display: block;
  margin-top: -5px;
  margin-bottom: 50px;
  text-align: center;
  color: #CCCCCC;
  content: "\25bc";
}

@media (max-width: 1023px) {

  .deep_wrap {
    margin-bottom: 30px;
  }
  .deep_switch {
    font-size: 18px;
  }
  .deep_one_title strong {
    line-height: 1.75;
    font-size: 18px;
  }
  .deep_one_title span {
    line-height: 1.75;
    font-size: 18px;
  }
}

/*================================================
Accordion
================================================*/

.AccordionSwitch {
  cursor: pointer;
}
.AccordionSwitch:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.AccordionFold {
  display: none;
}

/*================================================
List Point
================================================*/

.Pochi {
  width: 90%;
  list-style-type: disc;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.Square {
  list-style-type: square;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.Kome {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.Bikkuri {
	margin-right: 5px;
  padding: 3px 8px !important;
  border: 2px #000000 solid;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000000 !important;
}

/*================================================
Decoration
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Kome {
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*================================================
display on / off
================================================*/

.pc {
  display: block;
}
.sp {
  display: none;
}
.js-lazy { min-height: auto !important; }

@media (max-width: 1023px) {

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
