@charset "UTF-8";

/*--------------------------
  Basic style
--------------------------*/
@font-face{
  font-family: "hurleyFont";
  src: url('../fonts/hurley-1967-sans.woff2') format('woff2'),
  url('../fonts/hurley-1967-sans.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face{
  font-family: "hurleyFont-Rough";
  src: url('../fonts/hurley-1967-sans-Rough.woff2') format('woff2'),
  url('../fonts/hurley-1967-sans-Rough.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
  margin: 0;
  padding: 0;
}
html{
  line-height: 1;
  background: #000;
}
body{
  color: #333;
  font-size: clamp(14px, 3.73vw, 14px);
  line-height: 1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
.inner{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
input[type="submit"]{
  appearance: none;
}
a{
  text-decoration: none;
}
a[href^="tel:"]{
  color: inherit;
}
a.textlink{
  color: #333;
  margin: 0 .2em;
  text-decoration: underline;
}
a.disable{
  pointer-events: none;
}
li{
	list-style-type: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border-style: none;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
  display: inline;
  text-decoration: underline;
}
a.sankaku{
  color: #03c;
  text-decoration: none;
}
a.sankaku::before{
  content: '▶︎';
  color: #03c;
  margin-right: .25em;
  font-size: 13px;
  vertical-align: .1em;
}
.youtube{
  position: relative;
  padding-bottom: 56.25%;/*16:9*/
  height: 0;
  overflow: hidden;
}
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h4.catch{
  padding-top: 1.5em;
}
h4.catch span{
  display: block;
  line-height: 1;
  font-family: serif;
  letter-spacing: .03em;
  font-size: clamp(16px, 5.33vw, 20px);
}
h4.catch span.en{
  color: #c1c1c1;
  font-style: italic;
  letter-spacing: .06em;
  margin-top: .25em;
  font-size: clamp(11px, 3.2vw, 12px);
}
h4.catch span::before{
  content: '“';
  color: #ceced9;
  font-size: clamp(32px, 10.13vw, 38px);
  font-family: serif;
  vertical-align: -.1em;
  margin-right: .1em;
}
h4.catch span::after{
  content: '”';
  color: #ceced9;
  font-size: clamp(32px, 10.13vw, 38px);
  font-family: serif;
  vertical-align: -.1em;
  margin-left: .1em;
}
h4.catch span.en::before,
h4.catch span.en::after{
  content: none;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.center figure{
  background: #d9d9d9;
}
.center figure img{
}
figcaption{
  padding: .35em 0;
  text-align: center;
  font-size: clamp(12px, 3.73vw, 14px);
}
.spNone{
  display: none !important;
}
.spBr{
  display: block !important;
}
.pcBr{
  display: none !important;
}
.marker{
  background: linear-gradient(transparent 65%, #ecfc3d 35%);
}
.indigo{
  color: #332B99;
}
.red{
  color: #FF0045;
}
.bgGray{
   background: #f7f7f7;
}
.bglightGray{
  background: #fafafa;
}
sup{
  line-height: 0;
  margin-right: .2em;
}
.hurley{
  font-family: "hurleyFont";
  letter-spacing: .03em;
  transform: rotate(.05deg);
}
.indent{
  margin-left: -.5em;
}
.enimg{
  width: 116px;
  line-height: 1;
  margin-left: -.4em;
  vertical-align: -.01em;
}
.en sup{
  margin-left: -.4em;
}

/* 共通 Button */
.btn a{
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding: .8em .65em;
  font-weight: 600;
  text-align: center;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: clamp(15px, 4.53vw, 17px);
  background: linear-gradient(45deg, #3f2eb5, #6d4be1);
}
.btn a::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw1.svg) no-repeat;
  background-size: contain;
  vertical-align: -.2em;
  margin-left: 1em;
  width: 18px;
  height: 18px;
}
.btn a.nolink{
  pointer-events: none;
}
.btn a.nolink::after{
  content: none;
}
.btn a.nolink.gray{
  opacity: .5;
  pointer-events: none;
}
.btn a .cap{
  font-size: 75%;
}
li.shadowBox{
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
/* 横並び Button */
.fig4 ul{
  display: flex;
  justify-content: space-between;
}
.fig3 ul,
.fig2 ul{
  padding: 1.5em 0;
}
.fig4 ul li{
  width: 49%;
  margin-bottom: .5em;
}
.fig3 ul li{
  width: 100%;
  margin-bottom: .5em;
}
.fig2 ul li{
  width: 100%;
  margin-bottom: .5em;
}
/* pageTopへ Button */
.pagetop{
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}
.pagetop a{
  display: block;
  background: #ccc;
  text-align: center;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  padding: .75em 1em;
  opacity: .5;
}


/* padding-bottom Control */
.pb1em{
  padding-bottom: .75em;
}
.pb2em{
  padding-bottom: 1.5em;
}
.pb3em{
  padding-bottom: 2em;
}
.pb4em{
  padding-bottom: 3em;
}
.pb5em{
  padding-bottom: 3.75em;
}
.pb6em{
  padding-bottom: 6em;
}
.pb7em{
  padding-bottom: 5.25em;
}
.pb8em{
  padding-bottom: 6em;
}

/*--------------------------
  header
--------------------------*/
#header{
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  padding: 18px 0 22px;
  z-index: 100;
  transition: .3s;
  background: rgba(0, 0, 0, .5);
}
#header.change-color{
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  transition: .3s;
}
#header .inner{
  position: relative;
  display: flex;
  align-items: center;
}
#header h1{
  width: 50%;
  padding-top: .15em;
  margin-right: auto;
}
#header h1 img.wh{
  display: block;
}
#header.change-color h1 img.wh{
  display: none;
}
#header h1 img.bk{
  display: none;
}
#header.change-color h1 img.bk{
  display: block;
}

/*--------------------------
  Global Navi
--------------------------*/
#globalnav{
}
#globalnav > ul{
  width: 100%;
  padding: 3em 0;
}
#globalnav ul li{
}
#globalnav ul li a{
  display: block;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  padding: .5em 2em;
  border-bottom: .5px solid #ccc;
  font-size: clamp(12px, 4vw, 15px);
}
#globalnav > ul > li > a{
  letter-spacing: .05em;
  font-weight: 600;
}
.drawer-hamburger.change-color #globalnav ul li a{
  color: #121212;
  text-shadow: none;
}
.drawer-hamburger.change-color .drawer-hamburger-icon:after,
.drawer-hamburger.change-color .drawer-hamburger-icon:before{
	background-color: #222 !important;
}
#globalnav ul.sub-menu{
  width: 100%;
}
#globalnav ul.sub-menu li a{
  display: block;
  color: #222;
  text-align: left;
  padding: .8em 1em;
  background: #f4f4f4;
  font-size: clamp(11px, 3.73vw, 14px);
}
#globalnav ul.sub-menu li a::before{
  content: '';
  display: inline-block;
  width: .75em;
  height: 1px;
  margin: 0 .5em .25em 1.25em;
  background: #8b8d92;
}

/*--------------------------
  Page Header
--------------------------*/
#page-header{
  /*
  background: url(../images/common/main2.png) no-repeat center center;
  background-size: cover;
  position: relative;
  */
  background: linear-gradient(90deg, rgba(29, 26, 75, 1), rgba(1, 8, 44, 1));
  position: relative;
}

#page-header.order{
  background: url(../images/order/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.venlytraverse{
  background: #01082b url(../images/venly/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.product{
  background: #01082b url(../images/product/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.purchaseflow{
  background: url(../images/purchase/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.company{
  background: url(../images/company/img_ov_02.png) no-repeat center center;
  background-size: cover;
}
#page-header.recruit{
  background: url(../images/recruit/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.info,
#page-header.product-info{
  background: url(../images/info/title_bg.jpg) no-repeat center center;
  background-size: cover;
}
#page-header.contact{
  background: url(../images/contact/title_bg.jpg) no-repeat right center;
  background-size: cover;
}
#page-header:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, .35);
}
#page-header .inner{
  min-height: 35vh;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  z-index: 10;
}
#page-header h2{
  color: #fff;
  position: absolute;
  top: 60%;
  left: 0;
  margin: 0 20px;
  transform: translateY(-50%);
}
#page-header h2 .ja{
  position: relative;
  line-height: 1;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: clamp(25px, 7.47vw, 28px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}
