@charset "utf-8";

.company * {
  box-sizing: border-box;
}


.contents.company {
  padding-bottom: 30px;
}


.job_h1 {
  font-size: 12px;
  padding: 0 0 9px;
  line-height: 1.3;
}

.cv_btn_area .btnlist {
  background-color: #dfdfdf;
  padding: 30px 3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card_flex .interest_btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13BBB7;
}

.card_flex .interest_btn a {
  font-size: 9px;
  color: #fff;
}

.card_flex .interest_btn img {
  display: block;
  width: 29px;
  margin: 0 auto;
}

.cv_btn_area .entry_btn,
.cv_btn_area .event_yoyaku_btn {
  flex: 2;
  background-color: #f15a24;
}

.cv_btn_area .keep_btn,
.cv_btn_area .event_btn {
  flex: 1;
  border: 1px solid #f15a24;
}

.cv_btn_area .entry_btn,
.cv_btn_area .keep_btn,
.cv_btn_area .event_btn,
.cv_btn_area .event_yoyaku_btn {
  display: block;
  height: 48px;
  border-radius: 4px;
  max-width: 500px;
  margin-right: 2%;
}

.cv_btn_area li:last-child {
  margin-right: 0;
}

.cv_btn_area .entry_btn a,
.cv_btn_area .keep_btn a,
.cv_btn_area .event_btn a,
.cv_btn_area .event_yoyaku_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.cv_btn_area .entry_btn a,
.cv_btn_area .event_yoyaku_btn a {
  color: #fff;
  font-weight: bold;
  padding: 0 4px;
  font-size: 14px;
}

.cv_btn_area .keep_btn a,
.cv_btn_area .event_btn a {
  color: #f15a24;
  padding: 0 4px;
  font-size: 13px;
  text-align: center;
}

.cv_btn_area .keep_btn img {
  display: inline-block;
  width: 23px;
  margin-right: 2px;
}








/*==================================
slide部分
===================================*/

.slide {
  max-width: 740px;
  margin: 0px auto 10px;
  padding: 30px;
  aspect-ratio: 84 / 41;

}

.slides img {
  vertical-align: baseline;
  width: 100%;
}

/*==================================
company_top部分
===================================*/

.company_top {
  padding: 16px 4% 20px;
}

.company_top_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_logo img {
  width: auto;
  height: 32px;
  display: inline-block;
  margin-bottom: 12px;
}

.company_logo:empty {
  display: none;
}

.company_name {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3em;
}

.company_type {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 6px 0;

}


.company_type>p {
  font-size: 13px;
  line-height: 1.1;
  color: #686868;
}


/*==================================
sec_point
===================================*/

.sec_point {
  padding: 10px 0;
  width: 92%;
  margin: 0 auto;
}

.sec_point h2 {
  background-color: #ff7b4c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 18px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ico_check {
  background-color: #fff;
  display: inline-block;
  padding: 4px 8px;
  color: #ff7b4c;
  font-size: 13px;
  border-radius: 8px;
  margin-right: 8px;
}

.sec_point ul {
  background-color: #fff2e8;
  border-radius: 0 0 8px 8px;
}


.sec_point .point_txt {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  padding: 14px;
  border-bottom: 2px solid #fff;
  width: 94%;
  margin: 0 auto;
}

.sec_point .point_txt:last-of-type {
  border-bottom: none;
  padding-bottom: 16px;
}

.point_txt img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

/*==================================
introduce部分
===================================*/

.introduce {
  padding: 34px 6% 20px;
}

.introduce>p {
  font-size: 15px;
  line-height: 2em;
}


.introduce {
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
}

.more__content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: 1s;
  padding-bottom: 10px;
}

.more__content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  /* 初期は非表示 */
  width: 100%;
  height: 50%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.more__content.show-gradient::after {
  display: block;
  /* 高さが閾値を超えたら表示 */
}

.more__btn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  background-color: unset;
  color: #ff6a07;
  border-radius: 30px;
  border: 1px solid #ff6a07;
  cursor: pointer;
}


/*==================================
recruit部分
===================================*/

/* ページ内リンク調整 */
.sec_recruit {
  padding-top: 70px;
  margin-top: -70px;
}

