@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%;
  max-width: 1080px;
}
/*topview*/
.area_overview{
  padding : 80px 0;
  background: #FBE9ED;
}
.area_overview .head{
  text-align: center;
}
.area_overview .head .ttl {
  background: #000;
  margin: 0;
  padding: 4px;
  font: 500 28px / 1em 'Zen Kaku Gothic Antique', sans-serif;
  color: #FFFF;
  letter-spacing: 0.1em;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.area_overview .head .ttl::after {
  content: '';
  position: absolute;
  right: 40px;
  bottom: -30px;
  height: 20px;
  width: 175px;
  background: url(../images/line.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_overview .body{
  margin: 28px 0 0;
}
.area_overview .body .description{
  text-align: center;
  color: #333;
  font: 500 16px / 2.2em "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.16em;
  margin: 0;
}
.area_overview .body .description strong{
  color: #EB5177;
  font: 600 30px / 1.8em "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.13em;
}
.area_overview .body .description b{
  font: 600 42px / 1.8em "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.13em;
  color: #EB5177;
  position: relative;
}
.area_overview .body .description b::before{
  background: url(../images/hosi.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 20px;
  height: 24px;
  transform: translatey(-50%);
  z-index: 0;
}
.area_overview .body .description b::after{
  background: url(../images/hosi.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  bottom: -24px;
  right: -10px;
  width: 20px;
  height: 24px;
  transform: translatey(-50%);
  z-index: 0;
}
.area_overview .body .description span{
  color: #EB5177;
  font: 600 30px / 1.8em "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.13em;
  position: relative;
  z-index: 1;
}
.area_overview .body .description span::before{
  position: absolute;
  content: "";
  height: 12px;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  border-bottom: 12px solid #FEE664;
}
.area_overview .img{
  text-align: center;
  margin: 28px 0 0;
}
.area_overview .img img{
  width: 64%;
}
.area_overview .foot {
  margin: 10px 0 0;
}
.btnarea {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.btnarea .btn_pink {
  text-decoration: auto;
  flex: 1;
  min-width: 1px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  color: #fff;
  background: #C83270;
  letter-spacing: .12em;
  width: 420px;
  display: block;
  padding: 24px 6px 24px 6px;
  text-align: center;
  transition: .3s;
  border-radius: 42px;
  font: 500 20px / 1.6em 'Noto Sans JP', sans-serif;
  position: relative;
}
.btnarea .btn_pink::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 10px;
  position: absolute;
  top: -32px;
  left: -10px;
  background: url(../images/special.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.btnarea .btn_pink::after {
  content: "";
  width: 28px;
  height: 22px;
  border-radius: 10px;
  position: absolute;
  top: 32px;
  right: 26px;
  background: url(../images/icon_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.btnarea .btn_pink:hover {
  transform: scale(1.1,1.1);
}
.btnarea .btn_blue {
  margin: 12px 0 0;
  text-decoration: auto;
  flex: 1;
  min-width: 1px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  color: #fff;
  background: #4B9BE2;
  letter-spacing: .12em;
  width: 420px;
  display: block;
  padding: 18px 12px 18px 2px;
  text-align: center;
  transition: .3s;
  border-radius: 42px;
  font: 500 18px / 1.6em 'Noto Sans JP', sans-serif;
  position: relative;
}
.btnarea .btn_blue::after {
  content: "";
  width: 28px;
  height: 22px;
  border-radius: 10px;
  position: absolute;
  top: 23px;
  right: 26px;
  background: url(../images/icon_triangle.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: 1;
}
.btnarea .btn_blue:hover {
  transform: scale(1.1,1.1);
}
/*method*/
.area_method{
  padding: 40px 0;
  background: #FBE9ED;
}
.area_method .head{
  text-align: center;
}
.area_method .head .ttl {
  background: #000;
  margin: 0;
  padding: 4px;
  font: 500 28px / 1em 'Zen Kaku Gothic Antique', sans-serif;
  color: #FFFF;
  letter-spacing: 0.1em;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.area_method .head .ttl::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -30px;
  height: 20px;
  width: 175px;
  background: url(../images/line.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_method .body{
  margin: 55px 0 0;
}
/*list_method*/
.list_method {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}
.list_method > li {
  padding: 4px 8px;
  width: 28%;
  list-style-type: none;
  display: flex;
}
.list_method > li.method01,
.list_method > li.method02,
.list_method > li.method03{
  position: relative;
}
.list_method > li.method01::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -6px;
  width: 72px;
  height: 72px;
  background: url(../images/step_01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method > li.method02::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -6px;
  width: 72px;
  height: 72px;
  background: url(../images/step_02.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method > li.method03::before {
  content: '';
  position: absolute;
  top: -24px;
  left: -6px;
  width: 72px;
  height: 72px;
  background: url(../images/step_03.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method article {
  background: #FFF;
  border: 4px solid #4B9BE2;
  padding: 20px 10px 30px;
  border-radius: 20px;
}
.list_method .img{
  text-align: center;
}
.list_method .img img{
  width: 90%;
}
.list_method .text{
  margin: 10px 0 0;
}
.list_method .text .ttl{
  margin: 10px 0 0;
  font: 700 17px / 1.4em "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  color: #00AAEA;
  letter-spacing: 0.12em;
  text-align: center;
}
.list_method .text .description{
  margin: 10px 0 0;
  font: 500 14px / 1.6em "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  color: #292525;
  letter-spacing: 0.12em;
}
/*merit*/
.area_merit{
  padding: 40px 0;
  background: #FBE9ED;
}
.area_merit .head{
  text-align: center;
}
.area_merit .head .ttl {
  background: #000;
  margin: 0;
  padding: 4px;
  font: 500 28px / 1em 'Zen Kaku Gothic Antique', sans-serif;
  color: #FFFF;
  letter-spacing: 0.1em;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.area_merit .head .ttl::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -30px;
  height: 20px;
  width: 175px;
  background: url(../images/line.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_merit .body{
  margin: 30px 0 0;
}
.area_merit .division {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*listt_merit*/
.listt_merit {
  padding: 0;
  margin: 24px 0 0;
}
.listt_merit > li {
  list-style-type: none;
  display: flex;
}
.listt_merit li.merit_1,
.listt_merit li.merit_2,
.listt_merit li.merit_3 {
    position: relative;
}
.listt_merit li.merit_1::before {
  background: url(../images/method01.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  top: 15%;
  right: -22%;
  width: 196px;
  height: 180px;
  transform: translatey(-50%);
  z-index: 0;
}
.listt_merit li.merit_2::before {
  background: url(../images/method02.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  bottom: -8%;
  right: -20%;
  width: 190px;
  height: 140px;
  transform: translatey(-50%);
  z-index: 0;
}
.listt_merit li.merit_3::before {
  background: url(../images/method03.svg) no-repeat center center !important;
  background-size: contain !important;
  position: absolute;
  content: '';
  bottom: -36%;
  left: -22%;
  width: 213px;
  height: 210px;
  transform: translatey(-50%);
  z-index: 0;
}
.listt_merit > li > article {
  list-style-type: none;
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 510px;
  height: 360px;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px;
  text-align: center;
}
.listt_merit .text .ttl {
  display: inline-block;
  margin: 0;
  padding: 0 0 8px;
  font: 700 22px / 1.4em "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  color: #E5748D;
  letter-spacing: 0.12em;
  text-align: center;
}
.listt_merit .text .description {
  margin: 10px 0 0;
  font: 400 14px / 2em "Zen Kaku Gothic Antiquew", sans-serif;
  font-style: normal;
  color: #292525;
  letter-spacing: 0.12em;
}
.listt_merit .for {
  width: 32%;
  background: #E5748D;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  margin: 16px 0 0;
  padding: 2px 0;
  font: 500 14px / 1.6em "Zen Kaku Gothic Antique", sans-serif;
  position: relative;
  justify-self: center;
}
.listt_merit .top {
  text-align: center;
  color: #35A6E0;
  margin: 8px 0 0;
  padding: 0;
  font: 500 16px / 1.6em "Zen Kaku Gothic Antique", sans-serif;
}
.listt_merit > li+li {
  margin: 50px 0 0;
}
/*intro*/
.area_intro{
  padding: 40px 0 120px;
  background: #FBE9ED;
}
.area_intro .head{
  text-align: center;
}
.area_intro .head .ttl {
  background: #000;
  margin: 0;
  padding: 4px;
  font: 500 28px / 1em 'Zen Kaku Gothic Antique', sans-serif;
  color: #FFFF;
  letter-spacing: 0.1em;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.area_intro .head .ttl::after {
  content: '';
  position: absolute;
  right: -22px;
  bottom: -30px;
  height: 20px;
  width: 175px;
  background: url(../images/line.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_intro .body{
  margin: 30px 0 0;
}
.area_intro .btnarea {
  margin: 36px 0 0;
}
.area_intro .body{
  margin: 70px 0 0;
}
.area_intro .qualification{
  margin: 60px 160px;
  padding: 42px 50px;
  background: #fff;
}
.area_intro .qualification .ttl{
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
  font: 500 18px / 1em 'Zen Kaku Gothic Antique', sans-serif;
  letter-spacing: 0.1em;
}
.area_intro .qualification .description{
  margin: 14px 16px 0;
  font: 500 12px / 2em 'Zen Kaku Gothic Antique', sans-serif;
  color: #3B3B3B;
}