#page-header h2 .ja .venly-t{
  position: relative;
  letter-spacing: 0;
  margin-right: .5em;
}
#page-header h2 .ja .venly-t .r{
  position: absolute;
  top: -.2em;
  right: -.5em;
  font-size: clamp(26px, 2.66vw, 34px);
}
#page-header h2 .en{
  display: block;
  color: #dfbdff;
  font-weight: 700;
  font-style: italic;
  font-family: "hurleyFont";
  letter-spacing: .05em;
  padding-bottom: .25em;
  margin-left: .2em;
  font-size: clamp(12px, 3.73vw, 14px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  transform: rotate(.05deg);
}
#page-header.venlytraverse h2 .en{
  width: 38%;
  line-height: 1;
  padding-bottom: .35em;
}

#breadcrumb{
  padding-top: 5px;
  padding-bottom: 20px;
  background: #fbfbfe;
}
#breadcrumb li{
  display: inline;
  color: #B5B5B5;
  font-size: clamp(10px, 3.47vw, 13px);
}
#breadcrumb li:after{
  content: "/";
  color: #B5B5B5;
  margin: 0 .25em 0 .5em;
}
#breadcrumb li:last-child::after{
  content: none;
}
#breadcrumb li a{
  color: #333;
  display: inline;
  text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumb li:last-child a{
  pointer-events: none;
  text-decoration: none;
}

/*--------------------------
  各専用お問い合わせボタンエリア
--------------------------*/
#contactArea{
  background: url(../images/order/bg_contact.png) no-repeat top center;
  background-size: cover;
}
/*
#contactArea.venlytraverse{
  background: url(../images/order/bg_contact.png) no-repeat top center;
  background-size: cover;
}
*/
#contactArea .inner{
  padding: 4em 0 3em;
  text-align: center;
  background: radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-color: rgba(0, 0, 0, .3);
}
#contactArea a{
  display: block;
  width: 90%;
  color: #dddde4;
  font-weight: 600;
  letter-spacing: .07em;
  background: rgba(0, 15, 44, .7);
  margin: 0 auto;
  padding: 1em .75em 1.25em;
  text-decoration: none;
  border-radius: 8px;
  border: .5px solid #82828c;
  line-height: 1.2;
  font-size: clamp(18px, 5.33vw, 20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
#contactArea a span{
  display: block;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .75em;
  letter-spacing: .1em;
  font-size: clamp(11px, 3.73vw, 14px);
}
#contactArea a > span{
  padding: 0 0 .5em;
  border-bottom: .5px solid #a7a7b0;
}

/*--------------------------
  お知らせ　個別ページ（共通）
--------------------------*/
#infoDetail{
  padding: 2em 0 3em;
}
#infoDetail .entry-header{
  padding-bottom: .5em;
  border-bottom: 1.5px solid #332B99;
}
#infoDetail .entry-header h3{
  line-height: 1.4;
  padding-bottom: .5em;
  font-size: clamp(16px, 5.07vw, 19px);
}
#infoDetail .entry-header .date{
}
#infoDetail .letterbody{
  padding-top: 1em;
  line-height: 1.75;
}

/* Post Navigation */
#infoDetail nav{
  padding-top: 4em;
}
#infoDetail nav h2{
  display: none;
}
.nav-links{
  font-size: 16px;
}
.nav-links div[class^="nav-"]{
  width: 100%;
}
.nav-links .nav-previous + .nav-next{
  margin-top: -1px;
}
.nav-links a{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.5em;
  color: #333;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: clamp(13px, 1.39vw, 15px);
}
.nav-links .nav-previous a{
  padding-right: 1em;
  text-align: left;
  border-left: 1px solid transparent;
}
.nav-links .nav-next a{
  padding-left: 1em;
  justify-content: flex-end;
  border-right: 1px solid transparent;
}
.nav-links .nav-previous a::before{
  content: '\0ab';
  vertical-align: middle;
  margin-right: 1em;
  margin-bottom: .15em;
  font-size: clamp(14px, 1.57vw, 17px);
}
.nav-links .nav-next a::after{
  content: '\0bb';
  vertical-align: middle;
  margin-left: 1em;
  margin-bottom: .15em;
  font-size: clamp(14px, 1.57vw, 17px);
}

/*--------------------------
  Common Footer Contents
--------------------------*/
#footer_area{
  width: 100%;
  background: #fafafa;
}
#footer_area .inner{
}
#footer_area h4{
  color: #f04;
  padding-top: 1.75em;
  text-align: center;
  letter-spacing: .03em;
  font-size: clamp(22px, 6.93vw, 26px);
  font-family: "hurleyFont";
  transform: rotate(.05deg);
}
#footer_area .inner p{
  text-align: center;
  padding: 1em 0 .5em;
  font-size: clamp(10px, 3.73vw, 14px);
}
#footer_area .inner p.arw_line_short{
  width: 55%;
  margin: 0 auto;
}
#footer_area ul{
  display: flex;
  flex-wrap: wrap;
  margin: .75em 0;
  box-sizing: border-box;
  justify-content: space-between;
}
#footer_area ul li{
  margin-bottom: 1.5em;
}
#footer_area ul li a{
  display: block;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4);
}
#footer_area ul li a figure{
  width: 100%;
}
#footer_area ul li a figure img{
  border-radius: 10px 10px 0 0;
}
#footer_area ul li a div{
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#footer_area ul li a h5{
  color: #000;
  text-align: center;
  padding-top: .5em;
  font-size: clamp(16px, 5.87vw, 22px);
}
#footer_area ul li a h5 span{
  display: block;
  color: #c1c1c1;
  font-weight: 300;
  letter-spacing: .1em;
  font-family: "hurleyFont";
  font-size: clamp(11px, 3.47vw, 13px);
  transform: rotate(.05deg);
}
#footer_area ul li a p{
  padding: .5em 0 1.5em !important;
  font-size: clamp(10px, 4.27vw, 16px);
}
.black_base{
  background: #000;
  margin-top: -15em;
  padding-top: 50%;
}
#contact_footer{
  background: url(../images/home/main.png) no-repeat top left;
  background-size: cover;
}
#contact_footer .inner{
  padding: 2.25em 0 2.25em;
  text-align: center;
  background: radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-color: rgba(0, 0, 0, .3);
}
#contact_footer .inner h4{
  color: #fff;
  margin-bottom: .75em;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: clamp(22px, 6.93vw, 26px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}
#contact_footer .inner h4 span{
  display: block;
  color: #c1c1c1;
  font-weight: 400;
  letter-spacing: .1em;
  font-family: "hurleyFont";
  font-size: clamp(11px, 3.47vw, 13px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  transform: rotate(.05deg);
}
#contact_footer .inner a{
  display: block;
  color: #fff;
  font-weight: 600;
  background: #f00;
  padding: .75em 1.5em;
  margin: 0 20px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 8px;
  box-sizing: border-box;
  border: .5px solid #ccc;
  font-size: clamp(16px, 5.33vw, 20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

/*--------------------------
  Footer
--------------------------*/
footer{
  width: 100%;
  background: #000;
}
footer .inner{
}
.office{
  width: 100%;
  margin: 0 auto 1.5em;
}
.office p{
  width: 65%;
  margin: 0 auto;
  padding-top: 2em;
}
.office span{
  display: block;
  color: #b9bcc3;
  padding-top: 1em;
  padding-left: 1em;
  line-height: 1.75;
  text-align: center;
  letter-spacing: .05em;
  font-size: clamp(12px, 3.73vw, 14px);
}
.office span.space{
  display: none;
  padding-top: 0;
  padding-left: 0;
}
.copyright{
  color: #8b8d92;
  background: #000;
  text-align: center;
  padding: 1em 0 1.5em;
  letter-spacing: .05em;
  border-top: 1px solid #353535;
  font-size: clamp(11px, 3.47vw, 13px);
}

/*--------------------------
  404
--------------------------*/
#page404{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 128px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 16px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 28px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 125%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.3em;
}
#page404 p.ask+p{
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}

/*--------------------------
  Home
--------------------------*/
#homeContent .sliderWrap{
  height: 100%;
}
#homeContent figure{
  position: relative;
  width: 100%;
}
#homeContent figure:first-of-type::before{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
/*  background: rgba(0, 0, 0, .5);*/
  background: radial-gradient(rgba(0, 0, 0, .5) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, .5) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-color: rgba(0, 0, 0, .5);
}
#homeContent figure img{
  object-fit: cover;
}
#homeContent .slogan{
  position: absolute;
  top: calc(50% + 4%);
  left: 50%;
  width: 95%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 30;
}
#homeContent .slogan h2{
  color: #fff;
  font-size: clamp(20px, 9.6vw, 36px);
