@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: 400;}
@font-face {
  font-family: 'a1';
  src: url('../../src/font/a1.otf') format('truetype');
}
input,select,textarea{
  font-family: 'a1','Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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);
}
.sp_br{
	display: none;
}

@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 / 390 * 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;
}
.sp_br{
	display: block;
}
}

body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'a1','Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.23em;
  background-color: #fff;
  color: #040404;
}

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

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

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #647988;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #647988;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.is_tb { display: block !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; }
body {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
}

.f_en{
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_blue{color: #0051A4;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
.header.transform{
  top: 0;
  background: #040404bd;
}
.header.headerSub{
  top: 0;
  background: #040404bd;
}
.header{
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 100;
  background: #040404bd;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 2rem;
}
.h_logo{
  display: flex;
  align-items: center;
  width: 15rem;
  color: #003288;
}
.gNav{
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  color: #fff;
}
.gNav_list01{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-right: 4rem;
}
.gNav_list01 li{
  font-size: 1.4rem;
  position: relative;
}
.gNav_list01 li a{
  display: block;
  padding: 1rem 0;
}
.gNav_list02{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}
.gNav_list02 li{
  width: 50%;
}
.gNav_list02 li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  padding: 1.2rem 0;
}
.gNav_list02 li a p{
  font-size: 1.2rem;
}
.gNav_list02 li a p + p{
  font-size: 1.6rem;
  margin-top: 0.6rem;
}
.gNav_list02 li:nth-child(1) a{
  background: #AEA200;
}
.gNav_list02 li:nth-child(2) a{
  background: #E20000;
}
.gnav_menuOpen{
  position: absolute;
  width: 17rem;
  left: -5.5rem;
  top: 5.1rem;
  display: none;
  background: #fff;
}
.gnav_menuOpen li a{
  text-align: center;
  display: block;
  color: #fff;
  padding: 0.6rem 0;
}
.gnav_menuOpen li:nth-child(1) a{
  background: #AEA200;
}
.gnav_menuOpen li:nth-child(2) a{
  background: #E20000;
}
.gnav_menuOpen02{
  background: none;
  top: 5.3rem;
  left: -4.5rem;
}
.gnav_menuOpen02 li:nth-child(1) a{
  background: #040404bd;
}
.gnav_menuOpen02 li:nth-child(2) a{
  background: #040404bd;
}

.footer{

}
.footerTop{
  padding: 8rem 0 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmnTtl01Box--footer{

}
.cmnTtl01Box--footer .cmnTtl01{

}
.cmnTtl01Box--footer .cmnTtl01 .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.cmnTtl01Box--footer .cmnTtl01 .cmnTtl01_en{
 margin-left: 1rem;
}
.footerTop_txt{
  margin-bottom: 2rem;
}
.footerTopBtn{
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.footerTopBtn li{
  width: 43%;
}
.footerTopBtn li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  padding: 2rem 0;
  border-radius: 3px;
}
.footerTopBtn li:nth-child(1) a{
  background: #AEA200;
}
.footerTopBtn li:nth-child(2) a{
  background: #E20000;
}
.footerBtm{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}
.footerBtm_logo{
  width: 23rem;
  margin-bottom: 1rem;
  display: block;
}
.footerBtm_txt{
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
.footerBtmLink{
  display: flex;
  justify-content: center;
}
.footerBtmLink li{

}
.footerBtmLink li:nth-child(2){
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
}
.footerBtmLink li a{
  padding: 0 2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.footerBtmLink li a img{
  width: 1rem;
}
.copyRight{
  background: url(../../src/img/copy_bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 1.4rem 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.navBox,.navTgl{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.header.transform{
  top: 0;
  background: #040404d6;
}
.header.headerSub{
  top: 0;
  background: #040404d6;
}
.header{
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 100;
  background: #040404d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  z-index: 9999;
}
.h_logo{
  display: flex;
  align-items: center;
  width: 15rem;
  color: #003288;
  position: relative;
  z-index: 9999;
}
.gNav{
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  color: #fff;
  display: none;
}


/* hmb menu */
.navTglOpen{
  width: 4rem;
  display: block;
  position: relative;
  z-index: 9999;
}
.navTglOpen .navIco_open{
  display: block;
}
.navTglOpen .navIco_close{
  display: none;
}
.navTglOpen.active .navIco_open{
  display: none;
}
.navTglOpen.active .navIco_close{
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 8888;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 40%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #292929;
  padding: 8rem 3rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxList{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 80%;
  margin: 0 auto;
}
.navBoxList_item{
  padding: 0.4rem 0;
  padding-left: 1rem;
  border-left: 3px solid #FF0000;
  line-height: 1;
  margin-bottom: 3rem;
  color: #fff;
}
.navBoxList_item02{
  padding-left: 2rem;
}
.navBoxList_item02 ul{
  padding-left: 1rem;
  border-left: 1px solid #FF0000;
}
.navBoxList_item02 ul li{
  margin-bottom: 3rem;
  color: #fff;
  line-height: 1;
}
.footerTopBtn {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.footerTopBtn li {
  width: 47%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.header.transform{
  top: 0;
  background: #040404d6;
}
.header.headerSub{
  top: 0;
  background: #040404d6;
}
.header{
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 100;
  background: #040404d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  z-index: 9999;
}
.h_logo{
  display: flex;
  align-items: center;
  width: 15rem;
  color: #003288;
  position: relative;
  z-index: 9999;
}
.gNav{
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  color: #fff;
  display: none;
}


/* hmb menu */
.navTglOpen{
  width: 4rem;
  display: block;
  position: relative;
  z-index: 9999;
}
.navTglOpen .navIco_open{
  display: block;
}
.navTglOpen .navIco_close{
  display: none;
}
.navTglOpen.active .navIco_open{
  display: none;
}
.navTglOpen.active .navIco_close{
  display: block;
}
.navBox {
  visibility: hidden;
  z-index: 8888;
  position: fixed;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background: #292929;
  padding: 8rem 3rem 5rem;
  display: block;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBoxList{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  width: 80%;
  margin: 0 auto;
}
.navBoxList_item{
  padding: 0.4rem 0;
  padding-left: 1rem;
  border-left: 3px solid #FF0000;
  line-height: 1;
  margin-bottom: 3rem;
  color: #fff;
}
.navBoxList_item02{
  padding-left: 2rem;
}
.navBoxList_item02 ul{
  padding-left: 1rem;
  border-left: 1px solid #FF0000;
}
.navBoxList_item02 ul li{
  margin-bottom: 3rem;
  color: #fff;
  line-height: 1;
}
.footer{
  background: #fff;
  position: relative;
  z-index: 1000;
}
.footerTop{
  padding: 8rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmnTtl01Box--footer{

}
.cmnTtl01Box--footer .cmnTtl01{

}
.cmnTtl01Box--footer .cmnTtl01 .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.cmnTtl01Box--footer .cmnTtl01 .cmnTtl01_en{
 margin-left: 1rem;
}
.footerTop_txt{
  margin-bottom: 3rem;
}
.footerTopBtn{
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footerTopBtn li{
  width: 100%;
  margin-bottom: 3rem;
}
.footerTopBtn li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  padding: 2rem 0;
  border-radius: 3px;
}
.footerTopBtn li:nth-child(1) a{
  background: #AEA200;
}
.footerTopBtn li:nth-child(2) a{
  background: #E20000;
}
.footerBtm{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.footerBtm_logo{
  width: 23rem;
  margin-bottom: 1rem;
  display: block;
}
.footerBtm_txt{
  margin-bottom: 3rem;
  font-size: 1.2rem;
  text-align: center;
}
.footerBtmLink{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footerBtmLink li{
  margin-bottom: 2rem;
}
.footerBtmLink li:nth-child(2){
  border-left: none;
  border-right: none;
}
.footerBtmLink li a{
  padding: 0 0rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.footerBtmLink li a img{
  width: 1rem;
}
.copyRight{
  background: url(../../src/img/sp/copy_bg@2x.png) 0 0 no-repeat;
  background-size: cover;
  padding: 1.4rem 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.fixBtn{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
.fixBtnList{
  display: flex;
  background: #fff;
}
.fixBtnList li{
  width: 50%;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{

}
.mainVInner{
  position: relative;
  display: flex;
  justify-content: center;
}
.mainVInnerBox{
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainVInnerBox_logo{
  width: 29rem;
  mix-blend-mode: hard-light;
  margin-bottom: 6rem;
}
.mainVInnerBox_ttl{
  font-size: 2rem;
  margin-bottom: 12rem;
  color: #fff;
  letter-spacing: 0.2em;
}
.main_scroll {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  height: 8rem;
}
.main_scroll p{
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
}
.main_scroll:after {
  content: '';
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #fff;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine{
  0%{
    height:0;
    top: 3rem;
    opacity: 0;
  }
  30%{
    height: 6rem;
    opacity: 1;
  }
  100%{
    height:0;
    top:6rem;
    opacity: 0;
  }
}

.mainV2024{
  position: relative;
}
.mainV2024_box{
  position: absolute;
  left: 8rem;
  bottom: 12rem;
}
.mainV2024_boxTtl{
  color: #fff;
  text-shadow: 0 3px 9px #00000070;
  font-size: 4.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.mainV2024_boxTtl span{
  color: #AEA221;
  display: inline-block;
  margin: 0 -1.6rem;
}
.mainV2024_boxBtn{
  background: #0000009e;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.topAbout{
  position: relative;
  padding: 12rem 0 8rem;
  height: 120rem;
  margin-bottom: 2rem;
}
.topAboutBox{
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.topAboutBoxInner{
  width: 55%;
}
.cmnTtl01Box{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topAbout{
  margin-bottom: 3rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_jp{
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
.cmnTtl01_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
}
.cmnTtl01_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.cmnTtl01_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAboutBox_ttl{
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.topAboutBox_txt{
  margin-bottom: 3rem;
  line-height: 2.6;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topAbout{
  justify-content: flex-end;
  padding-right: 15rem;
}
.cmnBtn01{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cmnBtn01 p{
  margin-right: 1rem;
}
.cmnBtn01:after{
  content: "";
  width: 10rem;
  height: 1px;
  background: #040404;
  position: relative;
  -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;
}
.cmnBtn01:hover{
  color: #FF0000;
  opacity: 1;
}
.cmnBtn01:hover:after{
  background: #FF0000;
}
.topAboutList{
  position: absolute;
  top: 0;
  left: 0;
  height: 118rem;
  width: 100%;
}
.topAboutList_item{
  opacity: 0;
}
.topAboutList_item:nth-child(1){
  position: absolute;
  width: 56rem;
  right: 0;
  top: 10rem;
  z-index: 1;
}
.topAboutList_item:nth-child(2){
  position: absolute;
  width: 31rem;
  right: 39rem;
  top: 44rem;
  border: 6px solid #fff;
  z-index: 2;
}
.topAboutList_item:nth-child(3){
  position: absolute;
  width: 64rem;
  left: 0;
  top: 55rem;
  z-index: 1;
}
.topAboutList_item:nth-child(4){
  position: absolute;
  width: 66rem;
  right: 0;
  bottom: 0rem;
  z-index: 1;
}
.topAboutList_item:nth-child(5){
  position: absolute;
  width: 64rem;
  left: 0;
  top: 0rem;
}
.topAboutList_item:nth-child(6){
  position: absolute;
  width: 40rem;
  right: 0;
  top: 47rem;
}
.topAboutList_item.on:nth-child(1),.topAboutList_item.on:nth-child(4){
  animation-name:topAboutAnime01;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime01{
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topAboutList_item.on:nth-child(2),.topAboutList_item.on:nth-child(5) {
  animation-name:topAboutAnime02;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime02{
  from {
    opacity: 0;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topAboutList_item.on:nth-child(3),.topAboutList_item.on:nth-child(6) {
  animation-name:topAboutAnime03;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime03{
  from {
    opacity: 0;
    transform: translateY(-3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topMovie{
  padding: 40px 0;
  margin: 0 auto 50px;
}
.topMovieInner{
  width: 880px;
  height: 500px;
  margin: 0 auto;
}
.topMovieInner iframe{
  width: 100%;
  height: 100%;
}
.topShop{
  background: #F2F2F2 url(../../src/img/top_shop_bg01.png) right bottom no-repeat;
  background-size: 102rem 76rem;
  background-blend-mode: multiply;
  padding: 8rem 0 3rem;
}
.topShopInner{
  width: 80%;
  margin: 0 auto;
}
.topShopInner_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.topShopInner_topL{
  width: 60%;
}
.cmnBtn01Box--topShop{
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.topShopList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topShopList::after {
  content: "";
  display: block;
  width: 30%;
}
.topShopList_item{
  width: 30%;
  margin-bottom: 5rem;
  opacity: 0;
}
.topShopList_itemLink{
  position: relative;
}
.topShopList_itemLink:hover{
  opacity: 1;
}
.topShopList_itemLink_img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000000;
  position: absolute;
  left: 0;
  top: 0;
  -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;
}
.topShopList_itemLink:hover .topShopList_itemLink_img:after{
  background: #00000090;
}
.topShopList_itemLink_img {
    width: 100%;
    height: 25.8rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.topShopList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.cmnBtn01--topShopList{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -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;
}
.cmnBtn01--topShopList:after{
  background: #fff;
}
.topShopList_itemLink:hover .cmnBtn01--topShopList{
  opacity: 1;
}
.cmnBtn01--topShopList:hover{
  opacity: 1;
  color: #fff;
}
.cmnBtn01--topShopList:hover:after{
  background: #fff;
}
.topShopList_itemLink_ttl{
  font-size: 1.4rem;
  padding-left: 1rem;
  border-left: 2px solid #FF0000;
  line-height: 1;
  margin-bottom: 1rem;
}
.topShopList_itemLink_txt{
  font-size: 1.2rem;
}
.topVoice{
  background: url(../../src/img/top_voice_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 10rem;
}
.topVoiceInner{
  width: 80%;
  margin: 0 auto;
}
.topVoiceInner_top{
  margin-bottom: 4rem;
}
.topVoiceList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topVoiceList li{
  width: 48%;
  margin-bottom: 4rem;
  opacity: 0;
}
.topRecruit{
  background: url(../../src/img/top_recruit_bg02.png) 0 bottom no-repeat;
  background-size: 100% 93rem;
  padding-bottom: 1rem;
}
.topRecruitTop{
  background: url(../../src/img/top_recruit_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 10rem 0 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmnTtl01Box--topRecruit .cmnTtl01{
  align-items: center;
}
.topRecruitInner{
  width: 80%;
  margin: -28rem auto 0;
}
.topRecruitList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
.topRecruitList::after {
  content: "";
  display: block;
  width: 30%;
}
.topRecruitList_item{
  width: 30%;
}
.topRecruitList_itemImg {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.topRecruitList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topRecruitList_itemTtl{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.topRecruitList_itemInfo{
  margin-bottom: 3rem;
}
.topRecruitList_itemInfo_li01{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topRecruitList_itemInfo_li01 h4{
  width: 15%;
}
.topRecruitList_itemInfo_li01 p{
  width: 85%;
}
.topRecruitList_itemInfo_li02{
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topRecruitList_itemInfo_li02 h4{
  width: 100%;
}
.topRecruitList_itemInfo_li02 p{
  width: 100%;
}
.topRecruitList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topRecruitList_itemBtn li{
  width: 48%;
}
.topRecruitList_itemBtn li a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 0;
  background: #E20000;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.topRecruitList_itemBtn li:nth-child(2) a{
  background: #F2F2F2;
  color: #040404;
}
.cmnBtn01Box--topRecruit{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8rem;
}
.topRecruitBnr{
  width: 85%;
  margin: 0 auto 8rem;
}
.topRecruitBnrLink{
  background: url(../../src/img/top_recruit_bnr01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 28rem;
  padding: 4rem 0 2rem;
  color: #fff;
  position: relative;
}
.topRecruitBnrLink:hover{
  opacity: 1;
}
.topRecruitBnrLink:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51,50,50);
  background: -moz-linear-gradient(left, rgba(51,50,50,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(51,50,50,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(51,50,50,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#ffffff',GradientType=1 );
  mix-blend-mode: multiply;
  -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;
}
.topRecruitBnrLink:hover:after{
  opacity: 0;
}
.topRecruitBnrLinkL{
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topRecruitBnrLinkL_txt01{
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1;
}
.topRecruitBnrLinkL_txt02{
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.topRecruitBnrLinkL_txt03{
  line-height: 2.4;
}
.topRecruitBnrLinkR {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.topRecruitBnrLinkR p{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -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;
}
.topRecruitBnrLinkR p:after {
  content: "";
  width: 10rem;
  height: 1px;
  background: #fff;
  position: relative;
  -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;
}
.topRecruitBnrLinkR p span{
  margin-right: 1rem;
}
.topRecruitBnrLink:hover .topRecruitBnrLinkR p{
  color: #FF0000;
}
.topRecruitBnrLink:hover .topRecruitBnrLinkR p:after{
  background: #FF0000;
}
.topPost{
  background: url(../../src/img/top_post_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 10rem 0 8rem;
}
.topNews{
  width: 80%;
  margin: 0 auto 10rem;
}
.topPostTop{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.topPostTopL{
  width: 60%;
}
.cmnTtl01Box--topPost .cmnTtl01{
  color: #fff;
}
.topPostTopL_txt{
  color: #fff;
}
.cmnBtn01Box--topPost{
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.cmnBtn01Box--topPost .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--topPost .cmnBtn01:after {
  background: #fff;
}
.cmnBtn01Box--topPost .cmnBtn01:hover{
  color: #FF0000;
}
.cmnBtn01Box--topPost .cmnBtn01:hover:after{
  background: #FF0000;
}
.topNewsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topNewsList::after {
  content: "";
  display: block;
  width: 30%;
}
.topNewsList_item{
  width: 30%;
}
.topNewsList_itemLink{
  color: #fff;
  display: block;
}
.topNewsList_itemLink_img {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.topNewsList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topNewsList_itemLink_time{
  display: block;
  margin-bottom: 0.6rem;
}
.topNewsList_itemLink_cat{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.topNewsList_itemLink_cat li{
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  margin-right: 1rem;
  font-size: 1rem;
}
.topInsta{
  width: 80%;
  margin: 0 auto 6rem;
}
.topInstaList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topInstaList::after {
  content: "";
  display: block;
  width: 24%;
}
.topInstaList::before { 
    content: ""; 
    display:block; 
    width:24%;
    order: 1;
}
.topInstaList_item{
  width: 24%;
  margin-bottom: 1.6rem;
}
.topInstaList_itemLink{
  color: #fff;
  display: block;
}
.topInstaList_itemLink_img {
    width: 100%;
    height: 25.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    
}
.topInstaList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.cmnBtn01Box--topShopSP,.cmnBtn01Box--topPostSP{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVInnerBox_logo {
  width: 16rem;
  mix-blend-mode: hard-light;
  margin-bottom: 2rem;
}
.mainV2024_box {
  position: absolute;
  left: 3rem;
  bottom: 4rem;
}
.topAbout {
  position: relative;
  padding: 12rem 0 8rem;
  height: 96rem;
  margin-bottom: 2rem;
}
.topAboutList {
  position: absolute;
  top: 0;
  left: 0;
  height: 83rem;
  width: 100%;
}
.topAboutBox {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.topAboutList_item:nth-child(1){
  position: absolute;
  width: 36rem;
  right: 0;
  top: 10rem;
  z-index: 1;
}
.topAboutList_item:nth-child(2){
  position: absolute;
  width: 25rem;
  right: 15rem;
  top: 33rem;
  border: 6px solid #fff;
  z-index: 2;
}
.topAboutList_item:nth-child(3){
  position: absolute;
  width: 44rem;
  left: 0;
  top: 55rem;
  z-index: 1;
}
.topAboutList_item:nth-child(4){
  position: absolute;
  width: 44rem;
  right: 0;
  bottom: 0rem;
  z-index: 1;
}
.topAboutList_item:nth-child(5){
  position: absolute;
  width: 44rem;
  left: 0;
  top: 0rem;
}
.topAboutList_item:nth-child(6){
  position: absolute;
  width: 30rem;
  right: 0;
  top: 34rem;
}
.topMovie{
  padding: 40px 0;
  margin: 0 auto 40px;
}
.topMovieInner{
  width: 90vw;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.topMovieInner iframe{
  width: 100%;
  height: 100%;
}
.topShopInner {
  width: 90%;
  margin: 0 auto;
}
.topShopInner_topL p br{
  display: none!important;
}
.topShopList_itemLink_img {
  width: 100%;
  height: 18.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.topShopList_item {
  width: 32%;
  margin-bottom: 3rem;
  opacity: 0;
}
.topShopList_itemLink_txt br{
  display: none!important;
}
.topVoiceInner {
  width: 90%;
  margin: 0 auto;
}
.topNews {
  width: 90%;
  margin: 0 auto 10rem;
}
.topPost {
  background: url(../../src/img/top_post_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 10rem 0 2rem;
}
.topPostTopL {
  width: 50%;
}
.cmnBtn01Box--topPost {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.topNewsList_itemLink_img {
  width: 100%;
  height: 22.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
.topInsta {
  width: 90%;
  margin: 0 auto 6rem;
}
.topInstaList_itemLink_img {
  width: 100%;
  height: 19.8rem;
  position: relative;
  overflow: hidden;
  display: block;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContent{
  position: relative;
  overflow: hidden;
}
.mainV{

}
.mainVInner{
  position: relative;
  display: flex;
  justify-content: center;
}
.mainVInnerBox{
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainVInnerBox_logo{
  width: 16rem;
  mix-blend-mode: hard-light;
  margin-bottom: 2rem;
}
.mainVInnerBox_ttl{
  font-size: 1.8rem;
  margin-bottom: 12rem;
  color: #fff;
  letter-spacing: 0.2em;
}
.main_scroll {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  height: 8rem;
}
.main_scroll p{
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
}
.main_scroll:after {
  content: '';
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #fff;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine{
  0%{
    height:0;
    top: 3rem;
    opacity: 0;
  }
  30%{
    height: 6rem;
    opacity: 1;
  }
  100%{
    height:0;
    top:6rem;
    opacity: 0;
  }
}
.mainV2024 {
  position: relative;
  padding-top: 5.5rem;
}
.mainV2024_box {
  position: absolute;
  left: 2rem;
  bottom: 20rem;
}
.mainV2024_boxTtl{
  color: #fff;
  text-shadow: 0 3px 9px #00000070;
  font-size: 2.9rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.mainV2024_boxTtl span{
  color: #AEA221;
  display: inline-block;
  margin: 0 -1.6rem;
}
.mainV2024_boxBtn{
  background: #0000009e;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0.7rem 3rem;
}
.topAbout{
  position: relative;
  padding: 4rem 0 0rem;
  height: 140rem;
  margin-bottom: 0rem;
}
.topAboutBox{
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.topAboutBoxInner{
  width: 100%;
}
.cmnTtl01Box{
  margin-bottom: 2rem;
}
.cmnTtl01Box--topAbout{
  margin-bottom: 3rem;
}
.cmnTtl01{
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.cmnTtl01_jp{
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
.cmnTtl01_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
}
.cmnTtl01_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.cmnTtl01_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topAboutBox_ttl{
  margin-bottom: 1rem;
  font-size: 1.6rem;
  white-space: nowrap;
}
.topAboutBox_txt{
  margin-bottom: 3rem;
  line-height: 2.4;
}
.cmnBtn01Box{
  display: flex;
}
.cmnBtn01Box--topAbout{
  justify-content: flex-start;
  padding-right: 0;
}
.cmnBtn01{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cmnBtn01 p{
  margin-right: 1rem;
  letter-spacing: 0.1em;
}
.cmnBtn01:after{
  content: "";
  width: 10rem;
  height: 1px;
  background: #040404;
  position: relative;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
.cmnBtn01:hover{
  color: #FF0000;
  opacity: 1;
}
.cmnBtn01:hover:after{
  background: #FF0000;
}
.topAboutList{
  position: absolute;
  top: 0;
  left: 0;
  height: 140rem;
  width: 100%;
}
.topAboutList_item{
  opacity: 0;
}
.topAboutList_item:nth-child(1){
  position: absolute;
  width: 90%;
  right: 0;
  top: unset;
  bottom: 60rem;
  z-index: 1;
}
.topAboutList_item:nth-child(2){
  position: absolute;
  width: 19rem;
  right: unset;
  top: unset;
  left: -2rem;
  bottom: 49rem;
  border: 6px solid #fff;
  z-index: 2;
}
.topAboutList_item:nth-child(3){
  position: absolute;
  width: 29rem;
  left: 6rem;
  top: unset;
  bottom: 29rem;
  z-index: 1;
}
.topAboutList_item:nth-child(4){
  position: absolute;
  width: 100%;
  right: 0;
  top: unset;
  bottom: 0;
  z-index: 1;
}
.topAboutList_item:nth-child(5){
  position: absolute;
  width: 100%;
  left: 0;
  top: 0rem;
}
.topAboutList_item:nth-child(6){
  position: absolute;
  width: 100%;
  right: 0;
  top: unset;
  bottom: 27rem;
}
.topAboutList_item.on:nth-child(1),.topAboutList_item.on:nth-child(4){
  animation-name:topAboutAnime01;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime01{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topAboutList_item.on:nth-child(2),.topAboutList_item.on:nth-child(5) {
  animation-name:topAboutAnime02;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime02{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topAboutList_item.on:nth-child(3),.topAboutList_item.on:nth-child(6) {
  animation-name:topAboutAnime03;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes topAboutAnime03{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.topMovie{
  padding: 50px 0 20px;
  margin: 0 auto 30px;
}
.topMovieInner{
  width: 90vw;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.topMovieInner iframe{
  width: 100%;
  height: 100%;
}
.topShop{
  background: #F2F2F2 url(../../src/img/top_shop_bg01.png) right bottom no-repeat;
  background-size: 100% auto;
  background-blend-mode: multiply;
  padding: 4rem 0 5rem;
}
.topShopInner{
  width: 80%;
  margin: 0 auto;
}
.topShopInner_top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.topShopInner_topL{
  width: 100%;
}
.cmnBtn01Box--topShop{
  width: 40%;
  display: flex;
  justify-content: flex-end;
  display: none;
}
.cmnBtn01Box--topShopSP{
  width: 100%;
  display: flex;
  justify-content: center;
}
.topShopList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.topShopList::after {
  content: "";
  display: block;
  width: 30%;
}
.topShopList .slick-prev {
    left: -2.6rem;
    top: 15rem;
    width: 1.5rem;
    height: 4rem;
}
.topShopList .slick-prev:before {
    content: '';
    background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topShopList .slick-next {
    right: -2.6rem;
    top: 15rem;
    width: 1.5rem;
    height: 4rem;
}
.topShopList .slick-next:before {
    content: '';
    background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topShopList .slick-dots {
  position: absolute;
  bottom: 2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topShopList .slick-dots li {
  width: 2rem;
  height: 0.25rem;
  margin: 0 0.2rem;
}
.topShopList .slick-dots li button {
  width: 2rem;
  height: 0.25rem;
  background: #BABABA;
}
.topShopList .slick-dots li.slick-active button{
  background: #FF0000;
}
.topShopList .slick-dots li button:before{
    display: none;
}
.topShopList_item{
  width: 30%;
  margin-bottom: 5rem;
  opacity: 1;
}
.topShopList_itemLink{
  position: relative;
}
.topShopList_itemLink:hover{
  opacity: 1;
}
.topShopList_itemLink_img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000000;
  position: absolute;
  left: 0;
  top: 0;
  -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;
}
.topShopList_itemLink:hover .topShopList_itemLink_img:after{
  background: #00000090;
}
.topShopList_itemLink_img {
    width: 100%;
    height: 25.8rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.topShopList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.cmnBtn01--topShopList{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -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;
}
.cmnBtn01--topShopList:after{
  background: #fff;
}
.topShopList_itemLink:hover .cmnBtn01--topShopList{
  opacity: 1;
}
.cmnBtn01--topShopList:hover{
  opacity: 1;
  color: #fff;
}
.cmnBtn01--topShopList:hover:after{
  background: #fff;
}
.topShopList_itemLink_ttl{
  font-size: 1.4rem;
  padding-left: 1rem;
  border-left: 2px solid #FF0000;
  line-height: 1;
  margin-bottom: 1rem;
}
.topShopList_itemLink_txt{
  font-size: 1.2rem;
}
.topVoice{
  background: url(../../src/img/sp/top_voice_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0 6rem;
}
.topVoiceInner{
  width: 80%;
  margin: 0 auto;
}
.topVoiceInner_top{
  margin-bottom: 4rem;
}
.topVoiceList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topVoiceList .slick-prev {
    left: -2.6rem;
    top: 9rem;
    width: 1.5rem;
    height: 4rem;
}
.topVoiceList .slick-prev:before {
    content: '';
    background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topVoiceList .slick-next {
    right: -2.6rem;
    top: 9rem;
    width: 1.5rem;
    height: 4rem;
}
.topVoiceList .slick-next:before {
    content: '';
    background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topVoiceList .slick-dots {
  position: absolute;
  bottom: 0rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topVoiceList .slick-dots li {
  width: 2rem;
  height: 0.25rem;
  margin: 0 0.2rem;
}
.topVoiceList .slick-dots li button {
  width: 2rem;
  height: 0.25rem;
  background: #BABABA;
}
.topVoiceList .slick-dots li.slick-active button{
  background: #FF0000;
}
.topVoiceList .slick-dots li button:before{
    display: none;
}
.topVoiceList li{
  width: 48%;
  margin-bottom: 4rem;
  opacity: 1;
}
.topRecruit{
  background: url(../../src/img/sp/top_recruit_bg02@2x.png) 0 42rem no-repeat;
  background-size: 100% 74rem;
  padding-bottom: 1rem;
  position: relative;
}
.topRecruit:after{
  content: "";
  background: url(../../src/img/sp/top_recruit_bg03@2x.png) 0 bottom no-repeat;
  background-size: 100% 54rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 54rem;
  width: 100%;
}
.topRecruitTop{
  background: url(../../src/img/sp/top_recruit_bg01@2x.png) 0 0 no-repeat;
  background-size: 100% 43rem;
  padding: 5rem 0 31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmnTtl01Box--topRecruit .cmnTtl01{
  align-items: center;
}
.topRecruitTop p{
  text-align: center;
}
.topRecruitInner{
  width: 80%;
  margin: -28rem auto 0;
  position: relative;
  z-index: 1;
}
.topRecruitList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}
.topRecruitList::after {
  content: "";
  display: block;
  width: 100%;
}
.topRecruitList_item{
  width: 100%;
  margin-bottom: 6rem;
}
.topRecruitList_itemImg {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.topRecruitList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topRecruitList_itemTtl{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.topRecruitList_itemInfo{
  margin-bottom: 3rem;
}
.topRecruitList_itemInfo_li01{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topRecruitList_itemInfo_li01 h4{
  width: 15%;
}
.topRecruitList_itemInfo_li01 p{
  width: 85%;
}
.topRecruitList_itemInfo_li02{
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.topRecruitList_itemInfo_li02 h4{
  width: 100%;
}
.topRecruitList_itemInfo_li02 p{
  width: 100%;
}
.topRecruitList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topRecruitList_itemBtn li{
  width: 48%;
}
.topRecruitList_itemBtn li a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 0;
  background: #E20000;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.topRecruitList_itemBtn li:nth-child(2) a{
  background: #F2F2F2;
  color: #040404;
}
.cmnBtn01Box--topRecruit{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8rem;
}
.topRecruitBnr{
  width: 100%;
  margin: 0 auto 8rem;
}
.topRecruitBnrLink{
  background: url(../../src/img/sp/top_recruit_bnr01@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 45rem;
  padding: 3rem 0 2rem;
  color: #fff;
  position: relative;
}
.topRecruitBnrLink:hover{
  opacity: 1;
}
.topRecruitBnrLink:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51,50,50);
  background: -moz-linear-gradient(left, rgba(51,50,50,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(51,50,50,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(51,50,50,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#ffffff',GradientType=1 );
  mix-blend-mode: multiply;
  -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;
}
.topRecruitBnrLink:hover:after{
  opacity: 0;
}
.topRecruitBnrLinkL{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.topRecruitBnrLinkL_txt01{
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1;
}
.topRecruitBnrLinkL_txt02{
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.topRecruitBnrLinkL_txt03{
  line-height: 2.4;
}
.topRecruitBnrLinkR {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.topRecruitBnrLinkR p{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -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;
}
.topRecruitBnrLinkR p:after {
  content: "";
  width: 10rem;
  height: 1px;
  background: #fff;
  position: relative;
  -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;
}
.topRecruitBnrLinkR p span{
  margin-right: 1rem;
}
.topRecruitBnrLink:hover .topRecruitBnrLinkR p{
  color: #FF0000;
}
.topRecruitBnrLink:hover .topRecruitBnrLinkR p:after{
  background: #FF0000;
}
.topPost{
  background: url(../../src/img/sp/top_post_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 4rem;
}
.topNews{
  width: 80%;
  margin: 0 auto 6rem;
}
.topPostTop{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.topPostTopL{
  width: 100%;
}

.cmnTtl01Box--topPost .cmnTtl01{
  color: #fff;
}
.topPostTopL_txt{
  color: #fff;
}
.cmnBtn01Box--topPost{
  display: none;
}
.cmnBtn01Box--topPostSP{
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.cmnBtn01Box--topPostSP .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--topPostSP .cmnBtn01:after {
  background: #fff;
}
.cmnBtn01Box--topPostSP .cmnBtn01:hover{
  color: #FF0000;
}
.cmnBtn01Box--topPostSP .cmnBtn01:hover:after{
  background: #FF0000;
}
.topNewsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.topNewsList .slick-prev {
    left: -2.6rem;
    top: 18rem;
    width: 1.5rem;
    height: 4rem;
}
.topNewsList .slick-prev:before {
    content: '';
    background: url(../../src/img/sp/slick_prev@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topNewsList .slick-next {
    right: -2.6rem;
    top: 18rem;
    width: 1.5rem;
    height: 4rem;
}
.topNewsList .slick-next:before {
    content: '';
    background: url(../../src/img/sp/slick_next@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 4rem;
    display: block;
}
.topNewsList .slick-dots {
  position: absolute;
  bottom: -2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.topNewsList .slick-dots li {
  width: 2rem;
  height: 0.25rem;
  margin: 0 0.2rem;
}
.topNewsList .slick-dots li button {
  width: 2rem;
  height: 0.25rem;
  background: #BABABA;
}
.topNewsList .slick-dots li.slick-active button{
  background: #FF0000;
}
.topNewsList .slick-dots li button:before{
    display: none;
}
.topNewsList::after {
  content: "";
  display: block;
  width: 30%;
}
.topNewsList_item{
  width: 30%;
}
.topNewsList_itemLink{
  color: #fff;
}
.topNewsList_itemLink_img {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.topNewsList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.topNewsList_itemLink_time{
  display: block;
  margin-bottom: 0.6rem;
}
.topNewsList_itemLink_cat{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.topNewsList_itemLink_cat li{
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  margin-right: 1rem;
  font-size: 1rem;
}
.topInsta{
  width: 80%;
  margin: 0 auto 2rem;
}
.topInstaList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.topInstaList::after {
  content: "";
  display: block;
  width: 50%;
}
.topInstaList::before { 
    content: ""; 
    display:block; 
    width:50%;
    order: 1;
}
.topInstaList_item{
  width: 50%;
  margin-bottom: 0rem;
}
.topInstaList_itemLink{
  color: #fff;
}
.topInstaList_itemLink_img {
    width: 100%;
    height: 15.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    
}
.topInstaList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.mainVSub{
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVSub_ttlBox{
  position: absolute;
  width: 35rem;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 3rem;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.23em;
  position: absolute;
}
.mainVSub_ttl_jp{
  font-size: 2rem;
}
.mainVSub_ttl_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
}
.mainVSub_ttl_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mainVSub_ttl_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttlBox svg .svg-elem-1 {
  stroke-dashoffset: 444.4346923828125px;
  stroke-dasharray: 444.4346923828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mainVSub_ttlBox.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mainVSub_ttlBox svg .svg-elem-2 {
  stroke-dashoffset: 444.4346923828125px;
  stroke-dasharray: 444.4346923828125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.mainVSub_ttlBox.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.punkuz{
  width: 90%;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.punkuz li{
  font-size: 1.2rem;
  margin-right: 0.8rem;
  color: #707070;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.aboutGreeting{
  background: url(../../src/img/about_greeting_bg.png) 0 bottom no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 8rem;
}
.aboutGreetingInner{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutGreetingInnerL{
  width: 57%;
}
.aboutGreetingInnerL_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.aboutGreetingInnerL_txt01{
  margin-bottom: 2rem;
}
.aboutGreetingInnerL_txt02{
  text-align: right;
  font-size: 1.6rem;
}
.aboutGreetingInnerR{
  width: 38%;
}
.aboutPhilosophy{
  margin-bottom: 15rem;
}
.aboutPhilosophyInner{
  width: 65%;
  margin: -20rem auto 0;
  padding: 7rem 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cmnTtl01Box--aboutPhilosophy{
  margin-bottom: 3rem;
}
.cmnTtl01Box--aboutPhilosophy .cmnTtl01{
  align-items: center;
}
.aboutPhilosophyInner_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.aboutPhilosophyInner_txt{
  text-align: center;
  line-height: 2.4;
}
.aboutOrigin{
  background: url(../../src/img/about_philosophy_bg.png) 0 bottom no-repeat;
  background-size: 100%;
  padding-bottom: 15rem;
}
.aboutOriginInner{
  width: 80%;
  margin: 0 auto;
}
.aboutOriginInnerBox{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aboutOriginInnerBox_logo{
  width: 22rem;
  margin-bottom: 4rem;
}
.aboutOriginInnerBox_logo svg .svg-elem-1 {
  stroke-dashoffset: 144.26893615722656px;
  stroke-dasharray: 144.26893615722656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-2 {
  stroke-dashoffset: 63.519996643066406px;
  stroke-dasharray: 63.519996643066406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-3 {
  stroke-dashoffset: 54.20198059082031px;
  stroke-dasharray: 54.20198059082031px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-4 {
  stroke-dashoffset: 84.13838958740234px;
  stroke-dasharray: 84.13838958740234px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-5 {
  stroke-dashoffset: 118.63459014892578px;
  stroke-dasharray: 118.63459014892578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-6 {
  stroke-dashoffset: 83.09452056884766px;
  stroke-dasharray: 83.09452056884766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-7 {
  stroke-dashoffset: 111.18023681640625px;
  stroke-dasharray: 111.18023681640625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-8 {
  stroke-dashoffset: 4830.861328125px;
  stroke-dasharray: 4830.861328125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(118, 118, 118);
}

.aboutOriginInnerBox_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.aboutOriginInnerBox_txt{
  text-align: center;
  line-height: 2.4;
}
.aboutPolicy{

}
.aboutPolicyImg{

}
.aboutPolicyInner{
  background: url(../../src/img/about_policy_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0;
}
.aboutPolicyInnerBox{
  background: url(../../src/img/about_policy_line.png) 0 bottom no-repeat;
  background-size: 100% 35rem;
  padding: 0rem 6rem 4rem;
  width: 65%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutPolicy{
  margin: 0rem 0 3rem;
}
.cmnTtl01Box--aboutPolicy .cmnTtl01{
  align-items: center;
}
.aboutPolicyInnerList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutPolicyInnerList li{
  width: 48%;
  margin: 1rem 0;
  position: relative;
  /* padding-left: 1.4rem; */
}
/* .aboutPolicyInnerList li:before{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #FF0000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1.2rem;
} */
.aboutCompany{
  background: #F2F2F2;
  padding: 10rem 0;
}
.aboutCompanyInner{
  width: 55%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutCompany{
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutCompany .cmnTtl01{
  align-items: center;
}
.aboutCompanyList{
  border-top: 1px solid #BABABA;
}
.aboutCompanyList li{
  border-bottom: 1px solid #BABABA;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.aboutCompanyList li h3{
  width: 25%;
  font-size: 1.4rem;
}
.aboutCompanyList li p{
  width: 75%;
  font-size: 1.4rem;
}
.aboutCompanyList li p a {
  text-decoration: underline;
}
.aboutInfo{
  background: url(../../src/img/about_info_bg.png) 0 0 no-repeat;
  background-size: 100%;
  padding: 8rem 0 1rem;
}
.aboutInfoInner{
  width: 80%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutInfo{
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutInfo .cmnTtl01{
  align-items: center;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

.aboutGreetingInner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutGreetingInnerL {
  width: 58%;
}
.aboutGreetingInnerL_txt01 br{
  display: none!important;
}
.aboutPhilosophy {
  margin-bottom: 10rem;
}
.aboutPhilosophyInner {
  width: 75%;
  margin: -13rem auto 0;
  padding: 7rem 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aboutPolicyInnerBox {
  background: url(../../src/img/about_policy_line.png) 0 bottom no-repeat;
  background-size: 100% 35rem;
  padding: 0rem 3rem 4rem;
  width: 90%;
  margin: 0 auto;
}
.aboutPolicyInnerList li{
  letter-spacing: 0.1em;
}
.aboutCompanyInner {
  width: 75%;
  margin: 0 auto;
}
.aboutInfoInner {
  width: 95%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSub{
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5.5rem;
}
.mainVSub_ttlBox{
  position: absolute;
  width: 92%;
  height: 92%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 5.5rem;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.23em;
  position: absolute;
}
.mainVSub_ttl_jp{
  font-size: 2rem;
}
.mainVSub_ttl_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
}
.mainVSub_ttl_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mainVSub_ttl_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mainVSub_ttlBox svg .svg-elem-1 {
  stroke-dashoffset: 813.36328125px;
  stroke-dasharray: 813.36328125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mainVSub_ttlBox.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mainVSub_ttlBox svg .svg-elem-2 {
  stroke-dashoffset: 813.36328125px;
  stroke-dasharray: 813.36328125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}


.mainVSub_ttlBox.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.punkuz{
  width: 90%;
  margin: 0 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: #707070;
}
.punkuz li a{
  display: block;
}
.punkuz li br{
  display: none;
}
.aboutGreeting{
  background: url(../../src/img/sp/about_greeting_bg@2x.png) 0 bottom no-repeat;
  background-size: 100% 43rem;
  padding: 2rem 0 8rem;
}
.aboutGreetingInner{
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutGreetingInnerL{
  width: 100%;
}
.aboutGreetingInnerL_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.aboutGreetingInnerL_txt01{
  margin-bottom: 2rem;
}
.aboutGreetingInnerL_txt02{
  text-align: right;
  font-size: 1.6rem;
}
.aboutGreetingInnerR{
  width: 100%;
  margin-bottom: 3rem;
}
.aboutPhilosophy{
  margin-bottom: 10rem;
}
.aboutPhilosophyInner{
  width: 95%;
  margin: -20rem auto 0;
  padding: 4rem 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cmnTtl01Box--aboutPhilosophy{
  margin-bottom: 3rem;
}
.cmnTtl01Box--aboutPhilosophy .cmnTtl01{
  align-items: center;
}
.aboutPhilosophyInner_ttl{
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.aboutPhilosophyInner_txt{
  text-align: center;
  line-height: 2.4;
}
.aboutOrigin{
  background: url(../../src/img/sp/about_philosophy_bg@2x.png) 0 bottom no-repeat;
  background-size: 100%;
  padding-bottom: 5rem;
}
.aboutOriginInner{
  width: 85%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutOrigin .cmnTtl01{
  align-items: center;
}
.aboutOriginInnerBox{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.aboutOriginInnerBox_logo{
  width: 14rem;
  margin-bottom: 4rem;
}
.aboutOriginInnerBox_logo svg .svg-elem-1 {
  stroke-dashoffset: 144.26893615722656px;
  stroke-dasharray: 144.26893615722656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-2 {
  stroke-dashoffset: 63.519996643066406px;
  stroke-dasharray: 63.519996643066406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-3 {
  stroke-dashoffset: 54.20198059082031px;
  stroke-dasharray: 54.20198059082031px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-4 {
  stroke-dashoffset: 84.13838958740234px;
  stroke-dasharray: 84.13838958740234px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-5 {
  stroke-dashoffset: 118.63459014892578px;
  stroke-dasharray: 118.63459014892578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-6 {
  stroke-dashoffset: 83.09452056884766px;
  stroke-dasharray: 83.09452056884766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-7 {
  stroke-dashoffset: 111.18023681640625px;
  stroke-dasharray: 111.18023681640625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(26, 19, 17);
}
.aboutOriginInnerBox_logo svg .svg-elem-8 {
  stroke-dashoffset: 4830.861328125px;
  stroke-dasharray: 4830.861328125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
}
.aboutOriginInnerBox_logo.on svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(118, 118, 118);
}

.aboutOriginInnerBox_ttl{
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  text-align: center;
}
.aboutOriginInnerBox_txt{
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.18em;
}
.aboutPolicy{

}
.aboutPolicyImg{

}
.aboutPolicyInner{
  background: url(../../src/img/sp/about_policy_bg@2x.png) 0 0 no-repeat;
  background-size: 100% 36rem;
  padding: 4rem 0;
}
.aboutPolicyInnerBox{
  background: url(../../src/img/sp/about_policy_line@2x.png) 0 bottom no-repeat;
  background-size: 100% 52rem;
  padding: 0rem 3rem 4rem;
  width: 100%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutPolicy{
  margin: 0rem 0 3rem;
}
.cmnTtl01Box--aboutPolicy .cmnTtl01{
  align-items: center;
}
.aboutPolicyInnerList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutPolicyInnerList li{
  width: 100%;
  margin: 0 0 1.3rem;
  position: relative;
  /* padding-left: 1.4rem; */
  letter-spacing: 0.1em;
}
/* .aboutPolicyInnerList li:before{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #FF0000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 1.2rem;
} */
.aboutCompany{
  background: #F2F2F2;
  padding: 4rem 0;
}
.aboutCompanyInner{
  width: 80%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutCompany{
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutCompany .cmnTtl01{
  align-items: center;
}
.aboutCompanyList{
  border-top: 1px solid #BABABA;
}
.aboutCompanyList li{
  border-bottom: 1px solid #BABABA;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aboutCompanyList li h3{
  width: 100%;
  font-size: 1.4rem;
}
.aboutCompanyList li p{
  width: 100%;
  font-size: 1.4rem;
}
.aboutCompanyList li p a {
  text-decoration: underline;
}
.aboutInfo{
  background: url(../../src/img/sp/about_info_bg@2x.png) 0 0 no-repeat;
  background-size: 100%;
  padding: 4rem 0 1rem;
}
.aboutInfoInner{
  width: 80%;
  margin: 0 auto;
}
.cmnTtl01Box--aboutInfo{
  margin-bottom: 4rem;
}
.cmnTtl01Box--aboutInfo .cmnTtl01{
  align-items: center;
}
}
/*-----------------------------------------------------------

SHOP

-------------------------------------------------------------*/
.shopSec{
  padding: 8rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shopSec:nth-of-type(odd){
  flex-direction: row-reverse;
}
.shopSecImg{
  width: 45%;
}
.shopSecCont{
  width: 55%;
}
.shopSecContInner{
  width: 80%;
  margin: 0 auto;
}
.shopSecContInner_logo{
  margin-bottom: 4rem;
}
.shopSecContInner_logo img{
  width: 50%;
}
.shopSecContInner_ttl{
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 2.4;
}
.shopSecContInner_txt{
  line-height: 2.4;
  margin-bottom: 2rem;
  letter-spacing: 0.14em;
}
.shopSecContInner_list{
  margin-bottom: 5rem;
  padding: 2rem 0;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.shopSecContInner_list li{
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.shopSecContInner_list li h3{
  width: 18%;
  font-size: 1.4rem;
}
.shopSecContInner_list li p{
  width: 82%;
  letter-spacing: 0.18em;
}
.shopSecContInner_linkList{
  display: flex;
  align-items: center;
}
.shopSecContInner_linkList_btn{
  width: 25%;
  margin-right: 1rem;
}
.shopSecContInner_linkList_btn a{
  display: block;
  padding: 1rem 0;
  text-align: center;
  background: #F2F2F2;
  line-height: 1;
}
.shopSecContInner_linkList_insta{
  width: 3rem;
  margin-left: 3rem;
  margin-right: 2rem;
}
.shopSecContInner_linkList_line{
  width: 3.6rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.shopSec {
  padding: 8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.shopSec:nth-of-type(odd) {
  flex-direction: column;
}
.shopSecImg {
  width: 75%;
  margin-bottom: 4rem;
}
.shopSecCont {
  width: 75%;
}
.shopSecContInner {
  width: 100%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.shopSec{
  padding: 4rem 0 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shopSec:nth-of-type(odd){
  flex-direction: column;
}
.shopSec:nth-last-of-type(1){
  padding-bottom: 0;
}
.shopSecImg{
  width: 100%;
  margin-bottom: 2rem;
}
.shopSecCont{
  width: 100%;
}
.shopSecContInner{
  width: 80%;
  margin: 0 auto;
}
.shopSecContInner_logo{
  margin-bottom: 2rem;
}
.shopSecContInner_logo img{
  width: 100%;
}
.shopSecContInner_ttl{
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.shopSecContInner_txt{
  line-height: 2;
  margin-bottom: 2rem;
}
.shopSecContInner_list{
  margin-bottom: 2rem;
  padding: 0rem 0;
  border-top: 1px solid #ECECEC;
  border-bottom: none;
}
.shopSecContInner_list li{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 0;
  border-bottom: 1px solid #ECECEC;
  padding: 1rem 0;
}
.shopSecContInner_list li h3{
  width: 100%;
  font-size: 1.4rem;
}
.shopSecContInner_list li p{
  width: 100%;
}
.shopSecContInner_linkList{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopSecContInner_linkList_btn{
  width: 48%;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.shopSecContInner_linkList_btn + .shopSecContInner_linkList_btn{
  margin-right: 0;
}
.shopSecContInner_linkList_btn a{
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  background: #F2F2F2;
  line-height: 1;
}
.shopSecContInner_linkList_insta{
  width: 4rem;
  margin-left: 0rem;
  margin-right: 2rem;
}
.shopSecContInner_linkList_line{
  width: 4.6rem;
}
}
/*-----------------------------------------------------------

FASCINATING

-------------------------------------------------------------*/
.fascinatingAnch{
  padding: 4rem 0 8rem;
}
.cmnTtl01Box--fascinatingAnch{
  margin-bottom: 6rem;
}
.cmnTtl01Box--fascinatingAnch .cmnTtl01{
  align-items: center;
}
.fascinatingAnchList{
  display: flex;
  justify-content: center;
}
.fascinatingAnchList li{
  margin: 0 3rem;
  width: 20rem;
}
.fascinatingAnchList li a{
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
}
.fascinatingAnchList li a svg{
  position: relative;
  bottom: -1rem;
  -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;
}
.fascinatingAnchList li a:hover svg{
  bottom: -1.4rem;
  -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;
}
.fascinating_sec01{
  background: #F7F7F7;
  padding: 4rem 0 8rem;
  margin-bottom: 12rem;
}
.fascinating_secTtlBox{
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.fascinating_secTtl{
  width: 52rem;
  line-height: 13rem;
  background: url(../../src/img/fascinating_ttl_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-item: center;
}
.fascinating_sec01_txt{
  text-align: center;
  margin-bottom: 6rem;
}
.fascinating_sec01Box{
  width: 72%;
  margin: 0 auto;
  position: relative;
}
.fascinating_sec01BoxList{
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
}
.fascinating_sec01BoxList li{
  width: 4.5rem;
  position: absolute;
  opacity: 0;
}
.fascinating_sec01BoxList li:nth-child(1){
  left: -3rem;
  top: 6rem;
}
.fascinating_sec01BoxList li:nth-child(2){
  left: 9rem;
  top: -2rem
}
.fascinating_sec01BoxList li:nth-child(3){
  right: 0rem;
  top: 7rem;
}
.fadeUpFIco {
  animation-name:fadeUpFIcoAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
}
@keyframes fadeUpFIcoAnime{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fascinating_sec01_ico04{
  position: absolute;
  right: 15rem;
  top: 8rem;
  width: 7.8rem;
  transform: scale(0.8);
}
.fascinating_sec01Box.on .fascinating_sec01_ico04{
  animation-name:fascinating_sec01_ico04Anime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
  animation-delay: 1.4s;
}
@keyframes fascinating_sec01_ico04Anime{
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  33% {
    opacity: 1;
    transform: scale(1.1);
  }
  66% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fascinating_sec02{
  position: relative;
  margin-bottom: 12rem;
}
.fascinating_sec02Inner{
  width: 40%;
  position: absolute;
  right: 14rem;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fascinating_sec02_txt{
  text-align: center;
  line-height: 2.4;
}
.fascinating_sec02Img{
  opacity: 0;
}
.fascinating_sec02Img.on {
  animation-name:fascinating_sec02ImgAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fascinating_sec02ImgAnime{
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fascinating_sec03{
  background: #F7F7F7;
  padding: 4rem 0 8rem;
}
.fascinating_sec03_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.fascinating_sec03Box{
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.fascinating_sec03BoxList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 4rem;
}
.fascinating_sec03BoxList li{
  width: 25%;
  opacity: 0;
  margin: 2rem 3rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.fascinating_sec01Box {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.fascinating_sec01BoxList li:nth-child(1) {
  left: -3rem;
  top: 5rem;
}
.fascinating_sec01BoxList li:nth-child(2) {
  left: 6rem;
  top: -1rem;
}
.fascinating_sec01BoxList li:nth-child(3) {
  right: -1rem;
  top: 5rem;
}
.fascinating_sec01_ico04 {
  position: absolute;
  right: 12rem;
  top: 6rem;
  width: 6.8rem;
  transform: scale(0.8);
}
.fascinating_sec02Inner {
  width: 41%;
  position: absolute;
  right: 11rem;
  top: -8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fascinating_sec02_txt br{
  display: none!important;
}
.fascinating_sec03BoxList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 2rem;
}
.fascinating_sec03BoxList li {
  width: 27%;
  opacity: 0;
  margin: 2rem 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.fascinatingAnch{
  padding: 1rem 0 1rem;
}
.fascinatingAnchList{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.fascinatingAnchList li{
  margin: 0 0rem 4rem;
  width: 16rem;
}
.fascinatingAnchList li a{
  display: block;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 1.6rem;
}
.fascinatingAnchList li a svg{
  position: relative;
  bottom: -1rem;
  -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;
}
.fascinatingAnchList li a:hover svg{
  bottom: -1.4rem;
  -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;
}
.fascinating_sec01{
  background: #F7F7F7;
  padding: 4rem 0 4rem;
  margin-bottom: 4rem;
}
.fascinating_secTtlBox{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.fascinating_secTtl{
  width: 90%;
  height: 9rem;
  line-height: 1;
  background: url(../../src/img/fascinating_ttl_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fascinating_sec01_txt{
  text-align: center;
  margin-bottom: 4rem;
}
.fascinating_sec01Box{
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.fascinating_sec01BoxList{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fascinating_sec01BoxList li{
  width: 3rem;
  position: absolute;
  opacity: 0;
}
.fascinating_sec01BoxList li:nth-child(1){
  left: -1.2rem;
  top: 4.2rem;
}
.fascinating_sec01BoxList li:nth-child(2){
  left: 5.5rem;
  top: -1rem;
}
.fascinating_sec01BoxList li:nth-child(3){
  right: -0.6rem;
  top: 4.6rem;
}
.fadeUpFIco {
  animation-name:fadeUpFIcoAnime;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
  animation-delay: 0.6s;
}
@keyframes fadeUpFIcoAnime{
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fascinating_sec01_ico04{
  position: absolute;
  right: 0;
  left: 0;
  top: 23.5rem;
  width: 2.8rem;
  transform: scale(0.8);
  margin: auto;
}
.fascinating_sec01Box.on .fascinating_sec01_ico04{
  animation-name:fascinating_sec01_ico04Anime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
  animation-delay: 1.4s;
}
@keyframes fascinating_sec01_ico04Anime{
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  33% {
    opacity: 1;
    transform: scale(1.1);
  }
  66% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fascinating_sec02{
  position: relative;
  margin-bottom: 0rem;
}
.fascinating_secTtl--fascinating_sec02{
  width: 100%;
  margin-bottom: 2rem;
}
.fascinating_sec02Inner{
  width: 100%;
  position: relative;
  right: 0rem;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.fascinating_sec02_txt{
  text-align: center;
  line-height: 2.4;
}
.fascinating_sec02Img{
  opacity: 0;
}
.fascinating_sec02Img.on {
  animation-name:fascinating_sec02ImgAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fascinating_sec02ImgAnime{
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fascinating_sec03{
  background: #F7F7F7;
  padding: 2rem 0 4rem;
}
.fascinating_sec03_txt{
  text-align: center;
  margin-bottom: 2rem;
}
.fascinating_sec03Box{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.fascinating_sec03BoxList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 3rem;
}
.fascinating_sec03BoxList li{
  width: 44%;
  opacity: 0;
  margin: 1rem 1rem;
}
/* .fascinating_sec03BoxList li:nth-child(1){
  margin: 1rem 3rem;
} */
}
/*-----------------------------------------------------------

FASCINATING ADD

-------------------------------------------------------------*/
.fascinatingWorks{
  margin: 8rem 0 12rem;
}
.cmnTtl01Box--fascinatingWorks{
  margin-bottom: 6rem;
}
.cmnTtl01Box--fascinatingWorks .cmnTtl01{
  align-items: center;
}
.fascinatingWorksBox{
  width: 108.7rem;
  height: 95rem;
  margin: 0rem auto 8rem;
  position: relative;
}
.fascinatingWorksList01{
  position: relative;
  height: 95rem;
}
.fascinatingWorksList01 li{
  position: absolute;
  opacity: 0;
}
.fascinatingWorksList01 li:nth-child(1){
  width: 55.1rem;
  left: 0;
  top: 0;
}
.fascinatingWorksList01 li:nth-child(2){
  width: 51.6rem;
  right: 0;
  top: 0;
}
.fascinatingWorksList01 li:nth-child(3){
  width: 55.1rem;
  left: 0;
  top: 25.5rem;
}
.fascinatingWorksList01 li:nth-child(4) {
  width: 100%;
  left: 0rem;
  top: 45.5rem;
}
.fascinatingWorksList01 li:nth-child(5){
  width: 34.9rem;
  left: 0;
  bottom: 0;
}
.fascinatingWorksList01 li:nth-child(6){
  width: 34.9rem;
  left: 0;
  right: 0;
  bottom: 20rem;
  margin: auto;
}
.fascinatingWorksList01 li:nth-child(7){
  width: 34.9rem;
  right: 0;
  bottom: 20rem;
}
.fascinatingWorksList01 li:nth-child(8){
  width: 71.8rem;
  right: 0;
  bottom: 0;
}
.fascinatingWorksList02{
  position: absolute;
  left: 0;
  top: 0;
  height: 83.8rem;
  width: 100%;
}
.fascinatingWorksList02 li{
  position: absolute;
  opacity: 0;
}
.fascinatingWorksList02 li:nth-child(1) {
  width: 17.5rem;
  left: -8rem;
  top: 3rem;
}
.fascinatingWorksList02 li:nth-child(2) {
  width: 7.5rem;
  left: 49rem;
  top: 37rem;
}
.fascinatingWorksList02 li:nth-child(3) {
  width: 6.5rem;
  right: 33rem;
  bottom: 7rem;
}
.fascinatingWorksList02 li:nth-child(4) {
  width: 22.5rem;
  right: -8rem;
  bottom: -17rem;
}
.fascinatingSystem{
  width: 80%;
  margin: 0 auto 10rem;
}
.cmnTtl01Box--fascinatingSystem{
  justify-content: center;
}
.cmnTtl01Box--fascinatingSystem .cmnTtl01{
  align-items: center;
}
.fascinatingSystem_cont{

}
.fascinatingSystem_contImg{
  width: 70%;
  margin: 0 auto 5rem;
}
.fascinatingSystem_contTxt{
  text-align: center;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.fascinatingWorksBox {
  width: 108.7rem;
  height: 94.8rem;
  margin: 0rem auto -27rem;
  position: relative;
  transform: scale(0.75);
  transform-origin: 16% 0;
}
.fascinatingSystem {
  width: 90%;
  margin: 0 auto 10rem;
}
.fascinatingSystem_contImg{
  width: 80%;
  margin: 0 auto 5rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.fascinatingWorks{
  margin: 8rem 0 8rem;
}
.cmnTtl01Box--fascinatingWorks{
  margin-bottom: 3rem;
}
.cmnTtl01Box--fascinatingWorks .cmnTtl01{
  align-items: center;
}
.fascinatingWorksBox{
  width: 100%;
  height: auto;
  margin: 0rem auto 8rem;
  position: relative;
  padding: 0 2rem;
}
.fascinatingWorksList01{
  position: relative;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fascinatingWorksList01 li{
  position: relative;
  opacity: 0;
  margin-bottom: 1rem;
}
.fascinatingWorksList01 li:nth-child(1){
  width: 100%;
  left: 0;
  top: 0;
  order: 0;
}
.fascinatingWorksList01 li:nth-child(2){
  width: 100%;
  right: 0;
  top: 0;
  order: 2;
}
.fascinatingWorksList01 li:nth-child(3){
  width: 100%;
  left: 0;
  top: 0;
  order: 1;
  position: relative;
  z-index: 1;
}
.fascinatingWorksList01 li:nth-child(4) {
  width: 100%;
  left: 0;
  top: 0;
  order: 3;
  position: relative;
  z-index: 1;
}
.fascinatingWorksList01 li:nth-child(5){
  width: 100%;
  left: 0;
  bottom: 0;
  order: 7;
  position: relative;
  z-index: 1;
}
.fascinatingWorksList01 li:nth-child(6){
  width: 48%;
  left: 0;
  right: 0;
  bottom: 0rem;
  margin: 0;
  order: 5;
}
.fascinatingWorksList01 li:nth-child(7){
  width: 48%;
  right: 0;
  bottom: 0rem;
  order: 4;
}
.fascinatingWorksList01 li:nth-child(8){
  width: 100%;
  right: 0;
  bottom: 0;
  order: 6;
}
.fascinatingWorksList02{
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}
.fascinatingWorksList02 li{
  position: absolute;
  opacity: 0;
}
.fascinatingWorksList02 li:nth-child(1) {
  width: 39.5rem;
  left: 0.5rem;
  top: -1rem;
}
.fascinatingWorksList02 li:nth-child(2) {
  width: 6.5rem;
  left: 32rem;
  top: 32rem;
  position: relative;
  z-index: 2;
}
.fascinatingWorksList02 li:nth-child(3) {
  width: 5.5rem;
  right: 17rem;
  top: 90rem;
}
.fascinatingWorksList02 li:nth-child(4) {
  width: 17.5rem;
  right: 0rem;
  bottom: unset;
  top: 110rem;
}
.fascinatingSystem{
  width: 85%;
  margin: 0 auto 8rem;
}
.cmnTtl01Box--fascinatingSystem{
  justify-content: center;
  margin-bottom: 4rem;
}
.cmnTtl01Box--fascinatingSystem .cmnTtl01{
  align-items: center;
}
.fascinatingSystem_cont{

}
.fascinatingSystem_contImg{
  width: 100%;
  margin: 0 auto 5rem;
}
.fascinatingSystem_contTxt{
  text-align: center;
}
}
/*-----------------------------------------------------------

INTERVEW

-------------------------------------------------------------*/
.intMainV{
  position: relative;
  margin-bottom: 1rem;
}
.intMainVInner{
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  right: 0;
}
.intMainVInnerL{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
.intMainVInner_logo{
  margin-bottom: 2rem;
}
.intMainVInner_logo--int01{
  width: 11rem;
}
.intMainVInner_logo--int02{
  width: 14rem;
}
.intMainVInner_logo--int03{
  width: 11rem;
}
.intMainVInner_logo--int04{
  width: 18rem;
}
.intMainVInner_logo--int05{
  width: 18rem;
}
.intMainVInner_logo--int06{
  width: 14rem;
}
.intMainVInner_ttl{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.intMainVInner_ttl01{
  font-size: 1.4rem;
}
.intMainVInner_ttl02{
  font-size: 2rem;
  margin-left: 1rem;
}
.intMainVInnerR{
  width: 55%;
  position: relative;
  top: 12rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.intSec01{
  background: url(../../src/img/int_bg01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0 28rem;
  margin-top: 8rem;
}
.intSec01Inner{
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.intSec01InnerL{
  width: 40%;
  position: relative;
  z-index: 1;
}
.intSec01InnerR{
  width: 50%;
}
.intSec01InnerR_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.intSec01InnerR_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6rem;
  top: 2rem;
}
.intSec01InnerRBox{
  position: relative;
  padding: 4rem 0 5rem;
  margin-bottom: -5rem;
}
.intSec01InnerRBox:before{
  content: "";
  width: 218%;
  height: 100%;
  min-height: 31rem;
  position: absolute;
  top: 0;
  right: -15rem;
  background: #F2F2F2;
}
.intSec01InnerRBox p{
  position: relative;
  z-index: 1;
  line-height: 2.4;
}
_::-webkit-full-page-media, _:future, :root .intSec01InnerRBox p {
  letter-spacing: 0.16em;
}
.intSec02{
  position: relative;
}
.intSec02Inner{
  padding: 3rem;
  padding-left: 9rem;
  background: #F2F2F2;
  position: absolute;
  width: 38%;
  left: 5%;
  top: -10rem;
}
.intSec02Inner--int04{
  width: 40%;
}
.intSec02Inner--int05{
  width: 44%;
}
.intSec02Inner--int06{
  width: 42%;
}
.intSec02InnerR{
  width: 50%;
}
.intSec02Inner_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.intSec02Inner_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6rem;
  top: 2rem;
}
.intSec02Inner_txt{
  position: relative;
  z-index: 1;
  line-height: 2.4;
}
.intSec03{
  background: url(../../src/img/int_bg03.png) 0 0 no-repeat;
  background-size: 53rem 28rem;
  padding: 17rem 0 18rem;
}
.intSec03Inner{
  padding-left: 15%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.intSec03InnerL{
  width: 45%;
  position: relative;
  z-index: 1;
}
.intSec03InnerR{
  width: 53%;
}
.intSec03InnerR_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.intSec03InnerR_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6rem;
  top: 2rem;
}
.intSec03InnerRBox{
  position: relative;
  padding: 4rem 0 5rem;
  margin-bottom: -5rem;
}
.intSec03InnerRBox:before{
  content: "";
  width: 215%;
  height: 100%;
  min-height: 39rem;
  position: absolute;
  top: 0;
  left: -21rem;
  background: #F2F2F2;
}
.intSec03InnerRBox p{
  position: relative;
  z-index: 1;
  line-height: 2.4;
}
.intSec04{
  padding: 6rem;
  margin-bottom: 8rem;
}
.intSec04--int01{
  background: url(../../src/img/int01_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int02{
  background: url(../../src/img/int02_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int03{
  background: url(../../src/img/int03_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int04{
  background: url(../../src/img/int04_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int05{
  background: url(../../src/img/int05_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int06{
  background: url(../../src/img/int06_img04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnTtl01Box--intSec04{
  margin-bottom: 6rem;
}
.intSec04Inner{
  padding: 6rem 0;
  background: #ffffffde;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.intSec04InnerList{
  position: relative;
  padding-left: 4rem;
}
.intSec04InnerList:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  left: 0;
  top: 1rem;
}
.intSec04InnerList_item{
  padding-bottom: 4rem;
}
.intSec04InnerList_item:last-child{
  padding-bottom: 0rem;
}
.intSec04InnerList_item h3{
  position: relative;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.intSec04InnerList_item h3:before{
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #FF0000;
  position: absolute;
  left: -4.4rem;
  top: 0.6rem;
}
.intBtn{
  width: 80%;
  margin: 0 auto 4rem;
}
.intBtnList{
  display: flex;
  justify-content: space-between;
}
.intBtnList_item{
  width: 49%;
}
.intBtnList_item a{
  position: relative;
}
.intBtnList_item p{
  position: absolute;
  left: 5rem;
  bottom: 3rem;
  color: #fff;
  font-size: 2rem;
}
.intBtnList_itemPrev a p{
  padding-left: 7rem;
}
.intBtnList_itemPrev a p:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2rem;
}
.intBtnList_itemNext a p{
  padding-right: 7rem;
}
.intBtnList_itemNext a p:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.intSec01Inner {
  padding: 0 0%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.intSec01InnerR_ttl br{
  display: none!important;
}
.intSec01InnerRBox p br{
  display: none!important;
}
.intSec01InnerRBox:before {
  content: "";
  width: 218%;
  height: 100%;
  min-height: 26rem;
  position: absolute;
  top: 0;
  right: -15rem;
  background: #F2F2F2;
}
.intSec02 {
  position: relative;
  margin-top: 11rem;
}
.intSec02Inner {
  padding: 3rem;
  padding-left: 9rem;
  background: #F2F2F2;
  position: absolute;
  width: 90%;
  left: 5%;
  top: -29rem;
}
.intSec02Inner_txt br{
  display: none!important;
}
.intSec03 {
  background: url(../../src/img/int_bg03.png) 0 0 no-repeat;
  background-size: 53rem 28rem;
  padding: 9rem 0 18rem;
}
.intSec03Inner {
  padding-left: 6%;
  padding-right: 0%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.intSec03InnerRBox p br{
  display: none!important;
}
.intBtn {
  width: 90%;
  margin: 0 auto 4rem;
}
.intBtnList_item p {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
  color: #fff;
  font-size: 2rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.intMainV + .punkuz {
  width: 90%;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 6rem;
  left: 5%;
}
.intMainV + .punkuz li {
  font-size: 1rem;
  margin-right: 0.8rem;
  color: #ffffff;
}
.intMainV{
  position: relative;
  margin-bottom: 1rem;
  padding-top: 5.5rem;
}
.intMainVInner{
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  top: 20rem;
}
.intMainVInnerL{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
.intMainVInner_logo{
  margin-bottom: 1rem;
}
.intMainVInner_logo--int01{
  width: 11rem;
}
.intMainVInner_logo--int02{
  width: 14rem;
}
.intMainVInner_logo--int03{
  width: 11rem;
}
.intMainVInner_logo--int04{
  width: 18rem;
}
.intMainVInner_logo--int05{
  width: 18rem;
}
.intMainVInner_logo--int06{
  width: 14rem;
}
.intMainVInner_ttl{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.intMainVInner_ttl01{
  font-size: 1.4rem;
}
.intMainVInner_ttl02{
  font-size: 2rem;
  margin-left: 1rem;
}
.intMainVInnerR {
  width: 85%;
  position: relative;
  top: -2rem;
  border: 3px solid #fff;
  margin: 0 auto;
}
.intSec01 {
  background: url(../../src/img/sp/int_bg01@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 30rem 0 6rem;
  margin-top: -1rem;
}
.intSec01Inner {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.intSec01InnerL{
  width: 70%;
  position: relative;
  z-index: 1;
}
.intSec01InnerR {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 3rem;
  padding-left: 7rem;
  padding-top: 2rem;
  margin-bottom: 0rem;
}
.intSec01InnerR:before{
  content: "";
  width: 95%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0rem;
  background: #F2F2F2;
}
.intSec01InnerR_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  width: 100%;
  line-height: 1.8;
}
.intSec01InnerR_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6.5rem;
  top: 1.7rem;
}
.intSec01InnerRBox{
  position: relative;
  padding: 0rem 0 2rem;
  margin-bottom: 0rem;
}
.intSec01InnerRBox:before{
  content: "";
  width: 218%;
  height: 100%;
  min-height: 31rem;
  position: absolute;
  top: 0;

  right: -15rem;
  background: #F2F2F2;
  display: none;
}
.intSec01InnerRBox p{
  position: relative;
  z-index: 1;
  line-height: 2.4;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
}
.intSec02{
  position: relative;
}
.intSec02Inner{
  padding: 3rem;
  padding-right: 3rem;
  padding-left: 7rem;
  background: #F2F2F2;
  position: relative;
  width: 100%;
  left: 0;
  top: 0rem;
}
.intSec02Inner--int04{
  width: 100%;
}
.intSec02Inner--int05{
  width: 100%;
}
.intSec02Inner--int06{
  width: 100%;
}
.intSec02InnerR{
  width: 50%;
}
.intSec02Inner_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.intSec02Inner_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6rem;
  top: 2rem;
}
.intSec02Inner_txt{
  position: relative;
  z-index: 1;
  line-height: 2.4;
  letter-spacing: 0.15em;
}
_::-webkit-full-page-media, _:future, :root .intSec02Inner_txt {
  letter-spacing: 0.12em;
}
.intSec03{
  background: url(../../src/img/sp/int_bg03@2x.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 6rem 0 8rem;
}
.intSec03Inner{
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.intSec03InnerL{
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 16%;
}
.intSec03InnerR{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 3rem;
  padding-left: 7rem;
  padding-top: 2rem;
  margin-bottom: 0rem;
}
.intSec03InnerR:before{
  content: "";
  width: 85%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0rem;
  background: #F2F2F2;
}
.intSec03InnerR_ttl{
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  white-space: nowrap;
  width: 100%;
}
.intSec03InnerR_ttl:before{
  content: "";
  width: 5rem;
  height: 1px;
  background: #AFAFAF;
  position: absolute;
  left: -6rem;
  top: 2rem;
}
.intSec03InnerRBox{
  position: relative;
  padding: 0rem 0 3rem;
  margin-bottom: 0rem;
}
.intSec03InnerRBox:before{
  content: "";
  width: 230%;
  height: 100%;
  min-height: 39rem;
  position: absolute;
  top: 0;
  left: -21rem;
  background: #F2F2F2;
  display: none;
}
.intSec03InnerRBox p{
  position: relative;
  z-index: 1;
  line-height: 2.4;
  letter-spacing: 0.15em;
}
.intSec04{
  padding: 3rem 2.5rem;
  margin-bottom: 6rem;
}
.intSec04--int01{
  background: url(../../src/img/sp/int01_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int02{
  background: url(../../src/img/sp/int02_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int03{
  background: url(../../src/img/sp/int03_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int04{
  background: url(../../src/img/sp/int04_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int05{
  background: url(../../src/img/sp/int05_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.intSec04--int06{
  background: url(../../src/img/sp/int06_img04@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.cmnTtl01Box--intSec04{
  margin-bottom: 3rem;
}
.cmnTtl01Box--intSec04 .cmnTtl01{
  align-items: center;
}
.intSec04Inner{
  padding: 3rem 2rem;
  background: #ffffffde;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.intSec04InnerList{
  position: relative;
  padding-left: 2rem;
  width: 100%;
}
.intSec04InnerList:before{
  content: "";
  width: 1px;
  height: 100%;
  background: #707070;
  position: absolute;
  left: 0;
  top: 1rem;
}
.intSec04InnerList_item{
  padding-bottom: 4rem;
}
.intSec04InnerList_item:last-child{
  padding-bottom: 0rem;
}
.intSec04InnerList_item h3{
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.intSec04InnerList_item h3:before{
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #FF0000;
  position: absolute;
  left: -2.3rem;
  top: 0.5rem;
}
.intSec04InnerList_item p{
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.intBtn{
  width: 80%;
  margin: 0 auto -2rem;
}
.intBtnList{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.intBtnList_item{
  width: 100%;
  margin-bottom: 2rem;
}
.intBtnList_item a{
  position: relative;
}
.intBtnList_item p{
  position: absolute;
  left: 3rem;
  bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
}
.intBtnList_itemPrev a p{
  padding-left: 5rem;
}
.intBtnList_itemPrev a p:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.intBtnList_itemNext a p{
  padding-right: 5rem;
}
.intBtnList_itemNext a p:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 1.2rem;
}
.intSec02Int02 .intSec02Inner_txt{
  letter-spacing: 0.09em;
}
.intSec02Int03 .intSec02Inner_txt{
  letter-spacing: 0.09em;
}
.intSec02Int04 .intSec02Inner_txt{
  letter-spacing: 0.09em;
}
.intSec02Int05 .intSec02Inner_txt{
  letter-spacing: 0.09em;
}
.intSec01Int06 .intSec01InnerRBox p{
  letter-spacing: 0.09em;
}
.intSec02Int06 .intSec02Inner_txt{
  letter-spacing: 0.09em;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruitCat{
  width: 80%;
  margin: 6rem auto 6rem;
  display: flex;
  align-items: center;
}
.cmnTtl01Box--recruitCat{
  width: 15%;
  margin-bottom: 0;
}
.cmnTtl01Box--recruitCat .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.postSelect{
  width: 70%;
}
.postSelect form{
  display: flex;
  align-items: center;
}
.postSelectItem{
  border: 1px solid #707070;
  width: 40%;
  margin-right: 2rem;
}
.postSelectItem select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.5rem;
  padding: 1.4rem;
  padding-left: 2rem;
  border: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1;
  height: 5rem;
  color: #212121;
}
.postSelect_submit{
  width: 20%;
}
.postSelect_submit input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #E20000;
  padding: 0.6rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  background: #E20000;
  border-radius: 3px;
  height: 5rem;
}
.recruitBox{
  width: 80%;
  margin: 0rem auto 4rem;
}
.recruitBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}
.recruitBoxList::after {
  content: "";
  display: block;
  width: 30%;
}
.recruitBoxList_item{
  width: 30%;
  margin-bottom: 12rem;
}
.recruitBoxList_itemImg {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.recruitBoxList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitBoxList_itemTtl{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.recruitBoxList_itemInfo{
  margin-bottom: 3rem;
}
.recruitBoxList_itemInfo_li01{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.recruitBoxList_itemInfo_li01 h4{
  width: 15%;
}
.recruitBoxList_itemInfo_li01 p{
  width: 85%;
}
.recruitBoxList_itemInfo_li02{
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.recruitBoxList_itemInfo_li02 h4{
  width: 100%;
}
.recruitBoxList_itemInfo_li02 p{
  width: 100%;
}
.recruitBoxList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitBoxList_itemBtn li{
  width: 48%;
}
.recruitBoxList_itemBtn li a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 0;
  background: #E20000;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.recruitBoxList_itemBtn li:nth-child(2) a{
  background: #F2F2F2;
  color: #040404;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #767676;
}
.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 #767676;
  border-right: 1px solid #767676;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -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: #767676;
  width: 3rem;
  height: auto;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #FF0000;
  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: 1.6rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitCat {
  width: 90%;
  margin: 6rem auto 6rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cmnTtl01Box--recruitCat {
  width: 15%;
  margin-bottom: 2rem;
}
.postSelect {
  width: 100%;
}
.recruitBox {
  width: 90%;
  margin: 0rem auto 4rem;
}
.recruitBoxList_itemImg {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
.recruitBoxList_itemInfo_li01{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
}
.recruitBoxList_itemInfo_li01 h4{
  width: 100%;
}
.recruitBoxList_itemInfo_li01 p{
  width: 100%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruitCat{
  width: 85%;
  margin: 3rem auto 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cmnTtl01Box--recruitCat{
  width: 100%;
  margin-bottom: 2rem;
}
.cmnTtl01Box--recruitCat .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.postSelect{
  width: 100%;
}
.postSelect form{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.postSelectItem{
  border: 1px solid #707070;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
.postSelectItem select{
  width: 100%;
  background:#fff url(../../src/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.5rem;
  padding: 1.4rem;
  padding-left: 2rem;
  border: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1;
  height: 5rem;
  color: #212121;
}
.postSelect_submit{
  width: 100%;
}
.postSelect_submit input[type="submit"] {
  display: block;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #E20000;
  padding: 0.6rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  background: #E20000;
  border-radius: 3px;
  height: 5rem;
}
.recruitBox{
  width: 85%;
  margin: 0rem auto 4rem;
}
.recruitBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}
.recruitBoxList::after {
  content: "";
  display: block;
  width: 100%;
}
.recruitBoxList_item{
  width: 100%;
  margin-bottom: 12rem;
}
.recruitBoxList_itemImg {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.recruitBoxList_itemImg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.recruitBoxList_itemTtl{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.recruitBoxList_itemInfo{
  margin-bottom: 3rem;
}
.recruitBoxList_itemInfo_li01{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.recruitBoxList_itemInfo_li01 h4{
  width: 15%;
}
.recruitBoxList_itemInfo_li01 p{
  width: 85%;
}
.recruitBoxList_itemInfo_li02{
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.recruitBoxList_itemInfo_li02 h4{
  width: 100%;
}
.recruitBoxList_itemInfo_li02 p{
  width: 100%;
}
.recruitBoxList_itemBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruitBoxList_itemBtn li{
  width: 48%;
}
.recruitBoxList_itemBtn li a{
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem 0;
  background: #E20000;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}
.recruitBoxList_itemBtn li:nth-child(2) a{
  background: #F2F2F2;
  color: #040404;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1;
}
.wp-pagenavi a{
  color: #767676;
}
.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 #767676;
  border-right: 1px solid #767676;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px;
}
.wp-pagenavi .first:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
}
.wp-pagenavi .last:after{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -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 #767676;
  border-right: 1px solid #767676;
  -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: #767676;
  width: 3rem;
  height: auto;
  font-size: 1.6rem;
  padding-top: 0.2rem;
}
.wp-pagenavi .current{
  color: #FF0000;
  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: 1.6rem;
  padding-top: 0.2rem;
}
}
/*-----------------------------------------------------------

RECRUIT DETAIL

-------------------------------------------------------------*/
.mainContentRecruitD{
  padding-top: 8rem;
}
.recruitD_main{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
}
.recruitD_mainL{
  width: 30%;
}
.recruitD_mainLInner{

}
.recruitD_mainLInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 3rem;
}
.recruitD_mainLInner_ttl_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.recruitD_mainLInner_ttl_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.recruitD_mainLInner_ttl_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitD_mainLInner_ttl_jp{
  font-size: 2rem;
}
.recruitD_mainLInner_txt{
  line-height: 2.4;
}
.recruitD_mainR {
  width: 68%;
  height: 54.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
.recruitD_mainR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitD_sec01{
  width: 80%;
  margin: 0 auto 3rem;
}
.recruitD_sec01Box{

}
.recruitD_sec01Box_ttl{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.recruitD_sec01BoxList{
  border-top: 1px solid #767676;
}
.recruitD_sec01BoxList li{
  padding: 3rem 0;
  border-bottom: 1px solid #767676;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruitD_sec01BoxList li h4{
  width: 20%;
  font-size: 1.6rem;
}
.recruitD_sec01BoxList li p{
  width: 80%;
}
.recruitD_sec02{
  width: 80%;
  margin: 0 auto 4rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #767676;
}
.recruitD_sec02_ttl{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.recruitD_sec02List{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.recruitD_sec02List_item{
  border: 1px solid #707070;
  width: 31%;
  padding: 3rem;
  padding-top: 4rem;
  position: relative;
}
.recruitD_sec02List_itemTips{
  position: absolute;
  background: #fff;
  top: -1rem;
  left: -1px;
  padding-left: 3.5rem;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.recruitD_sec02List_itemTips:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.recruitD_sec02List_itemTips:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitD_sec02List_itemBox{

}
.recruitD_sec02List_itemBox_ttl{
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.recruitD_sec02List_itemBox_txt{
  line-height: 2.4;
}
.recruitD_sec03{
  width: 80%;
  margin: 0 auto 12rem;
}
.recruitD_sec03_ttl{
  font-size: 1.6rem;
  margin-bottom: 11.5rem;
}
.recruitD_sec03List{
  margin-bottom: 6rem;
}
.recruitD_sec03List_item{
  border: 1px solid #707070;
  position: relative;
  padding-left: 37%;
  margin-bottom: 12rem;
}
.recruitD_sec03List_item:nth-child(2){
  padding-left: 0;
  padding-right: 37%;
}
.recruitD_sec03List_item:last-child{
  margin-bottom: 0;
}
.recruitD_sec03List_itemImg{
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  width: 33%;
}
.recruitD_sec03List_item:nth-child(2) .recruitD_sec03List_itemImg{
  left: unset;
  right: 3rem;
}
.recruitD_sec03List_itemBox{
  padding: 3rem;
}
.recruitD_sec03List_itemBox_ttl{
  margin-bottom: 2rem;
  line-height: 1.8;
}
.recruitD_sec03List_itemBox_txt{
  line-height: 2.4;
}
.recruitD_sec03Btn{
  width: 41rem;
  display: block;
  line-height: 1;
  padding: 2.5rem 0;
  background: #E20000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
}
.recruitD_sec03BtnNewgraduate{
  background: #AEA221;
}
.recruitBoxD{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitBoxD{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitBoxD .cmnTtl01{
  align-items: center;
}
.recruitBoxD .recruitBoxList_item{
  margin-bottom: 0;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruitD_main {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
}
.recruitD_mainL {
  width: 40%;
}
.recruitD_mainR {
  width: 55%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 4rem;
}
.recruitD_sec01 {
  width: 90%;
  margin: 0 auto 3rem;
}
.recruitD_sec01BoxList li h4 {
  width: 30%;
  font-size: 1.6rem;
}
.recruitD_sec01BoxList li p {
  width: 70%;
}
.recruitD_sec02 {
  width: 90%;
  margin: 0 auto 4rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #767676;
}
.recruitD_sec03 {
  width: 90%;
  margin: 0 auto 12rem;
}
.recruitD_sec03List_itemImg {
  position: absolute;
  left: 3rem;
  bottom: 5rem;
  width: 33%;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentRecruitD{
  padding-top: 8rem;
}
.recruitD_main{
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  flex-direction: column-reverse;
}
.recruitD_mainL{
  width: 85%;
  margin: 0 auto;
}
.recruitD_mainLInner{

}
.recruitD_mainLInner_ttl{
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 3rem;
}
.recruitD_mainLInner_ttl_en{
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.recruitD_mainLInner_ttl_en:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.recruitD_mainLInner_ttl_en:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitD_mainLInner_ttl_jp{
  font-size: 2rem;
}
.recruitD_mainLInner_txt{
  line-height: 2.4;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.recruitD_mainR {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 4rem;
}
.recruitD_mainR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.recruitD_sec01{
  width: 85%;
  margin: 0 auto 3rem;
}
.recruitD_sec01Box{

}
.recruitD_sec01Box_ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.recruitD_sec01BoxList{
  border-top: 1px solid #767676;
}
.recruitD_sec01BoxList li{
  padding: 1.5rem 0;
  border-bottom: 1px solid #767676;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.recruitD_sec01BoxList li h4{
  width: 100%;
  font-size: 1.6rem;
}
.recruitD_sec01BoxList li p{
  width: 100%;
}
.recruitD_sec02{
  width: 85%;
  margin: 0 auto 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #767676;
}
.recruitD_sec02_ttl{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.recruitD_sec02List{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruitD_sec02List_item{
  border: 1px solid #707070;
  width: 100%;
  padding: 2rem;
  padding-top: 3rem;
  position: relative;
  margin-bottom: 3rem;
}
.recruitD_sec02List_itemTips{
  position: absolute;
  background: #fff;
  top: -1rem;
  left: -1px;
  padding-left: 3.5rem;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.recruitD_sec02List_itemTips:before{
  content: "";
  width: 1.2rem;
  height: 0.3rem;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.recruitD_sec02List_itemTips:after{
  content: "";
  width: 2.6rem;
  height: 0.1rem;
  background: #AFAFAF;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitD_sec02List_itemBox{

}
.recruitD_sec02List_itemBox_ttl{
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.recruitD_sec02List_itemBox_txt{
  line-height: 2.4;
}
.recruitD_sec03{
  width: 90%;
  margin: 0 auto 8rem;
}
.recruitD_sec03_ttl{
  font-size: 1.6rem;
  margin-bottom: 8rem;
  padding-left: 1rem;
}
.recruitD_sec03List{
  margin-bottom: 6rem;
}
.recruitD_sec03List_item{
  border: 1px solid #707070;
  position: relative;
  padding-left: 0;
  margin-bottom: 12rem;
  margin-top: 10rem;
  padding-top: 12rem;
}
.recruitD_sec03List_item:nth-child(2){
  padding-left: 0;
  padding-right: 0;
}
.recruitD_sec03List_item:last-child{
  margin-bottom: 0;
}
.recruitD_sec03List_itemImg{
  position: absolute;
  left: 0;
  bottom: unset;
  right: 0;
  top: -8rem;
  width: 90%;
  margin: auto;
}
.recruitD_sec03List_item:nth-child(2) .recruitD_sec03List_itemImg{
  left: 0;
  right: 0;
}
.recruitD_sec03List_itemBox{
  padding: 3rem;
}
.recruitD_sec03List_itemBox_ttl{
  margin-bottom: 2rem;
  line-height: 1.8;
}
.recruitD_sec03List_itemBox_txt{
  line-height: 2.4;
}
.recruitD_sec03Btn{
  width: 90%;
  display: block;
  line-height: 1;
  padding: 2.5rem 0;
  background: #E20000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
}
.recruitD_sec03BtnNewgraduate{
  background: #AEA221;
}
.recruitBoxD{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitBoxD{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitBoxD .cmnTtl01{
  align-items: center;
}
.recruitBoxD .recruitBoxList{

}
.recruitBoxD .recruitBoxList_item{
  margin-bottom: 12rem;
}
.recruitBoxD .recruitBoxList_item:last-child{
  margin-bottom: 0rem;
}
.recruitBoxD .recruitBoxListNewgraduate .recruitBoxList_itemBtn li:nth-child(1) a{
  background: #AEA221;
}
}
/*-----------------------------------------------------------

RECRUIT NEWGRADUATE

-------------------------------------------------------------*/
.recruitNewgraduate_intro{
  width: 70%;
  margin: 8rem auto 10rem;
}
.cmnTtl01Box--recruitNewgraduate_intro{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitNewgraduate_intro .cmnTtl01{
  align-items: center;
}
.recruitNewgraduate_introBox{

}
.recruitNewgraduate_introBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.recruitNewgraduate_introBox_txt01{
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  line-height: 2.4;
}
.recruitNewgraduate_introBox_txt02{
  text-align: center;
  font-size: 1.6rem;
}
.recruitBoxListNewgraduate .recruitBoxList_itemBtn li:nth-child(1) a{
  background: #AEA221;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruitNewgraduate_intro{
  width: 85%;
  margin: 3rem auto 8rem;
}
.cmnTtl01Box--recruitNewgraduate_intro{
  margin-bottom: 3rem;
}
.cmnTtl01Box--recruitNewgraduate_intro .cmnTtl01{
  align-items: center;
}
.recruitNewgraduate_introBox{

}
.recruitNewgraduate_introBox_ttl{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.recruitNewgraduate_introBox_txt01{
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  line-height: 2.4;
  letter-spacing: 0.15em;
}
.recruitNewgraduate_introBox_txt02{
  text-align: center;
  font-size: 1.6rem;
}
.recruitBoxListNewgraduate .recruitBoxList_itemBtn li:nth-child(1) a{
  background: #AEA221;
}
}
/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.newsCat{
  width: 80%;
  margin: 6rem auto 6rem;
}
.cmnTtl01Box--newsCat{
  margin-bottom: 3rem;
}
.cmnTtl01Box--newsCat .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.newsCatBox{
  padding: 4rem;
  border: 1px solid #707070;
}
.newsCatBox form{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newsCatBox_check{
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.newsCatBox_check label{
  margin: 0 2rem 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.newsCatBox_check input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #707070;
    background: #fff;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.newsCatBox_check 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;
}
.newsCatBox_submit{
  display: flex;
  justify-content: center;
}
.newsCatBox_submit input[type="reset"] {
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    width: 17rem;
    border: 1px solid #F2F2F2;
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
    color: #040404;
    background: #F2F2F2;
    margin: 0 2rem;
    border-radius: 3px;
}
.newsCatBox_submit input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    width: 17rem;
    border: 1px solid #E20000;
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
    color: #fff;
    background: #E20000;
    margin: 0 2rem;
    border-radius: 3px;
}
.newsBox {
  width: 80%;
  margin: 0rem auto 4rem;
}
.newsBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.newsBoxList::after {
  content: "";
  display: block;
  width: 30%;
}
.newsBoxList_item{
  width: 30%;
  margin-bottom: 6rem;
}
.newsBoxList_itemLink{
  display: block;
}
.newsBoxList_itemLink_img {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.newsBoxList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.newsBoxList_itemLink_time{
  display: block;
  margin-bottom: 0.6rem;
}
.newsBoxList_itemLink_cat{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.newsBoxList_itemLink_cat li{
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #040404;
  margin-right: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsCat {
  width: 90%;
  margin: 6rem auto 6rem;
}
.newsBox {
  width: 90%;
  margin: 0rem auto 4rem;
}
.newsBoxList_itemLink_img {
  width: 100%;
  height: 26.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.6rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsCat{
  width: 85%;
  margin: 3rem auto 5rem;
}
.cmnTtl01Box--newsCat{
  margin-bottom: 3rem;
}
.cmnTtl01Box--newsCat .cmnTtl01_jp{
  margin-bottom: 0.6rem;
}
.newsCatBox{
  padding: 2rem;
  border: 1px solid #707070;
}
.newsCatBox form{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.newsCatBox_check{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.newsCatBox_check label{
  margin: 0 0rem 2rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.newsCatBox_check input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #707070;
    background: #fff;
    padding: 0;
    line-height: 1em;
    position: relative;
}
.newsCatBox_check 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;
}
.newsCatBox_submit{
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  width: 100%;
}
.newsCatBox_submit input[type="reset"] {
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 0.4rem 2rem;
    font-size: 1.4rem;
    color: #040404;
    background: #F2F2F2;
    margin: 0 0rem;
    border-radius: 3px;
}
.newsCatBox_submit input[type="submit"] {
    display: block;
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    border: 1px solid #E20000;
    padding: 0.4rem 2rem;
    font-size: 1.4rem;
    color: #fff;
    background: #E20000;
    margin: 0 0rem 2rem;
    border-radius: 3px;
}
.newsBox {
  width: 85%;
  margin: 0rem auto 2rem;
}
.newsBoxList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.newsBoxList::after {
  content: "";
  display: block;
  width: 100%;
}
.newsBoxList_item{
  width: 100%;
  margin-bottom: 6rem;
}
.newsBoxList_itemLink{

}
.newsBoxList_itemLink_img {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1.6rem;
}
.newsBoxList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto;
}
.newsBoxList_itemLink_time{
  display: block;
  margin-bottom: 0.6rem;
}
.newsBoxList_itemLink_cat{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.newsBoxList_itemLink_cat li{
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #040404;
  margin-right: 1rem;
  font-size: 1rem;
}
}
/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.newsDetailWrap{
  width: 80%;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
}
.newsDetailBox{
  width: 68%;
  margin-bottom: 0rem;
}
.newsDetailBox_top{
  margin-bottom: 2rem;
}
.newsDetailBox_top time{
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
.newsDetailBox_top ul{
  margin-bottom: 1rem;
}
.newsDetailBox_top ul li{
  background: #fff;
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
}
.newsDetailBox_top h1{
  font-size: 2rem;
}
.newsDetailBody{
  margin-bottom: 8rem;
}
.newsDetailBody p{
  margin-bottom: 3rem;
}
.newsDetailBody img{
  margin-bottom: 3rem;
}
.newsDetailBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 1px solid #040404;
  border-bottom: 1px solid #040404;
  font-size: 2rem;
  line-height: 1.6;
}
.newsDetailBody h3{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 1px solid #040404;
  font-size: 1.8rem;
  line-height: 1.6;
}
.newsDetailBody ul{
  margin-bottom: 3rem;
}
.newsDetailBody ul li{
  margin-bottom: 1rem;
}
.newsDetailBody ul li:before{
  content: "■";
}
#toc_container {
  background: #F2F2F2!important;
  border: 1px solid #555555!important;
  padding: 3rem!important;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 1.4rem!important;
  border-radius: 0px;
  margin-bottom: 5rem!important;
  width: 100%!important;
  color: #040404;
}
#toc_container p.toc_title {
  text-align: left!important;
  margin: 0;
  padding: 0;
  color: #040404;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#toc_container ul{
  margin-bottom: 0rem;
}
#toc_container ul li{
  margin-bottom: 0rem;
}
#toc_container ul li:before{
  display: none;
}
#toc_container ul a{
  margin-bottom: 1rem;
  display: block;
}
#toc_container ul li ul{
  padding-left: 2rem;
}
.cmnBtn01Box--postDetail{
  justify-content: center;
}
.newsSide{
  width: 24%;
}
.newsSide_ttl{
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.newsBoxListD{
  flex-direction: column;
}
.newsBoxListD .newsBoxList_item{
  width: 100%;
}
.newsBoxListD .newsBoxList_item .newsBoxList_itemLink_img {
  height: 27.8rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.newsDetailWrap {
  width: 90%;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
}
.newsBoxListD .newsBoxList_item .newsBoxList_itemLink_img {
  height: 19.8rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.newsDetailWrap{
  width: 80%;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newsDetailBox{
  width: 100%;
  margin-bottom: 6rem;
}
.newsDetailBox_top{
  margin-bottom: 2rem;
}
.newsDetailBox_top time{
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
.newsDetailBox_top ul{
  margin-bottom: 1rem;
}
.newsDetailBox_top ul li{
  background: #fff;
  line-height: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #707070;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
}
.newsDetailBox_top h1{
  font-size: 2rem;
}
.newsDetailBody{
  margin-bottom: 4rem;
}
.newsDetailBody p{
  margin-bottom: 3rem;
}
.newsDetailBody img{
  margin-bottom: 3rem;
}
.newsDetailBody h2{
  margin-bottom: 2rem;
  padding: 2rem 0;
  border-top: 1px solid #040404;
  border-bottom: 1px solid #040404;
  font-size: 2rem;
  line-height: 1.6;
}
.newsDetailBody h3{
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 1px solid #040404;
  font-size: 1.8rem;
  line-height: 1.6;
}
.newsDetailBody ul{
  margin-bottom: 3rem;
}
.newsDetailBody ul li{
  margin-bottom: 1rem;
}
.newsDetailBody ul li:before{
  content: "■";
}
#toc_container {
  background: #F2F2F2!important;
  border: 1px solid #555555!important;
  padding: 2rem!important;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 1.4rem!important;
  border-radius: 0px;
  margin-bottom: 5rem!important;
  width: 100%!important;
  color: #040404;
  letter-spacing: 0.05em;
}
#toc_container p.toc_title {
  text-align: left!important;
  margin: 0;
  padding: 0;
  color: #040404;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#toc_container ul{
  margin-bottom: 0rem;
}
#toc_container ul li{
  margin-bottom: 0rem;
}
#toc_container ul li:before{
  display: none;
}
#toc_container ul a{
  margin-bottom: 1rem;
  display: block;
}
#toc_container ul li ul{
  padding-left: 2rem;
}
.cmnBtn01Box--postDetail{
  justify-content: center;
}
.newsSide{
  width: 100%;
}
.newsSide_ttl{
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.newsBoxListD{
  flex-direction: column;
  margin-bottom: 0;
}
.newsBoxListD .newsBoxList_item{
  width: 100%;
}
.newsBoxListD .newsBoxList_item .newsBoxList_itemLink_img {
  height: 35.8rem;
}
.newsBoxListD .newsBoxList_item:last-child{
  margin-bottom: 0;
}
}
/*-----------------------------------------------------------

ENTRY

-------------------------------------------------------------*/
.entryIntro{
  width: 50%;
  margin: 6rem auto 4rem;
}
.entryIntro p{

}
.entryIntro p span{
  color: #040404;
}
.formSec{
  width: 50%;
  margin: 0 auto 10rem;
}

.formSecList_item{
  margin-bottom: 3rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.6rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 5.5rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  border-radius: 20px;
  letter-spacing: 0.1em;
}
.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.6rem;
  height: 5rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
}
.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: #FC0D1B;
    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;
}
.formSecList_itemBirthYear{
  width: 25%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  right: -1.5rem;
  transform: rotate(30deg);
  position: absolute;
  top: 0;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 15%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  right: -1.5rem;
  transform: rotate(30deg);
  position: absolute;
  top: 0;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 15%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
}
.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: 28rem;
  font-size: 1.6rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: 2rem 0 6rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  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: #FC0D1B;
  border: 1px solid #FC0D1B;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.formSecList_itemCheck a{
  color: #FF0000;
  border-bottom: 1px solid #C9391A;
}
.sendBtn {
  position: relative;
  width: 41rem;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #E20000;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  border-radius: 0;
  font-size: 1.4rem;
  border-radius: 3px;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
::placeholder {
  color: #CBCBCB;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.entryIntro {
  width: 80%;
  margin: 6rem auto 4rem;
}
.formSec {
  width: 80%;
  margin: 0 auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.entryIntro{
  width: 80%;
  margin: 3rem auto 4rem;
}
.entryIntro p{

}
.entryIntro p span{
  color: #040404;
}
.formSec{
  width: 80%;
  margin: 0 auto 8rem;
}

.formSecList_item{
  margin-bottom: 2rem;
}
.formSecList_itemTtl{
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.6rem;
}
.formSecList_itemTtl.hissu{
  padding-left: 5.5rem;
}
.formSecList_itemTtl.hissu:after{
  content: "必須";
  color: #fff;
  background: #FF0000;
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  border-radius: 20px;
  letter-spacing: 0.1em;
}
.formSecList_itemInput2col{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.formSecList_itemInput2col div{
  width: 100%;
}
.formSecList_itemInput2col div + div{
  margin-top: 2rem;
}
.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.6rem;
}
.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 98% center no-repeat;
  background-size: 1rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
}
.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: #FC0D1B;
    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;
}
.formSecList_itemBirthYear{
  width: 50%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthYear span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
}
.formSecList_itemBirthYear:after{
  content: "";
  border-right: 1px solid #707070;
  right: -1.5rem;
  transform: rotate(30deg);
  position: absolute;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthMonth{
  width: 25%;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 4rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthMonth span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirthMonth:after{
  content: "";
  border-right: 1px solid #707070;
  right: -1.5rem;
  transform: rotate(30deg);
  position: absolute;
  top: 0.4rem;
  height: 4.5rem;
}
.formSecList_itemBirthDay{
  width: 25%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: center;
}
.formSecList_itemBirthDay span{
  width: 100%;
  margin-right: 0.7rem;
}
.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../src/img/select_arrow.png) 93% center no-repeat;
  background-size: 1rem;
  padding: 0 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.6rem;
  height: 5rem;
}

.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 28rem;
  font-size: 1.6rem;
}
.formSecList_itemCheckText{
  margin-bottom: 6rem;
  margin-top: -1rem;
}
.formSecList_itemCheckText a{
  color: #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
}
.formSecList_itemCheck{
  margin: 3rem 0 3rem;
  text-align: left;
}
.formSecList_itemCheck label{
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  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: #FC0D1B;
  border: 1px solid #FC0D1B;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  white-space: break-spaces;
  padding: 0 3rem;
  line-height: 1.4;
  height: 5rem;
}
.formSecList_itemCheck a{
  color: #FF0000;
  border-bottom: 1px solid #C9391A;
}
.sendBtn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #E20000;
  border: none;
  text-align: center;
  padding: 1.5rem 0;
  color: #fff;
  position: relative;
  border-radius: 0;
  font-size: 1.4rem;
  border-radius: 3px;
}
.sendBtn .button:hover{
  opacity: 0.6;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem!important;
}
.wpcf7-spinner{
  display: none!important;
}
}
/*-----------------------------------------------------------

ENTRY CONFIRM

-------------------------------------------------------------*/
.formSecListConfirm{
  margin-bottom: 6rem;
}
.formSecListConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
}
.formSecListConfirm .formSecList_itemTtl{
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
.formSecListConfirm .formSecList_itemTtl{
  padding-left: 0;
}
.formSecListConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.sendBtn .button.buttonBack {
  background: #F2F2F2 ;
  margin-top: 3rem;
  color: #040404;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */

}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.formSecListConfirm{
  margin-bottom: 6rem;
}
.formSecListConfirm .formSecList_item{
  display: flex;
  flex-direction: column;
}
.formSecListConfirm .formSecList_itemTtl{
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}
.formSecListConfirm .formSecList_itemTtl{
  padding-left: 0;
}
.formSecListConfirm .formSecList_itemTtl.hissu:after{
  display: none;
}
.sendBtn .button.buttonBack {
  background: #F2F2F2 ;
  margin-top: 2rem;
  color: #040404;
}
}
/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.mainVSubThanks{
  margin-bottom: 8rem;
}
.mainVSubThanks .mainVSub_ttlBox{
  width: 51rem;
  top: -8rem;
}
.mainVSubThanks .mainVSub_ttlBox svg .svg-elem-1 {
  stroke-dashoffset: 609.0889892578125px;
  stroke-dasharray: 609.0889892578125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mainVSubThanks .mainVSub_ttlBox.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mainVSubThanks .mainVSub_ttlBox svg .svg-elem-2 {
  stroke-dashoffset: 609.0889892578125px;
  stroke-dasharray: 609.0889892578125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.mainVSubThanks .mainVSub_ttlBox.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.mainVSubThanksBox{
  position: absolute;
  top: 27rem;
}
.mainVSubThanksTxt{
  text-align: center;
  font-size: 1.6rem;
  margin: 3rem 0;
  color: #fff;
}
.cmnBtn01Box--mainVSubThanksBox{
  justify-content: center;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:after {
  background: #fff;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:hover{
  color: #FF0000;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:hover:after{
  background: #FF0000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubThanks .mainVSub_ttlBox {
  width: 51rem;
  top: -8rem;
}
.mainVSubThanksBox {
  position: absolute;
  top: 16rem;
}
.mainVSubThanksTxt {
  text-align: center;
  font-size: 1.4rem;
  margin: 3rem 0 1rem;
  color: #fff;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainVSubThanks{
  margin-bottom: 4rem;
}
.mainVSubThanks .mainVSub_ttlBox{
  width: 92%;
  top: unset;
}
.mainVSubThanks .mainVSub_ttl{
  top: 10rem;
}
.mainVSubThanks .mainVSub_ttl_jp{
  text-align: center;
}
.mainVSubThanks .mainVSub_ttlBox svg .svg-elem-1 {
  stroke-dashoffset: 813.36328125px;
  stroke-dasharray: 813.36328125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.mainVSubThanks .mainVSub_ttlBox.on svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.mainVSubThanks .mainVSub_ttlBox svg .svg-elem-2 {
  stroke-dashoffset: 813.36328125px;
  stroke-dasharray: 813.36328125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}


.mainVSubThanks .mainVSub_ttlBox.on svg .svg-elem-2 {
  stroke-dashoffset: 0;
}

.mainVSubThanksBox{
  position: absolute;
  top: 23rem;
}
.mainVSubThanksTxt{
  text-align: center;
  font-size: 1.4rem;
  margin: 3rem 0;
  color: #fff;
}
.cmnBtn01Box--mainVSubThanksBox{
  justify-content: center;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01{
  color: #fff;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:after {
  background: #fff;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:hover{
  color: #FF0000;
}
.cmnBtn01Box--mainVSubThanksBox .cmnBtn01:hover:after{
  background: #FF0000;
}
}
/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox{
  width: 67%;
  margin: 7rem auto 10rem;
}
.ggLink{
  color: #FF0000;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.policyBox {
  width: 90%;
  margin: 7rem auto 10rem;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.policyBox{
  width: 80%;
  margin: 7rem auto 10rem;
}
.ggLink{
  color: #FF0000;
}
.spNoSpace{
  display: none;
}
}
/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.mainContentSitemap{
  padding-top: 8rem;
}
.mainVSubSitemap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 10rem 0;
}
.mainVSubSitemap .mainVSub_ttlBox{
  position: relative;
  top: -2rem;
  margin: unset;
}
.mainVSubSitemap .mainVSub_ttl{
  color: #040404;
}
.sitemapBox{
  width: 52%;
  display: flex;
  justify-content: space-between;
}
.sitemapBoxList{
  width: 50%;
}
.sitemapBoxList_item{
  padding: 0.4rem 0;
  padding-left: 1rem;
  border-left: 3px solid #FF0000;
  margin-bottom: 3rem;
  line-height: 1;
}
.sitemapBoxList_item02{
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.sitemapBoxList_item02 ul{
  padding-left: 1rem;
  border-left: 1px solid #FF0000;
}
.sitemapBoxList_item02 ul li{
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.mainVSubSitemap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 10rem 0;
}
.mainVSubSitemap .mainVSub_ttlBox {
  position: relative;
  top: -2rem;
  margin: unset;
  width: 30rem;
}
.sitemapBox {
  width: 56%;
  display: flex;
  justify-content: space-between;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.mainContentSitemap{
  padding-top: 8rem;
}
.mainVSubSitemap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0 3rem;
  flex-direction: column;
}
.mainVSubSitemap .mainVSub_ttlBox{
  position: relative;
  top: 0rem;
  margin: unset;
  width: 100%;
  margin-bottom: 4rem;
}
.mainVSubSitemap .mainVSub_ttl{
  color: #040404;
}
.sitemapBox{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 4rem;
}
.sitemapBoxList{
  width: 100%;
}
.sitemapBoxList_item{
  padding: 0.4rem 0;
  padding-left: 1rem;
  border-left: 3px solid #FF0000;
  margin-bottom: 3rem;
  line-height: 1;
}
.sitemapBoxList_item02{
  margin-top: 0rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.sitemapBoxList_item02 ul{
  padding-left: 1rem;
  border-left: 1px solid #FF0000;
}
.sitemapBoxList_item02 ul li{
  margin-bottom: 2rem;
}
}
/*-----------------------------------------------------------

OTHER

-------------------------------------------------------------*/
.noPost{
  text-align: center;
  margin-bottom: 2rem;
}
/*-----------------------------------------------------------

EFFECT

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

.aboutValueList li{
  opacity: 0;
}
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------- top　---------------*/
.topQuestion_txt02{
  opacity: 0;
  transform: translateY(4rem);
}
.topQuestion_txt02.on {
  animation-name:fadeUpAnime;
  animation-duration:0.7s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.topQuestion_txt03{
  opacity: 0;
  transform: translateY(4rem);
}
.topQuestion_txt03.on {
  animation-name:fadeUpAnime;
  animation-duration:0.7s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.fadeUpPoint {
  animation-name:fadeUpPointAnime;
  animation-duration:0.7s;
  animation-fill-mode:forwards;
  animation-delay: 0.4s;
}
@keyframes fadeUpPointAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