.sec_recruit h2 {
  background-color: #ff7b4c;
  font-weight: bold;
  padding: 14px 3%;
  font-size: 20px;
  color: #fff;
}

.recruit {
  margin: 40px auto 0;
}

.recruit_ul>li {
  margin-bottom: 16px;
}

.recruit_open {
  background-color: #ff7b4c;
  font-weight: bold;
  padding: 14px 3%;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.recruit_open .icon {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.recruit_open .icon::before,
.recruit_open .icon::after {
  position: absolute;
  top: 13px;
  left: 52%;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ff7b4c;
  transform: translateX(-50%);
}

.recruit_open .icon::before {
  top: 6px;
  left: 1px;
  transform: rotate(90deg);
}

.recruit_open.open .icon::before {
  display: none;
}

.recruit_tgl {
  display: none;
  padding: 30px 4%;
}

.recruit_item {
  padding: 20px 0;
  border-bottom: #dfdfdf 1px solid;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.recruit_item:first-of-type {
  padding-top: 0;
}

.recruit_item:last-of-type {
  border-bottom: none;
}

.recruit_item h4 {
  border-left: #f15a24 3px solid;
  padding: 0 0 0 6px;
  font-weight: bold;
  width: 20%;
  margin-right: 2%;
  font-size: 15px;
}

.recruit_txt,
.recruit_item>div {
  width: 78%;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
}



.recruit_txt a {
  color: #3224ff;
  text-decoration: underline;
}

.kinmu_other {
  margin-bottom: 20px;
}

.location_data_item {
  margin-bottom: 20px;
}

.address_data {
  font-size: 13px;
}

.salary_limit {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px 2%;
}


/*==================================
sec_company_overview
===================================*/

.sec_company_overview {
  margin-bottom: 20px;
}

/*==================================
information部分
===================================*/

.information {
  padding: 40px 4%;
  margin: 0 auto;
  background-color: #ff7b4c;

}

.news_area h3,
.brand_area h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news_area ul {
  border: #dfdfdf 1px solid;
  padding: 20px 3%;
  border-radius: 8px;
  max-height: 250px;
  overflow-y: auto;
  background-color: #fff;
  margin: 16px 0 30px;
}


.news_li {
  margin-bottom: 20px;
}

.news_link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.news_img {
  width: 150px;
  margin-right: 10px;
}

.news_txt {
  width: auto;
  flex: 1;
}

.news_tit {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
}

.news_dtl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 18px;
  word-spacing: 0;
}

.news_icon {
  padding: 4px;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-right: 3px;
}

.news_icon.news {
  background-color: #2e7ceb;
}

.news_icon.session {
  background-color: #06b100;
}

.news_icon.intern {
  background-color: #40b3ff;
}


/* ブランド情報 */

.brand_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more_brand {
  display: block;
  color: #fff;
}

.brand_area ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}

.brand_area li {
  width: 15%;
  margin: 6px 2% 6px 0;
  border-radius: 8px;
  padding: 2%;
  background-color: #fff;
}

.brand_area li:nth-of-type(6),
.brand_area li:nth-of-type(12) {
  margin: 6px 0 6px 0;
}

.brand_area li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.brand_area li a:hover {
  opacity: 0.7;
}

.more_brand {
  background-color: #fff;
  color: #ff7b4c;
  font-weight: bold;
  padding: 4px 3%;
  font-size: 12px;
  border-radius: 30px;
}

.more_brand:hover {
  opacity: 0.7;
}

/*==================================
message部分
===================================*/

.message {
  padding: 80px 0 60px;
}

.message h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #f15a24;
}



.message_caption {
  position: relative;
  margin-bottom: 60px;
}

.message_caption .message_img {
  position: absolute;
  width: 53%;
  z-index: 1;
  top: -13px;
}

.message_caption.odd .message_img {
  left: 0;
}

.message_caption.even .message_img {
  right: 0;
}

.message_tit>p {
  font-size: 22px;
  font-weight: bold;
  top: 50%;
  background-color: #ffe7d5;
  width: 56%;
  margin-top: 40px;
}

.message_caption.odd .message_tit>p {
  padding: 9% 6% 9% 12%;
}

.message_caption.even .message_tit>p {
  padding: 9% 12% 9% 6%;
}