/*  font-family: "hurleyFont";*/
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  z-index: 50;
}
#homeContent .slogan h2 span{
  display: block;
  color: #f00;
  letter-spacing: .05em;
  font-size: clamp(12px, 4.8vw, 18px);
  font-family: "hurleyFont";
  padding-bottom: 1em;
  transform: rotate(.05deg);
}
#homeContent .slogan h2 span.r{
  color: #fff;
  display: inline;
  font-weight: 300 !important;
  vertical-align: .95em;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(10px, 5.33vw, 20px);
}
#homeContent .slogan h3{
  color: #fff;
  font-size: clamp(13px, 4.27vw, 16px);
  font-weight: 600;
  line-height: 1.4;
  padding-top: .2em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  z-index: 50;
}
#homeContent .slogan p{
  color: #fff;
  width: 17em;
  margin: .5em auto;
  padding-top: .5em;
  text-align: justify;
  line-height: 1.8;
  font-size: clamp(10px, 4vw, 15px);
  transition: .2s;
}

/*Slider*/
#mv{
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}
#mv .sliderWrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mv .slider-images{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#mv .slider-images figure{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
/*  opacity: 0;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;*/
}
.object-fit{
  overflow: hidden;
  position: relative;
}
.object-fit img{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
@keyframes fade{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
#mv .slider-images figure:first-of-type{
}
#mv .slider-images figure:nth-of-type(2){
  animation-delay: 6s;
}
#mv .slider-images figure:nth-of-type(3){
  animation-delay: 9s;
}
#mv .slider-images figure:nth-of-type(4){
  animation-delay: 12s;
}
*/

#bnr_area{
  padding: 1em 0;
  background: #fafafa;
}
#bnr_area .inner{
  text-align: center;
}
#bnr_area .inner a{
  display: block;
  width: 100%;
  margin: 0 auto 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#bnr_area .inner a img{
  width: 100%;
}

.info_area{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  margin-bottom: 2em;
}
.info_area .left{
  display: flex;
  align-items: center;
  width: 100%;
  background: #eee;
}
.info_area .left .box{
  width: 100%;
  margin: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.info_area .left h3{
  color: #000;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: .75em;
  font-size: clamp(20px, 6.13vw, 23px);
}
.info_area .left h3 span{
  display: block;
  color: #919191;
  font-weight: 300;
  letter-spacing: .1em;
  font-size: clamp(11px, 3.47vw, 13px);
  font-family: "hurleyFont";
  transform: rotate(.05deg);
}

/*common ここから*/
.btn_bk a{
  display: block;
  color: #fff;
  padding: .75em 0;
  font-weight: 500;
  font-size: clamp(14px, 4.27vw, 16px);
  background: #222;
  text-align: center;
  text-decoration: none;
}
.btn_bk a::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw1.svg) no-repeat;
  background-size: contain;
  vertical-align: -.2em;
  margin-left: 1em;
  width: 18px;
  height: 18px;
}
/*common ここまで*/

.info_area .right{
  width: 100%;
  margin: 0 20px;
}
.info_area .right .box{
  width: 100%;
  box-sizing: border-box;
  padding: .5em 0 .75em;
}
.info_area .right .box ul li a{
  display: flex;
  flex-wrap: wrap;
  color: #333;
  padding: .75em 0;
  border-bottom: 1px dotted #dbdbdb;
}
.info_area .right .box ul li:last-child a{
  padding: .75em 0 1em;
  border-bottom: none;
}
.info_area.bdr .right .box ul li:last-child a{
  border-bottom: 1px dotted #dbdbdb;
}
.info_area .right .box ul li a .date{
  display: block;
  min-width: 5em;
  color: #f04;
  margin-right: 3em;
  line-height: 1.85;
  letter-spacing: .1em;
  font-size: clamp(14px, 4.27vw, 16px);
  font-family: "hurleyFont";
  transform: rotate(.05deg);
}
.info_area .right .box ul li a p{
  line-height: 1.65;
  font-size: clamp(12px, 3.73vw, 14px);
}
.info_area .right .box ul li a .info_title{
  font-weight: 600;
  line-height: 1.3;
  padding: .15em 0 .5em;
  font-size: clamp(14px, 4.27vw, 16px);
}
#recruit p.info_title{
  line-height: 1.3;
}
.info_area .right .box ul li a .info_title::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw2.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: .5em;
  width: 15px;
  height: 15px;
}
.info_area.product{
  border-bottom: 1.5px solid #eee;
}
.info_area.product .left{
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #eee;
}

/*common ここから*/
.sec_title{
  padding: 2.5em 0 1.25em;
  border-bottom: 1.5px solid #eaeaea;
}
.sec_title h3{
  position: relative;
  color: #000;
  line-height: 1.3;
/*  letter-spacing: .05em;
  font-size: clamp(20px, 6.13vw, 23px);*/
  letter-spacing: .03em;
  font-size: clamp(18px, 5.33vw, 20px);
}
.sec_title h3::after{
  content: '';
  position: absolute;
  bottom: -35px;
  left: 1em;
  width: 19px;
  height: 20px;
  display: inline-block;
  background: url(../images/common/sankaku.svg) no-repeat;
  background-size: contain;
}
.sec_title h3 span.en{
  display: block;
  color: #c1c1c1;
  letter-spacing: .1em;
  margin-left: .2em;
  margin-bottom: .35em;
  font-weight: 300;
  font-size: clamp(11px, 3.2vw, 12px);
  font-family: "hurleyFont";
  transform: rotate(.05deg);
}
.sec_title.bg_grd{
  background: linear-gradient(180deg, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1));
}
/*common ここまで*/

#howtobuy .box{
  padding: 2em 0 .5em;
}
#howtobuy .box p{
  padding-bottom: .75em;
  font-size: clamp(12px, 3.73vw, 14px);
}
#howtobuy ul{
  display: flex;
  flex-wrap: wrap;
}
#howtobuy ul li{
  width: 100%;
  margin-bottom: .75em;
}
#howtobuy ul li figure{
  max-height: 350px;
}
#howtobuy ul li figure img{
  width: 100%;
}
#howtobuy ul li p{
  color: #f5f5f5;
  background: #222;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 0 0 10px 10px;
}
#howtobuy ul li p.title{
  padding: .5em .75em;
  border-radius: 10px 10px 0 0;
  font-size: clamp(16px, 4.8vw, 18px);
}
#howtobuy ul li p a{
  border-radius: 0 0 10px 10px;
}
#howtobuy ul li p.btn_bk{
  padding: .75em;
  font-size: clamp(16px, 4.27vw, 18px);
}
#howtobuy ul li p.btn_bk::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw1.svg) no-repeat;
  background-size: contain;
  vertical-align: -.1em;
  margin-left: .75em;
  width: 17px;
  height: 17px;
}

/*--------------------------
  Venly Traverse
--------------------------*/
#page-header.venly_header{
  background: url(../images/venly/main_sp.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

/*common ここから*/
.anchor{
  display: grid;
  margin: 2em auto;
  column-gap: 12px;
}
.anchor.elem2{
  margin: 0 40px;
  padding: 1em 0;
  grid-template-columns: repeat(1, 1fr);
}
.anchor.elem3{
  margin: 0 40px;
  grid-template-columns: repeat(1, 1fr);
}
.anchor.elem4{
  grid-template-columns: repeat(1, 1fr);
}
.anchor li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  padding: .75em 1em .75em 1.5em;
  margin-bottom: .25em;
  background: #332B99;
  border-radius: 9999px;
  font-size: clamp(12px, 3.87vw, 14.5px);
/*  padding: 1.15em 1em 1.15em 1.65em;*/
}
.anchor li a::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}
.anchor li.exlink a{
  color: #211815;
  background: #fff;
  letter-spacing: -.03em;
  border: 1.5px solid #332B99;
}
.anchor li.exlink a::after{
  border-top: 10px solid #332B99;
  transform: rotate(-90deg);
}
.anchor li.exlink a img{
  width: 63%;
}
@media (min-width: 480px) and (max-width: 756px){
  .anchor li.exlink a img{
    width: 38%;
  }
}
.anchor.s_text{
  margin: 1em auto;
}
.anchor.s_text li a{
  position: relative;
  justify-content: flex-start;
}
.anchor.s_text li a::after{
  position: absolute;
  right: 1.5em;
}
.anchor.s_text.elem3{
  margin: 0 40px 1.75em;
}
.anchor.tab{
  margin: 1.5em auto;
  column-gap: 0;
  border-bottom: 2px solid #332B99;
}
.anchor.tab li{
  width: 100%;
}
.anchor.tab li a{
  padding: .5em 1.5em;
  margin-bottom: 0;
  font-size: clamp(13px, 3.47vw, 13px);
}
.anchor.tab.elem4{
  margin: 1em 20px;
  grid-template-columns: repeat(2, 1fr);
}
.anchor.tab li a{
  color: #222;
  background: #fff;
  padding: .75em .5em;
  border-radius: 0;
  justify-content: center;
  border-top: 2px solid #332B99;
  border-left: 2px solid #332B99;
}
.anchor.tab li:nth-child(2n) a{
  border-right: 2px solid #332B99;
}
#product .anchor.tab li a::after{
  content: none;
}
.anchor.tab li a:hover{
  opacity: 1;
  color: #fff;
  background: #332B99;
}
#product.detail .anchor.tab li:nth-child(1) a,
#product.spec .anchor.tab li:nth-child(2) a,
#product.chart .anchor.tab li:nth-child(3) a,
#product.download .anchor.tab li:nth-child(4) a{
  color: #fff;
  background: #332B99;
  pointer-events: none;
}
/*common ここまで*/

