@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  /* padding: 0 16px; */
}
#page_top {
  position: fixed;
  bottom: 100px;
  right: 120px;
  width: 150px;
  height: 150px;
  z-index: 1;
}

#page_top a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #fff;
  text-align: center;
}
#page_top img{
  width: 100%;
}
/*topview*/
.area_view {
  margin: 0 auto;
  display: flex;
}
.area_view .container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
} 
.area_view .img {
  display: flex;
}
.area_view .img img{
  width: 100%;
  max-width: 1080px;
}
/*topview*/
.area_overview{
  margin: 80px 0;
}
.area_overview .head{
  text-align: center;
}
.area_overview .head .ttl{
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_overview .body{
  margin: 28px 0 0;
  text-align: center;
}
.area_overview .body .description{
  margin: 0;
  font: 400 15px / 2.2em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
}
.area_overview .body .cnt{
    margin: 12px 0 0;
    font: 500 12px / 2.2em 'Zen Kaku Gothic New', sans-serif;
    color: #000;
    letter-spacing: .12em;
}
/*navi*/
.area_navi{
  padding: 60px 0;
  background: #FF9A33;
}
.area_navi .head{
  text-align: center;
}
.area_navi .head .ttl{
  border-radius: 12px;
  background: #FFF500;
  margin: 0;
  padding: 12px 30px;
  font: 500 26px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  display: inline-block;
  box-shadow: 1px 1px 4px rgb(122 15 15 / 40%);
}
/*list_navi*/
.list_navi {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 30px 0 0;
}
.list_navi >li {
  list-style-type: none;
  border: 2px solid #3B3333;
  background: #FEFFED;
  width: 25%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  margin: 3px;
  position: relative;
}
.list_navi >li:hover {
  background: #FF9A33;
}
.list_navi >li::after {
  position: absolute;
  content: '';
  top: 35px;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/bottom_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_navi a {
  border-radius: 6px;
  padding: 12px 40px 12px 30px;
  display: flex;
  align-items: center;
  text-decoration: auto;
}
.list_navi a .ttl{
  margin: 0;
  font: 500 16px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
}
.list_navi a .ttl:hover{
  color: #fff;
}
.area_navi .foot{
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
}
.area_navi .btnarea{
  text-decoration: auto;
  flex: 1;
  border-radius: 6px;
  background: #FEFFED;
  border: 4px solid #3B3333;
  max-width: 75%;
  padding: 24px 6px 24px 10px;
  margin: 0;
  position: relative;
  text-align: center;
}
.area_navi .btnarea:hover{
  background: #FF9A33;
}
.area_navi .btnarea a{
  text-decoration: auto;
  color: #000;
  font: 500 24px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: .12em;
}
.area_navi .btnarea a:hover{
  color: #ffffff;
}
.area_navi .btnarea::after{
  position: absolute;
  content: '';
  top: 40px;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/bottom_icon.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
/*features*/
.area_features{
  background: #FFF9E1;
  padding: 50px 0;
}
.area_features .head{
  text-align: center;
}
.area_features .head .ttl{
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_features .head .ttl strong{
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
.area_features .body{
  margin: 28px 110px 0;
  text-align: center;
  background: #FFF;
  border: 5px solid #F4810B;
  border-radius: 36px;
}
/*list_features*/
.list_features {
  display: block;
  margin: 0;
  padding: 36px 24px 48px;
}
.list_features >li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  margin: 3px;
  position: relative;
}
.list_features >li+li {
  margin: 32px 0 0;
}
.list_features article{
  display: flex;
  align-items: center;
}
.list_features .img{
  width: 24%;
}
.list_features .img img{
  width: 70%;
}
.list_features .text{
  text-align: left;
  width: 70%;
  margin: -4px 0 0;
}
.list_features .text .ttl{
  margin: 0;
  font: 600 18px / 2.2em 'Zen Kaku Gothic New', sans-serif;
  color: #3B3333;
  letter-spacing: .12em;
}
.list_features .text .ttl strong{
  color: #F4810B;
  margin: 0 8px 0 0;
  font: 600 26px / 2.2em 'Zen Kaku Gothic New', sans-serif;
}
.list_features .text .description{
  margin: 0;
  font: 400 14px / 2em 'Zen Kaku Gothic New', sans-serif;
  color: #3B3333;
  letter-spacing: .12em;
}
/*merit*/
.area_merit{
  background: #FEFFED;
  padding: 50px 0;
}
.area_merit .head{
  text-align: center;
}
.area_merit .head .ttl{
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_merit .head .ttl strong{
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
/*list_merit*/
.list_merit {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 30px 0 0;
}
.list_merit >li {
  list-style-type: none;
  background: #FEFFED;
  width: 25%;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  margin: 10px;
  position: relative;
}
.list_merit .img img{
  width: 100%;
}
.list_merit .text .ttl{
  font: 500 20px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  margin: 10px 0 0;
}
.list_merit .text .description{
  margin: 14px 0 0;
  font: 400 14px / 2em 'Zen Kaku Gothic New', sans-serif;
  color: #1D0D0D;
  letter-spacing: .12em;
  text-align: left;
}
/*schedule*/
.area_schedule {
  background: #ffffff;
  padding: 50px 0;
}
.area_schedule .frame{
  border: 3px solid #3B3333;
  box-shadow: 4px 5px 0px rgb(237 112 26);
  border-radius: 36px;
  margin: 28px 200px 0;
  padding: 50px 0 70px;
  background: #FFF8F2;
}
.area_schedule .head {
    text-align: center;
}
.area_schedule .head .ttl {
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_schedule .head .ttl strong {
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
.area_schedule .body .img{
  text-align: center;
  margin: 30px 0 0;
}
.area_schedule .body .img img{
  width: 65%;
}
.area_schedule .foot{
  text-align: center;
}
.area_schedule .foot .cnt{
  font: 500 13px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #3B3333;
  letter-spacing: .12em;
  margin: 20px 0 0;
}
/*point*/
.area_point{
  background: #FFF9E1;
  padding: 50px 0;
}
.area_point .head {
    text-align: center;
}
.area_point .head .ttl {
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_point .head .ttl strong {
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
.area_point .body{
  margin: 28px 110px 0;
  position: relative;
}
.area_point .body::before{
  position: absolute;
  content: '';
  top: -12%;
  left: 8%;
  width: 110px;
  height: 160px;
  transform: translatey(-50%);
  background: url(../images/point_1.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_point .body::after{
  position: absolute;
  content: '';
  top: -12%;
  right: 8%;
  width: 110px;
  height: 160px;
  transform: translatey(-50%);
  background: url(../images/point_2.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.list_point {
  display: block;
  margin: 0;
  padding: 0;
}
.list_point >li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  margin: 3px;
  position: relative;
}
.list_point article {
  background: #FF9A33;
  border: 3px solid #3B3333;
  border-radius: 36px;
  padding: 16px 0 40px;
  margin: 10px;
}
.list_point .No{
  font: 500 28px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #FFE600;
  letter-spacing: .12em;
  margin: 0;
}
.list_point .description{
  font: 500 18px / 1.6em 'Zen Kaku Gothic New', sans-serif;
  color: #461B1B;
  letter-spacing: .12em;
  margin: 0;
}
/*example*/
.area_example{
  background: #FEFFED;
  padding: 50px 0 75px;
  position: relative;
}
.area_example::after{
  position: absolute;
  content: '';
  bottom: -6%;
  left: 34%;
  width: 320px;
  height: 160px;
  transform: translatey(-50%);
  background: url(../images/example.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.area_example .head {
    text-align: center;
}
.area_example .head .ttl {
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_example .head .ttl strong {
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
.area_example .body{
  margin: 48px 110px 0;
}
.list_example {
  display: block;
  margin: 0;
  padding: 0;
}
.list_example >li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  margin: 3px;
}
.list_example >li+li{
  margin: 50px 0 0;
}
.list_example li.example_1,
.list_example li.example_2,
.list_example li.example_3{
  position: relative;
}
.list_example li.example_1::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 0;
  width: 240px;
  height: 95px;
  transform: translatey(-50%);
  background: url(../images/example_1.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_example li.example_2::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 0;
  width: 240px;
  height: 95px;
  transform: translatey(-50%);
  background: url(../images/example_2.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_example li.example_3::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 0;
  width: 240px;
  height: 95px;
  transform: translatey(-50%);
  background: url(../images/example_3.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_example article{
  background: #FFFFFF;
  border: 3px solid #F4810B;
  border-radius: 20px;
  padding: 32px 0 40px
}
.list_example .questions{
  font: 500 18px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000000;
  letter-spacing: .12em;
  border: 2px solid #F4810B;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 8px;
}
.list_example .description{
  font: 500 15px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .10em;
}
.list_example .point{
  font: 500 18px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: .12em;
  background: #F4810B;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 8px;
}
.list_example .point > .description{
  font: 600 20px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .10em;
}
.area_example .foot{
  margin: 50px 0 60px;
  text-align: center;
}
.area_example .foot .summary{
  font: 500 20px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .10em;
  margin: 0;
}
.area_example .foot .summary strong{
  position: relative;
  z-index: 1;
}
.area_example .foot .summary strong::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  left: 0;
  bottom: 2px;
  z-index: -1;
  border-bottom: 10px solid #F6A24A;
}
/*voice*/
.area_voice{
  background: #ffffff;
  padding: 50px 0;
}
.area_voice .head {
    text-align: center;
}
.area_voice .head .ttl {
  margin: 0;
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  padding: 0 0 6px;
  border-bottom: 2px dashed #F4810B;
  display: inline-block;
}
.area_voice .head .ttl strong {
  font: 500 34px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #F4810B;
  letter-spacing: .12em;
  padding: 0 0 6px;
}
.area_voice .body {
  margin: 30px 0 0;
}
.area_voice .introduction .name{
  text-align: center;
  margin: 0 0 12px;
  font: 500 24px / 1.4em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
}
.area_voice .img{
  text-align: center;
}
.area_voice .img img{
  width: 70%;
}
/*list_voice*/
.list_voice{
  margin: 48px 110px 0;
  padding: 0;
}
.list_voice >li{
  list-style-type: none;
  padding: 0;
  position: relative;
}
.list_voice >li+li{
  margin: 24px 0 0;
}
.list_voice .ttl{
  margin: 0;
  color: #000;
  font: 500 21px / 1em "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  position: relative;
}
.list_voice .ttl::before{
  background: #F4810B;
  width: 6px;
  height: 30px;
  display: block;
  content: '';
  border: 0;
  margin-right: 12px;
}
.list_voice .description{
  background: #FFFEE0;
  padding: 24px;
  border-radius: 20px;
  font: 400 16px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  margin: 16px 0 0;
}
/*search*/
.area_search{
  background: #FF9A33;
  padding: 0 0 80px;
  z-index: 1;
}
.area_search::before{
  position: absolute;
  content: '';
  left: 12%;
  width: 80px;
  height: 80px;
  transform: translatey(-50%);
  background: url(../images/denki.png) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.area_search .head{
  background: #FFF500;
}
.area_search .head .ttl{
  text-align: center;
  margin: 0;
  padding: 24px 0 24px;
  color: #000;
  font: 500 24px / 1em "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.area_search .body{
  margin: 48px 70px 0;
}
/*list_search*/
.list_search{
  display: flex;
  flex-flow: wrap;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
}
.list_search >li{
  list-style-type: none;
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 6px;
  margin: 8px;
}
.list_search article {
  display: flex;
  flex: auto;
  flex-direction: column;
  background: #fff;
}
.list_search .img{
  text-align: center;
}
.list_search .img img{
  width: 100%;
}
.list_search .text{
  padding: 14px;
  background: #fff;
}
.list_search .text .place{
  font: 500 16px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  margin: 0;
}
.list_search .text .place strong{
  background: #000000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 17px;
  font: 400 13px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  margin: 0 8px 0 0;
}
.list_search .text .ttl{
  font: 500 24px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  margin: 0;
}
.list_search .text .description{
  font: 500 16px / 1.8em 'Zen Kaku Gothic New', sans-serif;
  color: #000;
  letter-spacing: .12em;
  margin: 8px 0 0;
}
.list_search .btnarea{
  padding: 14px;
  margin: 0;
  display: flex;
  justify-content: center;
  background: #fff;
}
.list_search .btnarea .btn{
  background: #FFDF36;
  text-decoration: auto;
  flex: 1;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 36px;
  color: #332D2D;
  letter-spacing: .12em;
  padding: 20px 12px 20px 10px;
  font: 600 16px / 1.4em "Zen Kaku Gothic New", sans-serif;
  position: relative;
  text-align: center;
}