@charset "UTF-8";


.main .swiper-slide img{
  width: 100%;
}

.achievement {
  padding: 120px 0;
}
.sec__01{
  padding: 0 0 120px 0;
}
.sec__01_h {
  margin-bottom: 20px;
  position: relative;
}
.sec__01_h:after{
  content: "";
  background-image: url(../images/home/home_sec_01_img_01.png);
  width: 500px;
  height: 243px;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top:0;
}
.sec__01_h h2{
  font-size: 5.0rem;
  color: #100169;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
.sec__01_h h2 span{
  font-size: 3.0rem;
}
.sec__01_h h2::before {
  width: 100vw;
  height: 3px;
  background: #100169;
  content: "";
  display: block;
  position: absolute;
  right: calc(100% - 683px);
  top: 85px;
  transform: translate(0,-50%);
  z-index: 2;
}
.sec__01_h h2::after {
  content: "";
  background-image: url(../images/home/home_sec_01_ttl_arrow.png);
  width: 100px;
  height: 25px;
  display: block;
  position: absolute;
  left: -110px;
  top:50%;
  transform: translate(0,-50%);
}
.sec__01_h .lead__txt{
  font-size: 2.8rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.25;
  color: #100169;
  margin-top: 15px;
}
.sec__01 .desc {
  font-weight: 900;
  font-size: 1.8rem;
  width: 61%;
}
.sec__01_u_area{
  background: #ebf2fa;
  padding: 60px 0;
  margin-top: 60px;
}
.sec__01_u_area_w{
  justify-content: space-between;
}
.sec__01_u_area_w h3{
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 30px;
  color: #100169;
}
.sec__01_u_area_w .imgarea{
  width: 310px;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #abd2fa;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}
.sec__01_u_area_w .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #100169 transparent transparent transparent;
  content: "";
  display: block;
  margin:30px auto 0;
}
.sec__01_u_area_w a{
  font-weight: 900;
  color: #fff;
  background: #d70051;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .achievement {
    padding: 60px 0;
  }
  .sec__01{
    padding: 0 0 80px;
  }
  .sec__01_h h2 {
    font-size: 3.5rem;
    padding-left: 60px;
  }
  .sec__01_h h2 span {
    font-size: 2.4rem;
  }
  .sec__01_h h2::before {
    display: none;
  }
  .sec__01_h h2::after {
    width:50px;
    height: 12px;
    background-size: cover;
    left: 0;
    top:50%;
  }
  .sec__01_h .lead__txt {
    font-size: 2.2rem;
    padding-right: 40%;
    padding-top: 20px;
  }
  .sec__01_h:after {
    content: "";
    background-image: url(../images/home/home_sec_01_img_01.png);
    width: 230px;
    height: 113px;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 60px;
    background-size: cover;
  }
  .sec__01 .desc {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .sec__01_u_area_i{
    display: flex;
    align-items: center;
    justify-content:space-between;
    border: 4px solid #abd2fa;
    background: #fff;
    padding: 5% 10%;
    margin-bottom: 10px;
  }
  .sec__01_u_area_w h3{
    text-align: left;
    margin-bottom: 0px;
    font-size: 2.2rem;
  }
  .sec__01_u_area_w .imgarea {
    width: 33%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 0px solid #abd2fa;
    background: none;
    border-radius: 10px;
    box-shadow:none;
  }
  .sec__01_u_area_w a{
    margin-top: 10px;
  }
  .sec__01_u_area_w .arrow{
    display: none;
  }
}

.sec__02{
  padding-bottom: 100px;
}
.sec__02 .sec_lead{
  margin-bottom: 60px;
}
.sec__02 .sec_lead p{
  font-weight: 900;
}

.sec__02_i{
  margin-bottom: 60px;
}
.sec__02_i_ttl_w{
  background: #2c7acc;
}
.sec__02_i_ttl_w h3{
  font-size: 4.0rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.sec__02_i_ttl_w h3:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #faed00;
    margin-right: 10px;
}
.sec__02_i_i{
  background: #ebf2fa;
}
.sec__02_i_i .in{
  padding: 0 30px;
  box-sizing: border-box;
}
.sec__02_i_i_txtw{
  justify-content: space-between;
}
.sec__02_i_i_txtw .txtarea{
  width: 100%;
  padding-top: 30px;
}
.sec__02_i_i_txtw .txtarea h4{
  font-size: 2.2rem;
  font-weight: 900;
  color: #100169;
  border-bottom:2px solid #100169;
  margin-bottom: 20px;
}
.sec__02_i_i_txtw .txtarea .p_num{
  align-items: center;
}
.sec__02_i_i_txtw .txtarea .p_num .arr{
  background: #100169;
  font-size: 3.0rem;
  color: #faed00;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 1;
  padding: 10px 10px 10px 25px;
  position: relative;
  margin-right: 40px;
}
.sec__02_i_i_txtw .txtarea .p_num .arr::after{
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #100169;
  margin-right: 10px;
  right: -30px;
  top: 50%;
  transform: translate(0px, -50%);
}
.sec__02_i_i_txtw .txtarea .p_num .num{
  font-size: 5.5rem;
  color: #d70051;
  line-height: 1;
  font-weight: 900;
}
.sec__02_i_i_txtw .txtarea .p_num .num span{
  font-size: 4.5rem;
}
.oth_num{
  margin-top: 30px;
}
.oth_num_i{
  align-items: center;
  margin-right: 20px;
}
.oth_num .oth_num_i .arr{
  background: #fff;
  font-weight: 900;
  font-size:2.4rem;
  padding: 10px;
  line-height: 1;
  color: #100169;
  margin-right: 10px;
}
.oth_num .oth_num_i .num{
  font-size:2.8rem;
  color: #d70051;
  font-weight: 900;
  line-height: 1.1;
}
.oth_num .oth_num_i .num span{
  font-size:2.2rem;
}
.sec__02_i_i_txtw .imgarea{
  flex-shrink: 0;
  margin-left: 30px;
  position: relative;
  top:-50px;
}
.sec__02 .full_btn_w{
}
@media screen and (max-width: 640px) {
  .sec__02 .sec_lead p{
    font-weight: 600;
  }

  .sec__02_i_ttl_w{
    padding: 3% 0;
  }
  .shop__name{
    text-align: center;
    padding-top: 10px;
  }
  .sec__02_i_ttl_w h3 {
    font-size: 2.2rem;
    justify-content: center;
  }
  .sec__02_i_i .in{
    padding: 0;
  }
  .sec__02_i_i_txtw{
    flex-flow: column-reverse;
  }
  .sec__02_i_i_txtw .imgarea {
    flex-shrink: 0;
    margin-left: 0px;
    position: relative;
    text-align: center;
    margin-top: 30px;
    top: 0;
  }
  .sec__02_i_i_txtw .txtarea h4{
    text-align: center;
  }
  .sec__02_i_i_txtw .txtarea .p_num .num{
    font-size: 3.4rem;
  }
  .sec__02_i_i_txtw .txtarea .p_num .num span {
    font-size: 3.0rem;
  }
}

.sec__03{
  padding-bottom: 100px;
}
.sec__03_copyarea{
  border-bottom: 4px solid #2c7acc;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.sec__03_copyarea > span{
  display:block;
  text-align: center;
  line-height: 1.25;
}
.sec__03_copyarea .sec__03_copyarea_01{
  font-size: 5.0rem;
  color: #100169;
  font-weight: 900;
}
.sec__03_copyarea .sec__03_copyarea_02{
  font-size: 8.2rem;
  color: #100169;
  font-weight: 900;
}
.sec__03_copyarea .sec__03_copyarea_02 .s{
  font-size: 6rem;
}
.sec__03_copyarea .sec__03_copyarea_02 .cor{
  color: #d70051;
}
.sec__03_i{
  align-items: center;
  margin-bottom: 40px;
}
.sec__03_i .arr{
  background: #f8ba21;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  padding: 10px 0px 10px 25px;
  position: relative;
  margin-right: 40px;
  width: 200px;
  flex-shrink: 0;
}
.sec__03_i .arr::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #f8ba21;
    margin-right: 10px;
    right: -30px;
    top: 50%;
    transform: translate(0px, -50%);
}
.sec__03_i p{
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
}
.sec__03_i p span{
  color: #d70051;
  font-size: 3.2rem;
}
.sec__03_bnr{
  justify-content: center;
}
.sec__03_bnr a{
  display: block;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .sec__03_copyarea .sec__03_copyarea_01 {
    font-size: 3.0rem;
  }
  .sec__03_copyarea .sec__03_copyarea_02{
    font-size: 4.2rem;
  }
  .sec__03_copyarea .sec__03_copyarea_02 .s {
    font-size: 3.6rem;
  }
  .sec__03_iw .in{
    width: 100%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .sec__03_i .arr{
    width: auto;
    padding: 25px 25px 25px 25px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
  }
  .sec__03_i .arr::after {
    border-width: 52px 0 52px 20px;
  }
  .sec__03_i p{
    font-size: 1.6rem;
  }
  .sec__03_i p span {
    color: #d70051;
    font-size: 2.0rem;
  }
  .sec__03_bnr a{
    margin: 0;
  }
}

.sec__04{
  background: #ebf2fa;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.sec__04 .sec_lead{
  font-weight: 900;
  color: #100169;
  text-align: center;
  margin-bottom: 60px;
}
.sec__04_slide_w{
  margin-bottom: 60px;
  justify-content: center;
}
.sec__04_slide_i{
  background: #fff;
  padding: 10px;
  width: 310px;
  margin: 0 10px;
}
.sec__04_slide_i .imgarea{
  margin-bottom: 10px;
}
.sec__04_slide_i .imgarea img{
  width: 100%;
}
.sec__04_slide_i .txtarea p{
  margin-bottom: 10px;
}
.sec__04_slide_i a{
  padding: 5px;
  text-align: center;
  background: #2c7acc;
  display: block;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec__04 .sec_lead{
    font-weight: 600;
    font-size: 2.2rem;
  }
}


.sec__05{
  margin-bottom: 80px;
}
.sec__05_h h3{
  font-size: 4.2rem;
  font-weight: 900;
  display: table;
  line-height: 1;
  background:linear-gradient(transparent 80%, #faed00 40%);
  margin-bottom: 20px;
}
.sec__05_h h3 .l{
  font-size: 6.2rem;
}
.sec__05_h h3 .cor{
  color: #d70051;
}
.sec__05_h p{
  font-size: 2.4rem;
}
.sec__05_h .imgarea{
  flex-shrink: 0;
  margin-left: 30px;
}
.sec__05_c{
  background: #ebf2fa;
  padding: 60px 0;
}
.sec__05_c .imgarea{
  text-align:center;
}
@media screen and (max-width: 640px) {
  .sec__05_h h3{
    margin: auto;
    font-size: 3.0rem;
  }
  .sec__05_h h3 .l {
    font-size: 5.0rem;
  }
  .sec__05_h p {
    font-size: 2.0rem;
    margin-top: 20px;
  }
  .sec__05_h .imgarea {
    flex-shrink: unset;
    margin-left: 0;
    margin-top: 20px;
  }
}

.sec__06{
  margin-bottom: 80px;
}
.sec__06_i{
  margin-bottom: 30px;
}
.sec__06_i .q{
  font-size: 3.0rem;
  font-weight: 700;
  align-items: center;
  border-bottom: 2px solid #100169;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
.sec__06_i .q:before{
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/home/home_sec_06_q_icon.png);
  flex-shrink: 0;
  margin-right: 20px;
}
.sec__06_i .q::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #100169;
    border-bottom: 2px solid #100169;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%) rotate(-45deg);
    transition: 0.5s;
}
.sec__06_i .a{
  margin-top: 10px;
  background: #ebf2fa;
  padding: 20px;
  display: none;
}
.sec__06_i .a .flex:before{
  content: "";
  margin-top: 10px;
  display: block;
  width: 37px;
  height: 37px;
  background: url(../images/home/home_sec_06_a_icon.png);
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .sec__06_i .q {
    font-size: 1.8rem;
    padding: 10px 15% 10px 0;
    line-height: 1.25;
  }
}

.sec__pre {
  height: 360px;
  margin-top: 20px;
}
.sec__pre div {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.sec__pre div img {
  position: absolute;
}
.sec__youtube {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
}
.sec__youtube iframe {
  width: 100%;
  height: 100%;
}
.banner-back {
  top: 0;
}
.banner-front {
  width: 300px;
  right: 40px;
  top: 140px;
}

@media screen and (max-width: 640px) {
  .sec__pre {
    height: 160px;
    margin-top: 10px;
  }
  .sec__pre div {
    width: 100%;
  }
  .banner-front {
    width: 130px;
    right: 14px;
    top: 56px;
  }
  .sec__youtube iframe {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.sec__news {
  margin-bottom: 60px;
}
.news_lis_w {
  max-width: 1080px;
  margin: 0 auto 60px auto;
}
.article-list {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px dotted #808080;
}
.news-date {
  width: 120px;
}
.news-title {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .news_lis_w {
    width: 90%;
  }
  .news-date {
    width: 100px;
  }
  .news-title {
    margin-left: 0;
  }
}

.column_lis_w{
  justify-content: space-between;
  margin-bottom: 40px;
}
.column_lis_w .column_i{
  width: 24%;
}
.column_lis_w .column_i img{
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .column_lis_w {
    margin-bottom: 20px;
  }
  .column_lis_w .column_i{
    width: 100%;
    margin-bottom: 10px;
  }
  .column_lis_w .column_i a{
    display: flex;
  }
  .column_lis_w .column_i .thumb {
    width: 33%;
    flex-shrink: 0;
  }
  .column_lis_w .column_i .txtarea{
    margin-left: 20px;
  }
  .column_lis_w .column_i img{
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}