#venly #nayami h3{
  text-align: center;
  padding: .75em 0;
  font-size: clamp(18px, 5.6vw, 21px);
}
#venly #nayami ul li{
  position: relative;
  margin-bottom: 1em;
  padding: 1.6em .5em 1.5em;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  font-size: clamp(15px, 4.27vw, 16px);
  background-color: #fcfcfc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
#venly #nayami ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #332B99;
}


/*common ここから*/
ul.shadowBox li{
  position: relative;
  padding: 1.5em;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  font-size: clamp(18px, 1.72vw, 22px);
  background-color: #fcfcfc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
ul.shadowBox li::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  width: 90px;
  height: 5px;
  background: #332B99;
}
/*common ここまで*/



#venly #nayami p.arw{
  width: 25%;
  margin: 0 auto .75em;
  padding-top: .5em;
}
#venly #nayami .box{
  margin-top: .5em;
  padding: 0 0 1.35em;
  border-top: 2.5px dotted #eaeaea;
  border-bottom: 2.5px dotted #eaeaea;
}
#venly #nayami h4{
  text-align: center;
  padding: .75em 0;
  margin: 0 0;
  font-size: clamp(18px, 5.6vw, 21px);
}
#venly #nayami h4 .ls{
  margin-left: .2em;
  letter-spacing: .1em;
}
#venly #nayami .box p{
  padding-bottom: 1.25em;
}
#venly #nayami p{
  padding: 0 10px;
  line-height: 1.75;
  text-align: left;
  font-size: clamp(13px, 4vw, 15px);
}
#venly #about .box{
  background: #fafaff;
}
#venly #about .box .inner{
  padding: 1em 20px 2.5em;
}
#venly #about .box .inner .left{
  width: 100%;
  padding-bottom: 2em;
}
#venly #about .box .inner .left p{
  line-height: 1.75;
  text-align: justify;
  font-size: clamp(14px, 4vw, 15px);
}
#venly #about .box .inner .right{
  width: 100%;
}
#venly #about .box .inner .right figure img{
  border-radius: 8px;
  border: 1px solid #fdfdfd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
#venly #tsuyomi .box{
  padding: 3em 0 1em;
}
#venly #tsuyomi .box ul{
}
#venly #tsuyomi .box ul li{
  border-radius: 8px;
  padding: 0 1.25em 1.25em;
  border: 1px solid #eaeaea;
  margin-bottom: 3em;
  text-align: center;
/*  background-color: #FCFCFC;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
#venly #tsuyomi .box ul li > span{
  display: inline-block;
  color: #332B99;
  font-weight: 400;
  line-height: 1;
  font-family: "hurleyFont";
  letter-spacing: .09em;
  margin-top: -.5em;
  padding-left: .1em;
  background: #fff;
  font-size: clamp(46px, 13.33vw, 50px);
  transform: rotate(.05deg);
}
#venly #tsuyomi .box ul li h4{
  padding-top: .5em;
  line-height: 1.65;
  text-align: center;
  font-size: clamp(18px, 5.07vw, 19px);
}
#venly #tsuyomi .box ul li h4 span{
  display: block;
  color: #5e54de;
  font-size: clamp(20px, 2.03vw, 26px);
}
#venly #tsuyomi .box ul li .ls{
  display: inline;
  letter-spacing: -.05em;
}
#venly #tsuyomi .box ul li .kn{
  display: inline;
  letter-spacing: -.05em;
}
#venly #tsuyomi .box ul li .box_text{
  margin-top: 1em;
}
#venly #tsuyomi .box ul li .box_text span{
  display: block;
  color: #fff;
  padding: .5em 1em;
  text-align: center;
  border-radius: 6px;
  background: #332B99;
}
#venly #tsuyomi .box ul li p{
  padding: .5em .25em 0;
  text-align: justify;
}

#venly #howtouse .box{
  padding: 1.75em 0 1em;
}
#venly #howtouse .box ul li{
}
#venly #howtouse .box ul li > div{
  display: flex;
  align-items: center;
  padding: 1em 0 0;
}
#venly #howtouse .box ul li div .num{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background: #332B99;
}
#venly #howtouse .box ul li div .num img{
  width: 100%;
}
#venly #howtouse .box ul li p{
  width: 84%;
  font-size: clamp(14px, 1.25vw, 16px);
}
#venly #howtouse .box ul li:nth-child(1) div:nth-child(2),
#venly #howtouse .box ul li:nth-child(3) div:nth-child(2){
  flex-wrap: wrap;
}
#venly #howtouse .box ul li:nth-child(1) div:nth-child(2) figure,
#venly #howtouse .box ul li:nth-child(3) div:nth-child(2) figure{
  margin-bottom: .25em;
}
#venly #howtouse .box ul li:nth-child(2) div:nth-child(2){
  width: 100%;
}
#venly #howtouse .box ul li div figure{
  width: 100%;
}
#venly #usecase .box{
  padding: 2.5em 0 .5em;
}
#venly #usecase ul li{
  margin-bottom: 1.5em;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
#venly #usecase ul li > div{
  display: flex;
  flex-wrap: wrap;
}
#venly #usecase ul li figure{
  width: 100%;
}
#venly #usecase ul li figure img{
  border-radius: 8px 8px 0 0;
}
#venly #usecase ul li .box_text{
  width: 100%;
  padding: 1em 1em 1.5em;
  box-sizing: border-box;
}
#venly #usecase ul li .box_text .inner{
  padding-left: 0;
  padding-right: 0;
}
#venly #usecase ul li .box_text p{
  text-align: justify;
}
#venly #usecase ul li h4{
  color: #332B99;
  padding-bottom: .5em;
  font-size: clamp(15px, 4.8vw, 18px);
}
#venly #usecase ul li p{
}
#venly #usecase ul li p span.osusume{
  display: block;
  width: auto;
  color: #332B99;
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 600;
  margin: 1em 0 .75em;
  border-bottom: 1.5px solid #332B99;
  font-size: clamp(13px, 4.27vw, 16px);
}
#venly #usecase ul li p span.osusume::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-right: .3em;
  vertical-align: -.45em;
  border-radius: 3px 3px 0 0;
  background: #332B99 url(../images/home/icon_bulb.svg) no-repeat center center;
  background-size: 88%;
}
#venly #creations .box{
  padding: .75em 0 1em;
}
#venly #creations .box_text p{
  text-align: justify;
}
#venly #creations ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0 0;
}
#venly #creations ul li{
  width: 100%;
  margin-bottom: 1.75em;
}
#venly #creations ul li figure{
  margin-bottom: 1.25em;
}
#venly #creations ul li h4{
  color: #332B99;
  line-height: 1.4;
  padding-bottom: .65em;
  font-size: clamp(15px, 4.8vw, 18px);
}
#venly #creations ul li p{
  text-align: justify;
}

/*--------------------------
  OrderMade
--------------------------*/
#page-header.makitoriki_header{
/*  background: url(../images/venly/main.png) no-repeat center center;
  background-size: cover;*/
  background: linear-gradient(90deg, rgba(29, 26, 75, 1), rgba(1, 8, 44, 1));
  position: relative;
}
#order{/*OrderMade 共通デフォルトフォントサイズ*/
  text-align: justify;
}

/*
#traverse_info{
  padding-top: 3em;
}
*/
/*common ここから*/
/*
.product_name{
  padding: 1em 0;
  background: #fafaff;
  border-top: 1px solid #f2f2fa;
  border-bottom: 1px solid #f2f2fa;
}
.product_name h3{
  width: auto;
  position: relative;
  color: #332B99;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: clamp(19px, 5.6vw, 21px);
}
*/
.box{
  padding: 2em 0 0;
}
.note{
  line-height: 1.6;
  padding: 1em 0 3em;
  box-sizing: border-box;
  font-size: clamp(10px, 3.2vw, 12px);
}
.note.right{
  display: flex;
  justify-content: flex-end;
}
.note.center{
  text-align: center;
  font-size: clamp(10px, 3.2vw, 12px);
}
#feature .box ul li{
  list-style: disc;
  margin: 0 1em;
  padding-left: .35em;
  text-align: justify;
}
/*common ここまで*/

