@import url("../../css/style_respo.css");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@100..900&family=Potta+One&display=swap');

@media all and (min-width: 0px) and (max-width: 767px) {
  body {
    padding-bottom: 77px;
  }
  .sp-none {
    display: none;
  }
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  font-style: normal;
}
.potta-one-regular {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
  /* line-height: 1.25; */
}

#lead {
  /* font-size: 22px; */
  font-size: clamp(1.375rem, 0.2353rem + 1.4706vw, 2rem);
  font-weight: normal;
  line-height: 1.5;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #lead {
    display: block;
    padding:5px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

#subtitle h2 {
  margin-top: 60px;
  font-size:22pt;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #subtitle h2 {
    float: inherit;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0 10px;
  }
}

/* �������麣��ζ��̻��� */

/* 20140613 ͧ������s */
div#tel {
  clear: both;
  width: 800px;
  height: 30px;
  margin: 0 auto;
  padding: 0 35px;
}

div#tel img {
  float: right;
  padding: 15px 0px;
}

div#tel p {
  float: right;
  margin-top: 8px;
  padding: 15px 0px;
  color: #FFFFFF;
  font-weight: bold;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  div#tel {
    display: none;
  }

  div#tel p {
    display: none;
  }
}

/* 20140613 ͧ������e */

/* 20141112 ͧ������s���ֱ��λ���� */
.anime {
  position: absolute;
  top: 360px;
  left: 240px;
}

.tip {
  position: absolute;
  top: 400px;
  left: 20px;
}

div.tooltip {
  width: 250px;
  position: absolute;
  left: -9999px;
  background: #EEE;
  padding: 5px;
  border: 1px solid #AAA;
}

div.tooltip p {
  color: #FFF;
  background: #222;
  padding: 5px 10px;
}

/* 20141112 ͧ������e */

/*20240712*/
.floating-button-wrapper {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 40px;
  padding: 10px;
}

.floating-button-wrapper * {
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", sans-serif;
}

.floating-link {
  display: block;
  /* position: absolute; */
  z-index: 103;
  width: 219px;
  height: 77px;
  /* border-radius: 10px; */
}

.floating-button {
  z-index: 500;
}

.floating-balloon {
  display: block;
  position: absolute;
  z-index: 102;
  top: -100px;
  left: -50px;
  animation-name: balloon-rotate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating-photo-01 {
  display: block;
  position: absolute;
  z-index: 101;
  top: 30px;
  left: -75px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.floating-photo-01.hover {
  top: 50px;
  left: -125px;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.floating-photo-02 {
  display: block;
  position: absolute;
  z-index: 101;
  top: -15px;
  left: -75px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.floating-photo-02.hover {
  top: -25px;
  left: -125px;
  opacity: 1;
  visibility: visible;
  transition: all .4s;
}

.fixed-button-wrapper {
  display: none;
}


@media screen and (max-width:767px) {
  .floating-button-wrapper {
    display: none;
  }

  .fixed-button-wrapper {
    box-sizing: border-box;
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 75px;
    padding: 10px;
    background-color: #3a1d0b;
  }

  .fixed-button-wrapper * {
    box-sizing: border-box;
  }

  .fixed-button-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: auto;
  }

  .fixed-text {
    width: 50%;
    height: auto;
    margin-right: 5%;
  }

  .marble-square {
    position: relative;
    width: 90%;
    height: 100%;
    padding:3px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(58, 88, 0);
  }
  .marble-square:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .marble-square-inner {
    color: #fff;
    display: flex;
    font-weight: bold;
    /* font-size: 5.5vw; */
    font-size: clamp(1.5rem, 0.7978rem + 2.2472vw, 1.875rem);
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding:12.5px 10px 10px;
    border-radius: 3px;
    /* border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px; */
    /* background: linear-gradient(#8fc31f 0%, rgba(58, 88, 0, 1) 100%); */
    background: linear-gradient(#51710f, #9bc837 85%, #e6f0c8);
  }
  .marble-square-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, transparent 20%);
    border-top-left-radius: 2.5px;
    border-top-right-radius: 2.5px;
    top: 0;
  }
  .marble-square-inner img {
    width: 100%;
    height: auto;
    max-width: 220px;
  }
}



#topframe {
  width: 1000px;
  height: 170px;
  background-image: url(../images/frame-head.jpg);
  background-position: top;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#sideframe {
  width: 880px;
  margin: 0 auto;
  padding: 0 60px 0 60px;
  background-image: url(../images/frame-middle.jpg);
  background-repeat: repeat-y;
}

#bottomframe {
  width: 1000px;
  height: 154px;
  background-image: url(../images/frame-bottom.jpg);
  background-position: bottom;
  margin-top: -70px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.frame {}

@media all and (min-width: 0px) and (max-width: 767px) {
  #topframe {
    width: 100%;
    height: 184px;
    background-size: contain, 100% auto;
    background-image: url(../images/frame-head.jpg), url(../images/frame-middle.jpg);
    background-repeat: no-repeat, repeat-y;
  }

  #sideframe {
    width: calc(100% - 6%);
    padding: 3%;
    background-size: contain;
    position: relative;
  }

  #bottomframe {
    width: 100%;
    height: 50px;
    background-size: 100% auto, 100% auto;
    background-image: url(../images/frame-bottom.jpg), url(../images/frame-middle.jpg);
    background-repeat: no-repeat, repeat-y;
    margin-top: 0;
  }
}


#guide-menu {
  float: left;
  width: 137px;
}

#guide-menu ol.item {
  margin-bottom: 12px;
}

#guide-menu li,
#guide-menu li a {
  display: block;
  width: 137px;
  height: 33px;
}

#guide-menu a:hover {
  text-indent: -9999px;
}

#guide-menu li.company {
  background-image: url(../images/bt-company_o.jpg);
}

#guide-menu li.pamphlet {
  background-image: url(../images/bt-pamphlet_o.jpg);
}

#guide-menu li.guide {
  background-image: url(../images/bt-guide_o.jpg);
}

#guide-menu li.homepage {
  background-image: url(../images/bt-homepage_o.jpg);
}

#guide-menu li.video {
  background-image: url(../images/bt_video_o.png);
}

#guide-menu li.recruit {
  background-image: url(../images/bt-recruit_o.jpg);
}

#guide-menu li.catalog {
  background-image: url(../images/bt-catalog_o.jpg);
}

#guide-menu li.inhouse {
  background-image: url(../images/bt-inhouse_o.jpg);
}

#guide-menu li.pr {
  background-image: url(../images/bt-pr_o.jpg);
}

/*����*/
/*
@keyframes blinkAnime2{
   0% { text-shadow: 0 0 5px rgba(111, 0, 0, 1), 0 0 10px rgba(111, 0, 0, 1), 0 0 12px rgba(111, 0, 0, 1), 0 0 12px rgba(111, 0, 0, 1)}
 100% { text-shadow: 0 0 5px rgba(111, 0, 0, 0) }
}
*/

/* @keyframes blinkAnime {
  0% {
    color: rgba(111, 0, 0, 1);
  }

  100% {
    color: rgba(255, 255, 255, 1);
  }
} */

@keyframes blinkAnime {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}


@media all and (min-width: 0px) and (max-width: 767px) {
  #guide-menu {
    width: 274px;
    /* height: 370px; */
    /* height: 420px; */
    height: 410px;
    border-radius: 0 10px 10px 0;
    border-top: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    position: fixed;
    z-index: 1000;
    top: 50%;
    /* margin-top: -190px; */
    left: -295px;
    background-color: #b58f49;
    padding: 10px;
    transition: 0.3s all;
    transform: translateY(-50%);
  }

  #guide-menu::before {
    color: #ffffff;
    content:"";
    border-top: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #b58f49;
    top: 50%;
    margin-top: -69px;
    /* right: -24px;
    width: 24px; */
    right: -28px;
    width: 28px;
    height: 135px;
    border-radius: 0 5px 5px 0;
  }

  #guide-menu::after {
    content: url(../images/menu_txt.png);
    display: flex;
    width: 15px;
    height: 110px;
    position: absolute;
    top: 50%;
    /* right: -19px; */
    right: -21px;
    margin-top: -55px;
    transition: 0.3s all;
    animation: blinkAnime 0.6s infinite alternate;
    animation-play-state: running;
  }

  /* #guide-menu::after {
    color: #ffffff;
    content: url(../images/menu_txt.gif);
    border-top: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    background-color: #b58f49;
    top: 50%;
    margin-top: -69px;
    right: -24px;
    width: 24px;
    height: 135px;
    border-radius: 0 5px 5px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: 0.3s all;
    animation: blinkAnime 0.6s infinite alternate;
    animation-play-state: running;
  } */

  #guide-menu ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #guide-menu .item li,
  #guide-menu ol:nth-of-type(2)>li {
    width: 32.5%;
    margin-bottom: 1px;
  }

  #guide-menu .item li a,
  #guide-menu ol:nth-of-type(2)>li a {
    width: 100%;
    position: relative;
  }

  #guide-menu .item li a>img {
    position: absolute;
    top: 0;
    left: -5px;
    overflow: hidden;
  }

  #guide-menu .item li a:hover {
    opacity: 0;
  }

  .open-subnav #guide-menu li {
    background-position: top left -5px;
  }

  #guide-menu ol.item {
    /* margin-bottom: 10px; */
    margin-bottom: 0;
  }

  #guide-menu #trade li {
    margin-bottom: 0 !important;
  }

  .open-subnav #guide-menu {
    left: 0;
    transition: 0.3s all;
  }

  .open-nav #guide-menu,
  .open-nav.open-subnav #guide-menu {
    display: none;
  }
}

