@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  /* padding: 0 16px; */
}
/*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%;
}
.area_view .btnarea{
  text-align: center;
  background: #fee102;
  padding: 16px 0 20px;
}
.area_view .btnarea .btn img{
  width: 50%;
}
/*overview*/
.area_overview{
  padding: 80px 0;
  border-top: 8px solid #D8D8D8;
  position: relative;
  background-image: url(../images/ami.jpg);
  background-size: contain;
}
.area_overview::before{
  position: absolute;
  content: '';
  top: 18%;
  left: 28px;
  width: 100px;
  height: 100px;
  transform: translatey(-50%);
  z-index: 0;
  background: url(../images/icon_book.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_overview .head,
.area_held .head,
.area_point .head,
.area_flow .head{
  text-align: center;
}
.area_overview .head .ttl{
  margin: 0;
  font: 400 30px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  padding: 0 0 6px;
  display: inline-block;
}
.area_overview .head .ttl strong{
  position: relative;
  z-index: 1;
}
.area_overview .head .ttl strong::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-bottom: 7px solid #FEE101;
}
.area_overview .body{
  text-align: center;
  padding: 30px 0 0;
}
.area_overview .body .description{
  margin: 0;
  font: 500 15px / 2.4em 'IBM Plex Sans JP', sans-serif;
  color: #3c3838;
  letter-spacing: .15em;
}
/*held*/
.area_held{
  margin: 60px 50px;
  border: 8px solid #FEE101;
  border-radius: 70px;
  padding: 70px 70px 42px;
  position: relative;
}
.area_held::before{
  position: absolute;
  content: '';
  top: 0%;
  right: 5%;
  width: 165px;
  height: 120px;
  transform: translatey(-50%);
  z-index: 0;
  background: url(../images/icon_book_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_held .head .ttl{
  margin: 0;
  font: 500 18px / 1.8em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  padding: 0 0 6px;
  display: inline-block;
}
.area_held .head .ttl strong{
  position: relative;
  z-index: 1;
  font: 600 30px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
}
.area_held .head .ttl strong{
  position: relative;
  z-index: 1;
}
.area_held .head .ttl strong::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-bottom: 7px solid #FEE101;
}
.area_held .comment{
  padding: 12px 28px 10px;
  margin: 10px 0 0;
  font: 500 20px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  background: #F3F3F3;
  border-radius: 32px;
  display: inline-block;
}
.area_held .example{
  padding: 10px;
  margin: 10px 0 0;
  font: 500 16px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #4B4B4B;
  letter-spacing: .15em;
}
.area_held .body{
  margin: 50px 0 0;
}
/*list*/
.list_held{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.list_held >li {
  list-style-type: none;
  width: 44%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px;
}
.list_held >li.held_01,
.list_held >li.held_02,
.list_held >li.held_03,
.list_held >li.held_04,
.list_held >li.held_05{
  position: relative;
}
.list_held >li.held_01::before,
.list_held >li.held_02::before,
.list_held >li.held_03::before,
.list_held >li.held_04::before,
.list_held >li.held_05::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 55px;
  height: 40px;
  transform: translatey(-50%);
  z-index: 0;
}
.list_held >li.held_01::before{
  background: url(../images/held_01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_held >li.held_02::before{
  background: url(../images/held_02.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_held >li.held_03::before{
  background: url(../images/held_03.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_held >li.held_04::before{
  background: url(../images/held_04.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_held >li.held_05::before{
  background: url(../images/held_05.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_held .img{
  text-align: center;
}
.list_held .img img{
  width: 50%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 90px;
}
.list_held .text .ttl{
  margin: 32px 0 0;
  font: 600 20px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #050404;
  letter-spacing: .15em;
}
.list_held .text .description{
  color: #625b5b;
  margin: 8px 0 0;
  font: 400 13px / 2em 'IBM Plex Sans JP', sans-serif;
  letter-spacing: .15em;
  text-align: left;
}
/*point*/
.area_point{
  margin: 50px 0;
  padding: 60px 110px;
  background: #FEE101;
  position: relative;
}
.area_point::after{
  position: absolute;
  content: '';
  bottom: -12%;
  right: 3%;
  width: 265px;
  height: 160px;
  transform: translatey(-50%);
  z-index: 0;
  background: url(../images/people_1.png) no-repeat center center !important;
  background-size: contain !important;
}
.area_point .head .ttl strong{
  position: relative;
  z-index: 1;
  font: 600 30px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
}
.area_point .head .ttl strong{
  position: relative;
  z-index: 1;
}
.area_point .head .ttl strong::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-bottom: 7px solid #ffffff;
}
.area_point .comment{
  padding: 12px 28px 10px;
  margin: 10px 0 0;
  font: 500 20px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  background: #F3F3F3;
  border-radius: 32px;
  display: inline-block;
}
.list_point{
  margin: 36px 0 0;
  padding: 0;
}
.list_point >li {
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_point >li+li {
  margin: 16px 0 0;
}
.list_point article{
  display: flex;
}
.list_point .img {
  width: 80%;
}
.list_point .img img{
  width: 100%;
}
.list_point .text {
  background: #fff;
  padding: 18px;
  width: 80%;
  place-content: center;
}
.list_point .text .ttl{
  margin: 0 0 0 42px;
  font: 500 20px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  position: relative;
}
.list_point .text .ttl::before{
  background: url(../images/icon_check.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  top: 11px;
  left: -38px;
  width: 28px;
  height: 28px;
  transform: translatey(-50%);
  z-index: 0;
}
.list_point .text .description{
  margin: 12px 0 0;
  font: 400 13px / 2em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
}
.list_reason{
  margin: 10px 0 0;
  padding: 0;
}
.list_reason >li {
  list-style-type: none;
}
.list_reason >li+li {
  margin: 4px 0 0;
}
.list_reason >li .the{
  margin: 0;
  font: 500 12px / 1.4em 'IBM Plex Sans JP', sans-serif;
  letter-spacing: .15em;
  background: #5FD4CB;
  border-radius: 14px;
  padding: 5px 20px 2px 20px;
  display: inline-block;
  color: #fff;
}
.list_reason >li .cnt{
  color: #000;
  margin: 8px 0 0;
  font: 500 12px / 1.4em 'IBM Plex Sans JP', sans-serif;
  letter-spacing: .15em;
}
/*flow*/
.area_flow{
  margin: 50px 0;
  padding: 30px 110px;
  background: #fff;
}
.area_flow .head .ttl strong{
  position: relative;
  z-index: 1;
  font: 600 30px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
}
.area_flow .head .ttl strong{
  position: relative;
  z-index: 1;
}
.area_flow .head .ttl strong::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-bottom: 7px solid #FEE101;
}
.area_flow .body{
  margin: 60px 0 0;
}
/*list_flow*/
.list_flow{
  margin: 0;
  padding: 0;
}
.list_flow >li {
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_flow >li+li {
  margin: 70px 0 0;
}
.list_flow >li.flow_1,
.list_flow >li.flow_2,
.list_flow >li.flow_3{
  position: relative;
}
.list_flow >li.flow_1:before,
.list_flow >li.flow_2:before,
.list_flow >li.flow_3:before{
  position: absolute;
  content: '';
  left: 43%;
  top: -2%;
  width: 123px;
  height: 24px;
  transform: translatey(-50%);
  z-index: 0;
}
.list_flow >li.flow_1:before{
  background: url(../images/flow_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_flow >li.flow_2:before{
  background: url(../images/flow_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_flow >li.flow_3:before{
  background: url(../images/flow_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_flow .ttl{
  text-align: center;
  font: 600 24px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
}
.lust_navi {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.lust_navi >li {
  list-style-type: none;
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  margin: 8px;
}
.lust_navi a{
  text-decoration: auto;
}
.lust_navi >li .area{
  padding: 21px 22px 18px 24px;
  border-radius: 40px;
  margin: 0;
  background: #FFFAEB;
  font: 600 16px / 1.4em 'IBM Plex Sans JP', sans-serif;
  color: #000;
  letter-spacing: .15em;
  border: 1px solid #000;
  box-shadow: 4px 4px 0px rgb(5 5 15);
  position: relative;
}
.lust_navi >li .area:hover{
  background: #5FD4CB;
}
.lust_navi >li .area::after{
  position: absolute;
  content: '';
  top: 30px;
  right: 16px;
  width: 8px;
  height: 12px;
  transform: translatey(-50%);
  background: url(../images/triangle_green.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 0;
}
.list_flow .img img{
  width: 100%;
}
.list_flow .flow_3 .cnt{
  text-align: center;
  font: 500 18px / 1.6em 'IBM Plex Sans JP', sans-serif;
  color: #2e2121;
  letter-spacing: .15em;
}
.list_flow .flow_3 .btnarea{
  text-align: center;
  padding: 16px 0 20px;
}
.list_flow .flow_3 .btnarea .btn{
  text-decoration: auto;
  border-radius: 48px;
  color: #ffffff;
  background: #4CA8E5;
  border: 2px solid #fff;
  letter-spacing: .12em;
  padding: 12px 120px 8px 120px;
  font: 500 18px / 1em "IBM Plex Sans JP", sans-serif;
  position: relative;
  box-shadow: 2px 2px 0px rgb(5 5 15);
}
/*induction*/
.area_induction{
  background: #FEE101;
  padding: 50px 0 100px;
  margin: 140px 0 0;
  text-align: center;
  position: relative;
}
.area_induction::before{
  position: absolute;
  content: '';
  top: -20%;
  right: 3%;
  width: 170px;
  height: 140px;
  transform: translatey(-50%);
  z-index: -1;
  background: url(../images/people_2.png) no-repeat center center !important;
  background-size: contain !important;
}
.area_induction .ttl{
  font: 600 24px / 1.6em 'IBM Plex Sans JP', sans-serif;
  color: #0B0606;
  letter-spacing: .15em;
}
.area_induction .btnarea{
  text-align: center;
  padding: 32px 0 0;
}
.area_induction .btnarea .btn{
  text-decoration: auto;
  flex: 1;
  border-radius: 48px;
  box-shadow: 4px 4px 0px rgb(5 5 15);
  color: #311C1C;
  background: #5FD4CB;
  border: 3px solid #fff;
  letter-spacing: .12em;
  padding: 26px 70px 20px 70px;
  font: 600 25px / 1em "IBM Plex Sans JP", sans-serif;
  position: relative;
}
.area_induction .btnarea .btn:hover{
  background: #FEE101;
}