#order #creations ul{
  padding: 1em 0 1.5em;
}
#order #creations ul li{
  width: 100%;
  margin-bottom: 2em;
}
#order #creations ul li figure{
  text-align: center;
  margin-bottom: .75em;
  background: #222;
}
#order #creations ul li h4{
  color: #332B99;
  padding-bottom: .65em;
  font-size: clamp(20px, 1.72vw, 22px);
}
#order #contact_order{
  background: url(../images/order/bg_contact.png) no-repeat top center;
  background-size: cover;
}
#order #contact_order .inner{
  padding: 4em 0 2.35em;
  text-align: center;
  background: radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, .3) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  background-color: rgba(0, 0, 0, .3);
}
#order #contact_order a{
  display: block;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 20px .5em;
  letter-spacing: .07em;
  background: #f00;
  padding: .75em;
  text-decoration: none;
  border-radius: 8px;
  border: .5px solid #ccc;
  font-size: clamp(16px, 5.87vw, 22px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}
#order #contact_order a span{
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: clamp(10px, 3.47vw, 13px);
}
#order #contact_order a span::before,
#order #contact_order a span::after{
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1px;
  background: #fff;
  vertical-align: .3em;
}
#order #contact_order a span::before{
  margin-right: .25em;
}
#order #contact_order a span::after{
  margin-left: .25em;
}
#order #contact_order a span.spBr::before,
#order #contact_order a span.spBr::after{
  content: none;
}
#order #contact_order a p{
  padding-top: .5em;
}

/*--------------------------
  Product
--------------------------*/
#product figure{
  border: 1px solid #ccc;
}
#product.index figure{
  border: none;
  border-radius: 10px 10px 0 0;
}
#product.index figure img{
  width: 100%;
}

/* Commonここから */
#pageTitle{
  margin: 0 0;
}
#pageTitle .inner{
  text-align: center;
  padding: 0 0;
}
#pageTitle h3{
  line-height: 1.3;
  margin-bottom: 1.25em;
  padding: 1em 1em 1.25em;
  /*  background: #fafaff;*/
  box-sizing: border-box;
  letter-spacing: .03em;
  background: #f2f2fc;
  border-top: 1px solid #f0f0fc;
  border-bottom: 1px solid #f0f0fc;
  font-size: clamp(20px, 5.87vw, 22px);
}
#pageTitle p{
  margin: 0 25px;
  text-align: justify;
}
#pageTitle p.left{
}
/* Commonここまで */
/*
#product li.shadowBox{
  display: flex;
}
#product li.shadowBox figure{
}
*/
#product li.shadowBox{
  margin-bottom: 1.5em;
}
#product li.shadowBox figure,
#product li.shadowBox figure img{
  border-radius: 10px 10px 0 0;
}
#product li.shadowBox .right{
  padding: 1.25em 1.5em;
}
#product li.shadowBox .right h4{
  position: relative;
  max-width: 100%;
  padding: .1em 0 .35em;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 2px solid #eaeaea;
  font-size: clamp(17px, 5.6vw, 21px);
}
#product li.shadowBox .right h4::before{
  content: none;
}
#product li.shadowBox .right h4::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 100%;
  height: 25px;
  background: url(../images/common/sankaku_gray.svg) no-repeat center -.45em;
  background-size: contain;
}
#product li.shadowBox .right p{
  padding: 2em 0 0;
  text-align: justify;
}
#product li.shadowBox .right p.btn{
  padding: 1.5em 0 0;
}
#product li.shadowBox .right p.btn a{
  width: 100%;
  padding: .75em .5em;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: .35em;
}
#product li.shadowBox .right p.btn a::after{
  margin-left: .5em;
  width: 18px;
  height: 18px;
  vertical-align: -.1em;
}
#product li.shadowBox .right p.btn a img{
  width: 80%;
}
#product li.shadowBox .right p.btn a sup.en{
  top: -1em;
  margin-left: .2em;
}
#product.download li.shadowBox ul{
  margin-left: 1em;
  padding-top: 2em;
}
#product.download li.shadowBox ul li{
  list-style: disc;
}
#product.download li.shadowBox .right p.btn a.disable{
  pointer-events: none;
  background: linear-gradient(45deg, #babbc2, #c2c2cc);
}
#product.spec .box .inner{
  overflow-x: scroll;
}
#product.spec .box .inner table{
  width: 960px;
}
#product.spec .inner .note{
  padding: 1em 0 1em;
}
#product.spec #ichiran_2 .box .pb8em{
  padding-bottom: 0;
  margin-bottom: 3em;
}
#product.chart .anchor.elem4{
  grid-template-columns: repeat(2, 1fr);
}
#product.chart table th{
  width: 25%;
}

/*
#product #pageTitle h3 span.text1{
  display: inline-block;
  letter-spacing: .3em;
  margin-bottom: .5em;
  border-bottom: 1.5px solid #222;
  font-size: clamp(15px, 4.8vw, 18px);
}
#product #pageTitle h3 .red{
  font-weight: bold;
}
#product #pageTitle h3 .fw{
  letter-spacing: .03em;
  margin: 0 .2em;
  font-size: clamp(19px, 6.13vw, 23px);
}
#product #pageTitle .box{
  margin-top: 3em;
  padding: 1.5em 0;
  border-radius: 10px;
  border: 2px solid #222;
}
*/


/* detail */
#product .youtube{
/*  margin-bottom: 5em;*/
}
#product .youtube iframe{
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}
#product .caution{
  width: 100%;
  margin: 2em auto 0;
}
#product .caution span{
  display: block;
  width: 34px;
  margin: 0 auto;
}
#product .caution .lead{
  text-align: center;
  padding: 1em 20px;
  font-weight: 600;
  font-size: clamp(13px, 4vw, 15px);
}
#product.detail .mov_tab{
  display: flex;
}
#product.detail .tablink{
  width: 50%;
  color: #f8f8fa;
  padding: 1em;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .2s;
  font-weight: bold;
  background: #ebebef;
  letter-spacing: .1em;
  box-sizing: border-box;
  font-size: clamp(13px, 3.47vw, 13px);
}
#product.detail .tablink span{
  letter-spacing: 0;
}
#product.detail .tablink:hover{
  background: #ceced9;
  transition: .2s;
}
#product.detail .tabcontent{
  display: none;
  padding: 1.5em 1em;
  height: 100%;
}
#product.detail #jp,
#product.detail #en{
  background: #01082b;
}
#product.detail .video-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#product.detail .note.right{
  padding: 1em 0 0;
  line-height: 1.45;
}
/*
#product #gaikan .box{
  background: #f7f7f7;
}
*/
#product h4{
  color: #332B99;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(13px, 4.27vw, 16px);
}
#product h4::before{
  content: '・';
  vertical-align: -.15em;
  font-size: clamp(19px, 5.87vw, 22px);
}
#product #feature .box .inner{
  display: flex;
  flex-wrap: wrap;
}
#product #feature .box .inner figure{
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  order: 1;
}
#product #feature .box .inner figure img{
  border-radius: 10px;
}
#product #feature .box .inner ul{
  order: 0;
  width: 100%;
  text-align: justify;
  margin-bottom: 1.5em;
}
#product #katashiki .box .inner{
}
#product #katashiki .box .inner h4{
  width: 100%;
}
#product #katashiki .box .inner figure{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#product #category ul.shadowBox li{
  display: block;
  width: 100%;
  padding: 1.5em .65em;
  box-sizing: border-box;
}
#product #category ul.shadowBox li h5{
  padding-bottom: 1.25em;
  font-size: clamp(13px, 4.27vw, 16px);
}
#product #category ul.shadowBox li p{
  text-align: justify;
  font-size: clamp(11px, 3.73vw, 14px);
}
#product #manual .box{
  background: #fafaff;
  padding-bottom: 2em;
}
#product #manual ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0 2em;
  justify-content: space-between;
}
#product #manual ul.right_fig{
  padding: 2em 0;
}
#product #manual ul.left_fig{
  padding: 1em 0 0;
}
#product #manual ul.left_fig li.shadowBox{
  margin-bottom: 2em;
}
#product #manual ul li{
  width: 100%;
}
#product #manual p{
  text-align: justify;
  padding-bottom: 1.5em;
  font-size: clamp(13px, 4vw, 15px);
}
#product #manual h5{
  padding-bottom: .75em;
  font-size: clamp(13px, 4.27vw, 16px);
}
#product #manual h5::before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 22px;
  margin-right: .6em;
  vertical-align: -.25em;
  background: url(../images/common/exclamation_gray.svg);
}
#product #manual ul li figure{
  border-radius: 10px;
  padding: 2em 1.5em;
  background: #f9f9f9;
  text-align: center;
}
#product #manual ul li figure img{
  width: 100%;
}
#product #flow .box{
  padding: 3em 0;
}
#product #flow .box ul{
}
#product #flow .box ul li{
  position: relative;
  width: 100%;
  padding: 1.5em 1.5em .75em;
  margin-bottom: 2em;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#product #flow .box ul li::after{
  content: '';
  position: absolute;
  top: 0;
  left: calc((100% - 90px) / 2);
  width: 90px;
  height: 5px;
  background: #332B99;
}
#product #flow .box ul li p{
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: .5em 0;
  line-height: 1;
  border-top: 1px solid #332B99;
  font-size: clamp(15px, 4.8vw, 18px);
}
#product #flow .box ul li p.step_text{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 .5em;
  border-top: none;
}
#product #flow .box ul li p.step_text span{
  color: #332B99;
  vertical-align: middle;
  font-size: clamp(13px, 4vw, 15px);
}
#product #flow .box ul li p.step_text span.num{
  line-height: 1;
  font-weight: bold;
  margin: 0 .3em;
  box-sizing: border-box;
  font-family: "hurleyFont";
  font-size: clamp(32px, 9.6vw, 36px);
  transform: rotate(.05deg);
}
#product #flow .box ul li p.text{
  font-weight: normal;
  text-align: justify;
  padding: .65em 0 0;
  margin-top: 0;
  line-height: 1.75;
  font-size: clamp(13px, 4vw, 15px);
}
#product #flow .box ul li p.pic{
  border-top: none;
  margin-top: 0;
}
#product #flow .box ul li p.pic img{
  width: 30%;
}
#product #flow .box ul li:first-child p.pic img{
  width: 20%;
}
#product #flow .box ul li:nth-child(2) p.pic img{
  width: 27%;
}
#product #flow .box ul li:last-child::after{
/*  content: none;*/
}
#product table{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cccae6;
  border-right: 1px solid #cccae6;
}
#product table th,
#product table td{
  padding: 1em;
  line-height: 1.4;
  text-align: center;
  border-left: 1px solid #cccae6;
  border-bottom: 1px solid #cccae6;
}
#product table tr{
  background: #fafaff;
}
#product table tr:nth-child(2n){
  background: #fff;
}
#product table th{
  background: #cccae6;
  border-right: 1px solid #fafaff;
}
#product table th:last-child{
  background: #cccae6;
  border-right: none;
}
#product .subtitle{
  padding: .5em 1em;
  margin-bottom: 1em;
  background: #cccae6;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(16px, 4.8vw, 18px);
}