.message_caption .message_tit {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.message_caption.odd .message_tit {
  justify-content: flex-end;
}

.message_caption.eve .message_tit {
  justify-content: flex-start;
}

.message_txt {
  padding: 10px 6%;
  font-size: 15px;
  line-height: 2em;
}

.maessage_center {
  margin: 60px 6% 30px;
}

.message04_img {
  max-width: 430px;
  margin: 0 auto 20px;
}

.message04_img>img {
  width: 100%;
}

.message04_tit>p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.message05_txt {
  padding: 60px 6%;
  font-size: 15px;
  line-height: 2em;
  background-color: #ffe7d5;
}

.recruit_btn {
  text-align: center;
  border: #f15a24 1px solid;
  border-radius: 5px;
  max-width: 290px;
  margin: 30px auto 10px;
}

.recruit_btn>a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #f15a24;
  font-weight: bold;
}

/*==================================
動画モーダル部分
===================================*/

.movie_btn {
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.movie_btn:empty {
  display: none;
}

/*==================================
気になるモーダル
===================================*/


/* 気になる送信モーダル */
.interest_modal_content.modal-content,
.already_modal_content.modal-content,
.movie_modal-content {
  display: none;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.interest_modal_content .modal_inner,
.already_modal_content .modal_inner,
.movie_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 900px;
  background-color: #fff;
  height: auto;
  max-height: 92%;
  overflow-y: auto;
  border-radius: 5px;
  box-sizing: border-box;
}

.interest_modal_content .modal_main,
.already_modal_content .modal_main,
.movie_modal_main {
  padding: 20px 20px 30px;
  margin: 40px auto 20px;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
}


.movie_modal-content iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 700px;
}

.interest_modal_content .close_modal,
.already_modal_content .close_modal,
.close_movie.close_modal
 {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

/* 後ろのコンテンツ止める */
body.nonscroll {
  overflow: hidden;
}

.interest_modal_content .modal_bg {
  width: 100%;
  height: 100%;
  background-color: #ff7a408a;
}

.already_modal_content .modal_bg,
.movie_modal-content .modal_bg{
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);

}

.interest_modal_content h3 {
  font-weight: bold;
  color: #f15a24;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.interest_modal_content .modal_img {
  width: 100px;
  margin-bottom: 12px;
}

.interest_modal_content .modal_main .modal_txt {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.interest_modal_content .color_txt {
  max-width: 600px;
  text-align: left;
  color: #07aeb3;
  font-weight: bold;
  margin: 16px auto;
}

.interest_modal_content .interest_btn {
  background: #f15a24;
  color: #fff;
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin: 30px auto 20px;
  cursor: pointer;
  font-weight: bold;
  max-width: 500px;
}

.already_modal_content p {
  font-size: 20px;
  margin-bottom: 20px;
}

.interest_modal_content .back_btn,
.already_modal_content .back_btn {
  width: 100px;
  padding: 10px 30px;
  background-color: #f5f5f5;
  border: 1px solid #acacac;
  border-radius: 5px;
  color: #7b7b7b;
  margin: 0 auto;
  cursor: pointer;
}






/* 20220920add 説明会を探す セレクトボックスここから */
.select_wrap {
  position: relative;
  width: 60%;
}

.select_wrap select {
  width: 100%;
  padding: 10px 2%;
  border-color: #d6d6d6;
  background-color: #fff;
  color: #333;
}

.select_wrap select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.select_wrap::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  pointer-events: none;
}

