@charset "UTF-8";
@media screen and (max-width: 1080px){
  .contents{
    width: 1080px !important;
  }
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
/*topview*/
.area_view {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  text-align: -webkit-center;
}
.area_view .container{
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
} 
.area_view .img {
  display: flex;
}
.area_view .img img{
  width: 100%;
}
.area_view .text{
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}
.area_view .text::before{
  content: '';
  z-index: -1;
  position: absolute;
  bottom: -80%;
  left: 10%;
  width: 150px;
  height: 150px;
  transform: translatey(-50%);
  background: url(../images/illustration_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_view .text::after{
  content: '';
  z-index: 1;
  position: absolute;
  bottom: -50%;
  right: 10%;
  width: 190px;
  height: 190px;
  transform: translatey(-50%);
  background: url(../images/illustration_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_view .text .description{
  margin: 0;
  text-align: center;
  color: #000;
  font: 400 20px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.area_view .text .description strong{
  margin: 0;
  text-align: center;
  color: #0075EA;
  font: 600 24px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.10em;
  position: relative;
}
.area_view .text .description strong::before{
  content: "";
  border-bottom: 12px solid #FFE83E;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.area_view .btnarea{
  margin: 42px 0 0;
  text-align: center;
  display: flex;
  max-width: 900px;
  width: 100%;
}
.area_view .btnarea .btn_daigaku{
  color: #000;
  width: 60%;
  text-align: center;
  padding: 12px;
  margin: 0 8px;
  position: relative;
  border-color: #000;
  background: #53A0EB;
  border-radius: 40px;
  text-decoration: auto;
  transition: all 0.3s ease-out;
}
.area_view .btnarea .btn_daigaku:hover{
  transform: scale(1.05);
}
.area_view .btnarea .btn_sennmonn{
  color: #000;
  width: 60%;
  text-align: center;
  padding: 12px;
  margin: 0 8px;
  position: relative;
  border-color: #000;
  background: #0075EA;
  border-radius: 40px;
  text-decoration: auto;
  transition: all 0.3s ease-out;
}
.area_view .btnarea .btn_sennmonn:hover{
  transform: scale(1.05);
}
.area_view .btnarea .btn_daigaku span,
.area_view .btnarea .btn_sennmonn span{
  font: 500 14px / 2em "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.10em;
}
.area_view .btnarea .btn_daigaku strong,
.area_view .btnarea .btn_sennmonn strong{
  font: 600 24px / 1em "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.10em;
}
.area_view .btnarea .btn_daigaku::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 16px;
  width: 28px;
  height: 28px;
  transform: translatey(-50%);
  background: url(../images/arrow.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_view .btnarea .btn_daigaku::before {
  position: absolute;
  content: '';
  top: 40px;
  left: 16px;
  width: 50px;
  height: 50px;
  transform: translatey(-50%);
  background: url(../images/icon_search01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_view .btnarea .btn_sennmonn::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 16px;
  width: 28px;
  height: 28px;
  transform: translatey(-50%);
  background: url(../images/arrow.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_view .btnarea .btn_sennmonn::before {
  position: absolute;
  content: '';
  top: 40px;
  left: 16px;
  width: 50px;
  height: 50px;
  transform: translatey(-50%);
  background: url(../images/icon_search02.svg) no-repeat center center !important;
  background-size: contain !important;
}
/*navi*/
.area_navi{
  border-top: 3px solid #53A0EB;
  margin: 60px 0 0;
}
/*list*/
.list_navi{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 40px 0 90px;
}
.list_navi >li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  border: 2px solid #417BB5;
  margin: 0 8px;
  width: 20%;
}
.list_navi a{
  text-decoration: auto;
  text-align: center;
  position: relative;
  padding: 8px 0 24px;
}
.list_navi a:hover{
  background: #f8fafe;
}
.list_navi a::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(0deg);
  transition: all 0.2s ease;
  background: url(../images/triangle.svg) no-repeat center center !important;
  background-size: contain !important;
  transition: all 0.2s ease;
}
.list_navi a:hover::after{
  bottom: 6px;
}

.list_navi a span{
  font: 500 16px / 1em "Noto Sans JP", sans-serif;
  color: #53A0EB;
}
.list_navi a strong{
  font: 500 14px / 1.6em "Noto Sans JP", sans-serif;
  color: #091A24;
  letter-spacing: 0.02em;
}
/*about*/
.area_about{
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.area_about .head{
  text-align: center;
}
.area_about .head .ttl .en{
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
  color: #6EA4C1;
  letter-spacing: 0.02em;
  margin: 0;
  position: relative;
}
.area_about .head .ttl .en strong{
  color: #2550A0;
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
}
.area_about .head .ttl .en::before{
  position: absolute;
  content: '';
  top: 20px;
  left: 30%;
  width: 170px;
  height: 170px;
  transform: translatey(-50%);
  background: url(../images/en.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_about .head .ttl .ja{
  font: 500 18px / 1.6em "Noto Sans JP", sans-serif;
  color: #1C4358;
  background: #F8FAFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 8px 18px 8px 30px;
  border: 1px solid #626262;
  box-shadow: 3px 3px #1E3A96;
  border-radius: 40px;
  display: inline-block;
}
.area_about .head .ttl .description{
  margin: 36px 0 0;
  font: 400 16px / 2.2em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.07em;
}
.area_about .body {
  padding: 24px 0 0;
}
/*list*/
.list_about{
  padding: 0 60px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.list_about >li{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 24px 15px;
}
.list_about .img img{
  width: 100%;
}
.list_about .text .ttl{
  margin: 20px 0 0 36px;
  font: 500 20px / 2.2em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.07em;
  position: relative;
}
.list_about .text .ttl::before{
  position: absolute;
  content: '';
  bottom: -2px;
  left: -13%;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
  background: url(../images/check.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_about .text .description{
  padding: 16px 0 0;
  margin: 0;
  font: 400 12px / 2.2em "Noto Sans JP", sans-serif;
  color: #3B3A3A;
  letter-spacing: 0.07em;
  border-top: 2px dashed #E0E0E0;
}
/*list_case*/
.list_case{
  padding: 50px 100px 30px;
}
.list_case >li{
  list-style-type: none;
}
.list_case >li+li{
  margin: 24px 0 0;
}
.list_case article{
  padding: 30px 100px 36px;
  background: #F2F9FF;
  position: relative;
}
.list_case article::before{
  position: absolute;
  content: '';
  top: 25px;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translatey(-50%);
  background: url(../images/triangle_yellow.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_case .ttl{
  text-align: center;
  margin: 0 0 12px;
  font: 500 22px / 1.8em "Noto Sans JP", sans-serif;
  color: #05699F;
  letter-spacing: 0.09em;
}
.list_case .cms{
  text-align: right;
  font: 300 10px / 1em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
}
/*list_money*/
.list_money{
  padding: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.list_money >li{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 4px 10px;
}
.list_money .item{
  margin: 0;
  font: 400 14px / 1.5em "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.08em;
}
.list_money .item strong{
  margin: 1px;
  font: 500 20px / 1.5em "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.08em;
}
/*list_kinds*/
.list_kinds{
  padding: 0;
  text-align: center;
}
.list_kinds >li{
  list-style-type: none;
}
.list_kinds >li+li{
  margin: 30px 0 0;
}
.list_kinds .kinds{
  background: #fff;
  font: 400 16px / 1.5em "Noto Sans JP", sans-serif;
  color: #0F364B;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  padding: 6px 0;
}
/*attention*/
.area_attention .img{
  text-align: center;
}
.area_attention .img img{
  width: 50%;
}
.area_attention .text{
  margin: 24px 0 0;
}
.area_attention .text strong{
  font: 500 16px / 2.5em "Noto Sans JP", sans-serif;
  color: #202224;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #4384A7;
  padding: 0 0 6px;
}
.area_attention .cms{
  text-align: right;
  font: 300 10px / 1em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
}
/*btnarea*/
.area_btnarea{
  background: #E8F2FF;
  text-align: -webkit-center;
}
.area_btnarea .text{
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}
.area_btnarea .text::before{
  content: '';
  z-index: 0;
  position: absolute;
  bottom: -65%;
  left: 5%;
  width: 150px;
  height: 150px;
  transform: translatey(-50%);
  background: url(../images/illustration_1.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_btnarea .text::after{
  content: '';
  z-index: 1;
  position: absolute;
  bottom: -26%;
  right: 10%;
  width: 190px;
  height: 190px;
  transform: translatey(-50%);
  background: url(../images/illustration_2.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_btnarea .text .description{
  padding: 42px 0 0;
  margin: 0;
  text-align: center;
  color: #000;
  font: 400 20px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.area_btnarea .text .description strong{
  margin: 0;
  text-align: center;
  color: #0075EA;
  font: 600 24px / 2em "Noto Sans JP", sans-serif;
  letter-spacing: 0.10em;
  position: relative;
  z-index: 1;
}
.area_btnarea .text .description strong::before{
  content: "";
  border-bottom: 12px solid #FFE83E;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.area_btnarea .btnarea{
  padding: 0 0 36px;
  margin: 32px 0 0;
  text-align: center;
  display: flex;
  max-width: 900px;
  width: 100%;
}
.area_btnarea .btnarea .btn_daigaku{
  color: #000;
  width: 60%;
  text-align: center;
  padding: 12px;
  margin: 0 8px;
  position: relative;
  border-color: #000;
  background: #53A0EB;
  border-radius: 40px;
  text-decoration: auto;
  transition: all 0.3s ease-out;
}
.area_btnarea .btnarea .btn_daigaku:hover{
  transform: scale(1.05);
}
.area_btnarea .btnarea .btn_sennmonn{
  color: #000;
  width: 60%;
  text-align: center;
  padding: 12px;
  margin: 0 8px;
  position: relative;
  border-color: #000;
  background: #0075EA;
  border-radius: 40px;
  text-decoration: auto;
  transition: all 0.3s ease-out;
}
.area_btnarea .btnarea .btn_sennmonn:hover{
  transform: scale(1.05);
}
.area_btnarea .btnarea .btn_daigaku span,
.area_btnarea .btnarea .btn_sennmonn span{
  font: 500 14px / 2em "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.10em;
}
.area_btnarea .btnarea .btn_daigaku strong,
.area_btnarea .btnarea .btn_sennmonn strong{
  font: 600 24px / 1em "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.10em;
}
.area_btnarea .btnarea .btn_daigaku::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 16px;
  width: 28px;
  height: 28px;
  transform: translatey(-50%);
  background: url(../images/arrow.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_btnarea .btnarea .btn_daigaku::before {
  position: absolute;
  content: '';
  top: 40px;
  left: 16px;
  width: 50px;
  height: 50px;
  transform: translatey(-50%);
  background: url(../images/icon_search01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_btnarea .btnarea .btn_sennmonn::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 16px;
  width: 28px;
  height: 28px;
  transform: translatey(-50%);
  background: url(../images/arrow.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_btnarea .btnarea .btn_sennmonn::before {
  position: absolute;
  content: '';
  top: 40px;
  left: 16px;
  width: 50px;
  height: 50px;
  transform: translatey(-50%);
  background: url(../images/icon_search02.svg) no-repeat center center !important;
  background-size: contain !important;
}
/*merit*/
.area_merit{
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 80px;
}
.area_merit .head{
  text-align: center;
}
.area_merit .head .ttl .en{
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
  color: #6EA4C1;
  letter-spacing: 0.02em;
  margin: 0;
  position: relative;
}
.area_merit .head .ttl .en strong{
  color: #2550A0;
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
}
.area_merit .head .ttl .en::before{
  position: absolute;
  content: '';
  top: 20px;
  right: 30%;
  width: 170px;
  height: 170px;
  transform: translatey(-50%);
  background: url(../images/en.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_merit .head .ttl .ja{
  font: 500 18px / 1.6em "Noto Sans JP", sans-serif;
  color: #1C4358;
  background: #F8FAFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 8px 18px 8px 30px;
  border: 1px solid #626262;
  box-shadow: 3px 3px #1E3A96;
  border-radius: 40px;
  display: inline-block;
}
.area_merit .head .ttl .description{
  margin: 36px 0 0;
  font: 400 16px / 2.2em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.07em;
  position: relative;
}
.area_merit .head .ttl .description::before{
  content: '';
  z-index: 0;
  position: absolute;
  bottom: -100%;
  left: 12%;
  width: 150px;
  height: 150px;
  transform: translatey(-50%);
  background: url(../images/illustration_3.svg) no-repeat center center !important;
  background-size: contain !important;
}
.area_merit .body {
  padding: 24px 0 0;
}
/*list*/
.list_merit{
  padding: 0;
  display: flex;
}
.list_merit >li{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
.list_merit article{
  padding: 16px;
}
.list_merit .img img{
  width: 100%;
}
.list_merit .text{
  margin: 10px 0 0;
}
.list_merit .text .ttl{
  margin: 0 0 14px 36px;
  font: 600 17px / 1em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.08em;
  position: relative;
}
.list_merit .text .ttl strong{
  font: 600 22px / 1em "Noto Sans JP", sans-serif;
  color: #597FA5;
  letter-spacing: 0.07em;
}
.list_merit .text .ttl::before{
  position: absolute;
  content: '';
  bottom: -20px;
  left: -14%;
  width: 30px;
  height: 30px;
  transform: translatey(-50%);
  background: url(../images/good.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_merit .text .description{
  padding: 12px 0 0;
  margin: 0;
  font: 400 12px / 2.2em "Noto Sans JP", sans-serif;
  color: #4B4B4B;
  letter-spacing: 0.07em;
  border-top: 1px solid #2550A0;
}
/*types*/
.area_types{
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.area_types .head{
  text-align: center;
}
.area_types .head .ttl .en{
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
  color: #6EA4C1;
  letter-spacing: 0.02em;
  margin: 0;
  position: relative;
}
.area_types .head .ttl .en strong{
  color: #2550A0;
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
}
.area_types .head .ttl .en::before{
  position: absolute;
  content: '';
  top: 20px;
  left: 30%;
  width: 170px;
  height: 170px;
  transform: translatey(-50%);
  background: url(../images/en.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_types .head .ttl .ja{
  font: 500 18px / 1.6em "Noto Sans JP", sans-serif;
  color: #1C4358;
  background: #F8FAFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 8px 24px 8px 28px;
  border: 1px solid #626262;
  box-shadow: 3px 3px #1E3A96;
  border-radius: 40px;
  display: inline-block;
}
.area_types .head .ttl .description{
  margin: 36px 0 0;
  font: 400 16px / 2.2em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.07em;
}
.area_types .head .ttl .description strong{
  background: #F8EB4B;
}
.area_types .body {
  padding: 10px 0 0;
}
/*list*/
.list_types{
  padding: 20px 100px 60px;
}
.list_types >li{
  list-style-type: none;
}
.list_types >li+li{
  margin: 24px 0 0;
}
.list_types article{
  box-shadow: 0 5px 16px rgb(200 210 210 / 60%);
  padding: 55px 50px;
}
.list_types .ttl{
  background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(255, 255, 255, 0) 0%, rgba(229, 242, 255, 0.35) 6%, rgba(181, 218, 255, 1) 17%, rgba(129, 197, 255, 1) 32%, rgba(103, 190, 255, 1) 47%, rgba(161, 207, 255, 1) 62%, rgba(199, 226, 255, 1) 73%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0));
  text-align: center;
  padding: 8px 0;
  margin: 0 0 24px;
}
.list_types .ttl .types{
  margin: 0;
  font: 400 20px / 1em "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.07em;
}
.list_types .flex{
  display: flex;
  align-items: center;
}
.list_types .flex+.flex{
  margin: 20px 0 0;
}
.list_types .flex .features{
  padding: 21px;
  margin: 0 18px 0 0;
  background: #337ea7;
  color: #fff;
  font: 400 16px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.09em;
}
.list_types .flex .conditions{
  padding: 20px;
  margin: 0 18px 0 0;
  border: 1px solid #337ea7;
  color: #337ea7;
  font: 400 16px / 1.8em "Noto Sans JP", sans-serif;
  letter-spacing: 0.09em;
}
.list_types .flex .content{
  width: 80%;
}
/*list*/
.list_content{
  padding: 0;
}
.list_content >li{
  list-style-type: none;
}
.list_content .description{
  margin: 0 0 0 20px;
  font: 400 14px / 1.8em "Noto Sans JP", sans-serif;
  color: #383333;
  letter-spacing: 0.09em;
  position: relative;
}
.list_content .description::before{
  content: "";
  background: #4384A8;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -12px;
  top: 12px;
  transform: translateY(-50%);
  border-radius: 40px;
}
/*method*/
.area_method{
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 0 20px;
}
.area_method .head{
  text-align: center;
}
.area_method .head .ttl .en{
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
  color: #6EA4C1;
  letter-spacing: 0.02em;
  margin: 0;
  position: relative;
}
.area_method .head .ttl .en strong{
  color: #2550A0;
  font: 400 64px / 1.6em "Noto Sans JP", sans-serif;
}
.area_method .head .ttl .en::before{
  position: absolute;
  content: '';
  top: 20px;
  right: 30%;
  width: 170px;
  height: 170px;
  transform: translatey(-50%);
  background: url(../images/en.svg) no-repeat center center !important;
  background-size: contain !important;
  z-index: -1;
}
.area_method .head .ttl .ja{
  font: 500 18px / 1.6em "Noto Sans JP", sans-serif;
  color: #1C4358;
  background: #F8FAFF;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 8px 24px 8px 28px;
  border: 1px solid #626262;
  box-shadow: 3px 3px #1E3A96;
  border-radius: 40px;
  display: inline-block;
}
.area_method .head .ttl .description{
  margin: 36px 0 0;
  font: 400 16px / 2.2em "Noto Sans JP", sans-serif;
  color: #2C2C2C;
  letter-spacing: 0.07em;
}
.area_method .body {
  padding: 36px 0 0;
}
/*list*/
.list_method{
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
.list_method >li{
  list-style-type: none;
  display: flex;
  width: 33.33%;
}
.list_method >li.method_1,
.list_method >li.method_2,
.list_method >li.method_3,
.list_method >li.method_4,
.list_method >li.method_5,
.list_method >li.method_6,
.list_method >li.method_7{
  position: relative;
}
.list_method >li.method_1::before,
.list_method >li.method_2::before,
.list_method >li.method_3::before,
.list_method >li.method_4::before,
.list_method >li.method_5::before,
.list_method >li.method_6::before,
.list_method >li.method_7::before{
  content: '';
  position: absolute;
  top: -8px;
  right: 42%;
  width: 58px;
  height: 65px;
}
.list_method >li.method_1::before{
  background: url(../images/01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_2::before{
  background: url(../images/02.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_3::before{
  background: url(../images/03.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_4::before{
  background: url(../images/04.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_5::before{
  background: url(../images/05.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_6::before{
  background: url(../images/06.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_7::before{
  background: url(../images/07.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method article{
  padding: 55px 16px 50px;
  margin: 20px;
  border: 2px solid #92BFF5;
  border-radius: 16px;
}
.list_method .ttl{
  text-align: center;
  background: #FFF257;
  font: 500 18px / 2.2em "Noto Sans JP", sans-serif;
  color: #093588;
  letter-spacing: 0.09em;
  margin: 0 0 16px;
  padding: 0 0 0 16px;
}
.list_method >li.method_1 .ttl,
.list_method >li.method_2 .ttl,
.list_method >li.method_3 .ttl,
.list_method >li.method_4 .ttl,
.list_method >li.method_5 .ttl,
.list_method >li.method_6 .ttl,
.list_method >li.method_7 .ttl{
  position: relative;
}
.list_method >li.method_1 .ttl::before{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 26%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method01.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_2 .ttl::before{
  position: absolute;
  content: '';
  bottom: -4px;
  left: 26%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method02.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_3 .ttl::before{
  position: absolute;
  content: '';
  bottom: -4px;
  left: 16%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method03.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_4 .ttl::before{
  position: absolute;
  content: '';
  bottom: -6px;
  left: 17%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method04.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_5 .ttl::before{
  position: absolute;
  content: '';
  bottom: -6px;
  left: 23%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method05.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_6 .ttl::before{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 34%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method06.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method >li.method_7 .ttl::before{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 26%;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
  background: url(../images/icon_method07.svg) no-repeat center center !important;
  background-size: contain !important;
}
.list_method .description{
  padding: 12px 0 0;
  margin: 0;
  font: 300 13px / 2.2em "Noto Sans JP", sans-serif;
  color: #0B1831;
  letter-spacing: 0.07em;
  border-top: 1px dashed #2550A0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}