/*--------------------------
  オーダーメイド
--------------------------*/
#order #pageTitle{
  margin: 0 0;
}
#order #pageTitle .inner{
/*  padding: 0 0 3em;*/
  text-align: center;
/*  padding: 0 0 1em;*/
}
/*
#order #pageTitle h3{
  line-height: 1.3;
  padding: .6em 0;
  font-size: clamp(20px, 6.13vw, 23px);
}
*/
#order #pageTitle h3 span.text1{
  display: inline-block;
  letter-spacing: .3em;
  margin-bottom: .75em;
  border-bottom: 1.5px solid #222;
  font-size: clamp(14px, 4.27vw, 16px);
}
#order #pageTitle h3 .red{
  font-weight: bold;
  font-size: clamp(19.6px, 5.76vw, 21.6px);
}
#order #pageTitle h3 .fw{
  letter-spacing: .03em;
  margin: 0 .2em;
  font-size: clamp(18.6px, 5.49vw, 20.6px);
}
#order #pageTitle .box{
  margin: 3em 20px 2.25em;
  padding: 1.5em 0;
  border-radius: 10px;
  border: 2px solid #222;
}
#order #pageTitle h4{
  margin-top: -2.4em;
}
#order #pageTitle h4 span{
  color: #fff;
  padding: .5em 1em;
  background: #222;
  border-radius: 2px;
  letter-spacing: .1em;
  font-size: clamp(14px, 4.27vw, 16px);
}
#order #pageTitle p{
  text-align: justify;
}
#order #pageTitle p.catch{
  color: #332B99;
  margin: 0 10px;
  padding: 1em 0 0;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  letter-spacing: .03em;
  font-size: clamp(18px, 5.33vw, 20px);
}
#order #nayami{
  padding: 3em 0;
  background: #fafaff;
}
#order #nayami h3{
  text-align: center;
  padding-bottom: .75em;
  font-size: clamp(18px, 5.6vw, 21px);
}
#order #nayami ul li{
  position: relative;
  margin-bottom: 1.25em;
  padding: 1.6em .5em 1.5em;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  font-size: clamp(15px, 4.27vw, 16px);
  background-color: #fcfcfc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}
#order #nayami ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  background: #332B99;
}
#order #nayami p.arw{
  width: 10%;
  margin: 0 auto;
  padding-top: 2em;
}
#order #nayami .box{
  margin-top: 1.5em;
  padding: 0 0 2.5em;
  background: #fff;
  border-top: 3.5px dotted #eaeaea;
  border-bottom: 3.5px dotted #eaeaea;
}
#order #nayami h4{
  text-align: center;
  padding: .5em 0;
  margin: 0 0;
  font-size: clamp(32px, 3.13vw, 40px);
}
#order #nayami h4 .ls{
  margin-left: .2em;
  letter-spacing: .1em;
}
#order #nayami p.arw{
  width: 35%;
  margin: 0 auto 1em;
  padding-top: .5em;
}
#order #nayami .box{
  margin-top: .5em;
  padding: 0 0 1.35em;
  border-top: 2.5px dotted #eaeaea;
  border-bottom: 2.5px dotted #eaeaea;
}
#order #nayami h4{
  text-align: center;
  padding: .75em 0 .5em;
  margin: 0 0;
  font-size: clamp(18px, 5.6vw, 21px);
}
#order #nayami h4 .ls{
  margin-left: .2em;
  letter-spacing: .1em;
}
#order #nayami p{
  padding: 0 20px;
  line-height: 1.75;
  text-align: justify;
  font-size: clamp(13px, 4vw, 15px);
}
#order #works .box{
  padding: 2.5em 0 1em;
}
#order ul{
  display: flex;
  flex-wrap: wrap;
}
#order ul li{
  width: 100%;
/*  margin-bottom: .75em;*/
}
#order #works ul li,
#order #download ul li{
  margin-bottom: .75em;
}
#order ul li figure{
  max-height: 350px;
}
#order ul li figure img{
  width: 100%;
}

/* orderとpurchaseflow　Commonここから */
#order ul li p,
#purchaseflow ul li p{
  color: #f5f5f5;
  background: #222;
  text-align: center;
  letter-spacing: .05em;
  border-radius: 0 0 10px 10px;
}
#order ul li p.title,
#purchaseflow ul li p.title{
  padding: .5em .75em;
  border-radius: 10px 10px 0 0;
  font-size: clamp(16px, 4.8vw, 18px);
}
/* orderとpurchaseflow　Commonここまで */

#order ul li p a{
  border-radius: 0 0 10px 10px;
}
#order ul li p.btn_bk{
  padding: .75em;
  font-size: clamp(16px, 4.27vw, 18px);
}
#order ul li p.btn_bk::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw1.svg) no-repeat;
  background-size: contain;
  vertical-align: -.1em;
  margin-left: .75em;
  width: 17px;
  height: 17px;
}

#order #creations ul{
  flex-wrap: wrap;
  padding: 1.5em 0 2.5em;
}
#order #creations ul li{
  width: 100%;
  margin-bottom: 2em;
}
/*
#order #creations ul li:nth-child(2){
  margin: 0 0;
}
*/
#order #creations ul li figure{
  width: 100%;
/*  height: 400px;*/
  max-height: none;
  margin-bottom: .75em;
  background: #222;
  text-align: center;
}
#order #creations ul li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#order #creations ul li .box_text p{
  color: #333;
  background: none;
  font-weight: normal;
  text-align: left;
  border-radius: 0;
}




