@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
■pagename* → 各ページ
　2021.01.05........... ver0.2
=============================*/



.bg_main {
  position: relative;
}
.main_copy .txt_copy {
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
}

p {
    font-size: 3vw;
}
@media (min-width: 576px) {
  p {
      font-size: 1.6rem;
  } 
  .main_copy .txt_copy {
    line-height: 1.6;
    font-size: 45%;
  }
}
@media (min-width: 768px) {
  .main_copy .txt_copy {
    line-height: 2;
  }
}
@media (min-width: 992px) { 
  .main_copy .txt_copy {
    line-height: 2.2;
    font-size: 60%;
  }
}

.sub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
 .sub_title img {
   width: 66%;
   height: auto;
  }
  .sub_title {
   margin-bottom: 16px;
  }
}

.sp_only .sub_title-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 5% 18%;
  padding: 25px 15px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.main_copy {
  margin: auto;
}
@media (min-width: 576px) {
   .main_copy {
    margin: 10% 35%;
    padding: 16px 0px 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
     font-weight: bold;
  } 
}



.bnr_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.bnr_box .bnr_box_img {
  margin: 20px 0;
  flex: 0 1 50%;
  max-width: 50%;
}
.bnrX3 {
  flex-wrap: wrap;
}
.bnrX3 .bnr_box_img {
  margin: 5px 0;
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .bnrX3 .bnr_box_img {
    margin: 20px 0;
    flex: 0 1 33%;
    max-width: 33%;
  } 
}

.separate.container {
  padding: 0; 
  position: relative;
}
.img_move01 {
  position: absolute;
  top: -15px;
  right: 0;
}
.line_01,
.line_03 {
  text-align: right;
}
.separate img {
  width: 50px;
}
.separate span {
  display: block;
  width: 98%;
  margin: auto;
  height: 4px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

div[class^="main0"],
section[class^="main0"] { 
  padding-top: 50px;
}
.main01 {
  padding-bottom: 50px;
}
.item01::before {
  background: url(../images/img_02.svg) ;
  content: "";
  display: block;
  width: 35px;
  height: 65px;
  position: absolute;
  top: -24px;
  left: 0;  
}
@media (min-width: 768px) {
  .item01,
  .item_box {
    flex: 0 1 49%;
    width: 49%;
  }
  .item02,
  .item03 {
    flex: 0 1 100%;
    width: 100%;
  }
  .item02 .img_box,
  .item03 .img_box {
    width: 140px;
  }
  .item01 a {
    flex-direction: column;
  }
  .item01 .img_box {
    width: 100%;
    height: 160px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #new .card_box-01 .card_group {
    justify-content: flex-start;
  } 
  #new .card_box-01 .card_group li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) { 
   .item01 .img_box {
    height: 240px;
  }
  .item02 .img_box,
  .item03 .img_box {
    width: 200px;
    height: 140px;
  }
}

.card_box-02 {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_box-02 li:nth-child(1) {
  background-image: url(../images/top/bg_bnr01.jpg);
}
.card_box-02 li:nth-child(2) {
  background-image: url(../images/top/bg_bnr02.jpg);
}
.card_box-02 li:nth-child(3) {
  background-image: url(../images/top/bg_bnr03.jpg);
}
.card_box-02 li:nth-child(4) {
  background-image: url(../images/top/bg_bnr04.jpg);
}
.card_box-02 li:nth-child(5) {
  background-image: url(../images/top/bg_bnr05.jpg);
}
.card_box-02 li:nth-child(6) {
  background-image: url(../images/top/bg_bnr06.jpg);
}
.card_box-03 {
  margin-bottom: 30px;
}


.main02 .bnr_M h3,
.bnr_L .ttl_txt02 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.bnr_L .ttl_txt02 {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/img_accent01.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 15% 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.1;
}

.card_box-03 .bnr_M a:hover {
  border: 2px solid #333;
}
.main02 .bnr_M {
  height: 20vw;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .main02 .bnr_M {
    height: 90px;
    width: 32%;
  }
}

.main02 .bnr_M a {
  background-image: url(../images/img_accent01.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 34% 10px;
}
@media (min-width: 576px) {
  .card_box-03 {
    display: flex;
    justify-content: space-between;
  }
  .card_box-02,
  .card_box-03 {
    flex-direction: row;
  }
  .bnr_L {
    flex: 0 1 48%;
    width: 48%;
    height: 16vw;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bnr_L, .bnr_M {
    flex: 0 1 32%;
    width: 32%;
  }
  .bnr_L {
    height: 140px;
  }
}
.card_box-04 .bnr_M a {
  padding: 5px;
}
.card_box-04 .bnr_M {
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .card_box-04 .bnr_M {
    height: 4em;
  }
}

.card_box-04 .bnr_M span {
  width: 30%;
}

.ttl_txt03 span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
  
.box_2col {
  flex-direction: column;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
}
.box_2col .box_01,
.box_2col .box_02 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.box_2col .box_03 {
  display: block;
}

@media (min-width: 768px) {
  .box_2col {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.box_02 {
  width: 420px;
  max-width: 100%;
}
.card_box-05 {
  display: flex;
  justify-content:space-between;
}
.card_box-05 .bnr_M {
  width: 45%;
  height: 3em;  
}
@media (min-width: 768px){
  .card_box-05  .bnr_M {
    flex: 0 1 48%;
    width: 48%;
  }
} 
  