@media all and (max-height: 375px) and (max-width: 767px) {
  #guide-menu {
    width: 495px;
    /* margin-top: -125px; */
    /* height: 230px; */
    height: 275px;
    left: calc(-496px - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: flex-end;
  }

  #guide-menu ol:nth-of-type(1) {
    width: 200px;
    height: 190px;
  }

  #guide-menu ol:nth-of-type(2) {
    width: 295px;
    /* height: 230px; */
    height: 275px;
  }

  .open-subnav #guide-menu li {
    margin-right: 10px;
  }

  .open-subnav #guide-menu .item li {
    width: 90px;
  }

  #guide-menu ol:nth-of-type(2)>li a,
  #guide-menu ol:nth-of-type(2)>li a:hover {
    width: 130px;
  }

  #guide-menu ol:nth-of-type(2)>li a>img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  #guide-menu #trade li {
    height: 46px !important;
  }
}

#img01 a:active,
#img01 a:hover,
#img02 a:active,
#img02 a:hover,
#img04 a:active,
#img04 a:hover,
#img05 a:active,
#img05 a:hover {
  background-image: none !important;
}

/* frame��Ϣ */

#frame {}


#frame .cursor {
  width: 33px;
  margin: 0 auto -175px 117px;
  padding: 10px 20px 0 20px;
}

#frame1 {}


#frame1 .cursor {
  width: 33px;
  margin: 0 auto -175px 117px;
  padding: 40px 20px 0 20px;
}


#frame2 {}


#frame2 .cursor {
  width: 33px;
  margin: 0 auto -210px 117px;
  padding: 75px 20px 0 20px;
}

#frame3 {}


#frame3 .cursor {
  width: 33px;
  margin: 0 auto -240px 117px;
  padding: 105px 20px 0 20px;
}

#frame4 {}


#frame4 .cursor {
  width: 33px;
  margin: 0 auto -275px 117px;
  padding: 137px 20px 0 20px;
}

#frame5 {}


#frame5 .cursor {
  width: 33px;
  margin: 0 auto -320px 117px;
  padding: 171px 20px 0 20px;
}

#frame6 {}


#frame6 .cursor {
  width: 33px;
  margin: 0 auto -355px 117px;
  /*padding: 217px 20px 0 20px;*/
  padding: 205px 20px 0 20px;
}


#frame7 {}


#frame7 .cursor {
  width: 33px;
  margin: 0px auto -260px 117px;
  /*padding: 114px 20px 0 20px;*/
  padding: 103px 20px 0 20px;
}

#frame8 {}


#frame8 .cursor {
  width: 33px;
  margin: 0px auto -272px 117px;
  /*padding: 149px 20px 0 20px;*/
  padding: 135px 20px 0 20px;
}

#frame9 {}


#frame9 .cursor {
  width: 33px;
  margin: 0 auto -175px 117px;
  padding: 10px 20px 0 20px;
}

#frame10 {}


#frame10 .cursor {
  width: 33px;
  margin: 0 auto -175px 117px;
  padding: 10px 20px 0 20px;
}


@media all and (min-width: 0px) and (max-width: 767px) {

  #frame,
  #frame1,
  #frame2,
  #frame3,
  #frame4,
  #frame5,
  #frame6,
  #frame7,
  #frame8 {
    display: none;
  }
}


/* �����ޤ�frame��Ϣ */


#mainframe {
  float: right;
  width: 740px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 90px;
}

#mainframe .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe {
    float: none;
    width: 100%;
  }

  #mainframe .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe .movie a {
    margin: 0 auto;
  }
}



#mainframe1 {
  float: left;
  width: 740px;
  height: 2771px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe1 .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 95px;
}

#mainframe1 .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe1 .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe1 {
    float: none;
    width: 100%;
  }

  #mainframe1 .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe1 .movie a {
    margin: 0 auto;
  }
}

#mainframe2 {
  float: left;
  width: 740px;
  height: 2771px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe2 .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 95px;
}

#mainframe2 .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe2 .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe2 {
    float: none;
    width: 100%;
    height: auto;
  }

  #mainframe2 .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe2 .movie a {
    margin: 0 auto;
  }
}



#mainframe3 {
  float: left;
  width: 740px;
  height: 2771px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe3 .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 95px;
}

#mainframe3 .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe3 .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe3 {
    float: none;
    width: 100%;
  }

  #mainframe3 .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe3 .movie a {
    margin: 0 auto;
  }
}


#mainframe7 {
  float: left;
  width: 743px;
  height: 2771px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe7 .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 95px;
}

#mainframe7 .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe7 .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe7 {
    float: none;
    width: 100%;
  }

  #mainframe7 .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe7 .movie a {
    margin: 0 auto;
  }
}



#mainframe8 {
  float: left;
  width: 743px;
  height: 2771px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-top: -120px;
}

#mainframe8 .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  margin-left: 95px;
}

#mainframe8 .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#mainframe8 .movie a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #mainframe8 {
    float: none;
    width: 100%;
    ;
  }

  #mainframe8 .movie {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }

  #mainframe8 .movie a {
    margin: 0 auto;
  }
}

/*20190110 seo�к� �ƴ������ڡ�������-------------------------------------*/

/*mainframe ����ƥ�ĥ����ȥ�*/
.inner-ttl {
  width: 220px;
  height: 48px;
  padding: 3px;
  background: linear-gradient(#51710f, #9bc837 85%, #e6f0c8);
  box-shadow: 0 5px 11px rgba(26, 49, 31, 0.3);
}

.inner-ttl-txt {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  padding-top: 3px;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.9);
}

.inner-ttl-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#fff, transparent 20%);
  height: 100%;
  width: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .inner-ttl-txt {
    font-size: 18px;
  }
}

.copy {
  /* margin: 20px auto 0 60px; */
  margin: 30px auto 0 60px;
  width: 100%;
  color: #7F5C45;
  padding-left: 40px;
  box-sizing: border-box;
}
.copy::before {
  content:url(../images/copy_star.png);
  margin-right: 10px;
  margin-left: -46px;
}
.copy .copy-no {
  color: #B81C22;
}

.copy-notes {
  display: block;
}

.copy.sub {
  color: #91004f;
  position: relative;
}
.copy.sub::before {
  content:"";
  display: inline-block;
  background-image: url(../images/copy_anime.gif);
  background-size: contain;
  width: 41px;
  height: 25px;
  position: absolute;
  top:-15px;
  left: 55px;
}
.copy-sub {
  margin-bottom: 10px;
}

.copy-sub > img {
  width: 100%;
}

.copy-txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
}

.copy-txt .emphosis {
  color: #d54047;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  vertical-align: baseline;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .copy {
    margin: 0 auto 15px;
    padding-left: 20px;
  }
  .copy::before {

  }
  .copy.sub::before {
    display: none;
  }
  .copy img {
    width: 100%;
  }

  .copy-txt,
  .copy-txt .emphosis {
    font-size: 15px;
    line-height: 1.5;
  }
}