@media screen and (max-width: 1280px) {

  /*==================================
slide部分
===================================*/
  .slide {
    /* width: 100%; */
    padding: 0 0 20px;
  }

  /*==================================
company_top部分
===================================*/

  .company_name {
    font-size: 22px;
  }

  .company_type>h3 {
    font-size: 13px;
  }

  /*==================================
introduce部分
===================================*/
  .introduce .copy {
    font-size: 18px;
  }

  .introduce>p {
    font-size: 14px;
  }

  /*==================================
recruit部分
===================================*/

  .sec_recruit h2 {
    font-size: 18px;
  }

  .recruit_open {
    font-size: 18px;
    padding: 12px 3%;
  }

  .recruit_open .icon {
    width: 28px;
    height: 28px;
  }

  .recruit_open .icon::before,
  .recruit_open .icon::after {
    left: 50%;
  }

  .recruit_open .icon::before {
    left: 0px;
  }

  .recruit_item h4 {
    font-size: 14px;
    margin-right: 4%;
  }

  .recruit_txt,
  .recruit_item>div {
    font-size: 13px;
  }

  /*==================================
information部分
===================================*/
  .information {
    display: block;
    margin: 0 auto 40px;
  }

  .information .news_area {
    margin-bottom: 40px;
  }

  .information .brand_area {
    width: 100%;
  }

  .information h3 {
    font-size: 18px;
  }

  .news_img {
    width: 120px;
  }

  .news_icon {
    font-size: 10px;
    padding: 3px;
  }

  .news_tit {
    font-size: 12px;
    line-height: 1.1;
  }

  .news_dtl {
    -webkit-line-clamp: 2;
  }


  .brand_txt {
    margin-bottom: 12px;
  }



  /*==================================
message部分
===================================*/

  .message h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .message_caption.odd .message_tit>p {
    padding: 7% 6% 7% 12%;
  }

  .message_tit>p {
    font-size: 17px;
  }

  .message_txt {
    font-size: 13px;
  }

  .message_caption {
    margin-bottom: 30px;
  }

  .message04_tit>p {
    font-size: 18px;
  }

  .message05_txt {
    font-size: 13px;
  }

  /*==================================
動画モーダル部分
===================================*/
  #movie_modal .modal_inner {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {

  .job_h1 {
    padding: 10px 3%;
  }

  /*==================================
message部分
===================================*/

  .message {
    padding: 0;
  }

  .message_caption .message_img {
    position: unset;
    width: 100%;
  }

  .message_caption .message_img img {
    vertical-align: bottom;
  }

  .message_caption .message_tit {
    margin-top: 0;
    display: block;
  }

  .message_tit>p {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .message_tit>p::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe7d5;
  }

  .message_caption.odd .message_tit>p,
  .message_caption.even .message_tit>p {
    padding: 24px 6%;
    text-align: center;
  }

  .message_txt {
    margin-bottom: 30px;
  }

  /*==================================
動画モーダル部分
===================================*/
  #movie_modal .modal_main {
    height: 40vh;
  }

  #movie_modal .modal_main iframe {
    min-height: unset;
  }

  /*==================================
recruit部分
===================================*/
  .salary_limit {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {


  /* 気になるモーダル  */

  .interest_modal_content .modal_main {
    padding: 10px 20px 30px;
  }

  .interest_modal_content .modal_inner {
    width: 88%;
    max-height: 90%;
  }

  .interest_modal_content h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .interest_modal_content .modal_img {
    width: 80px;
    margin-bottom: 10px;
  }

  .interest_modal_content .modal_main .modal_txt,
  .interest_modal_content .color_txt {
    font-size: 13px;
  }

  .interest_modal_content .interest_btn {
    font-size: 16px;
    margin: 18px auto;
  }

  .interest_modal_content .back_btn {
    padding: 6px 30px;
  }

  .already_modal_content .modal_inner {
    width: 90%;
  }

  .already_modal_content p {
    font-size: 15px;
  }

  .interest_modal_content .back_btn,
  .already_modal_content .back_btn {
    font-size: 13px;
  }

}


@media screen and (max-width: 480px) {


  .cv_btn_area .keep_btn img {
    display: block;
    margin: 0 auto 2px;
    width: 26px;
  }

  .cv_btn_area .keep_btn a {
    display: block;
    font-size: 10px;
    padding: 2px;
    line-height: 1;
  }

  .cv_btn_area .entry_btn {
    max-width: 180px;
  }

  .cv_btn_area .keep_btn,
  .cv_btn_area .event_yoyaku_btn,
  .cv_btn_area .event_btn {
    max-width: 110px;
  }

  .cv_btn_area .event_btn {
    min-width: 75px;
  }

  .cv_btn_area .entry_btn a,
  .cv_btn_area .event_yoyaku_btn a,
  .cv_btn_area .entry_btn.disable p {
    font-size: 13px;
  }

  .cv_btn_area .keep_btn a {
    display: block;
    font-size: 10px;
    height: 100%;
  }

  .cv_btn_area .keep_btn img {
    width: 26px;
    display: block;
    margin: 1px auto 2px;
  }

  .card_flex .interest_btn {
    width: 58px;
    height: 58px;
  }

  .card_flex .interest_btn img {
    width: 26px;
  }



  /*==================================
sec_point
===================================*/
  .sec_point h2 {
    font-size: 13px;
    padding: 10px;
  }

  .sec_point .point_txt {
    font-size: 14px;
    padding: 12px 0 12px 20px;
    text-indent: -20px;
  }


  .ico_check {
    font-size: 11px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 2px;
    margin-right: 6px;
  }

  .point_txt img {
    width: 16px;
    margin-right: 4px;
  }


  /*==================================
recruit部分
===================================*/
  .recruit_item h4 {
    width: 34%;
    font-size: 12px;
  }

  .recruit_txt,
  .recruit_item>div {
    width: 66%;
  }

  .kinmu_other {
    margin-bottom: 18px;
  }

  .location_data_item {
    margin-bottom: 16px;
  }

  .address_data,
  .address_supplementary,
  .kinmu_other {
    font-size: 13px;
  }


  /* 気になる送信モーダル */
  .interest_modal_content h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .interest_modal_content .modal_main {
    margin: 40px auto;
  }

  .interest_modal_content .modal_main .modal_txt {
    font-size: 12px;
  }

  .interest_modal_content .modal_img {
    width: 80px;
  }

  .interest_modal_content .interest_btn {
    margin-top: 10px;
  }

}

@media screen and (max-width: 428px) {
  .slide {
    padding: 0 0 16px;
  }

  /*==================================
company_top部分
===================================*/

  .company_name {
    font-size: 18px;
  }

  .company_type>h3 {
    font-size: 12px;
  }

  .company_type>p {
    font-size: 11px;
  }

  .company_top {
    padding: 14px 4% 20px;
  }

  /*==================================
introduce部分
===================================*/

  .introduce {
    padding: 34px 4% 30px;
  }

  .introduce .copy {
    font-size: 16px;
  }

  .introduce>p {
    font-size: 13px;
    line-height: 1.8em;
  }

  /*==================================
recruit部分
===================================*/
  .recruit {
    padding: 30px 0 0;
    margin: 0;
  }

  .recruit_open {
    font-size: 16px;
  }

  .recruit_item {
    display: block;
  }

  .recruit_item h4,
  .recruit_txt,
  .recruit_item>div {
    width: 100%;
  }

  .recruit_item h4 {
    margin-bottom: 7px;
  }

  .recruit_item h4 {
    font-size: 14px;
  }

  .recruit_tgl {
    padding: 30px 4% 0;
  }

  /*==================================
information部分
===================================*/
  .information {
    padding: 40px 4%;
  }

  .news_icon {
    padding: 2px 4px;
    margin-bottom: 2px;
    border-radius: 2px;
  }

  .news_img {
    width: 100px;
  }

  .news_tit {
    font-size: 11px;
  }

  .news_dtl {
    font-size: 11px;
    line-height: 1.1;
  }

  .brand_area li {
    width: 23%;
  }

  .brand_area li:nth-of-type(6),
  .brand_area li:nth-of-type(12) {
    margin: 6px 2% 6px 0;
  }

  .brand_area li:nth-of-type(4),
  .brand_area li:nth-of-type(8),
  .brand_area li:nth-of-type(12) {
    margin: 6px 0 6px 0;
  }

  .more_brand {
    font-size: 10px;
  }

  /*==================================
message部分
===================================*/

  .message_caption.odd .message_tit>p,
  .message_caption.even .message_tit>p {
    padding: 14px 4%;
    font-size: 16px;
  }

  .message_txt {
    padding: 10px 4%;
  }

  .message05_txt {
    padding: 30px 4%;
  }

  /*==================================
動画モーダル部分
===================================*/
  .movie_btn {
    width: 90px;
  }

  .modal_inner {
    width: 94%;
  }

  .modal_main {
    height: auto;
    margin: 20px auto 10px;
    padding: 20px 0;
  }

  .modal_main iframe {
    min-height: 200px;
  }

  .close_modal {
    top: 0;
    right: 8px;
    font-size: 24px;
  }
}