@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family:'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 900px) {
::-webkit-scrollbar {
  width: 6px;
  background-color: #F4FCFD;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #F4FCFD;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255,217,10);
  background: -moz-linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(0deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 100px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_pcOnly { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
.is_tbsp { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
body {
  font-size: 1.4rem;
}
}

.f_en{
  font-family: 'Poppins', sans-serif;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_pink{color: #E6627C;}
.c_green{color: #007F35;}
.c_orange{color: #E2852B;}
.c_blue{color: #5D95CC;}
.c_ppl{color: #B155A9;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.headerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
}
.headerTopLogo{
  width: 30rem;
  display: block;
  position: relative;
  top: 1.6rem;
}
.headerTopNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.headerTopNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTopNavList li{
  margin-right: 3rem;
}
.headerTopNavList li a{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerTopNavContact{
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  width: 20rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.headerFrontpage{

}
.headerSub{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
  position: fixed;
  left: 0;
  top: 0rem;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 6px #00000036;
  transition: 0.3s ease;
}
.headerFrontpage .headerSub{
  top: -10rem;
}
.headerFrontpage.transform .headerSub{
  top: 0;
}
.headerSubLogo{
  width: 24rem;
  display: block;
  position: relative;
  top: 1.6rem;
}
.headerSubNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.headerSubNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerSubNavList li{
  margin-right: 3rem;
}
.headerSubNavList li a{
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerSubNavContact{
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  width: 20rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
/* dropdown */

/* humb */

/* footer */
.footer{

}
.footerContact{
  background: url(../../src/img/ft_contact_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 43rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnTtl01Box--footerContact{
  margin-bottom: 4rem!important;
}
.cmnTtl01Box--footerContact .cmnTtl01 *{
  color: #fff;
}
.footerContactInner{
  width: 70%;
}
.footerContactInnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footerContactInnerList_item{
  width: 49%;
}
.footerContactInnerList_itemTxt{
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.footerContactInnerList_itemBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.6rem;
  background: #fff;
  border-radius: 10px;
}
.footerContactInnerList_itemBtn p{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  color: #FF890D;
}
.footerContactInnerList_itemBtn p img{
  width: 3.4rem;
  margin-right: 1rem;
}
.footerContactInnerList_item:nth-child(2) .footerContactInnerList_itemBtn{
  background: rgb(255,134,13);
  background: -moz-linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  background: linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff860d",endColorstr="#ffd90a",GradientType=1);
}
.footerContactInnerList_item:nth-child(2) .footerContactInnerList_itemBtn p{
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.footerContactInnerList_itemNote{
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;  
}
.footerBtm{
  background: #fff;
  padding: 6rem 0 3rem;
}
.footerBtmInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footerBtmInnerL{
  width: 30%;
}
.footerBtmInnerL_logo{
  width: 27rem;
  display: block;
  margin-bottom: 2rem;
}
.footerBtmInnerL_txt01{
  font-size: 1.7rem;
  margin-bottom: 0rem;
}
.footerBtmInnerL_txt02{

}
.footerBtmInnerC{
  width: 32%;
  display: flex;
  justify-content: space-between;
}
.footerBtmInnerC_list{

}
.footerBtmInnerC_list li{
  margin-bottom: 1rem;
}
.footerBtmInnerR{
  width: 30%;
}
.footerBtmInnerR iframe{
  width: 100%;
  height: 30rem;
}
.footerBtm_info{
  width: 100%;
  margin: 0 auto;
  margin-top: 0rem;
}
.footerBtm_info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #838383;
  width: 41rem;
  flex-wrap: wrap;
  position: relative;
  left: 36.6%;
  top: -7.2rem;
}
.footerBtm_info ul li{
  margin-right: 1rem;
  line-height: 1.7;
}
.footerBtm_info ul li:nth-child(4){
  display: none;
}
.copyRight{
  color: #838383;
  font-size: 1.2rem;
  background: #F4F4F4;
  text-align: center;
  width: 100%;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.8rem 0;
  margin-top: -2rem;
}
.navTgl,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
/* header */
.header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.headerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
  display: none;
}
.headerFrontpage{

}
.headerSub{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding: 1rem;
  padding-right: 1.6rem;
  position: fixed;
  left: 0;
  top: 0rem;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 6px #00000036;
  transition: 0.3s ease;
}
.headerFrontpage .headerSub{
  top: 0rem;
}
.headerFrontpage.transform .headerSub{
  top: 0;
}
.headerSubLogo{
  width: 21rem;
  display: block;
  position: relative;
  top: 0rem;
}
.headerSubNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}
.headerSubNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerSubNavList li{
  margin-right: 3rem;
}
.headerSubNavList li a{
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerSubNavContact{
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  width: 20rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
/* dropdown */

/* humb */
.headerNav_open{
  width: 4.3rem;
  line-height: 1;
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #efefef;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.navBoxHeader{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding: 1rem;
  padding-right: 1.6rem;
  position: relative;
  left: 0;
  top: 0rem;
  background: #fff;
  width: 100%;

}
.navTglClose{
  width: 4.3rem;
  display: block;
}
.navBoxInnerPage{
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 3rem auto 1rem;
}
.navBoxInnerPage_list{
  margin-bottom: 1rem;
}
.navBoxInnerPage_list li{
  margin-bottom: 2rem;
}
.navBoxInnerPage_list02{
  color: #838383;
}
.navBoxInnerPage_list02 li{
  margin-bottom: 1rem;
}
.footerContactInner {
  width: 90%;
}
.footerBtmInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footerBtmInnerL {
  width: 45%;
  text-align: left;
  margin-bottom: 3rem;
}
.footerBtmInnerL_logo {
  width: 27rem;
  display: block;
  margin-bottom: 2rem;
}
.footerBtmInnerC {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footerBtmInnerR {
  width: 100%;
}
.footerBtm_info {
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
.footerBtm_info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #838383;
  width: 90%;
  flex-wrap: wrap;
  position: relative;
  left: 0;
  top: -5.2rem;
  margin: 0 auto;
}
.footerBtm_info ul li:nth-child(4){
  display: inline-block;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
/* header */
.header{
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
.headerTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 1rem;
  display: none;
}
/*.headerTopLogo{
  width: 30rem;
  display: block;
  position: relative;
  top: 1.6rem;
}
.headerTopNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.headerTopNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTopNavList li{
  margin-right: 3rem;
}
.headerTopNavList li a{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerTopNavContact{
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  width: 20rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}*/
.headerFrontpage{

}
.headerSub{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding: 1rem;
  padding-right: 1.6rem;
  position: fixed;
  left: 0;
  top: 0rem;
  background: #fff;
  width: 100%;
  box-shadow: 0 3px 6px #00000036;
  transition: 0.3s ease;
}
.headerFrontpage .headerSub{
  top: 0rem;
}
.headerFrontpage.transform .headerSub{
  top: 0;
}
.headerSubLogo{
  width: 21rem;
  display: block;
  position: relative;
  top: 0rem;
}
.headerSubNav{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}
.headerSubNavList{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerSubNavList li{
  margin-right: 3rem;
}
.headerSubNavList li a{
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}
.headerSubNavContact{
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  width: 20rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
/* dropdown */

/* humb */
.headerNav_open{
  width: 4.3rem;
  line-height: 1;
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  background: #fff;
  padding-bottom: 0rem;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxInner{
  background: #efefef;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
.navBoxHeader{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding: 1rem;
  padding-right: 1.6rem;
  position: relative;
  left: 0;
  top: 0rem;
  background: #fff;
  width: 100%;

}
.navTglClose{
  width: 4.3rem;
  display: block;
}
.navBoxInnerPage{
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 3rem auto 1rem;
}
.navBoxInnerPage_list{
  margin-bottom: 1rem;
}
.navBoxInnerPage_list li{
  margin-bottom: 2rem;
}
.navBoxInnerPage_list02{
  color: #838383;
}
.navBoxInnerPage_list02 li{
  margin-bottom: 1rem;
}
/* footer */
.footer{

}
.footerContact{
  background: url(../../src/img/sp/ft_contact_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 58rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnTtl01Box--footerContact{
  margin-bottom: 4rem!important;
}
.cmnTtl01Box--footerContact .cmnTtl01 *{
  color: #fff;
}
.footerContactInner{
  width: 85%;
}
.footerContactInnerList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.footerContactInnerList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.footerContactInnerList_itemTxt{
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.footerContactInnerList_itemBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  background: #fff;
  border-radius: 10px;
}
.footerContactInnerList_itemBtn p{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.3rem;
  color: #FF890D;
}
.footerContactInnerList_itemBtn p img{
  width: 3rem;
  margin-right: 1rem;
}
.footerContactInnerList_item:nth-child(2) .footerContactInnerList_itemBtn{
  background: rgb(255,134,13);
  background: -moz-linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  background: linear-gradient(90deg, rgba(255,134,13,1) 0%, rgba(255,145,13,1) 74%, rgba(255,217,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff860d",endColorstr="#ffd90a",GradientType=1);
}
.footerContactInnerList_item:nth-child(2) .footerContactInnerList_itemBtn p{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.footerContactInnerList_itemNote{
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 1rem;  
}
.footerBtm{
  background: #fff;
  padding: 5rem 0 0rem;
}
.footerBtmInner{
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footerBtmInnerL{
  width: 100%;
  order: 0;
  margin-bottom: 2rem;
}
.footerBtmInnerL_logo{
  width: 28rem;
  display: block;
  margin-bottom: 1rem;
}
.footerBtmInnerL_txt01{
  font-size: 1.7rem;
  margin-bottom: 0rem;
}
.footerBtmInnerL_txt02{

}
.footerBtmInnerC{
  width: 100%;
  display: flex;
  justify-content: space-between;
  order: 2;
  flex-direction: column;
  margin-bottom: 1rem;
}
.footerBtmInnerC_list{

}
.footerBtmInnerC_list li{
  margin-bottom: 2rem;
}
.footerBtmInnerR{
  width: 100%;
  order: 1;
  margin-bottom: 3rem;
}
.footerBtmInnerR iframe{
  width: 100%;
  height: 21rem;
}
.footerBtm_info{
  width: 100%;
  margin: 0 auto;
  margin-top: 0rem;
}
.footerBtm_info ul{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #838383;
  flex-direction: column;
  width: 88%;
  left: 0;
  top: 0;
  margin: 0 auto 2rem;
}


.footerBtm_info ul li{
  margin-right: 0rem;
  margin-bottom: 1rem;
}
.footerBtm_info ul li:nth-child(even){
  display: none;
}
.copyRight{
  color: #838383;
  font-size: 1.2rem;
  background: #F4F4F4;
  text-align: center;
  width: 100%;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.8rem 0 0.8rem;
  margin-top: 0;
}
.footerHasBnr .copyRight{
  padding: 0.8rem 0 8rem;
}
.fixBtn{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
}
.mainV_ttlBox{
  position: absolute;
  height: 13rem;
  left: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mainV_ttl{
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 0.12em;
}
.mainV_ttlInner{

}
.mainV_ttlInner span{
  display: inline-block;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.mainV_txt{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.topAbout{
  margin-top: 8rem;
  margin-bottom: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topAboutL{
  width: 60%;
  background: url(../../src/img/top_about_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  padding-left: 10rem;
}
.topAboutLInner{

}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.cmnTtl01_en{
  color: #FF890D;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.cmnTtl01_jp{
  font-size: 4rem;
  font-weight: 700;
}
.cmnTtl01Box--topAbout{
  justify-content: flex-start;
}
.cmnTtl01Box--topAbout .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--topAbout .cmnTtl01 *{
  color: #fff;
}
.topAboutLInner_ttl{
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 2rem;
}
.topAboutLInner_txt{
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.cmnBtn01Box{
  display: flex;
  justify-content: flex-start;
}
.cmnBtn01{
  width: 26rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01Box--cwbw .cmnBtn01{
  color: #fff;
  border: 2px solid #fff;
}
.cmnBtn01Box--topAbout .cmnBtn01:hover{
  background: #fff;
  color: #FF890D;
}
.topAboutR{
  width: 60%;
  margin-left: -10rem;
  margin-top: 5rem;
  opacity: 0;
}
.topBusiness{
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topBusiness{

}
.topBusinessList{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topBusinessList_item{
  width: 32.5%;
}
.topBusinessList_itemLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.topBusinessList_itemLink:hover{
  opacity: 1;
}
.topBusinessList_itemLink:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #868686;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topBusinessList_itemLink_cont{
  position: absolute;
  z-index: 1;
}
.topBusinessList_itemLink_contTop{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topBusinessList_itemLink_contTop_num{
  font-size: 6rem;
  color: #FF890D;
  line-height: 1;
  margin-bottom: 1rem;
}
.topBusinessList_itemLink_contTop_ttl{
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topBusinessList_itemLink_contTop_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.cmnBtn01Box--topBusiness{
  justify-content: center;
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 61.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
}
.topBusinessList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topBusinessList_itemLink:hover .topBusinessList_itemLink_img img{
  width: 120%;
  height: 120%;
}
.topBusinessList_itemLink .cmnBtn01Box--topBusiness .cmnBtn01{
  transition: 0.3s ease;
}
.topBusinessList_itemLink:hover .cmnBtn01Box--topBusiness .cmnBtn01{
  background: #FF890D;
  color: #fff;
}
.topCompanyWrap{
  background: #F5F6F7;
  padding: 24rem 0 6rem;
  padding-left: 2.5%;
  position: relative;
  margin-top: -17rem;
}
.topCompanyWrap:after{
  content: "";
  width: 100%;
  height: 26rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.topCompany{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 8rem;
  padding-right: 12rem;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 1;
}
.topCompanyTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4rem;
}
.topCompanyTopL{
  width: 40%;
}
.cmnTtl01Box--topCompany{
  justify-content: flex-start;
  margin-bottom: 5rem;
}
.cmnTtl01Box--topCompany .cmnTtl01{
  align-items: flex-start;
}
.topCompanyTopLBox{

}
.topCompanyTopLBox_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.topCompanyTopLBox_txt{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

.cmnBtn01Box--cobo .cmnBtn01{
  color: #FF890D;
  border: 2px solid #FF890D;
}
.cmnBtn01Box--topCompany .cmnBtn01:hover{
  background: #FF890D;
  color: #fff;
}
.topCompanyTopR{
  width: 55%;
}
.topCompanyBtm{
  display: flex;
  justify-content: space-between;
}
.topCompanyBtm_item{
  width: 32%;
}
.topCompanyBtm_itemLink{
  display: block;
}
.topCompanyBtm_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
  border-radius: 10px;
}
.topCompanyBtm_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topCompanyBtm_itemLink_ttl{
  font-size: 1.7rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.
.topCompanyBtm_itemLink:hover{
  opacity: 1;
}
.topCompanyBtm_itemLink:hover .topCompanyBtm_itemLink_img img{
  width: 120%;
  height: 120%;
}
.topCompanyBtm_itemLink:hover .topCompanyBtm_itemLink_ttl{
  color: #FF890D;
}
.topEfforts{
  background: url(../../src/img/top_efforts_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 47rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12%;
  margin-bottom: 10rem;
}
.cmnTtl01Box--topEfforts{
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topEfforts .cmnTtl01{
  align-items: flex-start;
}
.topEffortsInner_txt{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.cmnBtn01Box--cwbo_bko .cmnBtn01{
  color: #fff;
  border: 2px solid #FF890D;
  background: #FF890D;
}
.cmnBtn01Box--cwbo_bko .cmnBtn01:hover{
  color: #FF890D;
  border: 2px solid #fff;
  background: #fff;
}
.topNews{
  width: 80%;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.topNewsL{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cmnTtl01Box--topNews{
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topNews .cmnTtl01{
  align-items: flex-start;
}
.topNewsR{
  width: 68%;
}
.topNewsRList{

}
.topNewsRList_item{
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 2rem;
  margin-bottom: 2.3rem;
}
.topNewsRList_item:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.topNewsRList_item a time{
  width: 15%;
  font-weight: 500;
}
.topNewsRList_item a ul{
  width: 15%;
  display: flex;
  flex-wrap: wrap;
}
.topNewsRList_item a ul li{
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}
.topNewsRList_item a p{
  width: 60%;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--topNews .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
.topRecruit{
  background: url(../../src/img/top_recruit_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 80rem;
  width: 95%;
  margin: 0 auto 12rem;
  padding: 8rem 0;
}
.cmnTtl01Box--topRecruit{
  margin-bottom: 4rem;
}
.cmnTtl01Box--topRecruit .cmnTtl01 *{
  color: #fff;
}
.topRecruitSlide{
  margin-bottom: 3rem;
}
.topRecruitSlide li{
  padding: 0 1rem;
}
.topRecruitBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topRecruitBox_ttl{
  font-size: 3rem;
  color: #fff;
}
.topRecruitBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.cmnBtn01Box--topRecruit .cmnBtn01:hover{
  background: #fff;
  color: #FF890D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainV {
  position: relative;
  padding-top: 5rem;
}
.mainV_ttlBox {
  position: absolute;
  height: 13rem;
  left: 5rem;
  top: 5rem;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.topAbout {
  margin-top: 8rem;
  margin-bottom: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.topAboutR {
  width: 80%;
  margin-left: 0rem;
  margin-top: 5rem;
  opacity: 0;
  margin: 0 auto;
}
.topAboutR {
  width: 100%;
  margin-left: 0rem;
  margin-top: 5rem;
  opacity: 0;
  margin: 0 auto;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
  border-radius: 0px;
}
.topAboutR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topAboutL {
  width: 90%;
  background: url(../../src/img/top_about_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding: 8rem 0;
  padding-left: 0rem;
  border-radius: 14px;
  margin: -8rem auto 0;
}
.cmnTtl01Box--topAbout {
  justify-content: center;
}
.cmnTtl01Box--topAbout .cmnTtl01 {
  align-items: center;
}
.topAboutLInner_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.topAboutLInner_txt {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  text-align: center;
}
.cmnBtn01Box--topAbout{
  justify-content: center;
}
.topBusinessList {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.topBusinessList_item {
  width: 32.8%;
  margin: 0;
}
.topBusinessList_itemLink_contTop_ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 48.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.topCompany {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 4rem;
  padding-right: 4rem;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--topCompany {
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.topCompanyTopL {
  width: 49%;
}
.topCompanyTopLBox_txt br.is_pc{
  display: none!important;
}
.topCompanyTopR {
  width: 47%;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
  border-radius: 10px;
}
.topCompanyTopR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topEfforts {
  background: url(../../src/img/top_efforts_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 47rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  margin-bottom: 10rem;
}
.cmnTtl01Box--topEfforts {
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topEfforts .cmnTtl01 {
  align-items: center;
}
.topEffortsInner_txt {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: center;
}
.cmnBtn01Box--topEfforts{
  justify-content: center;
}
.topNews {
  width: 90%;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNewsL {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topNewsR {
  width: 60%;
}
.topNewsRList_item a {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  flex-wrap: wrap;
}
.topNewsRList_item a time {
  width: 25%;
  font-weight: 500;
}
.topNewsRList_item a ul {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.topNewsRList_item a p {
  width: 100%;
}
.topRecruit {
  background: url(../../src/img/top_recruit_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 70rem;
  width: 95%;
  margin: 0 auto 12rem;
  padding: 8rem 0;
}

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{
  position: relative;
}
.mainV_ttlBox{
  position: absolute;
  height: 24rem;
  left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mainV_ttl{
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
.mainV_ttlInner{

}
.mainV_ttlInner span{
  display: inline-block;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  background: linear-gradient(90deg, rgba(255,217,10,1) 0%, rgba(255,145,13,1) 44%, rgba(255,134,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.mainV_txt{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
}
.topAbout{
  margin-top: 10rem;
  margin-bottom: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.topAboutL{
  width: 100%;
  background: url(../../src/img/sp/top_about_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  padding: 8rem 0 8rem;
  padding-left: 0rem;
}
.topAboutLInner{

}
.cmnTtl01Box{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.cmnTtl01_en{
  color: #FF890D;
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.cmnTtl01_jp{
  font-size: 3.5rem;
  font-weight: 700;
}
.cmnTtl01Box--topAbout{
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01Box--topAbout .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--topAbout .cmnTtl01 *{
  color: #fff;
}
.topAboutLInner_ttl{
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.topAboutLInner_txt{
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 3rem;
  width: 88%;
  margin: 0 auto 3rem;
}
.topAboutLInner_txt br{
  display: none;
}
.cmnBtn01Box{
  display: flex;
  justify-content: center;
}
.cmnBtn01{
  width: 32.5rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}
.cmnBtn01:hover{
  opacity: 1;
}
.cmnBtn01Box--cwbw .cmnBtn01{
  color: #fff;
  border: 2px solid #fff;
}
.cmnBtn01Box--topAbout .cmnBtn01:hover{
  background: #fff;
  color: #FF890D;
}
.topAboutR{
  width: 100%;
  margin-left: 0rem;
  margin-top: 0rem;
  opacity: 0;
}
.topBusiness{
  position: relative;
  z-index: 1;
  background: #f5f6f7;
  padding-top: 10rem;
}
.cmnTtl01Box--topBusiness{
  margin-bottom: 3rem;
}
.topBusinessList{
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.topBusinessList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.topBusinessList_itemLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.topBusinessList_itemLink:hover{
  opacity: 1;
}
.topBusinessList_itemLink:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #868686;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topBusinessList_itemLink_cont{
  position: absolute;
  z-index: 1;
}
.topBusinessList_itemLink_contTop{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topBusinessList_itemLink_contTop_num{
  font-size: 6rem;
  color: #FF890D;
  line-height: 1;
  margin-bottom: 1rem;
}
.topBusinessList_itemLink_contTop_ttl{
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topBusinessList_itemLink_contTop_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
.topBusinessList_itemLink_img {
  width: 100%;
  height: 48.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
}
.topBusinessList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topBusinessList_itemLink:hover .topBusinessList_itemLink_img img{
  width: 120%;
  height: 120%;
}
.topBusinessList_itemLink .cmnBtn01Box--topBusiness .cmnBtn01{
  transition: 0.3s ease;
  width: 26rem;
}
.topBusinessList_itemLink:hover .cmnBtn01Box--topBusiness .cmnBtn01{
  background: #FF890D;
  color: #fff;
}
.topCompanyWrap{
  background: #F5F6F7;
  padding: 24rem 0 6rem;
  padding-left: 0%;
  position: relative;
  margin-top: -17rem;
}
.topCompanyWrap:after{
  content: "";
  width: 100%;
  height: 26rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.topCompany{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 8rem 0 0;
  padding-right: 0;
  border-radius: 0px 0 0 0px;
  position: relative;
  z-index: 1;
}
.topCompanyTop{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4rem;
  width: 88%;
  margin: 0 auto 6rem;
}
.topCompanyTopL{
  width: 100%;
}
.cmnTtl01Box--topCompany{
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topCompany .cmnTtl01{
  align-items: center;
}
.topCompanyTopLBox{

}
.topCompanyTopLBox_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.topCompanyTopLBox_txt{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.cmnBtn01Box--cobo .cmnBtn01{
  color: #FF890D;
  border: 2px solid #FF890D;
}
.cmnBtn01Box--topCompany .cmnBtn01:hover{
  background: #FF890D;
  color: #fff;
}
.topCompanyTopR{
  width: 100%;
  margin-bottom: 2rem;
}
.topCompanyBtm{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 88%;
  margin: 0 auto;
}
.topCompanyBtm_item{
  width: 100%;
  margin-bottom: 2rem;
}
.topCompanyBtm_itemLink{
  display: block;
}
.topCompanyBtm_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;  
  border-radius: 10px;
}
.topCompanyBtm_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.8s ease;
}
.topCompanyBtm_itemLink_ttl{
  font-size: 1.7rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.topCompanyBtm_itemLink:hover{
  opacity: 1;
}
.topCompanyBtm_itemLink:hover .topCompanyBtm_itemLink_img img{
  width: 120%;
  height: 120%;
}
.topCompanyBtm_itemLink:hover .topCompanyBtm_itemLink_ttl{
  color: #FF890D;
}
.topEfforts{
  background: url(../../src/img/sp/top_efforts_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 47rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0%;
  margin-bottom: 7rem;
  padding-bottom: 5rem;
}
.cmnTtl01Box--topEfforts{
  justify-content: center;
  margin-bottom: 2rem;
}
.cmnTtl01Box--topEfforts .cmnTtl01{
  align-items: center;
}
.topEffortsInner_txt{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
  width: 88%;
  margin: 0 auto 3rem;
}
.topEffortsInner_txt br{
  display: none;
}
.cmnBtn01Box--cwbo_bko .cmnBtn01{
  color: #fff;
  border: 2px solid #FF890D;
  background: #FF890D;
}
.cmnBtn01Box--cwbo_bko .cmnBtn01:hover{
  color: #FF890D;
  border: 2px solid #fff;
  background: #fff;
}
.topNews{
  width: 88%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.topNewsL{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cmnTtl01Box--topNews{
  justify-content: center;
  margin-bottom: 3rem;
}
.cmnTtl01Box--topNews .cmnTtl01{
  align-items: center;
}
.topNewsR{
  width: 100%;
}
.topNewsRList{
  margin-bottom: 4rem;
}
.topNewsRList_item{
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.topNewsRList_item:last-child{
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.topNewsRList_item a{
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  flex-wrap: wrap;
}
.topNewsRList_item a time{
  width: 30%;
  font-weight: 500;
}
.topNewsRList_item a ul{
  width: 68%;
  display: flex;
  flex-wrap: wrap;
}
.topNewsRList_item a ul li{
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
}
.topNewsRList_item a p{
  width: 100%;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--topNews .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
.topRecruit{
  background: url(../../src/img/sp/top_recruit_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 68rem;
  width: 100%;
  margin: 0 auto 0rem;
  padding: 6rem 0 0;
}
.cmnTtl01Box--topRecruit{
  margin-bottom: 4rem;
}
.cmnTtl01Box--topRecruit .cmnTtl01 *{
  color: #fff;
}
.topRecruitSlide{
  margin-bottom: 2rem;
}
.topRecruitSlide li{
  padding: 0 0.5rem;
}
.topRecruitBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topRecruitBox_ttl{
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topRecruitBox_txt{
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
.cmnBtn01Box--topRecruit .cmnBtn01:hover{
  background: #fff;
  color: #FF890D;
}
}
/*-----------------------------------------------------------

PUNKUZ

-------------------------------------------------------------*/
.mainVSubPunkuzBox{
  position: absolute;
  top: 3rem;
  width: 100%;
}
.punkuz{
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1rem;
  margin-right: 0.8rem;
  color: #fff;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubPunkuzBox{
  position: absolute;
  top: 1rem;
  width: 100%;
}
.punkuz {
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubPunkuzBox{
  position: absolute;
  top: 1rem;
  width: 100%;
}
.punkuz {
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: normal;
  position: relative;
  z-index: 1;
  padding-top: 0rem;
  flex-wrap: wrap;
}
.punkuz li{
  font-size: 1rem;
  margin-right: 0rem;
  color: #fff;
}
.punkuz li a{
  display: block;
  margin-right: 0.3rem;
}
.punkuz li br{
  display: none;
}
}

/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  position: relative;
  top: 6rem;
  height: 21rem;
  margin-bottom: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVSub_ttlBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.mainVSub_ttl_en{
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.mainVSub_ttl_jp{
  font-size: 4rem;
  font-weight: 700;
}
.aboutIntro{
  margin-bottom: 12rem;
}
.aboutIntroSlide{
  margin-bottom: 3rem;
}
.aboutIntroSlide li{
  padding: 0 1rem;
}
.aboutIntroInner{
  background: url(../../src/img/about_intro_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 70%;
  height: 51rem;
  margin: -10rem auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutIntroInner_ttl{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutIntroInner_txt{
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
}
.aboutStr{
  margin-bottom: 10rem;
  position: relative;
}
.cmnTtl01Box--aboutStr{
  /*margin-bottom: -29rem;*/
}
.cmnTtl01Box--aboutStr02{
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutStr02 .cmnTtl01{
  align-items: flex-start;
}
.aboutStrWrap{
  position: relative;
  height: 380vh;
  overflow: hidden;
}
.aboutStrScroll{
  height: 400vh;
  position: relative;
  overflow: hidden;
}
.aboutStrNav{
  height: 100vh;
  position: absolute;
  left: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutStrNavList{
  width: 7rem;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #FF890D;
  border-radius: 100px;
  left: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aboutStrNavList li{
  color: #C4C4C4;
  font-size: 2rem;
  text-align: center;
}
.aboutStrNavList li.is-active{
  color: #FF890D;
}
.aboutStrSec{
  padding-left: 20%;
  padding-right: 6%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.5s ease;
}
/*.aboutStrScroll .aboutStrSec{
  align-items: flex-start;
}
.aboutStrScroll.is-active .aboutStrSec{
  align-items: center;
}*/
.aboutStrSec.is-active{
  align-items: center;
}
.aboutStrSecInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.aboutStrSecInnerL {
  width: 50%;
  /*height: 40.8rem;*/
  height: 45vh;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.aboutStrSecInnerL img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  transition: 0.5s ease;
  opacity: 0;
}
.aboutStrSec.is-active .aboutStrSecInnerL img{
  opacity: 1;
}
.aboutStrCont{
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}
.aboutStrContInner{
  height: 100vh;
  padding-right: 7%;
  display: flex;
  align-items: center;
  width: 100%;
}
.aboutStrContInner_box{

}
.aboutStrContInner_boxNum{
  font-size: 2.5rem;
  color: #FF890D;
  margin-bottom: 2rem;
  line-height: 1;
}
.aboutStrContInner_boxTtl{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutStrContInner_boxTxt{
  font-size: 1.7rem;
}
.topBusinessAbout{
  background: #F5F6F7;
  padding: 12rem 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSub {
  position: relative;
  top: 6rem;
  height: 13rem;
  margin-bottom: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutIntroInner {
  background: url(../../src/img/about_intro_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 97%;
  height: 51rem;
  margin: -5rem auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutStrSec {
  padding-left: 12%;
  padding-right: 6%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.5s ease;
}
.aboutStrSecInnerL {
  width: 48%;
  /* height: 40.8rem; */
  height: 38vh;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.aboutStrCont {
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
.aboutStrContInner_boxTtl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutStrContInner_boxTxt br{
  display: none!important;
}
.aboutStrNav {
  height: 100vh;
  position: absolute;
  left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  position: relative;
  top: 5.5rem;
  height: 16rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVSub_ttlBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.mainVSub_ttl_en{
  font-size: 2rem;
  margin-bottom: 0.6rem;
}
.mainVSub_ttl_jp{
  font-size: 3.5rem;
  font-weight: 700;
}
.aboutIntro{
  margin-bottom: 12rem;
}
.aboutIntroSlide{
  margin-bottom: 3rem;
}
.aboutIntroSlide li{
  padding: 0 0.5rem;
}
.aboutIntroInner{
  background: url(../../src/img/sp/about_intro_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 88%;
  height: 66rem;
  margin: -5rem auto 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutIntroInner_ttl{
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutIntroInner_txt{
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
}
.aboutStr{
  margin-bottom: 10rem;
  position: relative;
}
.cmnTtl01Box--aboutStr{
  margin-bottom: 4rem;
}
.aboutStrSPSec{
  width: 88%;
  margin: 0 auto 6rem;
}
.aboutStrSPSec_num{
  font-size: 3.5rem;
  color: #FF890D;
  line-height: 1;
  margin-bottom: 1rem;
}
.aboutStrSPSec_ttl{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.aboutStrSPSec_img{
  margin-bottom: 2rem;
}
.aboutStrSPSec_txt{
  font-size: 1.4rem;
}
.topBusinessAbout{
  background: #F5F6F7;
  padding: 10rem 0;
}
}
/*-----------------------------------------------------------

BUSINESS

-------------------------------------------------------------*/
.subPageIntro{
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subPageIntro--business{

}
.subPageIntro_ttl{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.subPageIntro_txt{
  text-align: center;
  line-height: 2.3;
}
.businessAnch{
  width: 80%;
  margin: 0 auto 8rem;
}
.businessAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.businessAnchList li{
  width: 29%;
}
.businessAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 2rem 1rem;
  letter-spacing: 0.02em;
}
.businessSec{
  padding: 8rem 0;
}
#business02.businessSec{
  background: #F5F6F7;
}
.businessSecInner{
  width: 80%;
  margin: 0 auto;
}
.businessSecInner_main{
  margin-bottom: 3rem;
}
.businessSecInner_cont{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.businessSecInner_cont_ttl{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.businessSecInner_cont_txt{
  text-align: center;
  line-height: 2.3;
}
.businessSecInner_Img{
  display: flex;
  justify-content: center;
  margin: 0 -1.5rem;
}
.businessSecInner_Img li{
  width: 33.33333%;
  margin: 0 1.5rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.businessAnch {
  width: 90%;
  margin: 0 auto 8rem;
}
.businessAnchList li {
  width: 31%;
}
.businessAnchList li a {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 2rem 1rem;
  letter-spacing: 0.02em;
}
.businessSecInner {
  width: 90%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.subPageIntro{
  margin: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subPageIntro--business{

}
.subPageIntro_ttl{
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.6;
}
.subPageIntro_txt{
  text-align: center;
  line-height: 1.8;
}
.businessAnch{
  width: 80%;
  margin: 0 auto 2rem;
}
.businessAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.businessAnchList li{
  width: 100%;
  margin-bottom: 2.5rem;
}
.businessAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 1.5rem 1rem;
  letter-spacing: 0em;
  text-align: center;
}
.businessAnchList li:nth-child(2) a{
  padding-right: 2rem;
}
.businessSec{
  padding: 4rem 0;
  margin-bottom: 4rem;
}
#business02.businessSec{
  background: #F5F6F7;
  padding-top: 0;
  padding-bottom: 6rem;
}
.businessSecInner{
  width: 100%;
  margin: 0 auto;
}
.businessSecInner_main{
  margin-bottom: 3rem;
}
.businessSecInner_cont{
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.businessSecInner_cont_ttl{
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.6;
}
.businessSecInner_cont_txt{
  text-align: left;
  line-height: 2.3;
  width: 90%;
  margin: 0 auto;
}
.businessSecInner_Img{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0  auto -1.5rem;
  flex-direction: column;
}
.businessSecInner_Img li{
  width: 100%;
  margin: 0 0 1.5rem;
}
}
/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.companyOutline{
  width: 70%;
  margin: 8rem auto 14rem;
}
.cmnTtl01Box--companyOutline{
  margin-bottom: 4rem;
}
.cmnTtl01Box--companyOutline .cmnTtl01_jp{
  font-size: 3rem;
}
.companyOutlineList{
  border-top: 1px solid #DEDEDE;
}
.companyOutlineList_item{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #DEDEDE;
}
.companyOutlineList_itemTtl{
  width: 22%;
  padding: 2rem;
  background: #F5F6F7;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.companyOutlineList_itemTxt{
  width: 78%;
  padding: 2rem;
}
.companyGreeting{
  position: relative;
}
.companyGreeting:before{
  content: "";
  width: 100%;
  height: 46rem;
  background: url(../../src/img/company_greeting_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmnTtl01Box--companyGreeting{
  margin-bottom: 8rem;
  justify-content: flex-start;
}
.cmnTtl01Box--companyGreeting .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--companyGreeting .cmnTtl01_jp{
  font-size: 3rem;
}
.companyGreetingInner{
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.companyGreetingInnerL{
  width: 55%;
}
.companyGreetingInnerR{
  width: 40%;
}
.companyGreetingInnerL_box{
  color: #fff;
}
.companyGreetingInnerL_boxTxt01{
  margin-bottom: 2rem;
  line-height: 2.3;
}
.companyGreetingInnerL_boxTxt02{
  font-size: 1.7rem;
}
.companyHistory{
  background: #F5F6F7;
  padding: 6rem 0 8rem;
}
.cmnTtl01Box--companyHistory{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companyHistory .cmnTtl01_jp{
  font-size: 3rem;
}
.companyHistoryList{
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.companyHistoryList:before{
  content: "";
  width: 1px;
  background: #FF890D;
  height: 104%;
  left: 0.8rem;
  right: 0;
  top: 0.8rem;
  margin: auto;
  position: absolute;
}
.companyHistoryList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.companyHistoryList_itemL{
  width: 50%;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 4rem;
  display: flex;
  justify-content: flex-end;
}
.companyHistoryList_itemL:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #FF890D;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  top: 0.8rem;
}
.companyHistoryList_itemL span{
  display: inline-block;
  width: 9rem;
  white-space: nowrap;
}
.companyHistoryList_itemR{
  width: 50%;
  padding-left: 4rem;
}
.companyGroup{
  width: 80%;
  margin: 10rem auto 12rem;
}
.cmnTtl01Box--companyGroup{
  margin-bottom: 5rem;
}
.cmnTtl01Box--companyGroup .cmnTtl01_jp{
  font-size: 3rem;
}
.companyGroupList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.companyGroupList_item{
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.companyGroupList_item:nth-child(2){
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
}
.companyGroupList_itemTop{
  text-align: center;
  margin-bottom: 2rem;
}
.companyGroupList_itemTop h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.companyGroupList_itemTop p {
  
}
.companyGroupList_itemBtm{
  text-align: center;
}
.companyGroupList_itemBtm h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.companyGroupList_itemBtm p {
  
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.companyOutline {
  width: 90%;
  margin: 8rem auto 14rem;
}
.companyOutlineList_itemTtl {
  width: 30%;
  padding: 2rem;
  background: #F5F6F7;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.companyOutlineList_itemTxt {
  width: 70%;
  padding: 2rem;
}
.companyGreetingInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.companyGreetingInnerL_boxTxt01 br{
  display: none!important;
}
.companyGreeting:before {
  content: "";
  width: 100%;
  height: 43rem;
  background: url(../../src/img/company_greeting_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.companyHistoryList {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.companyGroup {
  width: 95%;
  margin: 10rem auto 12rem;
}
.companyGroupList_itemTop p {
  letter-spacing: 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.companyOutline{
  width: 90%;
  margin: 8rem auto 10rem;
}
.cmnTtl01Box--companyOutline{
  margin-bottom: 4rem;
}
.cmnTtl01Box--companyOutline .cmnTtl01_jp{
  font-size: 3rem;
}
.companyOutlineList{
  border-top: none;
}
.companyOutlineList_item{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: none;
  flex-direction: column;
  margin-bottom: 2rem;
}
.companyOutlineList_itemTtl{
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 1px solid #DEDEDE;
}
.companyOutlineList_itemTxt{
  width: 100%;
  padding: 0.5rem 0;
}
.companyGreeting{
  position: relative;
}
.companyGreeting:before{
  content: "";
  width: 100%;
  height: 62rem;
  background: url(../../src/img/sp/company_greeting_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmnTtl01Box--companyGreeting{
  margin-bottom: 4rem;
  justify-content: center;
}
.cmnTtl01Box--companyGreeting .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--companyGreeting .cmnTtl01_jp{
  font-size: 3rem;
}
.companyGreetingInner{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
  flex-direction: column-reverse;
}
.companyGreetingInnerL{
  width: 100%;
}
.companyGreetingInnerR{
  width: 100%;
  margin-bottom: 3rem;
}
.companyGreetingInnerL_box{
  color: #fff;
}
.companyGreetingInnerL_boxTxt01{
  margin-bottom: 2rem;
  line-height: 1.8;
}
.companyGreetingInnerL_boxTxt02{
  font-size: 1.7rem;
}
.companyHistory{
  background: #F5F6F7;
  padding: 6rem 0 8rem;
}
.cmnTtl01Box--companyHistory{
  margin-bottom: 3rem;
}
.cmnTtl01Box--companyHistory .cmnTtl01_jp{
  font-size: 3rem;
}
.companyHistoryList{
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.companyHistoryList:before{
  content: "";
  width: 2px;
  background: #FF890D;
  height: 102%;
  left: 0.51rem;
  right: unset;
  top: 0.8rem;
  margin: auto;
  position: absolute;
}
.companyHistoryList_item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  flex-direction: column;
}
.companyHistoryList_itemL{
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 0rem;
  padding-left: 4rem;
  display: flex;
  justify-content: flex-start;
}
.companyHistoryList_itemL:after{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #FF890D;
  border-radius: 50%;
  position: absolute;
  right: unset;
  left: 0;
  top: 0.8rem;
}
.companyHistoryList_itemL span{
  display: inline-block;
  width: 9rem;
  white-space: nowrap;
}
.companyHistoryList_itemR{
  width: 100%;
  padding-left: 4rem;
}
.companyGroup{
  width: 90%;
  margin: 10rem auto 8rem;
}
.cmnTtl01Box--companyGroup{
  margin-bottom: 5rem;
}
.cmnTtl01Box--companyGroup .cmnTtl01_jp{
  font-size: 3rem;
}
.companyGroupList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
.companyGroupList_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.companyGroupList_item:nth-child(2){
  border-left: none;
  border-right: none;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding: 3rem 0;
}
.companyGroupList_itemTop{
  text-align: center;
  margin-bottom: 2rem;
}
.companyGroupList_itemTop h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.companyGroupList_itemTop p {
  
}
.companyGroupList_itemBtm{
  text-align: center;
}
.companyGroupList_itemBtm h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.companyGroupList_itemBtm p {
  
}
}
/*-----------------------------------------------------------

EFFIRTS

-------------------------------------------------------------*/
.effortsAnch{
  width: 55%;
  margin: 0 auto 8rem;
}
.effortsAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.effortsAnchList li{
  width: 29%;
}
.effortsAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 2rem 1rem;
  letter-spacing: 0.02em;
}
.effortsSec{
  width: 80%;
  margin: 0 auto 10rem;
  padding: 4rem 0;
}
.effortsSecIntro{
  margin-bottom: 5rem;
  position: relative;
}
.effortsSecIntroImg{
  width: 80%;
}
.effortsSecIntroCont{
  position: absolute;
  right: 0;
  top: -3rem;
  width: 40rem;
  height: 25rem;
  background: url(../../src/img/efforts_sec_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.effortsSecIntroContInner{
  color: #fff;
}
.effortsSecIntroContInner_ttl{
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.effortsSecIntroContInner_txt{
  font-size: 1.7rem;
  line-height: 1.6;
}
.effortsSec01Box{

}
.effortsSec01BoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.effortsSec01BoxList::after {
  content: "";
  display: block;
  width: 32%;
}
.effortsSec01BoxList_item{
  width: 32%;
  margin-bottom: 4rem;
}
.effortsSec01BoxList_itemImg{
  margin-bottom: 1rem;
}
.effortsSec01BoxList_itemTtl{
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#efforts02{
  margin-bottom: 14rem;
}
.effortsSecIntroRev{
  display: flex;
  justify-content: flex-end;
}
.effortsSecIntroRev .effortsSecIntroCont{
  right: unset;
  left: 0;
}
.effortsSec02List{
  display: flex;
  justify-content: center;
}
.effortsSec02List_item{

}
.effortsSec02List_item + .effortsSec02List_item{
  margin-left: 14rem;
}
.effortsSec02List_item h3{

}

.effortsSec02List_item h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.effortsSec02List_item p{
  letter-spacing: 0.18em;
}
.effortsSec03Box{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem;
}
.effortsSec03BoxL{
  width: 45%;
}
.effortsSec03BoxSlide li div {
    width: 100%;
    height: 29rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.effortsSec03BoxSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.effortsSec03BoxR{
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.effortsSec03BoxR_top{

}
.effortsSec03BoxR_top_ttl {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.effortsSec03BoxR_top_txt{

}
.effortsSec03BoxR_btm{

}
.effortsSec03BoxSlideNav{
  width: 60%;
}
.effortsSec03BoxSlideNav li{
  padding-right: 1rem;
}
.effortsSec03BoxSlideNav li.slick-current div{
  background: #000;
  display: block;
}
.effortsSec03BoxSlideNav li.slick-current div img{
  opacity: 0.5;
  transition: all 300ms ease;
}
.effortsSec03BoxSlideNav .slick-slide div {
    width: 100%;
    height: 10.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
}
.effortsSec03BoxSlideNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.effortsAnch {
  width: 80%;
  margin: 0 auto 8rem;
}
.effortsSec {
  width: 90%;
  margin: 0 auto 10rem;
  padding: 4rem 0;
}
.effortsSecIntroContInner_ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.effortsSecIntroCont {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 40rem;
  height: 22rem;
  background: url(../../src/img/efforts_sec_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.effortsSec01BoxList_item {
  width: 48%;
  margin-bottom: 4rem;
}
.effortsSec02List_item + .effortsSec02List_item {
  margin-left: 5rem;
}
.effortsSec03BoxSlideNav .slick-slide div {
  width: 100%;
  height: 8.5rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.effortsAnch{
  width: 90%;
  margin: 0 auto 8rem;
}
.effortsAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.effortsAnchList li{
  width: 100%;
  margin-bottom: 2.5rem;
}
.effortsAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 1.5rem 1rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.effortsSec{
  width: 100%;
  margin: 0 auto 2rem;
  padding: 4rem 0;
}
.effortsSecIntro{
  margin-bottom: 5rem;
  position: relative;
}
.effortsSecIntroImg{
  width: 100%;
}
.effortsSecIntroCont {
  position: relative;
  right: 0;
  left: 0;
  top: unset;
  bottom: 0;
  width: 90%;
  height: 20rem;
  background: url(../../src/img/efforts_sec_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -5rem;
}
.effortsSecIntroContInner{
  color: #fff;
  text-align: center;
}
.effortsSecIntroContInner_ttl{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.effortsSecIntroContInner_txt{
  font-size: 1.7rem;
  line-height: 1.6;
}
.effortsSec01Box{

}
.effortsSec01BoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.effortsSec01BoxList::after {
  content: "";
  display: block;
  width: 100%;
}
.effortsSec01BoxList_item{
  width: 100%;
  margin-bottom: 4rem;
}
.effortsSec01BoxList_itemImg{
  margin-bottom: 1rem;
}
.effortsSec01BoxList_itemTtl{
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#efforts02{
  margin-bottom: 2rem;
}
.effortsSecIntroRev{
  display: block;
  justify-content: center;
}
.effortsSecIntroRev .effortsSecIntroCont{
  right: unset;
  left: 0;
}
.effortsSec02List{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.effortsSec02List_item{
  width: 100%;
  margin-bottom: 3rem;
}
.effortsSec02List_item + .effortsSec02List_item{
  margin-left: 0rem;
}
.effortsSec02List_item h3{

}

.effortsSec02List_item h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.effortsSec02List_item p{
  letter-spacing: 0.18em;
}
.effortsSec03Box{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem;
  width: 90%;
  margin: 0 auto 5rem;
  flex-direction: column;
}
.effortsSec03BoxL{
  width: 100%;
  margin-bottom: 1rem;
}
.effortsSec03BoxSlide li div {
    width: 100%;
    height: 20rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.effortsSec03BoxSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.effortsSec03BoxR{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.effortsSec03BoxR_top{

}
.effortsSec03BoxR_top_ttl {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.effortsSec03BoxR_top_txt{

}
.effortsSec03BoxR_btm{

}
.effortsSec03BoxSlideNav{
  width: 70%;
  margin-bottom: 1rem;
}
.effortsSec03BoxSlideNav li{
  padding-right: 1rem;
}
.effortsSec03BoxSlideNav li.slick-current div{
  background: #000;
  display: block;
}
.effortsSec03BoxSlideNav li.slick-current div img{
  opacity: 0.5;
  transition: all 300ms ease;
}
.effortsSec03BoxSlideNav .slick-slide div {
    width: 100%;
    height: 7.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
}
.effortsSec03BoxSlideNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.cmnTtl01Box--recruit{
  width: 80%;
  justify-content: flex-start;
  padding: 8rem 0 2rem;
}
.cmnTtl01Box--recruit .cmnTtl01{
  align-items: flex-start;
}
.recruitIntro{
  position: relative;
  padding-bottom: 9rem;
  margin-bottom: 12rem;
}
.recruitIntro:before{
  content: "";
  width: 100%;
  height: 128rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../src/img/recruit_slide_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.recruitIntroSlide{
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
.recruitIntroSlide01{
  margin-bottom: 1rem;
}
.recruitIntroSlide li{
  padding: 0 0.5rem;
}
.recruitIntroCont{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.recruitIntroCont_ttl{
  width: 40%;
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
.recruitIntroCont_txt{
  width: 60%;
  color: #fff;
}
.recruitIntroCont_mov{
  width: 70%;
  margin: 6rem auto 0;
  position: relative;
  z-index: 1;
}
.recruitAnch{
  width: 70%;
  margin: 0 auto 8rem;
}
.recruitAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recruitAnchList li{
  width: 29%;
  margin-bottom: 4rem;
}
.recruitAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 2rem 1rem;
  letter-spacing: 0.02em;
}
.recruitFeature{
  width: 80%;
  margin: 0 auto 12rem;
}
.cmnTtl01Box--recruitFeature{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitFeature .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitFeatureBox{
  background: #FFF9F3;
  padding: 4rem 2rem;
  border-radius: 10px;
  margin-bottom: 3rem;
}
.recruitFeatureBox_ttl{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.recruitFeatureBox_ttl h3{
  font-size: 2.5rem;
  border: 2px solid #FF890D;
  border-radius: 5px;
  background: #fff;
  color: #FF890D;
  width: 26rem;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
}
.recruitFeatureBoxList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.recruitFeatureBoxList_item{
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitFeatureBoxList_itemImg{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
}
@media only screen and (min-width: 600px) {
.recruitFeatureBoxList01 .recruitFeatureBoxList_item:nth-child(1) .recruitFeatureBoxList_itemImg div{
  width: 11rem;
}
.recruitFeatureBoxList01 .recruitFeatureBoxList_item:nth-child(2) .recruitFeatureBoxList_itemImg div{
  width: 12rem;
}
.recruitFeatureBoxList01 .recruitFeatureBoxList_item:nth-child(3) .recruitFeatureBoxList_itemImg div{
  width: 12rem;
}
.recruitFeatureBoxList_item:nth-child(2){
  border-left: 1px dashed #C9C9C9;
  border-right: 1px dashed #C9C9C9;
}
}
.recruitFeatureBoxList_itemCont_ttl{
  text-align: center;
  font-size: 1.7rem;
  color: #FF890D;
  font-weight: 600;
}
.recruitFeatureBoxList_itemCont_txt{
  text-align: center;
}
@media only screen and (min-width: 600px) {
.recruitFeatureBoxList02 .recruitFeatureBoxList_item:nth-child(1) .recruitFeatureBoxList_itemImg div{
  width: 11rem;
}
.recruitFeatureBoxList02 .recruitFeatureBoxList_item:nth-child(2) .recruitFeatureBoxList_itemImg div{
  width: 11rem;
}
.recruitFeatureBoxList02 .recruitFeatureBoxList_item:nth-child(3) .recruitFeatureBoxList_itemImg div{
  width: 10rem;
}
}
.recruitGalley{
  background: #F5F6F7;
  padding: 8rem 0;
  margin-bottom: 8rem;
}
.cmnTtl01Box--recruitGalley{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitGalley .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitGalley_tab{
  width: 30%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.recruitGalley_tab li{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C4C4C4;
  font-size: 1.7rem;
  background: #C4C4C4;
  color: #fff;
}
.recruitGalley_tab li:nth-child(1){
  border-radius: 10px 0 0 10px;
}
.recruitGalley_tab li:nth-child(2){
  border-radius: 0 10px 10px 0;
}
.recruitGalley_tab li.selected{
  border: 2px solid #FF890D;
  color: #FF890D;
  background: #fff;
}
.recruitGalley_tabBox{
  width: 70%;
  margin: 0 auto;
}
.recruitGalley_tabSlide{
  margin-bottom: 1rem;
  height: 47rem;
}
.recruitGalley_tabSlide .slick-prev {
  left: -4rem;
  width: 2rem;
  height: 3.3rem;
  top: 50%;
}
.recruitGalley_tabSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 3.3rem;
  display: block;
}
.recruitGalley_tabSlide .slick-next {
  right: -4rem;
  width: 2rem;
  height: 3.3rem;
  top: 50%;
}
.recruitGalley_tabSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 3.3rem;
  display: block;
}
.recruitGalley_tabSlide li{
  position: relative;
  height: 47rem;
}
.recruitGalley_tabSlide li div {
    width: 100%;
    height: 47rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.recruitGalley_tabSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitGalley_tabSlide li p{
  height: 12rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 4rem 5rem 0;
  font-size: 1.7rem;
}
.recruitGalley_tabSlide li p:before{
  content: "";
  height: 12rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(121,121,121);
  background: -moz-linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#797979",endColorstr="#000000",GradientType=1);
  mix-blend-mode: multiply;
}
.recruitGalley_tabSlide li p span{
  color: #fff;
  position: relative;
  z-index: 1;
}
.recruitGalley_tabSlideNav{
  width: 100%;
}
.recruitGalley_tabSlideNav .slick-track{
  margin: 0;
}
.recruitGalley_tabSlideNav li{
  padding-right: 1rem;
}
.recruitGalley_tabSlideNav li.slick-current div{
  background: #000;
  display: block;
}
.recruitGalley_tabSlideNav li.slick-current div img{
  opacity: 0.5;
  transition: all 300ms ease;
}
.recruitGalley_tabSlideNav .slick-slide div {
    width: 100%;
    height: 7.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
}
.recruitGalley_tabSlideNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 900px) {
.recruitGalley_tabSlideNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}

.recruitGalley_tabSlideNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.recruitGalley_tabSlideNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 13.7%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.recruitGalley_tabSlideNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
}
.recruitInt{
  padding: 5rem 0 8rem;
}
.cmnTtl01Box--recruitInt{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitInt .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitIntSec{
  padding: 8rem 0;
  position: relative;
  margin-bottom: 6rem;
}
.recruitIntSec:before{
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 0 10px 10px 0;
  opacity: 0.05;
}
.recruitIntSecRev:before{
  left: unset;
  right: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
}
.recruitIntSecWrap{
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recruitIntSec_top{
  margin-bottom: 6rem;
  position: relative;
}
.recruitIntSec_topImg{

}
.recruitIntSec_topCnt{
  width: 15rem;
  height: 10rem;
  position: absolute;
  top: -4rem;
  left: 2rem;
  color: #FF890D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.recruitIntSec_topCnt_txt01{
  font-size: 1.9rem;
}
.recruitIntSec_topCnt_txt02{
  font-size: 9.6rem;
}
.recruitIntSec_topBox{
  width: 26rem;
  height: auto;
  background: url(../../src/img/recruit_int_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
}
.recruitIntSec_topBoxInner{
  color: #fff; 
  padding: 3rem 0;
}
.recruitIntSec_topBoxInner_txt01{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.recruitIntSec_topBoxInner_txt02{
  font-size: 4.7rem;
  line-height: 1;
}
.recruitIntSec_btm{

}
.recruitIntSec_btmBox01{
  display: flex;
  justify-content: space-between;
}
.recruitIntSec_btmBox01L{
  width: 45%;
}
.recruitIntSec_btm_ttl{
  color: #FF890D;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitIntSec_btm_txt{

}
.recruitIntSec_btmBox01R{
  width: 48%;
}
.recruitIntSec_btmBox02{
  margin-bottom: 3rem;
}
.recruitIntSec02 .recruitIntSec_btmBox02{
  margin-top: -4rem;
}
.recruitIntSec03 .recruitIntSec_btm_txt {
  white-space: nowrap;
}
.recruitIntSec03 .recruitIntSec_btmBox02{
  margin-top: -6rem;
}
.recruitFlow{
  margin-bottom: 8rem;
}
.cmnTtl01Box--recruitFlow{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitFlow .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitFlowBox{
  width: 80%;
  margin: -8rem auto 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 4rem 0;
}
.recruitFlowList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.recruitFlowList:before{
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #C4C4C4;
  position: absolute;
  top: 6.7rem;
  left: 0;
}
.recruitFlowList_item{
  width: 20%;
}
.recruitFlowList_itemNum{
  color: #FF890D;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.recruitFlowList_itemNum:after{
  content: "";
  width: 3rem;
  height: 0.5rem;
  background: #FF890D;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.recruitFlowList_itemBox_ttl{
  font-size: 1.7rem;
  font-weight: 600;
}
.recruitFlowList_itemBox_txt{

}
.recruitFaq{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12rem;
}
.recruitFaqL{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../../src/img/recruit_faw_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 32%;
  padding: 6rem 0;
}
.cmnTtl01Box--recruitFaq{
  justify-content: flex-start;
  margin-bottom: 0;
}
.cmnTtl01Box--recruitFaq .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--recruitFaq .cmnTtl01_jp{
  font-size: 3rem;
}
.cmnTtl01Box--recruitFaq .cmnTtl01 * {
  color: #fff;
}
.recruitFaqR{
  background: #F7F7F7;
  padding: 6rem 8rem;
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruitFaqRInner{

}
.recruitFaqRInnerList{
  border-top: 1px solid #DEDEDE;
}
.recruitFaqRInnerList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.recruitFaqRInnerList_item h3{
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.7rem 1.1rem;
  font-size: 1.7rem;
}
.recruitFaqRInnerList_item h3.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.7rem 1.1rem;
}
.recruitFaqRInnerList_item div{
  padding: 2rem 0 0;
  font-size: 1.4rem;
  display: none;
  font-weight: 400;
}
.recruitJob{
  width: 100%;
  margin: 0 auto 12rem;
}
.cmnTtl01Box--recruitJob{
  margin-bottom: 5rem;
}
.cmnTtl01Box--recruitJob .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitJobList{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitJobList::after {
  content: "";
  display: block;
  width: 31%;
}
.recruitJobList_item{
  width: 31%;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitJobList_itemBox{
  margin-bottom: 2rem;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.recruitJobList_itemBox_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitJobList_itemBox_ttl{
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitJobList_itemBox_info{
  border-top: 1px solid #C6C6C6;
}
.recruitJobList_itemBox_infoCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C6C6C6;
  padding: 1rem 0;
}
.recruitJobList_itemBox_infoCont_txt01{
  font-weight: 500;
  width: 25%;
}
.recruitJobList_itemBox_infoCont_txt02{
  width: 75%;
  line-height: 1.6;
}
.recruitJobList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitJobList_itemBtn01{
  width: 48%;
}
.recruitJobList_itemBtn01 a{
  background: #FF890D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.3rem;
  border-radius: 10px;
  font-size: 2rem;
}
.recruitJobList_itemBtn02{
  width: 48%;
}
.recruitJobList_itemBtn02 a{
  background: #B9B9B9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.3rem;
  border-radius: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitIntro {
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 12rem;
}
.recruitIntroCont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
}
.recruitIntroCont_ttl {
  width: 70%;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 2rem;
}
.recruitIntroCont_txt {
  width: 90%;
  color: #fff;
  text-align: center;
}
.recruitIntroSlide {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.recruitAnch {
  width: 90%;
  margin: 0 auto 8rem;
}
.recruitFeature {
  width: 100%;
  margin: 0 auto 12rem;
}
.recruitFeatureBoxList_itemCont_txt {
  text-align: center;
  letter-spacing: 0.05em;
}
.recruitGalley_tab {
  width: 50%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.recruitGalley_tabBox {
  width: 80%;
  margin: 0 auto;
}
.recruitGalley_tabSlideNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}

.recruitGalley_tabSlideNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.recruitGalley_tabSlideNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 13.7%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.2rem;
  cursor: pointer;
}
.recruitGalley_tabSlideNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.recruitIntSec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 0 10px 10px 0;
  opacity: 0.05;
}
.recruitIntSec_btm_txt br{
  display: none!important;
}
.recruitIntSecWrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recruitIntSec01 .recruitIntSec_btmBox02{
  margin-top: 2rem;
}
.recruitIntSec02 .recruitIntSec_btmBox02 {
  margin-top: 0rem;
}
.recruitIntSec03 .recruitIntSec_btm_txt {
  white-space: normal;
}
.recruitIntSec03 .recruitIntSec_btmBox02 {
  margin-top: 0rem;
}
.recruitFlowBox {
  width: 95%;
  margin: -8rem auto 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 4rem 0;
}
.recruitFlowList_item {
  width: auto;
}
.recruitFaqR {
  background: #F7F7F7;
  padding: 3rem 3rem;
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruitJobList {
  width: 90%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 17.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cmnTtl01Box--recruit{
  width: 90%;
  justify-content: center;
  padding: 8rem 0 4rem;
}
.cmnTtl01Box--recruit .cmnTtl01{
  align-items: center;
}
.recruitIntro{
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 12rem;
}
.recruitIntro:before{
  content: "";
  width: 100%;
  height: 75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../src/img/recruit_slide_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.recruitIntroSlide{
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
.recruitIntroSlide01{
  margin-bottom: 1rem;
}
.recruitIntroSlide li{
  padding: 0 0.5rem;
}
.recruitIntroCont{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.recruitIntroCont_ttl{
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.recruitIntroCont_txt{
  width: 100%;
  color: #fff;
}
.recruitIntroCont_mov{
  width: 90%;
  margin: 3rem auto 0;
  position: relative;
  z-index: 1;
  background: #aaa;
}
.recruitAnch{
  width: 90%;
  margin: 0 auto 8rem;
}
.recruitAnchList{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recruitAnchList li{
  width: 100%;
  margin-bottom: 2.5rem;
}
.recruitAnchList li a{
  font-size: 1.9rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #FF890D;
  display: block;
  background: url(../../src/img/business_anch_arrow.png) right center no-repeat;
  background-size: 1.5rem 1rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.recruitFeature{
  width: 100%;
  margin: 0 auto 6rem;
}
.cmnTtl01Box--recruitFeature{
  margin-bottom: 0rem;
  background: #FFF9F3;
  padding: 6rem 0 1rem;
}
.cmnTtl01Box--recruitFeature .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitFeatureBox{
  background: #FFF9F3;
  padding: 4rem 2rem 8rem;
  border-radius: 0px;
  margin-bottom: 0rem;
}
.recruitFeatureBox_ttl{
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.recruitFeatureBox_ttl h3{
  font-size: 2.5rem;
  border: 2px solid #FF890D;
  border-radius: 5px;
  background: #fff;
  color: #FF890D;
  width: 26rem;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
}
.recruitFeatureBoxList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
}
.recruitFeatureBoxList .slick-prev {
  left: 0rem;
  width: 1.5rem;
  height: 2.3rem;
  top: 50%;
}
.recruitFeatureBoxList .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 2.3rem;
  display: block;
}
.recruitFeatureBoxList .slick-next {
  right: 0rem;
  width: 1.5rem;
  height: 2.3rem;
  top: 50%;
}
.recruitFeatureBoxList .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 2.3rem;
  display: block;
}
.recruitFeatureBoxList .slick-dots{
    position: absolute;
    bottom: -5rem;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.recruitFeatureBoxList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer;
}
.recruitFeatureBoxList .slick-dots li button:before {
  font-family: unset!important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '•';
  text-align: center;
  color: #E0E0E0;
  background: #E0E0E0;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #E0E0E0;
}
.recruitFeatureBoxList .slick-dots li.slick-active button:before{
    color:#FF890D;
    border-radius: 50%;
    background:#FF890D;
    border: 1px solid #FF890D;
}
.recruitFeatureBoxList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.recruitFeatureBoxList_item{
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitFeatureBoxList_itemImg{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
.recruitFeatureBoxList01 .recruitFeatureBoxList_item01 .recruitFeatureBoxList_itemImg div{
  width: 14rem;
}
.recruitFeatureBoxList01 .recruitFeatureBoxList_item02 .recruitFeatureBoxList_itemImg div{
  width: 15rem;
}
.recruitFeatureBoxList01 .recruitFeatureBoxList_item03 .recruitFeatureBoxList_itemImg div{
  width: 15rem;
}
.recruitFeatureBoxList_item02{
  border-left: none;
  border-right: none;
}
.recruitFeatureBoxList_item:nth-child(2) {
  border-left: none;
  border-right: none;
}
.recruitFeatureBoxList_itemCont_ttl{
  text-align: center;
  font-size: 1.7rem;
  color: #FF890D;
  font-weight: 600;
}
.recruitFeatureBoxList_itemCont_txt{
  text-align: center;
}
.recruitFeatureBoxList02 .recruitFeatureBoxList_item01 .recruitFeatureBoxList_itemImg div{
  width: 14rem;
}
.recruitFeatureBoxList02 .recruitFeatureBoxList_item02 .recruitFeatureBoxList_itemImg div{
  width: 14rem;
}
.recruitFeatureBoxList02 .recruitFeatureBoxList_item03 .recruitFeatureBoxList_itemImg div{
  width: 14rem;
}
.recruitGalley{
  background: #F5F6F7;
  padding: 8rem 0;
  margin-bottom: 0rem;
  position: relative;
  z-index: 1;
}
.cmnTtl01Box--recruitGalley{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitGalley .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitGalley_tab{
  width: 90%;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
}
.recruitGalley_tab li{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C4C4C4;
  font-size: 1.4rem;
  background: #C4C4C4;
  color: #fff;
}
.recruitGalley_tab li:nth-child(1){
  border-radius: 10px 0 0 10px;
}
.recruitGalley_tab li:nth-child(2){
  border-radius: 0 10px 10px 0;
}
.recruitGalley_tab li.selected{
  border: 2px solid #FF890D;
  color: #FF890D;
  background: #fff;
}
.recruitGalley_tabBox{
  width: 80%;
  margin: 0 auto;
}
.recruitGalley_tabSlide{
  margin-bottom: 1rem;
  height: 20rem;
}
.recruitGalley_tabSlide .slick-prev {
  left: -3rem;
  width: 1.5rem;
  height: 2.3rem;
  top: 50%;
}
.recruitGalley_tabSlide .slick-prev:before {
  content: '';
  background: url(../../src/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 2.3rem;
  display: block;
}
.recruitGalley_tabSlide .slick-next {
  right: -3rem;
  width: 1.5rem;
  height: 2.3rem;
  top: 50%;
}
.recruitGalley_tabSlide .slick-next:before {
  content: '';
  background: url(../../src/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 2.3rem;
  display: block;
}
.recruitGalley_tabSlide li{
  position: relative;
  height: 20rem;
}
.recruitGalley_tabSlide li div {
    width: 100%;
    height: 20rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.recruitGalley_tabSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitGalley_tabSlide li p{
  height: 12rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 6rem 3rem 0;
  font-size: 1.4rem;
}
.recruitGalley_tabSlide li p:before{
  content: "";
  height: 8rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(121,121,121);
  background: -moz-linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#797979",endColorstr="#000000",GradientType=1);
  mix-blend-mode: multiply;
}
.recruitGalley_tabSlide li p span{
  color: #fff;
  position: relative;
  z-index: 1;
}
.recruitGalley_tabSlideNav{
  width: 100%;
}
.recruitGalley_tabSlideNav .slick-track{
  margin: 0;
}
.recruitGalley_tabSlideNav li{
  padding-right: 0.5rem;
}
.recruitGalley_tabSlideNav li.slick-current div{
  background: #000;
  display: block;
}
.recruitGalley_tabSlideNav li.slick-current div img{
  opacity: 0.5;
  transition: all 300ms ease;
}
.recruitGalley_tabSlideNav .slick-slide div {
    width: 100%;
    height: 5.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.recruitGalley_tabSlideNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.recruitInt{
  padding: 9rem 0 8rem;
  position: relative;
}
.recruitInt{

}
.recruitInt:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 0 10px 10px 0;
  opacity: 0.05;
}
.cmnTtl01Box--recruitInt{
  margin-bottom: 2rem;
}
.cmnTtl01Box--recruitInt .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitIntSec{
  padding: 8rem 0 0rem;
  position: relative;
  margin-bottom: 6rem;
}
.recruitIntSec:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(315deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  border-radius: 0 10px 10px 0;
  opacity: 0.05;
  display: none;
}
.recruitIntSecRev:before{
  left: unset;
  right: 0;
  top: 0;
  background: rgb(255,217,10);
  background: -moz-linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: -webkit-linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  background: linear-gradient(45deg, rgba(255,217,10,1) 0%, rgba(255,134,13,1) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd90a",endColorstr="#ff860d",GradientType=1);
  display: none;
}
.recruitIntSec01:before{
  top: -18.7rem;
  height: 113%;
}
.recruitIntSecWrap{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recruitIntSec_top{
  margin-bottom: 6rem;
  position: relative;
  padding-bottom: 5rem;
}
.recruitIntSec_topImg{

}
.recruitIntSec_topCnt{
  width: 15rem;
  height: 10rem;
  position: absolute;
  top: -5rem;
  left: 2rem;
  color: #FF890D;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
}
.recruitIntSec_topCnt_txt01{
  font-size: 1.9rem;
}
.recruitIntSec_topCnt_txt02{
  font-size: 6rem;
}
.recruitIntSec_topBox{
  width: 26rem;
  height: auto;
  background: url(../../src/img/recruit_int_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
}
.recruitIntSec_topBoxInner{
  color: #fff; 
  padding: 2rem 0;
}
.recruitIntSec_topBoxInner_txt01{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.recruitIntSec_topBoxInner_txt02{
  font-size: 4.7rem;
  line-height: 1;
}
.recruitIntSec_btm{

}
.recruitIntSec_btmBox01{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 4rem;
}
.recruitIntSec_btmBox01L{
  width: 100%;
  margin-bottom: 3rem;
}
.recruitIntSec_btm_ttl{
  color: #FF890D;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.recruitIntSec_btm_txt{

}
.recruitIntSec_btmBox01R{
  width: 100%;
}
.recruitIntSec_btmBox02{
  margin-bottom: 3rem;
}
.recruitIntSec02 .recruitIntSec_btmBox02{
  margin-top: 0rem;
}
.recruitIntSec03{
  margin-bottom: 0;
}
.recruitIntSec03 .recruitIntSec_btm_txt {
  white-space: normal;
}
.recruitIntSec03 .recruitIntSec_btmBox02{
  margin-top: 0rem;
}
.recruitFlow{
  margin-bottom: 5rem;
}
.cmnTtl01Box--recruitFlow{
  margin-bottom: 4rem;
}
.cmnTtl01Box--recruitFlow .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitFlowBox{
  width: 95%;
  margin: -5rem auto 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 4rem 0;
}
.recruitFlowList{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}
.recruitFlowList:before{
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #C4C4C4;
  position: absolute;
  top: 1.7rem;
  left: 0.18rem;
}
.recruitFlowList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.recruitFlowList_itemNum{
  color: #FF890D;
  font-size: 2.5rem;
  margin-bottom: 0rem;
  position: relative;
  padding-left: 4rem;
  line-height: 1;
  height: 3rem;
  display: flex;
  align-items: center;
}
.recruitFlowList_itemNum:after{
  content: "";
  width: 0.5rem;
  height: 3rem;
  background: #FF890D;
  position: absolute;
  bottom: unset;
  top: 0rem;
  left: 0;
}
.recruitFlowList_itemBox{
  padding-left: 4rem;
}
.recruitFlowList_itemBox_ttl{
  font-size: 1.7rem;
  font-weight: 600;
}
.recruitFlowList_itemBox_txt{

}
.recruitFaq{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 8rem;
  flex-direction: column;
}
.recruitFaqL{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../../src/img/sp/recruit_faw_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 4rem 0;
}
.cmnTtl01Box--recruitFaq{
  justify-content: center;
  margin-bottom: 0;
}
.cmnTtl01Box--recruitFaq .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--recruitFaq .cmnTtl01_jp{
  font-size: 3rem;
}
.cmnTtl01Box--recruitFaq .cmnTtl01 * {
  color: #fff;
}
.recruitFaqR{
  background: #F7F7F7;
  padding: 4rem 5% 8rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruitFaqRInner{

}
.recruitFaqRInnerList{
  border-top: 1px solid #DEDEDE;
}
.recruitFaqRInnerList_item{
  padding: 2rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.recruitFaqRInnerList_item h3{
  background: url(../../src/img/ac_on.png) 98% center no-repeat;
  background-size: 1.7rem 1.1rem;
  font-size: 1.7rem;
}
.recruitFaqRInnerList_item h3.on{
  background: url(../../src/img/ac_off.png) 98% center no-repeat;
  background-size: 1.7rem 1.1rem;
}
.recruitFaqRInnerList_item div{
  padding: 2rem 0 0;
  font-size: 1.4rem;
  display: none;
  font-weight: 400;
}
.recruitJob{
  width: 100%;
  margin: 0 auto 6rem;
}
.cmnTtl01Box--recruitJob{
  margin-bottom: 5rem;
}
.cmnTtl01Box--recruitJob .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitJobList{
  width: 90%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitJobList::after {
  content: "";
  display: block;
  width: 100%;
}
.recruitJobList_item{
  width: 100%;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recruitJobList_itemBox{
  margin-bottom: 2rem;
}
.recruitJobList_itemBox_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.recruitJobList_itemBox_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitJobList_itemBox_ttl{
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.recruitJobList_itemBox_info{
  border-top: 1px solid #C6C6C6;
}
.recruitJobList_itemBox_infoCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C6C6C6;
  padding: 1rem 0;
}
.recruitJobList_itemBox_infoCont_txt01{
  font-weight: 500;
  width: 25%;
}
.recruitJobList_itemBox_infoCont_txt02{
  width: 75%;
  line-height: 1.6;
}
.recruitJobList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitJobList_itemBtn01{
  width: 48%;
}
.recruitJobList_itemBtn01 a{
  background: #FF890D;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  border-radius: 10px;
  font-size: 2.8rem;
}
.recruitJobList_itemBtn02{
  width: 48%;
}
.recruitJobList_itemBtn02 a{
  background: #B9B9B9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  border-radius: 10px;
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

RECRUIT DETAIL

-------------------------------------------------------------*/
.mainVRecruitD{
  padding-top: 6rem;
  background: #F5F6F7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem;
}
.mainVRecruitD_img {
  width: 50%;
  height: 48.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVRecruitD_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.mainVRecruitD .mainVSubPunkuzBox{
  top: 9rem;
}
.mainVRecruitD_box{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mainVRecruitD_boxInner{
  width: 85%;
  margin: 0 auto;
}
.mainVRecruitD_boxInner_ttl{
  font-size: 2.5rem;
  color: #FF890D;
  position: relative;
  font-weight: 600;
}
.mainVRecruitD_boxInner_ttlTxt{
  position: relative;
  z-index: 1;
}
.recruitDInfo{
  width: 80%;
  margin: 8rem auto 10rem;
}
.cmnTtl01Box--recruitDInfo{
  margin-bottom: 4rem;
  justify-content: flex-start;
}
.cmnTtl01Box--recruitDInfo .cmnTtl01{
  align-items: flex-start;
}
.cmnTtl01Box--recruitDInfo .cmnTtl01_jp{
  font-size: 3rem;
}
.recruitDInfoList{
  border-top: 1px solid #DEDEDE;
}
.recruitDInfoList_item{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #DEDEDE;
}
.recruitDInfoList_itemTtl{
  width: 22%;
  padding: 2rem;
  background: #F5F6F7;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: normal;
}
.recruitDInfoList_itemTxt{
  width: 78%;
  padding: 2rem;
}
.recruitD_pointList{

}
.recruitD_pointList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.recruitD_pointList_itemIco{
  width: 16rem;
}
.recruitD_pointList_itemBox{
  width: 83%;
}
.recruitD_pointList_itemBox h3{
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0rem;
}
.recruitD_pointList_itemBox div{
  font-size: 1.4rem;
}
.recruitD_reasonList{
  display: flex;
  justify-content: space-between;
}
.recruitD_reasonList_item{
  width: 30%;
}
.recruitD_reasonList_itemImg{
  width: 100%;
  margin-bottom: 2rem;
}
.recruitD_reasonList_itemBox{
  width: 100%;
}
.recruitD_reasonList_itemBox h3{
  font-weight: 700;
  font-size: 1.4rem;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.recruitD_reasonList_itemBox div{
  line-height: 1.8;
}
.recruitDBtnList{
  margin: 0rem 0 10rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.recruitDBtnList.mb5{
  margin: 0rem 0 5rem;
}
.recruitDBtnList li{
  margin: 0 0 2rem;
}
.recruitDBtnList li a:hover{
  opacity: 0.5;
}
.cmnBtn01--entry{
  background: #FF890D;
  color: #fff;
  border-color: #FF890D;
  font-size: 5rem;
  width: 44rem;
  height: 8rem;
  font-weight: 400;
}
.cmnBtn01--back{
  background: #B9B9B9;
  color: #fff;
  border-color: #B9B9B9;
  width: 44rem;
}
.rec_fix_btn{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVRecruitD {
  padding-top: 5rem;
  background: #F5F6F7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
}
.mainVRecruitD_img {
  width: 50%;
  height: 31.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.recruitDInfo {
  width: 90%;
  margin: 8rem auto 10rem;
}
.recruitDInfoList_itemTtl {
  width: 30%;
  padding: 2rem;
  background: #F5F6F7;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: normal;
}
.recruitDInfoList_itemTxt {
  width: 70%;
  padding: 2rem;
}
.recruitD_pointList_itemIco {
  width: 12rem;
}
.recruitD_pointList_itemBox {
  width: 81%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVRecruitD{
  padding-top: 5rem;
  background: #F5F6F7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem;
  flex-direction: column;
}
.mainVRecruitD_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.mainVRecruitD_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.mainVRecruitD .mainVSubPunkuzBox{
  top: 7rem;
  text-shadow: 0 0 2px #000;
}
.mainVRecruitD_box{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
}
.mainVRecruitD_boxInner{
  width: 90%;
  margin: 0 auto;
}
.mainVRecruitD_boxInner_ttl{
  font-size: 2.5rem;
  color: #FF890D;
  position: relative;
  font-weight: 600;
}
.mainVRecruitD_boxInner_ttlTxt{
  position: relative;
  z-index: 1;
}
.recruitDInfo{
  width: 90%;
  margin: 8rem auto 4rem;
}
.cmnTtl01Box--recruitDInfo{
  margin-bottom: 4rem;
  justify-content: center;
}
.cmnTtl01Box--recruitDInfo .cmnTtl01{
  align-items: center;
}
.cmnTtl01Box--recruitDInfo .cmnTtl01_jp{
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}
.recruitDInfoList{
  border-top: none;
}
.recruitDInfoList_item{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: none;
  flex-direction: column;
  margin-bottom: 2rem;
}
.recruitDInfoList_itemTtl{
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: normal;
  border-bottom: 1px solid #DEDEDE;
}
.recruitDInfoList_itemTxt{
  width: 100%;
  padding: 0.5rem 0;
}
.recruitD_pointList{

}
.recruitD_pointList_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
.recruitD_pointList_itemIco{
  width: 100%;
  margin-bottom: 2rem;
}
.recruitD_pointList_itemBox{
  width: 100%;
}
.recruitD_pointList_itemBox h3{
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0rem;
  text-align: center;
}
.recruitD_pointList_itemBox div{
  font-size: 1.4rem;
}
.recruitD_reasonList{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.recruitD_reasonList_item{
  width: 100%;
  margin-bottom: 3rem;
}
.recruitD_reasonList_itemImg{
  width: 100%;
  margin-bottom: 2rem;
}
.recruitD_reasonList_itemBox{
  width: 100%;
}
.recruitD_reasonList_itemBox h3{
  font-weight: 700;
  font-size: 1.7rem;
  border-bottom: none;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  text-align: center;
}
.recruitD_reasonList_itemBox div{
  line-height: 1.8;
}
.recruitDBtnList{
  margin: 0rem 0 10rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.recruitDBtnList li{
  margin: 0 0 2rem;
  width: 90%;
}
.recruitDBtnList li a:hover{
  opacity: 0.5;
}
.cmnBtn01--entry{
  background: #FF890D;
  color: #fff;
  border-color: #FF890D;
  font-size: 4.5rem;
  width: 100%;
  height: 8rem;
  font-weight: 400;
}
.cmnBtn01--back{
  background: #B9B9B9;
  color: #fff;
  border-color: #B9B9B9;
  width: 100%;
}

/* sp_fix_btn */

.rec_fix_btn{
  display: block;
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  z-index: 2;
}
.rec_fix_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF890D;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  position: relative;
}
.rec_fix_btn::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.8rem;
  margin: 0 auto;
}
.rec_fix_btn a p{
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  padding-bottom: 4px;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsBox{
  width: 70%;
  margin: 0 auto 12rem;
}
.postSelectBox{
  width: 30%;
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
}
.postSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/form_arrow.png) 95% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #C4C4C4;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
  border-radius: 5px;
}
.postSelectBox select.selected{
  color: #aaa;
}
.newsList{
  margin-bottom: 8rem;
}
.newsList .topNewsRList_item a time {
  width: 10%;
}
.newsList .topNewsRList_item a ul {
  width: 10%;
}
.newsList .topNewsRList_item a p {
  width: 70%;
}
.newsList .topNewsRList_item:last-child {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsBox {
  width: 90%;
  margin: 0 auto 12rem;
}
.postSelectBox {
  width: 50%;
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
}
.newsList .topNewsRList_item a time {
  width: 14%;
  font-weight: 500;
}
.newsList .topNewsRList_item a ul {
  width: 86%;
}
.newsList .topNewsRList_item a p {
  width: 100%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsBox{
  width: 90%;
  margin: 0 auto 12rem;
}
.postSelectBox{
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.postSelectBox select{
  width: 100%;
  background:#fff url(../../src/img/form_arrow.png) 95% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #C4C4C4;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
  border-radius: 5px;
}
.postSelectBox select.selected{
  color: #aaa;
}
.newsList{
  margin-bottom: 8rem;
}
.newsList .topNewsRList_item a time {
  width: 30%;
  font-weight: 500;
}
.newsList .topNewsRList_item a ul {
  width: 68%;
}
.newsList .topNewsRList_item a p {
  width: 100%;
}
.newsList .topNewsRList_item:last-child {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDBox{
  padding: 3rem 0 16rem;
  width: 65%;
  margin: 0 auto;
}
.newsDBox_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  padding: 0 0rem 0;
}
.newsDBox_infoTime{
  font-size: 1.4rem;
  display: block;
}
.newsDBox_infoCat{
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
}
.newsDBox_infoCat li{
  font-size: 1.4rem;
}
.newsDBox_ttl{
  font-size: 2rem;
  padding: 0 0rem 0;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}

.newsDBoxSec{
  margin-bottom: 8rem;
  padding: 0 0rem 0;
}
.cmnBtn01Box--newsD{
  justify-content: center;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--newsD .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsDBox {
  padding: 3rem 0 16rem;
  width: 80%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDBox{
  padding: 3rem 0 10rem;
  width: 90%;
  margin: 0 auto;
}
.newsDBox_info{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
  padding: 0 0rem 0;
}
.newsDBox_infoTime{
  font-size: 1.4rem;
  display: block;
}
.newsDBox_infoCat{
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
}
.newsDBox_infoCat li{
  font-size: 1.4rem;
}
.newsDBox_ttl{
  font-size: 2rem;
  padding: 0 0rem 0;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
  line-height: 1.6;
}
.newsDBoxSec{
  margin-bottom: 8rem;
  padding: 0 0rem 0;
}
.cmnBtn01Box--newsD{
  justify-content: center;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--newsD .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.cmnTtl01Box--sitemapBox{
  margin-bottom: 5rem;
}
.sitemapBox{
  width: 80%;
  margin: 8rem auto 18rem;
}
.sitemapBoxInner{
  display: flex;
  justify-content: center;
}
.sitemapBoxInner_list{
  margin: 0 7rem;
}
.sitemapBoxInner_list li{
  margin-bottom: 1rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.sitemapBox {
  width: 90%;
  margin: 8rem auto 18rem;
}
.sitemapBoxInner {
  display: flex;
  justify-content: space-between;
}
.sitemapBoxInner_list {
  margin: 0 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cmnTtl01Box--sitemapBox{
  margin-bottom: 5rem;
}
.sitemapBox{
  width: 90%;
  margin: 8rem auto 8rem;
}
.sitemapBoxInner{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sitemapBoxInner_list{
  margin: 0 0rem;
}
.sitemapBoxInner_list li{
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
  text-align: center;
}
}
/*-----------------------------------------------------------

ITEM

-------------------------------------------------------------*/
.itemWrap{
  width: 85%;
  margin: 8rem auto 12rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.itemSide{
  width: 15%;
}
.itemSide_ttl{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.itemSideCat{
  margin-bottom: 6rem;
}
.itemSideCat li{
  margin-bottom: 2rem;
}
.itemSideCat li a{
  margin-bottom: 2rem;
  font-weight: 500;
}
.itemBox{
  width: 79%;
}
.itemBoxSec{
  margin-bottom: 12rem;
}
.itemBoxSecList{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.itemBoxSecList::after {
  content: "";
  display: block;
  width: 32%;
}
.itemBoxSecList_item{
  width: 32%;
  margin-bottom: 8rem;
}
.itemBoxSecList_itemLink{
  display: block;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 31.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.itemBoxSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxSecList_itemLink_cat{
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.itemBoxSecList_itemLink_cat li{
  font-size: 1.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  color: #FF890D;
}
.itemBoxSecList_itemLink_ttl{
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}
.itemBoxSecList_itemLink_price{
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.itemBoxSecList_itemLink_priceNum{
  font-size: 2.1rem;
  font-weight: 500;
}
.itemBoxSecList_itemLink_priceTax{
  color: #707070;
  font-size: 1.2rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #FF890D;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #FF890D;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemWrap {
  width: 90%;
  margin: 8rem auto 12rem;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.itemWrap{
  width: 88%;
  margin: 3rem auto 4rem;
  padding-top: 0rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.itemSide{
  width: 100%;
  margin-bottom: 5rem;
}
.itemSide_ttl{
  font-size: 2rem;
  margin-bottom: 0rem;
  background: url(../../src/img/sp/ac_on@2x.png) 98% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.itemSide_ttl.on{
  background: url(../../src/img/sp/ac_off@2x.png) 98% center no-repeat;
  background-size: 1.5rem 1.5rem;
}
.itemSideCat{
  margin-bottom: 0rem;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding: 1rem 0;
}
.itemSideCatList{
  display: none;
  padding-top: 2rem;
}
.itemSideCat li{
  margin-bottom: 2rem;
}
.itemSideCat li a{
  margin-bottom: 2rem;
  font-weight: 500;
}
.itemBox{
  width: 100%;
}
.itemBoxSec{
  margin-bottom: 3rem;
}
.itemBoxSecList{
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.itemBoxSecList::after {
  content: "";
  display: block;
  width: 100%;
}
.itemBoxSecList_item{
  width: 100%;
  margin-bottom: 5rem;
}
.itemBoxSecList_itemLink{
  display: block;
}
.itemBoxSecList_itemLink_img {
  width: 100%;
  height: 21.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.itemBoxSecList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.itemBoxSecList_itemLink_cat{
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.itemBoxSecList_itemLink_cat li{
  font-size: 1.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  color: #FF890D;
}
.itemBoxSecList_itemLink_ttl{
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}
.itemBoxSecList_itemLink_price{
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.itemBoxSecList_itemLink_priceNum{
  font-size: 2.1rem;
  font-weight: 500;
}
.itemBoxSecList_itemLink_priceTax{
  color: #707070;
  font-size: 1.2rem;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #FF890D;
}
.wp-pagenavi a:hover{
  opacity: 0.5;
}

.wp-pagenavi .first{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .first:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem;
}

.wp-pagenavi .last{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem;
}
.wp-pagenavi .last:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
}

.previouspostslink{
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
}
.previouspostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.nextpostslink{
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
}
.nextpostslink:before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #FF890D;
  border-right: 1px solid #FF890D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .page{
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #B2B2B2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #FF890D;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem;
}
}
/*-----------------------------------------------------------

ITEM DETAIL

-------------------------------------------------------------*/
.mainVSub--simple {
  height: auto;
  min-height: 8rem;
  margin-bottom: 8rem;
}
.mainVSub--simple .punkuz li{
  color: #717171;
}
.itemSecDetailWrap{
  padding-top: 3rem;
  margin-bottom: 16rem;
}
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin: 0 auto 11rem;
}
.itemSecDetailBoxImg{
  width: 50%;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 2rem;
}
.itemSecDetailBoxImgSlide img{

}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 1rem;
}
.itemSecDetailBoxImgSlide .slick-slide{
  
}

.itemSecDetailBoxImgSlide li{
  height: 36rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.itemSecDetailBoxImgSlide li div {
    width: 100%;
    height: 36rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemSecDetailBoxImgNav{
  margin: 0 -0.5rem;
}
.itemSecDetailBoxImgNav li{
  padding: 0 0.5rem;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 10.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
/*@media only screen and (min-width: 900px) {
.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}

.itemSecDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 23.7%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
}*/
.itemSecDetailBoxCont{
  width: 45%;
}
.itemSecDetailBoxCont{
  display: flex;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_cat{
  display: flex;
  flex-wrap: wrap;
  margin:0 0 0.4rem;

}
.itemSecDetailBoxContTop_cat li{
  font-size: 1.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  color: #FF890D;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.8;
  font-weight: 500;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: baseline;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 500;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.2rem;
  color: #707070;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}

.itemOptionBox{
  margin-bottom: 2rem;
}
.itemOptionBox dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itemOptionBox dt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemOptionBox dd {
  width: 80%;
}
.itemOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 4rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.4rem;
  text-align: left;
  height: 5rem;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 2rem;
  text-align: center;
  height: 3rem;
  padding-bottom: 2px;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 5rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #FF890D;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #FF890D;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10px;
  height: 6.6rem;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtnFav input{
  background: #939393;
}
.itemSecDetailBoxContBtmSpec{
  margin-top: 5rem;
}
.itemSecDetailBoxContBtmSpec_item{
  
}
.itemSecDetailBoxContBtmSpec_itemTtl{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.itemSecDetailBoxContBtmSpec_itemBox{
  padding: 0rem 0 0;
}
.itemSecDetailBoxContBtmSpec_itemBox_intro{
  font-weight: 400;
}
.cmnBtn01Box--backList{
  justify-content: center;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--backList .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.itemSecDetail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin: 0 auto 11rem;
}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 0rem;
}
.itemSecDetailBoxImgNav {
  margin: 0 0 0 -0.5rem;
}
.itemSecDetailBoxImgNav .slick-slide div {
  width: 100%;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub--simple {
  height: auto;
  min-height: 8rem;
  margin-bottom: 3rem;
}
.mainVSub--simple .punkuz li{
  color: #717171;
}
.itemSecDetailWrap{
  padding-top: 1rem;
  margin-bottom: 11rem;
}
.itemSecDetail{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 87%;
  margin: 0 auto 8rem;
  flex-direction: column;
}
.itemSecDetailBoxImg{
  width: 100%;
  margin-bottom: 3rem;
}
.itemSecDetailBoxImgSlide{
  margin-bottom: 2rem;
}
.itemSecDetailBoxImgSlide img{

}
.itemSecDetailBoxImgSlide .slick-list {
  padding-right: 0rem;
}
.itemSecDetailBoxImgSlide .slick-slide{
  
}

.itemSecDetailBoxImgSlide li{
  height: 22rem;
  text-align: center;
}
.itemSecDetailBoxImgSlide li img{
  height: 100%;
  display: inline-block;
  width: auto;
  object-fit: none;
}
.itemSecDetailBoxImgSlide li div {
    width: 100%;
    height: 22rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
}
.itemSecDetailBoxImgSlide li div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.itemSecDetailBoxImgNav{
  margin: 0 -0.5rem;
}
.itemSecDetailBoxImgNav li{
  padding: 0 0.5rem;
}
.itemSecDetailBoxImgNav li.slick-current div{
  background: #000;
  display: block;
}
.itemSecDetailBoxImgNav li.slick-current div img{
  opacity: 0.4;
  transition: all 300ms ease;
}
.itemSecDetailBoxImgNav .slick-slide div {
    width: 100%;
    height: 6.5rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0.5rem;
}
.itemSecDetailBoxImgNav .slick-slide div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
/*@media only screen and (min-width: 900px) {
.itemSecDetailBoxImgNav .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}

.itemSecDetailBoxImgNav .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  width: 100%!important;
  transform: unset!important;
  justify-content: flex-start;
}

.itemSecDetailBoxImgNav .slick-slide {
  display: none;
  float: left;
  height: 100%;
  width: 23.7%!important;
  min-height: 1px;
  margin-bottom: 0.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.itemSecDetailBoxImgNav .slick-slide:nth-child(4n) {
  margin-right: 0;
}
}*/
.itemSecDetailBoxCont{
  width: 100%;
}
.itemSecDetailBoxCont{
  display: flex;
  flex-direction: column;
}
.itemSecDetailBoxContTop{
  margin-bottom: 2rem;
}
.itemSecDetailBoxContTop_cat{
  display: flex;
  flex-wrap: wrap;
  margin:0 0 0.4rem;

}
.itemSecDetailBoxContTop_cat li{
  font-size: 1.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  color: #FF890D;
}
.itemSecDetailBoxContTop_ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.8;
  font-weight: 500;
}
.itemSecDetailBoxContTop_price{
  display: flex;
  align-items: baseline;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 500;
}
.itemSecDetailBoxContTop_price span{
  font-size: 1.2rem;
  color: #707070;
}
.itemSecDetailBoxContTop_body{
  margin-bottom: 2rem;
}

.itemOptionBox{
  margin-bottom: 2rem;
}
.itemOptionBox dl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itemOptionBox dt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemOptionBox dd {
  width: 80%;
}
.itemOptionBox dd select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0rem 1rem;
  padding-right: 4rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #383838;
  font-size: 1.4rem;
  text-align: left;
  height: 5rem;
}
.itemSecDetailBoxContBtmInputBox{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.itemSecDetailBoxContBtmInputBox_txt{
  font-size: 1.4rem;
  margin-right: 2rem;
}
.itemSecDetailBoxContBtmInput{
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 1rem;
  border: 1px solid #707070;
}
.itemSecDetailBoxContBtmInput input.skuquantity {
  width: 4rem;
  padding: 0rem;
  border: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 2rem;
  text-align: center;
  height: 3rem;
  padding-bottom: 2px;
}
.itemSecDetailBoxContBtmInput input.minus {
  -webkit-appearance: none;
  background: url(../../src/img/down_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.plus {
  -webkit-appearance: none;
  background: url(../../src/img/up_btn.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  cursor: pointer;
}
.itemSecDetailBoxContBtmInput input.minus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmInput input.plus:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtn{
  margin-bottom: 5rem;
}
.itemSecDetailBoxContBtmbtn input{
  width: 100%;
  display: block;
  padding: 2rem 0;
  background: #FF890D;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: ease .2s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #FF890D;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10px;
  height: 6.6rem;
}
.itemSecDetailBoxContBtmbtn input:hover{
  opacity: 0.5;
}
.itemSecDetailBoxContBtmbtnFav input{
  background: #939393;
}
.itemSecDetailBoxContBtmSpec{
  margin-top: 5rem;
}
.itemSecDetailBoxContBtmSpec_item{
  
}
.itemSecDetailBoxContBtmSpec_itemTtl{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.itemSecDetailBoxContBtmSpec_itemBox{
  padding: 0rem 0 0;
}
.itemSecDetailBoxContBtmSpec_itemBox_intro{
  font-weight: 400;
}
.cmnBtn01Box--backList{
  justify-content: center;
}
.cmnBtn01Box--cwbo_bko.cmnBtn01Box--backList .cmnBtn01:hover{
  border: 2px solid #FF890D;
}
}

/*-----------------------------------------------------------

CONTACT

-------------------------------------------------------------*/
.contactBox{
  width: 50%;
  margin: 8rem auto 16rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.contactBox_topTxt01{
  font-size: 1.7rem;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
  color: #292929;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #CB0000;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 34rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemInput input.addFormBtn{
  background: #FF890D;
  border: 1px solid #FF890D;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.formSecList_itemCheck a{
  color: #FF890D;
  border-bottom: 1px solid #FF890D;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 26rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt01 span{
  color: #a31c1b;
  display: inline-block;
  font-weight: 500;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #FF890D;
  border: 2px solid #FF890D;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.contactBox {
  width: 90%;
  margin: 8rem auto 16rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBox{
  width: 88%;
  margin: 6rem auto 10rem;
}
.contactBox_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.contactBox_topTxt01{
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
.contactBox_topTxt02{
  font-size: 1.2rem;
  color: #292929;
  text-align: center;
}
.formSec{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.formSecList_item{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.formSecList_itemTtl.hissu{
  padding-left: 6rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #CB0000;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.formSecList_itemInput2col div{
  width: 48%;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemName{
  display: flex;
  justify-content: space-between;
}
.formSecList_itemNameCol{
  width: 49%;
}

.formSecList_itemInputRadio{

}
.formSecList_itemInputRadio .wpcf7-radio{
  display: flex;
}
.formSecList_itemInputRadio .wpcf7-radio label{
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.formSecList_itemInputRadio input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border:1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
.formSecList_itemInputRadio input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
.formSecList_itemInputRadio input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #FF890D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
.formSecList_itemBirth{
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.formSecList_itemBirthYear{
  width: 43%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "年";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthMonth{
  width: 28%;
  position: relative;
  padding-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.4rem;
}
.formSecList_itemBirthMonth:after{
  content: "月";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirthDay{
  width: 28%;
  padding-right: 0rem;
  margin-right: 0rem;
  display: flex;
  align-items: flex-start;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthDay:after{
  content: "日";
  margin-left: 0.4rem;
  position: relative;
  top: 1.2rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem;
}
.formSecList_itemBirth p{
  width: 100%;
}
.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 34rem;
  font-size: 1.4rem;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.formSecList_itemCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.formSecList_itemAddCol01{
  width: 35%;
}
.formSecList_itemAddCol01 .formSecList_itemTtl{
  white-space: nowrap;
}
.formSecList_itemAddCol02{
  width: 60%;
}
.formSecList_itemInput input.addFormBtn{
  background: #FF890D;
  border: 1px solid #FF890D;
  color: #fff;
  cursor: pointer;
}
.formSecList_itemCheck a{
  color: #000;
  border-bottom: 1px solid #FF890D;
  font-weight: 500;
}
.sendBtn {
  position: relative;
  width: 32rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
.formSecList_itemCheck .wpcf7-list-item{
  margin: 0;
}
.codedropz-upload-handler{
  border: 1px solid #707070!important;
  border-radius: 0!important;
}
.formSecList_itemInputFileTxt01{
  margin-bottom: 1rem;
}
.formSecList_itemInputFileTxt02{
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.cd-upload-btn{
  display: inline-block;
  padding: 1rem 1rem;
  background: #FF890D;
  border: 2px solid #FF890D;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem;
}
}
/*-----------------------------------------------------------

CONTACT CONFIRM

-------------------------------------------------------------*/
.contactBoxConfirm{

}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #B9B9B9;
  margin-top: 3rem;
  color: #fff;
  border: 2px solid #B9B9B9;
}
.contactBoxConfirm .sendBtn{
  margin-top: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.contactBoxConfirm{

}
.contactBoxConfirm .contactBox_top{
  margin-bottom: 2rem;
}
.contactBoxConfirm .formSecList{
  margin-bottom: 5rem;
}
.contactBoxConfirm .formSecList_itemTtl.hissu{
  padding-left: 0;
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.contactBoxConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  
  margin-bottom: 0;
}
.contactBoxConfirm .formSecList_item .formSecList_itemTtl{
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}
.contactBoxConfirm .formSecList_item .formSecList_itemInput{
  width: 100%;
}
.contactBoxConfirm .buttonBack{
  background: #B9B9B9;
  background-size: 1rem 1.6rem;
  margin-top: 2rem;
  color: #fff;
  border: 2px solid #B9B9B9;
}
.contactBoxConfirm .sendBtn{
  margin-top: 2rem;
}
}
/*-----------------------------------------------------------

CART

-------------------------------------------------------------*/
.cartBox{
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
.cartBoxInner{
  width: 80%;
  margin: 0 auto 16rem;
}
.wc_ttl{
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #9b9b9b;
}
.wc_currentlist li{
  background: url(../../src/img/wc_current.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -2rem;
  padding: 2.5rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  z-index: 1;
  font-size: 1.6rem;
}
.wc_currentlist li.on{
  background: url(../../src/img/wc_current_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom:2rem;
  font-weight: 700;
}
.cartChange_txt{
  margin-right: 1rem;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 10px;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin-bottom: 2rem;
  background: #fff;
}
.cartTable td{
  border: 1px solid #707070;
  vertical-align: middle;
}
.tdpt_01{
  background: #F4F4F4;
  padding: 1rem;
  text-align: center;
}
.td01_01{
  width: 5%;
}
.td01_02{
  width: 15%;
}
.td01_03{
  width: 27%;
}
.td01_04{
  width: 10%;
}
.td01_05{
  width: 8%;
}
.td01_06{
  width: 10%;
}
.td01_07{
  width: 10%;
}
.td01_08{
  width: 8%;
}
.tdpt_02{
  text-align: center;
  padding: 1rem;
}
.num{
  text-align: center;
}
.thumbnail{
  padding: 1.6rem;
}
.thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.productname{
  text-align: left;
  font-size: 1.7rem;
}
.unitprice{
  text-align: center;
  white-space: nowrap;
}
.quantity input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.subtotal{
  text-align: center;
}
.stock{
  text-align: center;
}
.action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  border-radius: 10px;
}
.action input:hover {
    opacity: 0.6;
}
.td03_01{
  background: #F4F4F4;
  padding: 1rem;
  text-align: center;
  text-align: right;
}
.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.wc_btnList_item01{
  width: 35rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width: 35rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #EAEAEA;
  border: 2px solid #EAEAEA;
  text-align: center;
  padding: 1rem 0;
  color: #8D8D8D;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 1rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartBoxInner {
  width: 95%;
  margin: 0 auto 8rem;
}
.unitprice {
  text-align: center;
  white-space: nowrap;
}
.cartTable td {
  border: 1px solid #707070;
  vertical-align: middle;
  white-space: normal;
}
.thumbnail {
  padding: 0.6rem;
}
.thumbnail a {
  width: 100%;
  height: 10.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartBox{
  margin-top: 0rem;
}
.cartBoxInner{
  width: 90%;
  margin: 0 auto 4rem;
}
.wc_ttl{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.wc_currentlist{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  border-right: 1px solid #9b9b9b;
}
.wc_currentlist li {
  background: url(../../src/img/sp/wc_current@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-right: -1rem;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  
}
.wc_currentlist li.on{
  background: url(../../src/img/sp/wc_current_on@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.wc_currentlist li span{
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}
.wc_currentlist li.on span{
  color: #fff;
}
.cartChange{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:2rem;
  width: 100%;
  margin: 0 auto 2rem;

}
.cartChange_txt{
  margin-right: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.cartChange_btn {
  position: relative;
  width: 10rem;
}
.cartChange_btn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: none;
  text-align: center;
  padding: 0.6rem 0;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
}
.cartChange_btn:hover {
    opacity: 0.6;
}
.cartTable{
  width: 100%;
  margin: 0 auto;
}
.cartTable tr{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #707070;
  clear: both;
  border-right: 1px solid #707070;
  position: relative;
  justify-content: stretch;
  flex-wrap: wrap;
}
.cartTable td {
  border: 1px solid #707070;
  vertical-align: middle;
  font-weight: 400;
}
.cartTable tr td{
 float: left;
 border: none;
}
.tdpt_01{
  background: #F2F2F2;
  padding: 1rem;
  text-align: center;
  display: none;
}
.tdpt_01.td03_02{
  display: block;
}
.cartTable .num {
  display: none;
}
.cartTable .thumbnail {
  width: 30%;
  height: 100%;
  padding: 1rem;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: absolute;
}
.cartTable .thumbnail a {
  width: 100%;
  height: 9.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.cartTable .thumbnail a img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cartTable .productname{
  text-align: left;
  font-weight: 600;
  width: 100%;
  padding: 1rem;
  padding-left: 13rem;
  font-size: 1.4rem;
}
.cartTable .unitprice{
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  padding: 0 1rem;
  padding-left: 13rem;
}
.cartTable .unitprice:before{
   content: "単価:";
   margin-right: 0.4rem;
}
.cartTable .quantity {
  width: 100%;
  font-size: 1.2rem;
  padding: 1rem;
  padding-left: 13rem;
}
.cartTable .quantity:before{
   content: "数量:";
   margin-right: 0.4rem;
}
.cartTable .quantity input{
  background: #fff;
  padding: 0.4rem 1rem;
  width: 30%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.cartTable .subtotal{
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 13rem;
}
.cartTable .subtotal:before{
   content: "金額(税込):";
   margin-right: 0.4rem;
   font-weight: 400;
}
.cartTable .stock{
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  padding-left: 13rem;
}
.cartTable .stock:before{
   content: "在庫状態:";
   margin-right: 0.4rem;
}
.cartTable .action{
  width: 100%;
  padding-left: 13rem;
  padding-bottom: 1rem;
}
.cartTable .action input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 22%;
  display: block;
  background: #FF890D;
  border: none;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  bottom: 7.3rem;
  right: 1rem;
  font-weight: 400;
}
.cartTable .action:hover {
    opacity: 0.6;
}
.cartTable tr.wc_cart_btm{
  display: flex;
  flex-direction: row;
}
.cartTable .td03_01{
  width: 70%;
  text-align: right;
  border-left: 1px solid #707070;
  background: #fff;
}
.cartTable .td03_02{
  width: 30%;
  background: #fff;
}
.cartTable tr.wc_cart_btm {
  display: flex;
  flex-direction: row;
}

.wc_btnListBox{
  display: flex;
  justify-content: center;
  margin-top: 3rem;

}
.wc_btnList{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wc_btnList_item01{
  width: 32rem;
  margin-bottom: 2rem;
}
.wc_btnList_item01 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.wc_btnList_item01:hover {
    opacity: 0.6;
}
.wc_btnList_item02{
  width: 32rem;
}
.wc_btnList_item02 input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #EAEAEA;
  border: 2px solid #EAEAEA;
  text-align: center;
  padding: 1rem 0;
  color: #8D8D8D;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.wc_btnList_item02:hover {
    opacity: 0.6;
}
.wc_btnList li{
  margin: 0 0 2rem;
}
.wc_btnListBoxCenter{
  justify-content: center;
  margin-top: 4rem;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksBox{
  height: 53rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanksBoxInner{
  padding-bottom: 7rem;
}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 2rem;
}
.thanksBoxInner_ttl_en{
  font-size: 7rem;
  color: #FF890D;
  margin-bottom: 2rem;
}
.thanksBoxInner_ttl_jp{
  font-size: 2rem;
}
.thanksBoxInner_txt{
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.thanksBox{
  height: 70rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanksBoxInner{
  padding-bottom: 7rem;
}
.thanksBoxInner_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-bottom: 2rem;
}
.thanksBoxInner_ttl_en{
  font-size: 5rem;
  color: #FF890D;
  margin-bottom: 2rem;
}
.thanksBoxInner_ttl_jp{
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.thanksBoxInner_txt{
  text-align: center;
  margin-bottom: 5rem;
}
}
/*-----------------------------------------------------------

LOGIN

-------------------------------------------------------------*/
.loginTtl{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.loginWrap{
  
}
.loginInner{
  width: 80%;
  background: #FAFAFA;
  margin: 3rem auto 12rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
}
.loginInnerBox{
  width: 50%;
  padding: 6rem 0 6rem;
}
.loginInnerBoxLine{
  border-right: 2px solid #FFFFFF;
}
.loginInnerBoxIn{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1;
}
.loginInnerBox_ttl_jp{
  font-size: 2rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contSignup{
  padding-top: 0rem;
}
.loginInnerBox_ttlWrapSignup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38rem;
}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.loginInnerBox_contList li p{
  width: 30%;
  font-size: 1.4rem;
}
.loginInnerBox_contList li div{
  width: 70%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.loginInnerBox_contCheck{
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 27rem;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  height: 6.6rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #8e8e8e;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.loginInner {
  width: 95%;
  background: #FAFAFA;
  margin: 3rem auto 12rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBoxIn {
  width: 91%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.loginInnerBoxLine {
  border-right: none;
  border-bottom: 2px solid #FFFFFF;
}
.loginInnerBox {
  width: 80%;
  padding: 6rem 0 6rem;
}
.loginInnerBox_ttlWrapSignup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.loginTtl{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.loginWrap{
  
}
.loginInner{
  width: 100%;
  background: #FAFAFA;
  margin: 3rem auto 0rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0rem 0;
  flex-direction: column;
}
.loginInnerBox{
  width: 100%;
  padding: 6rem 0 6rem;
}
.loginInnerBoxLine{
  border-right: none;
  border-bottom: none;
  position: relative;
}
.loginInnerBoxLine:before{
  content: "";
  width: 85%;
  height: 1px;
  background: #A5A5A5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loginInnerBoxIn{
  width: 87%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.loginInnerBox_ttl{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  line-height: 1;
}
.loginInnerBox_ttl_jp{
  font-size: 2rem;
}
.loginInnerBox_cont{

}
.loginInnerBox_contSignup{
  padding-top: 0rem;
}
.loginInnerBox_ttlWrapSignup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.loginInnerBox_contTxt{
  font-size: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.loginInnerBox_contList{
  margin-bottom: 1rem;
}
.loginInnerBox_contList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
}
.loginInnerBox_contList li p{
  width: 100%;
  font-size: 1.4rem;
}
.loginInnerBox_contList li div{
  width: 100%;
}
.loginInnerBox_contList li div input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.loginInnerBox_contCheck{
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
}
.loginInnerBox_contCheck label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.loginInnerBox_contCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.loginInnerBox_contCheck input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.loginInnerBox_contBtn{
  width: 32.5rem;
  position: relative;
  margin: 0 auto;
}
.loginInnerBox_contBtn input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  height: 6.6rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600;
}
.loginInnerBox_contBtn:hover {
    opacity: 0.6;
}

.forgetPw{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #8e8e8e;
}
.loginInnerLostPw .loginInnerBox{
  width: 100%;
}
.sendBtnLostPw{
  width: 30rem;
}
}
/*-----------------------------------------------------------

SIGN UP

-------------------------------------------------------------*/
.formSecSignup{
  width: 50%;
  margin: 8rem auto 12rem;
}
.formSecSignup_ttl{
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
}
.contactBox_top{
  text-align: center;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 0;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #EB1111;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 100%;
  padding: 0;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.6rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 49%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 49%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.newMemberFormSend {
  position: relative;
  width: 31rem;
  margin: 5rem auto;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  height: 6.6rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #FF890D;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #FF890D;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #FF890D;
  color: #FF890D;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.error_message{
  font-size: 1.2rem;
  color: #EB1111;
  margin-bottom: 2rem;
  text-align: center;
}
.mainContentNewMember .agree_member_area{
  margin-top: 0;
}
.at_cont_text{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.formSecSignup {
  width: 90%;
  margin: 8rem auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSecSignup{
  width: 90%;
  margin: 2rem auto 12rem;
}
.formSecSignup_ttl{
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}
.contactBox_top{
  text-align: center;
  margin-bottom: 3rem;
}
.newMemberForm{
  width: 100%;
}
.newMemberForm tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.newMemberForm tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 600;
  padding: 0;
}
.newMemberForm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #EB1111;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
}
.newMemberForm tr td{
  width: 100%;
  padding: 0;
}
.newMemberForm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.newMemberForm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1.2rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.newMemberForm .member_name{
  display: none;
}
.newMemberForm .member_furigana{
  display: none;
}
.newMemberForm #name_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #name_row .name_td{
  width: 49%;
}
.newMemberForm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.newMemberForm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.newMemberForm #furikana_row td{
  width: 49%;
}
.newMemberForm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.newMemberFormSend {
  position: relative;
  width: 32.5rem;
  margin: 5rem auto;
}
.newMemberFormSend input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  height: 6.6rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600;
}
.newMemberForm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newMemberForm #zipcode_row td input{
  width: 48%;
}
.newMemberForm  tr#zipcode_row td input#search_zipcode {
  background: #FF890D;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #FF890D;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #FF890D;
  color: #FF890D;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.error_message{
  font-size: 1.2rem;
  color: #EB1111;
  margin-bottom: 2rem;
  text-align: center;
}
.mainContentNewMember .agree_member_area{
  margin-top: 0;
}
.at_cont_text{
  display: none;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.simpleBox{
  width: 70%;
  margin: 0 auto 12rem;
}
.cmnTtl01Box--simpleBox{
  margin-bottom: 6rem;
}
.policyBox{
  font-weight: 400;
}
.ggLink {
  font-weight: 700;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.simpleBox{
  width: 90%;
  margin: 0 auto 12rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.simpleBox{
  width: 90%;
  margin: 5rem auto 8rem;
}
.cmnTtl01Box--simpleBox{
  margin-bottom: 4rem;
}
.cmnTtl01Box--simpleBox .cmnTtl01_jp{
  font-size: 2.5rem;
}
.policyBox{
  font-weight: 400;
}
.ggLink {
  font-weight: 700;
}
}
/*-----------------------------------------------------------

NOTATION

-------------------------------------------------------------*/
.notationBoxList{

}
.notationBoxList_item{
  margin-bottom: 4rem;
}
.notationBoxList_item h3{
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.notationBoxList_item p{
  font-weight: 400;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */

.notationBoxList{

}
.notationBoxList_item{
  margin-bottom: 4rem;
}
.notationBoxList_item h3{
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.notationBoxList_item p{
  font-weight: 400;
}
}
/*-----------------------------------------------------------

GUIDE

-------------------------------------------------------------*/
.guideAnchBox{
  margin-bottom: 12rem;
}
.guideAnch{
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.guideAnch li{
  font-size: 1.7rem;
}
.guideAnch li a{
  position: relative;
  display: block;
  font-weight: 700;
}
.guideAnch li a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #FF890D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guideAnch li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #FF890D transparent transparent transparent;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.guideSec{
  margin-bottom: 8rem;
}
.guideSec_ttl{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DEDEDE;
}
.guideSec_cont{
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.guideAnch li {
  font-size: 1.7rem;
  letter-spacing: 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.guideAnchBox{
  margin-bottom: 6rem;
}
.guideAnch{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0rem;
  flex-direction: column;
}
.guideAnch li{
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 2rem;
}
.guideAnch li a{
  position: relative;
  display: block;
  font-weight: 700;

}
.guideAnch li a:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #FF890D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guideAnch li a:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #FF890D transparent transparent transparent;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  margin: auto;
}
.guideSec{
  margin-bottom: 8rem;
}
.guideSec_ttl{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DEDEDE;
}
.guideSec_cont{
  font-size: 1.4rem;
}
}
/*-----------------------------------------------------------

CART CUSTOMER

-------------------------------------------------------------*/
.cartCustomoer{
  width: 70%;
  margin: 0 auto;
}
#customer-info h5 {
  font-size: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 100%;
}
.customer_formNote{
  color: #B80610;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.4rem;
  background: #B80610;
  line-height: 1;
  padding: 0.2rem 1rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 6px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
  font-size: 1.4rem;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #FF890D;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #FF890D;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 48%;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 48%;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #FF890D;
  color: #FF890D;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 40%;
  margin: 0;
  font-weight: 600;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 15%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {
  
}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{

}
.forgetPw.forgetPwCustomer{
  justify-content: center;
  color: #FF890D;
}
.cartCSpw .hissu,.cartCSpw02 .hissu{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.cartCustomoer {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartCustomoer{
  width: 100%;
  margin: 0 auto 10rem;
}
#customer-info h5 {
  font-size: 1.8rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.cartCustomoerTop tr{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0rem!important;
}
.cartCustomoerTop tr th{
  display: block;
  background: none!important;
  width: 100%!important;
  text-align: left;
  padding: 1rem 0!important;
  margin: 1rem 0;
  padding: 0!important;
  font-weight: 600!important;
  font-size: 1.5rem;
}
.cartCustomoerTop tr td{
  display: block;
  width: 100%!important;
  padding: 0!important;
}
.cartCustomoerTop tr td input {
  background: #fff;
  padding: 1rem;
  width: 100%!important;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  font-size: 1.4rem;
}
.cartCustomoerTop th {
  border: none!important;
  font-weight: 600;
}
.cartCustomoerTop td {
  border: none!important;
}
.cartCustomoerTop .wc_btnList_item01 input{
  font-weight: 600;
}
.wc_btnListBoxCFT{
  margin: 2rem auto -2rem;
}
.forgetPw{
  text-align: center;
  margin: 2rem 0 4rem;
}
.customer_form{
  width: 90%;
  margin: 0 auto;
}
.customer_formNote{
  color: #B80610;
  margin: 2rem 0;
}
.cartCustomoerBtm tr{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem!important;
  flex-wrap: wrap;
}
.cartCustomoerBtm tr th {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  padding: 0;
  background: none;
  border: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.cartCustomoerBtm tr th em.hissu {
  color: #fff;
  font-size: 1.2rem;
  background: #B80610;
  line-height: 1;
  padding: 0.2rem 0.6rem;
  height: 1.3rem;
  margin-right: 1rem;
  font-style: normal;
  font-weight: 400!important;
  border-radius: 6px;
}
.cartCustomoerBtm tr td{
  width: 100%;
  border: none!important;
  margin: 0!important;
  padding: 0;
}
.cartCustomoerBtm tr td input{
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0!important;
  font-size: 1.4rem;
}
.cartCustomoerBtm #zipcode_row td{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartCustomoerBtm #zipcode_row td input{
  width: 48%;
}
.cartCustomoerBtm  tr#zipcode_row td input#search_zipcode {
  background: #FF890D;
  padding: 1rem;
  width: 48%;
  -webkit-appearance: none;
  color: #fff;
  border: 1px solid #FF890D;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
}
.cartCustomoerBtm tr td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 97% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
.cartCustomoerBtm .member_name{
  display: none;
}
.cartCustomoerBtm .member_furigana{
  display: none;
}
.cartCustomoerBtm #name_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #name_row .name_td{
  width: 100%;
}
.cartCustomoerBtm #name_row .name_td + .name_td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

.cartCustomoerBtm #furikana_row{
  display: flex;
  justify-content: space-between;
}
.cartCustomoerBtm #furikana_row td{
  width: 100%;
  margin-top: 2rem;
}
.cartCustomoerBtm #furikana_row td + td{
  margin-top: 2rem!important;
}
.cartCustomoerBtm #furikana_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}
.cartCustomoerBtm .customer_form input#loginmail,.cartCustomoerBtm .customer_form input#mailaddress1,.cartCustomoerBtm .customer_form input#mailaddress2 {
  width: 100%!important;
}
.agree_member_area {
  width: 100%!important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.at_check_area a{
  border-bottom: 1px solid #707070;
}
.at_cont_text{
  display: none;
}
.at_check_note{
  font-size: 1.6rem;
  width: 55%;
  margin: 0 auto 3rem;
}
.at_check_area{
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
/*.at_check_area a{
  color: #C9391A;
  border-bottom: 1px solid #C9391A;
  margin-left: 0.6rem;
}*/
.at_check_area label{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
}
.at_check_area a{
  border-bottom: 1px solid #FF890D;
  color: #FF890D;
}
.at_check_area input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.at_check_area input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wc_btnListBoxcartCS{
  width: 100%;
}
.wc_btnListBoxcartCS .wc_btnList{
  width: 100%;
  justify-content: space-between;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item01 {
  width: 100%;
  margin: 0 0 2rem;
  font-weight: 600;
}
.wc_btnListBoxcartCS .wc_btnList .wc_btnList_item02 {
  width: 100%;
  margin: 0;
}
.wc_btnListBoxcartCS .wc_btnList_item01 input {

}
.wc_btnListBoxcartCS .wc_btnList_item02 input.back_cart_button{

}
}
/*-----------------------------------------------------------

CART DELIVERY

-------------------------------------------------------------*/
#wc_delivery{
  width: 90%;
  margin: 0 auto;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  padding: 1rem 0;
  width: 50%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery #zipcode_row td input{
  width: 48%;
}
#wc_delivery td textarea{
  padding: 0.5rem;
  width: 100%;
  height: 15rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#wc_delivery {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
#wc_delivery{
  width: 100%;
  margin: 0 auto;
}
#wc_delivery th{
  text-align: left;
  background: #e8e8e8;
  padding: 1rem 2rem;
}
#wc_delivery td{
  padding: 1rem 2rem;
}
#wc_delivery td input{
  padding: 0.5rem;
  width: 100%;
}
#wc_delivery td select{
  padding: 0.5rem;
  width: 100%;
  padding: 1rem 0;
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
  font-size: 1.4rem;
}
#wc_delivery  td input[type=radio] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem!important;
  height: 2rem!important;
  border:1px solid #B1B1B1;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative;
}
#wc_delivery  td input[type=radio]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease;
}
#wc_delivery  td input[type=radio]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
}
#wc_delivery .customer_form td{
  padding: 1rem 0rem;
}
#wc_delivery .customer_form .name_td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .name_td input{
  width: 100%;
}
#wc_delivery .customer_form #furikana_row td{
  margin-right: 1rem;
}
#wc_delivery .customer_form .furikana_row input{
  width: 100%;
}
#wc_delivery .customer_form #zipcode_row input{
  width: 100%;
}
#wc_delivery .customer_form td input{
  margin: 0.6rem 0!important;
}
}
/*-----------------------------------------------------------

CREDIT

-------------------------------------------------------------*/
.settlement_form{
  font-size: 1.4rem;
}
#escott-token-form input{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
  width: 60%;
}
#escott-token-form select{
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1rem;
  margin-left: 0;
}
.settlement_form_send input.back_to_delivery_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
}
.settlement_form_send input.back_to_delivery_button:hover{
  opacity: 0.6;
}
.settlement_form_send input.to_confirm_button{
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  transition: all .3s ease;
  padding: 1.071428em 2.142856em;
  background-color: #ff8c00!important;
  color: #fff;
}
.settlement_form_send input.to_confirm_button:hover{
  background-color: #ff8c00!important;
  color: #fff;
  opacity: 0.6;
}
#escott-token-response-loading {
  width: 3%;
  margin: 0 auto;
}

@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
}
/*-----------------------------------------------------------

CART CONFIRM

-------------------------------------------------------------*/
#cart_table .thumbnail {
  display: table-cell;
  width: 15%;
}
#info-confirm #cart_table .unitprice{
  white-space: nowrap;
}
#info-confirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirm .send{

}
.cartConfirm .send{
  margin:0 auto 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 35rem;
}
.cartConfirm .send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #EAEAEA;
  border: 2px solid #EAEAEA;
  text-align: center;
  padding: 1rem 0;
  color: #8D8D8D;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cartConfirm .send input#purchase_button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #FF890D;
  border: 2px solid #FF890D;
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  height: 6.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.cartConfirm .send input:hover {
    opacity: 0.6;
}
.cartConfirm .send input#purchase_button:hover{
  background: #FF890D;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
}
.cartConfirmNote a{
  color: #ff890b;
  border-bottom: 1px solid #ff890b;
}
.cartConfirm .wc_btnList_item01 {
  width: 30rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.cartConfirm{
  width: 100%;
  margin: 0 auto;
}
.cartConfirm #cart_table .amount {
  white-space: nowrap;
}
.cartConfirm .send{
  margin:0 auto 2rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 32rem;
}
.cartConfirm .send input{
  font-size: 1.7rem;
}
.cartConfirm .send input#purchase_button{
  font-size: 1.7rem;
}
.cartConfirmNote{
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.cartConfirmNote a{
  color: #ff890b;
  border-bottom: 1px solid #ff890b;
}
}
/*-----------------------------------------------------------

WELCART

-------------------------------------------------------------*/
.wcCmnBox{
  width: 80%;
  margin: 5rem auto 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.wcCmnBox{
  width: 90%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.wcCmnBox{
  width: 85%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}
}
/*-----------------------------------------------------------

MEMBER PAGE

-------------------------------------------------------------*/
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 2rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 2rem!important;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
.history-area table .thumbnail{
  width: 15%;
}
#memberinfo .customer_form #zipcode_row td #search_zipcode{
  background: #F4F4F4;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #000;
  margin: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2rem;
}
#memberinfo .member_submenu{
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
#memberinfo .member_submenu li{
  margin: 0 0.5rem;
  
}
#memberinfo select{
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.usce_period{
  display: flex;
  align-items: center;
  width: 20%;
  white-space: nowrap;
}
#memberinfo .history-area table .rightnum {
  text-align: right;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 33%;
  margin: 0 1rem;
}
.wcCmnBoxMember .member_submenu a{
  background: #dbdbdb;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
#memberinfo #history_head {
  font-size: 1.2rem!important;
}
#memberinfo .wc_btnList {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.member_submenu a{
  font-size: 1.2rem;
}
#memberinfo .customer_form tr{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#memberinfo .customer_form tr th{
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 0;
}
.customer_form tr {
  display: block;
  margin-bottom: 1rem;
  padding: 0 0!important;
  border-bottom: 2px solid #efefef;
}
#memberinfo .customer_form th {
  display: table-cell;
  width: 30%;
  padding: 0rem!important;
  background-color: #efefef;
  border: 1px solid #ccc;
  vertical-align: middle;
}
#memberinfo .customer_form td {
  display: table-cell;
  padding: 1rem 0rem!important;
  width: 100%;
}
#memberinfo .customer_form td input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
  margin: 0;
}
#memberinfo .customer_form td select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 96% center no-repeat;
  background-size: 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #212121;
}
.member_name{
  display: none;
}
.member_furigana{
  display: none;
}
#memberinfo #name_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #name_row .name_td{
  width: 49%;
}
#memberinfo #name_row input {
  background: #fff;
  padding: 1rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070;
}

#memberinfo #furikana_row{
  display: flex;
  justify-content: space-between;
}
#memberinfo #furikana_row td{
  width: 49%;
}

.history-area{
  overflow-x: scroll;
}
.history-area table{
  width: 200%!important;
  white-space: nowrap;
}
.history-area table .thumbnail{
  width: 20%;
}
.usce_period {
  display: flex;
  align-items: center;
  width: 46%;
  white-space: nowrap;
}
#wc_member .wc_btnList{
  width: 100%;
}
#wc_member .wc_btnList li{
  width: 100%;
  margin: 0 0 2rem;
}
}
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

XXXXXXX

-------------------------------------------------------------*/
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.noPost{
  margin: 4rem 0;
  text-align: center;
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------- top　---------------*/
.fadeR{
  opacity: 0;
}
.fadeR.on {
  animation-name:fadeRAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeRAnime{
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeL{
  opacity: 0;
}
.fadeL.on {
  animation-name:fadeLAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeLAnime{
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