/*�᤭�Ф�*/
.balloon {
  width: 100%;
  margin-left: 65px;
  margin-right: 5px;
  margin-bottom: 20px;
  border: 3px solid #789051;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 20px 2px 25px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.balloon::after {
  content: "";
  display: block;
  position: absolute;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .balloon {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
}

.edge-l .balloon::after {
  bottom: 35px;
  left: -23px;
}

.edge-r .balloon::after {
  top: 35px;
  right: -23px;
}

/*���᤭�Ф���ü������*/
.edge-l .balloon:nth-of-type(-n+5)::after {
  content: url(../images/balloon_edge.png);
}

/*���᤭�Ф���ü�����*/
.edge-l .balloon:nth-of-type(n+6)::after {
  content: url(../images/balloon_edge_un.png);
}

/*���᤭�Ф���ü������*/
.edge-r .balloon:nth-of-type(-n+2)::after {
  content: url(../images/balloon_edge_r.png);
}

/*�����Ф���ü�����*/
.edge-r .balloon:nth-of-type(n+3)::after {
  content: url(../images/balloon_edge_r_un.png);
}

/*�᤭�Ф����Ф�*/
.balloon-ttl {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  height: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  background-color: #fdd000;
  margin-bottom: 15px;
  /*-webkit-text-size-adjust: 100%;*/
}

/*�᤭�Ф��ƥ�����*/
.balloon-txt {
  color: #333333;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.55em;
  vertical-align: baseline;
  /*-webkit-text-size-adjust: 100%;*/
}

.balloon-txt .emphasis {
  color: #C7000B;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.55em;
  vertical-align: baseline;
}

.balloon-txt .balloon-subttl {
  color: #000000;
  font-weight: bold;
  display: block;
  font-size: 23px;
  margin-bottom: 5px;
  margin-left: -15px;
}

@media all and (min-width: 0px) and (max-width: 767px) {

  /*�᤭�Ф����Ф�*/
  .balloon-ttl {
    font-size: 17px;
    line-height: 22px;
    padding: 8px;
    height: auto;
    display: block;
  }

  /*�᤭�Ф��ƥ�����*/
  .balloon-txt,
  .balloon-txt .emphasis {
    font-size: 15px;
    line-height: 1.7;
  }

  .balloon-txt .balloon-subttl {
    margin-left: 0;
  }
}


/**��Ĵʸ����ʬ**/

.balloon-ttl .emphasis-img .initial,
.balloon-ttl .emphasis-img {
  font-family: "M PLUS 1p";
  font-weight: 900;
  font-size: 26px;
  color: #b81c22;
  vertical-align: baseline !important;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -9px;
}

.balloon-ttl .emphasis-img .initial {
  display: inline-block;
  transform: rotate(8deg);
  font-size: 41px;
  margin-right: -0.01px;
  margin-left: -0.01px;
}

.balloon-txt .emphasis-img .initial,
.balloon-txt .emphasis-img {
  font-family: "M PLUS 1p";
  font-weight: 900;
  font-size: 18px;
  color: #fdd000;
  vertical-align: baseline;
  text-shadow: rgb(4, 68, 113) 3px 0px 0px, rgb(4, 68, 113) 2.83487px 0.981584px 0px, rgb(4, 68, 113) 2.35766px 1.85511px 0px, rgb(4, 68, 113) 1.62091px 2.52441px 0px, rgb(4, 68, 113) 0.705713px 2.91581px 0px, rgb(4, 68, 113) -0.287171px 2.98622px 0px, rgb(4, 68, 113) -1.24844px 2.72789px 0px, rgb(4, 68, 113) -2.07227px 2.16926px 0px, rgb(4, 68, 113) -2.66798px 1.37182px 0px, rgb(4, 68, 113) -2.96998px 0.42336px 0px, rgb(4, 68, 113) -2.94502px -0.571704px 0px, rgb(4, 68, 113) -2.59586px -1.50383px 0px, rgb(4, 68, 113) -1.96093px -2.27041px 0px, rgb(4, 68, 113) -1.11013px -2.78704px 0px, rgb(4, 68, 113) -0.137119px -2.99686px 0px, rgb(4, 68, 113) 0.850987px -2.87677px 0px, rgb(4, 68, 113) 1.74541px -2.43999px 0px, rgb(4, 68, 113) 2.44769px -1.73459px 0px, rgb(4, 68, 113) 2.88051px -0.838247px 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
}

.balloon-txt .emphasis-img .initial {
  display: inline-block !important;
  transform: rotate(8deg);
  font-size: 26px;
  margin-right: -0.01em;
  margin-left: -0.01em;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .balloon-ttl {
    padding: 5px 5px 0 5px;
  }

  .balloon-ttl .emphasis-img .initial,
  .balloon-ttl .emphasis-img {
    margin-top: -15px;
  }
}

/****/


/* �����ޤǺ���ζ��̻��� */


/*���������ڡ���*/
#catalog_frame {
  float: left;
  width: 740px;
  /*height:4100px;*/
  overflow: visible;
  margin-top: -120px;
  /*background:url(../images/img-catalog.png) no-repeat;*/
  position: relative;
}

#catalog_frame .movie {
  float: left;
  width: 300px !important;
  height: 225px;
  /*margin-top: 3850px;*/
  margin-left: 70px;
  margin-top: -50px;
  background-image: url(../images/chukei_o.png);
}

#catalog_frame .movie a {
  display: block;
  width: 300px !important;
  height: 225px;
}

#catalog_frame .movie a:hover {
  text-indent: -9999px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #catalog_frame {
    float: none;
    width: 100%;
  }

  #catalog_frame .movie {
    float: none;
    width: 300px !important;
    height: 225px;
    margin: 0 auto;
    background-image: url(../images/chukei_o.png);
  }
}

#catalog_frame .form-bt {
  /*position: absolute;
  top: 3750px;
  left: 230px;
  width:  346px;*/
  width: 100%;
  padding: 121px 0;
  background-image: url(../images/catalog/inner_bk_img02.png);
  background-position: center bottom;
}

#catalog_frame .form-bt p.form {
  text-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0 auto;
  width: 346px;
}

#catalog_frame .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

#catalog_frame p.form a:hover {
  text-indent: -9999px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  #catalog_frame .form-bt {
    width: 100%;
    padding: 0;
    background-image: none;
  }

  #catalog_frame .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  #catalog_frame .form-bt p.form a,
  #catalog_frame .form-bt p.form a img {
    width: 100% !important;
  }
}

/*�ƥ����Ȳ�*/
.cataloginfo {
  background-image: url(../images/bg_r_cmn_img.png);
  /* background-position: top 900px right; */
  background-position: top 400px right;
}