/* orderとpurchaseflow　Commonここから */
#order #flow .box,
#purchaseflow #flow .box{
  padding: 2.5em 0 0;
}
#order #flow .box_text,
#purchaseflow #flow .box_text{
  padding-bottom: 2em;
}
#order #flow ul.shadowBox,
#purchaseflow #flow ul.shadowBox{
  padding-bottom: 2em;
}
#order #flow ul.shadowBox li,
#purchaseflow #flow ul.shadowBox li{
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.25em;
  padding: 1.25em;
}
#order #flow ul.shadowBox li::before,
#purchaseflow #flow ul.shadowBox li::before{
  content: none;
}
#order #flow ul.shadowBox li .step,
#purchaseflow #flow ul.shadowBox li .step{
  width: 22%;
  margin: 0 auto;
}
#order #flow ul.shadowBox li .text,
#purchaseflow #flow ul.shadowBox li .text{
  width: 100%;
}
#order #flow ul.shadowBox li .text p,
#purchaseflow #flow ul.shadowBox li .text p{
  color: #333;
  text-align: left;
  border-radius: 0;
  background: none;
  font-size: clamp(13px, 4vw, 15px);
}
#order #flow ul.shadowBox li .text p.title,
#purchaseflow #flow ul.shadowBox li .text p.title{
  font-weight: bold;
  text-align: center;
  padding-bottom: .25em;
  margin-bottom: .5em;
  border-bottom: 1.5px solid #332B99;
  font-size: clamp(16px, 4.8vw, 18px);
}
/* orderとpurchaseflow　Commonここまで */

#order #download .box{
  padding: 2.5em 0 3.5em;
}
#order #download .box ul li{
  width: 100%;
}
#order #download .box ul li figure{
  max-height: 100%;
  border: 2px solid #eaeaea;
}
#order #download .box ul li p{
  background: none;
}
#order #download .box ul li p a{
  width: 100%;
  padding: .8em .65em;
  margin-top: 1em 0;
  border-radius: 999px;
}

/*--------------------------
  購入方法
--------------------------*/
#purchaseflow{
  text-align: justify;
  padding-bottom: 2em;
}
#purchaseflow .anchor li a::after{
  transform: rotate(-90deg);
}
#purchaseflow .anchor li a.arw_dwn{
  pointer-events: none;
}
#purchaseflow .anchor li a.arw_dwn::after{
  transform: none;
}

/*--------------------------
  会社案内
--------------------------*/
#profile{
  padding-bottom: 3em;
}
#profile #pageTitle h3#about{
  margin-bottom: 0;
}
#profile #fields .box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile #fields .box ul li{
  width: 32%;
  text-align: center;
  padding-bottom: 1em;
  letter-spacing: .1em;
}
#profile #fields .box figure img{
  border-radius: 6px 6px 0 0;
}
#profile #fields .box figure figcaption{
  color: #fff;
  font-weight: 500;
  background: #332B99;
  font-size: clamp(11px, 3.47vw, 13px);
  border-radius: 0 0 6px 6px;
}
#profile #info_mov .inner{
  padding: 2em 20px 0;
}
#profile #info_mov .video-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#profile #voice ul li{
  display: flex;
  margin-bottom: 1em;
}
#profile #voice ul li .fig figure{
  width: 100px;
  height: 100%;
  object-fit: cover;
}
#profile #voice ul li .fig figure img{
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
#profile #voice ul li .box_text{
  box-sizing: border-box;
}
#profile #voice ul li .box_text .inner{
  padding-top: .55em;
  padding-bottom: .55em;
  padding-left: .75em;
  padding-right: .5em;
}
#profile #voice ul li h4{
  color: #332B99;
  padding: 0 0 .25em;
  font-size: clamp(13px, 4vw, 15px);
}
#profile #voice ul li p{
  font-size: clamp(12px, 3.73vw, 13px);
}
#profile #greetings .inner{
  padding: 0 0;
}
#profile #greetings .inner figure{
  margin: 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}
#profile #greetings .inner figure img{
  border-radius: 10px;
}
#profile #greetings .inner div p{
  padding: 0 20px;
}
#profile #greetings .inner div h3{
  position: relative;
  max-width: 100%;
  line-height: 1;
  padding-bottom: .9em;
  margin-bottom: 1em;
  box-sizing: border-box;
  border-bottom: 2px solid #eaeaea;
  font-size: clamp(18px, 5.6vw, 21px);
}
#profile #greetings .inner div h3::after{
  content: '';
  position: absolute;
  left: -145px;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/common/sankaku_gray.svg) no-repeat center -.15em;
  background-size: contain;
}
#profile #greetings .inner div h3 span{
  padding: 0 20px;
  letter-spacing: .05em;
}
#profile #greetings .inner div h3 .en{
  display: block;
  color: #c1c1c1;
  letter-spacing: .1em;
  margin: 0 0 .75em .2em;
  padding-top: 1.5em;
  font-weight: 300;
  font-size: clamp(11px, 3.2vw, 12px);
  font-family: "hurleyFont";
  transform: rotate(.05deg);
}
/*
#profile #greetings .inner div h3{
  line-height: 1;
  padding: .75em 0 .5em;
  font-size: clamp(18px, 5.6vw, 21px);
}
*/
#profile #greetings .inner div .btn a{
  width: 100%;
  margin-top: 1em;
  box-sizing: border-box;
}

/* Commonここから */
.table{
  margin-top: 2.5em;
  width: 100%;
  background: #fff;
  border: none;
  table-layout: fixed;
  border-collapse: collapse;
}
.table th,
.table td{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.table th{
  font-weight: 700;
  color: #3c3c3d;
  background: #fafaff;
  padding: 8px 10px;
  letter-spacing: .05em;
  border-bottom: 1px solid #332B99;
}
.table td .area{
  padding: .5em 0 0;
  margin-top: .2em;
  border-top: 1px dotted #9b9ba3;
}
.table td .area a{
  display: block;
  width: 100%;
  padding: .5em 1.5em;
  margin: .5em auto 1em;
  color: #fff;
  background: #4b4b99;
  text-align: center;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: .05em;
  font-size: clamp(12px, 3.73vw, 14px);
}
.table td .area a::after{
  content: '';
  display: inline-block;
  background: url(../images/common/outlink.svg) no-repeat;
  background-size: contain;
  vertical-align: -.2em;
  margin-left: .75em;
  width: 14px;
  height: 14px;
}
.fig2{
  display: flex;
  margin-top: 1.25em;
  justify-content: space-between;
}
.fig2 figure{
  padding-right: .75em;
}
.fig2 figure:nth-child(2){
  padding-right: 0;
}
/* Commonここまで */

/*
#order #download ul{
  display: flex;
  justify-content: space-between;
}
#order #download ul li:nth-child(2){
  margin: 0 2%;
}
#order #download ul li figure{
  max-height: 350px;
  overflow: hidden;
}
#order #download ul li figure img{
  width: 100%;
  transition: .5s;
}
#order #download ul li a:hover{
  opacity: 1;
  transition: .3s;
}
#order #download ul li p{
  color: #f5f5f5;
  background: #222;
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
#order #download ul li p.title{
  padding: .5em .75em;
  letter-spacing: .05em;
  border-radius: 10px 10px 0 0;
  font-size: clamp(14px, 1.88vw, 24px);
}
#order #download ul li p a{
  border-radius: 0 0 10px 10px;
}
#order #download ul li a:hover figure img{
  transform: scale(1.2, 1.2);
  transition: .5s;
}
#order #download ul li p.btn_bk{
  padding: .5em .75em;
  letter-spacing: .05em;
  font-size: clamp(16px, 1.56vw, 20px);
}
#order #download ul li a:hover p.btn_bk{
  opacity: .75;
  transition: .3s;
}
#order #download ul li p.btn_bk::after{
  content: '';
  display: inline-block;
  background: url(../images/common/arw1.svg) no-repeat;
  background-size: contain;
  vertical-align: -.1em;
  margin-left: .5em;
  width: 20px;
  height: 20px;
}
*/

/*--------------------------
  採用情報
--------------------------*/
#recruit #msg .pb5em{
  padding-bottom: 2em;
}
#recruit .anchor{
  margin: 2em auto 0;
}
#recruit .anchor.elem4,
#recruit .anchor.elem6{
  margin: 0 40px;
}
#recruit #our_history .lead{
  line-height: 1.6;
  font-size: clamp(14px, 4vw, 15px);
}
#recruit #our_history .conveyor{
  width: auto;
  max-height: 200px;
  margin-bottom: 3.25em;
  text-align: center;
  background: url(../images/recruit/img_07_sp.png) repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation: bgroop 30s linear infinite;
  animation: bgroop 30s linear infinite;
}
@-webkit-keyframes bgroop{
  from{
    background-position: 0 0;
  }to{
    background-position: -768px 0;
  }
}
@keyframes bgroop{
  from{
    background-position: 0 0;
  }to{
    background-position: -768px 0;
  }
}
#recruit #our_history figure{
/*  width: 70%;
  margin: 2em auto;*/
  width: 63%;
  margin: 2em auto;
}
@media (min-width: 480px) and (max-width: 756px){
  #recruit #our_history figure{
    width: 37%;
    margin: 2em auto 1em;
  }
}
#recruit #our_history figure img{
  width: auto;
  margin: 0 auto;
  max-height: 400px;
}
#recruit .inner.catch h4{
  margin: 2.5em 1.5em 0;
}
#recruit .inner.catch h4 span{
  line-height: 1.65em;
}
#recruit .inner.catch .lead{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#recruit .inner .text_box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.85em;
/*  padding-bottom: 1.75em;*/
  justify-content: space-between;
  border-bottom: 1px dashed #9b9b9b;
}
#recruit .inner .text_box.elem3{
  margin-bottom: .5em;
}
#recruit .inner .text_box p{
  text-align: justify;
  padding-bottom: 1.25em;
}
#recruit .inner .text_box figure.left{
}
#recruit .inner .text_box figure.right{
}
#recruit .inner .w100{
  width: 100%;
}
#recruit .inner .w70{
  width: 100%;
}
#recruit .inner .w65{
  width: 100%;
}
#recruit .inner .w60{
  width: 100%;
}
#recruit .inner .w55{
  width: 100%;
}
#recruit .inner .w52{
  width: 100%;
}
#recruit .inner .w50{
  width: 100%;
}
#recruit .inner .w45{
  width: 100%;
}
#recruit .inner .w40{
  width: 100%;
}
#recruit .inner .w30{
  width: 80%;
  margin: 0 auto;
}
#recruit .inner .w25{
  width: 60%;
  margin: 0 auto;
}
#recruit .inner .w20{
  width: 60%;
  margin: 0 auto;
}
#recruit .inner .w15{
  width: 60%;
  margin: 0 auto;
}
#recruit .inner .text_box h4{
  font-weight: bold;
  line-height: 1.5;
  padding: .75em 0 .35em;
  font-size: clamp(16px, 4.53vw, 17px);
}
#recruit.ayumi h4.catch{
  padding-top: .5em;
}
#recruit.ayumi h4.pb1em{
  padding-bottom: 0;
}
#recruit.ayumi p{
  line-height: 1.75;
}
#recruit.ayumi .inner .text_box .w30.founder{
  width: 70%;
  margin: 0 auto;
}
#recruit.ayumi .inner.catch .lead{
  line-height: 1.6;
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #332B99;
  font-size: clamp(14px, 4vw, 15px);
}
#recruit.ayumi p.note{
  padding: 1em 0 0;
}