.cataloginfo-copy {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  margin-left: 65px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

.cataloginfo-copy .emphosis {
  color: #044471;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-weight: bold;
  margin: 50px 0;
  line-height: 2;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

/*�᤭�Ф���������Ĵ��*/
/* .cataloginfo .balloon.no3 {
  margin-right: 120px;
} */

.cataloginfo .balloon.no4 {
  margin-right: 230px;
}

.cataloginfo .copy {
  font-size:41px;
  padding-left: 0;
  transform: rotate(-2.5deg);
  letter-spacing: -0.1em;
}
.cataloginfo .copy.sub {
  font-size: 34px;
  transform: none;
  letter-spacing: 0;
  margin-top: 40px;
}
.cataloginfo .copy.sub::before {
  left: 20px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .cataloginfo .copy {
    font-size: clamp(2rem, 1.2841rem + 3.5794vw, 3rem);
    text-align: center;
  }
  .cataloginfo .copy.sub {
    font-size: clamp(1.125rem, 0.5881rem + 2.6846vw, 1.875rem);
    margin: 20px 0 15px;
    letter-spacing: -0.05em;
  }

  .cataloginfo-copy {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px 20px;
  }
  .cataloginfo-copy .emphosis {
    font-size: 20px;
  }
  .cataloginfo .balloon.no3,
  .cataloginfo .balloon.no4 {
    margin-left: 0;
  }
}

/*���᤭�Ф���ü������*/
/* .cataloginfo .edge-r .balloon:nth-of-type(3)::after,
.cataloginfo .edge-r .balloon:nth-of-type(4)::after {
  content: url(../images/balloon_edge_r.png);
} */

/*�����Ф���ü�����*/
.cataloginfo .edge-r .balloon:nth-of-type(n+2)::after {
  content: url(../images/balloon_edge_r_un.png);
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .cataloginfo {
    background-image: none;
  }

  /*�᤭�Ф���������Ĵ��*/
  .cataloginfo .balloon.no3,
  .cataloginfo .balloon.no4 {
    margin-right: 0;
  }
}

.cataloginfo .no1 .balloon-ttl .initial:nth-of-type(1) {
  margin-left: -10px;
}

.cataloginfo .no6 .balloon-ttl .initial:nth-of-type(2) {
  margin-right: -5px;
}

.cataloginfo .no8 .balloon-ttl .initial:nth-of-type(1) {
  margin-left: -10px;
}


/*�ȥ�����ˤ��ꥹ����С��󶡤�ή��*/
.offer-flow-box {
  background-color: #ebf4eb;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
  margin: 20px 0;
  padding: 15px 10px;
  position: relative;
  width: calc(100% - 20px);
}

.offer-flow-box::after {
  content: url(../images/catalog/no5list.png);
  position: absolute;
  right: 0;
  bottom: 30px;
}

.offer-flow-ttl {
  color: #044471;
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  -webkit-text-size-adjust: 100%;
}

.offer-flow-details {
  padding-left: 20px;
}

.offer-flow-item {
  margin: 25px 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.1px;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

.offer-flow-item .emphasis {
  color: #e72e3b;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.offer-flow-item::before {
  color: #ffffff;
  content: "";
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #91004f;
  margin-right: 2px;
  margin-left: -20px;
}

.offer-flow-item:nth-of-type(1)::before {
  content: "1";
}

.offer-flow-item:nth-of-type(2)::before {
  content: "2";
}

.offer-flow-item:nth-of-type(3)::before {
  content: "3";
}

.offer-flow-item:nth-of-type(4)::before {
  content: "4";
}

.offer-flow-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 180px;
  bottom: -30px;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 20px 10px 20px;
  border-style: solid;
  border-color: #91004f transparent transparent transparent;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .offer-flow-box {
    padding-bottom: 290px;
  }

  .offer-flow-box::after {
    margin-right: -90px;
    right: 50%;
    bottom: 15px;
  }

  .offer-flow-item:not(:last-of-type)::after {
    left: 50%;
    margin-left: -20px;
  }
}

/*���������������*/
.results-box {
  width: 100%;
  margin-left: 65px;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
}

.catalog-list {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 570px;
  margin-top: 20px;
  margin-left: 10px;
}

.catalog-list:nth-of-type(1) {
  width: 40%;
  margin-right: 3%;
}

.catalog-list:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: radial-gradient(circle farthest-side, #333333, #333333 50%, transparent 50%, transparent);
  background-size: 8px 8px;
}

.catalog-item-name {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  width: 100%;
}

.catalog-item-name.end {
  margin-top: auto;
}

.results-ttl {
  margin:40px 0;
  transform: rotate(-1.5deg);
  filter: drop-shadow(rgba(0,0,0,0.3) 2px 2px 5px);
}
.results-ttl > span {
  background-color: #e7ba5b;
  padding: 15px 50px 15px 30px;
  font-size: 30px;
  line-height: 1;
  position: relative;
  clip-path: polygon(100% 0, 100% 68%, 93% 100%, 0 100%, 0 0);
  display: inline-block;
}
.results-ttl > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: 12.5px;
}
.results-txt {
  color: #91004f;
  font-size: 24px;
  letter-spacing: -0.02em;
  width: 100%;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  filter: drop-shadow(rgba(0,0,0,0.5) 2px 2px 2px);
}
@media all and (min-width: 0px) and (max-width: 767px) {
  .results-box {
    margin-left: 0;
    margin-right: 0;
  }

  .results-ttl img {
    width: 100%;
    max-width: 428px;
  }

  .results-txt img {
    width: 100%;
    max-width: 525px;
  }

  .catalog-list {
    flex-direction: row;
    margin-top: 0;
    height: auto;
    position: relative;
  }

  .catalog-list:nth-of-type(1) {
    width: calc(45% - 8px);
    margin-right: 8px;
  }

  .catalog-list:nth-of-type(1)::after {
    width: 8px;
    height: 100%;
    background-size: 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media all and (min-width: 0px) and (max-width: 640px) {
  .catalog-list {
    width: 100% !important;
    margin-top: 0;
    height: auto;
  }

  .catalog-list:nth-of-type(1)::after {
    background: none;
  }
}


/* ��Ұ��� */

.cominfo .column {
  display: block;
  /* width: 173px; */
  width: 257px;
  float: right;
  /* margin-right: 140px; */
  margin-right: 214px;
  margin-bottom: 24px;
}

.cominfo .column p.button {
  width: 261px !important;
  height: 88px;
  float: left;
  margin: 30px 0 8px 0;
  background-image: url(../images/bt-listdiffrence_o.png);
}

.cominfo .column p.button a {
  display: block;
  width: 261px;
  height: 88px;
  margin-bottom: 0px;
}

.cominfo .column p.button a:hover {
  text-indent: -9999px;
}

.cominfo p.sample {
  float: left;
  width: 121px !important;
  height: 36px;
  margin-top: 0px;
  margin-left: 5px;
  background-image: url(../images/bt-sample_o.png);
}

.cominfo p.sample a {
  display: block;
  width: 121px !important;
  height: 36px;
}

.cominfo p.sample a:hover {
  text-indent: -9999px;
}

.cominfo p.achi {
  float: right;
  width: 121px !important;
  height: 36px;
  margin-top: 0px;
  /* margin-right: -85px; */
  background-image: url(../images/bt-achi_o.png);
}

.cominfo p.achi a {
  display: block;
  width: 121px !important;
  height: 36px;
}

.cominfo p.achi a:hover {
  text-indent: -9999px;
}

.cominfo bt-info {
  margin: 0 auto;
}

.cominfo .form-bt {
  margin: 0 0 20px 230px;
}

.cominfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.cominfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.cominfo p.form a:hover {
  text-indent: -9999px;
}



@media all and (min-width: 0px) and (max-width: 767px) {
  .cominfo .column {
    float: inherit;
    width: 261px;
    margin: auto;
  }

  .cominfo .form-bt {
    margin: auto;
  }

  .cominfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .cominfo p.achi {
    margin-right: 0;
  }

  .cominfo .form-bt p.form a,
  .cominfo .form-bt p.form a img {
    width: 100% !important;
  }
}

/*�ƥ����Ȳ�*/

.cominfo .inner-box {
  background-image: url(../images/bg_megane_cmn_img.png);
  background-position: top 1310px left;
}

.cominfo .copy,
.cominfo .copy .copy-no {
  font-size: 40px;
}

.cominfo .copy-notes {
  font-size: 20px;
}

.cominfo .copy.sub {
  margin-bottom: 20px;
  font-size: 30px;
}

.details-box {
  border-top: 1px solid #333333;
  padding-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.details-box .emphasis {
  color: #91004f;
  font-size: 19px;
  font-weight: bold;
}

.details-box .link-r {
  position: absolute;
  bottom: 0;
  right: 0;
}

.details-box .link-r:link,
.details-box .link-r:visited {
  color: blue;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .cominfo .inner-box {
    background-image: none;
    padding-top: 0;
  }

  .cominfo .copy,
  .cominfo .copy .copy-no {
    font-size: clamp(1.375rem, 0.5696rem + 4.0268vw, 2.5rem);
    margin-bottom: 20px;
  }
  .cominfo .copy-notes {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }

  .cominfo .copy.sub {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }

  .details-box {
    margin-top: 15px;
  }

  .details-box .emphasis {
    line-height: 1.3;
  }

  .details-box .link-r {
    position: inherit;
    display: block;
    text-align: right;
    margin-top: 15px;
  }
}


/*�᤭�Ф���������Ĵ��*/
.cominfo .balloon.no1 {
  padding-left: 27px;
}

.cominfo .balloon.no3 {
  margin-left: 83px;
}

.cominfo .balloon.no4 {
  margin-left: 200px;
}

.cominfo .balloon.no5 {
  margin-left: 305px;
}

.cominfo .balloon.no6 {
  margin-left: 360px;
}

.cominfo .balloon.no7 {
  margin-left: 200px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .cominfo .balloon.no1 {
    padding-left: 10px;
  }

  .cominfo .balloon.no3,
  .cominfo .balloon.no4,
  .cominfo .balloon.no5,
  .cominfo .balloon.no6,
  .cominfo .balloon.no7 {
    margin-left: 0;
  }
}


.cominfo .no1 .balloon-ttl .emphasis-img .initial {
  margin-left: -25px;
}

.cominfo .no1 .balloon-ttl .emphasis-img:first-of-type .initial {
  padding-left: 24px;
}

/* �ѥ�ե�å� */


.pamphinfo .column {
  display: block;
  /* width: 173px; */
  width: 257px;
  float: right;
  /* margin-right: 140px; */
  margin-right: 214px;
  margin-bottom: 24px;
}

.pamphinfo .column p.button {
  width: 261px !important;
  height: 88px;
  float: left;
  margin: 30px 0 8px 0;
  background-image: url(../images/bt-listdiffrence_o.png);
}

.pamphinfo .column p.button a {
  display: block;
  width: 261px;
  height: 88px;
  margin-bottom: 0px;
}

.pamphinfo .column p.button a:hover {
  text-indent: -9999px;
}

.pamphinfo p.sample {
  float: left;
  width: 121px !important;
  height: 36px;
  margin-top: 0px;
  margin-left: 5px;
  background-image: url(../images/bt-sample_o.png);
}

.pamphinfo p.sample a {
  display: block;
  width: 121px !important;
  height: 36px;
}

.pamphinfo p.sample a:hover {
  text-indent: -9999px;
}

.pamphinfo p.achi {
  float: right;
  width: 121px !important;
  height: 36px;
  margin-top: 0px;
  /* margin-right: -85px; */
  background-image: url(../images/bt-achi_o.png);
}

.pamphinfo p.achi a {
  display: block;
  width: 121px !important;
  height: 36px;
}

.cominfo p.achi a:hover {
  text-indent: -9999px;
}

.pamphinfo .form-bt {
  margin: 0 0 20px 230px;
}

.pamphinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.pamphinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.pamphinfo p.form a:hover {
  text-indent: -9999px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .pamphinfo .column {
    float: inherit;
    width: 261px;
    margin: auto;
  }

  .pamphinfo .form-bt {
    margin: auto;
  }

  .pamphinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .pamphinfo p.achi {
    margin-right: 0;
  }

  .pamphinfo .form-bt p.form a,
  .pamphinfo .form-bt p.form a img {
    width: 100% !important;
  }
}

/*�ƥ����Ȳ�*/
.pamphinfo .inner-box {
  background-image: url(../images/bg_megane_cmn_img.png);
  background-position: top 1600px left;
}

/* .pamphinfo .copy.sub {
  margin-top: -40px;
  margin-bottom: 20px;
} */

.pamphinfo .copy,
.pamphinfo .copy .copy-no {
  font-size: 34px;
}

.pamphinfo .copy-notes {
  font-size: 20px;
}

.pamphinfo .copy.sub {
  margin: 20px 0 20px 40px;
  font-size: 28px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .pamphinfo .inner-box {
    background-image: none;
    padding-top: 0;
  }

  .pamphinfo .copy,
  .pamphinfo .copy .copy-no {
    font-size: clamp(1.375rem, 0.5696rem + 4.0268vw, 2.5rem);
    margin-bottom: 20px;
    vertical-align: baseline;
  }
  .pamphinfo .copy-notes {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }

  .pamphinfo .copy.sub {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
    margin: 25px 0 20px;
  }
}


/*�᤭�Ф���������Ĵ��*/
.pamphinfo .balloon.no1 {
  padding-left: 27px;
}

.pamphinfo .balloon.no4 {
  margin-left: 200px;
}

.pamphinfo .balloon.no5 {
  margin-left: 305px;
}

.pamphinfo .balloon.no6 {
  margin-left: 385px;
}

.pamphinfo .balloon.no7 {
  margin-left: 200px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .pamphinfo .balloon.no1 {
    padding-left: 10px;
  }

  .pamphinfo .balloon.no1,
  .pamphinfo .balloon.no4,
  .pamphinfo .balloon.no5,
  .pamphinfo .balloon.no6,
  .pamphinfo .balloon.no7 {
    margin-left: 0;
  }
}

.pamphinfo .no2 .balloon-ttl .emphasis-img .initial,
.pamphinfo .no9 .balloon-ttl .emphasis-img .initial {
  margin-left: -12px;
}


@media all and (min-width: 0px) and (max-width: 480px) {

  .pamphinfo .no2 .balloon-ttl .emphasis-img .initial,
  .pamphinfo .no9 .balloon-ttl .emphasis-img .initial {
    margin-top: 0;
    margin-left: 0;
  }

  .pamphinfo .no9 .balloon-ttl .emphasis-img {
    white-space: nowrap;
  }
}


/* �ĶȰ���*/
.salesinfo p.bt-tsp {
  float: right;
  width: 75px;
  height: 31px;
  margin-right: 10px;
  background-image: url(../images/bt-case_o.gif);
  text-indent: -9999px;
}

.salesinfo p.bt-tsp a:link,
.salesinfo p.bt-tsp a:visited {
  display: block;
  width: 75px;
  height: 31px;
  background-image: url(../images/bt-case.gif);
}

.salesinfo p.bt-tsp a:active,
.salesinfo p.bt-tsp a:hover {
  background-image: none !important;
}

.salesinfo p.button {
  clear: both;
  width: 220px !important;
  height: 110px;
  margin: 0px auto 0 300px;
  background-image: url(../images/bt-listup_o.gif);
}

.salesinfo p.button a {
  display: block;
  width: 220px;
  height: 110px;
}

.salesinfo p.button a:hover {
  text-indent: -9999px;
}

.salesinfo .form-bt {
  margin: 20px 0 20px 240px;
}

.salesinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.salesinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.salesinfo p.form a:hover {
  text-indent: -9999px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .salesinfo .column {
    float: inherit;
    width: 261px;
    margin: auto;
  }

  .salesinfo p.button,
  .salesinfo p.button a {
    margin: 0 auto;
  }

  .salesinfo .form-bt {
    margin: auto;
  }

  .salesinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .salesinfo .form-bt p.form a,
  .salesinfo .form-bt p.form a img {
    width: 100% !important;
  }
}


/*�ƥ����Ȳ�*/


.salesinfo .copy {
  font-size: 56px;
  padding-left: 0;
}

.salesinfo .copy.sub {
  margin: 20px 0;
  font-size: 38px;
}

.salesinfo .copy.sub::before {
  left: 20px;
  top: -25px;
}

.sales-guide {
  margin: 20px 0 20px 55px;
  width: calc(100% - 55px);
}

.sales-copy {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
  -webkit-text-size-adjust: 100%;
}

.sales-copy .emphosis {
  color: #c40000;
  letter-spacing: -0.05em;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
}

.sales-sub-copy {
  color: #203878;
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0;
  -webkit-text-size-adjust: 100%;
}

.sales-copy-end {
  color: #8e0046;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
  -webkit-text-size-adjust: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .sales-guide {
    margin: auto;
    width: calc(100% - 10px);
  }
  .salesinfo .copy {
    font-size: clamp(2rem, 0.9262rem + 5.3691vw, 3.5rem);
    margin-bottom: 20px;
    text-align: center;
  }

  .salesinfo .copy.sub {
    font-size: clamp(1.25rem, 0.5341rem + 3.5794vw, 2.25rem);
    margin: 25px 0 20px;
    line-height: 1.5;
  }
  .sales-copy {
    margin: 20px 0;
  }

  .sales-sub-copy {
    margin-bottom: 20px !important;
  }

  .sales-copy,
  .sales-copy .emphosis,
  .sales-sub-copy {
    font-size: 18px;
  }

  .sales-copy img {
    width: 100%;
  }
}

.sales-guide-box {
  position: relative;
}

.sales-guide-txt {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.1em;
}

.sales-guide-txt .emphosis {
  color: #c40000;
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
}

@media all and (min-width: 0px) and (max-width: 767px) {

  .sales-guide-txt,
  .sales-guide-txt .emphosis {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*�᤭�Ф�*/
.balloon-c {
  border: 3px solid;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
}

.balloon-c.green-line {
  border-color: #789051;
}

.balloon-c.pink-line {
  border-color: #e0778b;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .balloon-c {
    border: 5px solid;
    border-radius: 25px;
  }
}

/*speak1*/
.speak1 {
  background-image: url(../images/sales/speak1_img.png), url(../images/sales/speak1_bg_img01.png), url(../images/sales/speak1_bg_img02.png);
  background-position: bottom 85px right 200px, top 290px left -35px, top 290px right -30px;
}

.speak1 .balloon-c:nth-of-type(1) {
  height: calc(330px - 26px);
  width: calc(640px - 26px);
  margin-bottom: 176px;
}

.speak1 .balloon-c:nth-of-type(2) {
  height: calc(140px - 26px);
  width: calc(350px - 26px);
}

.speak1 .balloon-c:nth-of-type(1)::after {
  content: url(../images/sales/balloon_c_edge_s1_1.png);
  position: absolute;
  bottom: -55px;
  left: 240px;
}

.speak1 .balloon-c:nth-of-type(2)::after {
  content: url(../images/sales/balloon_c_edge_s1_2.png);
  position: absolute;
  top: -50px;
  left: 182px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .speak1 {
    background-image: url(../images/sales/speak1_img.png);
    background-position: center bottom 30px;
  }

  .speak1 .balloon-c:nth-of-type(1) {
    height: auto;
    width: calc(100% - 30px);
  }

  .speak1 .balloon-c:nth-of-type(2) {
    height: auto;
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }

  .speak1 .balloon-c:nth-of-type(1)::after {
    content: "";
    display: block;
    border-left: 20px solid transparent;
    border-top: 30px solid #789051;
    border-right: 0 solid transparent;
    transform: rotate(-3deg);
    bottom: -33px;
    left: 20px;
  }

  .speak1 .balloon-c:nth-of-type(2)::after {
    content: "";
    display: block;
    border-left: 0 solid transparent;
    border-top: 30px solid transparent;
    border-right: 20px solid #789051;
    transform: rotate(3deg);
    top: -33px;
    left: 20px;
  }
}

/*speak2*/
.speak2 {
  background-image: url(../images/sales/speak2_img.png), url(../images/sales/speak2_bg_img01.png);
  background-position: bottom 10px right 10px, top 10px left -35px;
}

.speak2 .balloon-c:nth-of-type(1) {
  height: calc(200px - 26px);
  width: calc(310px - 26px);
  margin-left: auto;
  margin-right: 35px;
}

.speak2 .balloon-c:nth-of-type(2) {
  height: calc(220px - 26px);
  width: calc(480px - 26px);
  margin-left: 20px;
}

.speak2 .balloon-c:nth-of-type(1)::after {
  content: url(../images/sales/balloon_c_edge_s2_1.png);
  position: absolute;
  bottom: -24px;
  left: 168px;
}

.speak2 .balloon-c:nth-of-type(2)::after {
  content: url(../images/sales/balloon_c_edge_s2_2.png);
  position: absolute;
  top: 46px;
  left: 447px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .speak2 {
    background-image: url(../images/sales/speak2_img.png);
    background-position: center center;
  }

  .speak2 .balloon-c:nth-of-type(1) {
    height: auto;
    width: calc(100% - 30px);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 229px;
  }

  .speak2 .balloon-c:nth-of-type(2) {
    height: auto;
    width: calc(100% - 30px);
    margin-left: 0;
    margin-bottom: 20px;
  }

  .speak2 .balloon-c:nth-of-type(1)::after {
    content: "";
    display: block;
    border-left: 20px solid transparent;
    border-top: 30px solid #789051;
    border-right: 0 solid transparent;
    transform: rotate(-3deg);
    bottom: -33px;
    left: 20px;
  }

  .speak2 .balloon-c:nth-of-type(2)::after {
    content: "";
    display: block;
    border-left: 20px solid #789051;
    border-top: 30px solid transparent;
    border-right: 20px solid transparent;
    transform: rotate(-5deg);
    top: -33px;
    left: inherit;
    right: 10px;
  }
}


/*speak3*/
.speak3 {
  margin-top: -10px;
  padding-top: 10px;
  background-image: url(../images/sales/speak3_img.png);
  background-position: top left 10px;
}

.speak3 .balloon-c:nth-of-type(1) {
  height: calc(252px - 26px);
  width: calc(435px - 26px);
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 30px;
  margin-right: 35px;
}

.speak3 .balloon-c:nth-of-type(1)::after {
  content: url(../images/sales/balloon_c_edge_s3_1.png);
  position: absolute;
  top: 46px;
  left: -47px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .speak3 {
    background-image: url(../images/sales/speak3_img.png);
    background-position: top center 15px;
  }

  .speak3 .balloon-c:nth-of-type(1) {
    height: auto;
    width: calc(100% - 30px);
    margin-right: 0;
    margin-left: 0;
    margin-top: 222px;
  }

  .speak3 .balloon-c:nth-of-type(1)::after {
    content: "";
    display: block;
    border-left: 20px solid #e0778b;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(-3deg);
    top: -33px;
    left: inherit;
    right: 0;
  }
}

/*speak4*/
.speak4 {
  margin-top: -35px;
  padding-top: 35px;
  background-image: url(../images/sales/speak4_img.png), url(../images/sales/speak4_bg_img01.png), url(../images/sales/speak4_bg_img02.png);
  background-position: top 290px right 30px, top left -15px, top 260px left;
}

.speak4 .balloon-c:nth-of-type(1) {
  height: calc(260px - 26px);
  width: calc(435px - 26px);
  margin-left: auto;
  margin-bottom: 218px;
}

.speak4 .balloon-c:nth-of-type(2) {
  height: calc(338px - 26px);
  width: calc(585px - 26px);
  margin-left: auto;
}

.speak4 .balloon-c:nth-of-type(1)::after {
  content: url(../images/sales/balloon_c_edge_s4_1.png);
  position: absolute;
  bottom: -64px;
  left: 168px;
}

.speak4 .balloon-c:nth-of-type(2)::after {
  content: url(../images/sales/balloon_c_edge_s4_2.png);
  position: absolute;
  top: -59px;
  left: 274px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .speak4 {
    margin-top: -35px;
    padding-top: 35px;
    background-image: url(../images/sales/speak4_img.png);
    background-position: center center;
  }

  .speak4 .balloon-c:nth-of-type(1) {
    height: auto;
    width: calc(100% - 30px);
    margin-right: 0;
    margin-left: 0;
  }

  .speak4 .balloon-c:nth-of-type(2) {
    height: auto;
    width: calc(100% - 30px);
    margin-left: 0;
  }

  .speak4 .balloon-c:nth-of-type(1)::after {
    content: "";
    display: block;
    border-left: 20px solid transparent;
    border-top: 30px solid #e0778b;
    border-right: 0 solid transparent;
    transform: rotate(-3deg);
    bottom: -33px;
    left: 20px;
  }

  .speak4 .balloon-c:nth-of-type(2)::after {
    content: "";
    display: block;
    border-left: 0 solid transparent;
    border-top: 30px solid transparent;
    border-right: 20px solid #e0778b;
    transform: rotate(3deg);
    top: -33px;
    left: 20px;
  }
}

/* ��Ͱ��� */

.inner-box {
  background-position: top 1000px left;
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  padding: 15px;
}

.recruitinfo .inner-box {
  background-image: url(../images/bg_cmn_img.png);
  /* background-position: top 1460px left; */
  background-position: top 1520px left;
}

.inner-box p {
  margin-bottom: 10px;
}

.inner-ttl {
  position: absolute;
  top: 35px;
  right: 15px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .inner-box {
    display: inherit;
  }

  .recruitinfo .inner-box {
    background-image: none;
  }

  .inner-ttl {
    position: inherit;
    width: 60%;
    margin: auto;
    top: -40px;
    right: 0;
  }

  .inner-box p {
    margin-bottom: 0;
  }

  .inner-box p>img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.recruitinfo p.catch {
  width: 544px;
  height: 2570px;
  background-image: url(../images/img-recruit.jpg);
  text-indent: -9999px;
}

.recruitinfo p.button {
  clear: both;
  width: 220px !important;
  height: 110px;
  margin: -130px auto 0 auto;
  background-image: url(../images/bt-listup_o.gif);
}

.recruitinfo p.button a {
  display: block;
  width: 220px;
  height: 110px;
}

.recruitinfo p.button a:hover {
  text-indent: -9999px;
}

.recruitinfo .form-bt {
  margin: 0 0 20px 250px;
}

.recruitinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.recruitinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.recruitinfo p.form a:hover {
  text-indent: -9999px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .recruitinfo .column {
    float: inherit;
    width: 261px;
    margin: auto;
  }

  .recruitinfo .form-bt {
    margin: auto;
  }

  .recruitinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .recruitinfo p.achi {
    margin-right: 0;
  }

  .recruitinfo .form-bt p.form a,
  .recruitinfo .form-bt p.form a img {
    width: 100% !important;
  }
}



/*�ƥ����Ȳ�*/

/*�᤭�Ф���������Ĵ��*/
.recruitinfo .balloon.no4 {
  margin-left: 160px;
}

.recruitinfo .balloon.no5 {
  margin-left: 215px;
}

.recruitinfo .balloon.no6,
.recruitinfo .balloon.no7 {
  margin-left: 255px;
}


a.refer-link {
  color: #2078b9;
  font-weight: bold;
  text-decoration: underline;
}
a.refer-link:hover {
  font-weight: bold;
  background-color:rgba(32, 121, 185, 0.26);
}
@media all and (min-width: 0px) and (max-width: 767px) {

  .recruitinfo .balloon.no4,
  .recruitinfo .balloon.no5,
  .recruitinfo .balloon.no6,
  .recruitinfo .balloon.no7 {
    margin-left: 0;
  }
}

.recruitinfo .no1 .balloon-ttl .emphasis-img .initial:nth-of-type(2) {
  margin-left: 5px;
}

.recruitinfo .no1 .balloon-txt .emphasis-img .initial {
  margin-left: -8px;
}

.recruitinfo .no2 .balloon-ttl .emphasis-img .initial {
  margin-left: -18px;
}

.recruitinfo .no2 .balloon-txt .emphasis-img .initial:nth-of-type(2) {
  margin-left: 3px;
}

.recruitinfo .no4 .balloon-ttl .emphasis-img .initial:nth-of-type(1) {
  margin-left: -8px;
}

.recruitinfo .no5 .balloon-ttl .emphasis-img:nth-of-type(1) .initial {
  margin-left: -8px;
}

.recruitinfo .no5 .balloon-txt .emphasis-img .initial:nth-of-type(2) {
  margin-left: 1.5px;
}

.recruitinfo .no5 .balloon-ttl .emphasis-img {
  margin-right: 0;
}

.recruitinfo .no7 .balloon-ttl .emphasis-img .initial {
  margin-left: -10px;
}

.recruitinfo .no8 .balloon-ttl .emphasis-img .initial:nth-of-type(1) {
  margin-left: -10px;
}

.recruitinfo .no9 .balloon-txt .emphasis-img:nth-of-type(2) .initial {
  margin-left: -10px;
}

@media all and (min-width: 0px) and (max-width: 767px) {

  .recruitinfo .no4 .balloon-ttl .emphasis-img .initial:nth-of-type(1),
  .recruitinfo .no5 .balloon-ttl .emphasis-img:nth-of-type(1) .initial,
  .recruitinfo .no7 .balloon-ttl .emphasis-img .initial {
    margin-left: 0;
  }
}


.recruitinfo .copy {
  font-size: 30px;
  line-height: 1.35;
  padding-left: 0;
  margin-bottom: 15px;
}

.recruitinfo .copy.sub {
  margin: 30px 40px 20px;
  font-size: 34px;
  padding-left: 30px;
}

.recruitinfo .copy.sub::before {
  left: 50px;
  top: -18px;
  transform: rotate(-12deg);
}
/* �ףţ� */
.webinfo img {
  margin-bottom: 30px;
}

.webinfo .form-bt {
  margin: 0 0 20px 250px;
}

.webinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.webinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.webinfo p.form a:hover {
  text-indent: -9999px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .recruitinfo .copy {
    font-size: clamp(1.375rem, 0.7486rem + 3.132vw, 2.25rem);
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .recruitinfo .copy.sub {
    font-size: clamp(1.25rem, 0.5341rem + 3.5794vw, 2.25rem);
    margin: 25px 0 20px;
    text-align: center;
    padding-left: 0;
  }
  .webinfo .column {
    float: inherit;
    width: 261px;
    margin: auto;
  }

  .webinfo .form-bt {
    margin: auto;
  }

  .webinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .webinfo p.achi {
    margin-right: 0;
  }

  .webinfo .form-bt p.form a,
  .webinfo .form-bt p.form a img {
    width: 100% !important;
  }
}


/*�ƥ����Ȳ�*/
.webinfo {
  background-image: url(../images/web/web_bg.png);
  background-position: top 170px right;
}

.webinfo .copy {
  font-size: 48px;
  padding-left: 0;
  padding-bottom: 20px;
  transform: rotate(-1.5deg);
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .webinfo {
    background-image: none;
  }
}

.process-list {
  width: 100%;
  margin: 20px 0 20px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.process-item {
  width: 48%;
  border: 2px solid #000000;
  border-radius: 10px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.process-item:nth-of-type(odd) {
  margin-top: -70px;
  margin-left: calc(52% - 4px);
}

.process-item:nth-of-type(even) {
  margin-top: -85px;
  margin-right: calc(52% - 4px);
}

.process-item:nth-of-type(1) {
  margin-top: 0;
  margin-left: 0;
  margin-right: calc(52% - 4px);
}

.process-item:nth-of-type(2) {
  margin-top: -315px;
  margin-bottom: 155px;
  margin-left: calc(52% - 4px);
  margin-right: 0;
}

.process-item:nth-of-type(4) {
  margin-top: -90px;
}

.process-item:nth-of-type(6) {
  margin-top: -145px;
}

.process-item:nth-of-type(7) {
  margin-top: -195px;
}

.process-item-ttl {
  color: #000000;
  background-color: #f7d800;
  padding: 15px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
}

.process-item-ttl.size-small {
  font-size: 19px;
  line-height: 1.4;
}

.inner-box p.process-item-txt {
  background-color: #ffffff;
  padding: 15px 10px 15px 15px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.inner-box p.process-item-txt.bg-pink {
  background-color: #f8f0f1;
}

.inner-box p.process-item-txt.nonettl {
  border-radius: 10px;
}

.process-item-txt .emphosis {
  color: #C7000B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.process-item-txt .notes {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #000000;
  display: inline-block;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .webinfo .copy {
    font-size: clamp(2.25rem, 1.3551rem + 4.4743vw, 3.5rem);
    text-align: center;
  }

  .process-list {
    margin: 0;
  }

  .process-item {
    width: 100%;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
  }

  .process-item:not(:nth-of-type(9))::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #765537;
    left: 50%;
    margin-left: -30px;
    bottom: -25px;
  }

  .process-item:nth-of-type(2) {
    margin-bottom: 15px;
  }
}


/* �ӥǥ� */

.videoinfo p.catch {
  width: 750px;
  height: 1540px;
  background-image: url(../images/img-video.png);
  text-indent: -9999px;
}

.videoinfo p.button {
  width: 182px !important;
  height: 136px;
  margin: 0 auto 0 300px;
  background-image: url(../images/bt-movie_o.gif);
}

.videoinfo p.button a {
  display: block;
  width: 182px;
  height: 136px;
}

.videoinfo p.button a:hover {
  text-indent: -9999px;
}

.videoinfo .form-bt {
  margin: 20px 0 20px 230px;
}

.videoinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.videoinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.videoinfo p.form a:hover {
  text-indent: -9999px;
}

.movie-wrap {
  width: 500px;
  margin: 30px 80px 20px 0px;
  position: relative;
  padding-bottom: 56.25%;
  /*�����ڥ����� 16:9�ξ��ν���*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .videoinfo p.button {
    margin: 0 auto 35px;
  }

  .videoinfo .form-bt {
    margin: auto;
  }

  .videoinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .videoinfo .form-bt p.form a,
  .videoinfo .form-bt p.form a img {
    width: 100% !important;
  }

  .movie-wrap {
    width: 100%;
    margin: 30px auto;
  }
}


/*�ƥ����Ȳ�*/
.videoinfo {
  background-image: url(../images/bg_megane_r_cmn_img.png);
  background-position: top 960px right;
}
.videoinfo .copy {
  font-size:40px;
  padding-left: 0;
  transform: rotate(-2deg);
}
.videoinfo .copy.sub {
  /* font-size: 36px; */
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  transform: none;
}
.videoinfo .copy.sub::before {
  left: 20px;
}
@media all and (min-width: 0px) and (max-width: 767px) {
  .videoinfo .copy {
    font-size: clamp(2rem, 1.2841rem + 3.5794vw, 3rem);
    text-align: center;
  }
  .videoinfo {
    background-image: none;
  }
}

.copy-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 15px 65px;
}

.copy-item {
  width: 180px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.copy-item:nth-of-type(1) {
  background: linear-gradient(#730000, #c80000 60%, #fac896);
  box-shadow: 0 8px 15px rgba(162, 59, 59, 0.5);
}

.copy-item:nth-of-type(2) {
  background: linear-gradient(#2d4669, #5578b9 60%, #c8d2ff);
  box-shadow: 0 8px 15px rgba(65, 79, 136, 0.5);
}

.copy-item:nth-of-type(3) {
  background: linear-gradient(#8c3700, #d77d0a 60%, #ffe1b4);
  box-shadow: 0 8px 15px rgba(142, 116, 56, 0.5);
}

.copy-item-txt {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0px 0px 5px #000000;
}

.copy-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(#fff, transparent 40%);
  height: 100%;
  width: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .copy-list {
    margin: 0;
  }

  .copy-item {
    width: 30%;
    height: 80px;
  }

  .copy-item-txt {
    font-size: 16px;
  }
}


/*�᤭�Ф���������Ĵ��*/

.videoinfo .balloon.no2 {
  margin-right: 156px;
}

.videoinfo .balloon.no3 {
  margin-right: 195px;
}

.videoinfo .balloon.no1 .balloon-ttl .emphasis-img .initial:nth-of-type(1) {
  margin-left: -15px;
}

@media all and (min-width: 0px) and (max-width: 767px) {

  .videoinfo .balloon.no2,
  .videoinfo .balloon.no3 {
    margin-left: 0;
  }
}

@media all and (min-width: 0px) and (max-width: 480px) {
  .videoinfo .balloon.no1 .balloon-ttl .emphasis-img .initial {
    margin-top: 0;
  }
}



/* ������ */
.insideinfo .form-bt {
  /*margin: 20px 0 20px 162px;*/
  margin: 20px 0 20px 225px;
}

.insideinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.insideinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.insideinfo p.form a:hover {
  text-indent: -9999px;
}

.insideinfo .inside-content {
  margin-bottom: 60px;
}

.insideinfo .inside-content p {
  text-align: center;
  margin-left: 40px;
}

.insideinfo .inside-content p.title {
  text-align: left;
}

.insideinfo .inside-content .column {
  margin: 20px auto 30px;
}


@media all and (min-width: 0px) and (max-width: 767px) {
  .insideinfo p.button {
    margin: 0 auto 35px;
  }

  .insideinfo .form-bt {
    margin: auto;
  }

  .insideinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .insideinfo .form-bt p.form a,
  .insideinfo .form-bt p.form a img {
    width: 100% !important;
  }
}


/*�ƥ����Ȳ�*/

.insideinfo .copy {
  margin: 25px 0;
  font-size: 46px;
  transform: rotate(-2deg);
  letter-spacing: -0.05em;
}
.insideinfo .copy.sub {
  font-size: 32px;
  transform: rotate(0);
}
.insideinfo .copy.sub::before {
  left: 64px;
}
.insideinfo .copy-txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  padding-left: 40px;
}

.deputize-ttl {
  margin:20px 0 30px;
  padding-left: 20px;
  transform: rotate(-1.5deg);
  filter: drop-shadow(rgba(0,0,0,0.35) 2px 2px 6px);
  display: inline-block;
  position: relative;
}
.deputize-ttl > span {
  color: #fff;
  background-color: #7f5c45;
  padding: 10px 60px 10px 35px;
  font-size: 36px;
  line-height: 1;
  position: relative;
  clip-path: polygon(100% 0, 100% 68%, 93% 100%, 0 100%, 0 0);
  -webkit-text-stroke: 1.5px #000;
  text-stroke: 1.5px #000;
  display: inline-block;
}
.deputize-ttl > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: 12.5px;
}
.deputize-ttl::after {
  content: url(../images/anime_red_point.gif);
  display: block;
  top: -25px;
  right: -25px;
  position: absolute;
}


.sample-ttl {
  margin:40px 0 60px;
  padding-left: 10px;
  transform: rotate(-1.5deg);
  filter: drop-shadow(rgba(0,0,0,0.5) 3px 3px 6px);
  position: relative;
  display: inline-block;
}
.sample-ttl > span {
  color: #222;
  background-color: #e19796;
  padding: 10px 80px 10px 35px;
  font-size: 32px;
  line-height: 1;
  position: relative;
  clip-path: polygon(100% 0, 100% 68%, 93% 100%, 0 100%, 0 0);
  display: inline-block;
}
.sample-ttl > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: 12.5px;
}
.sample-ttl::after {
  content: url(../images/anime_red_point.gif);
  display: block;
  top: -12.5px;
  right: -12.5px;
  position: absolute;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .insideinfo .copy {
    font-size: clamp(2rem, 0.9262rem + 5.3691vw, 3.5rem);
    margin:-20px auto 0;
    letter-spacing: -0.07em;
  }

  .insideinfo .copy.sub {
    font-size: clamp(1.5rem, 0.9631rem + 2.6846vw, 2.25rem);
    margin: 25px 0 20px;
    letter-spacing: 0;
  }
  .insideinfo .copy-txt {
    font-size: 16px;
    padding:10px 15px 20px;
  }
}

.deputize {
  margin: 20px 0 20px 40px;
  width: calc(100% - 40px);
}

.deputize-ttl {
  margin-left: -15px;
}

.deputize-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.deputize-item-ttl {
  width: calc(145px - 14px);
  height: calc(145px - 14px);
  border-radius: 50%;
  padding: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.deputize-item-ttl-inner {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 4px rgba(0, 0, 0, 1), 0 0 8px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}

.deputize-item-detail {
  width: 446px;
  padding: 15px 18px;
  border: 3px solid;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.deputize-item-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
}

.detail-ttl {
  border-radius: 6px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 14px 8px;
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}

.detail-txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

.detail-txt .emphosis {
  color: #d54047;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .deputize {
    margin: 0;
    width: 100%;
  }

  .deputize-item {
    justify-content: center;
  }

  .deputize-item-detail {
    border: 5px solid;
    border-radius: 12px;
    padding: 12px;
  }

  .detail-ttl {
    font-size: 18px;
  }

  .detail-txt,
  .detail-txt .emphosis {
    font-size: 15px;
  }
}


/*������*/
.planning .deputize-item-detail {
  border-color: #799050;
}

.planning .deputize-item-detail::before {
  content: url(../images/inside/inside_balloon_edge_green.png);
}

.planning .detail-ttl {
  color: #ffffff;
  background-color: #51874F;
}

.deputize-item-ttl.marble-green {
  background: linear-gradient(#3b5a00, #84b61c 60%, #e6f0c8);
  margin-top: 110px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .planning .deputize-item-detail::before {
    content: "";
    display: block;
    border-bottom: 20px solid #799050;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }

  .deputize-item-ttl.marble-green {
    margin: 20px;
  }
}

/*��ࡦ�������*/
.coverage .deputize-item-ttl-inner {
  padding-top: 5px;
}

.coverage .deputize-item-detail {
  border-color: #be8915;
  width: 400px;
}

.coverage .deputize-item-detail::before {
  content: url(../images/inside/inside_balloon_edge_yellow.png);
}

.coverage .detail-ttl {
  color: #000000;
  background-color: #fdd000;
}

.deputize-item-ttl.marble-yellow {
  background: linear-gradient(#947c35, #f0d109 60%, #fffac8);
  margin-left: 40px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .coverage .deputize-item-detail::before {
    content: "";
    display: block;
    border-bottom: 20px solid #be8915;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }

  .deputize-item-ttl.marble-yellow {
    margin: 20px;
  }
}

/*�������*/
.production .deputize-item-detail {
  border-color: #5b7794;
}

.production .deputize-item-detail::before {
  content: url(../images/inside/inside_balloon_edge_blue.png);
}

.production .detail-ttl {
  color: #ffffff;
  background-color: #044471;
}

.deputize-item-ttl.marble-blue {
  background: linear-gradient(#104f7f, #2078b9 60%, #c8d2ff);
  margin-bottom: 125px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .production .deputize-item-detail::before {
    content: "";
    display: block;
    border-bottom: 20px solid #5b7794;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }

  .deputize-item-ttl.marble-blue {
    margin: 20px;
  }
}

/*���������᤿�������*/
.power {
  background-image: url(../images/inside/powor_bg.png);
  width: calc(678px - 100px);
  height: 391px;
  padding: 25px 30px 20px 70px;
}

.power-ttl {
  color: #ffffff;
  background-color: #91004f;
  padding: 15px 0 12px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
  border: 2px solid #ffffff;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-size-adjust: 100%;
}

.power-txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}

.power-txt .emphosis {
  color: #b50065;
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .power {
    background-image: none;
    background-color: #ffffff;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    margin: 40px auto;
  }

  .power-ttl {
    font-size: 20px;
  }

  .power-txt,
  .power-txt .emphosis {
    font-size: 16px;
  }
}

.sample {
  margin: 20px 0 20px 40px;
  width: calc(100% - 40px);
}

.sample-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.sample-item {
  margin-top: -30px;
}

.sample-item:nth-of-type(3) {
  margin: -10px auto 0;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .sample {
    margin: auto;
    width: 100%;
  }

  .sample-list {
    margin-top: 0;
    width: 100%;
  }

  .sample-item {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .sample-item img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}

/* �Уһ� */
.prinfo .form-bt {
  margin: 20px 0 20px 225px;
}

.prinfo .form-bt p.form {
  xtext-align: center;
  background-image: url(../images/bt-form_o.png);
  margin: 0a auto;
}

.prinfo .form-bt p.form a {
  display: block;
  width: 346px !important;
  height: 70px;
}

.prinfo p.form a:hover {
  text-indent: -9999px;
}

/*�ƥ����Ȳ�*/

.prinfo .copy-txt {
  margin-top: 50px;
}
.prinfo .copy {
  margin: 25px 0;
  font-size: 46px;
  transform: rotate(-2deg);
  letter-spacing: -0.05em;
}
.prinfo .copy-txt {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  padding-left: 40px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .prinfo .copy {
    margin:0 0 30px;
    text-align: center;
    font-size: clamp(2.25rem, 1.5341rem + 3.5794vw, 3.25rem);
    padding-left: 0;
  }
  .prinfo .form-bt {
    margin: 0 auto 35px;
  }

  .prinfo .form-bt p.form {
    width: 90%;
    max-width: 346px;
    margin: auto;
    background-size: contain;
  }

  .prinfo .form-bt p.form a,
  .prinfo .form-bt p.form a img {
    width: 100% !important;
  }

  .prinfo .copy-txt {
    margin: 15px;
    padding-left: 0;
    font-size: 16px;
  }

  .prinfo .copy-txt,
  .prinfo .copy-txt .emphosis {
    line-height: 2;
  }
}

/* �ȼ��̥ܥ��� */

.trade {
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin-bottom: 48px;
  padding-bottom: 62px;
  background-image: url(../../trade/images/bg-more.png);
  background-position: 190px bottom;
}

.trade h4 {
  width: 540px;
  height: 56px;
  margin: 0 auto 12px auto;
  text-indent: -9999px;
  background-image: url(../../trade/images/st-h4.gif);
}

.trade ul {
  width: 540px;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  overflow: visible;
  margin: 0 auto;
}

.trade ul li {
  float: left;
  width: 175px;
  height: 50px;
  text-indent: -9999px;
  margin: 2px;
}

.trade ul li a:link,
.trade ul li a:visited {
  display: block;
  width: 175px;
  height: 50px;
}

.trade li.manufact {
  background-image: url(../../trade/images/bt-manufact_o.jpg);
}

.trade li.manufact a {
  background-image: url(../../trade/images/bt-manufact.jpg);
}

.trade li.press {
  background-image: url(../../trade/images/bt-press_o.jpg);
}

.trade li.press a {
  background-image: url(../../trade/images/bt-press.jpg);
}

.trade li.build {
  background-image: url(../../trade/images/bt-build_o.jpg);
}

.trade li.build a {
  background-image: url(../../trade/images/bt-build.jpg);
}

.trade li.outsource {
  background-image: url(../../trade/images/bt-outsource_o.jpg);
}

.trade li.outsource a {
  background-image: url(../../trade/images/bt-outsource.jpg);
}

.trade li.hospital {
  background-image: url(../../trade/images/bt-hospital_o.jpg);
}

.trade li.hospital a {
  background-image: url(../../trade/images/bt-hospital.jpg);
}

.trade li.maintenance {
  background-image: url(../../trade/images/bt-maintenance_o.jpg);
}

.trade li.maintenance a {
  background-image: url(../../trade/images/bt-maintenance.jpg);
}

.trade li.waste {
  background-image: url(../../trade/images/bt-waste_o.jpg);
}

.trade li.waste a {
  background-image: url(../../trade/images/bt-waste.jpg);
}

.trade li.food {
  background-image: url(../../trade/images/bt-food_o.jpg);
}

.trade li.food a {
  background-image: url(../../trade/images/bt-food.jpg);
}

.trade li.logistics {
  background-image: url(../../trade/images/bt-logistics_o.jpg);
}

.trade li.logistics a {
  background-image: url(../../trade/images/bt-logistics.jpg);
}

.trade li a:active,
.trade li a:hover {
  background-image: none !important;
}


/*�ȼ��̥�˥塼�ɵ�*/
#guide-menu #trade li {
  width: 137px;
  height: 50px;
  margin-bottom: 6px;
}

#guide-menu #trade li a {
  display: block;
  width: 137px;
  height: 50px;
}

#guide-menu #trade li a:hover {
  display: block;
  width: 137px;
  height: 50px;
  background: white !important;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-indent: 0;
}

@media all and (min-width: 0px) and (max-width: 767px) {

  #guide-menu #trade li a,
  #guide-menu #trade li a:hover {
    height: 45px;
  }
}

.contents-container {
  position: relative;
  width: 750px;
  height: 2581px;
  background-image: url(../images/img_company.png);
}

.contents-button {
  position: absolute;
  top: 1165px;
  left: 390px;
  width: 628px;
  height: 50px;
  border-radius: 5px;
}

.contents-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: blue;
  font-size: 14px;
}

/*�����ȼ�*/
#customers_content {
  background: url(../../images/bg-contents.gif) center top no-repeat;
  padding-top: 40px;
  margin-top: 20px;
}

.customers_bottom {
  background: url(../../images/bg-contents_bottom.png) center bottom no-repeat;
  padding-bottom: 32px;
  margin-bottom: 10px;
}

#customers_content .cet {
  text-align: center;
}

#customers_content .cet:nth-child(3) {
  margin: 40px auto 20px;
}

.banners {
  position: fixed;
  top: 125px;
  right: 40px;
}

.banners p {
  margin: 10px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .banners {
    display: none;
  }
}

@media print {

  /*print��Ŭ�Ѥ�������*/
  .banners {
    display: none;
  }
}

/*
.cet a {
  color: transparent;
  display: block;
  width: 219px;
  height: 100px;
}
.cet a.customers {
  background-image: url(../images/banner1.png);
}
.cet a.operation {
  background-image: url(../images/banner2.png);
}
.cet a.comic {
  background-image: url(../images/banner3.png);
}*/