/* 20250805 ここから */

/* 伊藤機械とベンリートラバース®の歩み */
#recruit .catch h4 span{
  display: block;
  line-height: .8;
  letter-spacing: .03em;
  font-size: clamp(16px, 5.33vw, 20px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
  position: relative;
}
#recruit .catch h4 span::before{
  content: '“';
  color: #ceced9;
  font-size: clamp(32px, 10.13vw, 38px);
  font-family: serif;
  vertical-align: -.1em;
  margin-right: .2em;
  position: absolute;
  top: 0;
  left: 10px;
}
#recruit .catch h4 span::after{
  content: '”';
  color: #ceced9;
  font-size: clamp(32px, 10.13vw, 38px);
  font-family: serif;
  vertical-align: -.1em;
  position: absolute;
  top: 0;
  right: 30px;
}
#recruit figcaption{
  text-align: justify;
  line-height: 1.45;
  padding: 1em;
  margin-bottom: 2em;
  background: #f4f4f6;
  border-radius: 6px;
  font-size: clamp(12px, 1.43vw, 14px);
}
#recruit figcaption span.name{
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: center;
  padding-bottom: .25em;
}
#recruit .bg_clock{
  padding: .5em 0 2em;
  background: url(../images/recruit/img_15.png) no-repeat right;
  background-size: 22%;
}
#recruit .bg_charcoal{
  background: url(../images/recruit/img_16.png) no-repeat top right;
  background-size: 34%;
}
#recruit .hosoku::before{
  content: '\021d2';
  color: #e68a00;
  font-size: 120%;
  margin-right: .35em;
}
#recruit .inner .text_box ul li{
  list-style: disc;
  margin-left: 1em;
  padding-bottom: .5em;
}
#recruit .inner .text_box.bg_charcoal{
  margin-bottom: 2em;
  padding-bottom: 0;
  border-bottom: none;
}
#recruit .chronology{
  margin-top: 3.5em;
  margin-left: 2em;
  border-left: 1px solid #4d0808;
}
#recruit .chronology .inner{
  position: relative;
  margin-top: 3.5em;
}
#recruit .chronology .point{
  position: absolute;
  top: 6px;
  left: -6.5px;
  width: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #4d0808;
}
#recruit .chronology .ad{
  position: absolute;
  top: 10px;
  left: .5em;
  line-height: .5;
  color: #4d0808;
  letter-spacing: .05em;
  font-size: clamp(14px, 5.33vw, 20px);
  font-family: "hurleyFont-Rough";
  transform: rotate(.05deg);
}
#recruit .chronology .inner:first-child .point{
  top: 0;
}
#recruit .chronology .inner:first-child .ad{
  top: 4px;
}

#recruit .chronology .box{
  width: 80%;
  padding: 0 0 0;
  margin-left: auto;
}
#recruit .chronology .box.w100{
}
#recruit .ml1{
  margin-left: 1em;
}
#recruit .ml2{
  margin-left: 2em;
}
#recruit .ml3{
  margin-left: 3em;
}
#recruit .ml4{
  margin-left: 4em;
}
#recruit .ml5{
  margin-left: 5em;
}
#recruit .mr1{
  margin-right: 1em;
}
#recruit .mr2{
  margin-right: 2em;
}
#recruit .mr3{
  margin-right: 3em;
}
#recruit .mr4{
  margin-right: 4em;
}
#recruit .mr5{
  margin-right: 5em;
}
#recruit .mt1{
  margin-top: 1em;
}
#recruit .mb1{
  margin-bottom: 1em;
}
#recruit .chronology .box p{
  line-height: 1.75;
  text-align: justify;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#recruit .chronology .box p::before{
  content: '▶︎';
  color: #4d0808;
  margin-right: .35em;
  font-size: clamp(12px, 1.43vw, 14px);
}
#recruit .chronology .ih_s{
  display: block;
  line-height: 1.4;
  padding: .25em 0;
  margin-left: .6em;
}
#recruit.ayumi .text_box p b{
  margin-left: -.5em;
}
#recruit .box .text_box:nth-child(1) figure{
  order: 1;
}
#recruit .box .text_box:nth-child(1) p{
  order: 0;
}

/* 20250805 ここまで */

/*--------------------------
  Information
--------------------------*/
#info_list{
  padding-bottom: 3em;
}
#info_list ul{
  padding-top: 2em;
}
#info_list ul li a{
  color: #000;
  box-sizing: border-box;
}
#info_list ul li a:hover{
  background: #f2f2fa;
}
#info_list ul li span{
  display: block;
  width: 100%;
  font-weight: bold;
  padding: .5em .75em;
  box-sizing: border-box;
  border-bottom: 1px dotted #d7d5e8;
}
#info_list ul li p{
  width: 100%;
  padding: .5em .75em;
  box-sizing: border-box;
  border-bottom: 1px solid #332B99;
}
#info_list ul li:first-child{
  border-top: 1px solid #332B99;
}

/* Page Navi */
.wp-pagenavi{
  padding-top: 2em;
  text-align: center;
}

/*--------------------------
  Contact
--------------------------*/
#contact ul{
}
#contact #product_inquiry ul{
}
#contact #recruit_inquiry.pb6em{
  padding-bottom: 2.5em;
}
#contact ul li{
  padding: 1.5em .5em;
  box-sizing: border-box;
}
#contact ul li p{
  font-weight: bold;
}
#contact ul li p.btn a{
  width: 100%;
  margin: 1em auto 0;
  padding: 1em .5em;
  box-sizing: border-box;
  font-size: clamp(14px, 4.27vw, 16px);
}
#contact ul li p.btn a::after{
  margin-left: .5em;
}
#contact ul li p.add{
  line-height: 1.4;
  padding-top: 2em;
}


/* wpforms setting */
.wpforms-container{
  margin: 2em 0 4em !important;
}
.wpforms-field-medium{
  max-width: 100% !important;
}
div.wpforms-container-full button[type=submit]{
  width: 100%;
  letter-spacing: .5em;
  height: auto !important;
  padding: 1em !important;
  margin-top: .5em;
  box-sizing: border-box !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
  background-color: #332B99 !important;
}
